@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
|
@@ -9,6 +9,14 @@
|
|
|
9
9
|
"description": "是否隐藏",
|
|
10
10
|
"default": false
|
|
11
11
|
},
|
|
12
|
+
"className": {
|
|
13
|
+
"type": "array",
|
|
14
|
+
"items": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"description": "样式类",
|
|
18
|
+
"default": []
|
|
19
|
+
},
|
|
12
20
|
"caption": {
|
|
13
21
|
"type": "string",
|
|
14
22
|
"description": "标题",
|
|
@@ -17,14 +25,14 @@
|
|
|
17
25
|
"defaultState": {
|
|
18
26
|
"type": "string",
|
|
19
27
|
"enum": [
|
|
20
|
-
"
|
|
21
|
-
"
|
|
28
|
+
"readonly",
|
|
29
|
+
"default"
|
|
22
30
|
],
|
|
23
31
|
"description": "默认状态",
|
|
24
32
|
"default": "default",
|
|
25
33
|
"enumDescription": [
|
|
26
|
-
"
|
|
27
|
-
"
|
|
34
|
+
"readonly",
|
|
35
|
+
"default"
|
|
28
36
|
]
|
|
29
37
|
},
|
|
30
38
|
"captionSize": {
|
|
@@ -42,6 +50,21 @@
|
|
|
42
50
|
"description": "标题斜体",
|
|
43
51
|
"default": false
|
|
44
52
|
},
|
|
53
|
+
"captionFontWeight": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"enum": [
|
|
56
|
+
"normal",
|
|
57
|
+
"bold",
|
|
58
|
+
"lighter"
|
|
59
|
+
],
|
|
60
|
+
"description": "标题字重;",
|
|
61
|
+
"default": "normal",
|
|
62
|
+
"enumDescription": [
|
|
63
|
+
"常规",
|
|
64
|
+
"粗体",
|
|
65
|
+
"更细"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
45
68
|
"isHideCaption": {
|
|
46
69
|
"type": "boolean",
|
|
47
70
|
"description": "隐藏标题",
|
|
@@ -116,7 +116,23 @@ var VueFormItemProperty = /*#__PURE__*/ function(BaseControlProperty) {
|
|
|
116
116
|
var _ref, _ref1, _ref2, _ref3, _ref4;
|
|
117
117
|
_this = _call_super(this, VueFormItemProperty, [
|
|
118
118
|
props
|
|
119
|
-
]),
|
|
119
|
+
]), /**
|
|
120
|
+
* 控件导出名称
|
|
121
|
+
* @defaultValue ''
|
|
122
|
+
* @public
|
|
123
|
+
*/ _define_property(_this, "controlExportName", void 0), /**
|
|
124
|
+
* 权限配置
|
|
125
|
+
* @defaultValue []
|
|
126
|
+
* @public
|
|
127
|
+
*/ _define_property(_this, "permissions", void 0), /**
|
|
128
|
+
* 默认值
|
|
129
|
+
* @defaultValue undefined
|
|
130
|
+
* @public
|
|
131
|
+
*/ _define_property(_this, "defaultValue", void 0), /**
|
|
132
|
+
* 是否行内编辑
|
|
133
|
+
* @defaultValue false
|
|
134
|
+
* @public
|
|
135
|
+
*/ _define_property(_this, "isInlineEdit", void 0);
|
|
120
136
|
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : VueFormItemControl.controlName;
|
|
121
137
|
_this.defaultValue = (_ref1 = props === null || props === void 0 ? void 0 : props.defaultValue) !== null && _ref1 !== void 0 ? _ref1 : undefined;
|
|
122
138
|
_this.controlExportName = (_ref2 = props === null || props === void 0 ? void 0 : props.controlExportName) !== null && _ref2 !== void 0 ? _ref2 : '';
|
|
@@ -9,6 +9,14 @@
|
|
|
9
9
|
"description": "是否隐藏",
|
|
10
10
|
"default": false
|
|
11
11
|
},
|
|
12
|
+
"className": {
|
|
13
|
+
"type": "array",
|
|
14
|
+
"items": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"description": "样式类",
|
|
18
|
+
"default": []
|
|
19
|
+
},
|
|
12
20
|
"caption": {
|
|
13
21
|
"type": "string",
|
|
14
22
|
"description": "标题",
|
|
@@ -17,14 +25,14 @@
|
|
|
17
25
|
"defaultState": {
|
|
18
26
|
"type": "string",
|
|
19
27
|
"enum": [
|
|
20
|
-
"
|
|
21
|
-
"
|
|
28
|
+
"readonly",
|
|
29
|
+
"default"
|
|
22
30
|
],
|
|
23
31
|
"description": "默认状态",
|
|
24
32
|
"default": "default",
|
|
25
33
|
"enumDescription": [
|
|
26
|
-
"
|
|
27
|
-
"
|
|
34
|
+
"readonly",
|
|
35
|
+
"default"
|
|
28
36
|
]
|
|
29
37
|
},
|
|
30
38
|
"captionSize": {
|
|
@@ -42,6 +50,21 @@
|
|
|
42
50
|
"description": "标题斜体",
|
|
43
51
|
"default": false
|
|
44
52
|
},
|
|
53
|
+
"captionFontWeight": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"enum": [
|
|
56
|
+
"normal",
|
|
57
|
+
"bold",
|
|
58
|
+
"lighter"
|
|
59
|
+
],
|
|
60
|
+
"description": "标题字重;",
|
|
61
|
+
"default": "normal",
|
|
62
|
+
"enumDescription": [
|
|
63
|
+
"常规",
|
|
64
|
+
"粗体",
|
|
65
|
+
"更细"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
45
68
|
"isHideCaption": {
|
|
46
69
|
"type": "boolean",
|
|
47
70
|
"description": "隐藏标题",
|
|
@@ -116,7 +116,23 @@ var VuePageProperty = /*#__PURE__*/ function(BaseControlProperty) {
|
|
|
116
116
|
var _ref, _ref1, _ref2, _ref3, _ref4;
|
|
117
117
|
_this = _call_super(this, VuePageProperty, [
|
|
118
118
|
props
|
|
119
|
-
]),
|
|
119
|
+
]), /**
|
|
120
|
+
* 控件导出名称
|
|
121
|
+
* @defaultValue ''
|
|
122
|
+
* @public
|
|
123
|
+
*/ _define_property(_this, "controlExportName", void 0), /**
|
|
124
|
+
* 权限配置
|
|
125
|
+
* @defaultValue []
|
|
126
|
+
* @public
|
|
127
|
+
*/ _define_property(_this, "permissions", void 0), /**
|
|
128
|
+
* 默认值
|
|
129
|
+
* @defaultValue undefined
|
|
130
|
+
* @public
|
|
131
|
+
*/ _define_property(_this, "defaultValue", void 0), /**
|
|
132
|
+
* 是否行内编辑
|
|
133
|
+
* @defaultValue false
|
|
134
|
+
* @public
|
|
135
|
+
*/ _define_property(_this, "isInlineEdit", void 0);
|
|
120
136
|
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : VuePageControl.controlName;
|
|
121
137
|
_this.defaultValue = (_ref1 = props === null || props === void 0 ? void 0 : props.defaultValue) !== null && _ref1 !== void 0 ? _ref1 : undefined;
|
|
122
138
|
_this.controlExportName = (_ref2 = props === null || props === void 0 ? void 0 : props.controlExportName) !== null && _ref2 !== void 0 ? _ref2 : '';
|
|
@@ -9,6 +9,14 @@
|
|
|
9
9
|
"description": "是否隐藏",
|
|
10
10
|
"default": false
|
|
11
11
|
},
|
|
12
|
+
"className": {
|
|
13
|
+
"type": "array",
|
|
14
|
+
"items": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"description": "样式类",
|
|
18
|
+
"default": []
|
|
19
|
+
},
|
|
12
20
|
"caption": {
|
|
13
21
|
"type": "string",
|
|
14
22
|
"description": "标题",
|
|
@@ -17,14 +25,14 @@
|
|
|
17
25
|
"defaultState": {
|
|
18
26
|
"type": "string",
|
|
19
27
|
"enum": [
|
|
20
|
-
"
|
|
21
|
-
"
|
|
28
|
+
"readonly",
|
|
29
|
+
"default"
|
|
22
30
|
],
|
|
23
31
|
"description": "默认状态",
|
|
24
32
|
"default": "default",
|
|
25
33
|
"enumDescription": [
|
|
26
|
-
"
|
|
27
|
-
"
|
|
34
|
+
"readonly",
|
|
35
|
+
"default"
|
|
28
36
|
]
|
|
29
37
|
},
|
|
30
38
|
"captionSize": {
|
|
@@ -42,6 +50,21 @@
|
|
|
42
50
|
"description": "标题斜体",
|
|
43
51
|
"default": false
|
|
44
52
|
},
|
|
53
|
+
"captionFontWeight": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"enum": [
|
|
56
|
+
"normal",
|
|
57
|
+
"bold",
|
|
58
|
+
"lighter"
|
|
59
|
+
],
|
|
60
|
+
"description": "标题字重;",
|
|
61
|
+
"default": "normal",
|
|
62
|
+
"enumDescription": [
|
|
63
|
+
"常规",
|
|
64
|
+
"粗体",
|
|
65
|
+
"更细"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
45
68
|
"isHideCaption": {
|
|
46
69
|
"type": "boolean",
|
|
47
70
|
"description": "隐藏标题",
|
|
@@ -154,7 +154,55 @@ var WPSProperty = /*#__PURE__*/ function(BaseControlProperty) {
|
|
|
154
154
|
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11;
|
|
155
155
|
_this = _call_super(this, WPSProperty, [
|
|
156
156
|
props
|
|
157
|
-
]),
|
|
157
|
+
]), /**
|
|
158
|
+
* 内容
|
|
159
|
+
* @defaultValue '新建文档'
|
|
160
|
+
* @public
|
|
161
|
+
*/ _define_property(_this, "content", void 0), /**
|
|
162
|
+
* 是否允许新增
|
|
163
|
+
* @defaultValue true
|
|
164
|
+
* @public
|
|
165
|
+
*/ _define_property(_this, "canAdd", void 0), /**
|
|
166
|
+
* 允许上传本地文件
|
|
167
|
+
* @defaultValue true
|
|
168
|
+
* @public
|
|
169
|
+
*/ _define_property(_this, "addLocal", void 0), /**
|
|
170
|
+
* 允许新建在线文档
|
|
171
|
+
* @defaultValue true
|
|
172
|
+
* @public
|
|
173
|
+
*/ _define_property(_this, "addOnline", void 0), /**
|
|
174
|
+
* 是否允许下载
|
|
175
|
+
* @defaultValue true
|
|
176
|
+
* @public
|
|
177
|
+
*/ _define_property(_this, "canDownload", void 0), /**
|
|
178
|
+
* 是否允许编辑
|
|
179
|
+
* @defaultValue true
|
|
180
|
+
* @public
|
|
181
|
+
*/ _define_property(_this, "canEdit", void 0), /**
|
|
182
|
+
* 是否允许导出
|
|
183
|
+
* @defaultValue true
|
|
184
|
+
* @public
|
|
185
|
+
*/ _define_property(_this, "canExport", void 0), /**
|
|
186
|
+
* 是否允许删除
|
|
187
|
+
* @defaultValue false
|
|
188
|
+
* @public
|
|
189
|
+
*/ _define_property(_this, "canDelete", void 0), /**
|
|
190
|
+
* WPS 配置
|
|
191
|
+
* @defaultValue new WPSSetting()
|
|
192
|
+
* @public
|
|
193
|
+
*/ _define_property(_this, "wpsSetting", void 0), /**
|
|
194
|
+
* 最大文件大小
|
|
195
|
+
* @defaultValue 10485760
|
|
196
|
+
* @public
|
|
197
|
+
*/ _define_property(_this, "maxSize", void 0), /**
|
|
198
|
+
* 默认值
|
|
199
|
+
* @defaultValue []
|
|
200
|
+
* @public
|
|
201
|
+
*/ _define_property(_this, "defaultValue", void 0), /**
|
|
202
|
+
* 是否开启修订模式
|
|
203
|
+
* @defaultValue false
|
|
204
|
+
* @public
|
|
205
|
+
*/ _define_property(_this, "revisionsMode", void 0);
|
|
158
206
|
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : WPSControl.controlName;
|
|
159
207
|
_this.content = (_ref1 = props === null || props === void 0 ? void 0 : props.content) !== null && _ref1 !== void 0 ? _ref1 : getLocaleText('CMD.createWPS', null, '新建文档');
|
|
160
208
|
_this.canAdd = (_ref2 = props === null || props === void 0 ? void 0 : props.canAdd) !== null && _ref2 !== void 0 ? _ref2 : true;
|
|
@@ -9,6 +9,14 @@
|
|
|
9
9
|
"description": "是否隐藏",
|
|
10
10
|
"default": false
|
|
11
11
|
},
|
|
12
|
+
"className": {
|
|
13
|
+
"type": "array",
|
|
14
|
+
"items": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"description": "样式类",
|
|
18
|
+
"default": []
|
|
19
|
+
},
|
|
12
20
|
"caption": {
|
|
13
21
|
"type": "string",
|
|
14
22
|
"description": "标题",
|
|
@@ -17,14 +25,14 @@
|
|
|
17
25
|
"defaultState": {
|
|
18
26
|
"type": "string",
|
|
19
27
|
"enum": [
|
|
20
|
-
"
|
|
21
|
-
"
|
|
28
|
+
"readonly",
|
|
29
|
+
"default"
|
|
22
30
|
],
|
|
23
31
|
"description": "默认状态",
|
|
24
32
|
"default": "default",
|
|
25
33
|
"enumDescription": [
|
|
26
|
-
"
|
|
27
|
-
"
|
|
34
|
+
"readonly",
|
|
35
|
+
"default"
|
|
28
36
|
]
|
|
29
37
|
},
|
|
30
38
|
"captionSize": {
|
|
@@ -42,6 +50,21 @@
|
|
|
42
50
|
"description": "标题斜体",
|
|
43
51
|
"default": false
|
|
44
52
|
},
|
|
53
|
+
"captionFontWeight": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"enum": [
|
|
56
|
+
"normal",
|
|
57
|
+
"bold",
|
|
58
|
+
"lighter"
|
|
59
|
+
],
|
|
60
|
+
"description": "标题字重;",
|
|
61
|
+
"default": "normal",
|
|
62
|
+
"enumDescription": [
|
|
63
|
+
"常规",
|
|
64
|
+
"粗体",
|
|
65
|
+
"更细"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
45
68
|
"isHideCaption": {
|
|
46
69
|
"type": "boolean",
|
|
47
70
|
"description": "隐藏标题",
|
|
@@ -83,7 +83,19 @@ var ActionBarControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
|
83
83
|
var _ref, _ref1, _ref2;
|
|
84
84
|
_this = _call_super(this, ActionBarControlProperty, [
|
|
85
85
|
props
|
|
86
|
-
]),
|
|
86
|
+
]), /**
|
|
87
|
+
* 位置;取值:top:顶部;bottom:底部;top-fixed:固定在顶部;bottom-fixed:固定在底部;
|
|
88
|
+
* @defaultValue 'bottom'
|
|
89
|
+
* @public
|
|
90
|
+
*/ _define_property(_this, "position", void 0), /**
|
|
91
|
+
* 背景透明
|
|
92
|
+
* @defaultValue true
|
|
93
|
+
* @public
|
|
94
|
+
*/ _define_property(_this, "opacity", void 0), /**
|
|
95
|
+
* 对齐方式;取值:left:左侧;middle:中间;right:右侧;
|
|
96
|
+
* @defaultValue 'right'
|
|
97
|
+
* @public
|
|
98
|
+
*/ _define_property(_this, "align", void 0);
|
|
87
99
|
_this.position = (_ref = props === null || props === void 0 ? void 0 : props.position) !== null && _ref !== void 0 ? _ref : 'bottom';
|
|
88
100
|
_this.opacity = (_ref1 = props === null || props === void 0 ? void 0 : props.opacity) !== null && _ref1 !== void 0 ? _ref1 : true;
|
|
89
101
|
_this.align = (_ref2 = props === null || props === void 0 ? void 0 : props.align) !== null && _ref2 !== void 0 ? _ref2 : 'right';
|
|
@@ -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
|
"position": {
|
|
@@ -83,7 +83,15 @@ var AdvancedContainerProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
|
83
83
|
var _this;
|
|
84
84
|
_this = _call_super(this, AdvancedContainerProperty, [
|
|
85
85
|
props
|
|
86
|
-
]),
|
|
86
|
+
]), /**
|
|
87
|
+
* 显示类型;取值:block:块级;inline-block:行内块;inline:行内;flex:弹性;inline-flex:行内弹性;grid:网格;inline-grid:行内网格;
|
|
88
|
+
* @defaultValue 'flex'
|
|
89
|
+
* @public
|
|
90
|
+
*/ _define_property(_this, "display", void 0), /**
|
|
91
|
+
* Flex 布局配置
|
|
92
|
+
* @defaultValue new FlexStyleConfig()
|
|
93
|
+
* @public
|
|
94
|
+
*/ _define_property(_this, "flexConfig", void 0);
|
|
87
95
|
_this.display = (props === null || props === void 0 ? void 0 : props.display) || 'flex';
|
|
88
96
|
_this.flexConfig = new FlexStyleConfig(props === null || props === void 0 ? void 0 : props.flexConfig);
|
|
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
|
"display": {
|
|
@@ -84,6 +84,7 @@ function _is_native_reflect_construct() {
|
|
|
84
84
|
return !!result;
|
|
85
85
|
})();
|
|
86
86
|
}
|
|
87
|
+
import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
87
88
|
import { DesignerLayoutControl, COMMON_SETTING_TYPE } from '@byteluck-fe/model-driven-core';
|
|
88
89
|
import BlankContainerProperty from './property';
|
|
89
90
|
var BlankContainerControl = /*#__PURE__*/ function(DesignerLayoutControl) {
|
|
@@ -102,7 +103,7 @@ var BlankContainerControl = /*#__PURE__*/ function(DesignerLayoutControl) {
|
|
|
102
103
|
{
|
|
103
104
|
key: "controlName",
|
|
104
105
|
get: function get() {
|
|
105
|
-
return '
|
|
106
|
+
return getLocaleText('CMD.48611777541728194');
|
|
106
107
|
}
|
|
107
108
|
},
|
|
108
109
|
{
|
|
@@ -144,20 +145,20 @@ _define_property(BlankContainerControl, "setting", [
|
|
|
144
145
|
key: 'common-button-radio',
|
|
145
146
|
visible: true,
|
|
146
147
|
name: 'position',
|
|
147
|
-
label: '
|
|
148
|
+
label: getLocaleText('CMD.4b761777541729796'),
|
|
148
149
|
default: 'left',
|
|
149
150
|
options: [
|
|
150
151
|
{
|
|
151
152
|
value: 'left',
|
|
152
|
-
label: '
|
|
153
|
+
label: getLocaleText('CMD.321d1777541743102')
|
|
153
154
|
},
|
|
154
155
|
{
|
|
155
156
|
value: 'center',
|
|
156
|
-
label: '
|
|
157
|
+
label: getLocaleText('CMD.00281777541758750')
|
|
157
158
|
},
|
|
158
159
|
{
|
|
159
160
|
value: 'right',
|
|
160
|
-
label: '
|
|
161
|
+
label: getLocaleText('CMD.534c1777541744540')
|
|
161
162
|
}
|
|
162
163
|
]
|
|
163
164
|
},
|
|
@@ -166,13 +167,13 @@ _define_property(BlankContainerControl, "setting", [
|
|
|
166
167
|
visible: true,
|
|
167
168
|
name: 'backgroundColor',
|
|
168
169
|
layout: 'horizontal',
|
|
169
|
-
label: '
|
|
170
|
+
label: getLocaleText('CMD.22b11777541753145')
|
|
170
171
|
},
|
|
171
172
|
{
|
|
172
173
|
key: 'common-switch',
|
|
173
174
|
visible: true,
|
|
174
175
|
name: 'showShadow',
|
|
175
|
-
label: '
|
|
176
|
+
label: getLocaleText('CMD.238b1777541731433'),
|
|
176
177
|
default: false
|
|
177
178
|
},
|
|
178
179
|
{
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* name: rok_blank_container
|
|
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,6 +70,10 @@ function _is_native_reflect_construct() {
|
|
|
73
70
|
return !!result;
|
|
74
71
|
})();
|
|
75
72
|
}
|
|
73
|
+
/**
|
|
74
|
+
* name: rok_blank_container
|
|
75
|
+
* description: 空白容器布局组件。用于作为自由编排内容的占位容器。支持标题字体样式、标题居中方式、背景色和阴影开关设置,适合页面分区与内容承载场景。
|
|
76
|
+
*/ import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
76
77
|
import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
|
|
77
78
|
import { FONT_WEIGHT } from '../../framework';
|
|
78
79
|
var BlankContainerPropertyRules = /*#__PURE__*/ function(_LayoutControlProperty_Rules) {
|
|
@@ -84,7 +85,7 @@ var BlankContainerPropertyRules = /*#__PURE__*/ function(_LayoutControlProperty_
|
|
|
84
85
|
_this = _call_super(this, BlankContainerPropertyRules, arguments), _define_property(_this, "caption", {
|
|
85
86
|
type: 'string',
|
|
86
87
|
required: true,
|
|
87
|
-
message: '
|
|
88
|
+
message: getLocaleText('CMD.c7ee1777541686092')
|
|
88
89
|
});
|
|
89
90
|
return _this;
|
|
90
91
|
}
|
|
@@ -99,8 +100,44 @@ var BlankContainerProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
|
99
100
|
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5;
|
|
100
101
|
_this = _call_super(this, BlankContainerProperty, [
|
|
101
102
|
props
|
|
102
|
-
]),
|
|
103
|
-
|
|
103
|
+
]), /**
|
|
104
|
+
* 标题
|
|
105
|
+
* @defaultValue getLocaleText('CMD.fbd81777541728197')
|
|
106
|
+
* @public
|
|
107
|
+
*/ _define_property(_this, "caption", void 0), /**
|
|
108
|
+
* 是否隐藏标题
|
|
109
|
+
* @defaultValue false
|
|
110
|
+
* @public
|
|
111
|
+
*/ _define_property(_this, "isHideCaption", void 0), /**
|
|
112
|
+
* 标题大小
|
|
113
|
+
* @defaultValue ''
|
|
114
|
+
* @public
|
|
115
|
+
*/ _define_property(_this, "captionSize", void 0), /**
|
|
116
|
+
* 标题颜色
|
|
117
|
+
* @defaultValue ''
|
|
118
|
+
* @public
|
|
119
|
+
*/ _define_property(_this, "captionColor", void 0), /**
|
|
120
|
+
* 标题斜体
|
|
121
|
+
* @defaultValue false
|
|
122
|
+
* @public
|
|
123
|
+
*/ _define_property(_this, "isCaptionItalic", void 0), /**
|
|
124
|
+
* 标题字重;取值:normal:常规;bold:粗体;lighter:更细;
|
|
125
|
+
* @defaultValue 'normal'
|
|
126
|
+
* @public
|
|
127
|
+
*/ _define_property(_this, "captionFontWeight", void 0), /**
|
|
128
|
+
* 标题对齐方式;取值:left:左对齐;center:居中;right:右对齐;
|
|
129
|
+
* @defaultValue 'left'
|
|
130
|
+
* @public
|
|
131
|
+
*/ _define_property(_this, "position", void 0), /**
|
|
132
|
+
* 背景色
|
|
133
|
+
* @defaultValue ''
|
|
134
|
+
* @public
|
|
135
|
+
*/ _define_property(_this, "backgroundColor", void 0), /**
|
|
136
|
+
* 是否开启阴影
|
|
137
|
+
* @defaultValue false
|
|
138
|
+
* @public
|
|
139
|
+
*/ _define_property(_this, "showShadow", void 0);
|
|
140
|
+
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : getLocaleText('CMD.fbd81777541728197');
|
|
104
141
|
_this.isHideCaption = (_ref1 = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _ref1 !== void 0 ? _ref1 : false;
|
|
105
142
|
_this.captionColor = (props === null || props === void 0 ? void 0 : props.captionColor) || '';
|
|
106
143
|
_this.captionSize = (props === null || props === void 0 ? void 0 : props.captionSize) || '';
|
|
@@ -12,20 +12,25 @@
|
|
|
12
12
|
"caption": {
|
|
13
13
|
"type": "string",
|
|
14
14
|
"description": "标题",
|
|
15
|
-
"default": "
|
|
15
|
+
"default": "getLocaleText('CMD.fbd81777541728197')"
|
|
16
16
|
},
|
|
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
|
+
"isHideCaption": {
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"description": "是否隐藏标题",
|
|
32
|
+
"default": false
|
|
33
|
+
},
|
|
29
34
|
"captionSize": {
|
|
30
35
|
"type": "string",
|
|
31
36
|
"description": "标题大小",
|
|
@@ -99,7 +99,47 @@ var CardGroupControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
|
|
|
99
99
|
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9;
|
|
100
100
|
_this = _call_super(this, CardGroupControlProperty, [
|
|
101
101
|
props
|
|
102
|
-
]),
|
|
102
|
+
]), /**
|
|
103
|
+
* 标题信息
|
|
104
|
+
* @defaultValue '分组'
|
|
105
|
+
* @public
|
|
106
|
+
*/ _define_property(_this, "caption", void 0), /**
|
|
107
|
+
* 隐藏标题
|
|
108
|
+
* @defaultValue false
|
|
109
|
+
* @public
|
|
110
|
+
*/ _define_property(_this, "isHideCaption", void 0), /**
|
|
111
|
+
* 卡片分组是否支持展开收起;可选项: none 不支持 | open 默认展开 | close 默认关闭
|
|
112
|
+
* @defaultValue 'none'
|
|
113
|
+
* @public
|
|
114
|
+
*/ _define_property(_this, "collapse", void 0), /**
|
|
115
|
+
* 展示风格;default:默认;card:卡片;
|
|
116
|
+
* @defaultValue 'default'
|
|
117
|
+
* @public
|
|
118
|
+
*/ _define_property(_this, "type", void 0), /**
|
|
119
|
+
* 描述信息
|
|
120
|
+
* @defaultValue ''
|
|
121
|
+
* @public
|
|
122
|
+
*/ _define_property(_this, "describe", void 0), /**
|
|
123
|
+
* 标签位置;left:左对齐;center:居中;right:右对齐;
|
|
124
|
+
* @defaultValue 'left'
|
|
125
|
+
* @public
|
|
126
|
+
*/ _define_property(_this, "position", void 0), /**
|
|
127
|
+
* 标签类型;default:默认;warning:警告;success:成功;
|
|
128
|
+
* @defaultValue 'default'
|
|
129
|
+
* @public
|
|
130
|
+
*/ _define_property(_this, "captionType", void 0), /**
|
|
131
|
+
* 边框类型;none:无边框;dotted:虚线;solid:实线
|
|
132
|
+
* @defaultValue 'none'
|
|
133
|
+
* @public
|
|
134
|
+
*/ _define_property(_this, "borderType", void 0), /**
|
|
135
|
+
* 分割线;none:无分割线;dotted:虚线;solid:实线
|
|
136
|
+
* @defaultValue 'solid'
|
|
137
|
+
* @public
|
|
138
|
+
*/ _define_property(_this, "divider", void 0), /**
|
|
139
|
+
* 显示阴影时机;never:从不显示;always:总是显示;hover:鼠标悬浮时显示;
|
|
140
|
+
* @defaultValue 'never'
|
|
141
|
+
* @public
|
|
142
|
+
*/ _define_property(_this, "triggerShadow", void 0);
|
|
103
143
|
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : getLocaleText('CMD.cardGroup', null, '分组');
|
|
104
144
|
_this.isHideCaption = (_ref1 = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _ref1 !== void 0 ? _ref1 : false;
|
|
105
145
|
_this.collapse = (_ref2 = props === null || props === void 0 ? void 0 : props.collapse) !== null && _ref2 !== void 0 ? _ref2 : 'none';
|
|
@@ -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
|
"isHideCaption": {
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
"position": {
|
|
68
68
|
"type": "string",
|
|
69
69
|
"enum": [
|
|
70
|
-
"center",
|
|
71
70
|
"left",
|
|
71
|
+
"center",
|
|
72
72
|
"right"
|
|
73
73
|
],
|
|
74
74
|
"description": "标签位置;",
|
|
75
75
|
"default": "left",
|
|
76
76
|
"enumDescription": [
|
|
77
|
-
"居中",
|
|
78
77
|
"左对齐",
|
|
78
|
+
"居中",
|
|
79
79
|
"右对齐"
|
|
80
80
|
]
|
|
81
81
|
},
|