@byteluck-fe/model-driven-controls 6.1.0-2-beta.1 → 6.1.0-2-beta.6
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/README.md +99 -99
- package/dist/esm/baseControls/BatchDeleteButton/property.js +10 -18
- package/dist/esm/baseControls/BatchPrintListButton/property.js +6 -9
- package/dist/esm/baseControls/BatchPrintRecordListButton/property.js +3 -4
- package/dist/esm/baseControls/BatchSubmissionListButton/property.js +14 -19
- package/dist/esm/baseControls/Button/property.js +42 -50
- package/dist/esm/baseControls/CreateFormListButton/property.js +5 -8
- package/dist/esm/baseControls/Dashboard/property.js +9 -16
- package/dist/esm/baseControls/Divider/property.js +4 -5
- package/dist/esm/baseControls/ExportListButton/property.js +6 -9
- package/dist/esm/baseControls/ExportRecordListButton/property.js +3 -4
- package/dist/esm/baseControls/FormSelectButton/property.js +4 -6
- package/dist/esm/baseControls/ImportRecordListButton/property.js +8 -11
- package/dist/esm/baseControls/InvoiceCheckButton/property.js +11 -19
- package/dist/esm/baseControls/Link/property.js +4 -6
- package/dist/esm/baseControls/ListSelectButton/property.js +21 -25
- package/dist/esm/baseControls/ListViewSelect/property.js +4 -5
- package/dist/esm/baseControls/OperationButton/property.js +7 -12
- package/dist/esm/baseControls/ReferenceList/property.js +10 -15
- package/dist/esm/baseControls/SubmissionRecordListButton/property.js +3 -4
- package/dist/esm/baseControls/Text/property.js +12 -18
- package/dist/esm/baseControls/TextOcrButton/property.js +11 -19
- package/dist/esm/baseControls/Title/property.js +4 -6
- package/dist/esm/columnControls/ApprovalStatusColumn/property.js +15 -17
- package/dist/esm/columnControls/ArrayColumn/property.js +30 -33
- package/dist/esm/columnControls/AutoNumberColumn/property.js +12 -13
- package/dist/esm/columnControls/CustomColumn/property.js +7 -9
- package/dist/esm/columnControls/DecimalColumn/property.js +40 -46
- package/dist/esm/columnControls/DepartmentColumn/property.js +10 -11
- package/dist/esm/columnControls/EmployeeColumn/property.js +9 -10
- package/dist/esm/columnControls/FileColumn/property.js +5 -6
- package/dist/esm/columnControls/ImageColumn/property.js +4 -4
- package/dist/esm/columnControls/LocationColumn/property.js +12 -13
- package/dist/esm/columnControls/OperationColumn/designer.js +12 -4
- package/dist/esm/columnControls/OperationColumn/property.js +17 -21
- package/dist/esm/columnControls/OrderColumn/property.js +10 -15
- package/dist/esm/columnControls/PeopleColumn/property.js +4 -4
- package/dist/esm/columnControls/TextColumn/property.js +22 -25
- package/dist/esm/columnControls/TimescopeColumn/property.js +18 -21
- package/dist/esm/columnControls/TimestampColumn/property.js +18 -21
- package/dist/esm/columnControls/VarcharColumn/property.js +31 -36
- package/dist/esm/formControls/Address/property.js +17 -21
- package/dist/esm/formControls/Amount/property.js +47 -58
- package/dist/esm/formControls/Attachment/designer.js +1 -4
- package/dist/esm/formControls/Attachment/property.js +27 -42
- package/dist/esm/formControls/AutoNumber/property.js +4 -6
- package/dist/esm/formControls/Calc/property.js +35 -43
- package/dist/esm/formControls/Checkbox/property.js +20 -33
- package/dist/esm/formControls/DatePicker/property.js +13 -23
- package/dist/esm/formControls/DateRange/property.js +58 -68
- package/dist/esm/formControls/Department/property.js +30 -40
- package/dist/esm/formControls/Department2/property.js +39 -54
- package/dist/esm/formControls/ElectronicSignature/property.js +7 -12
- package/dist/esm/formControls/Employee/property.js +12 -20
- package/dist/esm/formControls/Employee2/property.js +19 -34
- package/dist/esm/formControls/Image/designer.js +8 -8
- package/dist/esm/formControls/Image/property.js +13 -18
- package/dist/esm/formControls/Input/property.js +11 -20
- package/dist/esm/formControls/Number/property.js +64 -76
- package/dist/esm/formControls/OrganizationSelection/property.js +44 -61
- package/dist/esm/formControls/Radio/property.js +17 -28
- package/dist/esm/formControls/RichText/property.js +11 -20
- package/dist/esm/formControls/Score/property.js +8 -13
- package/dist/esm/formControls/SearchDateRange/property.js +14 -25
- package/dist/esm/formControls/SearchNumberRange/property.js +7 -12
- package/dist/esm/formControls/Select/property.js +28 -38
- package/dist/esm/formControls/SelectMultiple/property.js +27 -36
- package/dist/esm/formControls/SelectRelation/property.js +59 -71
- package/dist/esm/formControls/Textarea/property.js +11 -20
- package/dist/esm/formControls/Tree/property.js +20 -37
- package/dist/esm/formControls/VueFormItem/property.js +6 -10
- package/dist/esm/formControls/VuePage/property.js +6 -10
- package/dist/esm/formControls/WPS/designer.js +9 -9
- package/dist/esm/formControls/WPS/property.js +13 -24
- package/dist/esm/framework.js +131 -175
- package/dist/esm/index.js +6 -6
- package/dist/esm/layoutControls/ActionBar/designer.js +2 -2
- package/dist/esm/layoutControls/ActionBar/property.js +4 -6
- package/dist/esm/layoutControls/ActionBar/runtime.js +2 -2
- package/dist/esm/layoutControls/CardGroup/property.js +9 -11
- package/dist/esm/layoutControls/Col/property.js +3 -4
- package/dist/esm/layoutControls/DataView/property.js +19 -24
- package/dist/esm/layoutControls/GridLayoutContainer/property.js +3 -4
- package/dist/esm/layoutControls/GridTableColumn/property.js +11 -20
- package/dist/esm/layoutControls/ListView/property.js +81 -92
- package/dist/esm/layoutControls/Page/property.js +6 -6
- package/dist/esm/layoutControls/Position/property.js +5 -8
- package/dist/esm/layoutControls/Row/property.js +3 -4
- package/dist/esm/layoutControls/Step/designer.js +2 -2
- package/dist/esm/layoutControls/Step/property.js +6 -10
- package/dist/esm/layoutControls/StepPane/property.js +9 -16
- package/dist/esm/layoutControls/SubTableColumn/property.js +19 -23
- package/dist/esm/layoutControls/Tab/designer.js +2 -2
- package/dist/esm/layoutControls/Tab/property.js +2 -2
- package/dist/esm/layoutControls/TabPane/property.js +2 -2
- package/dist/esm/listControls/GridTable/designer.js +12 -4
- package/dist/esm/listControls/GridTable/property.js +37 -41
- package/dist/esm/listControls/SubTable/property.js +148 -181
- package/dist/esm/searchControls/SimpleSearch/property.js +58 -69
- package/dist/esm/searchControls/SimpleSearch/runtime.js +2 -2
- package/dist/esm/wrapControls/GridLayoutWrap/Setting.js +6 -6
- package/dist/esm/wrapControls/GridLayoutWrap/designer.js +8 -8
- package/dist/esm/wrapControls/GridLayoutWrap/index.js +6 -6
- package/dist/esm/wrapControls/GridLayoutWrap/property.js +2 -2
- package/dist/esm/wrapControls/GridLayoutWrap/runtime.js +8 -8
- package/dist/index.umd.js +1 -1
- package/dist/types/api-doc-index.d.ts +90 -90
- package/dist/types/baseControls/BatchDeleteButton/designer.d.ts +14 -14
- package/dist/types/baseControls/BatchDeleteButton/index.d.ts +12 -12
- package/dist/types/baseControls/BatchDeleteButton/property.d.ts +14 -14
- package/dist/types/baseControls/BatchDeleteButton/runtime.d.ts +9 -9
- package/dist/types/baseControls/BatchPrintListButton/designer.d.ts +15 -15
- package/dist/types/baseControls/BatchPrintListButton/index.d.ts +12 -12
- package/dist/types/baseControls/BatchPrintListButton/property.d.ts +15 -15
- package/dist/types/baseControls/BatchPrintListButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/BatchPrintRecordListButton/designer.d.ts +16 -16
- package/dist/types/baseControls/BatchPrintRecordListButton/index.d.ts +12 -12
- package/dist/types/baseControls/BatchPrintRecordListButton/property.d.ts +6 -6
- package/dist/types/baseControls/BatchPrintRecordListButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/BatchSubmissionListButton/designer.d.ts +15 -15
- package/dist/types/baseControls/BatchSubmissionListButton/index.d.ts +12 -12
- package/dist/types/baseControls/BatchSubmissionListButton/property.d.ts +27 -27
- package/dist/types/baseControls/BatchSubmissionListButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/Button/designer.d.ts +14 -14
- package/dist/types/baseControls/Button/index.d.ts +12 -12
- package/dist/types/baseControls/Button/property.d.ts +55 -55
- package/dist/types/baseControls/Button/runtime.d.ts +9 -9
- package/dist/types/baseControls/CreateFormListButton/designer.d.ts +15 -15
- package/dist/types/baseControls/CreateFormListButton/index.d.ts +12 -12
- package/dist/types/baseControls/CreateFormListButton/property.d.ts +15 -15
- package/dist/types/baseControls/CreateFormListButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/Dashboard/designer.d.ts +12 -12
- package/dist/types/baseControls/Dashboard/index.d.ts +12 -12
- package/dist/types/baseControls/Dashboard/property.d.ts +26 -26
- package/dist/types/baseControls/Dashboard/runtime.d.ts +10 -10
- package/dist/types/baseControls/Divider/designer.d.ts +12 -12
- package/dist/types/baseControls/Divider/index.d.ts +12 -12
- package/dist/types/baseControls/Divider/property.d.ts +9 -9
- package/dist/types/baseControls/Divider/runtime.d.ts +10 -10
- package/dist/types/baseControls/ExportListButton/designer.d.ts +16 -16
- package/dist/types/baseControls/ExportListButton/index.d.ts +12 -12
- package/dist/types/baseControls/ExportListButton/property.d.ts +9 -9
- package/dist/types/baseControls/ExportListButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/ExportRecordListButton/designer.d.ts +16 -16
- package/dist/types/baseControls/ExportRecordListButton/index.d.ts +12 -12
- package/dist/types/baseControls/ExportRecordListButton/property.d.ts +6 -6
- package/dist/types/baseControls/ExportRecordListButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/FormSelectButton/designer.d.ts +15 -15
- package/dist/types/baseControls/FormSelectButton/index.d.ts +12 -12
- package/dist/types/baseControls/FormSelectButton/property.d.ts +19 -19
- package/dist/types/baseControls/FormSelectButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/ImportRecordListButton/designer.d.ts +16 -16
- package/dist/types/baseControls/ImportRecordListButton/index.d.ts +12 -12
- package/dist/types/baseControls/ImportRecordListButton/property.d.ts +12 -12
- package/dist/types/baseControls/ImportRecordListButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/InvoiceCheckButton/designer.d.ts +15 -15
- package/dist/types/baseControls/InvoiceCheckButton/index.d.ts +12 -12
- package/dist/types/baseControls/InvoiceCheckButton/property.d.ts +25 -25
- package/dist/types/baseControls/InvoiceCheckButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/Link/designer.d.ts +13 -13
- package/dist/types/baseControls/Link/index.d.ts +12 -12
- package/dist/types/baseControls/Link/property.d.ts +9 -9
- package/dist/types/baseControls/Link/runtime.d.ts +10 -10
- package/dist/types/baseControls/ListSelectButton/designer.d.ts +15 -15
- package/dist/types/baseControls/ListSelectButton/index.d.ts +12 -12
- package/dist/types/baseControls/ListSelectButton/property.d.ts +42 -42
- package/dist/types/baseControls/ListSelectButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/ListViewSelect/designer.d.ts +12 -12
- package/dist/types/baseControls/ListViewSelect/index.d.ts +12 -12
- package/dist/types/baseControls/ListViewSelect/property.d.ts +15 -15
- package/dist/types/baseControls/ListViewSelect/runtime.d.ts +9 -9
- package/dist/types/baseControls/OperationButton/designer.d.ts +13 -13
- package/dist/types/baseControls/OperationButton/index.d.ts +12 -12
- package/dist/types/baseControls/OperationButton/property.d.ts +26 -26
- package/dist/types/baseControls/OperationButton/runtime.d.ts +9 -9
- package/dist/types/baseControls/Pagination/designer.d.ts +13 -13
- package/dist/types/baseControls/Pagination/index.d.ts +12 -12
- package/dist/types/baseControls/Pagination/property.d.ts +14 -14
- package/dist/types/baseControls/Pagination/runtime.d.ts +10 -10
- package/dist/types/baseControls/ReferenceList/designer.d.ts +14 -14
- package/dist/types/baseControls/ReferenceList/index.d.ts +12 -12
- package/dist/types/baseControls/ReferenceList/property.d.ts +22 -22
- package/dist/types/baseControls/ReferenceList/runtime.d.ts +9 -9
- package/dist/types/baseControls/SubmissionRecordListButton/designer.d.ts +16 -16
- package/dist/types/baseControls/SubmissionRecordListButton/index.d.ts +12 -12
- package/dist/types/baseControls/SubmissionRecordListButton/property.d.ts +6 -6
- package/dist/types/baseControls/SubmissionRecordListButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/Text/designer.d.ts +12 -12
- package/dist/types/baseControls/Text/index.d.ts +12 -12
- package/dist/types/baseControls/Text/property.d.ts +18 -18
- package/dist/types/baseControls/Text/runtime.d.ts +10 -10
- package/dist/types/baseControls/TextOcrButton/designer.d.ts +15 -15
- package/dist/types/baseControls/TextOcrButton/index.d.ts +12 -12
- package/dist/types/baseControls/TextOcrButton/property.d.ts +25 -25
- package/dist/types/baseControls/TextOcrButton/runtime.d.ts +10 -10
- package/dist/types/baseControls/Title/designer.d.ts +14 -14
- package/dist/types/baseControls/Title/index.d.ts +12 -12
- package/dist/types/baseControls/Title/property.d.ts +19 -19
- package/dist/types/baseControls/Title/runtime.d.ts +10 -10
- package/dist/types/baseControls/index.d.ts +23 -23
- package/dist/types/baseControls/utils.d.ts +2 -2
- package/dist/types/columnControls/ApprovalStatusColumn/designer.d.ts +14 -14
- package/dist/types/columnControls/ApprovalStatusColumn/index.d.ts +12 -12
- package/dist/types/columnControls/ApprovalStatusColumn/property.d.ts +28 -28
- package/dist/types/columnControls/ApprovalStatusColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/ArrayColumn/designer.d.ts +14 -14
- package/dist/types/columnControls/ArrayColumn/index.d.ts +12 -12
- package/dist/types/columnControls/ArrayColumn/property.d.ts +48 -48
- package/dist/types/columnControls/ArrayColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/AutoNumberColumn/designer.d.ts +14 -14
- package/dist/types/columnControls/AutoNumberColumn/index.d.ts +12 -12
- package/dist/types/columnControls/AutoNumberColumn/property.d.ts +24 -24
- package/dist/types/columnControls/AutoNumberColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/CustomColumn/designer.d.ts +20 -20
- package/dist/types/columnControls/CustomColumn/index.d.ts +12 -12
- package/dist/types/columnControls/CustomColumn/property.d.ts +18 -18
- package/dist/types/columnControls/CustomColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/DecimalColumn/designer.d.ts +15 -15
- package/dist/types/columnControls/DecimalColumn/index.d.ts +12 -12
- package/dist/types/columnControls/DecimalColumn/property.d.ts +59 -59
- package/dist/types/columnControls/DecimalColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/DepartmentColumn/designer.d.ts +15 -15
- package/dist/types/columnControls/DepartmentColumn/index.d.ts +12 -12
- package/dist/types/columnControls/DepartmentColumn/property.d.ts +16 -16
- package/dist/types/columnControls/DepartmentColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/EmployeeColumn/designer.d.ts +19 -19
- package/dist/types/columnControls/EmployeeColumn/index.d.ts +12 -12
- package/dist/types/columnControls/EmployeeColumn/property.d.ts +15 -15
- package/dist/types/columnControls/EmployeeColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/FileColumn/designer.d.ts +14 -14
- package/dist/types/columnControls/FileColumn/index.d.ts +12 -12
- package/dist/types/columnControls/FileColumn/property.d.ts +10 -10
- package/dist/types/columnControls/FileColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/ImageColumn/designer.d.ts +14 -14
- package/dist/types/columnControls/ImageColumn/index.d.ts +12 -12
- package/dist/types/columnControls/ImageColumn/property.d.ts +9 -9
- package/dist/types/columnControls/ImageColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/LocationColumn/designer.d.ts +14 -14
- package/dist/types/columnControls/LocationColumn/index.d.ts +12 -12
- package/dist/types/columnControls/LocationColumn/property.d.ts +24 -24
- package/dist/types/columnControls/LocationColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/OperationColumn/designer.d.ts +14 -14
- package/dist/types/columnControls/OperationColumn/index.d.ts +12 -12
- package/dist/types/columnControls/OperationColumn/property.d.ts +22 -22
- package/dist/types/columnControls/OperationColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/OrderColumn/designer.d.ts +12 -12
- package/dist/types/columnControls/OrderColumn/index.d.ts +12 -12
- package/dist/types/columnControls/OrderColumn/property.d.ts +14 -14
- package/dist/types/columnControls/OrderColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/PeopleColumn/designer.d.ts +14 -14
- package/dist/types/columnControls/PeopleColumn/index.d.ts +12 -12
- package/dist/types/columnControls/PeopleColumn/property.d.ts +9 -9
- package/dist/types/columnControls/PeopleColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/TextColumn/designer.d.ts +15 -15
- package/dist/types/columnControls/TextColumn/index.d.ts +12 -12
- package/dist/types/columnControls/TextColumn/property.d.ts +36 -36
- package/dist/types/columnControls/TextColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/TimescopeColumn/designer.d.ts +15 -15
- package/dist/types/columnControls/TimescopeColumn/index.d.ts +12 -12
- package/dist/types/columnControls/TimescopeColumn/property.d.ts +32 -32
- package/dist/types/columnControls/TimescopeColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/TimestampColumn/designer.d.ts +15 -15
- package/dist/types/columnControls/TimestampColumn/index.d.ts +12 -12
- package/dist/types/columnControls/TimestampColumn/property.d.ts +32 -32
- package/dist/types/columnControls/TimestampColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/VarcharColumn/designer.d.ts +14 -14
- package/dist/types/columnControls/VarcharColumn/index.d.ts +12 -12
- package/dist/types/columnControls/VarcharColumn/property.d.ts +52 -52
- package/dist/types/columnControls/VarcharColumn/runtime.d.ts +12 -12
- package/dist/types/columnControls/index.d.ts +17 -17
- package/dist/types/formControls/Address/designer.d.ts +14 -14
- package/dist/types/formControls/Address/index.d.ts +12 -12
- package/dist/types/formControls/Address/property.d.ts +28 -28
- package/dist/types/formControls/Address/runtime.d.ts +14 -14
- package/dist/types/formControls/Amount/designer.d.ts +16 -16
- package/dist/types/formControls/Amount/index.d.ts +12 -12
- package/dist/types/formControls/Amount/property.d.ts +76 -76
- package/dist/types/formControls/Amount/runtime.d.ts +12 -12
- package/dist/types/formControls/Attachment/designer.d.ts +15 -15
- package/dist/types/formControls/Attachment/index.d.ts +12 -12
- package/dist/types/formControls/Attachment/property.d.ts +42 -42
- package/dist/types/formControls/Attachment/runtime.d.ts +12 -12
- package/dist/types/formControls/AutoNumber/designer.d.ts +15 -15
- package/dist/types/formControls/AutoNumber/index.d.ts +12 -12
- package/dist/types/formControls/AutoNumber/property.d.ts +7 -7
- package/dist/types/formControls/AutoNumber/runtime.d.ts +12 -12
- package/dist/types/formControls/Calc/designer.d.ts +16 -16
- package/dist/types/formControls/Calc/index.d.ts +12 -12
- package/dist/types/formControls/Calc/property.d.ts +58 -58
- package/dist/types/formControls/Calc/runtime.d.ts +12 -12
- package/dist/types/formControls/Checkbox/designer.d.ts +15 -15
- package/dist/types/formControls/Checkbox/index.d.ts +12 -12
- package/dist/types/formControls/Checkbox/property.d.ts +36 -36
- package/dist/types/formControls/Checkbox/runtime.d.ts +12 -12
- package/dist/types/formControls/DatePicker/designer.d.ts +15 -15
- package/dist/types/formControls/DatePicker/index.d.ts +12 -12
- package/dist/types/formControls/DatePicker/property.d.ts +17 -17
- package/dist/types/formControls/DatePicker/runtime.d.ts +12 -12
- package/dist/types/formControls/DateRange/designer.d.ts +15 -15
- package/dist/types/formControls/DateRange/index.d.ts +12 -12
- package/dist/types/formControls/DateRange/property.d.ts +81 -81
- package/dist/types/formControls/DateRange/runtime.d.ts +12 -12
- package/dist/types/formControls/Department/designer.d.ts +15 -15
- package/dist/types/formControls/Department/index.d.ts +12 -12
- package/dist/types/formControls/Department/property.d.ts +47 -47
- package/dist/types/formControls/Department/runtime.d.ts +12 -12
- package/dist/types/formControls/Department2/designer.d.ts +20 -20
- package/dist/types/formControls/Department2/index.d.ts +12 -12
- package/dist/types/formControls/Department2/property.d.ts +65 -65
- package/dist/types/formControls/Department2/runtime.d.ts +12 -12
- package/dist/types/formControls/ElectronicSignature/designer.d.ts +15 -15
- package/dist/types/formControls/ElectronicSignature/index.d.ts +12 -12
- package/dist/types/formControls/ElectronicSignature/property.d.ts +22 -22
- package/dist/types/formControls/ElectronicSignature/runtime.d.ts +12 -12
- package/dist/types/formControls/Employee/designer.d.ts +14 -14
- package/dist/types/formControls/Employee/index.d.ts +12 -12
- package/dist/types/formControls/Employee/property.d.ts +21 -21
- package/dist/types/formControls/Employee/runtime.d.ts +12 -12
- package/dist/types/formControls/Employee2/designer.d.ts +20 -20
- package/dist/types/formControls/Employee2/index.d.ts +12 -12
- package/dist/types/formControls/Employee2/property.d.ts +35 -35
- package/dist/types/formControls/Employee2/runtime.d.ts +12 -12
- package/dist/types/formControls/Image/designer.d.ts +15 -15
- package/dist/types/formControls/Image/index.d.ts +12 -12
- package/dist/types/formControls/Image/property.d.ts +9 -9
- package/dist/types/formControls/Image/runtime.d.ts +10 -10
- package/dist/types/formControls/Input/designer.d.ts +15 -15
- package/dist/types/formControls/Input/index.d.ts +12 -12
- package/dist/types/formControls/Input/property.d.ts +74 -74
- package/dist/types/formControls/Input/runtime.d.ts +12 -12
- package/dist/types/formControls/Number/designer.d.ts +16 -16
- package/dist/types/formControls/Number/index.d.ts +12 -12
- package/dist/types/formControls/Number/property.d.ts +92 -92
- package/dist/types/formControls/Number/runtime.d.ts +12 -12
- package/dist/types/formControls/OrganizationSelection/designer.d.ts +20 -20
- package/dist/types/formControls/OrganizationSelection/index.d.ts +12 -12
- package/dist/types/formControls/OrganizationSelection/property.d.ts +73 -73
- package/dist/types/formControls/OrganizationSelection/runtime.d.ts +12 -12
- package/dist/types/formControls/Radio/designer.d.ts +15 -15
- package/dist/types/formControls/Radio/index.d.ts +12 -12
- package/dist/types/formControls/Radio/property.d.ts +28 -28
- package/dist/types/formControls/Radio/runtime.d.ts +12 -12
- package/dist/types/formControls/RichText/designer.d.ts +15 -15
- package/dist/types/formControls/RichText/index.d.ts +12 -12
- package/dist/types/formControls/RichText/property.d.ts +50 -50
- package/dist/types/formControls/RichText/runtime.d.ts +12 -12
- package/dist/types/formControls/Score/designer.d.ts +16 -16
- package/dist/types/formControls/Score/index.d.ts +12 -12
- package/dist/types/formControls/Score/property.d.ts +23 -23
- package/dist/types/formControls/Score/runtime.d.ts +12 -12
- package/dist/types/formControls/SearchDateRange/designer.d.ts +14 -14
- package/dist/types/formControls/SearchDateRange/index.d.ts +12 -12
- package/dist/types/formControls/SearchDateRange/property.d.ts +23 -23
- package/dist/types/formControls/SearchDateRange/runtime.d.ts +12 -12
- package/dist/types/formControls/SearchInput/designer.d.ts +12 -12
- package/dist/types/formControls/SearchInput/index.d.ts +12 -12
- package/dist/types/formControls/SearchInput/property.d.ts +10 -10
- package/dist/types/formControls/SearchInput/runtime.d.ts +12 -12
- package/dist/types/formControls/SearchNumberRange/designer.d.ts +14 -14
- package/dist/types/formControls/SearchNumberRange/index.d.ts +12 -12
- package/dist/types/formControls/SearchNumberRange/property.d.ts +15 -15
- package/dist/types/formControls/SearchNumberRange/runtime.d.ts +12 -12
- package/dist/types/formControls/Select/designer.d.ts +14 -14
- package/dist/types/formControls/Select/index.d.ts +12 -12
- package/dist/types/formControls/Select/property.d.ts +43 -43
- package/dist/types/formControls/Select/runtime.d.ts +12 -12
- package/dist/types/formControls/SelectMultiple/designer.d.ts +14 -14
- package/dist/types/formControls/SelectMultiple/index.d.ts +12 -12
- package/dist/types/formControls/SelectMultiple/property.d.ts +46 -46
- package/dist/types/formControls/SelectMultiple/runtime.d.ts +12 -12
- package/dist/types/formControls/SelectRelation/designer.d.ts +16 -16
- package/dist/types/formControls/SelectRelation/index.d.ts +12 -12
- package/dist/types/formControls/SelectRelation/property.d.ts +86 -86
- package/dist/types/formControls/SelectRelation/runtime.d.ts +12 -12
- package/dist/types/formControls/Textarea/designer.d.ts +15 -15
- package/dist/types/formControls/Textarea/index.d.ts +12 -12
- package/dist/types/formControls/Textarea/property.d.ts +75 -75
- package/dist/types/formControls/Textarea/runtime.d.ts +12 -12
- package/dist/types/formControls/Tree/designer.d.ts +20 -20
- package/dist/types/formControls/Tree/index.d.ts +12 -12
- package/dist/types/formControls/Tree/property.d.ts +34 -34
- package/dist/types/formControls/Tree/runtime.d.ts +11 -11
- package/dist/types/formControls/VueFormItem/designer.d.ts +16 -16
- package/dist/types/formControls/VueFormItem/index.d.ts +12 -12
- package/dist/types/formControls/VueFormItem/property.d.ts +18 -18
- package/dist/types/formControls/VueFormItem/runtime.d.ts +12 -12
- package/dist/types/formControls/VuePage/designer.d.ts +15 -15
- package/dist/types/formControls/VuePage/index.d.ts +12 -12
- package/dist/types/formControls/VuePage/property.d.ts +18 -18
- package/dist/types/formControls/VuePage/runtime.d.ts +12 -12
- package/dist/types/formControls/WPS/designer.d.ts +15 -15
- package/dist/types/formControls/WPS/index.d.ts +12 -12
- package/dist/types/formControls/WPS/property.d.ts +32 -32
- package/dist/types/formControls/WPS/runtime.d.ts +12 -12
- package/dist/types/formControls/index.d.ts +31 -31
- package/dist/types/framework.d.ts +273 -273
- package/dist/types/index.d.ts +17 -17
- package/dist/types/layoutControls/ActionBar/designer.d.ts +16 -16
- package/dist/types/layoutControls/ActionBar/index.d.ts +12 -12
- package/dist/types/layoutControls/ActionBar/property.d.ts +9 -9
- package/dist/types/layoutControls/ActionBar/runtime.d.ts +10 -10
- package/dist/types/layoutControls/AdvancedContainer/Setting.d.ts +2 -2
- package/dist/types/layoutControls/AdvancedContainer/designer.d.ts +10 -10
- package/dist/types/layoutControls/AdvancedContainer/index.d.ts +12 -12
- package/dist/types/layoutControls/AdvancedContainer/property.d.ts +8 -8
- package/dist/types/layoutControls/AdvancedContainer/runtime.d.ts +9 -9
- package/dist/types/layoutControls/CardGroup/designer.d.ts +14 -14
- package/dist/types/layoutControls/CardGroup/index.d.ts +12 -12
- package/dist/types/layoutControls/CardGroup/property.d.ts +14 -14
- package/dist/types/layoutControls/CardGroup/runtime.d.ts +10 -10
- package/dist/types/layoutControls/Col/designer.d.ts +14 -14
- package/dist/types/layoutControls/Col/index.d.ts +12 -12
- package/dist/types/layoutControls/Col/property.d.ts +8 -8
- package/dist/types/layoutControls/Col/runtime.d.ts +10 -10
- package/dist/types/layoutControls/DataView/designer.d.ts +11 -11
- package/dist/types/layoutControls/DataView/index.d.ts +12 -12
- package/dist/types/layoutControls/DataView/property.d.ts +33 -33
- package/dist/types/layoutControls/DataView/runtime.d.ts +10 -10
- package/dist/types/layoutControls/Grid/designer.d.ts +11 -11
- package/dist/types/layoutControls/Grid/index.d.ts +12 -12
- package/dist/types/layoutControls/Grid/property.d.ts +2 -2
- package/dist/types/layoutControls/Grid/runtime.d.ts +9 -9
- package/dist/types/layoutControls/GridLayoutContainer/designer.d.ts +14 -14
- package/dist/types/layoutControls/GridLayoutContainer/index.d.ts +12 -12
- package/dist/types/layoutControls/GridLayoutContainer/property.d.ts +8 -8
- package/dist/types/layoutControls/GridLayoutContainer/runtime.d.ts +10 -10
- package/dist/types/layoutControls/GridRow/designer.d.ts +16 -16
- package/dist/types/layoutControls/GridRow/index.d.ts +12 -12
- package/dist/types/layoutControls/GridRow/property.d.ts +6 -6
- package/dist/types/layoutControls/GridRow/runtime.d.ts +10 -10
- package/dist/types/layoutControls/GridTableColumn/designer.d.ts +23 -23
- package/dist/types/layoutControls/GridTableColumn/index.d.ts +12 -12
- package/dist/types/layoutControls/GridTableColumn/property.d.ts +19 -19
- package/dist/types/layoutControls/GridTableColumn/runtime.d.ts +10 -10
- package/dist/types/layoutControls/ListView/designer.d.ts +20 -20
- package/dist/types/layoutControls/ListView/index.d.ts +12 -12
- package/dist/types/layoutControls/ListView/property.d.ts +128 -128
- package/dist/types/layoutControls/ListView/runtime.d.ts +12 -12
- package/dist/types/layoutControls/Page/Setting.d.ts +2 -2
- package/dist/types/layoutControls/Page/designer.d.ts +10 -10
- package/dist/types/layoutControls/Page/index.d.ts +12 -12
- package/dist/types/layoutControls/Page/property.d.ts +15 -15
- package/dist/types/layoutControls/Page/runtime.d.ts +9 -9
- package/dist/types/layoutControls/Position/Setting.d.ts +2 -2
- package/dist/types/layoutControls/Position/designer.d.ts +10 -10
- package/dist/types/layoutControls/Position/index.d.ts +12 -12
- package/dist/types/layoutControls/Position/property.d.ts +9 -9
- package/dist/types/layoutControls/Position/runtime.d.ts +9 -9
- package/dist/types/layoutControls/PositioningContainer/Setting.d.ts +2 -2
- package/dist/types/layoutControls/PositioningContainer/designer.d.ts +10 -10
- package/dist/types/layoutControls/PositioningContainer/index.d.ts +12 -12
- package/dist/types/layoutControls/PositioningContainer/property.d.ts +5 -5
- package/dist/types/layoutControls/PositioningContainer/runtime.d.ts +9 -9
- package/dist/types/layoutControls/Row/designer.d.ts +15 -15
- package/dist/types/layoutControls/Row/index.d.ts +12 -12
- package/dist/types/layoutControls/Row/property.d.ts +8 -8
- package/dist/types/layoutControls/Row/runtime.d.ts +11 -11
- package/dist/types/layoutControls/Step/designer.d.ts +14 -14
- package/dist/types/layoutControls/Step/index.d.ts +12 -12
- package/dist/types/layoutControls/Step/property.d.ts +11 -11
- package/dist/types/layoutControls/Step/runtime.d.ts +9 -9
- package/dist/types/layoutControls/StepPane/designer.d.ts +14 -14
- package/dist/types/layoutControls/StepPane/index.d.ts +12 -12
- package/dist/types/layoutControls/StepPane/property.d.ts +14 -14
- package/dist/types/layoutControls/StepPane/runtime.d.ts +9 -9
- package/dist/types/layoutControls/SubTableColumn/designer.d.ts +23 -23
- package/dist/types/layoutControls/SubTableColumn/index.d.ts +12 -12
- package/dist/types/layoutControls/SubTableColumn/property.d.ts +39 -39
- package/dist/types/layoutControls/SubTableColumn/runtime.d.ts +10 -10
- package/dist/types/layoutControls/SubTableRow/designer.d.ts +20 -20
- package/dist/types/layoutControls/SubTableRow/index.d.ts +12 -12
- package/dist/types/layoutControls/SubTableRow/property.d.ts +6 -6
- package/dist/types/layoutControls/SubTableRow/runtime.d.ts +11 -11
- package/dist/types/layoutControls/Tab/designer.d.ts +16 -16
- package/dist/types/layoutControls/Tab/index.d.ts +12 -12
- package/dist/types/layoutControls/Tab/property.d.ts +7 -7
- package/dist/types/layoutControls/Tab/runtime.d.ts +11 -11
- package/dist/types/layoutControls/TabPane/designer.d.ts +14 -14
- package/dist/types/layoutControls/TabPane/index.d.ts +12 -12
- package/dist/types/layoutControls/TabPane/property.d.ts +13 -13
- package/dist/types/layoutControls/TabPane/runtime.d.ts +10 -10
- package/dist/types/layoutControls/Toolbox/designer.d.ts +14 -14
- package/dist/types/layoutControls/Toolbox/index.d.ts +12 -12
- package/dist/types/layoutControls/Toolbox/property.d.ts +6 -6
- package/dist/types/layoutControls/Toolbox/runtime.d.ts +10 -10
- package/dist/types/layoutControls/index.d.ts +21 -21
- package/dist/types/listControls/GridTable/designer.d.ts +26 -26
- package/dist/types/listControls/GridTable/index.d.ts +12 -12
- package/dist/types/listControls/GridTable/property.d.ts +45 -45
- package/dist/types/listControls/GridTable/runtime.d.ts +13 -13
- package/dist/types/listControls/SubTable/designer.d.ts +27 -27
- package/dist/types/listControls/SubTable/index.d.ts +12 -12
- package/dist/types/listControls/SubTable/property.d.ts +212 -212
- package/dist/types/listControls/SubTable/runtime.d.ts +13 -13
- package/dist/types/listControls/index.d.ts +2 -2
- package/dist/types/searchControls/SimpleSearch/designer.d.ts +13 -13
- package/dist/types/searchControls/SimpleSearch/index.d.ts +12 -12
- package/dist/types/searchControls/SimpleSearch/property.d.ts +84 -84
- package/dist/types/searchControls/SimpleSearch/runtime.d.ts +11 -11
- package/dist/types/searchControls/index.d.ts +1 -1
- package/dist/types/type.d.ts +118 -118
- package/dist/types/wrapControls/GridLayoutWrap/Setting.d.ts +2 -2
- package/dist/types/wrapControls/GridLayoutWrap/designer.d.ts +11 -11
- package/dist/types/wrapControls/GridLayoutWrap/index.d.ts +14 -14
- package/dist/types/wrapControls/GridLayoutWrap/property.d.ts +6 -6
- package/dist/types/wrapControls/GridLayoutWrap/runtime.d.ts +9 -9
- package/dist/types/wrapControls/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -84,22 +84,19 @@ var ImportRecordListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
84
84
|
function ImportRecordListButtonProperty(props) {
|
|
85
85
|
_class_call_check(this, ImportRecordListButtonProperty);
|
|
86
86
|
var _this;
|
|
87
|
+
var _ref, _ref1, _ref2, _ref3;
|
|
87
88
|
var _props_canImportList;
|
|
88
89
|
_this = _call_super(this, ImportRecordListButtonProperty, [
|
|
89
90
|
props
|
|
90
|
-
]), /*
|
|
91
|
-
* 可以导入的数据
|
|
91
|
+
]), /*
|
|
92
|
+
* 可以导入的数据
|
|
92
93
|
* */ _define_property(_this, "canImportList", void 0), _define_property(_this, "templateType", void 0);
|
|
93
|
-
|
|
94
|
-
_this.
|
|
95
|
-
|
|
96
|
-
_this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : ImportRecordListButtonControl.controlIcon;
|
|
97
|
-
var _props_canImportList_map;
|
|
98
|
-
_this.canImportList = (_props_canImportList_map = props === null || props === void 0 ? void 0 : (_props_canImportList = props.canImportList) === null || _props_canImportList === void 0 ? void 0 : _props_canImportList.map(function(item) {
|
|
94
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : ImportRecordListButtonControl.controlName;
|
|
95
|
+
_this.icon = (_ref1 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref1 !== void 0 ? _ref1 : ImportRecordListButtonControl.controlIcon;
|
|
96
|
+
_this.canImportList = (_ref2 = props === null || props === void 0 ? void 0 : (_props_canImportList = props.canImportList) === null || _props_canImportList === void 0 ? void 0 : _props_canImportList.map(function(item) {
|
|
99
97
|
return new ImportListBind(item);
|
|
100
|
-
})) !== null &&
|
|
101
|
-
|
|
102
|
-
_this.templateType = (_props_templateType = props === null || props === void 0 ? void 0 : props.templateType) !== null && _props_templateType !== void 0 ? _props_templateType : 'system';
|
|
98
|
+
})) !== null && _ref2 !== void 0 ? _ref2 : [];
|
|
99
|
+
_this.templateType = (_ref3 = props === null || props === void 0 ? void 0 : props.templateType) !== null && _ref3 !== void 0 ? _ref3 : 'system';
|
|
103
100
|
return _this;
|
|
104
101
|
}
|
|
105
102
|
return ImportRecordListButtonProperty;
|
|
@@ -126,30 +126,22 @@ var InvoiceCheckButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
126
126
|
function InvoiceCheckButtonProperty(props) {
|
|
127
127
|
_class_call_check(this, InvoiceCheckButtonProperty);
|
|
128
128
|
var _this;
|
|
129
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8;
|
|
129
130
|
var _props_fillList;
|
|
130
131
|
_this = _call_super(this, InvoiceCheckButtonProperty, [
|
|
131
132
|
props
|
|
132
133
|
]), _define_property(_this, "caption", void 0), _define_property(_this, "isHideCaption", void 0), _define_property(_this, "isShowCaptionTip", void 0), _define_property(_this, "captionTip", void 0), _define_property(_this, "labelPosition", void 0), _define_property(_this, "invoiceCheck", void 0), _define_property(_this, "fillList", void 0);
|
|
133
|
-
|
|
134
|
-
_this.
|
|
135
|
-
|
|
136
|
-
_this.
|
|
137
|
-
|
|
138
|
-
_this.
|
|
139
|
-
|
|
140
|
-
_this.
|
|
141
|
-
|
|
142
|
-
_this.labelPosition = (_props_labelPosition = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _props_labelPosition !== void 0 ? _props_labelPosition : 'top';
|
|
143
|
-
var _props_content;
|
|
144
|
-
_this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : InvoiceCheckButtonControl.controlName;
|
|
145
|
-
var _props_icon;
|
|
146
|
-
_this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : InvoiceCheckButtonControl.controlIcon;
|
|
147
|
-
var _props_invoiceCheck;
|
|
148
|
-
_this.invoiceCheck = (_props_invoiceCheck = props === null || props === void 0 ? void 0 : props.invoiceCheck) !== null && _props_invoiceCheck !== void 0 ? _props_invoiceCheck : true;
|
|
149
|
-
var _props_fillList_map;
|
|
150
|
-
_this.fillList = (_props_fillList_map = props === null || props === void 0 ? void 0 : (_props_fillList = props.fillList) === null || _props_fillList === void 0 ? void 0 : _props_fillList.map(function(item) {
|
|
134
|
+
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : InvoiceCheckButtonControl.controlName;
|
|
135
|
+
_this.isHideCaption = (_ref1 = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _ref1 !== void 0 ? _ref1 : false;
|
|
136
|
+
_this.isShowCaptionTip = (_ref2 = props === null || props === void 0 ? void 0 : props.isShowCaptionTip) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
137
|
+
_this.captionTip = (_ref3 = props === null || props === void 0 ? void 0 : props.captionTip) !== null && _ref3 !== void 0 ? _ref3 : '';
|
|
138
|
+
_this.labelPosition = (_ref4 = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _ref4 !== void 0 ? _ref4 : 'top';
|
|
139
|
+
_this.content = (_ref5 = props === null || props === void 0 ? void 0 : props.content) !== null && _ref5 !== void 0 ? _ref5 : InvoiceCheckButtonControl.controlName;
|
|
140
|
+
_this.icon = (_ref6 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref6 !== void 0 ? _ref6 : InvoiceCheckButtonControl.controlIcon;
|
|
141
|
+
_this.invoiceCheck = (_ref7 = props === null || props === void 0 ? void 0 : props.invoiceCheck) !== null && _ref7 !== void 0 ? _ref7 : true;
|
|
142
|
+
_this.fillList = (_ref8 = props === null || props === void 0 ? void 0 : (_props_fillList = props.fillList) === null || _props_fillList === void 0 ? void 0 : _props_fillList.map(function(item) {
|
|
151
143
|
return new MultistageFillingItem(item);
|
|
152
|
-
})) !== null &&
|
|
144
|
+
})) !== null && _ref8 !== void 0 ? _ref8 : [];
|
|
153
145
|
return _this;
|
|
154
146
|
}
|
|
155
147
|
return InvoiceCheckButtonProperty;
|
|
@@ -78,15 +78,13 @@ var LinkProperty = /*#__PURE__*/ function(Property) {
|
|
|
78
78
|
function LinkProperty(props) {
|
|
79
79
|
_class_call_check(this, LinkProperty);
|
|
80
80
|
var _this;
|
|
81
|
+
var _ref, _ref1, _ref2;
|
|
81
82
|
_this = _call_super(this, LinkProperty, [
|
|
82
83
|
props
|
|
83
84
|
]), _define_property(_this, "content", void 0), _define_property(_this, "url", void 0), _define_property(_this, "openMode", void 0);
|
|
84
|
-
|
|
85
|
-
_this.
|
|
86
|
-
|
|
87
|
-
_this.url = (_props_url = props === null || props === void 0 ? void 0 : props.url) !== null && _props_url !== void 0 ? _props_url : '';
|
|
88
|
-
var _props_openMode;
|
|
89
|
-
_this.openMode = (_props_openMode = props === null || props === void 0 ? void 0 : props.openMode) !== null && _props_openMode !== void 0 ? _props_openMode : 'new';
|
|
85
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : getLocaleText('CMD.linkContent', null, '我是一个链接');
|
|
86
|
+
_this.url = (_ref1 = props === null || props === void 0 ? void 0 : props.url) !== null && _ref1 !== void 0 ? _ref1 : '';
|
|
87
|
+
_this.openMode = (_ref2 = props === null || props === void 0 ? void 0 : props.openMode) !== null && _ref2 !== void 0 ? _ref2 : 'new';
|
|
90
88
|
return _this;
|
|
91
89
|
}
|
|
92
90
|
return LinkProperty;
|
|
@@ -129,47 +129,43 @@ var ListSelectButtonPropertyRules = /*#__PURE__*/ function(PropertyRules) {
|
|
|
129
129
|
}
|
|
130
130
|
return ListSelectButtonPropertyRules;
|
|
131
131
|
}(PropertyRules);
|
|
132
|
-
/**
|
|
133
|
-
* ListSelectButton 列表选择
|
|
134
|
-
* @public
|
|
132
|
+
/**
|
|
133
|
+
* ListSelectButton 列表选择
|
|
134
|
+
* @public
|
|
135
135
|
*/ var ListSelectButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
136
136
|
"use strict";
|
|
137
137
|
_inherits(ListSelectButtonProperty, ButtonProperty);
|
|
138
138
|
function ListSelectButtonProperty(props) {
|
|
139
139
|
_class_call_check(this, ListSelectButtonProperty);
|
|
140
140
|
var _this;
|
|
141
|
+
var _ref, _ref1, _ref2, _ref3, _ref4;
|
|
141
142
|
_this = _call_super(this, ListSelectButtonProperty, [
|
|
142
143
|
props
|
|
143
|
-
]), /**
|
|
144
|
-
* 数据过滤
|
|
145
|
-
* @public
|
|
146
|
-
*/ _define_property(_this, "fillPayload", void 0), /**
|
|
147
|
-
* 绑定列表页
|
|
148
|
-
* @public
|
|
149
|
-
*/ _define_property(_this, "listPageBind", void 0), /**
|
|
150
|
-
* 禁用填充
|
|
151
|
-
* @public
|
|
152
|
-
*/ _define_property(_this, "disableFilling", void 0), /**
|
|
153
|
-
* 回填配置
|
|
154
|
-
* @public
|
|
144
|
+
]), /**
|
|
145
|
+
* 数据过滤
|
|
146
|
+
* @public
|
|
147
|
+
*/ _define_property(_this, "fillPayload", void 0), /**
|
|
148
|
+
* 绑定列表页
|
|
149
|
+
* @public
|
|
150
|
+
*/ _define_property(_this, "listPageBind", void 0), /**
|
|
151
|
+
* 禁用填充
|
|
152
|
+
* @public
|
|
153
|
+
*/ _define_property(_this, "disableFilling", void 0), /**
|
|
154
|
+
* 回填配置
|
|
155
|
+
* @public
|
|
155
156
|
*/ _define_property(_this, "fillBack", void 0), // 展示已选明细
|
|
156
157
|
_define_property(_this, "showSelectedDetail", void 0), // 是否使用选中行填充
|
|
157
158
|
_define_property(_this, "isSelectedRowFill", void 0), // 展示已选内容配置字段
|
|
158
159
|
_define_property(_this, "selectedContentConfig", void 0);
|
|
159
|
-
|
|
160
|
-
_this.
|
|
161
|
-
var _props_icon;
|
|
162
|
-
_this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : ListSelectButtonControl.controlIcon;
|
|
160
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : ListSelectButtonControl.controlName;
|
|
161
|
+
_this.icon = (_ref1 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref1 !== void 0 ? _ref1 : ListSelectButtonControl.controlIcon;
|
|
163
162
|
_this.fillPayload = new FillPayloadBind(props === null || props === void 0 ? void 0 : props.fillPayload);
|
|
164
163
|
_this.listPageBind = new ListBind(props === null || props === void 0 ? void 0 : props.listPageBind);
|
|
165
164
|
_this.fillBack = new FillBackBind(props === null || props === void 0 ? void 0 : props.fillBack);
|
|
166
|
-
|
|
167
|
-
_this.showSelectedDetail = (_props_showSelectedDetail = props === null || props === void 0 ? void 0 : props.showSelectedDetail) !== null && _props_showSelectedDetail !== void 0 ? _props_showSelectedDetail : false;
|
|
165
|
+
_this.showSelectedDetail = (_ref2 = props === null || props === void 0 ? void 0 : props.showSelectedDetail) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
168
166
|
_this.selectedContentConfig = new SelectedContentConfig(props === null || props === void 0 ? void 0 : props.selectedContentConfig);
|
|
169
|
-
|
|
170
|
-
_this.
|
|
171
|
-
var _props_disableFilling;
|
|
172
|
-
_this.disableFilling = (_props_disableFilling = props === null || props === void 0 ? void 0 : props.disableFilling) !== null && _props_disableFilling !== void 0 ? _props_disableFilling : true;
|
|
167
|
+
_this.isSelectedRowFill = (_ref3 = props === null || props === void 0 ? void 0 : props.isSelectedRowFill) !== null && _ref3 !== void 0 ? _ref3 : false;
|
|
168
|
+
_this.disableFilling = (_ref4 = props === null || props === void 0 ? void 0 : props.disableFilling) !== null && _ref4 !== void 0 ? _ref4 : true;
|
|
173
169
|
return _this;
|
|
174
170
|
}
|
|
175
171
|
return ListSelectButtonProperty;
|
|
@@ -115,16 +115,15 @@ var ListViewSelectProperty = /*#__PURE__*/ function(Property) {
|
|
|
115
115
|
function ListViewSelectProperty(props) {
|
|
116
116
|
_class_call_check(this, ListViewSelectProperty);
|
|
117
117
|
var _this;
|
|
118
|
+
var _ref, _ref1;
|
|
118
119
|
var _props_viewList;
|
|
119
120
|
_this = _call_super(this, ListViewSelectProperty, [
|
|
120
121
|
props
|
|
121
122
|
]), _define_property(_this, "showType", void 0), _define_property(_this, "viewList", void 0);
|
|
122
|
-
|
|
123
|
-
_this.
|
|
124
|
-
var _props_viewList_map;
|
|
125
|
-
_this.viewList = (_props_viewList_map = props === null || props === void 0 ? void 0 : (_props_viewList = props.viewList) === null || _props_viewList === void 0 ? void 0 : _props_viewList.map(function(item) {
|
|
123
|
+
_this.showType = (_ref = props === null || props === void 0 ? void 0 : props.showType) !== null && _ref !== void 0 ? _ref : 'select';
|
|
124
|
+
_this.viewList = (_ref1 = props === null || props === void 0 ? void 0 : (_props_viewList = props.viewList) === null || _props_viewList === void 0 ? void 0 : _props_viewList.map(function(item) {
|
|
126
125
|
return new ViewOperationItem(item);
|
|
127
|
-
})) !== null &&
|
|
126
|
+
})) !== null && _ref1 !== void 0 ? _ref1 : [];
|
|
128
127
|
return _this;
|
|
129
128
|
}
|
|
130
129
|
return ListViewSelectProperty;
|
|
@@ -101,30 +101,25 @@ var OperationButtonProperty = /*#__PURE__*/ function(Property) {
|
|
|
101
101
|
function OperationButtonProperty(props) {
|
|
102
102
|
_class_call_check(this, OperationButtonProperty);
|
|
103
103
|
var _this;
|
|
104
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5;
|
|
104
105
|
_this = _call_super(this, OperationButtonProperty, [
|
|
105
106
|
props
|
|
106
107
|
]), _define_property(_this, "content", void 0), _define_property(_this, "code", void 0), _define_property(_this, "command", void 0), _define_property(_this, "color", void 0), _define_property(_this, "icon", void 0), _define_property(_this, "formKey", void 0), _define_property(_this, "openType", void 0), _define_property(_this, "needConfirm", void 0), _define_property(_this, "confirmMessage", void 0), _define_property(_this, "options", void 0), _define_property(_this, "defaultState", void 0), _define_property(_this, "priorityProcess", void 0), _define_property(_this, "isLoading", void 0), // 是否同步删除流程数据
|
|
107
108
|
_define_property(_this, "isSyncDelete", void 0);
|
|
108
|
-
|
|
109
|
-
_this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : getLocaleText('CMD.button', null, '按钮');
|
|
109
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : getLocaleText('CMD.button', null, '按钮');
|
|
110
110
|
_this.code = props === null || props === void 0 ? void 0 : props.code;
|
|
111
|
-
|
|
112
|
-
_this.
|
|
113
|
-
var _props_color;
|
|
114
|
-
_this.color = (_props_color = props === null || props === void 0 ? void 0 : props.color) !== null && _props_color !== void 0 ? _props_color : 'primary';
|
|
111
|
+
_this.command = (_ref1 = props === null || props === void 0 ? void 0 : props.command) !== null && _ref1 !== void 0 ? _ref1 : 'custom';
|
|
112
|
+
_this.color = (_ref2 = props === null || props === void 0 ? void 0 : props.color) !== null && _ref2 !== void 0 ? _ref2 : 'primary';
|
|
115
113
|
_this.icon = props === null || props === void 0 ? void 0 : props.icon;
|
|
116
114
|
_this.formKey = props === null || props === void 0 ? void 0 : props.formKey;
|
|
117
115
|
_this.openType = props === null || props === void 0 ? void 0 : props.openType;
|
|
118
116
|
_this.needConfirm = props === null || props === void 0 ? void 0 : props.needConfirm;
|
|
119
117
|
_this.confirmMessage = props === null || props === void 0 ? void 0 : props.confirmMessage;
|
|
120
118
|
_this.options = props === null || props === void 0 ? void 0 : props.options;
|
|
121
|
-
|
|
122
|
-
_this.defaultState = (_props_defaultState = props === null || props === void 0 ? void 0 : props.defaultState) !== null && _props_defaultState !== void 0 ? _props_defaultState : 'default';
|
|
119
|
+
_this.defaultState = (_ref3 = props === null || props === void 0 ? void 0 : props.defaultState) !== null && _ref3 !== void 0 ? _ref3 : 'default';
|
|
123
120
|
_this.priorityProcess = props === null || props === void 0 ? void 0 : props.priorityProcess;
|
|
124
|
-
|
|
125
|
-
_this.
|
|
126
|
-
var _props_isSyncDelete;
|
|
127
|
-
_this.isSyncDelete = (_props_isSyncDelete = props === null || props === void 0 ? void 0 : props.isSyncDelete) !== null && _props_isSyncDelete !== void 0 ? _props_isSyncDelete : false;
|
|
121
|
+
_this.isLoading = (_ref4 = props === null || props === void 0 ? void 0 : props.isLoading) !== null && _ref4 !== void 0 ? _ref4 : false;
|
|
122
|
+
_this.isSyncDelete = (_ref5 = props === null || props === void 0 ? void 0 : props.isSyncDelete) !== null && _ref5 !== void 0 ? _ref5 : false;
|
|
128
123
|
return _this;
|
|
129
124
|
}
|
|
130
125
|
return OperationButtonProperty;
|
|
@@ -101,15 +101,16 @@ var ReferenceListPropertyRules = /*#__PURE__*/ function(PropertyRules) {
|
|
|
101
101
|
}
|
|
102
102
|
return ReferenceListPropertyRules;
|
|
103
103
|
}(PropertyRules);
|
|
104
|
-
/**
|
|
105
|
-
* ReferenceList 引用列表
|
|
106
|
-
* @public
|
|
104
|
+
/**
|
|
105
|
+
* ReferenceList 引用列表
|
|
106
|
+
* @public
|
|
107
107
|
*/ var ReferenceListProperty = /*#__PURE__*/ function(Property) {
|
|
108
108
|
"use strict";
|
|
109
109
|
_inherits(ReferenceListProperty, Property);
|
|
110
110
|
function ReferenceListProperty(props) {
|
|
111
111
|
_class_call_check(this, ReferenceListProperty);
|
|
112
112
|
var _this;
|
|
113
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5;
|
|
113
114
|
_this = _call_super(this, ReferenceListProperty, [
|
|
114
115
|
props
|
|
115
116
|
]), // 是否显示查询栏
|
|
@@ -118,18 +119,12 @@ var ReferenceListPropertyRules = /*#__PURE__*/ function(PropertyRules) {
|
|
|
118
119
|
_define_property(_this, "actionSetting", void 0), //列表高度配置
|
|
119
120
|
_define_property(_this, "listHeightSetting", void 0), //列表高度配置
|
|
120
121
|
_define_property(_this, "isHideCaption", void 0);
|
|
121
|
-
|
|
122
|
-
_this.
|
|
123
|
-
|
|
124
|
-
_this.
|
|
125
|
-
|
|
126
|
-
_this.
|
|
127
|
-
var _props_isHideCaption;
|
|
128
|
-
_this.isHideCaption = (_props_isHideCaption = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _props_isHideCaption !== void 0 ? _props_isHideCaption : false;
|
|
129
|
-
var _ref;
|
|
130
|
-
_this.actionSetting = (_ref = new ActionSetting(props === null || props === void 0 ? void 0 : props.actionSetting)) !== null && _ref !== void 0 ? _ref : new ActionSetting();
|
|
131
|
-
var _ref1;
|
|
132
|
-
_this.listHeightSetting = (_ref1 = new ListHeightSetting(props === null || props === void 0 ? void 0 : props.listHeightSetting)) !== null && _ref1 !== void 0 ? _ref1 : new ListHeightSetting();
|
|
122
|
+
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : ReferenceListControl.controlName;
|
|
123
|
+
_this.isShowSimpleSearch = (_ref1 = props === null || props === void 0 ? void 0 : props.isShowSimpleSearch) !== null && _ref1 !== void 0 ? _ref1 : true;
|
|
124
|
+
_this.isShowToolbar = (_ref2 = props === null || props === void 0 ? void 0 : props.isShowToolbar) !== null && _ref2 !== void 0 ? _ref2 : true;
|
|
125
|
+
_this.isHideCaption = (_ref3 = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _ref3 !== void 0 ? _ref3 : false;
|
|
126
|
+
_this.actionSetting = (_ref4 = new ActionSetting(props === null || props === void 0 ? void 0 : props.actionSetting)) !== null && _ref4 !== void 0 ? _ref4 : new ActionSetting();
|
|
127
|
+
_this.listHeightSetting = (_ref5 = new ListHeightSetting(props === null || props === void 0 ? void 0 : props.listHeightSetting)) !== null && _ref5 !== void 0 ? _ref5 : new ListHeightSetting();
|
|
133
128
|
return _this;
|
|
134
129
|
}
|
|
135
130
|
return ReferenceListProperty;
|
|
@@ -65,13 +65,12 @@ var SubmissionRecordListButtonProperty = /*#__PURE__*/ function(ButtonProperty)
|
|
|
65
65
|
function SubmissionRecordListButtonProperty(props) {
|
|
66
66
|
_class_call_check(this, SubmissionRecordListButtonProperty);
|
|
67
67
|
var _this;
|
|
68
|
+
var _ref, _ref1;
|
|
68
69
|
_this = _call_super(this, SubmissionRecordListButtonProperty, [
|
|
69
70
|
props
|
|
70
71
|
]);
|
|
71
|
-
|
|
72
|
-
_this.
|
|
73
|
-
var _props_icon;
|
|
74
|
-
_this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : SubmissionRecordListButtonControl.controlIcon;
|
|
72
|
+
_this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : SubmissionRecordListButtonControl.controlName;
|
|
73
|
+
_this.icon = (_ref1 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref1 !== void 0 ? _ref1 : SubmissionRecordListButtonControl.controlIcon;
|
|
75
74
|
return _this;
|
|
76
75
|
}
|
|
77
76
|
return SubmissionRecordListButtonProperty;
|
|
@@ -78,29 +78,23 @@ var TextProperty = /*#__PURE__*/ function(Property) {
|
|
|
78
78
|
function TextProperty(props) {
|
|
79
79
|
_class_call_check(this, TextProperty);
|
|
80
80
|
var _this;
|
|
81
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6;
|
|
81
82
|
_this = _call_super(this, TextProperty, [
|
|
82
83
|
props
|
|
83
84
|
]), // public dataBind: DataBind
|
|
84
|
-
_define_property(_this, "content", void 0), _define_property(_this, "fontSize", void 0), _define_property(_this, "color", void 0), _define_property(_this, "icon", void 0), _define_property(_this, "align", void 0), _define_property(_this, "showState", void 0), /**
|
|
85
|
-
* ai 显示内容搜索 false | true
|
|
86
|
-
* @defaultValue false
|
|
87
|
-
* @public
|
|
85
|
+
_define_property(_this, "content", void 0), _define_property(_this, "fontSize", void 0), _define_property(_this, "color", void 0), _define_property(_this, "icon", void 0), _define_property(_this, "align", void 0), _define_property(_this, "showState", void 0), /**
|
|
86
|
+
* ai 显示内容搜索 false | true
|
|
87
|
+
* @defaultValue false
|
|
88
|
+
* @public
|
|
88
89
|
*/ _define_property(_this, "aiContentSearch", void 0);
|
|
89
|
-
var _props_fontSize;
|
|
90
90
|
// this.dataBind = new DataBind(props?.dataBind)
|
|
91
|
-
_this.fontSize = (
|
|
92
|
-
|
|
93
|
-
_this.
|
|
94
|
-
|
|
95
|
-
_this.
|
|
96
|
-
|
|
97
|
-
_this.
|
|
98
|
-
var _props_content;
|
|
99
|
-
_this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : getLocaleText('CMD.text', null, '说明文字');
|
|
100
|
-
var _props_align;
|
|
101
|
-
_this.align = (_props_align = props === null || props === void 0 ? void 0 : props.align) !== null && _props_align !== void 0 ? _props_align : '';
|
|
102
|
-
var _props_aiContentSearch;
|
|
103
|
-
_this.aiContentSearch = (_props_aiContentSearch = props === null || props === void 0 ? void 0 : props.aiContentSearch) !== null && _props_aiContentSearch !== void 0 ? _props_aiContentSearch : false;
|
|
91
|
+
_this.fontSize = (_ref = props === null || props === void 0 ? void 0 : props.fontSize) !== null && _ref !== void 0 ? _ref : '14px';
|
|
92
|
+
_this.color = (_ref1 = props === null || props === void 0 ? void 0 : props.color) !== null && _ref1 !== void 0 ? _ref1 : '#646A73';
|
|
93
|
+
_this.icon = (_ref2 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref2 !== void 0 ? _ref2 : 'page-hint';
|
|
94
|
+
_this.showState = (_ref3 = props === null || props === void 0 ? void 0 : props.showState) !== null && _ref3 !== void 0 ? _ref3 : 'text';
|
|
95
|
+
_this.content = (_ref4 = props === null || props === void 0 ? void 0 : props.content) !== null && _ref4 !== void 0 ? _ref4 : getLocaleText('CMD.text', null, '说明文字');
|
|
96
|
+
_this.align = (_ref5 = props === null || props === void 0 ? void 0 : props.align) !== null && _ref5 !== void 0 ? _ref5 : '';
|
|
97
|
+
_this.aiContentSearch = (_ref6 = props === null || props === void 0 ? void 0 : props.aiContentSearch) !== null && _ref6 !== void 0 ? _ref6 : false;
|
|
104
98
|
return _this;
|
|
105
99
|
}
|
|
106
100
|
return TextProperty;
|
|
@@ -128,30 +128,22 @@ var TextOcrButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
|
|
|
128
128
|
function TextOcrButtonProperty(props) {
|
|
129
129
|
_class_call_check(this, TextOcrButtonProperty);
|
|
130
130
|
var _this;
|
|
131
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8;
|
|
131
132
|
var _props_fillList;
|
|
132
133
|
_this = _call_super(this, TextOcrButtonProperty, [
|
|
133
134
|
props
|
|
134
135
|
]), _define_property(_this, "caption", void 0), _define_property(_this, "isHideCaption", void 0), _define_property(_this, "isShowCaptionTip", void 0), _define_property(_this, "captionTip", void 0), _define_property(_this, "labelPosition", void 0), _define_property(_this, "ocrType", void 0), _define_property(_this, "fillList", void 0);
|
|
135
|
-
|
|
136
|
-
_this.
|
|
137
|
-
|
|
138
|
-
_this.
|
|
139
|
-
|
|
140
|
-
_this.
|
|
141
|
-
|
|
142
|
-
_this.
|
|
143
|
-
|
|
144
|
-
_this.labelPosition = (_props_labelPosition = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _props_labelPosition !== void 0 ? _props_labelPosition : 'top';
|
|
145
|
-
var _props_content;
|
|
146
|
-
_this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : TextOcrButtonControl.controlName;
|
|
147
|
-
var _props_icon;
|
|
148
|
-
_this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : TextOcrButtonControl.controlIcon;
|
|
149
|
-
var _props_ocrType;
|
|
150
|
-
_this.ocrType = (_props_ocrType = props === null || props === void 0 ? void 0 : props.ocrType) !== null && _props_ocrType !== void 0 ? _props_ocrType : '';
|
|
151
|
-
var _props_fillList_map;
|
|
152
|
-
_this.fillList = (_props_fillList_map = props === null || props === void 0 ? void 0 : (_props_fillList = props.fillList) === null || _props_fillList === void 0 ? void 0 : _props_fillList.map(function(item) {
|
|
136
|
+
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : TextOcrButtonControl.controlName;
|
|
137
|
+
_this.isHideCaption = (_ref1 = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _ref1 !== void 0 ? _ref1 : false;
|
|
138
|
+
_this.isShowCaptionTip = (_ref2 = props === null || props === void 0 ? void 0 : props.isShowCaptionTip) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
139
|
+
_this.captionTip = (_ref3 = props === null || props === void 0 ? void 0 : props.captionTip) !== null && _ref3 !== void 0 ? _ref3 : '';
|
|
140
|
+
_this.labelPosition = (_ref4 = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _ref4 !== void 0 ? _ref4 : 'top';
|
|
141
|
+
_this.content = (_ref5 = props === null || props === void 0 ? void 0 : props.content) !== null && _ref5 !== void 0 ? _ref5 : TextOcrButtonControl.controlName;
|
|
142
|
+
_this.icon = (_ref6 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref6 !== void 0 ? _ref6 : TextOcrButtonControl.controlIcon;
|
|
143
|
+
_this.ocrType = (_ref7 = props === null || props === void 0 ? void 0 : props.ocrType) !== null && _ref7 !== void 0 ? _ref7 : '';
|
|
144
|
+
_this.fillList = (_ref8 = props === null || props === void 0 ? void 0 : (_props_fillList = props.fillList) === null || _props_fillList === void 0 ? void 0 : _props_fillList.map(function(item) {
|
|
153
145
|
return new MultistageFillingItem(item);
|
|
154
|
-
})) !== null &&
|
|
146
|
+
})) !== null && _ref8 !== void 0 ? _ref8 : [];
|
|
155
147
|
return _this;
|
|
156
148
|
}
|
|
157
149
|
return TextOcrButtonProperty;
|
|
@@ -128,12 +128,12 @@ var TitleProperty = /*#__PURE__*/ function(Property) {
|
|
|
128
128
|
function TitleProperty(props) {
|
|
129
129
|
_class_call_check(this, TitleProperty);
|
|
130
130
|
var _this;
|
|
131
|
+
var _ref, _ref1, _ref2, _ref3;
|
|
131
132
|
_this = _call_super(this, TitleProperty, [
|
|
132
133
|
props
|
|
133
134
|
]), _define_property(_this, "dataBind", void 0), _define_property(_this, "caption", void 0), _define_property(_this, "config", void 0), _define_property(_this, "position", void 0);
|
|
134
135
|
_this.dataBind = new DataBind(props === null || props === void 0 ? void 0 : props.dataBind);
|
|
135
|
-
|
|
136
|
-
_this.config = (_props_config = props === null || props === void 0 ? void 0 : props.config) !== null && _props_config !== void 0 ? _props_config : [
|
|
136
|
+
_this.config = (_ref = props === null || props === void 0 ? void 0 : props.config) !== null && _ref !== void 0 ? _ref : [
|
|
137
137
|
// TitleConfigEnum.ShowBizKey,
|
|
138
138
|
TitleConfigEnum.ShowSubmitUser,
|
|
139
139
|
TitleConfigEnum.ShowSubmitDept,
|
|
@@ -141,10 +141,8 @@ var TitleProperty = /*#__PURE__*/ function(Property) {
|
|
|
141
141
|
TitleConfigEnum.ShowCurrentApprovar,
|
|
142
142
|
TitleConfigEnum.ShowTitle
|
|
143
143
|
];
|
|
144
|
-
|
|
145
|
-
_this.
|
|
146
|
-
var _props_position;
|
|
147
|
-
_this.position = (_props_position = props === null || props === void 0 ? void 0 : props.position) !== null && _props_position !== void 0 ? _props_position : 'top';
|
|
144
|
+
_this.caption = (_ref1 = (_ref2 = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref2 !== void 0 ? _ref2 : DesignerTitleControl === null || DesignerTitleControl === void 0 ? void 0 : DesignerTitleControl.controlName) !== null && _ref1 !== void 0 ? _ref1 : '';
|
|
145
|
+
_this.position = (_ref3 = props === null || props === void 0 ? void 0 : props.position) !== null && _ref3 !== void 0 ? _ref3 : 'top';
|
|
148
146
|
return _this;
|
|
149
147
|
}
|
|
150
148
|
return TitleProperty;
|
|
@@ -72,33 +72,31 @@ function _is_native_reflect_construct() {
|
|
|
72
72
|
}
|
|
73
73
|
import { ColumnControlProperty, LinkOperationOption } from '@byteluck-fe/model-driven-core';
|
|
74
74
|
import { DesignerApprovalStatusColumnControl } from './designer';
|
|
75
|
-
/**
|
|
76
|
-
* ApprovalStatusColumn 审批状态列
|
|
77
|
-
* @public
|
|
75
|
+
/**
|
|
76
|
+
* ApprovalStatusColumn 审批状态列
|
|
77
|
+
* @public
|
|
78
78
|
*/ var ApprovalStatusColumnControlProperty = /*#__PURE__*/ function(ColumnControlProperty) {
|
|
79
79
|
"use strict";
|
|
80
80
|
_inherits(ApprovalStatusColumnControlProperty, ColumnControlProperty);
|
|
81
81
|
function ApprovalStatusColumnControlProperty(props) {
|
|
82
82
|
_class_call_check(this, ApprovalStatusColumnControlProperty);
|
|
83
83
|
var _this;
|
|
84
|
+
var _ref, _ref1, _ref2;
|
|
84
85
|
_this = _call_super(this, ApprovalStatusColumnControlProperty, [
|
|
85
86
|
props
|
|
86
|
-
]), /**
|
|
87
|
-
* 行数设置
|
|
88
|
-
* */ _define_property(_this, "lineEllipsis", void 0), /**
|
|
89
|
-
* 是否显示链接操作
|
|
90
|
-
* @public
|
|
91
|
-
*/ _define_property(_this, "showLinkOperation", void 0), /**
|
|
92
|
-
* 链接操作配置
|
|
93
|
-
* @public
|
|
87
|
+
]), /**
|
|
88
|
+
* 行数设置
|
|
89
|
+
* */ _define_property(_this, "lineEllipsis", void 0), /**
|
|
90
|
+
* 是否显示链接操作
|
|
91
|
+
* @public
|
|
92
|
+
*/ _define_property(_this, "showLinkOperation", void 0), /**
|
|
93
|
+
* 链接操作配置
|
|
94
|
+
* @public
|
|
94
95
|
*/ _define_property(_this, "linkOperationOption", void 0);
|
|
95
|
-
|
|
96
|
-
_this.
|
|
97
|
-
var _props_showLinkOperation;
|
|
98
|
-
_this.showLinkOperation = (_props_showLinkOperation = props === null || props === void 0 ? void 0 : props.showLinkOperation) !== null && _props_showLinkOperation !== void 0 ? _props_showLinkOperation : false;
|
|
96
|
+
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : DesignerApprovalStatusColumnControl.controlName;
|
|
97
|
+
_this.showLinkOperation = (_ref1 = props === null || props === void 0 ? void 0 : props.showLinkOperation) !== null && _ref1 !== void 0 ? _ref1 : false;
|
|
99
98
|
_this.linkOperationOption = new LinkOperationOption(props === null || props === void 0 ? void 0 : props.linkOperationOption);
|
|
100
|
-
|
|
101
|
-
_this.lineEllipsis = (_props_lineEllipsis = props === null || props === void 0 ? void 0 : props.lineEllipsis) !== null && _props_lineEllipsis !== void 0 ? _props_lineEllipsis : 1;
|
|
99
|
+
_this.lineEllipsis = (_ref2 = props === null || props === void 0 ? void 0 : props.lineEllipsis) !== null && _ref2 !== void 0 ? _ref2 : 1;
|
|
102
100
|
return _this;
|
|
103
101
|
}
|
|
104
102
|
return ApprovalStatusColumnControlProperty;
|
|
@@ -72,9 +72,9 @@ function _is_native_reflect_construct() {
|
|
|
72
72
|
}
|
|
73
73
|
import { ColumnControlProperty, ColumnOptionAndDataSourcePropertyRules, DataSourceBind, initOptions, LinkOperationOption, initLinkOperationRules } from '@byteluck-fe/model-driven-core';
|
|
74
74
|
import { DesignerArrayColumnControl } from './designer';
|
|
75
|
-
/**
|
|
76
|
-
* ArrayColumn 数组列
|
|
77
|
-
* @public
|
|
75
|
+
/**
|
|
76
|
+
* ArrayColumn 数组列
|
|
77
|
+
* @public
|
|
78
78
|
*/ var ArrayColumnControlPropertyRules = /*#__PURE__*/ function(ColumnOptionAndDataSourcePropertyRules) {
|
|
79
79
|
"use strict";
|
|
80
80
|
_inherits(ArrayColumnControlPropertyRules, ColumnOptionAndDataSourcePropertyRules);
|
|
@@ -89,53 +89,50 @@ import { DesignerArrayColumnControl } from './designer';
|
|
|
89
89
|
}
|
|
90
90
|
return ArrayColumnControlPropertyRules;
|
|
91
91
|
}(ColumnOptionAndDataSourcePropertyRules);
|
|
92
|
-
/**
|
|
93
|
-
* ArrayColumn 数组类型列
|
|
94
|
-
* @public
|
|
92
|
+
/**
|
|
93
|
+
* ArrayColumn 数组类型列
|
|
94
|
+
* @public
|
|
95
95
|
*/ var ArrayColumnControlProperty = /*#__PURE__*/ function(ColumnControlProperty) {
|
|
96
96
|
"use strict";
|
|
97
97
|
_inherits(ArrayColumnControlProperty, ColumnControlProperty);
|
|
98
98
|
function ArrayColumnControlProperty(props) {
|
|
99
99
|
_class_call_check(this, ArrayColumnControlProperty);
|
|
100
100
|
var _this;
|
|
101
|
+
var _ref, _ref1, _ref2, _ref3;
|
|
101
102
|
_this = _call_super(this, ArrayColumnControlProperty, [
|
|
102
103
|
props
|
|
103
|
-
]), /**
|
|
104
|
-
* 选项配置
|
|
105
|
-
* @defaultValue 'none'
|
|
106
|
-
* @public
|
|
107
|
-
* */ _define_property(_this, "optionConfig", void 0), /**
|
|
108
|
-
* 关联数据源
|
|
109
|
-
* @public
|
|
110
|
-
*/ _define_property(_this, "datasourceBind", void 0), /**
|
|
111
|
-
* 是否显示链接操作
|
|
112
|
-
* @public
|
|
113
|
-
*/ _define_property(_this, "showLinkOperation", void 0), /**
|
|
114
|
-
* 链接操作配置
|
|
115
|
-
* @public
|
|
116
|
-
*/ _define_property(_this, "linkOperationOption", void 0), /**
|
|
117
|
-
* 自定义选项
|
|
118
|
-
* @defaultValue []
|
|
119
|
-
* @public
|
|
104
|
+
]), /**
|
|
105
|
+
* 选项配置
|
|
106
|
+
* @defaultValue 'none'
|
|
107
|
+
* @public
|
|
108
|
+
* */ _define_property(_this, "optionConfig", void 0), /**
|
|
109
|
+
* 关联数据源
|
|
110
|
+
* @public
|
|
111
|
+
*/ _define_property(_this, "datasourceBind", void 0), /**
|
|
112
|
+
* 是否显示链接操作
|
|
113
|
+
* @public
|
|
114
|
+
*/ _define_property(_this, "showLinkOperation", void 0), /**
|
|
115
|
+
* 链接操作配置
|
|
116
|
+
* @public
|
|
117
|
+
*/ _define_property(_this, "linkOperationOption", void 0), /**
|
|
118
|
+
* 自定义选项
|
|
119
|
+
* @defaultValue []
|
|
120
|
+
* @public
|
|
120
121
|
*/ _define_property(_this, "options", void 0);
|
|
121
|
-
|
|
122
|
-
_this.
|
|
123
|
-
var _props_optionConfig;
|
|
124
|
-
_this.optionConfig = (_props_optionConfig = props === null || props === void 0 ? void 0 : props.optionConfig) !== null && _props_optionConfig !== void 0 ? _props_optionConfig : 'none';
|
|
122
|
+
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : DesignerArrayColumnControl.controlName;
|
|
123
|
+
_this.optionConfig = (_ref1 = props === null || props === void 0 ? void 0 : props.optionConfig) !== null && _ref1 !== void 0 ? _ref1 : 'none';
|
|
125
124
|
_this.datasourceBind = new DataSourceBind(props === null || props === void 0 ? void 0 : props.datasourceBind);
|
|
126
|
-
|
|
127
|
-
_this.showLinkOperation = (_props_showLinkOperation = props === null || props === void 0 ? void 0 : props.showLinkOperation) !== null && _props_showLinkOperation !== void 0 ? _props_showLinkOperation : false;
|
|
125
|
+
_this.showLinkOperation = (_ref2 = props === null || props === void 0 ? void 0 : props.showLinkOperation) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
128
126
|
_this.linkOperationOption = new LinkOperationOption(props === null || props === void 0 ? void 0 : props.linkOperationOption);
|
|
129
|
-
|
|
130
|
-
_this.options = initOptions((_props_options = props === null || props === void 0 ? void 0 : props.options) !== null && _props_options !== void 0 ? _props_options : [
|
|
127
|
+
_this.options = initOptions((_ref3 = props === null || props === void 0 ? void 0 : props.options) !== null && _ref3 !== void 0 ? _ref3 : [
|
|
131
128
|
{}
|
|
132
129
|
]);
|
|
133
130
|
return _this;
|
|
134
131
|
}
|
|
135
132
|
return ArrayColumnControlProperty;
|
|
136
133
|
}(ColumnControlProperty);
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
134
|
+
/**
|
|
135
|
+
* @internal
|
|
139
136
|
*/ _define_property(ArrayColumnControlProperty, "Rules", ArrayColumnControlPropertyRules);
|
|
140
137
|
export default ArrayColumnControlProperty;
|
|
141
138
|
export { ArrayColumnControlProperty, ArrayColumnControlPropertyRules };
|
|
@@ -86,28 +86,27 @@ var AutoNumberColumnControlPropertyRules = /*#__PURE__*/ function(ColumnControlP
|
|
|
86
86
|
}
|
|
87
87
|
return AutoNumberColumnControlPropertyRules;
|
|
88
88
|
}(ColumnControlPropertyRules);
|
|
89
|
-
/**
|
|
90
|
-
* AutoNumberColumn 自动编号类型列
|
|
91
|
-
* @public
|
|
89
|
+
/**
|
|
90
|
+
* AutoNumberColumn 自动编号类型列
|
|
91
|
+
* @public
|
|
92
92
|
*/ var AutoNumberColumnControlProperty = /*#__PURE__*/ function(ColumnControlProperty) {
|
|
93
93
|
"use strict";
|
|
94
94
|
_inherits(AutoNumberColumnControlProperty, ColumnControlProperty);
|
|
95
95
|
function AutoNumberColumnControlProperty(props) {
|
|
96
96
|
_class_call_check(this, AutoNumberColumnControlProperty);
|
|
97
97
|
var _this;
|
|
98
|
+
var _ref, _ref1;
|
|
98
99
|
_this = _call_super(this, AutoNumberColumnControlProperty, [
|
|
99
100
|
props
|
|
100
|
-
]), /**
|
|
101
|
-
* 是否显示链接操作
|
|
102
|
-
* @public
|
|
103
|
-
*/ _define_property(_this, "showLinkOperation", void 0), /**
|
|
104
|
-
* 链接操作配置
|
|
105
|
-
* @public
|
|
101
|
+
]), /**
|
|
102
|
+
* 是否显示链接操作
|
|
103
|
+
* @public
|
|
104
|
+
*/ _define_property(_this, "showLinkOperation", void 0), /**
|
|
105
|
+
* 链接操作配置
|
|
106
|
+
* @public
|
|
106
107
|
*/ _define_property(_this, "linkOperationOption", void 0);
|
|
107
|
-
|
|
108
|
-
_this.
|
|
109
|
-
var _props_showLinkOperation;
|
|
110
|
-
_this.showLinkOperation = (_props_showLinkOperation = props === null || props === void 0 ? void 0 : props.showLinkOperation) !== null && _props_showLinkOperation !== void 0 ? _props_showLinkOperation : false;
|
|
108
|
+
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : DesignerAutoNumberColumnControl.controlName;
|
|
109
|
+
_this.showLinkOperation = (_ref1 = props === null || props === void 0 ? void 0 : props.showLinkOperation) !== null && _ref1 !== void 0 ? _ref1 : false;
|
|
111
110
|
_this.linkOperationOption = new LinkOperationOption(props === null || props === void 0 ? void 0 : props.linkOperationOption);
|
|
112
111
|
return _this;
|
|
113
112
|
}
|