@byteluck-fe/model-driven-controls 7.0.0-beta.6 → 7.0.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/baseControls/BarChart/property.js +107 -37
- package/dist/esm/baseControls/BarChart/schema.json +1650 -0
- package/dist/esm/baseControls/BatchDeleteButton/property.js +49 -25
- package/dist/esm/baseControls/BatchDeleteButton/schema.json +4 -4
- package/dist/esm/baseControls/BatchPrintListButton/property.js +20 -15
- package/dist/esm/baseControls/BatchPrintListButton/schema.json +162 -4
- package/dist/esm/baseControls/BatchPrintRecordListButton/property.js +8 -9
- package/dist/esm/baseControls/BatchPrintRecordListButton/schema.json +162 -4
- package/dist/esm/baseControls/BatchSubmissionListButton/property.js +24 -13
- package/dist/esm/baseControls/BatchSubmissionListButton/schema.json +162 -4
- package/dist/esm/baseControls/Button/property.js +22 -28
- package/dist/esm/baseControls/Button/schema.json +149 -26
- package/dist/esm/baseControls/Comment/property.js +16 -8
- package/dist/esm/baseControls/Comment/schema.json +4 -4
- package/dist/esm/baseControls/CreateFormListButton/property.js +19 -14
- package/dist/esm/baseControls/CreateFormListButton/schema.json +162 -4
- package/dist/esm/baseControls/Dashboard/property.js +47 -22
- package/dist/esm/baseControls/Dashboard/schema.json +4 -4
- package/dist/esm/baseControls/Divider/property.js +49 -18
- package/dist/esm/baseControls/Divider/schema.json +7 -8
- package/dist/esm/baseControls/ExportListButton/property.js +20 -15
- package/dist/esm/baseControls/ExportListButton/schema.json +162 -4
- package/dist/esm/baseControls/ExportRecordListButton/property.js +8 -9
- package/dist/esm/baseControls/ExportRecordListButton/schema.json +162 -4
- package/dist/esm/baseControls/FormSelectButton/property.js +26 -12
- package/dist/esm/baseControls/FormSelectButton/schema.json +162 -4
- package/dist/esm/baseControls/Iframe/property.js +17 -7
- package/dist/esm/baseControls/Iframe/schema.json +4 -4
- package/dist/esm/baseControls/ImportRecordListButton/property.js +24 -16
- package/dist/esm/baseControls/ImportRecordListButton/schema.json +164 -5
- package/dist/esm/baseControls/InvoiceCheckButton/property.js +45 -25
- package/dist/esm/baseControls/InvoiceCheckButton/schema.json +162 -4
- package/dist/esm/baseControls/LineChart/property.js +107 -37
- package/dist/esm/baseControls/LineChart/schema.json +1650 -0
- package/dist/esm/baseControls/Link/property.js +38 -19
- package/dist/esm/baseControls/Link/schema.json +6 -29
- package/dist/esm/baseControls/ListSelectButton/property.js +40 -16
- package/dist/esm/baseControls/ListSelectButton/schema.json +162 -4
- package/dist/esm/baseControls/ListViewSelect/property.js +18 -11
- package/dist/esm/baseControls/ListViewSelect/schema.json +4 -4
- package/dist/esm/baseControls/OperationButton/property.js +69 -18
- package/dist/esm/baseControls/OperationButton/schema.json +4 -4
- package/dist/esm/baseControls/Pagination/property.js +5 -5
- package/dist/esm/baseControls/Pagination/schema.json +4 -4
- package/dist/esm/baseControls/PieChart/property.js +97 -33
- package/dist/esm/baseControls/PieChart/schema.json +1642 -0
- package/dist/esm/baseControls/ReferenceList/property.js +33 -18
- package/dist/esm/baseControls/ReferenceList/schema.json +4 -4
- package/dist/esm/baseControls/SubmissionRecordListButton/property.js +8 -9
- package/dist/esm/baseControls/SubmissionRecordListButton/schema.json +162 -4
- package/dist/esm/baseControls/Text/property.js +65 -25
- package/dist/esm/baseControls/Text/schema.json +5 -6
- package/dist/esm/baseControls/TextOcrButton/property.js +45 -25
- package/dist/esm/baseControls/TextOcrButton/schema.json +162 -4
- package/dist/esm/baseControls/Title/property.js +21 -7
- package/dist/esm/baseControls/Title/schema.json +4 -4
- package/dist/esm/baseControls/utils.js +1 -1
- package/dist/esm/columnControls/ApprovalStatusColumn/property.js +22 -12
- package/dist/esm/columnControls/ApprovalStatusColumn/schema.json +6 -6
- package/dist/esm/columnControls/ArrayColumn/property.js +31 -14
- package/dist/esm/columnControls/ArrayColumn/schema.json +10 -10
- package/dist/esm/columnControls/AutoNumberColumn/property.js +17 -10
- package/dist/esm/columnControls/AutoNumberColumn/schema.json +6 -6
- package/dist/esm/columnControls/CustomColumn/designer.js +1 -0
- package/dist/esm/columnControls/CustomColumn/property.js +18 -12
- package/dist/esm/columnControls/CustomColumn/schema.json +6 -6
- package/dist/esm/columnControls/DecimalColumn/property.js +46 -20
- package/dist/esm/columnControls/DecimalColumn/schema.json +10 -10
- package/dist/esm/columnControls/DepartmentColumn/property.js +13 -10
- package/dist/esm/columnControls/DepartmentColumn/schema.json +6 -6
- package/dist/esm/columnControls/EmployeeColumn/property.js +13 -10
- package/dist/esm/columnControls/EmployeeColumn/schema.json +6 -6
- package/dist/esm/columnControls/FileColumn/property.js +13 -10
- package/dist/esm/columnControls/FileColumn/schema.json +6 -6
- package/dist/esm/columnControls/GroupColumn/property.js +7 -7
- package/dist/esm/columnControls/GroupColumn/schema.json +6 -6
- package/dist/esm/columnControls/ImageColumn/property.js +7 -7
- package/dist/esm/columnControls/ImageColumn/schema.json +6 -6
- package/dist/esm/columnControls/LocationColumn/property.js +17 -10
- package/dist/esm/columnControls/LocationColumn/schema.json +6 -6
- package/dist/esm/columnControls/OperationColumn/designer.js +16 -12
- package/dist/esm/columnControls/OperationColumn/property.js +20 -16
- package/dist/esm/columnControls/OperationColumn/schema.json +6 -6
- package/dist/esm/columnControls/OrderColumn/property.js +12 -17
- package/dist/esm/columnControls/OrderColumn/schema.json +6 -6
- package/dist/esm/columnControls/PeopleColumn/property.js +7 -7
- package/dist/esm/columnControls/PeopleColumn/schema.json +6 -6
- package/dist/esm/columnControls/TextColumn/property.js +27 -14
- package/dist/esm/columnControls/TextColumn/schema.json +6 -6
- package/dist/esm/columnControls/TimescopeColumn/property.js +27 -14
- package/dist/esm/columnControls/TimescopeColumn/schema.json +6 -6
- package/dist/esm/columnControls/TimestampColumn/property.js +27 -14
- package/dist/esm/columnControls/TimestampColumn/schema.json +6 -6
- package/dist/esm/columnControls/VarcharColumn/property.js +41 -18
- package/dist/esm/columnControls/VarcharColumn/schema.json +10 -10
- package/dist/esm/formControls/Address/property.js +29 -18
- package/dist/esm/formControls/Address/schema.json +28 -5
- package/dist/esm/formControls/Amount/property.js +67 -30
- package/dist/esm/formControls/Amount/schema.json +31 -8
- package/dist/esm/formControls/Attachment/designer.js +1 -4
- package/dist/esm/formControls/Attachment/property.js +84 -40
- package/dist/esm/formControls/Attachment/schema.json +27 -4
- package/dist/esm/formControls/AutoNumber/property.js +14 -12
- package/dist/esm/formControls/AutoNumber/schema.json +27 -4
- package/dist/esm/formControls/Barcode/property.js +41 -21
- package/dist/esm/formControls/Barcode/schema.json +35 -21
- package/dist/esm/formControls/Calc/property.js +47 -19
- package/dist/esm/formControls/Calc/schema.json +27 -4
- package/dist/esm/formControls/Cascader/property.js +70 -32
- package/dist/esm/formControls/Cascader/schema.json +31 -8
- package/dist/esm/formControls/Checkbox/property.js +74 -32
- package/dist/esm/formControls/Checkbox/schema.json +31 -21
- package/dist/esm/formControls/Counter/property.js +39 -19
- package/dist/esm/formControls/Counter/schema.json +111 -31
- package/dist/esm/formControls/DatePicker/property.js +66 -34
- package/dist/esm/formControls/DatePicker/schema.json +27 -4
- package/dist/esm/formControls/DateRange/property.js +67 -29
- package/dist/esm/formControls/DateRange/schema.json +27 -4
- package/dist/esm/formControls/Department/property.js +58 -28
- package/dist/esm/formControls/Department/schema.json +27 -4
- package/dist/esm/formControls/Department2/property.js +85 -41
- package/dist/esm/formControls/Department2/schema.json +27 -17
- package/dist/esm/formControls/ElectronicSignature/property.js +45 -18
- package/dist/esm/formControls/ElectronicSignature/schema.json +27 -4
- package/dist/esm/formControls/Employee/property.js +48 -24
- package/dist/esm/formControls/Employee/schema.json +27 -4
- package/dist/esm/formControls/Employee2/property.js +83 -39
- package/dist/esm/formControls/Employee2/schema.json +27 -17
- package/dist/esm/formControls/Image/designer.js +8 -8
- package/dist/esm/formControls/Image/property.js +25 -18
- package/dist/esm/formControls/Image/schema.json +29 -14
- package/dist/esm/formControls/Input/property.js +11 -20
- package/dist/esm/formControls/Input/schema.json +27 -4
- package/dist/esm/formControls/Number/property.js +78 -33
- package/dist/esm/formControls/Number/schema.json +27 -4
- package/dist/esm/formControls/OrganizationSelection/property.js +101 -42
- package/dist/esm/formControls/OrganizationSelection/schema.json +27 -4
- package/dist/esm/formControls/QrCode/property.js +48 -24
- package/dist/esm/formControls/QrCode/schema.json +69 -46
- package/dist/esm/formControls/Radio/property.js +81 -34
- package/dist/esm/formControls/Radio/schema.json +31 -8
- package/dist/esm/formControls/RichText/property.js +50 -24
- package/dist/esm/formControls/RichText/schema.json +28 -13
- package/dist/esm/formControls/Score/property.js +42 -19
- package/dist/esm/formControls/Score/schema.json +27 -9
- package/dist/esm/formControls/SearchDateRange/property.js +64 -31
- package/dist/esm/formControls/SearchDateRange/schema.json +27 -4
- package/dist/esm/formControls/SearchInput/property.js +5 -5
- package/dist/esm/formControls/SearchInput/schema.json +27 -4
- package/dist/esm/formControls/SearchNumberRange/property.js +33 -18
- package/dist/esm/formControls/SearchNumberRange/schema.json +27 -4
- package/dist/esm/formControls/Select/property.js +71 -30
- package/dist/esm/formControls/Select/schema.json +31 -13
- package/dist/esm/formControls/SelectMultiple/property.js +66 -28
- package/dist/esm/formControls/SelectMultiple/schema.json +31 -13
- package/dist/esm/formControls/SelectRelation/property.js +84 -32
- package/dist/esm/formControls/SelectRelation/schema.json +31 -8
- package/dist/esm/formControls/Slider/property.js +42 -18
- package/dist/esm/formControls/Slider/schema.json +58 -6
- package/dist/esm/formControls/Switch/property.js +45 -21
- package/dist/esm/formControls/Switch/schema.json +27 -4
- package/dist/esm/formControls/Tag/property.js +56 -24
- package/dist/esm/formControls/Tag/schema.json +63 -52
- package/dist/esm/formControls/Textarea/property.js +48 -21
- package/dist/esm/formControls/Textarea/schema.json +27 -4
- package/dist/esm/formControls/TimePicker/property.js +35 -21
- package/dist/esm/formControls/TimePicker/schema.json +27 -4
- package/dist/esm/formControls/TimeRange/property.js +57 -25
- package/dist/esm/formControls/TimeRange/schema.json +29 -6
- package/dist/esm/formControls/Tree/property.js +98 -40
- package/dist/esm/formControls/Tree/schema.json +27 -4
- package/dist/esm/formControls/VueFormItem/property.js +28 -16
- package/dist/esm/formControls/VueFormItem/schema.json +27 -4
- package/dist/esm/formControls/VuePage/property.js +28 -16
- package/dist/esm/formControls/VuePage/schema.json +27 -4
- package/dist/esm/formControls/WPS/designer.js +9 -9
- package/dist/esm/formControls/WPS/property.js +67 -30
- package/dist/esm/formControls/WPS/schema.json +27 -4
- package/dist/esm/framework.js +81 -135
- package/dist/esm/layoutControls/ActionBar/designer.js +2 -2
- package/dist/esm/layoutControls/ActionBar/property.js +22 -12
- package/dist/esm/layoutControls/ActionBar/runtime.js +2 -2
- package/dist/esm/layoutControls/ActionBar/schema.json +4 -4
- package/dist/esm/layoutControls/AdvancedContainer/property.js +14 -6
- package/dist/esm/layoutControls/AdvancedContainer/schema.json +4 -4
- package/dist/esm/layoutControls/BlankContainer/property.js +48 -14
- package/dist/esm/layoutControls/BlankContainer/schema.json +10 -5
- package/dist/esm/layoutControls/CardGroup/property.js +52 -21
- package/dist/esm/layoutControls/CardGroup/schema.json +6 -6
- package/dist/esm/layoutControls/Col/property.js +22 -12
- package/dist/esm/layoutControls/Col/schema.json +4 -4
- package/dist/esm/layoutControls/Collapse/designer.js +2 -2
- package/dist/esm/layoutControls/Collapse/property.js +21 -10
- package/dist/esm/layoutControls/Collapse/schema.json +4 -9
- package/dist/esm/layoutControls/CollapsePane/property.js +12 -8
- package/dist/esm/layoutControls/CollapsePane/schema.json +5 -5
- package/dist/esm/layoutControls/DataView/property.js +34 -20
- package/dist/esm/layoutControls/DataView/schema.json +4 -4
- package/dist/esm/layoutControls/Grid/property.js +5 -5
- package/dist/esm/layoutControls/Grid/schema.json +4 -4
- package/dist/esm/layoutControls/GridLayoutContainer/property.js +17 -10
- package/dist/esm/layoutControls/GridLayoutContainer/schema.json +4 -4
- package/dist/esm/layoutControls/GridRow/property.js +5 -5
- package/dist/esm/layoutControls/GridRow/schema.json +4 -4
- package/dist/esm/layoutControls/GridTableColumn/property.js +65 -26
- package/dist/esm/layoutControls/GridTableColumn/schema.json +4 -4
- package/dist/esm/layoutControls/ListView/property.js +100 -29
- package/dist/esm/layoutControls/ListView/schema.json +4 -4
- package/dist/esm/layoutControls/Page/property.js +28 -8
- package/dist/esm/layoutControls/Page/schema.json +4 -4
- package/dist/esm/layoutControls/Position/property.js +27 -14
- package/dist/esm/layoutControls/Position/schema.json +4 -4
- package/dist/esm/layoutControls/PositioningContainer/property.js +5 -5
- package/dist/esm/layoutControls/PositioningContainer/schema.json +4 -4
- package/dist/esm/layoutControls/Row/property.js +40 -16
- package/dist/esm/layoutControls/Row/schema.json +4 -4
- package/dist/esm/layoutControls/Step/designer.js +2 -2
- package/dist/esm/layoutControls/Step/property.js +66 -28
- package/dist/esm/layoutControls/Step/schema.json +8 -8
- package/dist/esm/layoutControls/StepPane/property.js +47 -22
- package/dist/esm/layoutControls/StepPane/schema.json +4 -4
- package/dist/esm/layoutControls/SubTableColumn/property.js +31 -11
- package/dist/esm/layoutControls/SubTableColumn/schema.json +4 -4
- package/dist/esm/layoutControls/SubTableRow/property.js +5 -5
- package/dist/esm/layoutControls/SubTableRow/schema.json +4 -4
- package/dist/esm/layoutControls/Tab/designer.js +2 -2
- package/dist/esm/layoutControls/Tab/property.js +32 -16
- package/dist/esm/layoutControls/Tab/schema.json +4 -4
- package/dist/esm/layoutControls/TabPane/property.js +12 -8
- package/dist/esm/layoutControls/TabPane/schema.json +4 -4
- package/dist/esm/layoutControls/TableLayout/property.js +82 -36
- package/dist/esm/layoutControls/TableLayout/schema.json +6 -6
- package/dist/esm/layoutControls/TableLayoutCol/property.js +57 -26
- package/dist/esm/layoutControls/TableLayoutCol/schema.json +4 -4
- package/dist/esm/layoutControls/TableLayoutRow/property.js +17 -10
- package/dist/esm/layoutControls/TableLayoutRow/schema.json +4 -4
- package/dist/esm/layoutControls/TableLayoutWrapper/property.js +22 -12
- package/dist/esm/layoutControls/TableLayoutWrapper/schema.json +4 -4
- package/dist/esm/layoutControls/Toolbox/property.js +5 -5
- package/dist/esm/layoutControls/Toolbox/schema.json +4 -4
- package/dist/esm/listControls/GridTable/designer.js +17 -12
- package/dist/esm/listControls/GridTable/property.js +11 -15
- package/dist/esm/listControls/GridTable/schema.json +4 -4
- package/dist/esm/listControls/SubTable/property.js +181 -71
- package/dist/esm/listControls/SubTable/schema.json +4 -4
- package/dist/esm/searchControls/SimpleSearch/property.js +67 -30
- package/dist/esm/searchControls/SimpleSearch/runtime.js +2 -2
- package/dist/esm/searchControls/SimpleSearch/schema.json +4 -4
- package/dist/esm/wrapControls/GridLayoutWrap/designer.js +8 -8
- package/dist/esm/wrapControls/GridLayoutWrap/property.js +12 -8
- package/dist/esm/wrapControls/GridLayoutWrap/runtime.js +8 -8
- package/dist/esm/wrapControls/GridLayoutWrap/schema.json +4 -4
- package/dist/index.umd.js +1 -1
- package/dist/types/baseControls/BarChart/property.d.ts +105 -0
- package/dist/types/baseControls/BatchDeleteButton/property.d.ts +40 -0
- package/dist/types/baseControls/BatchPrintListButton/property.d.ts +10 -0
- package/dist/types/baseControls/BatchSubmissionListButton/property.d.ts +20 -0
- package/dist/types/baseControls/Button/property.d.ts +5 -0
- package/dist/types/baseControls/Comment/property.d.ts +10 -0
- package/dist/types/baseControls/CreateFormListButton/property.d.ts +10 -0
- package/dist/types/baseControls/Dashboard/property.d.ts +40 -0
- package/dist/types/baseControls/Divider/property.d.ts +45 -0
- package/dist/types/baseControls/ExportListButton/property.d.ts +10 -0
- package/dist/types/baseControls/FormSelectButton/property.d.ts +20 -0
- package/dist/types/baseControls/Iframe/property.d.ts +15 -0
- package/dist/types/baseControls/ImportRecordListButton/property.d.ts +14 -0
- package/dist/types/baseControls/InvoiceCheckButton/property.d.ts +35 -0
- package/dist/types/baseControls/LineChart/property.d.ts +105 -0
- package/dist/types/baseControls/Link/property.d.ts +30 -0
- package/dist/types/baseControls/ListSelectButton/property.d.ts +35 -0
- package/dist/types/baseControls/ListViewSelect/property.d.ts +10 -0
- package/dist/types/baseControls/OperationButton/property.d.ts +70 -0
- package/dist/types/baseControls/PieChart/property.d.ts +95 -0
- package/dist/types/baseControls/ReferenceList/property.d.ts +25 -0
- package/dist/types/baseControls/Text/property.d.ts +60 -0
- package/dist/types/baseControls/TextOcrButton/property.d.ts +35 -0
- package/dist/types/baseControls/Title/property.d.ts +20 -0
- package/dist/types/columnControls/ApprovalStatusColumn/property.d.ts +15 -0
- package/dist/types/columnControls/ArrayColumn/property.d.ts +25 -0
- package/dist/types/columnControls/AutoNumberColumn/property.d.ts +10 -0
- package/dist/types/columnControls/CustomColumn/property.d.ts +10 -0
- package/dist/types/columnControls/DecimalColumn/property.d.ts +40 -0
- package/dist/types/columnControls/DepartmentColumn/property.d.ts +5 -0
- package/dist/types/columnControls/EmployeeColumn/property.d.ts +5 -0
- package/dist/types/columnControls/FileColumn/property.d.ts +5 -0
- package/dist/types/columnControls/LocationColumn/property.d.ts +10 -0
- package/dist/types/columnControls/OperationColumn/property.d.ts +10 -0
- package/dist/types/columnControls/TextColumn/property.d.ts +20 -0
- package/dist/types/columnControls/TimescopeColumn/property.d.ts +20 -0
- package/dist/types/columnControls/TimestampColumn/property.d.ts +20 -0
- package/dist/types/columnControls/VarcharColumn/property.d.ts +35 -0
- package/dist/types/formControls/Address/property.d.ts +20 -0
- package/dist/types/formControls/Amount/property.d.ts +60 -0
- package/dist/types/formControls/Attachment/property.d.ts +75 -0
- package/dist/types/formControls/AutoNumber/property.d.ts +5 -0
- package/dist/types/formControls/Barcode/property.d.ts +35 -0
- package/dist/types/formControls/Calc/property.d.ts +45 -0
- package/dist/types/formControls/Cascader/property.d.ts +65 -0
- package/dist/types/formControls/Checkbox/property.d.ts +70 -0
- package/dist/types/formControls/Counter/property.d.ts +35 -0
- package/dist/types/formControls/DatePicker/property.d.ts +55 -0
- package/dist/types/formControls/DateRange/property.d.ts +60 -0
- package/dist/types/formControls/Department/property.d.ts +50 -0
- package/dist/types/formControls/Department2/property.d.ts +75 -0
- package/dist/types/formControls/ElectronicSignature/property.d.ts +40 -0
- package/dist/types/formControls/Employee/property.d.ts +40 -0
- package/dist/types/formControls/Employee2/property.d.ts +75 -0
- package/dist/types/formControls/Image/property.d.ts +20 -0
- package/dist/types/formControls/Number/property.d.ts +75 -0
- package/dist/types/formControls/OrganizationSelection/property.d.ts +95 -0
- package/dist/types/formControls/QrCode/property.d.ts +40 -0
- package/dist/types/formControls/Radio/property.d.ts +75 -0
- package/dist/types/formControls/RichText/property.d.ts +45 -0
- package/dist/types/formControls/Score/property.d.ts +37 -0
- package/dist/types/formControls/SearchDateRange/property.d.ts +55 -0
- package/dist/types/formControls/SearchNumberRange/property.d.ts +25 -0
- package/dist/types/formControls/Select/property.d.ts +65 -0
- package/dist/types/formControls/SelectMultiple/property.d.ts +60 -0
- package/dist/types/formControls/SelectRelation/property.d.ts +80 -0
- package/dist/types/formControls/Slider/property.d.ts +35 -4
- package/dist/types/formControls/Switch/property.d.ts +40 -0
- package/dist/types/formControls/Tag/property.d.ts +50 -0
- package/dist/types/formControls/Textarea/property.d.ts +45 -0
- package/dist/types/formControls/TimePicker/property.d.ts +25 -0
- package/dist/types/formControls/TimeRange/property.d.ts +50 -0
- package/dist/types/formControls/Tree/property.d.ts +95 -0
- package/dist/types/formControls/VueFormItem/property.d.ts +20 -0
- package/dist/types/formControls/VuePage/property.d.ts +20 -0
- package/dist/types/formControls/WPS/property.d.ts +60 -0
- package/dist/types/layoutControls/ActionBar/property.d.ts +15 -0
- package/dist/types/layoutControls/AdvancedContainer/property.d.ts +10 -0
- package/dist/types/layoutControls/BlankContainer/property.d.ts +45 -4
- package/dist/types/layoutControls/CardGroup/property.d.ts +50 -0
- package/dist/types/layoutControls/Col/property.d.ts +15 -0
- package/dist/types/layoutControls/Collapse/property.d.ts +15 -0
- package/dist/types/layoutControls/CollapsePane/property.d.ts +5 -0
- package/dist/types/layoutControls/DataView/property.d.ts +25 -0
- package/dist/types/layoutControls/GridLayoutContainer/property.d.ts +10 -0
- package/dist/types/layoutControls/GridTableColumn/property.d.ts +60 -0
- package/dist/types/layoutControls/ListView/property.d.ts +105 -0
- package/dist/types/layoutControls/Page/property.d.ts +25 -0
- package/dist/types/layoutControls/Position/property.d.ts +20 -0
- package/dist/types/layoutControls/Row/property.d.ts +35 -0
- package/dist/types/layoutControls/Step/property.d.ts +60 -0
- package/dist/types/layoutControls/StepPane/property.d.ts +40 -0
- package/dist/types/layoutControls/SubTableColumn/property.d.ts +30 -0
- package/dist/types/layoutControls/Tab/property.d.ts +25 -0
- package/dist/types/layoutControls/TabPane/property.d.ts +5 -0
- package/dist/types/layoutControls/TableLayout/property.d.ts +75 -0
- package/dist/types/layoutControls/TableLayoutCol/property.d.ts +50 -0
- package/dist/types/layoutControls/TableLayoutRow/property.d.ts +10 -0
- package/dist/types/layoutControls/TableLayoutWrapper/property.d.ts +15 -0
- package/dist/types/listControls/SubTable/property.d.ts +180 -0
- package/dist/types/searchControls/SimpleSearch/property.d.ts +60 -0
- package/dist/types/wrapControls/GridLayoutWrap/property.d.ts +5 -0
- package/package.json +4 -4
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* name: rok_table_layout
|
|
3
|
-
* description: 表格布局容器组件。用于构建按行列对齐的表单编排场景。支持行列数、标题位置、列宽分配、标题宽度、边框背景、圆角和内外边距等表格式布局能力。
|
|
4
|
-
*/ function _assert_this_initialized(self) {
|
|
1
|
+
function _assert_this_initialized(self) {
|
|
5
2
|
if (self === void 0) {
|
|
6
3
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
7
4
|
}
|
|
@@ -73,50 +70,102 @@ function _is_native_reflect_construct() {
|
|
|
73
70
|
return !!result;
|
|
74
71
|
})();
|
|
75
72
|
}
|
|
76
|
-
|
|
73
|
+
/**
|
|
74
|
+
* name: rok_table_layout
|
|
75
|
+
* description: 表格布局容器组件。用于构建按行列对齐的表单编排场景。支持行列数、标题位置、列宽分配、标题宽度、边框背景、圆角和内外边距等表格式布局能力。
|
|
76
|
+
*/ import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
|
|
77
77
|
var TableLayoutControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
78
78
|
"use strict";
|
|
79
79
|
_inherits(TableLayoutControlProperty, LayoutControlProperty);
|
|
80
80
|
function TableLayoutControlProperty(props) {
|
|
81
81
|
_class_call_check(this, TableLayoutControlProperty);
|
|
82
82
|
var _this;
|
|
83
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, _ref13, _ref14;
|
|
83
84
|
_this = _call_super(this, TableLayoutControlProperty, [
|
|
84
85
|
props
|
|
85
|
-
]),
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
86
|
+
]), /**
|
|
87
|
+
* 行数
|
|
88
|
+
* @defaultValue 2
|
|
89
|
+
* @public
|
|
90
|
+
*/ _define_property(_this, "rowCount", void 0), /**
|
|
91
|
+
* 列数
|
|
92
|
+
* @defaultValue 2
|
|
93
|
+
* @public
|
|
94
|
+
*/ _define_property(_this, "colCount", void 0), /**
|
|
95
|
+
* 标题布局;取值:top:上方;left:左侧;
|
|
96
|
+
* @defaultValue 'left'
|
|
97
|
+
* @public
|
|
98
|
+
*/ _define_property(_this, "labelPosition", void 0), /**
|
|
99
|
+
* 列宽分配方式;取值:custom:自定义;average:平均分配;
|
|
100
|
+
* @defaultValue 'average'
|
|
101
|
+
* @public
|
|
102
|
+
*/ _define_property(_this, "colWidthType", void 0), /**
|
|
103
|
+
* 列宽分配值,使用冒号分隔,例如 '12:12'
|
|
104
|
+
* @defaultValue '12:12'
|
|
105
|
+
* @public
|
|
106
|
+
*/ _define_property(_this, "colWidth", void 0), /**
|
|
107
|
+
* 标题宽度
|
|
108
|
+
* @defaultValue ''
|
|
109
|
+
* @public
|
|
110
|
+
*/ _define_property(_this, "labelWidth", void 0), /**
|
|
111
|
+
* 标题是否加粗
|
|
112
|
+
* @defaultValue false
|
|
113
|
+
* @public
|
|
114
|
+
*/ _define_property(_this, "isLabelBold", void 0), /**
|
|
115
|
+
* 内边距配置
|
|
116
|
+
* @defaultValue { paddingTop: '', paddingRight: '', paddingBottom: '', ... }
|
|
117
|
+
* @public
|
|
118
|
+
*/ _define_property(_this, "padding", void 0), /**
|
|
119
|
+
* 外边距配置
|
|
120
|
+
* @defaultValue { marginTop: '', marginRight: '', marginBottom: '', ... }
|
|
121
|
+
* @public
|
|
122
|
+
*/ _define_property(_this, "margin", void 0), /**
|
|
123
|
+
* 边框配置
|
|
124
|
+
* @defaultValue { borderTop: true, borderBottom: true, borderLeft: true, ... }
|
|
125
|
+
* @public
|
|
126
|
+
*/ _define_property(_this, "border", void 0), /**
|
|
127
|
+
* 背景
|
|
128
|
+
* @defaultValue { type: 'backgroundColor', backgroundColor: '', backgroundImage: '', ... }
|
|
129
|
+
* @public
|
|
130
|
+
*/ _define_property(_this, "background", void 0), /**
|
|
131
|
+
* 圆角配置
|
|
132
|
+
* @defaultValue { borderTopLeftRadius: '', borderTopRightRadius: '', borderBottomRightRadius: '', ... }
|
|
133
|
+
* @public
|
|
134
|
+
*/ _define_property(_this, "borderRadius", void 0), /**
|
|
135
|
+
* 标题水平对齐方式;取值:left:左侧;center:居中;right:右侧;justify:两端对齐;
|
|
136
|
+
* @defaultValue ''
|
|
137
|
+
* @public
|
|
138
|
+
*/ _define_property(_this, "align", void 0), /**
|
|
139
|
+
* 标题垂直对齐方式;取值:flex-start:起点对齐;center:居中;flex-end:终点对齐;
|
|
140
|
+
* @defaultValue 'center'
|
|
141
|
+
* @public
|
|
142
|
+
*/ _define_property(_this, "verticalAlign", void 0), /**
|
|
143
|
+
* 表格内边框
|
|
144
|
+
* @defaultValue { borderWidth: 1, borderColor: '', borderType: 'solid' }
|
|
145
|
+
* @public
|
|
146
|
+
*/ _define_property(_this, "innerBorder", void 0);
|
|
147
|
+
_this.rowCount = (_ref = props === null || props === void 0 ? void 0 : props.rowCount) !== null && _ref !== void 0 ? _ref : 2;
|
|
148
|
+
_this.colCount = (_ref1 = props === null || props === void 0 ? void 0 : props.colCount) !== null && _ref1 !== void 0 ? _ref1 : 2;
|
|
149
|
+
_this.labelPosition = (_ref2 = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _ref2 !== void 0 ? _ref2 : 'left';
|
|
150
|
+
_this.colWidthType = (_ref3 = props === null || props === void 0 ? void 0 : props.colWidthType) !== null && _ref3 !== void 0 ? _ref3 : 'average';
|
|
151
|
+
_this.colWidth = (_ref4 = props === null || props === void 0 ? void 0 : props.colWidth) !== null && _ref4 !== void 0 ? _ref4 : '12:12';
|
|
152
|
+
_this.isLabelBold = (_ref5 = props === null || props === void 0 ? void 0 : props.isLabelBold) !== null && _ref5 !== void 0 ? _ref5 : false;
|
|
153
|
+
_this.labelWidth = (_ref6 = props === null || props === void 0 ? void 0 : props.labelWidth) !== null && _ref6 !== void 0 ? _ref6 : '';
|
|
154
|
+
_this.align = (_ref7 = props === null || props === void 0 ? void 0 : props.align) !== null && _ref7 !== void 0 ? _ref7 : '';
|
|
155
|
+
_this.verticalAlign = (_ref8 = props === null || props === void 0 ? void 0 : props.verticalAlign) !== null && _ref8 !== void 0 ? _ref8 : 'center';
|
|
156
|
+
_this.padding = (_ref9 = props === null || props === void 0 ? void 0 : props.padding) !== null && _ref9 !== void 0 ? _ref9 : {
|
|
106
157
|
paddingTop: '',
|
|
107
158
|
paddingRight: '',
|
|
108
159
|
paddingBottom: '',
|
|
109
160
|
paddingLeft: ''
|
|
110
161
|
};
|
|
111
|
-
|
|
112
|
-
_this.margin = (_props_margin = props === null || props === void 0 ? void 0 : props.margin) !== null && _props_margin !== void 0 ? _props_margin : {
|
|
162
|
+
_this.margin = (_ref10 = props === null || props === void 0 ? void 0 : props.margin) !== null && _ref10 !== void 0 ? _ref10 : {
|
|
113
163
|
marginTop: '',
|
|
114
164
|
marginRight: '',
|
|
115
165
|
marginBottom: '',
|
|
116
166
|
marginLeft: ''
|
|
117
167
|
};
|
|
118
|
-
|
|
119
|
-
_this.border = (_props_border = props === null || props === void 0 ? void 0 : props.border) !== null && _props_border !== void 0 ? _props_border : {
|
|
168
|
+
_this.border = (_ref11 = props === null || props === void 0 ? void 0 : props.border) !== null && _ref11 !== void 0 ? _ref11 : {
|
|
120
169
|
borderTop: true,
|
|
121
170
|
borderBottom: true,
|
|
122
171
|
borderLeft: true,
|
|
@@ -125,22 +174,19 @@ var TableLayoutControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
|
125
174
|
borderColor: '',
|
|
126
175
|
borderType: 'solid'
|
|
127
176
|
};
|
|
128
|
-
|
|
129
|
-
_this.borderRadius = (_props_borderRadius = props === null || props === void 0 ? void 0 : props.borderRadius) !== null && _props_borderRadius !== void 0 ? _props_borderRadius : {
|
|
177
|
+
_this.borderRadius = (_ref12 = props === null || props === void 0 ? void 0 : props.borderRadius) !== null && _ref12 !== void 0 ? _ref12 : {
|
|
130
178
|
borderTopLeftRadius: '',
|
|
131
179
|
borderTopRightRadius: '',
|
|
132
180
|
borderBottomRightRadius: '',
|
|
133
181
|
borderBottomLeftRadius: ''
|
|
134
182
|
};
|
|
135
|
-
|
|
136
|
-
_this.background = (_props_background = props === null || props === void 0 ? void 0 : props.background) !== null && _props_background !== void 0 ? _props_background : {
|
|
183
|
+
_this.background = (_ref13 = props === null || props === void 0 ? void 0 : props.background) !== null && _ref13 !== void 0 ? _ref13 : {
|
|
137
184
|
type: 'backgroundColor',
|
|
138
185
|
backgroundColor: '',
|
|
139
186
|
backgroundImage: '',
|
|
140
187
|
placementMode: 'contain'
|
|
141
188
|
};
|
|
142
|
-
|
|
143
|
-
_this.innerBorder = (_props_innerBorder = props === null || props === void 0 ? void 0 : props.innerBorder) !== null && _props_innerBorder !== void 0 ? _props_innerBorder : {
|
|
189
|
+
_this.innerBorder = (_ref14 = props === null || props === void 0 ? void 0 : props.innerBorder) !== null && _ref14 !== void 0 ? _ref14 : {
|
|
144
190
|
borderWidth: 1,
|
|
145
191
|
borderColor: '',
|
|
146
192
|
borderType: 'solid'
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"defaultState": {
|
|
18
18
|
"type": "string",
|
|
19
19
|
"enum": [
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"readonly",
|
|
21
|
+
"default"
|
|
22
22
|
],
|
|
23
23
|
"description": "默认状态",
|
|
24
24
|
"enumDescription": [
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"readonly",
|
|
26
|
+
"default"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
"rowCount": {
|
|
@@ -241,8 +241,8 @@
|
|
|
241
241
|
"type": "string",
|
|
242
242
|
"enum": [
|
|
243
243
|
"",
|
|
244
|
-
"center",
|
|
245
244
|
"left",
|
|
245
|
+
"center",
|
|
246
246
|
"right",
|
|
247
247
|
"justify"
|
|
248
248
|
],
|
|
@@ -250,8 +250,8 @@
|
|
|
250
250
|
"default": "",
|
|
251
251
|
"enumDescription": [
|
|
252
252
|
"",
|
|
253
|
-
"居中",
|
|
254
253
|
"左侧",
|
|
254
|
+
"居中",
|
|
255
255
|
"右侧",
|
|
256
256
|
"两端对齐"
|
|
257
257
|
]
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* name: rok_table_layout_col
|
|
3
|
-
* description: 表格布局列组件。用于定义表格布局中单元列的占位与样式。支持列跨度、单元格合并、Flex/块级布局、主侧轴对齐、背景和与标题同宽等能力。
|
|
4
|
-
*/ function _assert_this_initialized(self) {
|
|
1
|
+
function _assert_this_initialized(self) {
|
|
5
2
|
if (self === void 0) {
|
|
6
3
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
7
4
|
}
|
|
@@ -73,7 +70,10 @@ function _is_native_reflect_construct() {
|
|
|
73
70
|
return !!result;
|
|
74
71
|
})();
|
|
75
72
|
}
|
|
76
|
-
|
|
73
|
+
/**
|
|
74
|
+
* name: rok_table_layout_col
|
|
75
|
+
* description: 表格布局列组件。用于定义表格布局中单元列的占位与样式。支持列跨度、单元格合并、Flex/块级布局、主侧轴对齐、背景和与标题同宽等能力。
|
|
76
|
+
*/ import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
|
|
77
77
|
var BASE_SPAN = 24;
|
|
78
78
|
var TableLayoutColControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
79
79
|
"use strict";
|
|
@@ -81,34 +81,65 @@ var TableLayoutColControlProperty = /*#__PURE__*/ function(LayoutControlProperty
|
|
|
81
81
|
function TableLayoutColControlProperty(props) {
|
|
82
82
|
_class_call_check(this, TableLayoutColControlProperty);
|
|
83
83
|
var _this;
|
|
84
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9;
|
|
84
85
|
_this = _call_super(this, TableLayoutColControlProperty, [
|
|
85
86
|
props
|
|
86
|
-
]),
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
87
|
+
]), /**
|
|
88
|
+
* 占用列数
|
|
89
|
+
* @defaultValue 24
|
|
90
|
+
* @public
|
|
91
|
+
*/ _define_property(_this, "span", void 0), /**
|
|
92
|
+
* 偏移量
|
|
93
|
+
* @defaultValue 0
|
|
94
|
+
* @public
|
|
95
|
+
*/ _define_property(_this, "offset", void 0), /**
|
|
96
|
+
* 在表格布局中的合并单元格数量
|
|
97
|
+
* @defaultValue 0
|
|
98
|
+
* @public
|
|
99
|
+
*/ _define_property(_this, "tableLayoutColSpan", void 0), /**
|
|
100
|
+
* full 占满整行,'' 没有合并单元格,custom 自定义合并格数
|
|
101
|
+
* @defaultValue ''
|
|
102
|
+
* @public
|
|
103
|
+
*/ _define_property(_this, "tableLayoutColSpanType", void 0), /**
|
|
104
|
+
* 布局方式;取值:flex:弹性;block:块级;
|
|
105
|
+
* @defaultValue 'flex'
|
|
106
|
+
* @public
|
|
107
|
+
*/ _define_property(_this, "layout", void 0), /**
|
|
108
|
+
* 主轴方向;取值:row:横向;column:纵向;row-reverse:横向反向;column-reverse:纵向反向;
|
|
109
|
+
* @defaultValue 'column'
|
|
110
|
+
* @public
|
|
111
|
+
*/ _define_property(_this, "flexDirection", void 0), /**
|
|
112
|
+
* 侧轴对齐方式;取值:flex-start:起点对齐;flex-end:终点对齐;center:居中;baseline:基线对齐;stretch:拉伸;
|
|
113
|
+
* @defaultValue 'flex-start'
|
|
114
|
+
* @public
|
|
115
|
+
*/ _define_property(_this, "alignItems", void 0), /**
|
|
116
|
+
* 主轴对齐方式;取值:flex-start:起点对齐;flex-end:终点对齐;center:居中;space-between:两端对齐;space-around:环绕对齐;
|
|
117
|
+
* @defaultValue 'flex-start'
|
|
118
|
+
* @public
|
|
119
|
+
*/ _define_property(_this, "justifyContent", void 0), /**
|
|
120
|
+
* 背景
|
|
121
|
+
* @defaultValue { type: 'backgroundColor', backgroundColor: '', backgroundImage: '', ... }
|
|
122
|
+
* @public
|
|
123
|
+
*/ _define_property(_this, "background", void 0), /**
|
|
124
|
+
* 设置该列与标题同宽
|
|
125
|
+
* @defaultValue false
|
|
126
|
+
* @public
|
|
127
|
+
*/ _define_property(_this, "isLabelCol", void 0);
|
|
128
|
+
_this.span = (_ref = props === null || props === void 0 ? void 0 : props.span) !== null && _ref !== void 0 ? _ref : BASE_SPAN;
|
|
129
|
+
_this.offset = (_ref1 = props === null || props === void 0 ? void 0 : props.offset) !== null && _ref1 !== void 0 ? _ref1 : 0;
|
|
130
|
+
_this.tableLayoutColSpan = (_ref2 = props === null || props === void 0 ? void 0 : props.tableLayoutColSpan) !== null && _ref2 !== void 0 ? _ref2 : 0;
|
|
131
|
+
_this.tableLayoutColSpanType = (_ref3 = props === null || props === void 0 ? void 0 : props.tableLayoutColSpanType) !== null && _ref3 !== void 0 ? _ref3 : '';
|
|
132
|
+
_this.layout = (_ref4 = props === null || props === void 0 ? void 0 : props.layout) !== null && _ref4 !== void 0 ? _ref4 : 'flex';
|
|
133
|
+
_this.flexDirection = (_ref5 = props === null || props === void 0 ? void 0 : props.flexDirection) !== null && _ref5 !== void 0 ? _ref5 : 'column';
|
|
134
|
+
_this.alignItems = (_ref6 = props === null || props === void 0 ? void 0 : props.alignItems) !== null && _ref6 !== void 0 ? _ref6 : 'flex-start';
|
|
135
|
+
_this.justifyContent = (_ref7 = props === null || props === void 0 ? void 0 : props.justifyContent) !== null && _ref7 !== void 0 ? _ref7 : 'flex-start';
|
|
136
|
+
_this.background = (_ref8 = props === null || props === void 0 ? void 0 : props.background) !== null && _ref8 !== void 0 ? _ref8 : {
|
|
105
137
|
type: 'backgroundColor',
|
|
106
138
|
backgroundColor: '',
|
|
107
139
|
backgroundImage: '',
|
|
108
140
|
placementMode: 'contain'
|
|
109
141
|
};
|
|
110
|
-
|
|
111
|
-
_this.isLabelCol = (_props_isLabelCol = props === null || props === void 0 ? void 0 : props.isLabelCol) !== null && _props_isLabelCol !== void 0 ? _props_isLabelCol : false;
|
|
142
|
+
_this.isLabelCol = (_ref9 = props === null || props === void 0 ? void 0 : props.isLabelCol) !== null && _ref9 !== void 0 ? _ref9 : false;
|
|
112
143
|
return _this;
|
|
113
144
|
}
|
|
114
145
|
return TableLayoutColControlProperty;
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"defaultState": {
|
|
18
18
|
"type": "string",
|
|
19
19
|
"enum": [
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"readonly",
|
|
21
|
+
"default"
|
|
22
22
|
],
|
|
23
23
|
"description": "默认状态",
|
|
24
24
|
"enumDescription": [
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"readonly",
|
|
26
|
+
"default"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
"span": {
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* name: rok_table_layout_row
|
|
3
|
-
* description: 表格布局行组件。用于在表格布局中组织一行单元内容。支持预设/自定义布局模式和列间距设置。
|
|
4
|
-
*/ function _assert_this_initialized(self) {
|
|
1
|
+
function _assert_this_initialized(self) {
|
|
5
2
|
if (self === void 0) {
|
|
6
3
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
7
4
|
}
|
|
@@ -73,20 +70,30 @@ function _is_native_reflect_construct() {
|
|
|
73
70
|
return !!result;
|
|
74
71
|
})();
|
|
75
72
|
}
|
|
76
|
-
|
|
73
|
+
/**
|
|
74
|
+
* name: rok_table_layout_row
|
|
75
|
+
* description: 表格布局行组件。用于在表格布局中组织一行单元内容。支持预设/自定义布局模式和列间距设置。
|
|
76
|
+
*/ import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
|
|
77
77
|
var TableLayoutRowControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
78
78
|
"use strict";
|
|
79
79
|
_inherits(TableLayoutRowControlProperty, LayoutControlProperty);
|
|
80
80
|
function TableLayoutRowControlProperty(props) {
|
|
81
81
|
_class_call_check(this, TableLayoutRowControlProperty);
|
|
82
82
|
var _this;
|
|
83
|
+
var _ref, _ref1;
|
|
83
84
|
_this = _call_super(this, TableLayoutRowControlProperty, [
|
|
84
85
|
props
|
|
85
|
-
]),
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
86
|
+
]), /**
|
|
87
|
+
* 布局模式;取值:select:选择预设布局;custom:自定义布局;
|
|
88
|
+
* @defaultValue 'select'
|
|
89
|
+
* @public
|
|
90
|
+
*/ _define_property(_this, "layoutMode", void 0), /**
|
|
91
|
+
* 间距
|
|
92
|
+
* @defaultValue 0
|
|
93
|
+
* @public
|
|
94
|
+
*/ _define_property(_this, "gutter", void 0);
|
|
95
|
+
_this.layoutMode = (_ref = props === null || props === void 0 ? void 0 : props.layoutMode) !== null && _ref !== void 0 ? _ref : 'select';
|
|
96
|
+
_this.gutter = (_ref1 = props === null || props === void 0 ? void 0 : props.gutter) !== null && _ref1 !== void 0 ? _ref1 : 0;
|
|
90
97
|
return _this;
|
|
91
98
|
}
|
|
92
99
|
return TableLayoutRowControlProperty;
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"defaultState": {
|
|
18
18
|
"type": "string",
|
|
19
19
|
"enum": [
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"readonly",
|
|
21
|
+
"default"
|
|
22
22
|
],
|
|
23
23
|
"description": "默认状态",
|
|
24
24
|
"enumDescription": [
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"readonly",
|
|
26
|
+
"default"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
"layoutMode": {
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* name: rok_table_layout_wrapper
|
|
3
|
-
* description: 表格布局外层容器组件。用于控制表格布局整体包裹区域的尺寸与边框表现。支持宽度、宽度单位和表单边框线显示设置。
|
|
4
|
-
*/ function _assert_this_initialized(self) {
|
|
1
|
+
function _assert_this_initialized(self) {
|
|
5
2
|
if (self === void 0) {
|
|
6
3
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
7
4
|
}
|
|
@@ -73,22 +70,35 @@ function _is_native_reflect_construct() {
|
|
|
73
70
|
return !!result;
|
|
74
71
|
})();
|
|
75
72
|
}
|
|
76
|
-
|
|
73
|
+
/**
|
|
74
|
+
* name: rok_table_layout_wrapper
|
|
75
|
+
* description: 表格布局外层容器组件。用于控制表格布局整体包裹区域的尺寸与边框表现。支持宽度、宽度单位和表单边框线显示设置。
|
|
76
|
+
*/ import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
|
|
77
77
|
var TableLayoutWrapperControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
78
78
|
"use strict";
|
|
79
79
|
_inherits(TableLayoutWrapperControlProperty, LayoutControlProperty);
|
|
80
80
|
function TableLayoutWrapperControlProperty(props) {
|
|
81
81
|
_class_call_check(this, TableLayoutWrapperControlProperty);
|
|
82
82
|
var _this;
|
|
83
|
+
var _ref, _ref1, _ref2;
|
|
83
84
|
_this = _call_super(this, TableLayoutWrapperControlProperty, [
|
|
84
85
|
props
|
|
85
|
-
]),
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
86
|
+
]), /**
|
|
87
|
+
* 宽度
|
|
88
|
+
* @defaultValue ''
|
|
89
|
+
* @public
|
|
90
|
+
*/ _define_property(_this, "width", void 0), /**
|
|
91
|
+
* wrapper 单位;取值:px:像素;%:%;fill:填充;
|
|
92
|
+
* @defaultValue 'px'
|
|
93
|
+
* @public
|
|
94
|
+
*/ _define_property(_this, "widthCompany", void 0), /**
|
|
95
|
+
* 表单控件是否显示边框线
|
|
96
|
+
* @defaultValue false
|
|
97
|
+
* @public
|
|
98
|
+
*/ _define_property(_this, "showFormBorder", void 0);
|
|
99
|
+
_this.width = (_ref = props === null || props === void 0 ? void 0 : props.width) !== null && _ref !== void 0 ? _ref : '';
|
|
100
|
+
_this.widthCompany = (_ref1 = props === null || props === void 0 ? void 0 : props.widthCompany) !== null && _ref1 !== void 0 ? _ref1 : 'px';
|
|
101
|
+
_this.showFormBorder = (_ref2 = props === null || props === void 0 ? void 0 : props.showFormBorder) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
92
102
|
return _this;
|
|
93
103
|
}
|
|
94
104
|
return TableLayoutWrapperControlProperty;
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"defaultState": {
|
|
18
18
|
"type": "string",
|
|
19
19
|
"enum": [
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"readonly",
|
|
21
|
+
"default"
|
|
22
22
|
],
|
|
23
23
|
"description": "默认状态",
|
|
24
24
|
"enumDescription": [
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"readonly",
|
|
26
|
+
"default"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
"width": {
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* name: rok_toolbox
|
|
3
|
-
* description: 工具箱容器组件。用于承载页面中的辅助工具区、快捷操作区或扩展按钮区域。当前继承基础布局属性,适合作为工具集合承载容器。
|
|
4
|
-
*/ function _assert_this_initialized(self) {
|
|
1
|
+
function _assert_this_initialized(self) {
|
|
5
2
|
if (self === void 0) {
|
|
6
3
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
7
4
|
}
|
|
@@ -60,7 +57,10 @@ function _is_native_reflect_construct() {
|
|
|
60
57
|
return !!result;
|
|
61
58
|
})();
|
|
62
59
|
}
|
|
63
|
-
|
|
60
|
+
/**
|
|
61
|
+
* name: rok_toolbox
|
|
62
|
+
* description: 工具箱容器组件。用于承载页面中的辅助工具区、快捷操作区或扩展按钮区域。当前继承基础布局属性,适合作为工具集合承载容器。
|
|
63
|
+
*/ import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
|
|
64
64
|
var ToolboxControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
65
65
|
"use strict";
|
|
66
66
|
_inherits(ToolboxControlProperty, LayoutControlProperty);
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"defaultState": {
|
|
18
18
|
"type": "string",
|
|
19
19
|
"enum": [
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"readonly",
|
|
21
|
+
"default"
|
|
22
22
|
],
|
|
23
23
|
"description": "默认状态",
|
|
24
24
|
"enumDescription": [
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"readonly",
|
|
26
|
+
"default"
|
|
27
27
|
]
|
|
28
28
|
}
|
|
29
29
|
},
|
|
@@ -105,6 +105,7 @@ function _inherits(subClass, superClass) {
|
|
|
105
105
|
if (superClass) _set_prototype_of(subClass, superClass);
|
|
106
106
|
}
|
|
107
107
|
function _instanceof(left, right) {
|
|
108
|
+
"@swc/helpers - instanceof";
|
|
108
109
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
109
110
|
return !!right[Symbol.hasInstance](left);
|
|
110
111
|
} else {
|
|
@@ -183,7 +184,7 @@ function _is_native_reflect_construct() {
|
|
|
183
184
|
})();
|
|
184
185
|
}
|
|
185
186
|
function _ts_generator(thisArg, body) {
|
|
186
|
-
var f, y, t,
|
|
187
|
+
var f, y, t, _ = {
|
|
187
188
|
label: 0,
|
|
188
189
|
sent: function() {
|
|
189
190
|
if (t[0] & 1) throw t[1];
|
|
@@ -191,13 +192,17 @@ function _ts_generator(thisArg, body) {
|
|
|
191
192
|
},
|
|
192
193
|
trys: [],
|
|
193
194
|
ops: []
|
|
194
|
-
};
|
|
195
|
-
return g
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
},
|
|
200
|
-
|
|
195
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
196
|
+
return d(g, "next", {
|
|
197
|
+
value: verb(0)
|
|
198
|
+
}), d(g, "throw", {
|
|
199
|
+
value: verb(1)
|
|
200
|
+
}), d(g, "return", {
|
|
201
|
+
value: verb(2)
|
|
202
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
203
|
+
value: function() {
|
|
204
|
+
return this;
|
|
205
|
+
}
|
|
201
206
|
}), g;
|
|
202
207
|
function verb(n) {
|
|
203
208
|
return function(v) {
|
|
@@ -209,7 +214,7 @@ function _ts_generator(thisArg, body) {
|
|
|
209
214
|
}
|
|
210
215
|
function step(op) {
|
|
211
216
|
if (f) throw new TypeError("Generator is already executing.");
|
|
212
|
-
while(_)try {
|
|
217
|
+
while(g && (g = 0, op[0] && (_ = 0)), _)try {
|
|
213
218
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
214
219
|
if (y = 0, t) op = [
|
|
215
220
|
op[0] & 2,
|
|
@@ -336,7 +341,7 @@ var GridTableControl = /*#__PURE__*/ function _target(DesignerListControl) {
|
|
|
336
341
|
key: "validate",
|
|
337
342
|
value: function validate(messages, ignore) {
|
|
338
343
|
var _this = this;
|
|
339
|
-
var _this1 = this, _superprop_get_validate = function() {
|
|
344
|
+
var _this1 = this, _superprop_get_validate = function _superprop_get_validate() {
|
|
340
345
|
return _get(_get_prototype_of(GridTableControl.prototype), "validate", _this);
|
|
341
346
|
};
|
|
342
347
|
return _async_to_generator(function() {
|
|
@@ -351,7 +356,7 @@ var GridTableControl = /*#__PURE__*/ function _target(DesignerListControl) {
|
|
|
351
356
|
_state.sent();
|
|
352
357
|
return [
|
|
353
358
|
4,
|
|
354
|
-
Promise.all(
|
|
359
|
+
Promise.all(this.children.map(function(child) {
|
|
355
360
|
return child.validate(messages, ignore);
|
|
356
361
|
}))
|
|
357
362
|
];
|
|
@@ -363,7 +368,7 @@ var GridTableControl = /*#__PURE__*/ function _target(DesignerListControl) {
|
|
|
363
368
|
];
|
|
364
369
|
}
|
|
365
370
|
});
|
|
366
|
-
})();
|
|
371
|
+
}).call(this);
|
|
367
372
|
}
|
|
368
373
|
}
|
|
369
374
|
], [
|