@byteluck-fe/model-driven-controls 7.0.0-beta.5 → 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/designer.js +11 -11
- package/dist/esm/baseControls/BarChart/property.js +123 -2
- package/dist/esm/baseControls/BarChart/schema.json +1650 -0
- package/dist/esm/baseControls/BatchDeleteButton/property.js +34 -2
- package/dist/esm/baseControls/BatchDeleteButton/schema.json +4 -4
- package/dist/esm/baseControls/BatchPrintListButton/property.js +9 -1
- package/dist/esm/baseControls/BatchPrintListButton/schema.json +162 -4
- package/dist/esm/baseControls/BatchPrintRecordListButton/schema.json +162 -4
- package/dist/esm/baseControls/BatchSubmissionListButton/property.js +17 -1
- package/dist/esm/baseControls/BatchSubmissionListButton/schema.json +162 -4
- package/dist/esm/baseControls/Button/property.js +5 -1
- package/dist/esm/baseControls/Button/schema.json +149 -26
- package/dist/esm/baseControls/Comment/property.js +9 -1
- package/dist/esm/baseControls/Comment/schema.json +4 -4
- package/dist/esm/baseControls/CreateFormListButton/property.js +9 -1
- package/dist/esm/baseControls/CreateFormListButton/schema.json +162 -4
- package/dist/esm/baseControls/Dashboard/property.js +33 -1
- package/dist/esm/baseControls/Dashboard/schema.json +4 -4
- package/dist/esm/baseControls/Divider/property.js +37 -1
- package/dist/esm/baseControls/Divider/schema.json +7 -8
- package/dist/esm/baseControls/ExportListButton/property.js +9 -1
- package/dist/esm/baseControls/ExportListButton/schema.json +162 -4
- package/dist/esm/baseControls/ExportRecordListButton/schema.json +162 -4
- package/dist/esm/baseControls/FormSelectButton/property.js +17 -1
- package/dist/esm/baseControls/FormSelectButton/schema.json +162 -4
- package/dist/esm/baseControls/Iframe/designer.js +4 -4
- package/dist/esm/baseControls/Iframe/property.js +17 -4
- package/dist/esm/baseControls/Iframe/schema.json +4 -4
- package/dist/esm/baseControls/ImportRecordListButton/property.js +13 -2
- package/dist/esm/baseControls/ImportRecordListButton/schema.json +164 -5
- package/dist/esm/baseControls/InvoiceCheckButton/property.js +29 -1
- package/dist/esm/baseControls/InvoiceCheckButton/schema.json +162 -4
- package/dist/esm/baseControls/LineChart/designer.js +7 -7
- package/dist/esm/baseControls/LineChart/property.js +123 -2
- package/dist/esm/baseControls/LineChart/schema.json +1650 -0
- package/dist/esm/baseControls/Link/property.js +26 -2
- package/dist/esm/baseControls/Link/schema.json +6 -29
- package/dist/esm/baseControls/ListSelectButton/property.js +29 -1
- package/dist/esm/baseControls/ListSelectButton/schema.json +162 -4
- package/dist/esm/baseControls/ListViewSelect/property.js +9 -1
- package/dist/esm/baseControls/ListViewSelect/schema.json +4 -4
- package/dist/esm/baseControls/OperationButton/property.js +57 -1
- package/dist/esm/baseControls/OperationButton/schema.json +4 -4
- package/dist/esm/baseControls/Pagination/schema.json +4 -4
- package/dist/esm/baseControls/PieChart/designer.js +10 -10
- package/dist/esm/baseControls/PieChart/property.js +126 -2
- package/dist/esm/baseControls/PieChart/schema.json +1642 -0
- package/dist/esm/baseControls/ReferenceList/property.js +21 -1
- package/dist/esm/baseControls/ReferenceList/schema.json +4 -4
- package/dist/esm/baseControls/SubmissionRecordListButton/schema.json +162 -4
- package/dist/esm/baseControls/Text/designer.js +1 -1
- package/dist/esm/baseControls/Text/property.js +50 -2
- package/dist/esm/baseControls/Text/schema.json +5 -6
- package/dist/esm/baseControls/TextOcrButton/property.js +29 -1
- package/dist/esm/baseControls/TextOcrButton/schema.json +162 -4
- package/dist/esm/baseControls/Title/property.js +17 -1
- package/dist/esm/baseControls/Title/schema.json +4 -4
- package/dist/esm/columnControls/ApprovalStatusColumn/property.js +13 -1
- package/dist/esm/columnControls/ApprovalStatusColumn/schema.json +6 -6
- package/dist/esm/columnControls/ArrayColumn/property.js +21 -1
- package/dist/esm/columnControls/ArrayColumn/schema.json +10 -10
- package/dist/esm/columnControls/AutoNumberColumn/property.js +9 -1
- package/dist/esm/columnControls/AutoNumberColumn/schema.json +6 -6
- package/dist/esm/columnControls/CustomColumn/property.js +9 -1
- package/dist/esm/columnControls/CustomColumn/schema.json +6 -6
- package/dist/esm/columnControls/DecimalColumn/property.js +33 -1
- package/dist/esm/columnControls/DecimalColumn/schema.json +10 -10
- package/dist/esm/columnControls/DepartmentColumn/property.js +5 -1
- package/dist/esm/columnControls/DepartmentColumn/schema.json +6 -6
- package/dist/esm/columnControls/EmployeeColumn/property.js +5 -1
- package/dist/esm/columnControls/EmployeeColumn/schema.json +6 -6
- package/dist/esm/columnControls/FileColumn/property.js +5 -1
- package/dist/esm/columnControls/FileColumn/schema.json +6 -6
- package/dist/esm/columnControls/GroupColumn/schema.json +6 -6
- package/dist/esm/columnControls/ImageColumn/schema.json +6 -6
- package/dist/esm/columnControls/LocationColumn/property.js +9 -1
- package/dist/esm/columnControls/LocationColumn/schema.json +6 -6
- package/dist/esm/columnControls/OperationColumn/property.js +9 -1
- package/dist/esm/columnControls/OperationColumn/schema.json +6 -6
- package/dist/esm/columnControls/OrderColumn/schema.json +6 -6
- package/dist/esm/columnControls/PeopleColumn/schema.json +6 -6
- package/dist/esm/columnControls/TextColumn/property.js +17 -1
- package/dist/esm/columnControls/TextColumn/schema.json +6 -6
- package/dist/esm/columnControls/TimescopeColumn/property.js +17 -1
- package/dist/esm/columnControls/TimescopeColumn/schema.json +6 -6
- package/dist/esm/columnControls/TimestampColumn/property.js +17 -1
- package/dist/esm/columnControls/TimestampColumn/schema.json +6 -6
- package/dist/esm/columnControls/VarcharColumn/property.js +29 -1
- package/dist/esm/columnControls/VarcharColumn/schema.json +10 -10
- package/dist/esm/formControls/Address/property.js +17 -1
- package/dist/esm/formControls/Address/schema.json +28 -5
- package/dist/esm/formControls/Amount/property.js +49 -1
- 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 +61 -1
- package/dist/esm/formControls/Attachment/schema.json +27 -4
- package/dist/esm/formControls/AutoNumber/property.js +5 -1
- package/dist/esm/formControls/AutoNumber/schema.json +27 -4
- package/dist/esm/formControls/Barcode/designer.js +41 -21
- package/dist/esm/formControls/Barcode/property.js +37 -9
- package/dist/esm/formControls/Barcode/schema.json +54 -29
- package/dist/esm/formControls/Calc/property.js +37 -1
- package/dist/esm/formControls/Calc/schema.json +27 -4
- package/dist/esm/formControls/Cascader/property.js +53 -1
- package/dist/esm/formControls/Cascader/schema.json +31 -8
- package/dist/esm/formControls/Checkbox/property.js +57 -1
- package/dist/esm/formControls/Checkbox/schema.json +31 -21
- package/dist/esm/formControls/Counter/property.js +29 -1
- package/dist/esm/formControls/Counter/schema.json +111 -31
- package/dist/esm/formControls/DatePicker/property.js +46 -2
- package/dist/esm/formControls/DatePicker/schema.json +27 -4
- package/dist/esm/formControls/DateRange/property.js +49 -1
- package/dist/esm/formControls/DateRange/schema.json +27 -4
- package/dist/esm/formControls/Department/property.js +41 -1
- package/dist/esm/formControls/Department/schema.json +27 -4
- package/dist/esm/formControls/Department2/property.js +61 -1
- package/dist/esm/formControls/Department2/schema.json +27 -17
- package/dist/esm/formControls/ElectronicSignature/property.js +33 -1
- package/dist/esm/formControls/ElectronicSignature/schema.json +27 -4
- package/dist/esm/formControls/Employee/property.js +33 -1
- package/dist/esm/formControls/Employee/schema.json +27 -4
- package/dist/esm/formControls/Employee2/property.js +61 -1
- package/dist/esm/formControls/Employee2/schema.json +27 -17
- package/dist/esm/formControls/Image/property.js +17 -1
- package/dist/esm/formControls/Image/schema.json +29 -14
- package/dist/esm/formControls/Input/schema.json +27 -4
- package/dist/esm/formControls/Number/property.js +61 -1
- package/dist/esm/formControls/Number/schema.json +27 -4
- package/dist/esm/formControls/OrganizationSelection/property.js +77 -1
- package/dist/esm/formControls/OrganizationSelection/schema.json +27 -4
- package/dist/esm/formControls/QrCode/designer.js +47 -27
- package/dist/esm/formControls/QrCode/property.js +37 -6
- package/dist/esm/formControls/QrCode/schema.json +89 -55
- package/dist/esm/formControls/Radio/property.js +61 -1
- package/dist/esm/formControls/Radio/schema.json +31 -8
- package/dist/esm/formControls/RichText/designer.js +1 -1
- package/dist/esm/formControls/RichText/property.js +38 -2
- package/dist/esm/formControls/RichText/schema.json +28 -13
- package/dist/esm/formControls/Score/property.js +32 -2
- package/dist/esm/formControls/Score/schema.json +27 -9
- package/dist/esm/formControls/SearchDateRange/property.js +45 -1
- package/dist/esm/formControls/SearchDateRange/schema.json +27 -4
- package/dist/esm/formControls/SearchInput/schema.json +27 -4
- package/dist/esm/formControls/SearchNumberRange/property.js +21 -1
- package/dist/esm/formControls/SearchNumberRange/schema.json +27 -4
- package/dist/esm/formControls/Select/property.js +53 -1
- package/dist/esm/formControls/Select/schema.json +31 -13
- package/dist/esm/formControls/SelectMultiple/property.js +49 -1
- package/dist/esm/formControls/SelectMultiple/schema.json +31 -13
- package/dist/esm/formControls/SelectRelation/property.js +65 -1
- package/dist/esm/formControls/SelectRelation/schema.json +31 -8
- package/dist/esm/formControls/Slider/designer.js +2 -1
- package/dist/esm/formControls/Slider/property.js +38 -9
- package/dist/esm/formControls/Slider/schema.json +58 -6
- package/dist/esm/formControls/Switch/designer.js +15 -14
- package/dist/esm/formControls/Switch/property.js +37 -4
- package/dist/esm/formControls/Switch/schema.json +27 -4
- package/dist/esm/formControls/Tag/designer.js +14 -13
- package/dist/esm/formControls/Tag/property.js +41 -1
- package/dist/esm/formControls/Tag/schema.json +63 -52
- package/dist/esm/formControls/Textarea/property.js +37 -1
- package/dist/esm/formControls/Textarea/schema.json +27 -4
- package/dist/esm/formControls/TimePicker/property.js +21 -1
- package/dist/esm/formControls/TimePicker/schema.json +27 -4
- package/dist/esm/formControls/TimeRange/property.js +41 -1
- package/dist/esm/formControls/TimeRange/schema.json +29 -6
- package/dist/esm/formControls/Tree/property.js +77 -1
- package/dist/esm/formControls/Tree/schema.json +27 -4
- package/dist/esm/formControls/VueFormItem/property.js +17 -1
- package/dist/esm/formControls/VueFormItem/schema.json +27 -4
- package/dist/esm/formControls/VuePage/property.js +17 -1
- package/dist/esm/formControls/VuePage/schema.json +27 -4
- package/dist/esm/formControls/WPS/property.js +49 -1
- package/dist/esm/formControls/WPS/schema.json +27 -4
- package/dist/esm/layoutControls/ActionBar/property.js +13 -1
- package/dist/esm/layoutControls/ActionBar/schema.json +4 -4
- package/dist/esm/layoutControls/AdvancedContainer/property.js +9 -1
- package/dist/esm/layoutControls/AdvancedContainer/schema.json +4 -4
- package/dist/esm/layoutControls/BlankContainer/designer.js +8 -7
- package/dist/esm/layoutControls/BlankContainer/property.js +44 -7
- package/dist/esm/layoutControls/BlankContainer/schema.json +10 -5
- package/dist/esm/layoutControls/CardGroup/property.js +41 -1
- package/dist/esm/layoutControls/CardGroup/schema.json +6 -6
- package/dist/esm/layoutControls/Col/property.js +13 -1
- package/dist/esm/layoutControls/Col/schema.json +4 -4
- package/dist/esm/layoutControls/Collapse/property.js +13 -1
- package/dist/esm/layoutControls/Collapse/schema.json +4 -9
- package/dist/esm/layoutControls/CollapsePane/property.js +5 -1
- package/dist/esm/layoutControls/CollapsePane/schema.json +5 -5
- package/dist/esm/layoutControls/DataView/property.js +21 -1
- package/dist/esm/layoutControls/DataView/schema.json +4 -4
- package/dist/esm/layoutControls/Grid/schema.json +4 -4
- package/dist/esm/layoutControls/GridLayoutContainer/property.js +9 -1
- package/dist/esm/layoutControls/GridLayoutContainer/schema.json +4 -4
- package/dist/esm/layoutControls/GridRow/schema.json +4 -4
- package/dist/esm/layoutControls/GridTableColumn/property.js +49 -1
- package/dist/esm/layoutControls/GridTableColumn/schema.json +4 -4
- package/dist/esm/layoutControls/ListView/property.js +85 -1
- package/dist/esm/layoutControls/ListView/schema.json +4 -4
- package/dist/esm/layoutControls/Page/property.js +21 -1
- package/dist/esm/layoutControls/Page/schema.json +4 -4
- package/dist/esm/layoutControls/Position/property.js +17 -1
- package/dist/esm/layoutControls/Position/schema.json +4 -4
- package/dist/esm/layoutControls/PositioningContainer/schema.json +4 -4
- package/dist/esm/layoutControls/Row/property.js +29 -1
- package/dist/esm/layoutControls/Row/schema.json +4 -4
- package/dist/esm/layoutControls/Step/property.js +49 -1
- package/dist/esm/layoutControls/Step/schema.json +8 -8
- package/dist/esm/layoutControls/StepPane/property.js +33 -1
- package/dist/esm/layoutControls/StepPane/schema.json +4 -4
- package/dist/esm/layoutControls/SubTableColumn/property.js +25 -1
- package/dist/esm/layoutControls/SubTableColumn/schema.json +4 -4
- package/dist/esm/layoutControls/SubTableRow/schema.json +4 -4
- package/dist/esm/layoutControls/Tab/property.js +21 -1
- package/dist/esm/layoutControls/Tab/schema.json +4 -4
- package/dist/esm/layoutControls/TabPane/property.js +5 -1
- package/dist/esm/layoutControls/TabPane/schema.json +4 -4
- package/dist/esm/layoutControls/TableLayout/property.js +61 -1
- package/dist/esm/layoutControls/TableLayout/schema.json +6 -6
- package/dist/esm/layoutControls/TableLayoutCol/property.js +41 -1
- package/dist/esm/layoutControls/TableLayoutCol/schema.json +4 -4
- package/dist/esm/layoutControls/TableLayoutRow/property.js +9 -1
- package/dist/esm/layoutControls/TableLayoutRow/schema.json +4 -4
- package/dist/esm/layoutControls/TableLayoutWrapper/property.js +13 -1
- package/dist/esm/layoutControls/TableLayoutWrapper/schema.json +4 -4
- package/dist/esm/layoutControls/Toolbox/schema.json +4 -4
- package/dist/esm/listControls/GridTable/schema.json +4 -4
- package/dist/esm/listControls/SubTable/property.js +145 -1
- package/dist/esm/listControls/SubTable/schema.json +4 -4
- package/dist/esm/searchControls/SimpleSearch/property.js +49 -1
- package/dist/esm/searchControls/SimpleSearch/schema.json +4 -4
- package/dist/esm/wrapControls/GridLayoutWrap/property.js +5 -1
- 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 +40 -10
- 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 +45 -10
- 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 +46 -5
- 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
|
@@ -83,7 +83,55 @@ var StepControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
|
83
83
|
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10;
|
|
84
84
|
_this = _call_super(this, StepControlProperty, [
|
|
85
85
|
props
|
|
86
|
-
]),
|
|
86
|
+
]), /**
|
|
87
|
+
* 步骤条方向;horizontal:水平方向;vertical:垂直方向
|
|
88
|
+
* @defaultValue 'horizontal'
|
|
89
|
+
* @public
|
|
90
|
+
*/ _define_property(_this, "direction", void 0), /**
|
|
91
|
+
* 标签放置位置;horizontal:水平方向;vertical:竖直方向
|
|
92
|
+
* @defaultValue 'horizontal'
|
|
93
|
+
* @public
|
|
94
|
+
*/ _define_property(_this, "labelPlacement", void 0), /**
|
|
95
|
+
* 大小;取值:small:小尺寸;default:默认尺寸;large:大尺寸;
|
|
96
|
+
* @defaultValue 'default'
|
|
97
|
+
* @public
|
|
98
|
+
*/ _define_property(_this, "size", void 0), /**
|
|
99
|
+
* 步骤条类型;default:默认; navigation:导航
|
|
100
|
+
* @defaultValue 'default'
|
|
101
|
+
* @public
|
|
102
|
+
*/ _define_property(_this, "type", void 0), /**
|
|
103
|
+
* 是否粘性
|
|
104
|
+
* @defaultValue false
|
|
105
|
+
* @public
|
|
106
|
+
*/ _define_property(_this, "isSticky", void 0), /**
|
|
107
|
+
* 步骤条间距,可输入%或px
|
|
108
|
+
* @defaultValue ''
|
|
109
|
+
* @public
|
|
110
|
+
*/ _define_property(_this, "step", void 0), /**
|
|
111
|
+
* 是否居中对齐
|
|
112
|
+
* @defaultValue false
|
|
113
|
+
* @public
|
|
114
|
+
*/ _define_property(_this, "isCenter", void 0), /**
|
|
115
|
+
* 是否允许结束步骤点击
|
|
116
|
+
* @defaultValue false
|
|
117
|
+
* @public
|
|
118
|
+
*/ _define_property(_this, "isStopStepClick", void 0), /**
|
|
119
|
+
* 当前步骤的状态,wait:等待; process:进行中; finish:完成; error:错误;
|
|
120
|
+
* @defaultValue 'process'
|
|
121
|
+
* @public
|
|
122
|
+
*/ _define_property(_this, "status", void 0), /**
|
|
123
|
+
* 结束步骤的状态,wait:等待; process:进行中; finish:完成; error:错误;
|
|
124
|
+
* @defaultValue 'finish'
|
|
125
|
+
* @public
|
|
126
|
+
*/ _define_property(_this, "stopStatus", void 0), /**
|
|
127
|
+
* 是否显示步骤条按钮
|
|
128
|
+
* @defaultValue false
|
|
129
|
+
* @public
|
|
130
|
+
*/ _define_property(_this, "isShowStepButton", void 0), /**
|
|
131
|
+
* 步骤条按钮配置
|
|
132
|
+
* @defaultValue new StepButtons()
|
|
133
|
+
* @public
|
|
134
|
+
*/ _define_property(_this, "stepButtons", void 0);
|
|
87
135
|
_this.direction = (_ref = props === null || props === void 0 ? void 0 : props.direction) !== null && _ref !== void 0 ? _ref : 'horizontal';
|
|
88
136
|
_this.labelPlacement = (_ref1 = props === null || props === void 0 ? void 0 : props.labelPlacement) !== null && _ref1 !== void 0 ? _ref1 : 'horizontal';
|
|
89
137
|
_this.size = (_ref2 = props === null || props === void 0 ? void 0 : props.size) !== null && _ref2 !== void 0 ? _ref2 : 'default';
|
|
@@ -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
|
"direction": {
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"type": "string",
|
|
57
57
|
"enum": [
|
|
58
58
|
"default",
|
|
59
|
-
"
|
|
60
|
-
"
|
|
59
|
+
"large",
|
|
60
|
+
"small"
|
|
61
61
|
],
|
|
62
62
|
"description": "大小;",
|
|
63
63
|
"default": "default",
|
|
64
64
|
"enumDescription": [
|
|
65
65
|
"默认尺寸",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
66
|
+
"大尺寸",
|
|
67
|
+
"小尺寸"
|
|
68
68
|
]
|
|
69
69
|
},
|
|
70
70
|
"type": {
|
|
@@ -84,7 +84,39 @@ var StepPaneControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
|
84
84
|
_this = _call_super(this, StepPaneControlProperty, [
|
|
85
85
|
props
|
|
86
86
|
]), // static readonly Rules = StepPaneControlPropertyRules
|
|
87
|
-
|
|
87
|
+
/**
|
|
88
|
+
* 主标题
|
|
89
|
+
* @defaultValue ''
|
|
90
|
+
* @public
|
|
91
|
+
*/ _define_property(_this, "title", void 0), /**
|
|
92
|
+
* 副标题
|
|
93
|
+
* @defaultValue ''
|
|
94
|
+
* @public
|
|
95
|
+
*/ _define_property(_this, "subTitle", void 0), /**
|
|
96
|
+
* 是否禁用点击
|
|
97
|
+
* @defaultValue false
|
|
98
|
+
* @public
|
|
99
|
+
*/ _define_property(_this, "disabled", void 0), /**
|
|
100
|
+
* 步骤图标
|
|
101
|
+
* @defaultValue ''
|
|
102
|
+
* @public
|
|
103
|
+
*/ _define_property(_this, "icon", void 0), /**
|
|
104
|
+
* 步骤激活颜色;取值:primary:主色;danger:危险;warning:警告;success:成功;info:信息;blue:蓝色;
|
|
105
|
+
* @defaultValue ''
|
|
106
|
+
* @public
|
|
107
|
+
*/ _define_property(_this, "color", void 0), /**
|
|
108
|
+
* 步骤状态;取值:wait:等待;process:进行中;finish:完成;error:错误;
|
|
109
|
+
* @defaultValue 'wait'
|
|
110
|
+
* @public
|
|
111
|
+
*/ _define_property(_this, "status", void 0), /**
|
|
112
|
+
* 步骤描述
|
|
113
|
+
* @defaultValue ''
|
|
114
|
+
* @public
|
|
115
|
+
*/ _define_property(_this, "description", void 0), /**
|
|
116
|
+
* 是否默认选中
|
|
117
|
+
* @defaultValue false
|
|
118
|
+
* @public
|
|
119
|
+
*/ _define_property(_this, "isDefault", void 0);
|
|
88
120
|
_this.title = (_ref = props === null || props === void 0 ? void 0 : props.title) !== null && _ref !== void 0 ? _ref : '';
|
|
89
121
|
_this.subTitle = (_ref1 = props === null || props === void 0 ? void 0 : props.subTitle) !== null && _ref1 !== void 0 ? _ref1 : '';
|
|
90
122
|
_this.disabled = (_ref2 = props === null || props === void 0 ? void 0 : props.disabled) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
@@ -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
|
"title": {
|
|
@@ -112,7 +112,31 @@ var SubTableColumnControlProperty = /*#__PURE__*/ function(LayoutControlProperty
|
|
|
112
112
|
var _ref, _ref1, _ref2, _ref3, _ref4;
|
|
113
113
|
_this = _call_super(this, SubTableColumnControlProperty, [
|
|
114
114
|
props
|
|
115
|
-
]),
|
|
115
|
+
]), /**
|
|
116
|
+
* 设置宽度在移动和pc - 宽度
|
|
117
|
+
* @defaultValue new MetaAutoWidth()
|
|
118
|
+
* @public
|
|
119
|
+
*/ _define_property(_this, "metaAutoWidth", void 0), /**
|
|
120
|
+
* 列标题
|
|
121
|
+
* @defaultValue ''
|
|
122
|
+
* @public
|
|
123
|
+
*/ _define_property(_this, "caption", void 0), /**
|
|
124
|
+
* 是否固定列
|
|
125
|
+
* @defaultValue false
|
|
126
|
+
* @public
|
|
127
|
+
*/ _define_property(_this, "fixed", void 0), /**
|
|
128
|
+
* 是否开启气泡提示
|
|
129
|
+
* @defaultValue false
|
|
130
|
+
* @public
|
|
131
|
+
*/ _define_property(_this, "isShowCaptionTip", void 0), /**
|
|
132
|
+
* 气泡提示语
|
|
133
|
+
* @defaultValue ''
|
|
134
|
+
* @public
|
|
135
|
+
*/ _define_property(_this, "captionTip", void 0), /**
|
|
136
|
+
* 隐藏标题一直为false
|
|
137
|
+
* @defaultValue false
|
|
138
|
+
* @public
|
|
139
|
+
*/ _define_property(_this, "isHideCaption", void 0);
|
|
116
140
|
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : '';
|
|
117
141
|
_this.fixed = (_ref1 = props === null || props === void 0 ? void 0 : props.fixed) !== null && _ref1 !== void 0 ? _ref1 : false;
|
|
118
142
|
_this.isShowCaptionTip = (_ref2 = props === null || props === void 0 ? void 0 : props.isShowCaptionTip) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
@@ -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
|
"metaAutoWidth": {
|
|
@@ -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
|
},
|
|
@@ -83,7 +83,27 @@ var TabControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
|
83
83
|
var _ref, _ref1, _ref2, _ref3, _ref4;
|
|
84
84
|
_this = _call_super(this, TabControlProperty, [
|
|
85
85
|
props
|
|
86
|
-
]),
|
|
86
|
+
]), /**
|
|
87
|
+
* 移动端展示样式;取值:horizontal:横向;vertical:纵向;
|
|
88
|
+
* @defaultValue 'vertical'
|
|
89
|
+
* @public
|
|
90
|
+
*/ _define_property(_this, "mobileShowType", void 0), /**
|
|
91
|
+
* 风格类型,line:默认样式;card:选项卡样式;
|
|
92
|
+
* @defaultValue 'line'
|
|
93
|
+
* @public
|
|
94
|
+
*/ _define_property(_this, "type", void 0), /**
|
|
95
|
+
* 页签位置,top:页签在上;bottom:页签在下;left:页签在左侧;right:页签在右侧;
|
|
96
|
+
* @defaultValue 'top'
|
|
97
|
+
* @public
|
|
98
|
+
*/ _define_property(_this, "tabPosition", void 0), /**
|
|
99
|
+
* 页签宽度是否自动撑开
|
|
100
|
+
* @defaultValue false
|
|
101
|
+
* @public
|
|
102
|
+
*/ _define_property(_this, "isLabelFlat", void 0), /**
|
|
103
|
+
* 内容是否延迟渲染
|
|
104
|
+
* @defaultValue false
|
|
105
|
+
* @public
|
|
106
|
+
*/ _define_property(_this, "isDelay", void 0);
|
|
87
107
|
_this.mobileShowType = (_ref = props === null || props === void 0 ? void 0 : props.mobileShowType) !== null && _ref !== void 0 ? _ref : 'vertical';
|
|
88
108
|
_this.type = (_ref1 = props === null || props === void 0 ? void 0 : props.type) !== null && _ref1 !== void 0 ? _ref1 : 'line';
|
|
89
109
|
_this.tabPosition = (_ref2 = props === null || props === void 0 ? void 0 : props.tabPosition) !== null && _ref2 !== void 0 ? _ref2 : 'top';
|
|
@@ -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
|
"mobileShowType": {
|
|
@@ -102,7 +102,11 @@ var TabPaneControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
|
102
102
|
var _ref;
|
|
103
103
|
_this = _call_super(this, TabPaneControlProperty, [
|
|
104
104
|
props
|
|
105
|
-
]),
|
|
105
|
+
]), /**
|
|
106
|
+
* 标题
|
|
107
|
+
* @defaultValue 控件名称
|
|
108
|
+
* @public
|
|
109
|
+
*/ _define_property(_this, "caption", void 0);
|
|
106
110
|
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : DesignerTabControl.controlName;
|
|
107
111
|
return _this;
|
|
108
112
|
}
|
|
@@ -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
|
},
|
|
@@ -83,7 +83,67 @@ var TableLayoutControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
|
83
83
|
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, _ref13, _ref14;
|
|
84
84
|
_this = _call_super(this, TableLayoutControlProperty, [
|
|
85
85
|
props
|
|
86
|
-
]),
|
|
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);
|
|
87
147
|
_this.rowCount = (_ref = props === null || props === void 0 ? void 0 : props.rowCount) !== null && _ref !== void 0 ? _ref : 2;
|
|
88
148
|
_this.colCount = (_ref1 = props === null || props === void 0 ? void 0 : props.colCount) !== null && _ref1 !== void 0 ? _ref1 : 2;
|
|
89
149
|
_this.labelPosition = (_ref2 = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _ref2 !== void 0 ? _ref2 : 'left';
|
|
@@ -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
|
]
|
|
@@ -84,7 +84,47 @@ var TableLayoutColControlProperty = /*#__PURE__*/ function(LayoutControlProperty
|
|
|
84
84
|
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9;
|
|
85
85
|
_this = _call_super(this, TableLayoutColControlProperty, [
|
|
86
86
|
props
|
|
87
|
-
]),
|
|
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);
|
|
88
128
|
_this.span = (_ref = props === null || props === void 0 ? void 0 : props.span) !== null && _ref !== void 0 ? _ref : BASE_SPAN;
|
|
89
129
|
_this.offset = (_ref1 = props === null || props === void 0 ? void 0 : props.offset) !== null && _ref1 !== void 0 ? _ref1 : 0;
|
|
90
130
|
_this.tableLayoutColSpan = (_ref2 = props === null || props === void 0 ? void 0 : props.tableLayoutColSpan) !== null && _ref2 !== void 0 ? _ref2 : 0;
|
|
@@ -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": {
|
|
@@ -83,7 +83,15 @@ var TableLayoutRowControlProperty = /*#__PURE__*/ function(LayoutControlProperty
|
|
|
83
83
|
var _ref, _ref1;
|
|
84
84
|
_this = _call_super(this, TableLayoutRowControlProperty, [
|
|
85
85
|
props
|
|
86
|
-
]),
|
|
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);
|
|
87
95
|
_this.layoutMode = (_ref = props === null || props === void 0 ? void 0 : props.layoutMode) !== null && _ref !== void 0 ? _ref : 'select';
|
|
88
96
|
_this.gutter = (_ref1 = props === null || props === void 0 ? void 0 : props.gutter) !== null && _ref1 !== void 0 ? _ref1 : 0;
|
|
89
97
|
return _this;
|
|
@@ -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": {
|
|
@@ -83,7 +83,19 @@ var TableLayoutWrapperControlProperty = /*#__PURE__*/ function(LayoutControlProp
|
|
|
83
83
|
var _ref, _ref1, _ref2;
|
|
84
84
|
_this = _call_super(this, TableLayoutWrapperControlProperty, [
|
|
85
85
|
props
|
|
86
|
-
]),
|
|
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);
|
|
87
99
|
_this.width = (_ref = props === null || props === void 0 ? void 0 : props.width) !== null && _ref !== void 0 ? _ref : '';
|
|
88
100
|
_this.widthCompany = (_ref1 = props === null || props === void 0 ? void 0 : props.widthCompany) !== null && _ref1 !== void 0 ? _ref1 : 'px';
|
|
89
101
|
_this.showFormBorder = (_ref2 = props === null || props === void 0 ? void 0 : props.showFormBorder) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
@@ -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": {
|
|
@@ -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
|
},
|
|
@@ -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
|
"headers": {
|