![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/libs/absol-form/js/components/ |
Upload File : |
import RelativeLayout from "../layouts/RelativeLayout"; import LinearLayout from "../layouts/LinearLayout"; import ChainLayout from "../layouts/ChainLayout"; import DateInput from "./DateInput"; import TimeInput from "./TimeInput"; import TextArea from "./TextArea"; import NumberInput from "./NumberInput"; import ComboBox from "./ComboBox"; import MultiselectComboBox from "./MultiselectComboBox"; import TreeComboBox from "./TreeComboBox"; import CheckBox from "./Checkbox"; import TrackBar from "./TrackBar"; import TrackBarInput from "./TrackBarInput"; import TableInput from "./TableInput"; import ImageFileInput from "./ImageFileInput"; import Radio from "./Radio"; import Label from "./Label"; import Text from "./Text"; import Image from "./Image"; import Table from "./Table"; import Button from "./Button"; import ArrayOfFragment from "./ArrayOfFragment"; import EditableArrayOfFragment from "./EditableArrayOfFragment"; import Ellipse from "../shapes/Ellipse"; import Rectangle from "../shapes/Rectangle"; import DateTimeInput from "./DateTimeInput"; import FileInput from "./FileInput"; import TextInput from "./TextInput"; import Time24Input from "./Time24Input"; import TimeRange24Input from "./TimeRange24Input"; import MultiSelectTreeComboBox from "./MultiSelectTreeComboBox"; import SelectListText from "./SelectListText"; import CKEditor from "./CKEditor"; import CKTemplateEditor from "./CKTemplateEditor"; import TreeLeafComboBox from "./TreeLeafComboBox"; import MultiSelectTreeLeafComboBox from "./MultiSelectTreeLeafComboBox"; import WeekInput from "./WeekInput"; import FileListInput from "./FileListInput"; import DateInYearInput from "./DateInYearInput"; import DualComboBox from "./DualComboBox"; var ComponentTreeList = { text: "all", children: [ { text: 'layout', children: [ RelativeLayout, LinearLayout, ChainLayout ] }, { text: 'input', children: [ DateInput, DateInYearInput, TimeInput, Time24Input, TimeRange24Input, DateTimeInput, WeekInput, TextInput, TextArea, NumberInput, ComboBox, MultiselectComboBox, TreeComboBox, TreeLeafComboBox, MultiSelectTreeComboBox, MultiSelectTreeLeafComboBox, DualComboBox, Radio, CheckBox, TrackBar, TrackBarInput, TableInput, ImageFileInput, FileInput, FileListInput, CKEditor, CKTemplateEditor ] }, { text: 'static', children: [ Label, Text, Image, Table, SelectListText ] }, { text: 'trigger', children: [ Button ] }, { text: 'mapping', children: [ ArrayOfFragment, EditableArrayOfFragment ] }, { text: 'shape', children: [ Ellipse, Rectangle ] }, { text: 'fragment', children: [] }, { text: 'template', children: [] } ] }; export default ComponentTreeList;