@byteluck-fe/model-driven-controls 7.0.0-props.11 → 7.0.0-props.111
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/api-doc-index.js +9 -0
- package/dist/esm/baseControls/BarChart/designer.js +223 -0
- package/dist/esm/baseControls/BarChart/index.js +11 -0
- package/dist/esm/baseControls/BarChart/property.js +172 -0
- package/dist/esm/baseControls/BarChart/runtime.js +112 -0
- package/dist/esm/baseControls/BatchDeleteButton/property.js +4 -1
- package/dist/esm/baseControls/BatchDeleteButton/schema.json +118 -0
- package/dist/esm/baseControls/BatchPrintListButton/property.js +4 -1
- package/dist/esm/baseControls/BatchPrintListButton/schema.json +461 -0
- package/dist/esm/baseControls/BatchPrintRecordListButton/property.js +4 -1
- package/dist/esm/baseControls/BatchPrintRecordListButton/schema.json +135 -0
- package/dist/esm/baseControls/BatchSubmissionListButton/property.js +4 -1
- package/dist/esm/baseControls/BatchSubmissionListButton/schema.json +163 -0
- package/dist/esm/baseControls/Button/property.js +4 -1
- package/dist/esm/baseControls/Button/schema.json +135 -0
- package/dist/esm/baseControls/Comment/property.js +4 -1
- package/dist/esm/baseControls/Comment/schema.json +81 -0
- package/dist/esm/baseControls/CreateFormListButton/property.js +4 -1
- package/dist/esm/baseControls/CreateFormListButton/schema.json +157 -0
- package/dist/esm/baseControls/Dashboard/property.js +4 -1
- package/dist/esm/baseControls/Dashboard/schema.json +374 -0
- package/dist/esm/baseControls/Divider/designer.js +29 -4
- package/dist/esm/baseControls/Divider/property.js +7 -4
- package/dist/esm/baseControls/Divider/schema.json +140 -0
- package/dist/esm/baseControls/ExportListButton/property.js +4 -1
- package/dist/esm/baseControls/ExportListButton/schema.json +182 -0
- package/dist/esm/baseControls/ExportRecordListButton/property.js +4 -1
- package/dist/esm/baseControls/ExportRecordListButton/schema.json +135 -0
- package/dist/esm/baseControls/FormSelectButton/property.js +4 -1
- package/dist/esm/baseControls/FormSelectButton/schema.json +872 -0
- package/dist/esm/baseControls/Iframe/designer.js +159 -0
- package/dist/esm/baseControls/Iframe/index.js +11 -0
- package/dist/esm/baseControls/Iframe/property.js +121 -0
- package/dist/esm/baseControls/Iframe/runtime.js +112 -0
- package/dist/esm/baseControls/Iframe/schema.json +47 -0
- package/dist/esm/baseControls/ImportRecordListButton/property.js +4 -1
- package/dist/esm/baseControls/ImportRecordListButton/schema.json +161 -0
- package/dist/esm/baseControls/InvoiceCheckButton/property.js +4 -1
- package/dist/esm/baseControls/InvoiceCheckButton/schema.json +198 -0
- package/dist/esm/baseControls/LineChart/designer.js +207 -0
- package/dist/esm/baseControls/LineChart/index.js +11 -0
- package/dist/esm/baseControls/LineChart/property.js +180 -0
- package/dist/esm/baseControls/LineChart/runtime.js +112 -0
- package/dist/esm/baseControls/Link/designer.js +10 -14
- package/dist/esm/baseControls/Link/property.js +13 -11
- package/dist/esm/baseControls/Link/schema.json +119 -0
- package/dist/esm/baseControls/ListSelectButton/property.js +4 -1
- package/dist/esm/baseControls/ListSelectButton/schema.json +922 -0
- package/dist/esm/baseControls/ListViewSelect/property.js +4 -1
- package/dist/esm/baseControls/ListViewSelect/schema.json +675 -0
- package/dist/esm/baseControls/OperationButton/property.js +4 -1
- package/dist/esm/baseControls/OperationButton/schema.json +129 -0
- package/dist/esm/baseControls/Pagination/property.js +4 -1
- package/dist/esm/baseControls/Pagination/schema.json +32 -0
- package/dist/esm/baseControls/PieChart/designer.js +211 -0
- package/dist/esm/baseControls/PieChart/index.js +11 -0
- package/dist/esm/baseControls/PieChart/property.js +179 -0
- package/dist/esm/baseControls/PieChart/runtime.js +112 -0
- package/dist/esm/baseControls/ReferenceList/property.js +4 -1
- package/dist/esm/baseControls/ReferenceList/schema.json +414 -0
- package/dist/esm/baseControls/SubmissionRecordListButton/property.js +4 -1
- package/dist/esm/baseControls/SubmissionRecordListButton/schema.json +135 -0
- package/dist/esm/baseControls/Text/designer.js +22 -3
- package/dist/esm/baseControls/Text/property.js +16 -11
- package/dist/esm/baseControls/Text/schema.json +144 -0
- package/dist/esm/baseControls/TextOcrButton/property.js +4 -1
- package/dist/esm/baseControls/TextOcrButton/schema.json +198 -0
- package/dist/esm/baseControls/Title/property.js +4 -1
- package/dist/esm/baseControls/Title/schema.json +95 -0
- package/dist/esm/baseControls/index.js +4 -0
- package/dist/esm/baseControls/utils.js +61 -0
- package/dist/esm/columnControls/ApprovalStatusColumn/property.js +4 -1
- package/dist/esm/columnControls/ApprovalStatusColumn/schema.json +209 -0
- package/dist/esm/columnControls/ArrayColumn/property.js +4 -1
- package/dist/esm/columnControls/ArrayColumn/schema.json +979 -0
- package/dist/esm/columnControls/AutoNumberColumn/property.js +4 -1
- package/dist/esm/columnControls/AutoNumberColumn/schema.json +204 -0
- package/dist/esm/columnControls/CustomColumn/designer.js +1 -0
- package/dist/esm/columnControls/CustomColumn/property.js +4 -1
- package/dist/esm/columnControls/CustomColumn/schema.json +174 -0
- package/dist/esm/columnControls/DecimalColumn/property.js +4 -1
- package/dist/esm/columnControls/DecimalColumn/schema.json +997 -0
- package/dist/esm/columnControls/DepartmentColumn/property.js +4 -1
- package/dist/esm/columnControls/DepartmentColumn/schema.json +166 -0
- package/dist/esm/columnControls/EmployeeColumn/property.js +4 -1
- package/dist/esm/columnControls/EmployeeColumn/schema.json +940 -0
- package/dist/esm/columnControls/FileColumn/property.js +4 -1
- package/dist/esm/columnControls/FileColumn/schema.json +169 -0
- package/dist/esm/columnControls/GroupColumn/property.js +4 -1
- package/dist/esm/columnControls/GroupColumn/schema.json +161 -0
- package/dist/esm/columnControls/ImageColumn/property.js +4 -1
- package/dist/esm/columnControls/ImageColumn/schema.json +161 -0
- package/dist/esm/columnControls/LocationColumn/property.js +4 -1
- package/dist/esm/columnControls/LocationColumn/schema.json +204 -0
- package/dist/esm/columnControls/OperationColumn/property.js +4 -1
- package/dist/esm/columnControls/OperationColumn/schema.json +181 -0
- package/dist/esm/columnControls/OrderColumn/property.js +4 -1
- package/dist/esm/columnControls/OrderColumn/schema.json +161 -0
- package/dist/esm/columnControls/PeopleColumn/property.js +4 -1
- package/dist/esm/columnControls/PeopleColumn/schema.json +161 -0
- package/dist/esm/columnControls/TextColumn/property.js +4 -1
- package/dist/esm/columnControls/TextColumn/schema.json +214 -0
- package/dist/esm/columnControls/TimescopeColumn/property.js +4 -1
- package/dist/esm/columnControls/TimescopeColumn/schema.json +232 -0
- package/dist/esm/columnControls/TimestampColumn/property.js +4 -1
- package/dist/esm/columnControls/TimestampColumn/schema.json +232 -0
- package/dist/esm/columnControls/VarcharColumn/property.js +4 -1
- package/dist/esm/columnControls/VarcharColumn/schema.json +997 -0
- package/dist/esm/formControls/Address/designer.js +2 -1
- package/dist/esm/formControls/Address/property.js +28 -13
- package/dist/esm/formControls/Address/schema.json +223 -0
- package/dist/esm/formControls/Amount/designer.js +2 -1
- package/dist/esm/formControls/Amount/property.js +4 -1
- package/dist/esm/formControls/Amount/schema.json +1077 -0
- package/dist/esm/formControls/Attachment/designer.js +2 -1
- package/dist/esm/formControls/Attachment/property.js +3 -6
- package/dist/esm/formControls/Attachment/schema.json +273 -0
- package/dist/esm/formControls/AutoNumber/designer.js +2 -1
- package/dist/esm/formControls/AutoNumber/property.js +4 -1
- package/dist/esm/formControls/AutoNumber/schema.json +152 -0
- package/dist/esm/formControls/Barcode/designer.js +256 -0
- package/dist/esm/formControls/Barcode/index.js +11 -0
- package/dist/esm/formControls/Barcode/property.js +132 -0
- package/dist/esm/formControls/Barcode/runtime.js +114 -0
- package/dist/esm/formControls/Barcode/schema.json +206 -0
- package/dist/esm/formControls/Calc/designer.js +2 -1
- package/dist/esm/formControls/Calc/property.js +4 -1
- package/dist/esm/formControls/Calc/schema.json +294 -0
- package/dist/esm/formControls/Cascader/designer.js +3 -2
- package/dist/esm/formControls/Cascader/property.js +4 -1
- package/dist/esm/formControls/Cascader/schema.json +1908 -0
- package/dist/esm/formControls/Checkbox/designer.js +2 -18
- package/dist/esm/formControls/Checkbox/property.js +11 -17
- package/dist/esm/formControls/Checkbox/schema.json +1048 -0
- package/dist/esm/formControls/Counter/designer.js +191 -0
- package/dist/esm/formControls/Counter/index.js +11 -0
- package/dist/esm/formControls/Counter/property.js +169 -0
- package/dist/esm/formControls/Counter/runtime.js +114 -0
- package/dist/esm/formControls/Counter/schema.json +142 -0
- package/dist/esm/formControls/DatePicker/designer.js +2 -1
- package/dist/esm/formControls/DatePicker/property.js +5 -4
- package/dist/esm/formControls/DatePicker/schema.json +288 -0
- package/dist/esm/formControls/DateRange/designer.js +2 -1
- package/dist/esm/formControls/DateRange/property.js +4 -1
- package/dist/esm/formControls/DateRange/schema.json +328 -0
- package/dist/esm/formControls/Department/designer.js +2 -1
- package/dist/esm/formControls/Department/property.js +4 -1
- package/dist/esm/formControls/Department/schema.json +254 -0
- package/dist/esm/formControls/Department2/designer.js +2 -5
- package/dist/esm/formControls/Department2/property.js +18 -16
- package/dist/esm/formControls/Department2/schema.json +1388 -0
- package/dist/esm/formControls/ElectronicSignature/designer.js +2 -1
- package/dist/esm/formControls/ElectronicSignature/property.js +4 -1
- package/dist/esm/formControls/ElectronicSignature/schema.json +523 -0
- package/dist/esm/formControls/Employee/designer.js +2 -1
- package/dist/esm/formControls/Employee/property.js +4 -1
- package/dist/esm/formControls/Employee/schema.json +244 -0
- package/dist/esm/formControls/Employee2/designer.js +2 -5
- package/dist/esm/formControls/Employee2/property.js +16 -14
- package/dist/esm/formControls/Employee2/schema.json +1097 -0
- package/dist/esm/formControls/Image/designer.js +4 -6
- package/dist/esm/formControls/Image/property.js +27 -8
- package/dist/esm/formControls/Image/schema.json +306 -0
- package/dist/esm/formControls/Input/designer.js +2 -1
- package/dist/esm/formControls/Input/property.js +6 -3
- package/dist/esm/formControls/Input/schema.json +219 -0
- package/dist/esm/formControls/Number/designer.js +3 -5
- package/dist/esm/formControls/Number/property.js +4 -1
- package/dist/esm/formControls/Number/schema.json +277 -0
- package/dist/esm/formControls/OrganizationSelection/designer.js +2 -1
- package/dist/esm/formControls/OrganizationSelection/property.js +4 -1
- package/dist/esm/formControls/OrganizationSelection/schema.json +1135 -0
- package/dist/esm/formControls/QrCode/designer.js +453 -0
- package/dist/esm/formControls/QrCode/index.js +11 -0
- package/dist/esm/formControls/QrCode/property.js +132 -0
- package/dist/esm/formControls/QrCode/runtime.js +114 -0
- package/dist/esm/formControls/QrCode/schema.json +318 -0
- package/dist/esm/formControls/Radio/designer.js +5 -4
- package/dist/esm/formControls/Radio/property.js +4 -1
- package/dist/esm/formControls/Radio/schema.json +1029 -0
- package/dist/esm/formControls/RichText/designer.js +8 -7
- package/dist/esm/formControls/RichText/property.js +26 -50
- package/dist/esm/formControls/RichText/schema.json +225 -0
- package/dist/esm/formControls/Score/designer.js +13 -10
- package/dist/esm/formControls/Score/property.js +10 -6
- package/dist/esm/formControls/Score/schema.json +233 -0
- package/dist/esm/formControls/SearchDateRange/designer.js +2 -1
- package/dist/esm/formControls/SearchDateRange/property.js +4 -1
- package/dist/esm/formControls/SearchDateRange/schema.json +294 -0
- package/dist/esm/formControls/SearchInput/designer.js +2 -1
- package/dist/esm/formControls/SearchInput/property.js +4 -1
- package/dist/esm/formControls/SearchInput/schema.json +219 -0
- package/dist/esm/formControls/SearchNumberRange/designer.js +2 -1
- package/dist/esm/formControls/SearchNumberRange/property.js +4 -1
- package/dist/esm/formControls/SearchNumberRange/schema.json +192 -0
- package/dist/esm/formControls/Select/designer.js +5 -4
- package/dist/esm/formControls/Select/property.js +10 -8
- package/dist/esm/formControls/Select/schema.json +1019 -0
- package/dist/esm/formControls/SelectMultiple/designer.js +5 -4
- package/dist/esm/formControls/SelectMultiple/property.js +10 -8
- package/dist/esm/formControls/SelectMultiple/schema.json +1017 -0
- package/dist/esm/formControls/SelectRelation/designer.js +2 -1
- package/dist/esm/formControls/SelectRelation/property.js +5 -3
- package/dist/esm/formControls/SelectRelation/schema.json +1100 -0
- package/dist/esm/formControls/Slider/designer.js +183 -0
- package/dist/esm/formControls/Slider/index.js +11 -0
- package/dist/esm/formControls/Slider/property.js +161 -0
- package/dist/esm/formControls/Slider/runtime.js +114 -0
- package/dist/esm/formControls/Slider/schema.json +181 -0
- package/dist/esm/formControls/Switch/designer.js +258 -0
- package/dist/esm/formControls/Switch/index.js +11 -0
- package/dist/esm/formControls/Switch/property.js +133 -0
- package/dist/esm/formControls/Switch/runtime.js +114 -0
- package/dist/esm/formControls/Switch/schema.json +203 -0
- package/dist/esm/formControls/Tag/designer.js +256 -0
- package/dist/esm/formControls/Tag/index.js +11 -0
- package/dist/esm/formControls/Tag/property.js +153 -0
- package/dist/esm/formControls/Tag/runtime.js +114 -0
- package/dist/esm/formControls/Tag/schema.json +1025 -0
- package/dist/esm/formControls/Textarea/designer.js +2 -1
- package/dist/esm/formControls/Textarea/property.js +4 -1
- package/dist/esm/formControls/Textarea/schema.json +271 -0
- package/dist/esm/formControls/TimePicker/designer.js +4 -2
- package/dist/esm/formControls/TimePicker/property.js +6 -2
- package/dist/esm/formControls/TimePicker/schema.json +220 -0
- package/dist/esm/formControls/TimeRange/designer.js +6 -4
- package/dist/esm/formControls/TimeRange/property.js +7 -3
- package/dist/esm/formControls/TimeRange/schema.json +283 -0
- package/dist/esm/formControls/Tree/designer.js +2 -1
- package/dist/esm/formControls/Tree/property.js +5 -3
- package/dist/esm/formControls/Tree/schema.json +1920 -0
- package/dist/esm/formControls/VueFormItem/designer.js +2 -1
- package/dist/esm/formControls/VueFormItem/property.js +4 -1
- package/dist/esm/formControls/VueFormItem/schema.json +178 -0
- package/dist/esm/formControls/VuePage/property.js +4 -1
- package/dist/esm/formControls/VuePage/schema.json +178 -0
- package/dist/esm/formControls/WPS/designer.js +2 -1
- package/dist/esm/formControls/WPS/property.js +4 -1
- package/dist/esm/formControls/WPS/schema.json +254 -0
- package/dist/esm/formControls/index.js +6 -0
- package/dist/esm/framework.js +135 -46
- package/dist/esm/layoutControls/ActionBar/property.js +4 -1
- package/dist/esm/layoutControls/ActionBar/schema.json +69 -0
- package/dist/esm/layoutControls/AdvancedContainer/property.js +4 -1
- package/dist/esm/layoutControls/AdvancedContainer/schema.json +114 -0
- package/dist/esm/layoutControls/BlankContainer/designer.js +191 -0
- package/dist/esm/layoutControls/BlankContainer/index.js +11 -0
- package/dist/esm/layoutControls/BlankContainer/property.js +118 -0
- package/dist/esm/layoutControls/BlankContainer/runtime.js +112 -0
- package/dist/esm/layoutControls/BlankContainer/schema.json +87 -0
- package/dist/esm/layoutControls/CardGroup/designer.js +42 -41
- package/dist/esm/layoutControls/CardGroup/property.js +4 -1
- package/dist/esm/layoutControls/CardGroup/schema.json +145 -0
- package/dist/esm/layoutControls/Col/property.js +4 -1
- package/dist/esm/layoutControls/Col/schema.json +47 -0
- package/dist/esm/layoutControls/Collapse/designer.js +5 -16
- package/dist/esm/layoutControls/Collapse/property.js +6 -4
- package/dist/esm/layoutControls/Collapse/schema.json +52 -0
- package/dist/esm/layoutControls/CollapsePane/designer.js +2 -1
- package/dist/esm/layoutControls/CollapsePane/property.js +6 -2
- package/dist/esm/layoutControls/CollapsePane/schema.json +37 -0
- package/dist/esm/layoutControls/DataView/property.js +4 -1
- package/dist/esm/layoutControls/DataView/schema.json +996 -0
- package/dist/esm/layoutControls/Grid/property.js +4 -1
- package/dist/esm/layoutControls/Grid/schema.json +32 -0
- package/dist/esm/layoutControls/GridLayoutContainer/property.js +4 -1
- package/dist/esm/layoutControls/GridLayoutContainer/schema.json +42 -0
- package/dist/esm/layoutControls/GridRow/property.js +4 -1
- package/dist/esm/layoutControls/GridRow/schema.json +88 -0
- package/dist/esm/layoutControls/GridTableColumn/property.js +4 -1
- package/dist/esm/layoutControls/GridTableColumn/schema.json +886 -0
- package/dist/esm/layoutControls/ListView/property.js +10 -3
- package/dist/esm/layoutControls/ListView/schema.json +3183 -0
- package/dist/esm/layoutControls/Page/property.js +4 -1
- package/dist/esm/layoutControls/Page/schema.json +71 -0
- package/dist/esm/layoutControls/Position/property.js +4 -1
- package/dist/esm/layoutControls/Position/schema.json +52 -0
- package/dist/esm/layoutControls/PositioningContainer/property.js +4 -1
- package/dist/esm/layoutControls/PositioningContainer/schema.json +32 -0
- package/dist/esm/layoutControls/Row/designer.js +3 -12
- package/dist/esm/layoutControls/Row/property.js +4 -1
- package/dist/esm/layoutControls/Row/schema.json +88 -0
- package/dist/esm/layoutControls/Step/designer.js +15 -14
- package/dist/esm/layoutControls/Step/property.js +5 -2
- package/dist/esm/layoutControls/Step/schema.json +174 -0
- package/dist/esm/layoutControls/StepPane/property.js +4 -1
- package/dist/esm/layoutControls/StepPane/schema.json +100 -0
- package/dist/esm/layoutControls/SubTableColumn/property.js +4 -1
- package/dist/esm/layoutControls/SubTableColumn/schema.json +117 -0
- package/dist/esm/layoutControls/SubTableRow/property.js +4 -1
- package/dist/esm/layoutControls/SubTableRow/schema.json +32 -0
- package/dist/esm/layoutControls/Tab/designer.js +10 -10
- package/dist/esm/layoutControls/Tab/property.js +4 -1
- package/dist/esm/layoutControls/Tab/schema.json +85 -0
- package/dist/esm/layoutControls/TabPane/property.js +4 -1
- package/dist/esm/layoutControls/TabPane/schema.json +32 -0
- package/dist/esm/layoutControls/TableLayout/property.js +5 -3
- package/dist/esm/layoutControls/TableLayout/schema.json +299 -0
- package/dist/esm/layoutControls/TableLayoutCol/property.js +4 -1
- package/dist/esm/layoutControls/TableLayoutCol/schema.json +169 -0
- package/dist/esm/layoutControls/TableLayoutRow/property.js +4 -1
- package/dist/esm/layoutControls/TableLayoutRow/schema.json +50 -0
- package/dist/esm/layoutControls/TableLayoutWrapper/property.js +4 -1
- package/dist/esm/layoutControls/TableLayoutWrapper/schema.json +57 -0
- package/dist/esm/layoutControls/Toolbox/property.js +4 -1
- package/dist/esm/layoutControls/Toolbox/schema.json +32 -0
- package/dist/esm/layoutControls/index.js +1 -0
- package/dist/esm/listControls/GridTable/designer.js +1 -0
- package/dist/esm/listControls/GridTable/property.js +3 -7
- package/dist/esm/listControls/GridTable/schema.json +93 -0
- package/dist/esm/listControls/SubTable/designer.js +3 -3
- package/dist/esm/listControls/SubTable/property.js +4 -1
- package/dist/esm/listControls/SubTable/schema.json +1114 -0
- package/dist/esm/searchControls/SimpleSearch/property.js +4 -1
- package/dist/esm/searchControls/SimpleSearch/schema.json +321 -0
- package/dist/esm/wrapControls/GridLayoutWrap/property.js +4 -1
- package/dist/esm/wrapControls/GridLayoutWrap/schema.json +37 -0
- package/dist/index.umd.js +1 -1
- package/dist/types/api-doc-index.d.ts +9 -0
- package/dist/types/baseControls/BarChart/designer.d.ts +14 -0
- package/dist/types/baseControls/BarChart/index.d.ts +12 -0
- package/dist/types/baseControls/BarChart/property.d.ts +175 -0
- package/dist/types/baseControls/BarChart/runtime.d.ts +9 -0
- package/dist/types/baseControls/BatchDeleteButton/property.d.ts +44 -0
- package/dist/types/baseControls/BatchPrintListButton/property.d.ts +14 -0
- package/dist/types/baseControls/BatchPrintRecordListButton/property.d.ts +4 -0
- package/dist/types/baseControls/BatchSubmissionListButton/property.d.ts +19 -5
- package/dist/types/baseControls/Button/property.d.ts +18 -13
- package/dist/types/baseControls/Comment/property.d.ts +14 -0
- package/dist/types/baseControls/CreateFormListButton/property.d.ts +14 -0
- package/dist/types/baseControls/Dashboard/property.d.ts +40 -0
- package/dist/types/baseControls/Divider/property.d.ts +36 -0
- package/dist/types/baseControls/ExportListButton/property.d.ts +14 -0
- package/dist/types/baseControls/ExportRecordListButton/property.d.ts +4 -0
- package/dist/types/baseControls/FormSelectButton/property.d.ts +24 -0
- package/dist/types/baseControls/Iframe/designer.d.ts +12 -0
- package/dist/types/baseControls/Iframe/index.d.ts +12 -0
- package/dist/types/baseControls/Iframe/property.d.ts +40 -0
- package/dist/types/baseControls/Iframe/runtime.d.ts +10 -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/designer.d.ts +14 -0
- package/dist/types/baseControls/LineChart/index.d.ts +12 -0
- package/dist/types/baseControls/LineChart/property.d.ts +178 -0
- package/dist/types/baseControls/LineChart/runtime.d.ts +9 -0
- package/dist/types/baseControls/Link/property.d.ts +31 -8
- package/dist/types/baseControls/ListSelectButton/property.d.ts +23 -0
- package/dist/types/baseControls/ListViewSelect/property.d.ts +8 -1
- package/dist/types/baseControls/OperationButton/property.d.ts +22 -4
- package/dist/types/baseControls/Pagination/property.d.ts +4 -0
- package/dist/types/baseControls/PieChart/designer.d.ts +14 -0
- package/dist/types/baseControls/PieChart/index.d.ts +12 -0
- package/dist/types/baseControls/PieChart/property.d.ts +153 -0
- package/dist/types/baseControls/PieChart/runtime.d.ts +9 -0
- package/dist/types/baseControls/ReferenceList/property.d.ts +29 -0
- package/dist/types/baseControls/SubmissionRecordListButton/property.d.ts +4 -0
- package/dist/types/baseControls/Text/property.d.ts +32 -4
- package/dist/types/baseControls/TextOcrButton/property.d.ts +39 -0
- package/dist/types/baseControls/Title/property.d.ts +24 -0
- package/dist/types/baseControls/index.d.ts +32 -0
- package/dist/types/baseControls/utils.d.ts +9 -0
- package/dist/types/columnControls/ApprovalStatusColumn/property.d.ts +8 -4
- package/dist/types/columnControls/ArrayColumn/property.d.ts +10 -3
- package/dist/types/columnControls/AutoNumberColumn/property.d.ts +8 -0
- package/dist/types/columnControls/CustomColumn/property.d.ts +8 -0
- package/dist/types/columnControls/DecimalColumn/property.d.ts +13 -6
- package/dist/types/columnControls/DepartmentColumn/property.d.ts +4 -4
- package/dist/types/columnControls/EmployeeColumn/property.d.ts +4 -3
- package/dist/types/columnControls/FileColumn/property.d.ts +4 -2
- package/dist/types/columnControls/GroupColumn/property.d.ts +3 -3
- package/dist/types/columnControls/ImageColumn/property.d.ts +3 -2
- package/dist/types/columnControls/LocationColumn/property.d.ts +6 -0
- package/dist/types/columnControls/OperationColumn/property.d.ts +5 -1
- package/dist/types/columnControls/OrderColumn/property.d.ts +4 -0
- package/dist/types/columnControls/PeopleColumn/property.d.ts +3 -2
- package/dist/types/columnControls/TextColumn/property.d.ts +7 -1
- package/dist/types/columnControls/TimescopeColumn/property.d.ts +13 -2
- package/dist/types/columnControls/TimestampColumn/property.d.ts +13 -2
- package/dist/types/columnControls/VarcharColumn/property.d.ts +16 -5
- package/dist/types/columnControls/index.d.ts +18 -0
- package/dist/types/formControls/Address/property.d.ts +15 -0
- package/dist/types/formControls/Amount/property.d.ts +32 -12
- package/dist/types/formControls/Attachment/property.d.ts +71 -3
- package/dist/types/formControls/AutoNumber/property.d.ts +5 -0
- package/dist/types/formControls/Barcode/designer.d.ts +15 -0
- package/dist/types/formControls/Barcode/index.d.ts +12 -0
- package/dist/types/formControls/Barcode/property.d.ts +72 -0
- package/dist/types/formControls/Barcode/runtime.d.ts +12 -0
- package/dist/types/formControls/Calc/property.d.ts +21 -10
- package/dist/types/formControls/Cascader/property.d.ts +20 -4
- package/dist/types/formControls/Checkbox/property.d.ts +65 -11
- package/dist/types/formControls/Counter/designer.d.ts +15 -0
- package/dist/types/formControls/Counter/index.d.ts +12 -0
- package/dist/types/formControls/Counter/property.d.ts +76 -0
- package/dist/types/formControls/Counter/runtime.d.ts +12 -0
- package/dist/types/formControls/DatePicker/property.d.ts +53 -2
- package/dist/types/formControls/DateRange/property.d.ts +19 -8
- package/dist/types/formControls/Department/property.d.ts +34 -11
- package/dist/types/formControls/Department2/property.d.ts +59 -20
- package/dist/types/formControls/ElectronicSignature/property.d.ts +40 -0
- package/dist/types/formControls/Employee/property.d.ts +36 -5
- package/dist/types/formControls/Employee2/property.d.ts +73 -6
- package/dist/types/formControls/Image/property.d.ts +30 -2
- package/dist/types/formControls/Input/property.d.ts +10 -4
- package/dist/types/formControls/Number/property.d.ts +24 -16
- package/dist/types/formControls/OrganizationSelection/property.d.ts +72 -14
- package/dist/types/formControls/QrCode/designer.d.ts +15 -0
- package/dist/types/formControls/QrCode/index.d.ts +12 -0
- package/dist/types/formControls/QrCode/property.d.ts +79 -0
- package/dist/types/formControls/QrCode/runtime.d.ts +12 -0
- package/dist/types/formControls/Radio/property.d.ts +61 -4
- package/dist/types/formControls/RichText/property.d.ts +29 -6
- package/dist/types/formControls/Score/property.d.ts +36 -9
- package/dist/types/formControls/SearchDateRange/property.d.ts +59 -0
- package/dist/types/formControls/SearchInput/property.d.ts +4 -0
- package/dist/types/formControls/SearchNumberRange/property.d.ts +29 -0
- package/dist/types/formControls/Select/property.d.ts +49 -10
- package/dist/types/formControls/SelectMultiple/property.d.ts +44 -10
- package/dist/types/formControls/SelectRelation/property.d.ts +37 -6
- package/dist/types/formControls/Slider/designer.d.ts +15 -0
- package/dist/types/formControls/Slider/index.d.ts +12 -0
- package/dist/types/formControls/Slider/property.d.ts +72 -0
- package/dist/types/formControls/Slider/runtime.d.ts +12 -0
- package/dist/types/formControls/Switch/designer.d.ts +15 -0
- package/dist/types/formControls/Switch/index.d.ts +12 -0
- package/dist/types/formControls/Switch/property.d.ts +72 -0
- package/dist/types/formControls/Switch/runtime.d.ts +12 -0
- package/dist/types/formControls/Tag/designer.d.ts +15 -0
- package/dist/types/formControls/Tag/index.d.ts +12 -0
- package/dist/types/formControls/Tag/property.d.ts +86 -0
- package/dist/types/formControls/Tag/runtime.d.ts +12 -0
- package/dist/types/formControls/Textarea/property.d.ts +10 -5
- package/dist/types/formControls/TimePicker/property.d.ts +25 -0
- package/dist/types/formControls/TimeRange/property.d.ts +18 -7
- package/dist/types/formControls/Tree/property.d.ts +94 -0
- package/dist/types/formControls/VueFormItem/property.d.ts +24 -0
- package/dist/types/formControls/VuePage/property.d.ts +24 -0
- package/dist/types/formControls/WPS/property.d.ts +60 -0
- package/dist/types/formControls/index.d.ts +46 -0
- package/dist/types/framework.d.ts +136 -2
- package/dist/types/layoutControls/ActionBar/property.d.ts +19 -0
- package/dist/types/layoutControls/AdvancedContainer/property.d.ts +14 -0
- package/dist/types/layoutControls/BlankContainer/designer.d.ts +13 -0
- package/dist/types/layoutControls/BlankContainer/index.d.ts +12 -0
- package/dist/types/layoutControls/BlankContainer/property.d.ts +81 -0
- package/dist/types/layoutControls/BlankContainer/runtime.d.ts +9 -0
- package/dist/types/layoutControls/CardGroup/property.d.ts +30 -8
- package/dist/types/layoutControls/Col/property.d.ts +19 -0
- package/dist/types/layoutControls/Collapse/property.d.ts +7 -6
- package/dist/types/layoutControls/CollapsePane/property.d.ts +6 -1
- package/dist/types/layoutControls/DataView/property.d.ts +26 -0
- package/dist/types/layoutControls/Grid/property.d.ts +4 -0
- package/dist/types/layoutControls/GridLayoutContainer/property.d.ts +4 -0
- package/dist/types/layoutControls/GridRow/property.d.ts +4 -0
- package/dist/types/layoutControls/GridTableColumn/property.d.ts +64 -0
- package/dist/types/layoutControls/ListView/property.d.ts +38 -6
- package/dist/types/layoutControls/Page/property.d.ts +23 -4
- package/dist/types/layoutControls/Position/property.d.ts +24 -0
- package/dist/types/layoutControls/PositioningContainer/property.d.ts +4 -0
- package/dist/types/layoutControls/Row/property.d.ts +24 -3
- package/dist/types/layoutControls/Step/property.d.ts +25 -9
- package/dist/types/layoutControls/StepPane/property.d.ts +24 -3
- package/dist/types/layoutControls/SubTableColumn/property.d.ts +22 -7
- package/dist/types/layoutControls/SubTableRow/property.d.ts +4 -0
- package/dist/types/layoutControls/Tab/property.d.ts +13 -4
- package/dist/types/layoutControls/TabPane/property.d.ts +9 -0
- package/dist/types/layoutControls/TableLayout/property.d.ts +79 -0
- package/dist/types/layoutControls/TableLayoutCol/property.d.ts +54 -0
- package/dist/types/layoutControls/TableLayoutRow/property.d.ts +14 -0
- package/dist/types/layoutControls/TableLayoutWrapper/property.d.ts +19 -0
- package/dist/types/layoutControls/Toolbox/property.d.ts +4 -0
- package/dist/types/layoutControls/index.d.ts +29 -0
- package/dist/types/listControls/GridTable/property.d.ts +6 -1
- package/dist/types/listControls/SubTable/property.d.ts +78 -42
- package/dist/types/listControls/index.d.ts +2 -0
- package/dist/types/searchControls/SimpleSearch/property.d.ts +10 -3
- package/dist/types/searchControls/index.d.ts +1 -0
- package/dist/types/type.d.ts +14 -3
- package/dist/types/wrapControls/GridLayoutWrap/property.d.ts +9 -0
- package/dist/types/wrapControls/index.d.ts +1 -0
- package/package.json +5 -5
package/dist/index.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var Z8=Object.defineProperty,Q8=Object.defineProperties;var X8=Object.getOwnPropertyDescriptors;var pd=Object.getOwnPropertySymbols,J8=Object.getPrototypeOf,Y8=Object.prototype.hasOwnProperty,p8=Object.prototype.propertyIsEnumerable,eF=Reflect.get;var eh=(v,r,z)=>r in v?Z8(v,r,{enumerable:!0,configurable:!0,writable:!0,value:z}):v[r]=z,it=(v,r)=>{for(var z in r||(r={}))Y8.call(r,z)&&eh(v,z,r[z]);if(pd)for(var z of pd(r))p8.call(r,z)&&eh(v,z,r[z]);return v},ur=(v,r)=>Q8(v,X8(r));var lr=(v,r,z)=>eF(J8(v),z,r);var ar=(v,r,z)=>new Promise((Fu,xn)=>{var Au=ye=>{try{Ot(z.next(ye))}catch(Rt){xn(Rt)}},Iu=ye=>{try{Ot(z.throw(ye))}catch(Rt){xn(Rt)}},Ot=ye=>ye.done?Fu(ye.value):Promise.resolve(ye.value).then(Au,Iu);Ot((z=z.apply(v,r)).next())});(function(v,r){typeof exports=="object"&&typeof module!="undefined"?r(exports):typeof define=="function"&&define.amd?define(["exports"],r):(v=typeof globalThis!="undefined"?globalThis:v||self,r(v.modelDrivenControls={}))})(this,function(v){"use strict";const r=(t,e,n)=>{if(!t)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const i=t.split(".");let u;const l=(window.baitedaWorkers||{}).languageMessages||{};i.forEach((o,s)=>{s===0?u=l[o]:u&&(u=u[o])});let a="";return u&&(a=u),e&&Object.keys(e).forEach(o=>{const s=e[o];a=a.replace(new RegExp(`\\{\\s*${o}\\s*\\}`,"g"),s)}),a||(n?a=n:a=t),a};var z="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Fu="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",xn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",Au="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",Iu="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",Ot="{caption}\u5FC5\u586B",ye="\u8BF7\u8F93\u5165\u6807\u9898",Rt="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",th="\u8BF7\u8F93\u5165\u884C\u6807\u9898",nh="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",ih="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",uh="\u8BF7\u7ED1\u5B9A\u8868\u5355",lh="\u8BF7\u7ED1\u5B9A\u5217\u8868",ah="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",rh="\u8BF7\u8F93\u5165\u663E\u793A\u503C",oh="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",ch="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",sh="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",dh="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",hh="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",fh="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",yh="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",vh="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",mh="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",gh="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",bh="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",Ch="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Eh="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",_h="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Bh="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",wh="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Dh="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Fh="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Ah="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Ih="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Sh="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Th="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Ph="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",kh="\u8BF7\u9009\u62E9\u7701",Oh="\u8BF7\u9009\u62E9\u5E02",Rh="\u8BF7\u9009\u62E9\u533A",xh="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Mh="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Lh="\u8BF7\u8F93\u5165\u5217\u5BBD",$h="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Nh="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Hh="\u8BF7\u9009\u62E9\u63A7\u4EF6",Vh="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",jh="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",qh="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Wh="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Uh="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",zh="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Kh="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Gh="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Zh="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Qh="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Xh="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Jh="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Yh="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",ph="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",ef="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",tf="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",nf="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",uf="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",lf="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",af="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",rf="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",of="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",cf="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",sf="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",df="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",hf="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",ff="\u6279\u91CF\u5220\u9664",yf="\u6279\u91CF\u6253\u5370",vf="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",mf="\u6309\u94AE",gf="\u521B\u5EFA\u5355\u636E",bf="\u4EEA\u8868\u76D8",Cf="\u5206\u5272\u7EBF",Ef="\u5BFC\u51FA",_f="\u8868\u5355\u64CD\u4F5C",Bf="\u5BFC\u5165",wf="\u53D1\u7968\u8BC6\u522B",Df="\u94FE\u63A5",Ff="\u5217\u8868\u9009\u62E9",Af="\u5217\u8868\u89C6\u56FE",If="\u64CD\u4F5C\u6309\u94AE",Sf="\u5206\u9875",Tf="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Pf="\u8BF4\u660E\u6587\u5B57",kf="\u6587\u5B57\u8BC6\u522B",Of="\u6807\u9898\u7EC4\u4EF6",Rf="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",xf="\u6570\u7EC4",Mf="\u81EA\u52A8\u7F16\u53F7",Lf="\u81EA\u5B9A\u4E49",$f="\u6570\u503C",Nf="\u90E8\u95E8",Hf="\u4EBA\u5458",Vf="\u9644\u4EF6",jf="\u56FE\u7247",qf="\u5730\u5740",Wf="\u64CD\u4F5C",Uf="\u5E8F\u53F7",zf="\u4EBA\u5458",Kf="\u957F\u6587\u672C",Gf="\u65E5\u671F\u533A\u95F4",Zf="\u65E5\u671F",Qf="\u77ED\u6587\u672C",Xf="\u6362\u884C\u5BB9\u5668Wrap",Jf="\u8868\u683C",Yf="\u660E\u7EC6\u5B50\u8868",pf="\u5730\u5740",ey="\u91D1\u989D",ty="\u8BA1\u7B97\u516C\u5F0F",ny="\u591A\u9009",iy="\u7535\u5B50\u7B7E\u7AE0",uy="\u5355\u884C\u6587\u672C",ly="\u6570\u5B57",ay="\u4E1A\u52A1\u7EC4\u7EC7",ry="\u5355\u9009",oy="\u5BCC\u6587\u672C",cy="\u8BC4\u5206",sy="\u6570\u5B57\u533A\u95F4",dy="\u4E0B\u62C9\u5355\u9009",hy="\u4E0B\u62C9\u591A\u9009",fy="\u5173\u8054\u5355\u9009",yy="\u591A\u884C\u6587\u672C",vy="\u6811",my="Vue\u5BB9\u5668",gy="Vue\u9875\u9762",by="\u5728\u7EBF\u6587\u6863",Cy="\u6309\u94AE\u64CD\u4F5C\u680F",Ey="\u9AD8\u7EA7\u5BB9\u5668",_y="\u5206\u7EC4",By="\u6805\u683C\u5217",wy="\u6570\u636E\u5BB9\u5668",Dy="\u753B\u5E03",Fy="\u6362\u884C\u5BB9\u5668",Ay="\u6805\u683C\u7B49\u5206\u884C",Iy="\u5217\u8868\u5BB9\u5668",Sy="\u81EA\u7531\u9875\u9762",Ty="\u5B9A\u4F4D\u5B50\u5BB9\u5668",Py="\u5B9A\u4F4D\u5BB9\u5668",ky="\u6805\u683C\u5E03\u5C40",Oy="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Ry="\u660E\u7EC6\u5B50\u8868\u884C",xy="\u6807\u7B7E\u9875",My="\u6807\u7B7E\u5355\u5143",Ly="\u5DE5\u5177\u680F",$y="\u6279\u91CF\u63D0\u4EA4",Ny="\u5BFC\u51FA\u8BB0\u5F55",Hy="\u5217\u8868\u89C6\u56FE",Vy="\u7ED3\u675F\u65F6\u95F4",jy="\u5F00\u59CB\u65F6\u95F4",qy="\u5355\u4F4D",Wy="\u7ED3\u679C",Uy="\u5E01\u79CD",zy="\u7ED3\u675F\u65E5\u671F",Ky="\u5F00\u59CB\u65E5\u671F",Gy="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",Zy="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",Qy="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",Xy="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",Jy="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",Yy="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",py="\u8BF7\u9009\u62E9",ev="\u8BF7\u9009\u62E9\u7EC4\u7EC7",tv="\u8BF7\u9009\u62E9\u90E8\u95E8",nv="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",iv="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",uv="\u8BF7\u9009\u62E9\u5730\u5740",lv="\u5F39\u7A97\u786E\u8BA4\u65F6",av="\u6807\u7B7E\u9875\u5207\u6362\u65F6",rv="\u884C\u9009\u4E2D\u65F6",ov="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",cv="\u884C\u5220\u9664\u524D",sv="\u884C\u70B9\u51FB\u65F6",dv="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",hv="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",fv="\u91CD\u547D\u540D\u65F6",yv="\u4FDD\u5B58\u6587\u4EF6\u65F6",vv="\u6253\u5F00\u6587\u4EF6\u65F6",mv="\u83B7\u53D6\u7126\u70B9\u65F6",gv="\u5931\u53BB\u7126\u70B9\u65F6",bv="\u7528\u6237\u8F93\u5165\u65F6",Cv="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",Ev="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",_v="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",Bv="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",wv="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",Dv="\u641C\u7D22\u65F6",Fv="\u503C\u53D1\u751F\u53D8\u5316\u65F6",Av="\u6267\u884C\u5B8C\u6210\u65F6",Iv="\u70B9\u51FB\u65F6",Sv="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",Tv="\u8BF7\u8F93\u5165\u65E5\u671F",Pv="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",kv="\u8BF7\u8F93\u5165",Ov="\u9ED8\u8BA4\u6A21\u7248",Rv="\u5DE6\u53F3\u5E03\u5C40",xv="\u4E0A\u4E0B\u5E03\u5C40",Mv="\u53EA\u8BFB",Lv="\u5FC5\u586B",$v="\u63D0\u793A\u6587\u5B57",Nv="\u9690\u85CF\u6807\u9898",Hv="\u6807\u9898\u5FC5\u586B",Vv="\u7EC4\u7EC7\u5F62\u6001",jv="\u4E1A\u52A1\u7C7B\u578B",qv="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Wv="\u9690\u85CF",Uv="\u6D41\u7A0B\u72B6\u6001",zv="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",Kv="\u5220\u9664",Gv="\u7F16\u8F91",Zv="\u67E5\u770B",Qv="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",Xv="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",Jv="\u5145\u6EE1\u6574\u884C",Yv="\u6700\u5C0F\u503C",pv="\u6700\u5927\u503C",em="\u65B0\u5EFA\u6587\u6863",tm="\u91CD\u7F6E",nm="\u67E5\u8BE2",im="\u660E\u7EC6",um="\u6253\u5370",lm="\u4FDD\u5B58\u8349\u7A3F",am="\u4FDD\u5B58",rm="\u53D6\u6D88",om="\u4E0A\u4F20\u56FE\u7247",cm="\u53D1\u8D77\u7B7E\u7F72",sm="\u4E0A\u4F20\u9644\u4EF6",dm="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",hm="\u5F15\u7528\u5217\u8868",fm="\u9009\u9879\u4E00",ym="\u9009\u9879\u4E8C",vm="\u9009\u9879\u4E09",mm={isNotNumber:z,isNotString:Fu,isNotObject:xn,isNotArray:Au,isNotBoolean:Iu,runtimeRequired:Ot,pleaseEnterCaption:ye,pleaseEnterCaptionTip:Rt,pleaseEnterRowCaption:th,pleaseEnterPlaceholder:nh,pleaseEnterFieldCode:ih,pleaseEnterForm:uh,pleaseEnterList:lh,pleaseEnterProcess:ah,pleaseEnterLabel:rh,pleaseEnterValue:oh,bizKeyNotBindFiled:ch,pleaseSelectOneField:sh,pleaseEnterNumberRange:dh,pleaseEnterAValueGreaterThanMin:hh,pleaseEnterAValueLessThanMax:fh,numberRangeSetError:yh,stringRangeError:vh,attachmentMaxSize:mh,pleaseEnterTotalScoreSetting:gh,theTotalScoreMustNotBeLessThan1:bh,scoreDefaultValueRange:Ch,attachmentLimitError:Eh,PleaseReselectTheOptionalQuantity:_h,TheMaximumLengthIsGreaterThanTheMinimumLength:Bh,TheMinimumLengthIsGreaterThanTheMaximumLength:wh,PleaseSelectTheCorrectOptionSettings:Dh,optionIdIsRepeat:Fh,optionIsRequired:Ah,pleaseEnterDataCode:Ih,pleaseEnterValueFieldCode:Sh,pleaseEnterSvcCode:Th,pleaseBindAtLeastOneDisplayValue:Ph,pleaseSelectProvince:kh,pleaseSelectCity:Oh,pleaseSelectDistrict:Rh,limitRowsCannotBeLessThan0:xh,TheNumberOfRowsCannotBeLessThanMinRows:Mh,pleaseEnterColumnWidth:Lh,pleaseSetTheLogicalRelationshipOfAllRuleConditions:$h,pleaseCompleteAllRulesAndConditions:Nh,pleaseSelectControl:Hh,pleaseSelectAtLeastOneColumn:Vh,pleaseSelectFillBackMode:jh,pleaseSelectDashboard:qh,rootNodeIsRequired:Wh,theViewNameCannotBeEmpty:Uh,pleaseSelectOcrType:zh,pleaseSelectAtLeastOneFieldToFillIn:Kh,pleaseChooseAtLeastOne:Gh,pleaseEnterButtonContent:Zh,pleaseEnterDataCodeInDataSetting:Qh,pleaseEnterValueFieldCodeInDataSetting:Xh,pleaseEnterSvcCodeInDataSetting:Jh,pleaseBindAtLeastOneDisplayValueInDataSetting:Yh,rootNodeIsRequiredInDataSetting:ph,pleaseEnterMaxHeight:ef,pleaseEnterWatermark:tf,pleaseEnterFileName:nf,pleaseUploadAtLeastOnePrintTemplate:uf,pleaseAssignBusiness:lf,pleaseAssignExternal:af,pleaseEnterAliasCode:rf,pleaseSelectDataCode:of,pleaseSelectSvcCode:cf,pleaseSelectJoinFieldCode:sf,pleaseSelectMainFieldCode:df,pleaseSelectSortFieldCode:hf,batchDeleteButton:ff,batchPrintListButton:yf,batchPrintRecordList:vf,button:mf,createFormListButton:gf,dashboard:bf,divider:Cf,exportListButton:Ef,formSelectButton:_f,importRecordListButton:Bf,invoiceCheckButton:wf,link:Df,listSelectButton:Ff,ListViewSelect:Af,operationButton:If,pagination:Sf,submissionRecordListButton:Tf,text:Pf,textOcrButton:kf,title:Of,approvalStatusColumn:Rf,array:xf,autoNumber:Mf,custom:Lf,decimal:$f,department:Nf,employee:Hf,file:Vf,image:jf,location:qf,operation:Wf,order:Uf,people:zf,long:Kf,timescope:Gf,timestamp:Zf,varchar:Qf,gridLayoutWrap:Xf,gridTable:Jf,subTable:Yf,address:pf,amount:ey,calc:ty,checkBox:ny,electronicSignature:iy,input:uy,number:ly,organizationSelection:ay,radio:ry,richText:oy,score:cy,searchNumberRange:sy,select:dy,selectMultiple:hy,selectRelation:fy,textarea:yy,tree:vy,vueFormItem:my,vuePage:gy,WPS:by,actionBar:Cy,advancedContainer:Ey,cardGroup:_y,col:By,dataView:wy,grid:Dy,gridLayoutContainer:Fy,gridRow:Ay,listView:Iy,page:Sy,position:Ty,positioningContainer:Py,row:ky,subtableColumn:Oy,subtableRow:Ry,tab:xy,tabPane:My,toolbox:Ly,batchSubmissionListButton:$y,exportRecordListButton:Ny,listViewSelect:Hy,endTime:Vy,startTime:jy,unit:qy,result:Wy,currency:Uy,endDate:zy,startDate:Ky,pleaseSelectCompanyName:Gy,pleaseSelectPhoneOrEmail:Zy,pleaseSelectSignType:Qy,pleaseSelectSigner:Xy,pleaseSelectOnlyOne:Jy,pleaseSelectSignFile:Yy,pleaseSelect:py,pleaseSelectOrg:ev,pleaseSelectDept:tv,pleaseSelectEndDate:nv,pleaseSelectStartDate:iv,pleaseChooseAddress:uv,modalConfirm:lv,tabChange:av,rowSelected:rv,listDataImport:ov,rowDelete:cv,rowClick:sv,cellRender:dv,onClickBtn:hv,rename:fv,onSaveFile:yv,onOpenFile:vv,onFocus:mv,onBlur:gv,onInput:bv,listDataAdd:Cv,listDataDelete:Ev,listDataBack:_v,listDataCreate:Bv,listDataChange:wv,search:Dv,valueChange:Fv,finished:Av,click:Iv,pleaseEnterNameorEmail:Sv,pleaseEnterDate:Tv,pleaseEnterAutonumber:Pv,pleaseEnter:kv,defaultTemplate:Ov,left:Rv,top:xv,default:"\u666E\u901A",readonly:Mv,required:Lv,textTip:$v,hideCaption:Nv,titleRequired:Hv,organizationalForm:Vv,businessType:jv,deleteConfirm:qv,hide:Wv,processStatus:Uv,approvedDocuments:zv,delete:Kv,edit:Gv,view:Zv,loadCtrlErrorTip:Qv,loadCtrlError:Xv,fullLine:Jv,min:Yv,max:pv,createWPS:em,reset:tm,query:nm,detailed:im,print:um,draft:lm,save:am,cancel:rm,uploadImg:om,signature:cm,uploadFile:sm,linkContent:dm,referenceList:hm,optionOne:fm,optionTwo:ym,optionThird:vm},gm="Please enter a number",bm="Please enter a string",Cm="Please enter an object",Em="Please enter an array",_m="Please enter a boolean",Bm="{caption} Required",wm="Please enter the title",Dm="Please enter the bubble prompt",Fm="Please enter the row title",Am="Please enter the prompt text",Im="Please bind data items",Sm="Please bind the form",Tm="Please bind the list",Pm="Please bind the process",km="Please enter the displayed value",Om="Please enter the stored value",Rm="The document number is not bound to the data item",xm="Please select at least one display field",Mm="Please enter a value greater than or equal to {min} and less than or equal to {max}",Lm="Please enter a value greater than or equal to {min}",$m="Please enter a value less than or equal to {max}",Nm="The value range is set incorrectly",Hm="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Vm="The attachment size must be between 0MB and 1000MB",jm="Please fill in the total score setting",qm="The total score cannot be less than 1",Wm="The default value must be between {min} and {max}",Um="The number of attachment uploads exceeds the limit",zm="Please re-select the optional quantity",Km="The maximum length of the control must be greater than the minimum length",Gm="The minimum length of the control must be less than the maximum length",Zm="Please select the correct option setting",Qm="Option ID cannot be repeated",Xm="Please enter at least one option",Jm="Please bind the data source",Ym="Please bind the stored value",pm="Please bind the service",e0="At least one display value must be bound",t0="Please select a province",n0="Please select a city",i0="Please select a district",u0="The minimum number of lines to fill in cannot be less than 0",l0="The number of rows cannot be less than {min} rows",a0="Please enter the column width",r0="Please set the logical relationship of all rule conditions",o0="Please complete all rules and conditions",c0="please select control",s0="Please select the dashboard",d0="View name cannot be empty",h0="Please select recognition type",f0="Please select at least one field to fill in",y0="Please select at least one",v0="Please enter the button title",m0="Please bind the business model in the data settings",g0="Please bind storage values in data settings",b0="Please bind the service in the data settings",C0="Please bind at least one display value in the data settings",E0="Please select the root node in the data settings",_0="Please enter the maximum height",B0="The input content cannot be empty",w0="Watermark cannot be empty",D0="File name cannot be empty",F0="Please upload at least one printing template!\uFF01",A0="Please select a specific business department",I0="Please select a specified external organization",S0="Please enter a sub table alias",T0="Please select the associated table to set the business model",P0="Please select the association table to set the binding service",k0="Select associated sub table fields",O0="Please select the associated main table field",R0="Please select the sort field",x0="\u6279\u91CF\u5220\u9664",M0="\u6279\u91CF\u6253\u5370",L0="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",$0="\u6309\u94AE",N0="\u521B\u5EFA\u5355\u636E",H0="\u4EEA\u8868\u76D8",V0="\u5206\u5272\u7EBF",j0="\u5BFC\u51FA",q0="\u8868\u5355\u64CD\u4F5C",W0="\u5BFC\u5165",U0="\u53D1\u7968\u8BC6\u522B",z0="\u94FE\u63A5",K0="\u5217\u8868\u9009\u62E9",G0="\u5217\u8868\u89C6\u56FE",Z0="\u64CD\u4F5C\u6309\u94AE",Q0="\u5206\u9875",X0="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",J0="\u8BF4\u660E\u6587\u5B57",Y0="\u6587\u5B57\u8BC6\u522B",p0="\u6807\u9898\u7EC4\u4EF6",eg="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",tg="\u6570\u7EC4",ng="\u81EA\u52A8\u7F16\u53F7",ig="\u81EA\u5B9A\u4E49",ug="\u6570\u503C",lg="\u90E8\u95E8",ag="\u4EBA\u5458",rg="\u9644\u4EF6",og="\u56FE\u7247",cg="\u5730\u5740",sg="\u64CD\u4F5C",dg="\u5E8F\u53F7",hg="\u4EBA\u5458",fg="\u957F\u6587\u672C",yg="\u65E5\u671F\u533A\u95F4",vg="\u65E5\u671F",mg="\u77ED\u6587\u672C",gg="\u6362\u884C\u5BB9\u5668Wrap",bg="\u8868\u683C",Cg="\u660E\u7EC6\u5B50\u8868",Eg="\u5730\u5740",_g="\u91D1\u989D",Bg="\u8BA1\u7B97\u516C\u5F0F",wg="\u591A\u9009",Dg="\u7535\u5B50\u7B7E\u7AE0",Fg="\u5355\u884C\u6587\u672C",Ag="\u6570\u5B57",Ig="\u4E1A\u52A1\u7EC4\u7EC7",Sg="\u5355\u9009",Tg="\u5BCC\u6587\u672C",Pg="\u8BC4\u5206",kg="\u6570\u5B57\u533A\u95F4",Og="\u4E0B\u62C9\u5355\u9009",Rg="\u4E0B\u62C9\u591A\u9009",xg="\u5173\u8054\u5355\u9009",Mg="\u591A\u884C\u6587\u672C",Lg="\u6811",$g="Vue\u5BB9\u5668",Ng="Vue\u9875\u9762",Hg="\u5728\u7EBF\u6587\u6863",Vg="\u6309\u94AE\u64CD\u4F5C\u680F",jg="\u9AD8\u7EA7\u5BB9\u5668",qg="\u5206\u7EC4",Wg="\u6805\u683C\u5217",Ug="\u6570\u636E\u5BB9\u5668",zg="\u753B\u5E03",Kg="\u6362\u884C\u5BB9\u5668",Gg="\u6805\u683C\u7B49\u5206\u884C",Zg="\u5217\u8868\u5BB9\u5668",Qg="\u81EA\u7531\u9875\u9762",Xg="\u5B9A\u4F4D\u5B50\u5BB9\u5668",Jg="\u5B9A\u4F4D\u5BB9\u5668",Yg="\u6805\u683C\u5E03\u5C40",pg="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",eb="\u660E\u7EC6\u5B50\u8868\u884C",tb="\u6807\u7B7E\u9875",nb="\u6807\u7B7E\u5355\u5143",ib="\u5DE5\u5177\u680F",ub="\u6279\u91CF\u63D0\u4EA4",lb="\u5BFC\u51FA\u8BB0\u5F55",ab="\u5217\u8868\u89C6\u56FE",rb="\u5F15\u7528\u5217\u8868",ob="\u9009\u9879\u4E00",cb="\u9009\u9879\u4E8C",sb="\u9009\u9879\u4E09",db={isNotNumber:gm,isNotString:bm,isNotObject:Cm,isNotArray:Em,isNotBoolean:_m,runtimeRequired:Bm,pleaseEnterCaption:wm,pleaseEnterCaptionTip:Dm,pleaseEnterRowCaption:Fm,pleaseEnterPlaceholder:Am,pleaseEnterFieldCode:Im,pleaseEnterForm:Sm,pleaseEnterList:Tm,pleaseEnterProcess:Pm,pleaseEnterLabel:km,pleaseEnterValue:Om,bizKeyNotBindFiled:Rm,pleaseSelectOneField:xm,pleaseEnterNumberRange:Mm,pleaseEnterAValueGreaterThanMin:Lm,pleaseEnterAValueLessThanMax:$m,numberRangeSetError:Nm,stringRangeError:Hm,attachmentMaxSize:Vm,pleaseEnterTotalScoreSetting:jm,theTotalScoreMustNotBeLessThan1:qm,scoreDefaultValueRange:Wm,attachmentLimitError:Um,PleaseReselectTheOptionalQuantity:zm,TheMaximumLengthIsGreaterThanTheMinimumLength:Km,TheMinimumLengthIsGreaterThanTheMaximumLength:Gm,PleaseSelectTheCorrectOptionSettings:Zm,optionIdIsRepeat:Qm,optionIsRequired:Xm,pleaseEnterDataCode:Jm,pleaseEnterValueFieldCode:Ym,pleaseEnterSvcCode:pm,pleaseBindAtLeastOneDisplayValue:e0,pleaseSelectProvince:t0,pleaseSelectCity:n0,pleaseSelectDistrict:i0,limitRowsCannotBeLessThan0:u0,TheNumberOfRowsCannotBeLessThanMinRows:l0,pleaseEnterColumnWidth:a0,pleaseSetTheLogicalRelationshipOfAllRuleConditions:r0,pleaseCompleteAllRulesAndConditions:o0,pleaseSelectControl:c0,pleaseSelectDashboard:s0,theViewNameCannotBeEmpty:d0,pleaseSelectOcrType:h0,pleaseSelectAtLeastOneFieldToFillIn:f0,pleaseChooseAtLeastOne:y0,pleaseEnterButtonContent:v0,pleaseEnterDataCodeInDataSetting:m0,pleaseEnterValueFieldCodeInDataSetting:g0,pleaseEnterSvcCodeInDataSetting:b0,pleaseBindAtLeastOneDisplayValueInDataSetting:C0,rootNodeIsRequiredInDataSetting:E0,pleaseEnterMaxHeight:_0,pleaseEnter:B0,pleaseEnterWatermark:w0,pleaseEnterFileName:D0,pleaseUploadAtLeastOnePrintTemplate:F0,pleaseAssignBusiness:A0,pleaseAssignExternal:I0,pleaseEnterAliasCode:S0,pleaseSelectDataCode:T0,pleaseSelectSvcCode:P0,pleaseSelectJoinFieldCode:k0,pleaseSelectMainFieldCode:O0,pleaseSelectSortFieldCode:R0,batchDeleteButton:x0,batchPrintListButton:M0,batchPrintRecordList:L0,button:$0,createFormListButton:N0,dashboard:H0,divider:V0,exportListButton:j0,formSelectButton:q0,importRecordListButton:W0,invoiceCheckButton:U0,link:z0,listSelectButton:K0,ListViewSelect:G0,operationButton:Z0,pagination:Q0,submissionRecordListButton:X0,text:J0,textOcrButton:Y0,title:p0,approvalStatusColumn:eg,array:tg,autoNumber:ng,custom:ig,decimal:ug,department:lg,employee:ag,file:rg,image:og,location:cg,operation:sg,order:dg,people:hg,long:fg,timescope:yg,timestamp:vg,varchar:mg,gridLayoutWrap:gg,gridTable:bg,subTable:Cg,address:Eg,amount:_g,calc:Bg,checkBox:wg,electronicSignature:Dg,input:Fg,number:Ag,organizationSelection:Ig,radio:Sg,richText:Tg,score:Pg,searchNumberRange:kg,select:Og,selectMultiple:Rg,selectRelation:xg,textarea:Mg,tree:Lg,vueFormItem:$g,vuePage:Ng,WPS:Hg,actionBar:Vg,advancedContainer:jg,cardGroup:qg,col:Wg,dataView:Ug,grid:zg,gridLayoutContainer:Kg,gridRow:Gg,listView:Zg,page:Qg,position:Xg,positioningContainer:Jg,row:Yg,subtableColumn:pg,subtableRow:eb,tab:tb,tabPane:nb,toolbox:ib,batchSubmissionListButton:ub,exportRecordListButton:lb,listViewSelect:ab,referenceList:rb,optionOne:ob,optionTwo:cb,optionThird:sb},hb="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",fb="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",yb="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",vb="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",mb="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",gb="{caption}\u5FC5\u9808",bb="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Cb="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Eb="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",_b="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Bb="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",wb="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Db="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Fb="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ab="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ib="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Sb="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Tb="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Pb="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",kb="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ob="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Rb="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",xb="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Mb="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Lb="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",$b="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Nb="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Hb="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",Vb="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",jb="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5927\u5024\u306F\u6700\u5C0F\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",qb="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5C0F\u5024\u306F\u6700\u5927\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Wb="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ub="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",zb="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Kb="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Gb="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Zb="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Qb="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Xb="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Jb="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Yb="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",pb="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",eC="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",tC="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",nC="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",iC="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",uC="please select control",lC="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",aC="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",rC="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",oC="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",cC="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",sC="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",dC="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",hC="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",fC="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",yC="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",vC="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",mC="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",gC="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",bC="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",CC="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",EC="\u5370\u5237\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01\uFF01",_C="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",BC="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",wC="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",DC="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",FC="\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A\u30D0\u30A4\u30F3\u30C9\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",AC="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",IC="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",SC="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",TC="\u6279\u91CF\u5220\u9664",PC="\u6279\u91CF\u6253\u5370",kC="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",OC="\u6309\u94AE",RC="\u521B\u5EFA\u5355\u636E",xC="\u4EEA\u8868\u76D8",MC="\u5206\u5272\u7EBF",LC="\u5BFC\u51FA",$C="\u8868\u5355\u64CD\u4F5C",NC="\u5BFC\u5165",HC="\u53D1\u7968\u8BC6\u522B",VC="\u94FE\u63A5",jC="\u5217\u8868\u9009\u62E9",qC="\u5217\u8868\u89C6\u56FE",WC="\u64CD\u4F5C\u6309\u94AE",UC="\u5206\u9875",zC="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",KC="\u8BF4\u660E\u6587\u5B57",GC="\u6587\u5B57\u8BC6\u522B",ZC="\u6807\u9898\u7EC4\u4EF6",QC="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",XC="\u6570\u7EC4",JC="\u81EA\u52A8\u7F16\u53F7",YC="\u81EA\u5B9A\u4E49",pC="\u6570\u503C",e5="\u90E8\u95E8",t5="\u4EBA\u5458",n5="\u9644\u4EF6",i5="\u56FE\u7247",u5="\u5730\u5740",l5="\u64CD\u4F5C",a5="\u5E8F\u53F7",r5="\u4EBA\u5458",o5="\u957F\u6587\u672C",c5="\u65E5\u671F\u533A\u95F4",s5="\u65E5\u671F",d5="\u77ED\u6587\u672C",h5="\u6362\u884C\u5BB9\u5668Wrap",f5="\u8868\u683C",y5="\u660E\u7EC6\u5B50\u8868",v5="\u5730\u5740",m5="\u91D1\u989D",g5="\u8BA1\u7B97\u516C\u5F0F",b5="\u591A\u9009",C5="\u7535\u5B50\u7B7E\u7AE0",E5="\u5355\u884C\u6587\u672C",_5="\u6570\u5B57",B5="\u4E1A\u52A1\u7EC4\u7EC7",w5="\u5355\u9009",D5="\u5BCC\u6587\u672C",F5="\u8BC4\u5206",A5="\u6570\u5B57\u533A\u95F4",I5="\u4E0B\u62C9\u5355\u9009",S5="\u4E0B\u62C9\u591A\u9009",T5="\u5173\u8054\u5355\u9009",P5="\u591A\u884C\u6587\u672C",k5="\u6811",O5="Vue\u5BB9\u5668",R5="Vue\u9875\u9762",x5="\u5728\u7EBF\u6587\u6863",M5="\u6309\u94AE\u64CD\u4F5C\u680F",L5="\u9AD8\u7EA7\u5BB9\u5668",$5="\u5206\u7EC4",N5="\u6805\u683C\u5217",H5="\u6570\u636E\u5BB9\u5668",V5="\u753B\u5E03",j5="\u6362\u884C\u5BB9\u5668",q5="\u6805\u683C\u7B49\u5206\u884C",W5="\u5217\u8868\u5BB9\u5668",U5="\u81EA\u7531\u9875\u9762",z5="\u5B9A\u4F4D\u5B50\u5BB9\u5668",K5="\u5B9A\u4F4D\u5BB9\u5668",G5="\u6805\u683C\u5E03\u5C40",Z5="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Q5="\u660E\u7EC6\u5B50\u8868\u884C",X5="\u6807\u7B7E\u9875",J5="\u6807\u7B7E\u5355\u5143",Y5="\u5DE5\u5177\u680F",p5="\u6279\u91CF\u63D0\u4EA4",eE="\u5BFC\u51FA\u8BB0\u5F55",tE="\u5217\u8868\u89C6\u56FE",nE="\u5F15\u7528\u5217\u8868",iE="\u9009\u9879\u4E00",uE="\u9009\u9879\u4E8C",lE="\u9009\u9879\u4E09",aE={isNotNumber:hb,isNotString:fb,isNotObject:yb,isNotArray:vb,isNotBoolean:mb,runtimeRequired:gb,pleaseEnterCaption:bb,pleaseEnterCaptionTip:Cb,pleaseEnterRowCaption:Eb,pleaseEnterPlaceholder:_b,pleaseEnterFieldCode:Bb,pleaseEnterForm:wb,pleaseEnterList:Db,pleaseEnterProcess:Fb,pleaseEnterLabel:Ab,pleaseEnterValue:Ib,bizKeyNotBindFiled:Sb,pleaseSelectOneField:Tb,pleaseEnterNumberRange:Pb,pleaseEnterAValueGreaterThanMin:kb,pleaseEnterAValueLessThanMax:Ob,numberRangeSetError:Rb,stringRangeError:xb,attachmentMaxSize:Mb,pleaseEnterTotalScoreSetting:Lb,theTotalScoreMustNotBeLessThan1:$b,scoreDefaultValueRange:Nb,attachmentLimitError:Hb,PleaseReselectTheOptionalQuantity:Vb,TheMaximumLengthIsGreaterThanTheMinimumLength:jb,TheMinimumLengthIsGreaterThanTheMaximumLength:qb,PleaseSelectTheCorrectOptionSettings:Wb,optionIdIsRepeat:Ub,optionIsRequired:zb,pleaseEnterDataCode:Kb,pleaseEnterValueFieldCode:Gb,pleaseEnterSvcCode:Zb,pleaseBindAtLeastOneDisplayValue:Qb,pleaseSelectProvince:Xb,pleaseSelectCity:Jb,pleaseSelectDistrict:Yb,limitRowsCannotBeLessThan0:pb,TheNumberOfRowsCannotBeLessThanMinRows:eC,pleaseEnterColumnWidth:tC,pleaseSetTheLogicalRelationshipOfAllRuleConditions:nC,pleaseCompleteAllRulesAndConditions:iC,pleaseSelectControl:uC,pleaseSelectDashboard:lC,theViewNameCannotBeEmpty:aC,pleaseSelectOcrType:rC,pleaseSelectAtLeastOneFieldToFillIn:oC,pleaseChooseAtLeastOne:cC,pleaseEnterButtonContent:sC,pleaseEnterDataCodeInDataSetting:dC,pleaseEnterValueFieldCodeInDataSetting:hC,pleaseEnterSvcCodeInDataSetting:fC,pleaseBindAtLeastOneDisplayValueInDataSetting:yC,rootNodeIsRequiredInDataSetting:vC,pleaseEnterMaxHeight:mC,pleaseEnter:gC,pleaseEnterWatermark:bC,pleaseEnterFileName:CC,pleaseUploadAtLeastOnePrintTemplate:EC,pleaseAssignBusiness:_C,pleaseAssignExternal:BC,pleaseEnterAliasCode:wC,pleaseSelectDataCode:DC,pleaseSelectSvcCode:FC,pleaseSelectJoinFieldCode:AC,pleaseSelectMainFieldCode:IC,pleaseSelectSortFieldCode:SC,batchDeleteButton:TC,batchPrintListButton:PC,batchPrintRecordList:kC,button:OC,createFormListButton:RC,dashboard:xC,divider:MC,exportListButton:LC,formSelectButton:$C,importRecordListButton:NC,invoiceCheckButton:HC,link:VC,listSelectButton:jC,ListViewSelect:qC,operationButton:WC,pagination:UC,submissionRecordListButton:zC,text:KC,textOcrButton:GC,title:ZC,approvalStatusColumn:QC,array:XC,autoNumber:JC,custom:YC,decimal:pC,department:e5,employee:t5,file:n5,image:i5,location:u5,operation:l5,order:a5,people:r5,long:o5,timescope:c5,timestamp:s5,varchar:d5,gridLayoutWrap:h5,gridTable:f5,subTable:y5,address:v5,amount:m5,calc:g5,checkBox:b5,electronicSignature:C5,input:E5,number:_5,organizationSelection:B5,radio:w5,richText:D5,score:F5,searchNumberRange:A5,select:I5,selectMultiple:S5,selectRelation:T5,textarea:P5,tree:k5,vueFormItem:O5,vuePage:R5,WPS:x5,actionBar:M5,advancedContainer:L5,cardGroup:$5,col:N5,dataView:H5,grid:V5,gridLayoutContainer:j5,gridRow:q5,listView:W5,page:U5,position:z5,positioningContainer:K5,row:G5,subtableColumn:Z5,subtableRow:Q5,tab:X5,tabPane:J5,toolbox:Y5,batchSubmissionListButton:p5,exportRecordListButton:eE,listViewSelect:tE,referenceList:nE,optionOne:iE,optionTwo:uE,optionThird:lE},Su={zhCN:mm,enUS:db,jaJP:aE},Tu,rE=(Tu=window.localStorage.getItem("locale"))!==null&&Tu!==void 0?Tu:"zh-CN",Mn=function(t){return t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search",t}({}),F=function(t){return t.TITLE="title",t.LINK="link",t.BUTTON="button",t.DIVIDER="divider",t.TEXT="text",t.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",t.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",t.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",t.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",t.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",t.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",t.EXPORT_LIST_BUTTON="list-page-btn-export-list",t.LIST_SELECT_BUTTON="list-select-button",t.ORGANIZATION_SELECTION="organization-selection",t.FORM_SELECT_BUTTON="form-select-button",t.LIST_VIEW_SELECT="list-view-select",t.TEXT_OCR_BUTTON="text-ocr-button",t.INVOICE_CHECK_BUTTON="invoice-check-button",t.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",t.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",t.COMMENT="comment",t.VARCHAR_COLUMN="varchar-column",t.TEXT_COLUMN="text-column",t.DECIMAL_COLUMN="decimal-column",t.TIMESCOPE_COLUMN="timescope-column",t.TIMESTAMP_COLUMN="timestamp-column",t.ARRAY_COLUMN="array-column",t.DEPARTMENT_COLUMN="department-column",t.AUTO_NUMBER_COLUMN="auto-number-column",t.FILE_COLUMN="file-column",t.IMAGE_COLUMN="image-column",t.PEOPLE_COLUMN="people-column",t.LOCATION_COLUMN="location-column",t.CUSTOM_COLUMN="custom-column",t.ORDER_COLUMN="order-column",t.OPERATION_COLUMN="operation-column",t.OPERATION_BUTTON="operation-button",t.EMPLOYEE_COLUMN="employee-column",t.Approval_Status_Column="approval-status-column",t.GROUP_COLUMN="group-column",t.ADDRESS="address",t.AMOUNT="amount",t.ATTACHMENT="attachment",t.AUTO_NUMBER="auto-number",t.CALC="calc",t.CHECKBOX="checkbox",t.DATE_PICKER="date-picker",t.DATE_RANGE="date-range",t.TIME_PICKER="time-picker",t.TIME_RANGE="time-range",t.DEPARTMENT="department",t.EMPLOYEE="employee",t.IMAGE="image",t.INPUT="input",t.NUMBER="number",t.RADIO="radio",t.RICH_TEXT="rich-text",t.SCORE="score",t.SEARCH_DATE_RANGE="search-date-range",t.SEARCH_NUMBER_RANGE="search-number-range",t.SEARCH_INPUT="search-input",t.SELECT="select",t.SELECT_MULTIPLE="select-multiple",t.SELECT_RELATION="select-relation",t.VUE_FORM_ITEM="vue-form-item",t.TEXTAREA="textarea",t.EMAIL="email",t.FOOTER="footer",t.HEADER="header",t.ID_CARD="id-card",t.MOBILE="mobile",t.PHONE="phone",t.RADIO_IMAGE="radio-image",t.ELECTRONIC_SIGNATURE="electronic-signature",t.WPS="wps",t.CARD_GROUP="card-group",t.COL="col",t.GRID="grid",t.GRID_ROW="grid-row",t.GRID_TABLE_COLUMN="grid-table-column",t.GRID_LAYOUT_CONTAINER="grid-layout-container",t.ROW="row",t.TWO_COLUMNS="two-columns",t.SUBTABLE_COLUMN="subtable-column",t.SUBTABLE_ROW="subtable-row",t.TAB="tab",t.TAB_PANE="tab-pane",t.TOOLBOX="toolbox",t.DATA_VIEW="data-view",t.LIST_VIEW="list-view",t.ACTION_BAR="action-bar",t.TABLE_LAYOUT="table-layout",t.TABLE_LAYOUT_ROW="table-layout-row",t.TABLE_LAYOUT_COL="table-layout-col",t.TABLE_LAYOUT_WRAPPER="table-layout-wrapper",t.COLLAPSE="collapse",t.COLLAPSE_PANE="collapse-pane",t.SUBTABLE="subtable",t.GRID_TABLE="grid-table",t.SIMPLE_SEARCH="simple-search",t.PAGINATION="pagination",t.CHECKBOX_IMAGE="checkbox-image",t.DASHBOARD="dashboard",t.TREE="tree",t.EMPLOYEE2="employee2",t.DEPARTMENT2="department2",t.GRID_LAYOUT_WRAP="grid-layout-wrap",t.VUE_PAGE="vue-page",t.REFERENCE_LIST="reference-list",t.STEP="step",t.STEP_PANE="step-pane",t}({}),C=function(t){return t.VARCHAR="varchar",t.TEXT="text",t.ARRAY="array",t.ADDRESS="location",t.DECIMAL="decimal",t.DECIMAL_RANGE="decimal_range",t.TIMESTAMP="timestamp",t.EMPLOYEES="people",t.DEPARTMENTS="department",t.MONEY="money",t.TIMESCOPE="timescope",t.FILE="file",t.IMAGE="image",t.AUTO_NUMBER="auto_number",t.CALC="calc",t.LIST="list",t.JSON="json",t.ANY="ANY",t}({}),ut=function(t){return t.YEAR="year",t.MONTH="month",t.DATE="date",t.DATEHOUR="datehour",t.DATEMIN="datemin",t.DATETIME="datetime",t.CUSTOM="custom",t}({}),rr=function(t){return t.HOURSEC="hoursec",t.HOURMIN="hourmin",t.CUSTOM="custom",t}({}),or={DEFAULT:"default"},cr="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",oE=cr+"0123456789";function oe(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",n=0;n<t;n++){var i=n===0?cr:oE,u=Math.random()*i.length;e+=i[parseInt(String(u),10)]}return e}function Pu(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function cE(t){if(Array.isArray(t))return Pu(t)}function sE(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function sr(t,e,n){return e=xt(e),yE(t,Ou()?Reflect.construct(e,n||[],xt(t).constructor):e.apply(t,n))}function dr(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ln(t,e,n){return Ou()?Ln=Reflect.construct:Ln=function(u,l,a){var o=[null];o.push.apply(o,l);var s=Function.bind.apply(u,o),h=new s;return a&&Mt(h,a.prototype),h},Ln.apply(null,arguments)}function xt(t){return xt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},xt(t)}function hr(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Mt(t,e)}function dE(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function hE(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function fE(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function yE(t,e){return e&&(vE(e)==="object"||typeof e=="function")?e:sE(t)}function Mt(t,e){return Mt=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Mt(t,e)}function fr(t){return cE(t)||hE(t)||mE(t)||fE()}function vE(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function mE(t,e){if(!!t){if(typeof t=="string")return Pu(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Pu(t,e)}}function ku(t){var e=typeof Map=="function"?new Map:void 0;return ku=function(i){if(i===null||!dE(i))return i;if(typeof i!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(i))return e.get(i);e.set(i,u)}function u(){return Ln(i,arguments,xt(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Mt(u,i)},ku(t)}function Ou(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ou=function(){return!!t})()}var Ru=console;function xu(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i,u=e.slice(1);(i=Ru).warn.apply(i,["\u{1F9D0} Driven Warning:"+e[0]].concat(fr(u)))}function yr(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i,u=e.slice(1);(i=Ru).log.apply(i,["\u{1F680} Driven Log:"+e[0]].concat(fr(u)))}function gE(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Mu=function(t){hr(e,t);function e(n){dr(this,e);var i;return i=sr(this,e,[n]),i.name="\u{1F4A5} Driven Error",i.message=n?gE(n):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",i}return e}(ku(Error)),bE=function(t){hr(e,t);function e(n){dr(this,e);var i;return i=sr(this,e,[n]),i.name="\u{1F6A8} Driven Reference Error",i}return e}(Mu);function Lt(t){throw new Mu(t)}function vr(t){throw new bE(t)}function CE(t){Ru.error(new Mu(t))}function EE(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function mr(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function _E(t,e,n){return e&&mr(t.prototype,e),n&&mr(t,n),t}function BE(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var gr=function(){function t(){EE(this,t)}return _E(t,null,[{key:"getMessage",value:function(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},u;return r("CMD."+n,i,Su==null||(u=Su[rE.split("-").join("")])===null||u===void 0?void 0:u[n])}},{key:"resetI18n",value:function(){}},{key:"setLocale",value:function(n,i){}}]),t}();BE(gr,"$i18n",gr.resetI18n());function wE(t,e,n){var i=e.replace(/\[(\d)]/g,function(l,a){return"."+a}).split("."),u=!1;return i.reduce(function(l,a,o,s){var h=l;if(!!l){if(!Object.prototype.hasOwnProperty.call(l,a)){xu("Can not set ".concat(e,"'s ").concat(a," property in current %o, Because there is no ").concat(a," property on the %o"),l,l);return}return o===s.length-1&&!Object.is(h[a],n)&&(h[a]=n,u=!0),h[a]}},t),u}var DE=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},FE={exports:{}};(function(t){(function(e){var n=function(m,B,T){if(!h(B)||y(B)||g(B)||E(B)||s(B))return B;var S,P=0,Q=0;if(d(B))for(S=[],Q=B.length;P<Q;P++)S.push(n(m,B[P],T));else{S={};for(var N in B)Object.prototype.hasOwnProperty.call(B,N)&&(S[m(N,T)]=n(m,B[N],T))}return S},i=function(m,B){B=B||{};var T=B.separator||"_",S=B.split||/(?=[A-Z])/;return m.split(S).join(T)},u=function(m){return _(m)?m:(m=m.replace(/[\-_\s]+(.)?/g,function(B,T){return T?T.toUpperCase():""}),m.substr(0,1).toLowerCase()+m.substr(1))},l=function(m){var B=u(m);return B.substr(0,1).toUpperCase()+B.substr(1)},a=function(m,B){return i(m,B).toLowerCase()},o=Object.prototype.toString,s=function(m){return typeof m=="function"},h=function(m){return m===Object(m)},d=function(m){return o.call(m)=="[object Array]"},y=function(m){return o.call(m)=="[object Date]"},g=function(m){return o.call(m)=="[object RegExp]"},E=function(m){return o.call(m)=="[object Boolean]"},_=function(m){return m=m-0,m===m},b=function(m,B){var T=B&&"process"in B?B.process:B;return typeof T!="function"?m:function(S,P){return T(S,m,P)}},w={camelize:u,decamelize:a,pascalize:l,depascalize:a,camelizeKeys:function(m,B){return n(b(u,B),m)},decamelizeKeys:function(m,B){return n(b(a,B),m,B)},pascalizeKeys:function(m,B){return n(b(l,B),m)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=w:e.humps=w})(DE)})(FE);var br={};Object.defineProperty(br,"__esModule",{value:!0});function Lu(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:Lu(e));{const e={};for(const n in t){const i=t[n];e[n]=typeof i!="object"||i===null?i:Lu(i)}return e}}var AE=br.default=Lu;function IE(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function ce(t){if(t!==void 0)return(typeof t=="undefined"?"undefined":IE(t))==="object"?AE(t):t}function SE(t){return Object.prototype.toString.call(t)==="[object Object]"}function $n(t){return Array.isArray(t)}function TE(t){return t.reduce(function(e,n){return e.includes(n)||e.push(n),e},[])}function $u(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function PE(t){if(Array.isArray(t))return $u(t)}function Cr(t,e,n,i,u,l,a){try{var o=t[l](a),s=o.value}catch(h){n(h);return}o.done?e(s):Promise.resolve(s).then(i,u)}function kE(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var l=t.apply(e,n);function a(s){Cr(l,i,u,a,o,"next",s)}function o(s){Cr(l,i,u,a,o,"throw",s)}a(void 0)})}}function OE(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Er(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function RE(t,e,n){return e&&Er(t.prototype,e),n&&Er(t,n),t}function _r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function xE(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function ME(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Nu(t){return PE(t)||xE(t)||LE(t)||ME()}function LE(t,e){if(!!t){if(typeof t=="string")return $u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $u(t,e)}}function $E(t,e){var n,i,u,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),o=Object.defineProperty;return o(a,"next",{value:s(0)}),o(a,"throw",{value:s(1)}),o(a,"return",{value:s(2)}),typeof Symbol=="function"&&o(a,Symbol.iterator,{value:function(){return this}}),a;function s(d){return function(y){return h([d,y])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,d[0]&&(l=0)),l;)try{if(n=1,i&&(u=d[0]&2?i.return:d[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,d[1])).done)return u;switch(i=0,u&&(d=[d[0]&2,u.value]),d[0]){case 0:case 1:u=d;break;case 4:return l.label++,{value:d[1],done:!1};case 5:l.label++,i=d[1],d=[0];continue;case 7:d=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(d[0]===6||d[0]===2)){l=0;continue}if(d[0]===3&&(!u||d[1]>u[0]&&d[1]<u[3])){l.label=d[1];break}if(d[0]===6&&l.label<u[1]){l.label=u[1],u=d;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(d);break}u[2]&&l.ops.pop(),l.trys.pop();continue}d=e.call(t,l)}catch(y){d=[6,y],i=0}finally{n=u=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var NE=function(){function t(){OE(this,t),_r(this,"_events",new Map),_r(this,"debug",!1)}return RE(t,[{key:"emit",value:function(n){for(var i=arguments.length,u=new Array(i>1?i-1:0),l=1;l<i;l++)u[l-1]=arguments[l];return kE(function(){var a,o,s,h,d,y,g,E,_,b,w,m;return $E(this,function(B){switch(B.label){case 0:if(a=this._events.get(n),o=[],!a)return[3,10];s=a.slice(),h=!0,d=!1,y=void 0,B.label=1;case 1:B.trys.push([1,8,9,10]),g=s[Symbol.iterator](),B.label=2;case 2:if(h=(E=g.next()).done)return[3,7];if(_=E.value,!a.includes(_))return[3,6];B.label=3;case 3:return B.trys.push([3,5,,6]),this.debug&&yr.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(_.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+_.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(Nu(u))),[4,_.apply(null,Nu(u))];case 4:return b=B.sent(),this.debug&&yr.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(_.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+_.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Nu(u),[b])),o.push(b),b===!1?[3,7]:[3,6];case 5:return w=B.sent(),CE(String(w)+":"+String(w.stack)),[3,6];case 6:return h=!0,[3,2];case 7:return[3,10];case 8:return m=B.sent(),d=!0,y=m,[3,10];case 9:try{!h&&g.return!=null&&g.return()}finally{if(d)throw y}return[7];case 10:return[2,o]}})}).call(this)}},{key:"on",value:function(n,i){if(this._events.has(n)){var u;(u=this._events.get(n))===null||u===void 0||u.push(i)}else this._events.set(n,[i])}},{key:"off",value:function(n,i){if(this._events.has(n)){var u=this._events.get(n),l=u==null?void 0:u.indexOf(i);u==null||u.splice(l,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),t}();function HE(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Br(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function VE(t,e,n){return e&&Br(t.prototype,e),n&&Br(t,n),t}function jE(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var qE=[{key:"on_click",name:r("CMD.click",null,"\u70B9\u51FB\u65F6"),code:"click"},{key:"on_click_finish",name:r("CMD.finished",null,"\u6267\u884C\u5B8C\u6210\u65F6"),code:"click-finish"},{key:"on_change",name:r("CMD.valueChange",null,"\u503C\u53D1\u751F\u53D8\u5316\u65F6"),code:"change"},{key:"on_search",name:r("CMD.search",null,"\u641C\u7D22\u65F6"),code:"search"},{key:"on_file_actions",name:r("CMD.onClickFileBtn",null,"\u70B9\u51FB\u6587\u4EF6\u6309\u94AE\u65F6"),code:"file-actions"},{key:"on_tree_search",name:r("CMD.treeDataCreate",null,"\u6811\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"tree-search"},{key:"on_list_change",name:r("CMD.listDataChange",null,"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"list-change"},{key:"on_list_search",name:r("CMD.listDataCreate",null,"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"list-search"},{key:"on_list_mounted",name:r("CMD.listDataBack",null,"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6"),code:"list-mounted"},{key:"on_list_delete",name:r("CMD.listDataDelete",null,"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6"),code:"list-delete"},{key:"on_list_before_insert",name:r("CMD.listDataAdd",null,"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D"),code:"list-before-insert"},{key:"on_input",name:r("CMD.onInput",null,"\u7528\u6237\u8F93\u5165\u65F6"),code:"input"},{key:"on_blur",name:r("CMD.onBlur",null,"\u5931\u53BB\u7126\u70B9\u65F6"),code:"blur"},{key:"on_focus",name:r("CMD.onFocus",null,"\u83B7\u53D6\u7126\u70B9\u65F6"),code:"focus"},{key:"on_wps_open",name:r("CMD.onOpenFile",null,"\u6253\u5F00\u6587\u4EF6\u65F6"),code:"wps-open"},{key:"on_wps_save",name:r("CMD.onSaveFile",null,"\u4FDD\u5B58\u6587\u4EF6\u65F6"),code:"wps-save"},{key:"on_wps_rename",name:r("CMD.rename",null,"\u91CD\u547D\u540D\u65F6"),code:"wps-rename"},{key:"on_list_actions",name:r("CMD.onClickBtn",null,"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6"),code:"list-actions"},{key:"on_list_render_operation",name:r("CMD.cellRender",null,"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6"),code:"list-render-operation"},{key:"on_list_rowclick",name:r("CMD.rowClick",null,"\u884C\u70B9\u51FB\u65F6"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:r("CMD.rowDelete",null,"\u884C\u5220\u9664\u524D"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:r("CMD.listDataImport",null,"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D"),code:"list-before-import"},{key:"on_list_rows_checked",name:r("CMD.rowSelected",null,"\u884C\u9009\u4E2D\u65F6"),code:"list-rows-checked"},{key:"on_change_tab",name:r("CMD.tabChange",null,"\u6807\u7B7E\u9875\u5207\u6362\u65F6"),code:"change-tab"},{key:"on_modal_ok",name:r("CMD.modalConfirm",null,"\u5F39\u7A97\u786E\u8BA4\u65F6"),code:"modal-ok"},{key:"on_change_steps",name:r("CMD.stepsChange",null,"\u6B65\u9AA4\u5207\u6362\u65F6"),code:"change-steps"},{key:"on_option_selected",name:r("CMD.optionSelected",null,"DOM\u70B9\u51FBoption\u4E8B\u4EF6"),code:"option_selected"}],WE=function(){function t(){HE(this,t)}return VE(t,null,[{key:"getEventsFromKeys",value:function(n){var i=typeof n=="string"?[n]:n;return t.events.filter(function(u){return i.includes(u.key)})}},{key:"getEventsFromControl",value:function(n){var i=[],u=n.eventKeys;i=i.concat(t.events.filter(function(a){return u.includes(a.key)}));var l=n.customEvents.map(function(a){var o=a.key;return a.namespace!==void 0&&a.namespace!==null&&a.namespace!==""&&(o=a.namespace+":"+a.key),{key:o,code:a.key,name:a.name}});return i=i.concat(l),i}}]),t}();jE(WE,"events",qE);function Hu(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function UE(t){if(Array.isArray(t))return Hu(t)}function zE(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function KE(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function wr(t){return UE(t)||zE(t)||GE(t)||KE()}function GE(t,e){if(!!t){if(typeof t=="string")return Hu(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Hu(t,e)}}function Vu(t,e){var n;!((n=Object.getOwnPropertyDescriptors(t)[e])===null||n===void 0)&&n.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function Dr(t,e,n){n!=="Runtime"&&(t.parent=e,Vu(t,"parent"))}function ZE(t,e,n){t.forEach(function(i){Dr(i,e,n)})}var Fr=Symbol("targetKey");function Ar(t){var e;return(e=t[Fr])!==null&&e!==void 0?e:t}function Ir(t,e,n){return ZE(t,e,n),new Proxy(t,{get:function(u,l){for(var a=arguments.length,o=new Array(a>2?a-2:0),s=2;s<a;s++)o[s-2]=arguments[s];var h;return l===Fr?u:(h=Reflect).get.apply(h,[u,l].concat(wr(o)))},set:function(u,l,a){for(var o=arguments.length,s=new Array(o>3?o-3:0),h=3;h<o;h++)s[h-3]=arguments[h];var d;if($n(t)&&l==="length"&&a===t.length)return!0;var y=(d=Reflect).set.apply(d,[u,l,a].concat(wr(s)));return SE(a)&&Dr(a,e,n),y}})}function se(t,e,n,i,u){var l=i!=null?i:t,a=Ir(Ar(n!=null?n:[]),l,u);Object.defineProperty(t,e,{get:function(){return a},set:function(s){a=Ir(Ar(s),l,u)},enumerable:!0})}function QE(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Sr(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function XE(t,e,n){return e&&Sr(t.prototype,e),n&&Sr(t,n),t}function we(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Tr=[],Nn=function(){function t(e){QE(this,t),we(this,"registeredControlTypes",new Set),we(this,"controlConfigMap",new Map),we(this,"_controls",[]),we(this,"_type",void 0),this._type=e,this._initControls(e)}return XE(t,[{key:"registerControlConfig",value:function(n,i){return this.controlConfigMap.set(n,i),this}},{key:"getControlConfig",value:function(n){return this.controlConfigMap.get(n)}},{key:"getControls",value:function(){return this._controls}},{key:"register",value:function(n){n.__is_control__||Lt("".concat(n.name," is not a Control"));var i=this._controls.findIndex(function(u){return u.controlType===n.controlType});return i>-1&&(xu("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(i,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===Mn.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===Mn.FORM}},{key:"isListControl",value:function(n){return n.controlType===Mn.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===Mn.COLUMN}},{key:"createControl",value:function(n,i){var u=this;if(Array.isArray(n))return n.map(function(d){return u.createControl(d,i)});if(n.children&&(n.children=n.children.map(function(d){return u.createControl(d,i)})),this.isListControl(n)){var l=n.props;l.headers&&(l.headers=l.headers.map(function(d){return u.createControl(d,i)}))}var a=this.getControlFormType(n.type);if(a){var o=n;if(typeof i=="function"){var s=i(o);s&&(o=s)}var h;return a.mode==="Runtime"?(h=o,h.fieldType=a.controlFieldType,this._setParentPrototypeToSchema(h,this)):h=new a(o),h}else Lt("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"resetInstanceParent",value:function(n,i){delete n.parent,Object.defineProperty(n,"parent",{configurable:!0,get:function(){return i}}),Vu(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,i){i._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var l=n.id,a=i._controlParentIdMap,o=i.instanceMap;if(!(!a||!o)){var s=a[l],h=o[l];if(!(!s&&!h)){var d=h.findIndex(function(E){return E==n}),y=o[s]||[],g;return y.length!==h.length?g=y[0]:g=y[d],g}}}}),Vu(n,"parent"))}},{key:"createControlInstance",value:function(n,i){var u=this.getControlFormType(n);if(u)return new u(i)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(i){return i.controlType===n})}},{key:"_initControls",value:function(n){var i=this;this.constructor.staticControls.forEach(function(u){i.register(u[n]),t.staticControlsRuntimeRules.set(u.Runtime.controlType,u.Property.RuntimeRules),u.Property.mode=n})}}],[{key:"staticGetRules",value:function(n,i){var u=t.staticControlsRuntimeRules.get(n),l=[];if(u){var a=new u(i);l=Array.from(a)}return l}},{key:"register",value:function(n,i){var u=n.Designer,l=n.Runtime,a=n.Property;(!u||!l||!u.__is_control__||!l.__is_control__)&&Lt("".concat(n," is can't register as a Control"));var o=this.staticControls.findIndex(function(s){return s.Designer.controlType===u.controlType});return o>-1&&(xu("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(o,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),a.mode=i,this}}]),t}();we(Nn,"staticControlsRuntimeRules",new Map),we(Nn,"staticControls",Tr),we(Nn,"staticRegisteredTypes",new Set(Tr.map(function(t){return t.Designer.controlType}))),we(Nn,"staticRegisteredConfigs",new Map);function JE(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ae(t,e,n){return e=Hn(e),YE(t,Pr()?Reflect.construct(e,n||[],Hn(t).constructor):e.apply(t,n))}function D(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function f(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Hn(t){return Hn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Hn(t)}function re(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&ju(t,e)}function YE(t,e){return e&&(pE(e)==="object"||typeof e=="function")?e:JE(t)}function ju(t,e){return ju=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ju(t,e)}function pE(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Pr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Pr=function(){return!!t})()}var he=function t(e){D(this,t);var n,i,u;f(this,"dataCode",void 0),f(this,"fieldCode",void 0),f(this,"fieldType",void 0),f(this,"aliasCode",void 0),this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"",this.fieldCode=(i=e==null?void 0:e.fieldCode)!==null&&i!==void 0?i:"",this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:"",this.aliasCode=e==null?void 0:e.aliasCode},kr=function t(e){D(this,t);var n,i;f(this,"minWidth",void 0),f(this,"maxWidth",void 0),f(this,"flex",void 0),this.minWidth=(n=e==null?void 0:e.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=e==null?void 0:e.maxWidth,this.flex=(i=e==null?void 0:e.flex)!==null&&i!==void 0?i:1},Or=function t(e){D(this,t);var n,i,u,l;f(this,"rowHeightType",void 0),f(this,"minRows",void 0),f(this,"maxRows",void 0),f(this,"fiexdRow",void 0),this.rowHeightType=(n=e==null?void 0:e.rowHeightType)!==null&&n!==void 0?n:"fixed",this.minRows=(i=e==null?void 0:e.minRows)!==null&&i!==void 0?i:4,this.maxRows=(u=e==null?void 0:e.maxRows)!==null&&u!==void 0?u:20,this.fiexdRow=(l=e==null?void 0:e.fiexdRow)!==null&&l!==void 0?l:4},e_=function t(e){D(this,t),f(this,"pc",void 0),f(this,"mobile",void 0),this.pc=new Or(e==null?void 0:e.pc),this.mobile=new Or(e==null?void 0:e.mobile)},qu=function(t){re(e,t);function e(n){D(this,e);var i,u,l;return i=ae(this,e,[n]),f(i,"width",void 0),f(i,"widthType",void 0),i.width=(u=n==null?void 0:n.width)!==null&&u!==void 0?u:240,i.widthType=(l=n==null?void 0:n.widthType)!==null&&l!==void 0?l:"auto",i}return e}(kr),t_=function t(e){D(this,t),f(this,"pc",void 0),f(this,"mobile",void 0),this.pc=new qu(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new qu(e==null?void 0:e.mobile):new qu({width:130,minWidth:180})},n_=function t(e){D(this,t);var n,i;f(this,"type",void 0),f(this,"customOptions",void 0),this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"firstThree",this.customOptions=(i=e==null?void 0:e.customOptions)!==null&&i!==void 0?i:[]},lt=function t(e){D(this,t);var n,i,u;f(this,"dataCode",void 0),f(this,"formKey",void 0),f(this,"appId",void 0),this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"",this.formKey=(i=e==null?void 0:e.formKey)!==null&&i!==void 0?i:"",this.appId=(u=e==null?void 0:e.appId)!==null&&u!==void 0?u:""},i_=function(t){re(e,t);function e(n){D(this,e);var i,u;return i=ae(this,e,[n]),f(i,"primaryControlId",void 0),i.primaryControlId=(u=n==null?void 0:n.primaryControlId)!==null&&u!==void 0?u:"",i}return e}(lt),Rr=function t(e){D(this,t);var n,i;f(this,"fieldCode",void 0),f(this,"dataCode",void 0),this.fieldCode=(n=e==null?void 0:e.fieldCode)!==null&&n!==void 0?n:"",this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:""},Wu=function t(e){D(this,t);var n,i,u,l;f(this,"appId",void 0),f(this,"formKey",void 0),f(this,"headers",void 0),this.appId=(n=e==null?void 0:e.appId)!==null&&n!==void 0?n:"",this.formKey=(i=e==null?void 0:e.formKey)!==null&&i!==void 0?i:"",this.headers=(u=e==null||(l=e.headers)===null||l===void 0?void 0:l.map(function(a){return new Rr(a)}))!==null&&u!==void 0?u:[]},u_=function t(e){D(this,t);var n,i,u;f(this,"fieldName",void 0),f(this,"fieldCode",void 0),f(this,"fieldType",void 0),this.fieldName=(n=e==null?void 0:e.fieldName)!==null&&n!==void 0?n:"",this.fieldCode=(i=e==null?void 0:e.fieldCode)!==null&&i!==void 0?i:"",this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:C.VARCHAR},l_=function(t){re(e,t);function e(n){D(this,e);var i,u,l,a,o;return i=ae(this,e,[n]),f(i,"title",void 0),f(i,"svcCode",void 0),f(i,"isOpenFilter",void 0),f(i,"filters",void 0),i.title=(u=n==null?void 0:n.title)!==null&&u!==void 0?u:"",i.svcCode=(l=n==null?void 0:n.svcCode)!==null&&l!==void 0?l:"",i.isOpenFilter=(a=n==null?void 0:n.isOpenFilter)!==null&&a!==void 0?a:!1,i.filters=(o=n==null?void 0:n.filters)!==null&&o!==void 0?o:[],i}return e}(lt),a_=function t(e){D(this,t);var n,i,u,l;f(this,"type","sublist-page"),f(this,"formBind",void 0),f(this,"displayFields",void 0),f(this,"sublists",void 0),this.formBind=new lt(e==null?void 0:e.formBind),this.displayFields=(n=e==null||(u=e.displayFields)===null||u===void 0?void 0:u.map(function(a){return new u_(a)}))!==null&&n!==void 0?n:[],this.sublists=(i=e==null||(l=e.sublists)===null||l===void 0?void 0:l.map(function(a){return new l_(a)}))!==null&&i!==void 0?i:[]},r_=function t(e){D(this,t),f(this,"type",void 0),f(this,"value",void 0),f(this,"dataCode",void 0),this.type=e==null?void 0:e.type,this.value=e==null?void 0:e.value,this.dataCode=e==null?void 0:e.dataCode},De=function t(e){D(this,t);var n,i,u;f(this,"type",void 0),f(this,"value",void 0),f(this,"displayBos",void 0),this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"custom",this.value=(i=e==null?void 0:e.value)!==null&&i!==void 0?i:[],this.displayBos=(u=e==null?void 0:e.displayBos)!==null&&u!==void 0?u:[]},Vn=function t(e){var n=this;D(this,t);var i,u,l,a;f(this,"id",void 0),f(this,"ruleId",void 0),f(this,"type","conditions"),f(this,"level",void 0),f(this,"value",void 0),f(this,"children",void 0),this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:oe(),this.ruleId=(u=e==null?void 0:e.ruleId)!==null&&u!==void 0?u:new Date().valueOf(),this.level=(l=e==null?void 0:e.level)!==null&&l!==void 0?l:0,this.value=(a=e==null?void 0:e.value)!==null&&a!==void 0?a:"and",this.children=[],Array.isArray(e==null?void 0:e.children)&&(e==null||e.children.map(function(o){if(o.children!==void 0){var s,h=new t(o);(s=n.children)===null||s===void 0||s.push(h)}else{var d,y=new $t(o);(d=n.children)===null||d===void 0||d.push(y)}}))},$t=function t(e){D(this,t);var n,i,u,l,a;f(this,"id",void 0),f(this,"ruleId",void 0),f(this,"type","condition"),f(this,"symbol",void 0),f(this,"checked",void 0),f(this,"describe",void 0),f(this,"leftVariableBo",void 0),f(this,"rightVariableBo",void 0),this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:oe(),this.ruleId=(i=e==null?void 0:e.ruleId)!==null&&i!==void 0?i:new Date().valueOf(),this.symbol=(u=e==null?void 0:e.symbol)!==null&&u!==void 0?u:"",this.checked=(l=e==null?void 0:e.checked)!==null&&l!==void 0?l:!1,this.describe=(a=e==null?void 0:e.describe)!==null&&a!==void 0?a:"",this.leftVariableBo=new r_(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new De(e==null?void 0:e.rightVariableBo)},o_=function t(e){D(this,t);var n,i;f(this,"aliasCode",void 0),f(this,"datasourceBind",void 0),f(this,"relationFields",void 0),this.aliasCode=(n=e==null?void 0:e.aliasCode)!==null&&n!==void 0?n:"",this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.relationFields=(i=e==null?void 0:e.relationFields)!==null&&i!==void 0?i:[]},ee=function t(e){D(this,t);var n,i,u,l;f(this,"controlId",void 0),f(this,"fieldCode",void 0),f(this,"fieldType",void 0),f(this,"propName",void 0),this.controlId=(n=e==null?void 0:e.controlId)!==null&&n!==void 0?n:"",this.fieldCode=(i=e==null?void 0:e.fieldCode)!==null&&i!==void 0?i:"",this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:"",this.propName=(l=e==null?void 0:e.propName)!==null&&l!==void 0?l:""},Uu=function t(e){D(this,t);var n,i;f(this,"type",void 0),f(this,"value",void 0),f(this,"fieldType",void 0),this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"FIELD",this.value=(i=e==null?void 0:e.value)!==null&&i!==void 0?i:"",this.fieldType=e==null?void 0:e.fieldType},c_=function t(e){D(this,t);var n,i;f(this,"columnName",void 0),f(this,"desc",void 0),this.columnName=(n=e.columnName)!==null&&n!==void 0?n:"",this.desc=(i=e.desc)!==null&&i!==void 0?i:!1};function zu(t){var e,n,i,u,l,a;this.filters=(e=t==null||(u=t.filters)===null||u===void 0?void 0:u.map(function(o){return o.children!==void 0?new Vn(o):new $t(o)}))!==null&&e!==void 0?e:[],this.viewFilters=(n=t==null||(l=t.viewFilters)===null||l===void 0?void 0:l.map(function(o){return o.children!==void 0?new Vn(o):new $t(o)}))!==null&&n!==void 0?n:[],this.orders=(i=t==null||(a=t.orders)===null||a===void 0?void 0:a.map(function(o){return new c_(o)}))!==null&&i!==void 0?i:[]}var X=function t(e){var n=this;D(this,t);var i,u,l,a,o,s,h,d;f(this,"dataCode",void 0),f(this,"valueFieldCode",void 0),f(this,"displayBoList",void 0),f(this,"keywordMapping",void 0),f(this,"svcCode",void 0),f(this,"appId",void 0),f(this,"filters",void 0),f(this,"viewFilters",void 0),f(this,"isOpenViewFilters",void 0),f(this,"orders",void 0),f(this,"showOrder",void 0),f(this,"assignDepartment",void 0),f(this,"openAssignDepartment",void 0),this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:"",this.appId=(u=e==null?void 0:e.appId)!==null&&u!==void 0?u:"",this.valueFieldCode=(l=e==null?void 0:e.valueFieldCode)!==null&&l!==void 0?l:"",this.displayBoList=[],this.isOpenViewFilters=(a=e==null?void 0:e.isOpenViewFilters)!==null&&a!==void 0?a:0,Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(function(y){var g;(g=n.displayBoList)===null||g===void 0||g.push(new Uu(y))})),this.keywordMapping=(o=e==null?void 0:e.keywordMapping)!==null&&o!==void 0?o:"",this.showOrder=(s=e==null?void 0:e.showOrder)!==null&&s!==void 0?s:!0,this.svcCode=(h=e==null?void 0:e.svcCode)!==null&&h!==void 0?h:"",this.assignDepartment=new De(e==null?void 0:e.assignDepartment),this.openAssignDepartment=(d=e==null?void 0:e.openAssignDepartment)!==null&&d!==void 0?d:!1,zu.call(this,e)},Ku=function t(e){D(this,t);var n,i;f(this,"dataCode",void 0),f(this,"displayBoList",void 0),this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"",this.displayBoList=(i=e==null?void 0:e.displayBoList)!==null&&i!==void 0?i:[]},ve=function t(e){D(this,t);var n,i,u,l,a,o,s,h,d,y;f(this,"code",void 0),f(this,"color",void 0),f(this,"command",void 0),f(this,"confirmMessage",void 0),f(this,"defaultState",void 0),f(this,"formKey",void 0),f(this,"formType",void 0),f(this,"icon",void 0),f(this,"needConfirm",void 0),f(this,"openType",void 0),f(this,"priorityProcess",void 0),this.code=(n=e==null?void 0:e.code)!==null&&n!==void 0?n:"view",this.color=(i=e==null?void 0:e.color)!==null&&i!==void 0?i:"primary",this.command=(u=e==null?void 0:e.command)!==null&&u!==void 0?u:"view",this.confirmMessage=(l=e==null?void 0:e.confirmMessage)!==null&&l!==void 0?l:void 0,this.defaultState=(a=e==null?void 0:e.defaultState)!==null&&a!==void 0?a:"default",this.formKey=(o=e==null?void 0:e.formKey)!==null&&o!==void 0?o:void 0,this.formType=e==null?void 0:e.formType,this.icon=(s=e==null?void 0:e.icon)!==null&&s!==void 0?s:"iconliulan1",this.needConfirm=(h=e==null?void 0:e.needConfirm)!==null&&h!==void 0?h:!1,this.openType=(d=e==null?void 0:e.openType)!==null&&d!==void 0?d:"modal",this.priorityProcess=(y=e==null?void 0:e.priorityProcess)!==null&&y!==void 0?y:!0},xr=function t(e){D(this,t);var n,i,u,l;f(this,"name",void 0),f(this,"key",void 0),f(this,"value",void 0),this.name=(n=e==null?void 0:e.name)!==null&&n!==void 0?n:"",this.key=(i=e==null?void 0:e.key)!==null&&i!==void 0?i:"",this.value=(u=e==null||(l=e.value)===null||l===void 0?void 0:l.map(function(a){return new Uu(a)}))!==null&&u!==void 0?u:[]},jn=function(t){re(e,t);function e(n){D(this,e);var i,u,l;return i=ae(this,e,[n]),f(i,"attributes",void 0),i.attributes=(u=n==null||(l=n.attributes)===null||l===void 0?void 0:l.map(function(a){return new xr(a)}))!==null&&u!==void 0?u:[],i}return e}(X),s_=function(t){re(e,t);function e(n){D(this,e);var i,u,l,a;return i=ae(this,e,[n]),f(i,"attributes",void 0),f(i,"formCode",void 0),i.attributes=(u=n==null||(a=n.attributes)===null||a===void 0?void 0:a.map(function(o){return new xr(o)}))!==null&&u!==void 0?u:[],i.formCode=(l=n==null?void 0:n.formCode)!==null&&l!==void 0?l:"",i}return e}(X),qn=function(t){re(e,t);function e(n){D(this,e);var i,u;return i=ae(this,e,[n]),f(i,"rootNode",void 0),f(i,"filterCode",void 0),i.rootNode=new De(n==null?void 0:n.rootNode),i.filterCode=(u=n==null?void 0:n.filterCode)!==null&&u!==void 0?u:"",i}return e}(jn),Mr=function t(e){D(this,t);var n,i,u,l;f(this,"dataCode",void 0),f(this,"appId",void 0),f(this,"fillList",void 0),this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"",this.appId=(i=e==null?void 0:e.appId)!==null&&i!==void 0?i:"",this.fillList=(u=e==null||(l=e.fillList)===null||l===void 0?void 0:l.map(function(a){return new ee(a)}))!==null&&u!==void 0?u:[]},Lr=function(t){re(e,t);function e(n){D(this,e);var i;return i=ae(this,e,[n]),f(i,"filters",void 0),f(i,"viewFilters",void 0),f(i,"orders",void 0),zu.call(i,n),i}return e}(Mr),$r=function(t){re(e,t);function e(n){D(this,e);var i,u,l;return i=ae(this,e,[n]),f(i,"mode",void 0),f(i,"multiple",void 0),i.mode=(u=n==null?void 0:n.mode)!==null&&u!==void 0?u:"current",i.multiple=(l=n==null?void 0:n.multiple)!==null&&l!==void 0?l:!1,i}return e}(Mr),Nr=function t(e){D(this,t);var n,i,u;f(this,"stencilName",void 0),f(this,"expression",void 0),f(this,"errMessage",void 0),this.stencilName=(n=e==null?void 0:e.stencilName)!==null&&n!==void 0?n:"",this.expression=(i=e==null?void 0:e.expression)!==null&&i!==void 0?i:"",this.errMessage=(u=e==null?void 0:e.errMessage)!==null&&u!==void 0?u:""},Hr=function t(e){D(this,t);var n,i,u,l;f(this,"id",void 0),f(this,"label",void 0),f(this,"value",void 0),f(this,"color",void 0),this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:oe(8),this.label=(i=e==null?void 0:e.label)!==null&&i!==void 0?i:"",this.value=(u=e==null?void 0:e.value)!==null&&u!==void 0?u:this.label,this.color=(l=e==null?void 0:e.color)!==null&&l!==void 0?l:""},d_=function(t){re(e,t);function e(n){D(this,e);var i,u,l;return i=ae(this,e,[n]),f(i,"cueWord",void 0),f(i,"checked",void 0),i.cueWord=(u=n==null?void 0:n.cueWord)!==null&&u!==void 0?u:"",i.checked=(l=n==null?void 0:n.checked)!==null&&l!==void 0?l:!1,i}return e}(Hr);function me(t){var e;return(e=t==null?void 0:t.map(function(n){return new Hr(n)}))!==null&&e!==void 0?e:[]}function Vr(t){var e;return(e=t==null?void 0:t.map(function(n){return new d_(n)}))!==null&&e!==void 0?e:[]}var Gu=function t(){D(this,t)},h_=function(t){re(e,t);function e(n){D(this,e);var i;return i=ae(this,e),f(i,"amount",void 0),f(i,"currency",void 0),i.amount=new he(n==null?void 0:n.amount),i.currency=new he(n==null?void 0:n.currency),i}return e}(Gu),f_=function t(e){D(this,t);var n,i;f(this,"amount",void 0),f(this,"currency",void 0),this.amount=(n=e==null?void 0:e.amount)!==null&&n!==void 0?n:"",this.currency=(i=e==null?void 0:e.currency)!==null&&i!==void 0?i:"CNY"},jr=function(t){re(e,t);function e(n){D(this,e);var i;return i=ae(this,e),f(i,"min",void 0),f(i,"max",void 0),i.min=new he(n==null?void 0:n.min),i.max=new he(n==null?void 0:n.max),i}return e}(Gu),qr=function t(e){D(this,t);var n,i;f(this,"min",void 0),f(this,"max",void 0),this.min=(n=e==null?void 0:e.min)!==null&&n!==void 0?n:"",this.max=(i=e==null?void 0:e.max)!==null&&i!==void 0?i:""},y_=function t(e){D(this,t);var n,i,u,l,a,o;f(this,"city",void 0),f(this,"cityDisplay",void 0),f(this,"district",void 0),f(this,"districtDisplay",void 0),f(this,"province",void 0),f(this,"provinceDisplay",void 0),this.city=(n=e==null?void 0:e.city)!==null&&n!==void 0?n:"",this.cityDisplay=(i=e==null?void 0:e.cityDisplay)!==null&&i!==void 0?i:"",this.district=(u=e==null?void 0:e.district)!==null&&u!==void 0?u:"",this.districtDisplay=(l=e==null?void 0:e.districtDisplay)!==null&&l!==void 0?l:"",this.province=(a=e==null?void 0:e.province)!==null&&a!==void 0?a:"",this.provinceDisplay=(o=e==null?void 0:e.provinceDisplay)!==null&&o!==void 0?o:""},v_=function(t){re(e,t);function e(n){D(this,e);var i;return i=ae(this,e),f(i,"result",void 0),f(i,"unit",void 0),i.result=new he(n==null?void 0:n.result),i.unit=new he(n==null?void 0:n.unit),i}return e}(Gu),m_=function t(e){D(this,t);var n,i;f(this,"result",void 0),f(this,"unit",void 0),this.result=(n=e==null?void 0:e.result)!==null&&n!==void 0?n:0,this.unit=(i=e==null?void 0:e.unit)!==null&&i!==void 0?i:""},g_=function(t){return t.CNY="CNY",t.USD="USD",t.JPY="JPY",t.EUR="EUR",t.INR="INR",t.IDR="IDR",t.BRL="BRL",t.AED="AED",t.AUD="AUD",t.CAD="CAD",t.EGP="EGP",t.GBP="GBP",t.ZAR="ZAR",t.KRW="KRW",t.MAD="MAD",t.MXN="MXN",t.MYR="MYR",t.PHP="PHP",t.PLN="PLN",t.RUB="RUB",t.SGD="SGD",t.THB="THB",t.TRY="TRY",t.TWD="TWD",t.VND="VND",t.HKD="HKD",t.IEP="IEP",t}({}),c=function(t){return t.DEFAULT_DISPLAY="defaultDisplay",t.REQUIRED="required",t.IS_HIDE="isHide",t.IS_SHOW_UNIT="isShowUnit",t.IMD_SEARCH="immediatelySearch",t.MULTIPLE="multiple",t.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",t.CAPTION="caption",t.IS_HIDE_CAPTION="isHideCaption",t.DEFAULT_SHOW_OPTIONS="defaultShowOptions",t.CAN_SEARCH="canSearch",t.CAN_CHECK="canCheck",t.CAN_EDIT="canEdit",t.CAN_DELETE="canDelete",t.SHOW_UPPER_CASE="showUpperCase",t.MICROMETER="micrometer",t.PRECISION="precision",t.PERCENTAGE="percentage",t.OPTIONAL_LEVEL="optionalLevel",t.CONTAINS_SUB_NODE="containsSubNode",t.DEFAULT_COLLAPSE="defaultCollapse",t.CAN_VIEW_FORM="canViewForm",t.VIEW_FORM_MODEL_TYPE="viewFormModelType",t.SERVER_PAGINATION="serverPagination",t.IS_SHOW_CAPTION_TIP="isShowCaptionTip",t.IS_SHOW_WATERMARK="isShowWatermark",t.ENCRYPTED="encrypted",t.IS_INLINE_EDIT="isInlineEdit",t.REVISIONS_MODE="revisionsMode",t.ALLOW_COPY_OPTIONS="allowCopyOptions",t.IS_PASTE="isPaste",t.SORTABLE="sortable",t.IS_SHOW_SIMPLE_SEARCH="isShowSimpleSearch",t.IS_SHOW_TOOL_BAE="isShowToolbar",t.MAIN_DEPT_FLAG="mainDeptFlag",t.IS_INTERNATIONAL="isInternational",t.CAPTION_SIZE="captionSize",t.CAPTION_COLOR="captionColor",t.IS_CAPTION_ITALIC="isCaptionItalic",t.CAPTION_FONT_WEIGHT="captionFontWeight",t.SHOW_TABLE_INDEX="showTableIndex",t}({}),b_=function(t){return t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT",t}({}),Fe=function t(e){D(this,t);var n,i,u,l,a,o;f(this,"isShow",void 0),f(this,"priorityProcess",void 0),f(this,"formKey",void 0),f(this,"content",void 0),f(this,"openType",void 0),f(this,"type",void 0),this.isShow=(n=e==null?void 0:e.isShow)!==null&&n!==void 0?n:!0,this.content=(i=e==null?void 0:e.content)!==null&&i!==void 0?i:"",this.formKey=(u=e==null?void 0:e.formKey)!==null&&u!==void 0?u:"",this.openType=(l=e==null?void 0:e.openType)!==null&&l!==void 0?l:"modal",this.type=(a=e==null?void 0:e.type)!==null&&a!==void 0?a:"",this.priorityProcess=(o=e==null?void 0:e.priorityProcess)!==null&&o!==void 0?o:!1},C_=function t(e){D(this,t);var n,i,u,l;f(this,"id",void 0),f(this,"title",void 0),f(this,"filters",void 0),f(this,"viewFilters",void 0),f(this,"headers",void 0),this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:oe(8),this.title=(i=e==null?void 0:e.title)!==null&&i!==void 0?i:"",this.headers=(u=e==null||(l=e.headers)===null||l===void 0?void 0:l.map(function(a){return new Rr(a)}))!==null&&u!==void 0?u:[],zu.call(this,e)},E_=function t(e){D(this,t);var n,i,u,l;f(this,"width",void 0),f(this,"height",void 0),f(this,"widthConfig",void 0),f(this,"heightConfig",void 0),this.width=(n=e==null?void 0:e.width)!==null&&n!==void 0?n:"",this.height=(i=e==null?void 0:e.height)!==null&&i!==void 0?i:"",this.widthConfig=(u=e==null?void 0:e.widthConfig)!==null&&u!==void 0?u:"fill",this.heightConfig=(l=e==null?void 0:e.heightConfig)!==null&&l!==void 0?l:"fill"},__=function t(e){D(this,t);var n,i;f(this,"optCode",void 0),f(this,"optType",void 0),this.optCode=(n=e==null?void 0:e.optCode)!==null&&n!==void 0?n:"",this.optType=(i=e==null?void 0:e.optType)!==null&&i!==void 0?i:""},B_=function t(e){D(this,t);var n,i,u,l,a,o;f(this,"id",void 0),f(this,"name",void 0),f(this,"settings",void 0),f(this,"filters",void 0),f(this,"script",void 0),this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:oe(),this.name=(i=e==null?void 0:e.name)!==null&&i!==void 0?i:"",this.filters=(u=e==null||(a=e.filters)===null||a===void 0?void 0:a.map(function(s){return s.children!==void 0?new Vn(s):new $t(s)}))!==null&&u!==void 0?u:[],this.settings=(e==null?void 0:e.settings)&&Array.isArray(e==null?void 0:e.settings)?(l=e==null||(o=e.settings)===null||o===void 0?void 0:o.map(function(s){return new w_(s)}))!==null&&l!==void 0?l:[]:[],this.script=e==null?void 0:e.script},w_=function t(e){D(this,t);var n,i,u,l;f(this,"color",void 0),f(this,"fieldCodes",void 0),f(this,"type",void 0),f(this,"scope",void 0),this.type=(n=e.type)!==null&&n!==void 0?n:"background",this.fieldCodes=(i=e.fieldCodes)!==null&&i!==void 0?i:[],this.color=(u=e.color)!==null&&u!==void 0?u:"theme",this.scope=(l=e.scope)!==null&&l!==void 0?l:"row"},D_=function t(e){D(this,t);var n,i,u,l;f(this,"type",void 0),f(this,"interval",void 0),f(this,"rules",void 0),this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"none",this.interval=(i=e==null?void 0:e.interval)!==null&&i!==void 0?i:{color:""},this.rules=(e==null?void 0:e.rules)&&Array.isArray(e==null?void 0:e.rules)?(u=e==null||(l=e.rules)===null||l===void 0?void 0:l.map(function(a){return new B_(a)}))!==null&&u!==void 0?u:[]:[]},F_=function t(e){D(this,t);var n,i,u,l,a;f(this,"groupDefaultExpanded",void 0),f(this,"suppressCount",void 0),f(this,"groupFields",void 0),f(this,"groupHeaderName",void 0),f(this,"showFooterStatistics",void 0),this.groupDefaultExpanded=(n=e==null?void 0:e.groupDefaultExpanded)!==null&&n!==void 0?n:!1,this.suppressCount=(i=e==null?void 0:e.suppressCount)!==null&&i!==void 0?i:!1,this.groupFields=(u=e==null?void 0:e.groupFields)!==null&&u!==void 0?u:[],this.groupHeaderName=(l=e==null?void 0:e.groupHeaderName)!==null&&l!==void 0?l:"",this.showFooterStatistics=(a=e==null?void 0:e.showFooterStatistics)!==null&&a!==void 0?a:!1},A_=function t(e){D(this,t);var n;f(this,"datasourceBind",void 0),f(this,"headers",void 0),this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.headers=(n=e==null?void 0:e.headers)!==null&&n!==void 0?n:[]},I_=function t(e){D(this,t);var n,i,u,l;f(this,"marginTop",void 0),f(this,"marginRight",void 0),f(this,"marginBottom",void 0),f(this,"marginLeft",void 0),this.marginTop=(n=e==null?void 0:e.marginTop)!==null&&n!==void 0?n:"",this.marginRight=(i=e==null?void 0:e.marginRight)!==null&&i!==void 0?i:"",this.marginBottom=(u=e==null?void 0:e.marginBottom)!==null&&u!==void 0?u:"",this.marginLeft=(l=e==null?void 0:e.marginLeft)!==null&&l!==void 0?l:""},S_=function t(e){D(this,t);var n,i,u,l;f(this,"paddingTop",void 0),f(this,"paddingRight",void 0),f(this,"paddingBottom",void 0),f(this,"paddingLeft",void 0),this.paddingTop=(n=e==null?void 0:e.paddingTop)!==null&&n!==void 0?n:"",this.paddingRight=(i=e==null?void 0:e.paddingRight)!==null&&i!==void 0?i:"",this.paddingBottom=(u=e==null?void 0:e.paddingBottom)!==null&&u!==void 0?u:"",this.paddingLeft=(l=e==null?void 0:e.paddingLeft)!==null&&l!==void 0?l:""},T_=function t(e){D(this,t);var n,i;f(this,"icon",void 0),f(this,"label",void 0),this.icon=(n=e==null?void 0:e.icon)!==null&&n!==void 0?n:"iconleft",this.label=(i=e==null?void 0:e.label)!==null&&i!==void 0?i:"\u4E0A\u4E00\u6B65"},P_=function t(e){D(this,t);var n,i;f(this,"icon",void 0),f(this,"label",void 0),this.icon=(n=e==null?void 0:e.icon)!==null&&n!==void 0?n:"iconxiangyou",this.label=(i=e==null?void 0:e.label)!==null&&i!==void 0?i:"\u4E0B\u4E00\u6B65"},k_=function t(e){D(this,t),f(this,"prev",void 0),f(this,"next",void 0),this.prev=new T_(e==null?void 0:e.prev),this.next=new P_(e==null?void 0:e.next)};function O_(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function R_(t,e,n){return e=Nt(e),L_(t,Xu()?Reflect.construct(e,n||[],Nt(t).constructor):e.apply(t,n))}function Zu(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Wn(t,e,n){return Xu()?Wn=Reflect.construct:Wn=function(u,l,a){var o=[null];o.push.apply(o,l);var s=Function.bind.apply(u,o),h=new s;return a&&Ht(h,a.prototype),h},Wn.apply(null,arguments)}function ge(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Nt(t){return Nt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Nt(t)}function x_(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Ht(t,e)}function M_(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function L_(t,e){return e&&($_(e)==="object"||typeof e=="function")?e:O_(t)}function Ht(t,e){return Ht=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ht(t,e)}function $_(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Qu(t){var e=typeof Map=="function"?new Map:void 0;return Qu=function(i){if(i===null||!M_(i))return i;if(typeof i!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(i))return e.get(i);e.set(i,u)}function u(){return Wn(i,arguments,Nt(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Ht(u,i)},Qu(t)}function Xu(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Xu=function(){return!!t})()}var U=function t(e){Zu(this,t),ge(this,"isHide",{type:"boolean"})},Me=function(t){x_(e,t);function e(n){return Zu(this,e),R_(this,e)}return e}(Qu(Array)),j=function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";Zu(this,t);var i,u;ge(this,"isHide",void 0),ge(this,"className",void 0),ge(this,"style",void 0),ge(this,"caption",void 0),ge(this,"defaultState",void 0),this.isHide=(i=e==null?void 0:e.isHide)!==null&&i!==void 0?i:!1,this.style=new E_(e==null?void 0:e.style),this.caption=(u=e==null?void 0:e.caption)!==null&&u!==void 0?u:n};ge(j,"mode",void 0),ge(j,"Rules",U),ge(j,"RuntimeRules",Me);function fe(){return fe=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},fe.apply(this,arguments)}function N_(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function Ju(t){return Ju=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ju(t)}function Un(t,e){return Un=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Un(t,e)}function H_(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}function zn(t,e,n){return H_()?zn=Reflect.construct:zn=function(u,l,a){var o=[null];o.push.apply(o,l);var s=Function.bind.apply(u,o),h=new s;return a&&Un(h,a.prototype),h},zn.apply(null,arguments)}function V_(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Yu(t){var e=typeof Map=="function"?new Map:void 0;return Yu=function(i){if(i===null||!V_(i))return i;if(typeof i!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(i))return e.get(i);e.set(i,u)}function u(){return zn(i,arguments,Ju(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Un(u,i)},Yu(t)}var j_=/%[sdj%]/g,Wr=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Wr=function(e,n){typeof console!="undefined"&&console.warn&&n.every(function(i){return typeof i=="string"})&&console.warn(e,n)});function pu(t){if(!t||!t.length)return null;var e={};return t.forEach(function(n){var i=n.field;e[i]=e[i]||[],e[i].push(n)}),e}function ne(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i=1,u=e[0],l=e.length;if(typeof u=="function")return u.apply(null,e.slice(1));if(typeof u=="string"){var a=String(u).replace(j_,function(o){if(o==="%%")return"%";if(i>=l)return o;switch(o){case"%s":return String(e[i++]);case"%d":return Number(e[i++]);case"%j":try{return JSON.stringify(e[i++])}catch(s){return"[Circular]"}break;default:return o}});return a}return u}function q_(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function K(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||q_(e)&&typeof t=="string"&&!t)}function W_(t,e,n){var i=[],u=0,l=t.length;function a(o){i.push.apply(i,o),u++,u===l&&n(i)}t.forEach(function(o){e(o,a)})}function Ur(t,e,n){var i=0,u=t.length;function l(a){if(a&&a.length){n(a);return}var o=i;i=i+1,o<u?e(t[o],l):n([])}l([])}function U_(t){var e=[];return Object.keys(t).forEach(function(n){e.push.apply(e,t[n])}),e}var zr=function(t){N_(e,t);function e(n,i){var u;return u=t.call(this,"Async Validation Error")||this,u.errors=n,u.fields=i,u}return e}(Yu(Error));function z_(t,e,n,i){if(e.first){var u=new Promise(function(y,g){var E=function(w){return i(w),w.length?g(new zr(w,pu(w))):y()},_=U_(t);Ur(_,n,E)});return u.catch(function(y){return y}),u}var l=e.firstFields||[];l===!0&&(l=Object.keys(t));var a=Object.keys(t),o=a.length,s=0,h=[],d=new Promise(function(y,g){var E=function(b){if(h.push.apply(h,b),s++,s===o)return i(h),h.length?g(new zr(h,pu(h))):y()};a.length||(i(h),y()),a.forEach(function(_){var b=t[_];l.indexOf(_)!==-1?Ur(b,n,E):W_(b,n,E)})});return d.catch(function(y){return y}),d}function Kr(t){return function(e){return e&&e.message?(e.field=e.field||t.fullField,e):{message:typeof e=="function"?e():e,field:e.field||t.fullField}}}function Gr(t,e){if(e){for(var n in e)if(e.hasOwnProperty(n)){var i=e[n];typeof i=="object"&&typeof t[n]=="object"?t[n]=fe(fe({},t[n]),i):t[n]=i}}return t}function Zr(t,e,n,i,u,l){t.required&&(!n.hasOwnProperty(t.field)||K(e,l||t.type))&&i.push(ne(u.messages.required,t.fullField))}function K_(t,e,n,i,u){(/^\s+$/.test(e)||e==="")&&i.push(ne(u.messages.whitespace,t.fullField))}var el={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},Vt={integer:function(e){return Vt.number(e)&&parseInt(e,10)===e},float:function(e){return Vt.number(e)&&!Vt.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(n){return!1}},date:function(e){return typeof e.getTime=="function"&&typeof e.getMonth=="function"&&typeof e.getYear=="function"&&!isNaN(e.getTime())},number:function(e){return isNaN(e)?!1:typeof e=="number"},object:function(e){return typeof e=="object"&&!Vt.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(el.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(el.url)},hex:function(e){return typeof e=="string"&&!!e.match(el.hex)}};function G_(t,e,n,i,u){if(t.required&&e===void 0){Zr(t,e,n,i,u);return}var l=["integer","float","array","regexp","object","method","email","number","date","url","hex"],a=t.type;l.indexOf(a)>-1?Vt[a](e)||i.push(ne(u.messages.types[a],t.fullField,t.type)):a&&typeof e!==t.type&&i.push(ne(u.messages.types[a],t.fullField,t.type))}function Z_(t,e,n,i,u){var l=typeof t.len=="number",a=typeof t.min=="number",o=typeof t.max=="number",s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,h=e,d=null,y=typeof e=="number",g=typeof e=="string",E=Array.isArray(e);if(y?d="number":g?d="string":E&&(d="array"),!d)return!1;E&&(h=e.length),g&&(h=e.replace(s,"_").length),l?h!==t.len&&i.push(ne(u.messages[d].len,t.fullField,t.len)):a&&!o&&h<t.min?i.push(ne(u.messages[d].min,t.fullField,t.min)):o&&!a&&h>t.max?i.push(ne(u.messages[d].max,t.fullField,t.max)):a&&o&&(h<t.min||h>t.max)&&i.push(ne(u.messages[d].range,t.fullField,t.min,t.max))}var at="enum";function Q_(t,e,n,i,u){t[at]=Array.isArray(t[at])?t[at]:[],t[at].indexOf(e)===-1&&i.push(ne(u.messages[at],t.fullField,t[at].join(", ")))}function X_(t,e,n,i,u){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||i.push(ne(u.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var l=new RegExp(t.pattern);l.test(e)||i.push(ne(u.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var A={required:Zr,whitespace:K_,type:G_,range:Z_,enum:Q_,pattern:X_};function J_(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(K(e,"string")&&!t.required)return n();A.required(t,e,i,l,u,"string"),K(e,"string")||(A.type(t,e,i,l,u),A.range(t,e,i,l,u),A.pattern(t,e,i,l,u),t.whitespace===!0&&A.whitespace(t,e,i,l,u))}n(l)}function Y_(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(K(e)&&!t.required)return n();A.required(t,e,i,l,u),e!==void 0&&A.type(t,e,i,l,u)}n(l)}function p_(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(e===""&&(e=void 0),K(e)&&!t.required)return n();A.required(t,e,i,l,u),e!==void 0&&(A.type(t,e,i,l,u),A.range(t,e,i,l,u))}n(l)}function e6(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(K(e)&&!t.required)return n();A.required(t,e,i,l,u),e!==void 0&&A.type(t,e,i,l,u)}n(l)}function t6(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(K(e)&&!t.required)return n();A.required(t,e,i,l,u),K(e)||A.type(t,e,i,l,u)}n(l)}function n6(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(K(e)&&!t.required)return n();A.required(t,e,i,l,u),e!==void 0&&(A.type(t,e,i,l,u),A.range(t,e,i,l,u))}n(l)}function i6(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(K(e)&&!t.required)return n();A.required(t,e,i,l,u),e!==void 0&&(A.type(t,e,i,l,u),A.range(t,e,i,l,u))}n(l)}function u6(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(e==null&&!t.required)return n();A.required(t,e,i,l,u,"array"),e!=null&&(A.type(t,e,i,l,u),A.range(t,e,i,l,u))}n(l)}function l6(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(K(e)&&!t.required)return n();A.required(t,e,i,l,u),e!==void 0&&A.type(t,e,i,l,u)}n(l)}var a6="enum";function r6(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(K(e)&&!t.required)return n();A.required(t,e,i,l,u),e!==void 0&&A[a6](t,e,i,l,u)}n(l)}function o6(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(K(e,"string")&&!t.required)return n();A.required(t,e,i,l,u),K(e,"string")||A.pattern(t,e,i,l,u)}n(l)}function c6(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(K(e,"date")&&!t.required)return n();if(A.required(t,e,i,l,u),!K(e,"date")){var o;e instanceof Date?o=e:o=new Date(e),A.type(t,o,i,l,u),o&&A.range(t,o.getTime(),i,l,u)}}n(l)}function s6(t,e,n,i,u){var l=[],a=Array.isArray(e)?"array":typeof e;A.required(t,e,i,l,u,a),n(l)}function tl(t,e,n,i,u){var l=t.type,a=[],o=t.required||!t.required&&i.hasOwnProperty(t.field);if(o){if(K(e,l)&&!t.required)return n();A.required(t,e,i,a,u,l),K(e,l)||A.type(t,e,i,a,u)}n(a)}function d6(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(K(e)&&!t.required)return n();A.required(t,e,i,l,u)}n(l)}var jt={string:J_,method:Y_,number:p_,boolean:e6,regexp:t6,integer:n6,float:i6,array:u6,object:l6,enum:r6,pattern:o6,date:c6,url:tl,hex:tl,email:tl,required:s6,any:d6};function nl(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var il=nl();function Ae(t){this.rules=null,this._messages=il,this.define(t)}Ae.prototype={messages:function(e){return e&&(this._messages=Gr(nl(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if(typeof e!="object"||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var n,i;for(n in e)e.hasOwnProperty(n)&&(i=e[n],this.rules[n]=Array.isArray(i)?i:[i])},validate:function(e,n,i){var u=this;n===void 0&&(n={}),i===void 0&&(i=function(){});var l=e,a=n,o=i;if(typeof a=="function"&&(o=a,a={}),!this.rules||Object.keys(this.rules).length===0)return o&&o(),Promise.resolve();function s(b){var w,m=[],B={};function T(S){if(Array.isArray(S)){var P;m=(P=m).concat.apply(P,S)}else m.push(S)}for(w=0;w<b.length;w++)T(b[w]);m.length?B=pu(m):(m=null,B=null),o(m,B)}if(a.messages){var h=this.messages();h===il&&(h=nl()),Gr(h,a.messages),a.messages=h}else a.messages=this.messages();var d,y,g={},E=a.keys||Object.keys(this.rules);E.forEach(function(b){d=u.rules[b],y=l[b],d.forEach(function(w){var m=w;typeof m.transform=="function"&&(l===e&&(l=fe({},l)),y=l[b]=m.transform(y)),typeof m=="function"?m={validator:m}:m=fe({},m),m.validator=u.getValidationMethod(m),m.field=b,m.fullField=m.fullField||b,m.type=u.getType(m),m.validator&&(g[b]=g[b]||[],g[b].push({rule:m,value:y,source:l,field:b}))})});var _={};return z_(g,a,function(b,w){var m=b.rule,B=(m.type==="object"||m.type==="array")&&(typeof m.fields=="object"||typeof m.defaultField=="object");B=B&&(m.required||!m.required&&b.value),m.field=b.field;function T(Q,N){return fe(fe({},N),{},{fullField:m.fullField+"."+Q})}function S(Q){Q===void 0&&(Q=[]);var N=Q;if(Array.isArray(N)||(N=[N]),!a.suppressWarning&&N.length&&Ae.warning("async-validator:",N),N.length&&m.message!==void 0&&(N=[].concat(m.message)),N=N.map(Kr(m)),a.first&&N.length)return _[m.field]=1,w(N);if(!B)w(N);else{if(m.required&&!b.value)return m.message!==void 0?N=[].concat(m.message).map(Kr(m)):a.error&&(N=[a.error(m,ne(a.messages.required,m.field))]),w(N);var le={};if(m.defaultField)for(var On in b.value)b.value.hasOwnProperty(On)&&(le[On]=m.defaultField);le=fe(fe({},le),b.rule.fields);for(var _e in le)if(le.hasOwnProperty(_e)){var Du=Array.isArray(le[_e])?le[_e]:[le[_e]];le[_e]=Du.map(T.bind(null,_e))}var Rn=new Ae(le);Rn.messages(a.messages),b.rule.options&&(b.rule.options.messages=a.messages,b.rule.options.error=a.error),Rn.validate(b.value,b.rule.options||a,function(kt){var Be=[];N&&N.length&&Be.push.apply(Be,N),kt&&kt.length&&Be.push.apply(Be,kt),w(Be.length?Be:null)})}}var P;m.asyncValidator?P=m.asyncValidator(m,b.value,S,b.source,a):m.validator&&(P=m.validator(m,b.value,S,b.source,a),P===!0?S():P===!1?S(m.message||m.field+" fails"):P instanceof Array?S(P):P instanceof Error&&S(P.message)),P&&P.then&&P.then(function(){return S()},function(Q){return S(Q)})},function(b){s(b)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!jt.hasOwnProperty(e.type))throw new Error(ne("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if(typeof e.validator=="function")return e.validator;var n=Object.keys(e),i=n.indexOf("message");return i!==-1&&n.splice(i,1),n.length===1&&n[0]==="required"?jt.required:jt[this.getType(e)]||!1}},Ae.register=function(e,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");jt[e]=n},Ae.warning=Wr,Ae.messages=il,Ae.validators=jt;var h6={required:r("CMD.aad41751712156995"),maxLength:r("CMD.890d1751712141808"),minLength:r("CMD.bb9b1751712143625"),string:{range:r("CMD.f7131751712147855")}};function f6(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new Ae(t);return n.messages(Object.assign(h6,e)),n}var y6=new NE;function ul(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function v6(t){if(Array.isArray(t))return t}function m6(t){if(Array.isArray(t))return ul(t)}function Qr(t,e,n,i,u,l,a){try{var o=t[l](a),s=o.value}catch(h){n(h);return}o.done?e(s):Promise.resolve(s).then(i,u)}function Xr(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var l=t.apply(e,n);function a(s){Qr(l,i,u,a,o,"next",s)}function o(s){Qr(l,i,u,a,o,"throw",s)}a(void 0)})}}function g6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Jr(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function b6(t,e,n){return e&&Jr(t.prototype,e),n&&Jr(t,n),t}function M(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Yr(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function pr(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function C6(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function E6(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function eo(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},i=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),i.forEach(function(u){M(t,u,n[u])})}return t}function _6(t){return v6(t)||pr(t)||to(t)||C6()}function ll(t){return m6(t)||pr(t)||to(t)||E6()}function B6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function to(t,e){if(!!t){if(typeof t=="string")return ul(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ul(t,e)}}function no(t,e){var n,i,u,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),o=Object.defineProperty;return o(a,"next",{value:s(0)}),o(a,"throw",{value:s(1)}),o(a,"return",{value:s(2)}),typeof Symbol=="function"&&o(a,Symbol.iterator,{value:function(){return this}}),a;function s(d){return function(y){return h([d,y])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,d[0]&&(l=0)),l;)try{if(n=1,i&&(u=d[0]&2?i.return:d[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,d[1])).done)return u;switch(i=0,u&&(d=[d[0]&2,u.value]),d[0]){case 0:case 1:u=d;break;case 4:return l.label++,{value:d[1],done:!1};case 5:l.label++,i=d[1],d=[0];continue;case 7:d=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(d[0]===6||d[0]===2)){l=0;continue}if(d[0]===3&&(!u||d[1]>u[0]&&d[1]<u[3])){l.label=d[1];break}if(d[0]===6&&l.label<u[1]){l.label=u[1],u=d;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(d);break}u[2]&&l.ops.pop(),l.trys.pop();continue}d=e.call(t,l)}catch(y){d=[6,y],i=0}finally{n=u=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var L=function(){function e(n){var i=this;g6(this,e);var u,l,a,o;M(this,"id",void 0),M(this,"name",void 0),M(this,"icon",void 0),M(this,"type",void 0),M(this,"controlType",void 0),M(this,"props",void 0),M(this,"setting",[]),M(this,"fieldType",void 0),M(this,"eventKeys",[]),M(this,"customEvents",[]),M(this,"parent",null),M(this,"slots",void 0),M(this,"slotPosition",void 0),M(this,"updateSetting",uo),M(this,"removeSetting",io),this._callControlHooks("preInstance",n);var s=Yr(this,e)?this.constructor:void 0,h=s.controlName,d=s.controlIcon,y=s.controlType,g=s.controlFieldType,E=s.controlEventKeys,_=s.controlCustomEvents,b=s.name,w=s.setting,m=s.slots,B=s.slotPosition;h&&d&&y||vr("The ".concat(b," controlName,controlIcon,controlType is not define")),this.id=(u=n==null?void 0:n.id)!==null&&u!==void 0?u:oe(10),this.name=h,this.icon=d,this.type=(l=n==null?void 0:n.type)!==null&&l!==void 0?l:y,this.props=new j(n==null?void 0:n.props,(Yr(this,e)?this.constructor:void 0).controlName),this.controlType=(a=n==null?void 0:n.controlType)!==null&&a!==void 0?a:"base",this.setting=ce(w),this.fieldType=(o=n==null?void 0:n.fieldType)!==null&&o!==void 0?o:g,this.eventKeys=ce(E),this.customEvents=ce(_),this.slots=ce(m),this.slotPosition=ce(B),Promise.resolve().then(function(){i._callControlHooks("postInstance",n)})}return b6(e,[{key:"rules",get:function(){var i=this.props.constructor.Rules;return i?new i(this.props):{}}},{key:"_callControlHooks",value:function(){for(var i=arguments.length,u=new Array(i),l=0;l<i;l++)u[l]=arguments[l];var a,o=_6(u),s=o[0],h=o.slice(1);return(a=y6).emit.apply(a,[s,this].concat(ll(h)))}},{key:"preUpdate",value:function(i,u){this._callControlHooks("preUpdateProps",i,u)}},{key:"postUpdate",value:function(i,u){this._callControlHooks("postUpdateProps",i,u)}},{key:"updateProps",value:function(i,u){this.preUpdate(i,u),wE(this.props,i,u),this.postUpdate(i,u)}},{key:"preValidate",value:function(){return Xr(function(){var i,u,l;return no(this,function(a){switch(a.label){case 0:return i=eo({},this.rules),[4,this._callControlHooks("preValidate",i)];case 1:return u=a.sent(),l=u[u.length-1],[2,l===!1?void 0:l]}})}).call(this)}},{key:"validate",value:function(i,u){return Xr(function(){var l,a,o,s;return no(this,function(h){switch(h.label){case 0:return[4,this.preValidate()];case 1:l=h.sent(),a=l!==void 0?l:eo({},this.rules),Array.isArray(u)&&u.forEach(function(d){a.hasOwnProperty(d)&&delete a[d]}),o=f6(a,i),h.label=2;case 2:return h.trys.push([2,4,,5]),[4,o.validate(this.props)];case 3:return h.sent(),[2,!0];case 4:throw s=h.sent(),s.control||(s.control=this),s;case 5:return[2]}})}).call(this)}},{key:"toDataBindModel",value:function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=this.fieldType,l=this.id,a=this.type,o=this.props,s=o.dataBind,h=o.datasourceBind,d=o.optionConfig,y=o.caption,g=o.required,E=o.maxLength,_=o.options,b=o.encrypted,w=o.encryptedMode;if(!(!u&&!s&&!h)){var m={parentId:i,fieldType:u,controlId:l,caption:y,type:a,props:{}};switch(s&&(m.dataBind=s),d){case"datasource":case void 0:h&&(m.datasourceBind=h);break;case"custom":m.props.options=_;break}return g!==void 0&&(m.required=g),E!==void 0&&(m.maxLength=E),b!==void 0&&(m.encrypted=b),w!==void 0&&(m.encryptedMode=w),m}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:ce(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(i,u){if(i==="setting"){if(u.add){var l;(l=this.setting).push.apply(l,ll(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),e}();M(L,"mode","Designer"),M(L,"slots",void 0),M(L,"slotPosition",void 0),M(L,"controlName",r("CMD.7baf1751712168384")),M(L,"controlIcon","icon"),M(L,"controlType","control"),M(L,"controlFieldType",void 0),M(L,"controlEventKeys",[]),M(L,"controlCustomEvents",[]),M(L,"setting",[]),M(L,"__is_control__",!0),M(L,"removeSettingItem",io),M(L,"updateSettingItem",uo);function io(t){var e=this,n=Array.isArray(t)?t:[t];n.forEach(function(i){var u,l=typeof i!="string",a=(u=e.setting)===null||u===void 0?void 0:u.findIndex(function(h){return h.key===(l?i.key:i)});if(a!==-1){var o,s;l?e.setting[a].showItems=(o=e.setting[a].showItems)===null||o===void 0?void 0:o.filter(function(h){return!i.hideItems.includes(h)}):e.setting.splice(a,1),l&&!(!((s=e.setting[a].showItems)===null||s===void 0)&&s.length)&&e.setting.splice(a,1)}})}function uo(t,e){var n=this,i=typeof t=="string"?[t]:t;i.forEach(function(u){var l=n.setting.find(function(h){return h.key===u});if(l){if(typeof e=="boolean")l.visible=e;else if((typeof e=="undefined"?"undefined":B6(e))==="object"){var a,o=(a=e.type)!==null&&a!==void 0?a:"replace";if(o==="replace")l.showItems=e.showItems;else{var s;(s=l.showItems).push.apply(s,ll(e.showItems))}}}})}function w6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function lo(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function D6(t,e,n){return e&&lo(t.prototype,e),n&&lo(t,n),t}function ie(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function F6(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}var q=function(){function e(n){w6(this,e);var i,u,l,a,o;ie(this,"id",void 0),ie(this,"type",void 0),ie(this,"controlType",void 0),ie(this,"props",void 0),ie(this,"fieldType",void 0),ie(this,"customEvents",[]),ie(this,"pageStatus",void 0),ie(this,"parent",null);var s=F6(this,e)?this.constructor:void 0,h=s.controlType,d=s.controlFieldType,y=s.name,g=s.controlCustomEvents;h||vr("The ".concat(y," controlType is not define")),this.id=(i=n==null?void 0:n.id)!==null&&i!==void 0?i:oe(10),this.type=(u=n==null?void 0:n.type)!==null&&u!==void 0?u:h,this.props=new j(n==null?void 0:n.props),this.customEvents=g,this.controlType=(l=n==null?void 0:n.controlType)!==null&&l!==void 0?l:"base",this.fieldType=(a=n==null?void 0:n.fieldType)!==null&&a!==void 0?a:d,this.pageStatus=(o=n==null?void 0:n.pageStatus)!==null&&o!==void 0?o:b_.UNKNOWN}return D6(e,[{key:"rules",get:function(){var i=this.props.constructor.RuntimeRules;if(i){var u=new i(this.props);return Array.from(u)}return[]}}]),e}();ie(q,"mode","Runtime"),ie(q,"controlType","control"),ie(q,"controlFieldType",void 0),ie(q,"__is_control__",!0),ie(q,"controlCustomEvents",[]);function al(t){t.hasOwnProperty("optionConfig")||(this.optionConfig={type:"any"}),t.hasOwnProperty("options")||(this.options={type:"any"}),t.hasOwnProperty("datasourceBind")||(this.datasourceBind={type:"any"}),t.hasOwnProperty("options")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="custom")?this.options=[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:r("CMD.pleaseEnterLabel",null,"\u8BF7\u8F93\u5165\u663E\u793A\u503C")},value:{type:"string",required:!0,message:r("CMD.pleaseEnterValue",null,"\u8BF7\u8F93\u5165\u5B58\u50A8\u503C")}}}},{type:"array",validator:function(n,i,u){i.length===0&&u(r("CMD.optionIsRequired",null,"\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879")),u()}},{type:"array",validator:function(n,i,u){var l=i.map(function(o){return o.value}),a=TE(l);l.length!==a.length?u(r("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")):u()},message:r("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:r("CMD.pleaseEnterDataCode",null,"\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B")},valueFieldCode:{type:"string",required:!0,message:r("CMD.pleaseEnterValueFieldCode",null,"\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C")},svcCode:{type:"string",required:!0,message:r("CMD.pleaseEnterSvcCode",null,"\u8BF7\u7ED1\u5B9A\u670D\u52A1")},displayBoList:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator:function(n,i,u){i.length===0&&u(r("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")),u()},message:r("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")}],orders:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:r("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}])}function Kn(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:r(n?"CMD.pleaseEnterDataCodeInDataSetting":"CMD.pleaseEnterDataCode",null,r(n?"CMD.c4901751712137782":"CMD.8e161751712150947"))},valueFieldCode:{type:"string",required:!0,message:r(n?"CMD.pleaseEnterValueFieldCodeInDataSetting":"CMD.pleaseEnterValueFieldCode",null,r(n?"CMD.9af91751712139782":"CMD.92701751712154242"))},svcCode:{type:"string",required:!0,message:r(n?"CMD.pleaseEnterSvcCodeInDataSetting":"CMD.pleaseEnterSvcCode",null,r(n?"CMD.203c1751712145631":"CMD.9d361751712158465"))},attributes:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},key:{type:"string",required:!0,message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},value:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator:function(u,l,a){l.length===0&&a(r(n?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,r(n?"CMD.6a071751712131459":"CMD.52351751712149286"))),a()},message:r(n?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,r(n?"CMD.6a071751712131459":"CMD.52351751712149286"))}]}}}],orders:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:r("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}]}function A6(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}function I6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Gn(t,e,n){return e=Qn(e),S6(t,ao()?Reflect.construct(e,n||[],Qn(t).constructor):e.apply(t,n))}function Zn(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function H(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Qn(t){return Qn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Qn(t)}function Xn(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&rl(t,e)}function S6(t,e){return e&&(T6(e)==="object"||typeof e=="function")?e:I6(t)}function rl(t,e){return rl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},rl(t,e)}function T6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function ao(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(ao=function(){return!!t})()}var J=function(t){Xn(e,t);function e(n){Zn(this,e);var i;i=Gn(this,e,[n]),H(i,"dataBind",{}),H(i,"caption",{type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}),H(i,"isHideCaption",{type:"boolean"}),H(i,"labelPosition",{type:"enum",enum:["top","left"]}),H(i,"defaultState",{type:"enum",enum:["default","readonly"]}),H(i,"required",{type:"boolean"}),H(i,"captionTip",{type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")});var u={fieldCode:{type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},dataCode:{type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}};if(A6(n.dataBind))i.dataBind={type:"object",required:!0,fields:ce(u),message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};else{var l={type:"object",required:!0,fields:{},message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};Object.keys(n.dataBind).forEach(function(a){l.fields[a]={type:"object",required:!0,fields:ce(u),message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}}),i.dataBind=l}return n.isShowCaptionTip&&(i.captionTip.required=!0),i}return e}(U),V=function(t){Xn(e,t);function e(n){Zn(this,e);var i;i=Gn(this,e,[n]);var u=n.isHide?!1:n.required;return u&&i.push({type:"string",required:u,message:n.requiredMessage!==""?n.requiredMessage:r("CMD.runtimeRequired",{caption:n.caption},"{caption}\u5FC5\u586B")}),i}return e}(Me),I=function(t){Xn(e,t);function e(n){Zn(this,e);var i,u,l,a,o,s,h,d,y,g,E,_,b,w;return i=Gn(this,e,[n]),H(i,"caption",void 0),H(i,"captionSize",void 0),H(i,"captionColor",void 0),H(i,"isCaptionItalic",void 0),H(i,"isHideCaption",void 0),H(i,"isShowCaptionTip",void 0),H(i,"captionTip",void 0),H(i,"labelPosition",void 0),H(i,"dataBind",void 0),H(i,"defaultValue",void 0),H(i,"placeholder",void 0),H(i,"defaultState",void 0),H(i,"required",void 0),H(i,"requiredMessage",void 0),i.caption=(u=n==null?void 0:n.caption)!==null&&u!==void 0?u:"",i.captionSize=(l=n==null?void 0:n.captionSize)!==null&&l!==void 0?l:"",i.captionColor=(a=n==null?void 0:n.captionColor)!==null&&a!==void 0?a:"",i.isCaptionItalic=(o=n==null?void 0:n.isCaptionItalic)!==null&&o!==void 0?o:!1,i.isHideCaption=(s=n==null?void 0:n.isHideCaption)!==null&&s!==void 0?s:!1,i.isShowCaptionTip=(h=n==null?void 0:n.isShowCaptionTip)!==null&&h!==void 0?h:!1,i.captionTip=(d=n==null?void 0:n.captionTip)!==null&&d!==void 0?d:"",i.defaultState=(y=n==null?void 0:n.defaultState)!==null&&y!==void 0?y:"default",i.labelPosition=(g=n==null?void 0:n.labelPosition)!==null&&g!==void 0?g:"top",i.placeholder=(E=n==null?void 0:n.placeholder)!==null&&E!==void 0?E:"",i.required=(_=n==null?void 0:n.required)!==null&&_!==void 0?_:!1,i.requiredMessage=(b=n==null?void 0:n.requiredMessage)!==null&&b!==void 0?b:"",i.dataBind=new he(n==null?void 0:n.dataBind),i.defaultValue=(w=n==null?void 0:n.defaultValue)!==null&&w!==void 0?w:"",i}return e}(j);H(I,"Rules",J),H(I,"RuntimeRules",V);var rt=function(t){Xn(e,t);function e(n){Zn(this,e);var i;return i=Gn(this,e,[n]),H(i,"optionConfig",{type:"enum",enum:["custom","datasource"],message:r("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")}),H(i,"options",[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}]),H(i,"datasourceBind",[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}]),al.call(i,n),i}return e}(J);function P6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function k6(t,e,n){return e=Yn(e),x6(t,ro()?Reflect.construct(e,n||[],Yn(t).constructor):e.apply(t,n))}function O6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Jn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Yn(t){return Yn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Yn(t)}function R6(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&ol(t,e)}function x6(t,e){return e&&(M6(e)==="object"||typeof e=="function")?e:P6(t)}function ol(t,e){return ol=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ol(t,e)}function M6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function ro(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(ro=function(){return!!t})()}var k=function(t){R6(e,t);function e(n){O6(this,e);var i;return i=k6(this,e,[n]),Jn(i,"controlType","form"),Jn(i,"props",void 0),i.props=new I(n==null?void 0:n.props),i}return e}(L);Jn(k,"controlEventKeys",["on_change","on_focus","on_blur"]),Jn(k,"controlCustomAttributes",void 0);function L6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function $6(t,e,n){return e=pn(e),V6(t,oo()?Reflect.construct(e,n||[],pn(t).constructor):e.apply(t,n))}function N6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function cl(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function pn(t){return pn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},pn(t)}function H6(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&sl(t,e)}function V6(t,e){return e&&(j6(e)==="object"||typeof e=="function")?e:L6(t)}function sl(t,e){return sl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},sl(t,e)}function j6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function oo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(oo=function(){return!!t})()}var O=function(t){H6(e,t);function e(n){N6(this,e);var i;return i=$6(this,e,[n]),cl(i,"controlType","form"),cl(i,"props",void 0),cl(i,"value",void 0),i.props=new I(n==null?void 0:n.props),i}return e}(q);function q6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function W6(t,e,n){return e=ei(e),K6(t,co()?Reflect.construct(e,n||[],ei(t).constructor):e.apply(t,n))}function U6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ei(t){return ei=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ei(t)}function z6(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&dl(t,e)}function K6(t,e){return e&&(G6(e)==="object"||typeof e=="function")?e:q6(t)}function dl(t,e){return dl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},dl(t,e)}function G6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function co(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(co=function(){return!!t})()}var R=function(t){z6(e,t);function e(n){return U6(this,e),W6(this,e,[n])}return e}(j);function hl(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function Z6(t){if(Array.isArray(t))return hl(t)}function Q6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function so(t,e,n,i,u,l,a){try{var o=t[l](a),s=o.value}catch(h){n(h);return}o.done?e(s):Promise.resolve(s).then(i,u)}function X6(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var l=t.apply(e,n);function a(s){so(l,i,u,a,o,"next",s)}function o(s){so(l,i,u,a,o,"throw",s)}a(void 0)})}}function J6(t,e,n){return e=Se(e),rB(t,yo()?Reflect.construct(e,n||[],Se(t).constructor):e.apply(t,n))}function Y6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ho(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function p6(t,e,n){return e&&ho(t.prototype,e),n&&ho(t,n),t}function Ie(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ot(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?ot=Reflect.get:ot=function(u,l,a){var o=oB(u,l);if(!!o){var s=Object.getOwnPropertyDescriptor(o,l);return s.get?s.get.call(a||u):s.value}},ot(t,e,n||t)}function Se(t){return Se=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Se(t)}function eB(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&fl(t,e)}function tB(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function nB(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function iB(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function uB(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},i=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),i.forEach(function(u){Ie(t,u,n[u])})}return t}function lB(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(u){return Object.getOwnPropertyDescriptor(t,u).enumerable})),n.push.apply(n,i)}return n}function aB(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):lB(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function rB(t,e){return e&&(cB(e)==="object"||typeof e=="function")?e:Q6(t)}function fl(t,e){return fl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},fl(t,e)}function oB(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=Se(t),t!==null););return t}function fo(t){return Z6(t)||nB(t)||sB(t)||iB()}function cB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function sB(t,e){if(!!t){if(typeof t=="string")return hl(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return hl(t,e)}}function yo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(yo=function(){return!!t})()}function dB(t,e){var n,i,u,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),o=Object.defineProperty;return o(a,"next",{value:s(0)}),o(a,"throw",{value:s(1)}),o(a,"return",{value:s(2)}),typeof Symbol=="function"&&o(a,Symbol.iterator,{value:function(){return this}}),a;function s(d){return function(y){return h([d,y])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,d[0]&&(l=0)),l;)try{if(n=1,i&&(u=d[0]&2?i.return:d[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,d[1])).done)return u;switch(i=0,u&&(d=[d[0]&2,u.value]),d[0]){case 0:case 1:u=d;break;case 4:return l.label++,{value:d[1],done:!1};case 5:l.label++,i=d[1],d=[0];continue;case 7:d=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(d[0]===6||d[0]===2)){l=0;continue}if(d[0]===3&&(!u||d[1]>u[0]&&d[1]<u[3])){l.label=d[1];break}if(d[0]===6&&l.label<u[1]){l.label=u[1],u=d;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(d);break}u[2]&&l.ops.pop(),l.trys.pop();continue}d=e.call(t,l)}catch(y){d=[6,y],i=0}finally{n=u=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var hB=1e4,x=function(e){eB(n,e);function n(i){Y6(this,n);var u;u=J6(this,n,[i]),Ie(u,"controlType","layout"),Ie(u,"children",void 0),Ie(u,"excludes",void 0),Ie(u,"childrenMaxLength",void 0),Ie(u,"props",void 0);var l=tB(this,n)?this.constructor:void 0,a=l.excludes,o=l.childrenMaxLength;return u.props=new R(i==null?void 0:i.props),se(u,"children",i==null?void 0:i.children,void 0,"Designer"),u.excludes=ce(a),u.childrenMaxLength=o,u}return p6(n,[{key:"judgeExcludesChildren",value:function(u){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(u)}},{key:"judgeJoinChildren",value:function(u){var l=this.judgeExcludesChildren(u);return l&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(u,l){var a=this,o=this,s=function(){return ot(Se(n.prototype),"validate",a)};return X6(function(){return dB(this,function(h){switch(h.label){case 0:return[4,s().call(o,u,l)];case 1:return h.sent(),[4,Promise.all(this.children.map(function(d){return d.validate(u,l)}))];case 2:return h.sent(),[2,!0]}})}).call(this)}},{key:"toDataBindModel",value:function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,l=ot(Se(n.prototype),"toDataBindModel",this).call(this),a=l?[l]:[];return this.children.reduce(function(o,s){var h=s.toDataBindModel(u);if(Array.isArray(h)){var d=h.filter(function(y){return!!y});return fo(o).concat(fo(d))}return h&&o.push(h),o},a)}},{key:"toSchema",value:function(){var u=ot(Se(n.prototype),"toSchema",this).call(this),l=this.children.map(function(a){var o=a.toSchema();return o});return aB(uB({},u),{children:l})}}]),n}(L);Ie(x,"excludes",!1),Ie(x,"childrenMaxLength",hB);function fB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function yB(t,e,n){return e=ti(e),gB(t,vo()?Reflect.construct(e,n||[],ti(t).constructor):e.apply(t,n))}function vB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function yl(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ti(t){return ti=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ti(t)}function mB(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&vl(t,e)}function gB(t,e){return e&&(bB(e)==="object"||typeof e=="function")?e:fB(t)}function vl(t,e){return vl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},vl(t,e)}function bB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function vo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(vo=function(){return!!t})()}var $=function(t){mB(e,t);function e(n){vB(this,e);var i;return i=yB(this,e,[n]),yl(i,"controlType","layout"),yl(i,"children",void 0),yl(i,"props",void 0),i.props=new R(n==null?void 0:n.props),se(i,"children",n==null?void 0:n.children,void 0,"Runtime"),i}return e}(q);function CB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function EB(t,e,n){return e=ni(e),wB(t,mo()?Reflect.construct(e,n||[],ni(t).constructor):e.apply(t,n))}function _B(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ct(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ni(t){return ni=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ni(t)}function BB(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&ml(t,e)}function wB(t,e){return e&&(DB(e)==="object"||typeof e=="function")?e:CB(t)}function ml(t,e){return ml=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ml(t,e)}function DB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function mo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(mo=function(){return!!t})()}var ii=function(t){BB(e,t);function e(n,i,u){_B(this,e);var l,a,o,s,h;return l=EB(this,e,[i]),ct(l,"headers",void 0),ct(l,"footers",void 0),ct(l,"pageIndex",void 0),ct(l,"pageSize",void 0),ct(l,"pageSizeOptions",void 0),ct(l,"totalCount",void 0),se(l,"headers",i==null?void 0:i.headers,n,u),se(l,"footers",i==null?void 0:i.footers,n),l.pageIndex=(a=i==null?void 0:i.pageIndex)!==null&&a!==void 0?a:1,l.pageSize=(o=i==null?void 0:i.pageSize)!==null&&o!==void 0?o:20,l.pageSizeOptions=(s=i==null?void 0:i.pageSizeOptions)!==null&&s!==void 0?s:[20],l.totalCount=(h=i==null?void 0:i.totalCount)!==null&&h!==void 0?h:0,l}return e}(j);function gl(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function FB(t){if(Array.isArray(t))return gl(t)}function AB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function go(t,e,n,i,u,l,a){try{var o=t[l](a),s=o.value}catch(h){n(h);return}o.done?e(s):Promise.resolve(s).then(i,u)}function IB(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var l=t.apply(e,n);function a(s){go(l,i,u,a,o,"next",s)}function o(s){go(l,i,u,a,o,"throw",s)}a(void 0)})}}function SB(t,e,n){return e=Te(e),MB(t,Bo()?Reflect.construct(e,n||[],Te(t).constructor):e.apply(t,n))}function TB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function bo(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function PB(t,e,n){return e&&bo(t.prototype,e),n&&bo(t,n),t}function ui(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function st(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?st=Reflect.get:st=function(u,l,a){var o=LB(u,l);if(!!o){var s=Object.getOwnPropertyDescriptor(o,l);return s.get?s.get.call(a||u):s.value}},st(t,e,n||t)}function Te(t){return Te=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Te(t)}function kB(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&bl(t,e)}function OB(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function RB(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Co(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},i=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),i.forEach(function(u){ui(t,u,n[u])})}return t}function xB(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(u){return Object.getOwnPropertyDescriptor(t,u).enumerable})),n.push.apply(n,i)}return n}function Eo(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):xB(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function MB(t,e){return e&&($B(e)==="object"||typeof e=="function")?e:AB(t)}function bl(t,e){return bl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},bl(t,e)}function LB(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=Te(t),t!==null););return t}function _o(t){return FB(t)||OB(t)||NB(t)||RB()}function $B(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function NB(t,e){if(!!t){if(typeof t=="string")return gl(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return gl(t,e)}}function Bo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Bo=function(){return!!t})()}function HB(t,e){var n,i,u,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),o=Object.defineProperty;return o(a,"next",{value:s(0)}),o(a,"throw",{value:s(1)}),o(a,"return",{value:s(2)}),typeof Symbol=="function"&&o(a,Symbol.iterator,{value:function(){return this}}),a;function s(d){return function(y){return h([d,y])}}function h(d){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,d[0]&&(l=0)),l;)try{if(n=1,i&&(u=d[0]&2?i.return:d[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,d[1])).done)return u;switch(i=0,u&&(d=[d[0]&2,u.value]),d[0]){case 0:case 1:u=d;break;case 4:return l.label++,{value:d[1],done:!1};case 5:l.label++,i=d[1],d=[0];continue;case 7:d=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(d[0]===6||d[0]===2)){l=0;continue}if(d[0]===3&&(!u||d[1]>u[0]&&d[1]<u[3])){l.label=d[1];break}if(d[0]===6&&l.label<u[1]){l.label=u[1],u=d;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(d);break}u[2]&&l.ops.pop(),l.trys.pop();continue}d=e.call(t,l)}catch(y){d=[6,y],i=0}finally{n=u=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var Cl=function(t){kB(e,t);function e(n){TB(this,e);var i;return i=SB(this,e,[n]),ui(i,"controlType","list"),ui(i,"props",void 0),i.props=new ii(i,n==null?void 0:n.props,"Designer"),i}return PB(e,[{key:"validate",value:function(i,u){var l=this,a=this,o=function(){return st(Te(e.prototype),"validate",l)};return IB(function(){return HB(this,function(s){switch(s.label){case 0:return[4,o().call(a,i)];case 1:return s.sent(),[4,Promise.all(this.props.headers.map(function(h){return h.validate(i,u)}))];case 2:return s.sent(),[2,!0]}})}).call(this)}},{key:"toDataBindModel",value:function(){var i=st(Te(e.prototype),"toDataBindModel",this).call(this),u=i?[i]:[],l=this.id;return this.props.headers.reduce(function(a,o){var s=o.toDataBindModel(l);if(Array.isArray(s)){var h=s.filter(function(d){return!!d});return _o(a).concat(_o(h))}return s&&a.push(s),a},u)}},{key:"toSchema",value:function(){var i=st(Te(e.prototype),"toSchema",this).call(this),u=this.props.headers.map(function(l){return l.toSchema()});return Eo(Co({},i),{props:Eo(Co({},this.props),{headers:u})})}}]),e}(L);ui(Cl,"controlFieldType",C.LIST);function VB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function jB(t,e,n){return e=li(e),zB(t,Do()?Reflect.construct(e,n||[],li(t).constructor):e.apply(t,n))}function qB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function wo(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function WB(t,e,n){return e&&wo(t.prototype,e),n&&wo(t,n),t}function El(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function li(t){return li=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},li(t)}function UB(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&_l(t,e)}function zB(t,e){return e&&(KB(e)==="object"||typeof e=="function")?e:VB(t)}function _l(t,e){return _l=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},_l(t,e)}function KB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Do(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Do=function(){return!!t})()}var Fo=function(t){UB(e,t);function e(n){qB(this,e);var i;return i=jB(this,e,[n]),El(i,"controlType","list"),El(i,"children",void 0),El(i,"props",void 0),i.props=new ii(i,n==null?void 0:n.props,"Runtime"),se(i,"children",n==null?void 0:n.children,void 0,"Runtime"),i}return WB(e,[{key:"length",get:function(){return this.children.length}}]),e}(q);function GB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Bl(t,e,n){return e=ai(e),ZB(t,Ao()?Reflect.construct(e,n||[],ai(t).constructor):e.apply(t,n))}function wl(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Y(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ai(t){return ai=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ai(t)}function Dl(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Fl(t,e)}function ZB(t,e){return e&&(QB(e)==="object"||typeof e=="function")?e:GB(t)}function Fl(t,e){return Fl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Fl(t,e)}function QB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ao(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ao=function(){return!!t})()}var be=function(t){Dl(e,t);function e(n){wl(this,e);var i;return i=Bl(this,e,[n]),Y(i,"caption",{type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}),Y(i,"width",{type:"number",required:!1,message:r("CMD.pleaseEnterColumnWidth",null,"\u8BF7\u8F93\u5165\u5217\u5BBD")}),i.width.required=n.widthType==="px",i}return e}(U),W=function(t){Dl(e,t);function e(n){wl(this,e);var i,u,l,a,o,s;return i=Bl(this,e,[n]),Y(i,"widthType",void 0),Y(i,"width",void 0),Y(i,"caption",void 0),Y(i,"dataBind",void 0),Y(i,"autoWidth",void 0),Y(i,"fixed",void 0),Y(i,"sort",void 0),Y(i,"align",void 0),Y(i,"colSpan",void 0),Y(i,"autoHeight",void 0),Y(i,"children",void 0),i.width=(u=n==null?void 0:n.width)!==null&&u!==void 0?u:150,i.widthType=(n==null?void 0:n.widthType)||"auto",i.caption=(l=n==null?void 0:n.caption)!==null&&l!==void 0?l:"",i.fixed=(a=n==null?void 0:n.fixed)!==null&&a!==void 0?a:"none",i.autoWidth=new kr(n==null?void 0:n.autoWidth),i.dataBind=new he(n==null?void 0:n.dataBind),i.sort=(o=n==null?void 0:n.sort)!==null&&o!==void 0?o:!0,i.align=n==null?void 0:n.align,i.colSpan=n==null?void 0:n.colSpan,i.autoHeight=(s=n==null?void 0:n.autoHeight)!==null&&s!==void 0?s:!1,i}return e}(j);Y(W,"Rules",be);var Al=function(t){Dl(e,t);function e(n){wl(this,e);var i;return i=Bl(this,e,[n]),Y(i,"optionConfig",{type:"enum",enum:["custom","datasource","none"],message:r("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")}),Y(i,"options",[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}]),Y(i,"datasourceBind",[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}]),al.call(i,n),i}return e}(be);function XB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function JB(t,e,n){return e=dt(e),uw(t,So()?Reflect.construct(e,n||[],dt(t).constructor):e.apply(t,n))}function YB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Io(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function pB(t,e,n){return e&&Io(t.prototype,e),n&&Io(t,n),t}function ri(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function oi(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?oi=Reflect.get:oi=function(u,l,a){var o=lw(u,l);if(!!o){var s=Object.getOwnPropertyDescriptor(o,l);return s.get?s.get.call(a||u):s.value}},oi(t,e,n||t)}function dt(t){return dt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},dt(t)}function ew(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Il(t,e)}function tw(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},i=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),i.forEach(function(u){ri(t,u,n[u])})}return t}function nw(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(u){return Object.getOwnPropertyDescriptor(t,u).enumerable})),n.push.apply(n,i)}return n}function iw(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):nw(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function uw(t,e){return e&&(aw(e)==="object"||typeof e=="function")?e:XB(t)}function Il(t,e){return Il=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Il(t,e)}function lw(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=dt(t),t!==null););return t}function aw(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function So(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(So=function(){return!!t})()}var G=function(t){ew(e,t);function e(n){YB(this,e);var i;return i=JB(this,e,[n]),ri(i,"controlType","column"),ri(i,"props",void 0),ri(i,"children",void 0),i.props=new W(n==null?void 0:n.props),se(i,"children",n==null?void 0:n.children,void 0,"Designer"),i}return pB(e,[{key:"toSchema",value:function(){var i=oi(dt(e.prototype),"toSchema",this).call(this);return iw(tw({},i),{children:this.children?this.children.map(function(u){return u.toSchema()}):[]})}}]),e}(L);function rw(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ow(t,e,n){return e=ci(e),dw(t,To()?Reflect.construct(e,n||[],ci(t).constructor):e.apply(t,n))}function cw(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Sl(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ci(t){return ci=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ci(t)}function sw(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Tl(t,e)}function dw(t,e){return e&&(hw(e)==="object"||typeof e=="function")?e:rw(t)}function Tl(t,e){return Tl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Tl(t,e)}function hw(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function To(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(To=function(){return!!t})()}var Z=function(t){sw(e,t);function e(n){cw(this,e);var i;return i=ow(this,e,[n]),Sl(i,"controlType","column"),Sl(i,"props",void 0),Sl(i,"children",void 0),i.props=new W(n==null?void 0:n.props),se(i,"children",n==null?void 0:n.children,void 0,"Runtime"),i}return e}(q);function fw(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function yw(t,e,n){return e=si(e),bw(t,Po()?Reflect.construct(e,n||[],si(t).constructor):e.apply(t,n))}function vw(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function mw(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function si(t){return si=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},si(t)}function gw(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Pl(t,e)}function bw(t,e){return e&&(Cw(e)==="object"||typeof e=="function")?e:fw(t)}function Pl(t,e){return Pl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Pl(t,e)}function Cw(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Po(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Po=function(){return!!t})()}var kl=function(t){gw(e,t);function e(n){vw(this,e);var i;return i=yw(this,e,[n]),mw(i,"dataBind",void 0),i.dataBind=new he(n==null?void 0:n.dataBind),i}return e}(R);function Ew(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function _w(t,e,n){return e=di(e),Dw(t,Oo()?Reflect.construct(e,n||[],di(t).constructor):e.apply(t,n))}function Bw(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ko(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function di(t){return di=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},di(t)}function ww(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Ol(t,e)}function Dw(t,e){return e&&(Fw(e)==="object"||typeof e=="function")?e:Ew(t)}function Ol(t,e){return Ol=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ol(t,e)}function Fw(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Oo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Oo=function(){return!!t})()}var Aw=function(t){ww(e,t);function e(n){Bw(this,e);var i;return i=_w(this,e,[n]),ko(i,"controlType","search"),ko(i,"props",void 0),i.props=new kl(n==null?void 0:n.props),i}return e}(x);function Iw(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Sw(t,e,n){return e=hi(e),kw(t,xo()?Reflect.construct(e,n||[],hi(t).constructor):e.apply(t,n))}function Tw(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ro(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function hi(t){return hi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},hi(t)}function Pw(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Rl(t,e)}function kw(t,e){return e&&(Ow(e)==="object"||typeof e=="function")?e:Iw(t)}function Rl(t,e){return Rl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Rl(t,e)}function Ow(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function xo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(xo=function(){return!!t})()}var Rw=function(t){Pw(e,t);function e(n){Tw(this,e);var i;return i=Sw(this,e,[n]),Ro(i,"controlType","search"),Ro(i,"props",void 0),i.props=new kl(n==null?void 0:n.props),i}return e}($);function xw(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Mw(t,e,n){return e=fi(e),Nw(t,Mo()?Reflect.construct(e,n||[],fi(t).constructor):e.apply(t,n))}function Lw(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function fi(t){return fi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},fi(t)}function $w(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&xl(t,e)}function Nw(t,e){return e&&(Hw(e)==="object"||typeof e=="function")?e:xw(t)}function xl(t,e){return xl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},xl(t,e)}function Hw(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Mo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Mo=function(){return!!t})()}var Ml=function(t){$w(e,t);function e(n){return Lw(this,e),Mw(this,e,[n])}return e}(R);function Vw(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function jw(t,e,n){return e=yi(e),Uw(t,$o()?Reflect.construct(e,n||[],yi(t).constructor):e.apply(t,n))}function qw(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Lo(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function yi(t){return yi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},yi(t)}function Ww(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Ll(t,e)}function Uw(t,e){return e&&(zw(e)==="object"||typeof e=="function")?e:Vw(t)}function Ll(t,e){return Ll=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ll(t,e)}function zw(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function $o(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return($o=function(){return!!t})()}var Kw=function(t){Ww(e,t);function e(n){qw(this,e);var i;return i=jw(this,e,[n]),Lo(i,"controlType","wrap"),Lo(i,"props",void 0),i.props=new Ml(n==null?void 0:n.props),i}return e}(x);function Gw(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Zw(t,e,n){return e=vi(e),Jw(t,Ho()?Reflect.construct(e,n||[],vi(t).constructor):e.apply(t,n))}function Qw(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function No(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function vi(t){return vi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},vi(t)}function Xw(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&$l(t,e)}function Jw(t,e){return e&&(Yw(e)==="object"||typeof e=="function")?e:Gw(t)}function $l(t,e){return $l=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},$l(t,e)}function Yw(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ho(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ho=function(){return!!t})()}var pw=function(t){Xw(e,t);function e(n){Qw(this,e);var i;return i=Zw(this,e,[n]),No(i,"controlType","wrap"),No(i,"props",void 0),i.props=new Ml(n==null?void 0:n.props),i}return e}($);function Pe(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}}])}class Nl extends j{constructor(e){var n,i,u,l,a,o,s,h;super(e),this.captionColor=(e==null?void 0:e.captionColor)||"",this.captionSize=(e==null?void 0:e.captionSize)||"",this.isCaptionItalic=(e==null?void 0:e.isCaptionItalic)||!1,this.icon=(n=e==null?void 0:e.icon)!=null?n:"page-hint",this.showState=(i=e==null?void 0:e.showState)!=null?i:"text",this.content=(u=e==null?void 0:e.content)!=null?u:r("CMD.text",null,"\u8BF4\u660E\u6587\u5B57"),this.align=(l=e==null?void 0:e.align)!=null?l:"",this.aiContentSearch=(a=e==null?void 0:e.aiContentSearch)!=null?a:!1,this.isLabel=(o=e==null?void 0:e.isLabel)!=null?o:!1,this.background=(s=e==null?void 0:e.background)!=null?s:{type:"backgroundColor",backgroundColor:"",backgroundImage:"",placementMode:"contain"},this.close=(h=e==null?void 0:e.close)!=null?h:{show:!1,text:r("CMD.closeText",null,"\u5173\u95ED")}}}class Vo extends L{constructor(e){super(e),this.props=new Nl(e==null?void 0:e.props)}static get controlName(){return r("CMD.text",null,"\u8BF4\u660E\u6587\u5B57")}static get controlIcon(){return"iconwenben"}static get controlType(){return"text"}}Vo.setting=[{key:"content",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"close-setting",visible:!0},{key:"dynamic-background",visible:!0},{key:"ai-content-search",visible:!0},{key:"text-align",visible:!0},{key:"text-state",visible:!0},{key:"text-icon",visible:!0},{key:"super-setting",visible:!0}];class eD extends q{constructor(e){super(e),this.props=new Nl(e==null?void 0:e.props)}static get controlType(){return"text"}}var jo={Designer:Vo,Runtime:eD,Property:Nl};class Hl extends j{constructor(e){var n,i,u,l,a,o,s,h,d;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:r("CMD.linkContent",null,"\u6211\u662F\u4E00\u4E2A\u94FE\u63A5"),this.description=(i=e==null?void 0:e.description)!=null?i:"",this.position=(u=e==null?void 0:e.position)!=null?u:"left",this.color=(l=e==null?void 0:e.color)!=null?l:"primary",this.scriptType=(a=e==null?void 0:e.scriptType)!=null?a:"js",this.scriptContent=(o=e==null?void 0:e.scriptContent)!=null?o:"",this.url=(s=e==null?void 0:e.url)!=null?s:"",this.openMode=(h=e==null?void 0:e.openMode)!=null?h:"new",this.icon=(d=e==null?void 0:e.icon)!=null?d:""}}class Vl extends L{constructor(e){super(e),this.props=new Hl(e==null?void 0:e.props)}static get controlName(){return r("CMD.link",null,"\u94FE\u63A5")}static get controlIcon(){return"iconlink_new"}static get controlType(){return"link"}}Vl.controlEventKeys=["on_click"],Vl.setting=[{key:"content",visible:!0},{key:"link-url",visible:!0},{key:"description",visible:!0},{key:"common-button-radio",visible:!0,name:"position",label:"\u6587\u672C\u4F4D\u7F6E",default:"left",options:[{value:"left",label:"\u5DE6\u5BF9\u9F50"},{value:"center",label:"\u5C45\u4E2D"},{value:"right",label:"\u53F3\u5BF9\u9F50"}]},{key:"common-color-type",visible:!0},{key:"common-icon",visible:!0},{key:"script-setting",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"open-mode",visible:!0},{key:"super-setting",visible:!0}];class tD extends q{constructor(e){super(e),this.props=new Hl(e==null?void 0:e.props)}static get controlType(){return"link"}}var qo={Designer:Vl,Runtime:tD,Property:Hl};class te extends j{constructor(e){var n,i,u,l,a,o,s,h,d;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:r("CMD.button",null,"\u6309\u94AE"),this.buttonType=(i=e==null?void 0:e.buttonType)!=null?i:"primary",this.showType=(u=e==null?void 0:e.showType)!=null?u:"text",this.color=(l=e==null?void 0:e.color)!=null?l:"primary",this.icon=(a=e==null?void 0:e.icon)!=null?a:"iconfenlei2",this.defaultState=(o=e==null?void 0:e.defaultState)!=null?o:"default",this.command=(s=e==null?void 0:e.command)!=null?s:"custom",this.isLoading=(h=e==null?void 0:e.isLoading)!=null?h:!1,this.optObj=new __((d=e==null?void 0:e.optObj)!=null?d:{})}}class p extends L{constructor(e){super(e),this.props=new te(e==null?void 0:e.props)}static get controlName(){return r("CMD.button",null,"\u6309\u94AE")}static get controlIcon(){return"iconbtn"}static get controlType(){return"button"}}p.slots=["grid-table-toolbar-slot","action-bar-slot",or.DEFAULT],p.controlEventKeys=["on_click"],p.setting=[{key:"button-content",visible:!0},{key:"button-opt-type",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"super-setting",visible:!0}];class ue extends q{constructor(e){super(e),this.props=new te(e==null?void 0:e.props)}static get controlType(){return"button"}}var Wo={Designer:p,Runtime:ue,Property:te},ke=(t=>(t.ShowBizKey="is_show_biz_key",t.ShowSubmitUser="is_show_submit_user",t.ShowSubmitTime="is_show_submit_time",t.ShowSubmitDept="is_show_submit_dept",t.ShowCurrentApprovar="is_show_current_approvar",t.ShowTitle="is_show_title",t))(ke||{}),Uo=(t=>(t.EARLY_DATE="earlyDate",t.LATE_DATE="lateDate",t.UN_SELECT_ABLE_INTERVAL="unSelectAbleInterval",t))(Uo||{}),zo=(t=>(t.FILE_IN_TIME="filledInTime",t.BEFORE_TIME="beforeTime",t.AFTER_TIME="afterTime",t.TIME_SPECIFIED="timeSpecified",t))(zo||{});class mi{constructor(e={dateConfigType:"unSelectAbleInterval",dateLimitType:"filledInTime",id:oe(8),value:["",""]}){this.id=e.id,this.dateConfigType=e.dateConfigType,this.dateLimitType=e.dateLimitType,this.value=e.value}}class jl{constructor(e){var n,i,u;this.id=(n=e==null?void 0:e.id)!=null?n:oe(8),this.limitType=(i=e==null?void 0:e.limitType)!=null?i:"hour",this.value=(u=e==null?void 0:e.value)!=null?u:[]}}var ql=(t=>(t.PRAISE="praise",t.STAR="star",t.FLOWER="flower",t.HAND="hand",t.HEART="heart",t.SMILE="smile",t))(ql||{});class gi{constructor(e){var n,i,u;this.id=(n=e==null?void 0:e.id)!=null?n:oe(),this.text=(i=e==null?void 0:e.text)!=null?i:"",this.color=(u=e==null?void 0:e.color)!=null?u:""}}var Wl=(t=>(t.SOLID="solid-line",t.DASHED="dashed-line",t.BOLD_SOLID="bold-solid-line",t.BOLD_DASHED="bold-dashed-line",t.DOUBLE_SOLID="double-solid-line",t.DOUBLE_DASHED="double-dashed-line",t))(Wl||{}),Ul=(t=>(t.NORMAL="normal",t.BOLD="bold",t.LIGHTER="lighter",t.BOLDER="bolder",t))(Ul||{});class zl{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b,w,m,B,T;this.type=(n=e==null?void 0:e.type)!=null?n:"private",this.person=new De((i=e==null?void 0:e.person)!=null?i:{type:"form"}),this.signatureType=(u=e==null?void 0:e.signatureType)!=null?u:[],this.telephone=(a=e==null?void 0:e.telephone)!=null?a:new De((l=e==null?void 0:e.telephone)!=null?l:{type:"form"}),this.company=(s=e==null?void 0:e.company)!=null?s:new De((o=e==null?void 0:e.company)!=null?o:{type:"form"}),this.indexSignature=(d=e==null?void 0:e.indexSignature)!=null?d:new De((h=e==null?void 0:e.indexSignature)!=null?h:{type:"form"}),this.signaturePosition=(y=e==null?void 0:e.signaturePosition)!=null?y:"free",this.seal=new De((g=e==null?void 0:e.seal)!=null?g:{type:"form"}),this.platformAutoSign=(E=e==null?void 0:e.platformAutoSign)!=null?E:!1,this.signDateBeanType=(_=e==null?void 0:e.signDateBeanType)!=null?_:0,this.signDateFontSize=(b=e==null?void 0:e.signDateFontSize)!=null?b:12,this.signOrder=(w=e==null?void 0:e.signOrder)!=null?w:1,this.forceReadTime=e==null?void 0:e.forceReadTime,this.posX=(m=e==null?void 0:e.posX)!=null?m:0,this.posY=(B=e==null?void 0:e.posY)!=null?B:0,this.remark=(T=e==null?void 0:e.remark)!=null?T:""}}class Ko{constructor(e){var n,i,u,l,a,o;this.fileControl=(n=e==null?void 0:e.fileControl)!=null?n:"",this.undersignedList=(u=(i=e==null?void 0:e.undersignedList)==null?void 0:i.map(s=>new zl(s)))!=null?u:[new zl],this.statusControl=(l=e==null?void 0:e.statusControl)!=null?l:"",this.completeControl=(a=e==null?void 0:e.completeControl)!=null?a:"",this.completeTimeControl=(o=e==null?void 0:e.completeTimeControl)!=null?o:""}}class qt{constructor(e){var n,i,u,l,a,o,s;this.id=(n=e==null?void 0:e.id)!=null?n:oe(8),this.appId=(i=e==null?void 0:e.appId)!=null?i:"",this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.svcCode=(l=e==null?void 0:e.svcCode)!=null?l:"",this.name=(a=e==null?void 0:e.name)!=null?a:"",this.fieldList=(o=e==null?void 0:e.fieldList)!=null?o:[],this.active=(s=e==null?void 0:e.active)!=null?s:!1}}class Kl{constructor(e){var n,i;this.active=(n=e==null?void 0:e.active)!=null?n:!1,this.text=(i=e==null?void 0:e.text)!=null?i:""}}class Go{constructor(e){var n,i,u,l;this.types=(n=e==null?void 0:e.types)!=null?n:["word","ppt","excel"],this.history=(i=e==null?void 0:e.history)!=null?i:!1,this.collaborativeRecord=(u=e==null?void 0:e.collaborativeRecord)!=null?u:!1,this.logicToDelete=(l=e==null?void 0:e.logicToDelete)!=null?l:!0,this.watermark=new Kl(e==null?void 0:e.watermark),this.autoRename=new Kl(e==null?void 0:e.autoRename)}}class Gl{constructor(e){var n,i,u,l,a,o,s;this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.dataCode=(i=e==null?void 0:e.dataCode)!=null?i:"",this.formKey=(u=e==null?void 0:e.formKey)!=null?u:"",this.orders=(l=e==null?void 0:e.orders)!=null?l:[],this.filters=(a=e==null?void 0:e.filters)!=null?a:[],this.isRelation=(o=e==null?void 0:e.isRelation)!=null?o:!1,this.relationBindCode=(s=e==null?void 0:e.relationBindCode)!=null?s:""}}class Zl{constructor(e){var n,i;this.type=(n=e==null?void 0:e.type)!=null?n:"auto",this.row=(i=e==null?void 0:e.row)!=null?i:20,this.height=e==null?void 0:e.height}}class Zo{constructor(e){this.dataCode=e.dataCode}}class Qo{constructor(e){var n,i,u;this.templateType=(n=e==null?void 0:e.templateType)!=null?n:"system",this.templateList=(u=(i=e==null?void 0:e.templateList)==null?void 0:i.map(l=>new Zo(l)))!=null?u:[]}}class Xo{constructor(e){var n,i,u;this.templateType=(n=e==null?void 0:e.templateType)!=null?n:"system",this.templateList=(u=(i=e==null?void 0:e.templateList)==null?void 0:i.map(l=>new qt(l)))!=null?u:[new qt({id:"default",name:r("CMD.defaultTemplate",null,"\u9ED8\u8BA4\u6A21\u677F"),appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}const Jo=480;function Wt(t){return new RegExp(t.replace(/^\/|\/$/g,""))}class Yo{constructor(e){var n,i,u,l,a;this.fileId=(n=e==null?void 0:e.fileId)!=null?n:"",this.fileName=(i=e==null?void 0:e.fileName)!=null?i:"",this.ruleName=(u=e==null?void 0:e.ruleName)!=null?u:"",this.isDefault=(l=e.isDefault)!=null?l:!1,this.rules=(a=e.rules)!=null?a:[]}}class po{constructor(e){var n,i,u;this.direction=(n=e==null?void 0:e.direction)!=null?n:"row",this.justifyContent=(i=e==null?void 0:e.justifyContent)!=null?i:"flex-start",this.alignItems=(u=e==null?void 0:e.alignItems)!=null?u:"flex-start"}}var ec=(t=>(t.NO_MASK="NO_MASK",t.LAST_FOUR_MASK="LAST_FOUR_MASK",t.ALL_MASK="ALL_MASK",t))(ec||{}),Ql=(t=>(t.ALL="ALL",t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL",t.INTERNAL_EXTERNAL="INTERNAL_EXTERNAL",t))(Ql||{}),bi=(t=>(t.INTERNAL_BUSINESS="INTERNAL_BUSINESS",t.INTERNAL="INTERNAL",t.BUSINESS="BUSINESS",t))(bi||{}),Oe=(t=>(t.ALL="all",t.ASSIGN="assign",t))(Oe||{}),Xl=(t=>(t.ALL="all",t.ADMIN="admin",t))(Xl||{}),Jl=(t=>(t.NO_COMPRESS="0",t.RATIO_COMPRESS="1",t.PIXEL_COMPRESS="2",t))(Jl||{});class Yl extends j{constructor(e){var n,i,u,l,a;super(e),this.color=(n=e==null?void 0:e.color)!=null?n:"#000",this.lineStyle=(i=e==null?void 0:e.lineStyle)!=null?i:Wl.SOLID,this.content=(u=e==null?void 0:e.content)!=null?u:"",this.position=(l=e==null?void 0:e.position)!=null?l:"left",this.captionColor=(e==null?void 0:e.captionColor)||"",this.captionSize=(e==null?void 0:e.captionSize)||"",this.isCaptionItalic=(e==null?void 0:e.isCaptionItalic)||!1,this.captionFontWeight=(a=e==null?void 0:e.captionFontWeight)!=null?a:Ul.NORMAL}}class tc extends L{constructor(e){super(e),this.props=new Yl(e==null?void 0:e.props)}static get controlName(){return r("CMD.divider",null,"\u5206\u5272\u7EBF")}static get controlIcon(){return"iconfengexian"}static get controlType(){return"divider"}}tc.setting=[{key:"line-style",visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC,c.CAPTION_FONT_WEIGHT],visible:!0},{key:"content",visible:!0},{key:"common-button-radio",visible:!0,name:"position",label:"\u6587\u5B57\u4F4D\u7F6E",default:"left",options:[{value:"left",label:"\u5DE6\u5BF9\u9F50"},{value:"center",label:"\u5C45\u4E2D"},{value:"right",label:"\u53F3\u5BF9\u9F50"}]},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]}];class nD extends q{constructor(e){super(e),this.props=new Yl(e==null?void 0:e.props)}static get controlType(){return"divider"}}var nc={Designer:tc,Runtime:nD,Property:Yl};class iD extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.dataBind={type:"any"},this.config={type:"array"},e.config.includes(ke.ShowBizKey)&&(this.dataBind={type:"object",required:!0,fields:{fieldCode:{type:"string",required:!0,message:r("CMD.bizKeyNotBindFiled",null,"\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879")},dataCode:{type:"string",required:!0,message:r("CMD.bizKeyNotBindFiled",null,"\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879")}},message:r("CMD.bizKeyNotBindFiled",null,"\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879")}),!e.isHide&&e.config.length===0&&(this.config={type:"array",min:1,required:!0,message:r("CMD.pleaseSelectOneField",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01")})}}class Ci extends j{constructor(e){var n,i,u,l;super(e),this.dataBind=new he(e==null?void 0:e.dataBind),this.config=(n=e==null?void 0:e.config)!=null?n:[ke.ShowSubmitUser,ke.ShowSubmitDept,ke.ShowSubmitTime,ke.ShowCurrentApprovar,ke.ShowTitle],this.caption=(u=(i=e==null?void 0:e.caption)!=null?i:ht==null?void 0:ht.controlName)!=null?u:"",this.position=(l=e==null?void 0:e.position)!=null?l:"top"}}Ci.Rules=iD;class ht extends L{constructor(e){super(e),this.props=new Ci(e==null?void 0:e.props)}static get controlName(){return r("CMD.title",null,"\u6807\u9898\u7EC4\u4EF6")}static get controlIcon(){return"title"}static get controlType(){return"title"}}ht.controlFieldType=C.AUTO_NUMBER,ht.setting=[{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"title-setting",visible:!0},{key:"position",visible:!0},{key:"super-setting",visible:!0}];class uD extends q{constructor(e){super(e),this.props=new Ci(e==null?void 0:e.props)}static get controlType(){return"title"}}var ic={Designer:ht,Runtime:uD,Property:Ci};class lD extends U{constructor(e){super(e),this.formKey={type:"string",required:!0,message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}}class Ei extends te{constructor(e){var n,i,u,l;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:ft.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:ft.controlName,this.formKey=(u=e==null?void 0:e.formKey)!=null?u:"",this.openType=(l=e==null?void 0:e.openType)!=null?l:"modal"}}Ei.Rules=lD;class ft extends p{constructor(e){super(e),this.props=new Ei(e==null?void 0:e.props)}static get controlName(){return r("CMD.createFormListButton",null,"\u521B\u5EFA\u5355\u636E")}static get controlIcon(){return"iconchuangjiandanju"}static get controlType(){return"list-page-btn-create-form"}}ft.slots=["grid-table-toolbar-slot"],ft.controlEventKeys=["on_click","on_click_finish"],ft.setting=[{key:"button-content",visible:!0},{key:"select-form",visible:!0},{key:"open-type",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class aD extends ue{constructor(e){super(e),this.props=new Ei(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-create-form"}}var uc={Designer:ft,Runtime:aD,Property:Ei};class rD extends U{constructor(e){super(e),this.processKey=[{type:"string",message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},{type:"string",required:!0,message:r("CMD.pleaseEnterProcess",null,"\u8BF7\u7ED1\u5B9A\u6D41\u7A0B")}]}}class _i extends te{constructor(e){var n,i,u,l,a,o;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:yt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:yt.controlName,this.initiatorMode=(u=e==null?void 0:e.initiatorMode)!=null?u:"currentInitiator",this.processKey=(l=e==null?void 0:e.processKey)!=null?l:"",this.fieldCode=(a=e==null?void 0:e.fieldCode)!=null?a:"",this.employeeId=(o=e==null?void 0:e.employeeId)!=null?o:""}}_i.Rules=rD;class yt extends p{constructor(e){super(e),this.props=new _i(e==null?void 0:e.props)}static get controlName(){return r("CMD.batchSubmissionListButton",null,"\u6279\u91CF\u63D0\u4EA4")}static get controlIcon(){return"iconbtn_piliangtijiao"}static get controlType(){return"list-page-btn-batch-submission"}}yt.slots=["grid-table-toolbar-slot"],yt.controlEventKeys=["on_click","on_click_finish"],yt.setting=[{key:"button-content",visible:!0},{key:"select-process",visible:!0},{key:"initiator-mode",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class oD extends ue{constructor(e){super(e),this.props=new _i(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-submission"}}var lc={Designer:yt,Runtime:oD,Property:_i};class pl extends te{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:vt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:vt.controlIcon}}class vt extends p{constructor(e){super(e),this.props=new pl(e==null?void 0:e.props)}static get controlName(){return r("CMD.submissionRecordListButton",null,"\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55")}static get controlIcon(){return"iconyyzy-renwu"}static get controlType(){return"list-page-btn-submission-record"}}vt.slots=["grid-table-toolbar-slot"],vt.controlEventKeys=["on_click"],vt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class cD extends ue{constructor(e){super(e),this.props=new pl(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-submission-record"}}var ac={Designer:vt,Runtime:cD,Property:pl};class ea extends te{constructor(e){var n,i,u,l,a;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:mt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:mt.controlName,this.templateType=(u=e==null?void 0:e.templateType)!=null?u:"system",this.templateList=(a=(l=e==null?void 0:e.templateList)==null?void 0:l.map(o=>new qt(o)))!=null?a:[new qt({id:"default",name:r("CMD.defaultTemplate",null,"\u9ED8\u8BA4\u6A21\u7248"),appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}class mt extends p{constructor(e){super(e),this.props=new ea(e==null?void 0:e.props)}static get controlName(){return r("CMD.exportListButton",null,"\u5BFC\u51FA")}static get controlIcon(){return"iconxiazai1"}static get controlType(){return"list-page-btn-export-list"}}mt.slots=["grid-table-toolbar-slot"],mt.controlEventKeys=["on_click","on_click_finish"],mt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"export-list-template",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class sD extends ue{constructor(e){super(e),this.props=new ea(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-list"}}var rc={Designer:mt,Runtime:sD,Property:ea};class ta extends te{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:gt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:gt.controlIcon}}class gt extends p{constructor(e){super(e),this.props=new ta(e==null?void 0:e.props)}static get controlName(){return r("CMD.exportRecordListButton",null,"\u5BFC\u51FA\u8BB0\u5F55")}static get controlIcon(){return"icondaochujilu"}static get controlType(){return"list-page-btn-export-record"}}gt.slots=["grid-table-toolbar-slot"],gt.controlEventKeys=["on_click"],gt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class dD extends ue{constructor(e){super(e),this.props=new ta(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-record"}}var oc={Designer:gt,Runtime:dD,Property:ta};class hD{constructor(e){this.dataCode=e.dataCode}}class na extends te{constructor(e){var n,i,u,l,a;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:bt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:bt.controlIcon,this.canImportList=(l=(u=e==null?void 0:e.canImportList)==null?void 0:u.map(o=>new hD(o)))!=null?l:[],this.templateType=(a=e==null?void 0:e.templateType)!=null?a:"system"}}class bt extends p{constructor(e){super(e),this.props=new na(e==null?void 0:e.props)}static get controlName(){return r("CMD.importRecordListButton",null,"\u5BFC\u5165")}static get controlIcon(){return"iconshangchuan3"}static get controlType(){return"list-page-btn-import-record"}}bt.slots=["grid-table-toolbar-slot"],bt.controlEventKeys=["on_click","on_click_finish"],bt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"import-list-template",visible:!0},{key:"super-setting",visible:!0}];class fD extends ue{constructor(e){super(e),this.props=new na(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-import-record"}}var cc={Designer:bt,Runtime:fD,Property:na};function Bi(){return{dataCode:{type:"string",required:!0,message:r("CMD.pleaseEnterDataCode",null,"\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B")},fillList:{type:"array",defaultField:{type:"object",fields:{fieldCode:{type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},controlId:{type:"string",required:!0,message:r("CMD.pleaseSelectControl",null,"\u8BF7\u9009\u62E9\u63A7\u4EF6")}}}}}}class yD extends U{constructor(e){super(e),this.fillPayload={type:"object",fields:it({},Bi())},this.formBind={type:"object",fields:{formKey:{type:"string",required:!0,message:r("CMD.pleaseEnterList",null,"\u8BF7\u7ED1\u5B9A\u5217\u8868")}}},this.fillBack={type:"object",fields:it({mode:{type:"string",required:!0,message:r("CMD.pleaseSelectFillBackMode",null,"\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E")}},Bi())},(e.command==="edit"||e.command==="view")&&(this.formBind.fields.primaryControlId={type:"string",required:!0,message:r("CMD.pleaseSelectControl",null,"\u8BF7\u9009\u62E9\u63A7\u4EF6")})}}class wi extends te{constructor(e){var n,i,u;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Ut.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Ut.controlIcon,this.command=(u=e==null?void 0:e.command)!=null?u:"create",this.fillPayload=new Lr(e==null?void 0:e.fillPayload),this.formBind=new i_(e==null?void 0:e.formBind),this.fillBack=new $r(e==null?void 0:e.fillBack)}}wi.Rules=yD;class Ut extends p{constructor(e){super(e),this.props=new wi(e==null?void 0:e.props)}static get controlName(){return r("CMD.formSelectButton",null,"\u8868\u5355\u64CD\u4F5C")}static get controlIcon(){return"iconbiaodancaozuo"}static get controlType(){return"form-select-button"}}Ut.controlEventKeys=["on_click","on_click_finish"],Ut.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class vD extends ue{constructor(e){super(e),this.props=new wi(e==null?void 0:e.props)}static get controlType(){return"form-select-button"}}var sc={Designer:Ut,Runtime:vD,Property:wi};class mD extends U{constructor(e){super(e),this.fillPayload={type:"object",fields:it({},Bi())},this.listPageBind={type:"object",fields:{formKey:{type:"string",required:!0,message:r("CMD.pleaseEnterList",null,"\u8BF7\u7ED1\u5B9A\u5217\u8868")},headers:{type:"array",required:!0,message:r("CMD.pleaseSelectAtLeastOneColumn",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5")}}},this.fillBack={type:"object",fields:it({mode:{type:"string",required:!0,message:r("CMD.pleaseSelectFillBackMode",null,"\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E")}},Bi())}}}class Di extends te{constructor(e){var n,i,u,l,a;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:zt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:zt.controlIcon,this.fillPayload=new Lr(e==null?void 0:e.fillPayload),this.listPageBind=new Wu(e==null?void 0:e.listPageBind),this.fillBack=new $r(e==null?void 0:e.fillBack),this.showSelectedDetail=(u=e==null?void 0:e.showSelectedDetail)!=null?u:!1,this.selectedContentConfig=new Ku(e==null?void 0:e.selectedContentConfig),this.isSelectedRowFill=(l=e==null?void 0:e.isSelectedRowFill)!=null?l:!1,this.disableFilling=(a=e==null?void 0:e.disableFilling)!=null?a:!0}}Di.Rules=mD;class zt extends p{constructor(e){super(e),this.props=new Di(e==null?void 0:e.props)}static get controlName(){return r("CMD.listSelectButton",null,"\u5217\u8868\u9009\u62E9")}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"list-select-button"}}zt.controlEventKeys=["on_click","on_click_finish","on_modal_ok"],zt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class gD extends ue{constructor(e){super(e),this.props=new Di(e==null?void 0:e.props)}static get controlType(){return"list-select-button"}}var dc={Designer:zt,Runtime:gD,Property:Di};class bD extends U{constructor(e){super(e)}}class CD extends Me{constructor(e){super(e)}}class Kt extends j{constructor(e){super(e)}}Kt.Rules=bD,Kt.RuntimeRules=CD;class hc extends L{constructor(e){super(e),this.props=new Kt(e==null?void 0:e.props)}static get controlName(){return r("CMD.pagination",null,"\u5206\u9875")}static get controlIcon(){return"pagination"}static get controlType(){return"pagination"}}hc.setting=[];class ED extends q{constructor(e){super(e),this.props=new Kt(e==null?void 0:e.props)}static get controlType(){return"pagination"}}var fc={Designer:hc,Runtime:ED,Property:Kt};class _D extends U{constructor(e){super(e),this.dashboardKey={type:"string",required:!0,message:r("CMD.pleaseSelectDashboard",null,"\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8")},this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.captionTip={type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")},this.isShowReportParams={type:"boolean"},this.reportParams={type:"array",min:0},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Fi extends j{constructor(e){var n,i,u,l,a,o,s,h;super(e),this.dashboardKey=(n=e==null?void 0:e.dashboardKey)!=null?n:"",this.caption=(i=e==null?void 0:e.caption)!=null?i:"",this.isHideCaption=(u=e==null?void 0:e.isHideCaption)!=null?u:!1,this.isShowCaptionTip=(l=e==null?void 0:e.isShowCaptionTip)!=null?l:!1,this.captionTip=(a=e==null?void 0:e.captionTip)!=null?a:"",this.labelPosition=(o=e==null?void 0:e.labelPosition)!=null?o:"top",this.isShowReportParams=(s=e==null?void 0:e.isShowReportParams)!=null?s:!1,this.reportParams=(h=e==null?void 0:e.reportParams)!=null?h:[]}}Fi.Rules=_D;class yc extends L{constructor(e){super(e),this.props=new Fi(e==null?void 0:e.props)}static get controlName(){return r("CMD.dashboard",null,"\u4EEA\u8868\u76D8")}static get controlIcon(){return"iconbiaodan_yibiaopan"}static get controlType(){return"dashboard"}}yc.setting=[{key:"dashboard-setting",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_SHOW_CAPTION_TIP]},{key:"report-params-setting",visible:!0},{key:"super-setting",visible:!0}];class BD extends q{constructor(e){super(e),this.props=new Fi(e==null?void 0:e.props)}static get controlType(){return"dashboard"}}var vc={Designer:yc,Runtime:BD,Property:Fi};class wD extends U{constructor(e){super(e),this.showType={type:"enum",enum:["select","tabs"]},this.viewList={type:"array",defaultField:{type:"object",fields:{title:{type:"string",required:!0,message:r("CMD.theViewNameCannotBeEmpty",null,"\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A")},headers:{type:"array",required:!0,min:1,message:r("CMD.pleaseSelectAtLeastOneColumn",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5")}}}}}}class Ai extends j{constructor(e){var n,i,u;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"select",this.viewList=(u=(i=e==null?void 0:e.viewList)==null?void 0:i.map(l=>new C_(l)))!=null?u:[]}}Ai.Rules=wD;class mc extends L{constructor(e){super(e),this.props=new Ai(e==null?void 0:e.props)}static get controlName(){return r("CMD.listViewSelect",null,"\u5217\u8868\u89C6\u56FE")}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"list-view-select"}}mc.setting=[{key:"view-list-setting",visible:!0},{key:"view-list-show-type",visible:!0},{key:"super-setting",visible:!0}];class DD extends q{constructor(e){super(e),this.props=new Ai(e==null?void 0:e.props)}static get controlType(){return"list-view-select"}}var gc={Designer:mc,Runtime:DD,Property:Ai};class FD extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.ocrType={type:"string",required:!0,message:r("CMD.pleaseSelectOcrType",null,"\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B")},this.fillList={type:"array",validator(n,i,u){if(i.every(a=>!a.controlId)){u(r("CMD.pleaseSelectAtLeastOneFieldToFillIn",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145"));return}u()}},this.captionTip={type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Ii extends te{constructor(e){var n,i,u,l,a,o,s,h,d,y;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ct.controlName,this.isHideCaption=(i=e==null?void 0:e.isHideCaption)!=null?i:!1,this.isShowCaptionTip=(u=e==null?void 0:e.isShowCaptionTip)!=null?u:!1,this.captionTip=(l=e==null?void 0:e.captionTip)!=null?l:"",this.labelPosition=(a=e==null?void 0:e.labelPosition)!=null?a:"top",this.content=(o=e==null?void 0:e.content)!=null?o:Ct.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:Ct.controlIcon,this.ocrType=(h=e==null?void 0:e.ocrType)!=null?h:"",this.fillList=(y=(d=e==null?void 0:e.fillList)==null?void 0:d.map(g=>new ee(g)))!=null?y:[]}}Ii.Rules=FD;class Ct extends p{constructor(e){super(e),this.props=new Ii(e==null?void 0:e.props)}static get controlName(){return r("CMD.textOcrButton",null,"\u6587\u5B57\u8BC6\u522B")}static get controlIcon(){return"iconwenzishibie"}static get controlType(){return"text-ocr-button"}}Ct.controlEventKeys=["on_click","on_click_finish"],Ct.setting=[{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"text-ocr",visible:!0},{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class AD extends ue{constructor(e){super(e),this.props=new Ii(e==null?void 0:e.props)}static get controlType(){return"text-ocr-button"}}var bc={Designer:Ct,Runtime:AD,Property:Ii};class ID extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.invoiceCheck={type:"boolean"},this.fillList={type:"array",validator(n,i,u){if(i.every(a=>!a.controlId)){u(r("CMD.pleaseSelectAtLeastOneFieldToFillIn",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145"));return}u()}},this.captionTip={type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Si extends te{constructor(e){var n,i,u,l,a,o,s,h,d,y;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Et.controlName,this.isHideCaption=(i=e==null?void 0:e.isHideCaption)!=null?i:!1,this.isShowCaptionTip=(u=e==null?void 0:e.isShowCaptionTip)!=null?u:!1,this.captionTip=(l=e==null?void 0:e.captionTip)!=null?l:"",this.labelPosition=(a=e==null?void 0:e.labelPosition)!=null?a:"top",this.content=(o=e==null?void 0:e.content)!=null?o:Et.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:Et.controlIcon,this.invoiceCheck=(h=e==null?void 0:e.invoiceCheck)!=null?h:!0,this.fillList=(y=(d=e==null?void 0:e.fillList)==null?void 0:d.map(g=>new ee(g)))!=null?y:[]}}Si.Rules=ID;class Et extends p{constructor(e){super(e),this.props=new Si(e==null?void 0:e.props)}static get controlName(){return r("CMD.invoiceCheckButton",null,"\u53D1\u7968\u8BC6\u522B")}static get controlIcon(){return"iconfabiaoshibie1"}static get controlType(){return"invoice-check-button"}}Et.controlEventKeys=["on_click","on_click_finish"],Et.setting=[{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"text-ocr",visible:!0},{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class SD extends ue{constructor(e){super(e),this.props=new Si(e==null?void 0:e.props)}static get controlType(){return"invoice-check-button"}}var Cc={Designer:Et,Runtime:SD,Property:Si};class TD extends U{constructor(){super(...arguments),this.printTemplates={type:"array",min:1,required:!0,message:r("CMD.pleaseUploadAtLeastOnePrintTemplate",null,"\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01")}}}class Ti extends te{constructor(e){var n,i,u,l,a;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:_t.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:_t.controlName,this.printTemplates=(l=(u=e==null?void 0:e.printTemplates)==null?void 0:u.map(o=>new Yo(o)))!=null?l:[],this.autoSelectTemplate=(a=e==null?void 0:e.autoSelectTemplate)!=null?a:!1}}Ti.Rules=TD;class _t extends p{constructor(e){super(e),this.props=new Ti(e==null?void 0:e.props)}static get controlName(){return r("CMD.batchPrintListButton",null,"\u6279\u91CF\u6253\u5370")}static get controlIcon(){return"iconbtn_piliangtijiao"}static get controlType(){return"list-page-btn-batch-print"}}_t.slots=["grid-table-toolbar-slot"],_t.controlEventKeys=["on_click","on_click_finish"],_t.setting=[{key:"button-content",visible:!0},{key:"batch-print-setting",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class PD extends ue{constructor(e){super(e),this.props=new Ti(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print"}}var Ec={Designer:_t,Runtime:PD,Property:Ti};class ia extends te{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Bt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Bt.controlIcon}}class Bt extends p{constructor(e){super(e),this.props=new ia(e==null?void 0:e.props)}static get controlName(){return r("CMD.batchPrintRecordList",null,"\u6279\u91CF\u6253\u5370\u8BB0\u5F55")}static get controlIcon(){return"iconyyzy-renwu"}static get controlType(){return"list-page-btn-batch-print-record"}}Bt.slots=["grid-table-toolbar-slot"],Bt.controlEventKeys=["on_click"],Bt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class kD extends ue{constructor(e){super(e),this.props=new ia(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print-record"}}var _c={Designer:Bt,Runtime:kD,Property:ia};class OD extends U{constructor(e){super(e),this.formKey={type:"string",required:!1},(e.command==="edit"||e.command==="view")&&(this.formKey={type:"string",required:!0,message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")})}}class Pi extends j{constructor(e){var n,i,u,l,a,o;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:r("CMD.button",null,"\u6309\u94AE"),this.code=e==null?void 0:e.code,this.command=(i=e==null?void 0:e.command)!=null?i:"custom",this.color=(u=e==null?void 0:e.color)!=null?u:"primary",this.icon=e==null?void 0:e.icon,this.formKey=e==null?void 0:e.formKey,this.openType=e==null?void 0:e.openType,this.needConfirm=e==null?void 0:e.needConfirm,this.confirmMessage=e==null?void 0:e.confirmMessage,this.options=e==null?void 0:e.options,this.defaultState=(l=e==null?void 0:e.defaultState)!=null?l:"default",this.priorityProcess=e==null?void 0:e.priorityProcess,this.isLoading=(a=e==null?void 0:e.isLoading)!=null?a:!1,this.isSyncDelete=(o=e==null?void 0:e.isSyncDelete)!=null?o:!1}}Pi.Rules=OD;class ki extends L{constructor(e){super(e),this.props=new Pi(e==null?void 0:e.props)}static get controlName(){return r("CMD.operationButton",null,"\u64CD\u4F5C\u6309\u94AE")}static get controlIcon(){return"iconbtn"}static get controlType(){return"operation-button"}}ki.controlEventKeys=["on_click"],ki.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"super-setting",visible:!0}];class RD extends q{constructor(e){super(e),this.props=new Pi(e==null?void 0:e.props)}static get controlType(){return"operation-button"}}var Bc={Designer:ki,Runtime:RD,Property:Pi};class ua extends j{constructor(e){var n,i,u,l,a,o,s,h,d;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:wt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:wt.controlIcon,this.buttonType=(u=e==null?void 0:e.buttonType)!=null?u:"primary",this.showType=(l=e==null?void 0:e.showType)!=null?l:"iconText",this.color=(a=e==null?void 0:e.color)!=null?a:"danger",this.isHide=(o=e==null?void 0:e.isHide)!=null?o:!1,this.defaultState=(s=e==null?void 0:e.defaultState)!=null?s:"default",this.command=(h=e==null?void 0:e.command)!=null?h:"custom",this.isLoading=(d=e==null?void 0:e.isLoading)!=null?d:!1}}class wt extends L{constructor(e){super(e),this.props=new ua(e==null?void 0:e.props)}static get controlName(){return r("CMD.batchDeleteButton",null,"\u6279\u91CF\u5220\u9664")}static get controlIcon(){return"iconlajitong"}static get controlType(){return"list-page-btn-batch-delete"}}wt.slots=["grid-table-toolbar-slot"],wt.controlEventKeys=["on_click"],wt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"super-setting",visible:!0}];class xD extends q{constructor(e){super(e),this.props=new ua(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-delete"}}var wc={Designer:wt,Runtime:xD,Property:ua};class MD extends U{constructor(e){super(e),this.actionSetting={type:"object",fields:{dataCode:{type:"string",required:!0,message:r("CMD.pleaseEnterDataCode",null,"\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B")},formKey:{type:"string",required:!0,message:r("CMD.pleaseEnterList",null,"\u8BF7\u7ED1\u5B9A\u5217\u8868")}}}}}class Oi extends j{constructor(e){var n,i,u,l,a,o;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ri.controlName,this.isShowSimpleSearch=(i=e==null?void 0:e.isShowSimpleSearch)!=null?i:!0,this.isShowToolbar=(u=e==null?void 0:e.isShowToolbar)!=null?u:!0,this.isHideCaption=(l=e==null?void 0:e.isHideCaption)!=null?l:!1,this.actionSetting=(a=new Gl(e==null?void 0:e.actionSetting))!=null?a:new Gl,this.listHeightSetting=(o=new Zl(e==null?void 0:e.listHeightSetting))!=null?o:new Zl}}Oi.Rules=MD;class Ri extends L{constructor(e){super(e),this.props=new Oi(e==null?void 0:e.props)}static get controlName(){return r("CMD.referenceList",null,"\u5F15\u7528\u5217\u8868")}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"reference-list"}}Ri.controlEventKeys=["on_list_rowclick"],Ri.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_SHOW_SIMPLE_SEARCH,c.IS_SHOW_TOOL_BAE]},{key:"action-setting",visible:!0},{key:"line-height-setting",visible:!0},{key:"super-setting",visible:!0}];class LD extends q{constructor(e){super(e),this.props=new Oi(e==null?void 0:e.props)}static get controlType(){return"reference-list"}}var Dc={Designer:Ri,Runtime:LD,Property:Oi};class la extends j{constructor(e){var n;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:"",this.commentOptions=(e==null?void 0:e.commentOptions)||[]}}class Fc extends L{constructor(e){super(e),this.props=new la(e==null?void 0:e.props)}static get controlName(){return r("CMD.comment",null,"\u610F\u89C1\u6807\u7B7E")}static get controlIcon(){return"icona-fenlei22"}static get controlType(){return"comment"}}Fc.setting=[{key:"content",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"comment-option",visible:!0},{key:"super-setting",visible:!0}];class $D extends q{constructor(e){super(e),this.props=new la(e==null?void 0:e.props)}static get controlType(){return"comment"}}var Ac={Designer:Fc,Runtime:$D,Property:la},ND=Object.freeze({__proto__:null,Text:jo,Link:qo,Button:Wo,Divider:nc,Title:ic,CreateFormListButton:uc,BatchSubmissionListButton:lc,SubmissionRecordListButton:ac,ExportListButton:rc,ExportRecordListButton:oc,ImportRecordListButton:cc,FormSelectButton:sc,ListSelectButton:dc,Pagination:fc,Dashboard:vc,ListViewSelect:gc,TextOcrButton:bc,InvoiceCheckButton:Cc,BatchPrintListButton:Ec,BatchPrintRecordListButton:_c,OperationButton:Bc,BatchDeleteButton:wc,ReferenceList:Dc,CommentControl:Ac});class HD extends J{constructor(e){super(e),this.maxLength={type:"number",min:0,message:r("CMD.TheMaximumLengthIsGreaterThanTheMinimumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6")},this.minLength={type:"number",max:200,message:r("CMD.TheMinimumLengthIsGreaterThanTheMaximumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6")},this.defaultValue=[{type:"string",max:200,min:0,message:r("CMD.stringRangeError",null,"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")},{pattern:"",message:""}],this.maxLength.min=e.minLength,this.minLength.max=e.maxLength,this.defaultValue[0].max=e.maxLength,this.defaultValue[0].min=e.minLength,this.defaultValue[0].message=r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C"),this.defaultValue[1].pattern=Wt(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class VD extends V{constructor(e){super(e),this.push({type:"string",message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},{max:e.maxLength,min:e.minLength,message:r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Wt(e.regularRules.expression),message:e.regularRules.errMessage})}}class Dt extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y;super(e),this.maxLength=(n=e==null?void 0:e.maxLength)!=null?n:200,this.minLength=(i=e==null?void 0:e.minLength)!=null?i:0,this.regularRules=new Nr(e==null?void 0:e.regularRules),this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:"",this.caption=(l=e==null?void 0:e.caption)!=null?l:Ft.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.encrypted=(o=e==null?void 0:e.encrypted)!=null?o:!1,this.encryptedMode=(s=e==null?void 0:e.encryptedMode)!=null?s:"",this.aiContentSearch=(h=e==null?void 0:e.aiContentSearch)!=null?h:!1,this.autoHeight=(d=e==null?void 0:e.autoHeight)!=null?d:!1,this.lineEllipsis=(y=e==null?void 0:e.lineEllipsis)!=null?y:1}}Dt.Rules=HD,Dt.RuntimeRules=VD;class Ft extends k{constructor(e){super(e),this.props=new Dt(e==null?void 0:e.props)}static get controlName(){return r("CMD.input",null,"\u5355\u884C\u6587\u672C")}static get controlIcon(){return"iconSingleline_new1"}static get controlType(){return"input"}}Ft.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Ft.controlFieldType=C.VARCHAR,Ft.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP,c.ENCRYPTED]},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"ai-content-search",visible:!0},{key:"column-autoHeight",visible:!1},{key:"column-line-ellipsis",visible:!1},{key:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"default-value",visible:!0},{key:"regular-rules",visible:!0},{key:"super-setting",visible:!0}];class Ic extends O{constructor(e){super(e),this.props=new Dt(e==null?void 0:e.props)}static get controlType(){return"input"}}Ic.controlFieldType=C.VARCHAR;var Sc={Designer:Ft,Runtime:Ic,Property:Dt};class jD extends rt{constructor(e){super(e),this.limitMax={type:"number",min:void 0,message:r("CMD.PleaseReselectTheOptionalQuantity",null,"\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF")},e.limitMax==="unlimited"&&(this.limitMax.type="string");const i=u=>u==="unlimited"?void 0:u;this.limitMax.min=i(e.limitMin)}}class qD extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),this.push({type:"array",max:typeof e.limitMax=="number"?e.limitMax:void 0,min:typeof e.limitMin=="number"?e.limitMin:void 0})}}class Gt extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b,w,m;super(e),this.options=me((n=e==null?void 0:e.options)!=null?n:[{label:r("CMD.optionOne",null,"\u9009\u9879\u4E00"),value:r("CMD.optionOne",null,"\u9009\u9879\u4E00")},{label:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C"),value:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C")},{label:r("CMD.optionThird",null,"\u9009\u9879\u4E09"),value:r("CMD.optionThird",null,"\u9009\u9879\u4E09")}]),this.checkboxMode=(i=e==null?void 0:e.checkboxMode)!=null?i:"horizontal",this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"custom",this.optionsOrder=(l=e==null?void 0:e.optionsOrder)!=null?l:!1,this.otherOption=(a=e==null?void 0:e.otherOption)!=null?a:!1,this.limitMin=(o=e==null?void 0:e.limitMin)!=null?o:"unlimited",this.limitMax=(s=e==null?void 0:e.limitMax)!=null?s:"unlimited",this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.interreaction=(h=e==null?void 0:e.interreaction)!=null?h:[],this.caption=(d=e==null?void 0:e.caption)!=null?d:Zt.controlName,this.defaultValue=(y=e==null?void 0:e.defaultValue)!=null?y:[],this.optionsFormat=(g=e==null?void 0:e.optionsFormat)!=null?g:"horizontal",this.defaultShowOptions=(E=e==null?void 0:e.defaultShowOptions)!=null?E:!0,this.openMultistageFilling=(_=e==null?void 0:e.openMultistageFilling)!=null?_:!1,this.type=(b=e==null?void 0:e.type)!=null?b:"default",this.isUseCustomColor=(w=e==null?void 0:e.isUseCustomColor)!=null?w:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(B=>{var T;(T=this.multistageFilling)==null||T.push(new ee(B))})),this.aiContentSearch=(m=e==null?void 0:e.aiContentSearch)!=null?m:!1}}Gt.Rules=jD,Gt.RuntimeRules=qD;class Zt extends k{constructor(e){super(e),this.props=new Gt(e==null?void 0:e.props)}static get controlName(){return r("CMD.checkBox",null,"\u591A\u9009")}static get controlIcon(){return"iconduoxuan"}static get controlType(){return"checkbox"}}Zt.controlEventKeys=["on_change","on_click"],Zt.controlFieldType=C.ARRAY,Zt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"options-format",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"ai-content-search",visible:!0},{key:"common-button-radio",visible:!0,name:"type",label:"\u9009\u9879\u7C7B\u578B",default:"default",options:[{value:"default",label:"\u9ED8\u8BA4"},{value:"button",label:"\u6309\u94AE"}]},{key:"options-setting",visible:!0},{key:"limit-select",visible:!0},{key:"options-order",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Tc extends O{constructor(e){super(e),this.props=new Gt(e==null?void 0:e.props)}static get controlType(){return"checkbox"}}Tc.controlFieldType=C.ARRAY;var Pc={Designer:Zt,Runtime:Tc,Property:Gt};class aa extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b,w,m;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Le.controlName,this.placeholder=(i=e==null?void 0:e.placeholder)!=null?i:r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"),this.multiple=(u=e==null?void 0:e.multiple)!=null?u:!1,this.showSearch=(l=e==null?void 0:e.showSearch)!=null?l:!0,this.expandTrigger=(a=e==null?void 0:e.expandTrigger)!=null?a:"click",this.allowClear=(o=e==null?void 0:e.allowClear)!=null?o:!0,this.showCheckedStrategy=(s=e==null?void 0:e.showCheckedStrategy)!=null?s:"",this.saveCheckedStrategy=(h=e==null?void 0:e.saveCheckedStrategy)!=null?h:"CHILD",this.separator=(d=e==null?void 0:e.separator)!=null?d:"/",this.optionConfig=(y=e==null?void 0:e.optionConfig)!=null?y:"custom",this.datasourceBind=new qn((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:Le.controlCustomAttributes}),this.filterItemDatasourceBind=new qn((E=e==null?void 0:e.filterItemDatasourceBind)!=null?E:{attributes:Le.controlCustomAttributes}),this.openMultistageFilling=(_=e==null?void 0:e.openMultistageFilling)!=null?_:!1,this.multistageFilling=(w=(b=e==null?void 0:e.multistageFilling)==null?void 0:b.map(B=>new ee(B)))!=null?w:[],this.defaultValue=(m=e==null?void 0:e.defaultValue)!=null?m:[]}}class Le extends k{constructor(e){super(e),this.props=new aa(e==null?void 0:e.props)}static get controlName(){return"\u7EA7\u8054\u9009\u62E9"}static get controlIcon(){return"iconziyou_dagangshu"}static get controlType(){return"cascader"}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.6cb51751712162323"),required:!0},{key:"parentField",name:r("CMD.33ee1751712159752"),required:!0}]}}Le.controlEventKeys=["on_change","on_focus","on_blur"],Le.controlFieldType=C.ARRAY,Le.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.MULTIPLE,c.CAN_SEARCH,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0},{key:"cascader-trigger-type",visible:!0},{key:"cascader-select-value-type",visible:!0},{key:"cascader-show-type",visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"default-value",visible:!0},{key:"regular-rules",visible:!0},{key:"super-setting",visible:!0}];class kc extends O{constructor(e){super(e),this.props=new aa(e==null?void 0:e.props)}static get controlType(){return"cascader"}}kc.controlFieldType=C.VARCHAR;var Oc={Designer:Le,Runtime:kc,Property:aa};class WD extends rt{constructor(e){super(e)}}class xi extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b;super(e),this.options=me((n=e==null?void 0:e.options)!=null?n:[{label:r("CMD.optionOne",null,"\u9009\u9879\u4E00"),value:r("CMD.optionOne",null,"\u9009\u9879\u4E00")},{label:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C"),value:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C")},{label:r("CMD.optionThird",null,"\u9009\u9879\u4E09"),value:r("CMD.optionThird",null,"\u9009\u9879\u4E09")}]),this.radioMode=(i=e==null?void 0:e.radioMode)!=null?i:"horizontal",this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"custom",this.otherOption=(l=e==null?void 0:e.otherOption)!=null?l:!1,this.optionsOrder=(a=e==null?void 0:e.optionsOrder)!=null?a:!1,this.defaultShowOptions=(o=e==null?void 0:e.defaultShowOptions)!=null?o:!0,this.optionsFormat=(s=e==null?void 0:e.optionsFormat)!=null?s:"horizontal",this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.interreaction=(h=e==null?void 0:e.interreaction)!=null?h:[],this.caption=(d=e==null?void 0:e.caption)!=null?d:Qt.controlName,this.defaultValue=(y=e==null?void 0:e.defaultValue)!=null?y:"",this.openMultistageFilling=(g=e==null?void 0:e.openMultistageFilling)!=null?g:!1,this.type=(E=e==null?void 0:e.type)!=null?E:"default",this.isUseCustomColor=(_=e==null?void 0:e.isUseCustomColor)!=null?_:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(w=>{var m;(m=this.multistageFilling)==null||m.push(new ee(w))})),this.aiContentSearch=(b=e==null?void 0:e.aiContentSearch)!=null?b:!1}}xi.Rules=WD;class Qt extends k{constructor(e){super(e),this.props=new xi(e==null?void 0:e.props)}static get controlName(){return r("CMD.radio",null,"\u5355\u9009")}static get controlIcon(){return"iconradio_new"}static get controlType(){return"radio"}}Qt.controlEventKeys=["on_change","on_click"],Qt.controlFieldType=C.VARCHAR,Qt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"options-format",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"ai-content-search",visible:!0},{key:"common-button-radio",visible:!0,name:"type",label:"\u9009\u9879\u7C7B\u578B",default:"default",options:[{value:"default",label:"\u9ED8\u8BA4"},{value:"button",label:"\u6309\u94AE"}]},{key:"options-setting",visible:!0},{key:"options-order",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Rc extends O{constructor(e){super(e),this.props=new xi(e==null?void 0:e.props)}static get controlType(){return"radio"}}Rc.controlFieldType=C.VARCHAR;var xc={Designer:Qt,Runtime:Rc,Property:xi};class UD extends J{constructor(e){super(e),this.defaultValue=[{type:"number",min:0,max:200,message:r("CMD.pleaseEnterNumberRange",null,"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C")},{pattern:"",message:""}],this.rangeMax={type:"any"};const n=e.rangeMax===""?void 0:e.rangeMax,i=e.rangeMin===""?void 0:e.rangeMin;this.defaultValue[0].max=n,this.defaultValue[0].min=i,this.defaultValue[0].message=r("CMD.pleaseEnterNumberRange",{max:n,min:i},"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C"),i&&n!==void 0&&(this.rangeMax={type:"number",min:i,message:r("CMD.numberRangeSetError",null,"\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF")}),this.defaultValue[1].pattern=Wt(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class zD extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="number");const n=e.rangeMax!==""?e.rangeMax:void 0,i=e.rangeMin!==""?e.rangeMin:void 0;this.push({type:"number",max:n,min:i,message:r(n===void 0?"CMD.pleaseEnterAValueGreaterThanMin":i===void 0?"CMD.pleaseEnterAValueLessThanMax":"CMD.pleaseEnterNumberRange",{max:n,min:i},r(n===void 0?"CMD.16921751712133509":i===void 0?"CMD.f0231751712135569":"CMD.78ab1751712129046"))}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Wt(e.regularRules.expression),message:e.regularRules.errMessage})}}class Xt extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b,w,m;super(e),this.rangeMin=(n=e==null?void 0:e.rangeMin)!=null?n:"",this.rangeMax=(i=e==null?void 0:e.rangeMax)!=null?i:"",this.numberType=(u=e==null?void 0:e.numberType)!=null?u:"number",this.percentageFormat=(l=e==null?void 0:e.percentageFormat)!=null?l:!1,this.micrometer=(a=e==null?void 0:e.micrometer)!=null?a:!1,this.precision=(o=e==null?void 0:e.precision)!=null?o:0,this.showUpperCase=(s=e==null?void 0:e.showUpperCase)!=null?s:!1,this.isShowUnit=(h=e==null?void 0:e.isShowUnit)!=null?h:!1,this.unitPosition=(d=e==null?void 0:e.unitPosition)!=null?d:"right",this.unit=(y=e==null?void 0:e.unit)!=null?y:"",this.caption=(g=e==null?void 0:e.caption)!=null?g:Jt.controlName,this.placeholder=(E=e==null?void 0:e.placeholder)!=null?E:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.defaultValue=(_=e==null?void 0:e.defaultValue)!=null?_:"",this.regularRules=new Nr(e==null?void 0:e.regularRules),this.isShowControlButton=(b=e==null?void 0:e.isShowControlButton)!=null?b:!1,this.controlButtonPosition=(w=e==null?void 0:e.controlButtonPosition)!=null?w:"between",this.step=(m=e==null?void 0:e.step)!=null?m:1}}Xt.Rules=UD,Xt.RuntimeRules=zD;class Jt extends k{constructor(e){super(e),this.props=new Xt(e==null?void 0:e.props)}static get controlName(){return r("CMD.number",null,"\u6570\u5B57")}static get controlIcon(){return"iconnuminput_new"}static get controlType(){return"number"}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{precision:i,micrometer:u}=this.props;i!==""&&(n.props.precision=i),n.props.micrometer=u}return n}}Jt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Jt.controlFieldType=C.DECIMAL,Jt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"number-range",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_UNIT,c.IS_SHOW_CAPTION_TIP]},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"unit-position",visible:!0},{key:"number-type",visible:!0},{key:"unit",visible:!0},{key:"default-value",visible:!0},{key:"number-suite",showItems:[c.SHOW_UPPER_CASE,c.MICROMETER,c.PRECISION],visible:!0},{key:"regular-rules",visible:!0},{key:"number-control-button",visible:!0},{key:"super-setting",visible:!0}];class Mc extends O{constructor(e){super(e),this.props=new Xt(e==null?void 0:e.props)}static get controlType(){return"number"}}Mc.controlFieldType=C.DECIMAL;var Lc={Designer:Jt,Runtime:Mc,Property:Xt};class ra extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:ut.DATE,this.dateFormat=(i=e==null?void 0:e.dateFormat)!=null?i:"",this.commonTimeSetting=(u=e==null?void 0:e.commonTimeSetting)!=null?u:[],this.setValueType=(l=e==null?void 0:e.setValueType)!=null?l:"custom",this.caption=(a=e==null?void 0:e.caption)!=null?a:Mi.controlName,this.placeholder=(o=e==null?void 0:e.placeholder)!=null?o:r("CMD.pleaseEnterDate",null,"\u8BF7\u8F93\u5165\u65E5\u671F"),this.defaultValue=(s=e==null?void 0:e.defaultValue)!=null?s:"",this.limitDateList=(d=(h=e==null?void 0:e.limitDateList)==null?void 0:h.map(w=>new mi(w)))!=null?d:[],this.allowDateRange=(y=e==null?void 0:e.allowDateRange)!=null?y:["",""],this.filterWeekend=(g=e==null?void 0:e.filterWeekend)!=null?g:!1,this.isInternational=(E=e==null?void 0:e.isInternational)!=null?E:!1,this.isShowCustomDateFormat=(_=e==null?void 0:e.isShowCustomDateFormat)!=null?_:!1,this.customDateFormat=(b=e==null?void 0:e.customDateFormat)!=null?b:""}}class Mi extends k{constructor(e){super(e),this.props=new ra(e==null?void 0:e.props)}static get controlName(){return r("CMD.timestamp",null,"\u65E5\u671F")}static get controlIcon(){return"iconriqi1"}static get controlType(){return"date-picker"}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{dateType:i,isInternational:u}=this.props;n.props.dateType=i,n.props.isInternational=u}return n}}Mi.controlFieldType=C.TIMESTAMP,Mi.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"date-type",visible:!0},{key:"custom-date-format",visible:!0},{key:"date-common-time-setting",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP,c.IS_INTERNATIONAL]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class $c extends O{constructor(e){super(e),this.props=new ra(e==null?void 0:e.props)}static get controlType(){return"date-picker"}}$c.controlFieldType=C.TIMESTAMP;var Nc={Designer:Mi,Runtime:$c,Property:ra};class KD extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="object"),e.required&&!e.isHide&&this.push({type:"object",fields:{max:{type:"string",required:e.required,message:this[0].message},min:{type:"string",required:e.required,message:this[0].message}}})}}class Li extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E;super(e),this.dataBind=new jr(e==null?void 0:e.dataBind),this.defaultValue=new qr(e==null?void 0:e.defaultValue),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:ut.DATE,this.dateFormat=(i=e==null?void 0:e.dateFormat)!=null?i:"",this.commonTimeSetting=(u=e==null?void 0:e.commonTimeSetting)!=null?u:[],this.setValueType=(l=e==null?void 0:e.setValueType)!=null?l:"custom",this.rangeMin=(a=e==null?void 0:e.rangeMin)!=null?a:"",this.rangeMax=(o=e==null?void 0:e.rangeMax)!=null?o:"",this.placeholderStart=(s=e==null?void 0:e.placeholderStart)!=null?s:r("CMD.pleaseSelectStartDate",null,"\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F"),this.placeholderEnd=(h=e==null?void 0:e.placeholderEnd)!=null?h:r("CMD.pleaseSelectEndDate",null,"\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F"),this.caption=(d=e==null?void 0:e.caption)!=null?d:$i.controlName,this.limitDateList=(g=(y=e==null?void 0:e.limitDateList)==null?void 0:y.map(_=>new mi(_)))!=null?g:[],this.isInternational=(E=e==null?void 0:e.isInternational)!=null?E:!1}}Li.RuntimeRules=KD;class $i extends k{constructor(e){super(e),this.props=new Li(e==null?void 0:e.props)}static get controlName(){return r("CMD.timescope",null,"\u65E5\u671F\u533A\u95F4")}static get controlIcon(){return"iconriqiqujian"}static get controlType(){return"date-range"}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{dateType:i,isInternational:u}=this.props;n.props.dateType=i,n.props.isInternational=u}return n}}$i.controlFieldType=C.TIMESCOPE,$i.setting=[{key:"data-bind-date-range",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"date-placeholder-start",visible:!0},{key:"date-placeholder-end",visible:!0},{key:"date-type",visible:!0},{key:"date-common-time-setting",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP,c.IS_INTERNATIONAL]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Hc extends O{constructor(e){super(e),this.props=new Li(e==null?void 0:e.props)}static get controlType(){return"date-range"}}Hc.controlFieldType=C.TIMESCOPE;var Vc={Designer:$i,Runtime:Hc,Property:Li};class oa extends I{constructor(e){var n,i,u,l,a,o,s,h;super(e),this.timeType=(n=e==null?void 0:e.timeType)!=null?n:rr.HOURSEC,this.format=(i=e==null?void 0:e.format)!=null?i:"",this.caption=(u=e==null?void 0:e.caption)!=null?u:Ni.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165\u65F6\u95F4",this.defaultValue=(a=e==null?void 0:e.defaultValue)!=null?a:"",this.limitTimeList=(s=(o=e==null?void 0:e.limitTimeList)==null?void 0:o.map(d=>new jl(d)))!=null?s:[],this.isInternational=(h=e==null?void 0:e.isInternational)!=null?h:!1}}class Ni extends k{constructor(e){super(e),this.props=new oa(e==null?void 0:e.props)}static get controlName(){return"\u65F6\u95F4"}static get controlIcon(){return"iconshijian31"}static get controlType(){return"time-picker"}}Ni.controlFieldType=C.TIMESTAMP,Ni.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"time-type",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP,c.IS_INTERNATIONAL]},{key:"time-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class jc extends O{constructor(e){super(e),this.props=new oa(e==null?void 0:e.props)}static get controlType(){return"time-picker"}}jc.controlFieldType=C.TIMESTAMP;var qc={Designer:Ni,Runtime:jc,Property:oa};class GD extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="object"),e.required&&!e.isHide&&this.push({type:"object",fields:{max:{type:"string",required:e.required,message:this[0].message},min:{type:"string",required:e.required,message:this[0].message}}})}}class Hi extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y;super(e),this.dataBind=new jr(e==null?void 0:e.dataBind),this.defaultValue=new qr(e==null?void 0:e.defaultValue),this.timeType=(n=e==null?void 0:e.timeType)!=null?n:rr.HOURSEC,this.format=(i=e==null?void 0:e.format)!=null?i:"",this.rangeMin=(u=e==null?void 0:e.rangeMin)!=null?u:"",this.rangeMax=(l=e==null?void 0:e.rangeMax)!=null?l:"",this.placeholderStart=(a=e==null?void 0:e.placeholderStart)!=null?a:"\u5F00\u59CB\u65F6\u95F4",this.placeholderEnd=(o=e==null?void 0:e.placeholderEnd)!=null?o:"\u7ED3\u675F\u65F6\u95F4",this.caption=(s=e==null?void 0:e.caption)!=null?s:Vi.controlName,this.limitTimeList=(d=(h=e==null?void 0:e.limitTimeList)==null?void 0:h.map(g=>new jl(g)))!=null?d:[],this.isInternational=(y=e==null?void 0:e.isInternational)!=null?y:!1}}Hi.RuntimeRules=GD;class Vi extends k{constructor(e){super(e),this.props=new Hi(e==null?void 0:e.props)}static get controlName(){return"\u65F6\u95F4\u533A\u95F4"}static get controlIcon(){return"iconriqiqujian"}static get controlType(){return"time-range"}}Vi.controlFieldType=C.TIMESCOPE,Vi.setting=[{key:"data-bind-time-range",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-input",visible:!0,name:"placeholderStart",label:"\u5F00\u59CB\u65F6\u95F4\u63D0\u793A\u6587\u5B57"},{key:"common-input",visible:!0,name:"placeholderEnd",label:"\u7ED3\u675F\u65F6\u95F4\u63D0\u793A\u6587\u5B57"},{key:"time-type",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP,c.IS_INTERNATIONAL]},{key:"time-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Wc extends O{constructor(e){super(e),this.props=new Hi(e==null?void 0:e.props)}static get controlType(){return"time-range"}}Wc.controlFieldType=C.TIMESCOPE;var Uc={Designer:Vi,Runtime:Wc,Property:Hi};class ZD extends J{constructor(e){super(e),this.maxLength={type:"number",min:0,message:r("CMD.TheMaximumLengthIsGreaterThanTheMinimumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6")},this.minLength={type:"number",max:1e6,message:r("CMD.TheMinimumLengthIsGreaterThanTheMaximumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6")},this.defaultValue={type:"string",max:200,min:0,message:r("CMD.stringRangeError",null,"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")},this.maxLength.min=e.minLength,this.minLength.max=e.maxLength,this.defaultValue.max=e.maxLength,this.defaultValue.min=e.minLength,this.defaultValue.message=r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")}}class QD extends V{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")})}}class Yt extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y;super(e),this.maxLength=(n=e==null?void 0:e.maxLength)!=null?n:5e4,this.minLength=(i=e==null?void 0:e.minLength)!=null?i:0,this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:"",this.caption=(l=e==null?void 0:e.caption)!=null?l:pt.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.rowHeightSetting=new e_(e==null?void 0:e.rowHeightSetting),this.aiContentSearch=(o=e==null?void 0:e.aiContentSearch)!=null?o:!1,this.aiGeneration=(s=e==null?void 0:e.aiGeneration)!=null?s:!1,this.aiOptions=Vr((h=e==null?void 0:e.aiOptions)!=null?h:[{label:r("CMD.aiOptionOneLabel",null,"\u603B\u7ED3"),cueWord:r("CMD.aiOptionOneCurword",null,"SUMM"),checked:!0},{label:r("CMD.aiOptionTwoLabel",null,"\u4E30\u5BCC"),cueWord:r("CMD.aiOptionTwoCurword",null,"RICH"),checked:!1},{label:r("CMD.aiOptionThreeLabel",null,"\u7FFB\u8BD1"),cueWord:r("CMD.aiOptionThreeCurword",null,"TRANS"),checked:!1}]),this.autoHeight=(d=e==null?void 0:e.autoHeight)!=null?d:!1,this.lineEllipsis=(y=e==null?void 0:e.lineEllipsis)!=null?y:1}}Yt.Rules=ZD,Yt.RuntimeRules=QD;class pt extends k{constructor(e){super(e),this.props=new Yt(e==null?void 0:e.props)}static get controlName(){return r("CMD.textarea",null,"\u591A\u884C\u6587\u672C")}static get controlIcon(){return"iconMultilineline_new1"}static get controlType(){return"textarea"}}pt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],pt.controlFieldType=C.TEXT,pt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"ai-content-search",visible:!1},{key:"ai-generation",visible:!0},{key:"column-autoHeight",visible:!1},{key:"column-line-ellipsis",visible:!1},{key:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"default-value",visible:!0},{key:"row-height-setting",visible:!0},{key:"super-setting",visible:!0}];class zc extends O{constructor(e){super(e),this.props=new Yt(e==null?void 0:e.props)}static get controlType(){return"textarea"}}zc.controlFieldType=C.TEXT;var Kc={Designer:pt,Runtime:zc,Property:Yt};class XD extends J{constructor(e){super(e),this.maxLength={type:"number",min:0,message:r("CMD.TheMaximumLengthIsGreaterThanTheMinimumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6")},this.minLength={type:"number",max:1e6,message:r("CMD.TheMinimumLengthIsGreaterThanTheMaximumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6")},this.defaultValue={type:"string",max:200,min:0,message:r("CMD.stringRangeError",null,"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")},this.maxLength.min=e.minLength,this.minLength.max=e.maxLength,this.defaultValue.max=e.maxLength,this.defaultValue.min=e.minLength,this.defaultValue.message=r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")}}class JD extends V{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")})}}class en extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E;super(e),this.maxLength=(n=e==null?void 0:e.maxLength)!=null?n:5e4,this.minLength=(i=e==null?void 0:e.minLength)!=null?i:0,this.height=(u=e==null?void 0:e.height)!=null?u:400,this.toolbarOptions=(l=e==null?void 0:e.toolbarOptions)!=null?l:["undo","redo","|","forecolor","backcolor","bold","italic","underline","strikethrough","link","|","alignleft","aligncenter","alignright","alignjustify","outdent","indent","|","styles","fontfamily","fontsize","|","bullist","numlist","|","blockquote","subscript","superscript","removeformat","|","table","image","hr","preview","|","fullscreen"],this.defaultValue=(a=e==null?void 0:e.defaultValue)!=null?a:"",this.caption=(o=e==null?void 0:e.caption)!=null?o:tn.controlName,this.placeholder=(s=e==null?void 0:e.placeholder)!=null?s:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.aiContentSearch=(h=e==null?void 0:e.aiContentSearch)!=null?h:!1,this.aiGeneration=(d=e==null?void 0:e.aiGeneration)!=null?d:!1,this.aiOptions=Vr((y=e==null?void 0:e.aiOptions)!=null?y:[{label:r("CMD.aiOptionOneLabel",null,"\u603B\u7ED3"),cueWord:r("CMD.aiOptionOneCurword",null,"SUMM"),checked:!0},{label:r("CMD.aiOptionTwoLabel",null,"\u4E30\u5BCC"),cueWord:r("CMD.aiOptionTwoCurword",null,"RICH"),checked:!1},{label:r("CMD.aiOptionThreeLabel",null,"\u7FFB\u8BD1"),cueWord:r("CMD.aiOptionThreeCurword",null,"TRANS"),checked:!1}]),this.autoHeight=(g=e==null?void 0:e.autoHeight)!=null?g:!1,this.lineEllipsis=(E=e==null?void 0:e.lineEllipsis)!=null?E:1}}en.Rules=XD,en.RuntimeRules=JD;class tn extends k{constructor(e){super(e),this.props=new en(e==null?void 0:e.props)}static get controlName(){return r("CMD.richText",null,"\u5BCC\u6587\u672C")}static get controlIcon(){return"iconRichtextbox_new"}static get controlType(){return"rich-text"}}tn.controlEventKeys=["on_change","on_input","on_focus","on_blur"],tn.controlFieldType=C.TEXT,tn.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"ai-content-search",visible:!1},{key:"ai-generation",visible:!0},{key:"column-autoHeight",visible:!1},{key:"column-line-ellipsis",visible:!1},{key:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"height",visible:!0},{key:"toolbar-options",visible:!0},{key:"rich-text",visible:!0},{key:"super-setting",visible:!0}];class Gc extends O{constructor(e){super(e),this.props=new en(e==null?void 0:e.props)}static get controlType(){return"rich-text"}}Gc.controlFieldType=C.TEXT;var Zc={Designer:tn,Runtime:Gc,Property:en};class YD extends rt{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class ji extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_;super(e),this.options=me((n=e==null?void 0:e.options)!=null?n:[{label:r("CMD.optionOne",null,"\u9009\u9879\u4E00"),value:r("CMD.optionOne",null,"\u9009\u9879\u4E00")},{label:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C"),value:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C")},{label:r("CMD.optionThird",null,"\u9009\u9879\u4E09"),value:r("CMD.optionThird",null,"\u9009\u9879\u4E09")}]),this.defaultShowOptions=(i=e==null?void 0:e.defaultShowOptions)!=null?i:!0,this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"custom",this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.caption=(l=e==null?void 0:e.caption)!=null?l:qi.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"),this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:"",this.allowCopyOptions=(s=e==null?void 0:e.allowCopyOptions)!=null?s:!1,this.openMultistageFilling=(h=e==null?void 0:e.openMultistageFilling)!=null?h:!1,this.type=(d=e==null?void 0:e.type)!=null?d:"default",this.isUseCustomColor=(y=e==null?void 0:e.isUseCustomColor)!=null?y:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(b=>{var w;(w=this.multistageFilling)==null||w.push(new ee(b))})),this.canViewForm=(g=e==null?void 0:e.canViewForm)!=null?g:!1,this.viewFormModelType=(E=e==null?void 0:e.viewFormModelType)!=null?E:"window",this.formBind=new lt(e==null?void 0:e.formBind),this.aiContentSearch=(_=e==null?void 0:e.aiContentSearch)!=null?_:!1}}ji.Rules=YD;class qi extends k{constructor(e){super(e),this.props=new ji(e==null?void 0:e.props)}static get controlName(){return r("CMD.select",null,"\u4E0B\u62C9\u5355\u9009")}static get controlIcon(){return"iconxiala1"}static get controlType(){return"select"}}qi.controlFieldType=C.VARCHAR,qi.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.DEFAULT_SHOW_OPTIONS,c.IS_SHOW_CAPTION_TIP,c.ALLOW_COPY_OPTIONS]},{key:"ai-content-search",visible:!0},{key:"common-button-radio",visible:!0,name:"type",label:"\u9009\u9879\u7C7B\u578B",default:"default",options:[{value:"default",label:"\u9ED8\u8BA4"},{value:"button",label:"\u6309\u94AE"}]},{key:"options-setting",visible:!0,showItems:[c.CAN_VIEW_FORM,c.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Qc extends O{constructor(e){super(e),this.props=new ji(e==null?void 0:e.props)}static get controlType(){return"select"}}Qc.controlFieldType=C.VARCHAR;var Xc={Designer:qi,Runtime:Qc,Property:ji};class pD extends rt{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class e7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class nn extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E;super(e),this.options=me((n=e==null?void 0:e.options)!=null?n:[{label:r("CMD.optionOne",null,"\u9009\u9879\u4E00"),value:r("CMD.optionOne",null,"\u9009\u9879\u4E00")},{label:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C"),value:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C")},{label:r("CMD.optionThird",null,"\u9009\u9879\u4E09"),value:r("CMD.optionThird",null,"\u9009\u9879\u4E09")}]),this.defaultShowOptions=(i=e==null?void 0:e.defaultShowOptions)!=null?i:!0,this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"custom",this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.caption=(l=e==null?void 0:e.caption)!=null?l:Wi.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"),this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.openMultistageFilling=(s=e==null?void 0:e.openMultistageFilling)!=null?s:!1,this.type=(h=e==null?void 0:e.type)!=null?h:"default",this.isUseCustomColor=(d=e==null?void 0:e.isUseCustomColor)!=null?d:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(_=>{var b;(b=this.multistageFilling)==null||b.push(new ee(_))})),this.canViewForm=(y=e==null?void 0:e.canViewForm)!=null?y:!1,this.viewFormModelType=(g=e==null?void 0:e.viewFormModelType)!=null?g:"window",this.formBind=new lt(e==null?void 0:e.formBind),this.aiContentSearch=(E=e==null?void 0:e.aiContentSearch)!=null?E:!1}}nn.Rules=pD,nn.RuntimeRules=e7;class Wi extends k{constructor(e){super(e),this.props=new nn(e==null?void 0:e.props)}static get controlName(){return r("CMD.selectMultiple",null,"\u4E0B\u62C9\u591A\u9009")}static get controlIcon(){return"iconxialaduoxuan"}static get controlType(){return"select-multiple"}}Wi.controlFieldType=C.ARRAY,Wi.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.DEFAULT_SHOW_OPTIONS,c.IS_SHOW_CAPTION_TIP]},{key:"ai-content-search",visible:!0},{key:"common-button-radio",visible:!0,name:"type",label:"\u9009\u9879\u7C7B\u578B",default:"default",options:[{value:"default",label:"\u9ED8\u8BA4"},{value:"button",label:"\u6309\u94AE"}]},{key:"options-setting",visible:!0,showItems:[c.CAN_VIEW_FORM,c.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Jc extends O{constructor(e){super(e),this.props=new nn(e==null?void 0:e.props)}static get controlType(){return"select-multiple"}}Jc.controlFieldType=C.ARRAY;var Yc={Designer:Wi,Runtime:Jc,Property:nn};class t7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Ui extends I{constructor(e){var n,i,u,l,a,o,s,h,d;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.range=(i=e==null?void 0:e.range)!=null?i:"all",this.rangeOptions=(u=e==null?void 0:e.rangeOptions)!=null?u:[],this.multiple=(l=e==null?void 0:e.multiple)!=null?l:!1,this.defaultValueType=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.caption=(s=e==null?void 0:e.caption)!=null?s:zi.controlName,this.placeholder=(h=e==null?void 0:e.placeholder)!=null?h:r("CMD.pleaseEnterNameorEmail",null,"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1"),this.openMultistageFilling=(d=e==null?void 0:e.openMultistageFilling)!=null?d:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(y=>{var g;(g=this.multistageFilling)==null||g.push(new ee(y))}))}}Ui.RuntimeRules=t7;class zi extends k{constructor(e){super(e),this.props=new Ui(e==null?void 0:e.props)}static get controlName(){return r("CMD.people",null,"\u4EBA\u5458")}static get controlIcon(){return"iconpeople1"}static get controlType(){return"employee"}}zi.controlFieldType=C.EMPLOYEES,zi.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.MULTIPLE,c.IS_SHOW_CAPTION_TIP]},{key:"employee-range",visible:!0},{key:"employee-default-value",visible:!0},{key:"employee-multistage-filling",visible:!0},{key:"show-tree",visible:!0},{key:"super-setting",visible:!0}];class pc extends O{constructor(e){super(e),this.props=new Ui(e==null?void 0:e.props)}static get controlType(){return"employee"}}pc.controlFieldType=C.EMPLOYEES;var es={Designer:zi,Runtime:pc,Property:Ui};const n7=10485760,i7=104857600,u7=1048576e3;class l7 extends J{constructor(e){super(e),this.maxSize={type:"number",min:0,max:u7,message:r("CMD.attachmentMaxSize",null,"\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4")}}}class a7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),this.push({type:"array",max:e.maxLimit,min:e.minLimit,message:r("CMD.attachmentLimitError",{max:e.maxLimit,min:e.minLimit},"\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236")})}}class At extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b,w,m,B;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:[],this.showType=(i=e==null?void 0:e.showType)!=null?i:"default",this.resultShowType=(u=e==null?void 0:e.resultShowType)!=null?u:"simple",this.attachmentAccept=(l=e==null?void 0:e.attachmentAccept)!=null?l:[],this.maxLimit=(a=e==null?void 0:e.maxLimit)!=null?a:10,this.minLimit=(o=e==null?void 0:e.minLimit)!=null?o:0,this.maxSize=(s=e==null?void 0:e.maxSize)!=null?s:i7,this.caption=(h=e==null?void 0:e.caption)!=null?h:It.controlName,this.placeholder=(d=e==null?void 0:e.placeholder)!=null?d:r("CMD.uploadFile",null,"\u4E0A\u4F20\u9644\u4EF6"),this.isShowWatermark=(y=e==null?void 0:e.isShowWatermark)!=null?y:!1,this.watermarkFx=(g=e==null?void 0:e.watermarkFx)!=null?g:{},this.operation=(E=e==null?void 0:e.operation)!=null?E:["info","preview","download"],this.aiExplanation=(_=e==null?void 0:e.aiExplanation)!=null?_:!1,this.aiExplanationLength=(b=e==null?void 0:e.aiExplanationLength)!=null?b:500,this.storageType=(w=e==null?void 0:e.storageType)!=null?w:"local",this.customOperation=(m=e==null?void 0:e.customOperation)!=null?m:[],this.describe=(B=e==null?void 0:e.describe)!=null?B:""}}At.Rules=l7,At.RuntimeRules=a7;class It extends k{constructor(e){super(e),this.props=new At(e==null?void 0:e.props)}static get controlName(){return r("CMD.file",null,"\u9644\u4EF6")}static get controlIcon(){return"iconfujian2"}static get controlType(){return"attachment"}}It.controlEventKeys=["on_change","on_file_actions"],It.controlFieldType=C.FILE,It.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!1},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"ai-explanation",visible:!0},{key:"attachment-storage",visible:!0},{key:"attachment-state",visible:!0},{key:"attachment-accept",visible:!0},{key:"attachment-limit",visible:!0},{key:"attachment-size",visible:!0},{key:"attachment-custom-operation",visible:!0},{key:"attachment-operation",visible:!0},{key:"attachment-defaultval",visible:!0},{key:"super-setting",visible:!0}];class ca extends O{constructor(e){super(e),this.props=new At(e==null?void 0:e.props)}static get controlType(){return"attachment"}}ca.controlFieldType=C.FILE;var ts={Designer:It,Runtime:ca,Property:At};class sa extends At{constructor(e){var n,i,u,l,a,o,s,h;super(e),this.showType="image",this.maxLimit=(n=e==null?void 0:e.maxLimit)!=null?n:10,this.caption=(u=(i=e==null?void 0:e.caption)!=null?i:Ki.controlName)!=null?u:r("CMD.image",null,"\u56FE\u7247"),this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:r("CMD.uploadImg",null,"\u4E0A\u4F20\u56FE\u7247"),this.compressTypeCode=(a=e==null?void 0:e.compressTypeCode)!=null?a:Jl.NO_COMPRESS,this.compressRatio=(o=e==null?void 0:e.compressRatio)!=null?o:1,this.maxPixel=(s=e==null?void 0:e.maxPixel)!=null?s:1080,this.maxWidthHeight=(h=e==null?void 0:e.maxWidthHeight)!=null?h:[]}}class Ki extends It{constructor(e){super(e),this.props=new sa(e==null?void 0:e.props)}static get controlName(){return r("CMD.image",null,"\u56FE\u7247")}static get controlIcon(){return"iconpic_new"}static get controlType(){return"image"}}Ki.controlFieldType=C.IMAGE,Ki.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"common-input",visible:!0,name:"describe",label:"\u63CF\u8FF0\u4FE1\u606F"},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!1},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP,c.IS_SHOW_WATERMARK]},{key:"compression-setting",visible:!0},{key:"ai-explanation",visible:!0},{key:"attachment-limit",visible:!0},{key:"attachment-size",visible:!0},{key:"image-width-height",visible:!0},{key:"image-defaultval",visible:!0},{key:"super-setting",visible:!0}];class r7 extends ca{constructor(e){super(e),this.props=new sa(e==null?void 0:e.props)}static get controlType(){return"image"}}var ns={Designer:Ki,Runtime:r7,Property:sa};class o7 extends rt{constructor(e){super(e),this.defaultValue={type:"object",fields:{amount:[{type:"number",min:void 0,max:void 0,message:r("CMD.pleaseEnterNumberRange",null,"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C")}]}},this.rangeMax={type:"any"};const n=e.rangeMax===""?void 0:e.rangeMax,i=e.rangeMin===""?void 0:e.rangeMin;this.defaultValue.fields.amount[0].max=n,this.defaultValue.fields.amount[0].min=i,this.defaultValue.fields.amount[0].message=r("CMD.pleaseEnterNumberRange",{max:n,min:i},"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C"),i&&n!==void 0&&(this.rangeMax={type:"number",min:i,message:r("CMD.numberRangeSetError",null,"\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF")})}}class c7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="object");const n=e.rangeMax===""?void 0:e.rangeMax,i=e.rangeMin===""?void 0:e.rangeMin;this.push({type:"object",fields:{amount:[ur(it({},this[0]),{type:"number"}),{type:"number",min:i,max:n,message:r(n===void 0?"CMD.pleaseEnterAValueGreaterThanMin":i===void 0?"CMD.pleaseEnterAValueLessThanMax":"CMD.pleaseEnterNumberRange",{max:n,min:i},r(n===void 0?"CMD.51051751712133507":i===void 0?"CMD.41d01751712135567":"CMD.affe1751712129045"))}],currency:{type:"string"}}})}}class un extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E;super(e),this.rangeMin=(n=e==null?void 0:e.rangeMin)!=null?n:"",this.rangeMax=(i=e==null?void 0:e.rangeMax)!=null?i:"",this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"datasource",this.micrometer=(l=e==null?void 0:e.micrometer)!=null?l:!1,this.precision=(a=e==null?void 0:e.precision)!=null?a:2,this.dataBind=new h_(e==null?void 0:e.dataBind),this.datasourceBind=new X((o=e==null?void 0:e.datasourceBind)!=null?o:{displayBoList:[new Uu({value:"name"})]}),this.defaultValue=new f_((s=e==null?void 0:e.defaultValue)!=null?s:{amount:"",currency:g_.CNY}),this.unitPosition=(h=e==null?void 0:e.unitPosition)!=null?h:"right",this.options=me(e==null?void 0:e.options),this.caption=(d=e==null?void 0:e.caption)!=null?d:ln.controlName,this.placeholder=(y=e==null?void 0:e.placeholder)!=null?y:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.submitSelectCurrency=(g=e==null?void 0:e.submitSelectCurrency)!=null?g:!1,this.showUpperCase=(E=e==null?void 0:e.showUpperCase)!=null?E:!1}}un.Rules=o7,un.RuntimeRules=c7;class ln extends k{constructor(e){super(e),this.props=new un(e==null?void 0:e.props)}static get controlName(){return r("CMD.amount",null,"\u91D1\u989D")}static get controlType(){return"amount"}static get controlIcon(){return"iconjine"}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{precision:i,micrometer:u}=this.props;i!==""&&(n.props.precision=i),n.props.micrometer=u}return n}}ln.controlEventKeys=["on_change","on_input","on_focus","on_blur"],ln.controlFieldType=C.MONEY,ln.setting=[{key:"data-bind-amount",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.SUBMIT_SELECT_CURRENCY,c.IS_SHOW_CAPTION_TIP]},{key:"amount-range",visible:!0},{key:"default-value",visible:!0},{key:"unit-position",visible:!0},{key:"currency-type",visible:!0},{key:"number-suite",showItems:[c.SHOW_UPPER_CASE,c.MICROMETER,c.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class is extends O{constructor(e){super(e),this.props=new un(e==null?void 0:e.props)}static get controlType(){return"amount"}}is.controlFieldType=C.MONEY;var us={Designer:ln,Runtime:is,Property:un};class s7 extends J{constructor(e){super(e),this.totalScore=[{type:"number",required:!0,message:r("CMD.pleaseEnterTotalScoreSetting",null,"\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E")},{type:"number",min:1,message:r("CMD.theTotalScoreMustNotBeLessThan1",null,"\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1")}],this.defaultValue={type:"number",min:0,max:5,message:r("CMD.scoreDefaultValueRange",null,"\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4")},this.defaultValue.max=e.totalScore,this.defaultValue.message=r("CMD.scoreDefaultValueRange",{max:e.totalScore,min:0},"\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4")}}class d7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="number");const n=e.required?1:0;this.push({type:"number",min:n,max:e.totalScore,message:r("CMD.scoreDefaultValueRange",{max:e.totalScore,min:n},"\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4")})}}class an extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y;super(e),this.totalScore=(n=e==null?void 0:e.totalScore)!=null?n:5,this.scoreType=(i=e==null?void 0:e.scoreType)!=null?i:ql.STAR,this.isShowExplain=(u=e==null?void 0:e.isShowExplain)!=null?u:!0,this.explain=(a=(l=e==null?void 0:e.explain)==null?void 0:l.map(g=>new gi(g)))!=null?a:Array(this.totalScore).fill(void 0).map(()=>new gi),this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:0,this.caption=(s=e==null?void 0:e.caption)!=null?s:rn.controlName,this.canHalf=(h=e==null?void 0:e.canHalf)!=null?h:!1,this.explainColor=(d=e==null?void 0:e.explainColor)!=null?d:"",this.isShowCurrentScore=(y=e==null?void 0:e.isShowCurrentScore)!=null?y:!1}}an.Rules=s7,an.RuntimeRules=d7;class rn extends k{constructor(e){super(e),this.props=new an(e==null?void 0:e.props)}static get controlName(){return r("CMD.score",null,"\u8BC4\u5206")}static get controlIcon(){return"iconpingfen"}static get controlType(){return"score"}postUpdate(e,n){if(e==="totalScore"){if(n===this.props.explain.length)return;if(this.props.explain.length>n)this.props.explain=this.props.explain.slice(0,n);else{const i=n-this.props.explain.length,u=Array(i).fill(void 0).map(()=>new gi);this.props.explain.push(...u)}}super.postUpdate(e,n)}}rn.controlEventKeys=["on_change","on_click"],rn.controlFieldType=C.DECIMAL,rn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"common-switch",visible:!0,name:"canHalf",label:"\u652F\u6301\u534A\u9009",default:!1},{key:"common-color-type",visible:!0},{key:"score-type",visible:!0},{key:"total-setting",visible:!0},{key:"common-switch",visible:!0,name:"isShowCurrentScore",label:"\u662F\u5426\u663E\u793A\u5F53\u524D\u5206\u6570",default:!1},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class ls extends O{constructor(e){super(e),this.props=new an(e==null?void 0:e.props)}static get controlType(){return"score"}}ls.controlFieldType=C.DECIMAL;var as={Designer:rn,Runtime:ls,Property:an};class h7 extends V{constructor(e){if(super(e),this[0]!==void 0&&(this[0].type="object"),e.required&&!e.isHide){const n={type:"object",fields:{province:{type:"string",required:e.required,message:r("CMD.pleaseSelectProvince",null,"\u8BF7\u9009\u62E9\u7701")}}};e.addressType.includes("city")&&(n.fields.city={type:"string",required:e.required,message:r("CMD.pleaseSelectCity",null,"\u8BF7\u9009\u62E9\u5E02")}),e.addressType.includes("district")&&(n.fields.district={type:"string",required:e.required,message:r("CMD.pleaseSelectDistrict",null,"\u8BF7\u9009\u62E9\u533A")}),this.push(n)}}}class Gi extends I{constructor(e){var n,i,u,l,a;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Zi.controlName,this.defaultValueType=(i=e==null?void 0:e.defaultValueType)!=null?i:"default",this.addressType=(u=e==null?void 0:e.addressType)!=null?u:["province","city","district"],this.defaultValue=new y_((l=e==null?void 0:e.defaultValue)!=null?l:{}),this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:r("CMD.pleaseChooseAddress",null,"\u8BF7\u9009\u62E9\u5730\u5740")}}Gi.RuntimeRules=h7;class Zi extends k{constructor(e){super(e),this.props=new Gi(e==null?void 0:e.props)}static get controlName(){return r("CMD.address",null,"\u5730\u5740")}static get controlIcon(){return"icondizhi"}static get controlType(){return"address"}}Zi.controlFieldType=C.ADDRESS,Zi.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_SHOW_CAPTION_TIP]},{key:"address-defaultval",visible:!0},{key:"super-setting",visible:!0}];class rs extends O{constructor(e){super(e),this.props=new Gi(e==null?void 0:e.props)}static get controlName(){return r("CMD.e7c91751712163978")}static get controlIcon(){return"iconicon_site_management11"}static get controlType(){return"address"}}rs.controlFieldType=C.ADDRESS;var os={Designer:Zi,Runtime:rs,Property:Gi};class f7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Qi extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.multiple=(i=e==null?void 0:e.multiple)!=null?i:!1,this.range=(u=e==null?void 0:e.range)!=null?u:"all",this.defaultValueType=(l=e==null?void 0:e.defaultValueType)!=null?l:"none",this.rangeOptions=(a=e==null?void 0:e.rangeOptions)!=null?a:[],this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.displayLevel=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(h=e==null?void 0:e.showSubDept)!=null?h:!0,this.caption=(d=e==null?void 0:e.caption)!=null?d:on.controlName,this.placeholder=(y=e==null?void 0:e.placeholder)!=null?y:r("CMD.pleaseSelectDept",null,"\u8BF7\u9009\u62E9\u90E8\u95E8"),this.openMultistageFilling=(g=e==null?void 0:e.openMultistageFilling)!=null?g:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(E=>{var _;(_=this.multistageFilling)==null||_.push(new ee(E))}))}}Qi.RuntimeRules=f7;class on extends k{constructor(e){super(e),this.props=new Qi(e==null?void 0:e.props)}static get controlIcon(){return"icondepartment_new"}static get controlType(){return"department"}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{displayLevel:i,showSubDept:u}=this.props;n.props.displayLevel=i,n.props.showSubDept=u}return n}}on.controlName=r("CMD.department",null,"\u90E8\u95E8"),on.controlFieldType=C.DEPARTMENTS,on.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.MULTIPLE,c.IS_SHOW_CAPTION_TIP]},{key:"department-defaultval",visible:!0},{key:"department-level",visible:!0},{key:"department-multistage-filling",visible:!0},{key:"show-tree",visible:!0},{key:"department-contain-sub",visible:!0},{key:"super-setting",visible:!0}];class cs extends O{constructor(e){super(e),this.props=new Qi(e==null?void 0:e.props)}static get controlType(){return"department"}}cs.controlFieldType=C.DEPARTMENTS;var ss={Designer:on,Runtime:cs,Property:Qi};class da extends I{constructor(e){var n,i,u;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:"",this.caption=(i=e==null?void 0:e.caption)!=null?i:cn.controlName,this.placeholder=(u=e==null?void 0:e.placeholder)!=null?u:r("CMD.pleaseEnterAutonumber",null,"\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7")}}class cn extends k{constructor(e){super(e),this.props=new da(e==null?void 0:e.props)}static get controlName(){return r("CMD.autoNumber",null,"\u81EA\u52A8\u7F16\u53F7")}static get controlIcon(){return"iconnumber_new"}static get controlType(){return"auto-number"}}cn.controlEventKeys=["on_change"],cn.controlFieldType=C.AUTO_NUMBER,cn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class ds extends O{constructor(e){super(e),this.props=new da(e==null?void 0:e.props)}static get controlType(){return"auto-number"}}ds.controlFieldType=C.AUTO_NUMBER;var hs={Designer:cn,Runtime:ds,Property:da};class y7 extends J{constructor(e){super(e),this.dataBind.fields.result.required=!1,this.dataBind.fields.result.fields.fieldCode.required=!1,this.dataBind.fields.result.fields.dataCode.required=!1,this.dataBind.fields.unit.required=!1,this.dataBind.fields.unit.fields.fieldCode.required=!1,this.dataBind.fields.unit.fields.dataCode.required=!1}}class v7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="object"),this.push({type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61"),fields:{result:[{type:"number",message:r("CMD.isNotNumber",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57")}],unit:{type:"string",message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")}}})}}class sn extends I{constructor(e){var n,i,u,l,a,o,s,h,d;super(e),this.precision=(n=e==null?void 0:e.precision)!=null?n:0,this.micrometer=(i=e==null?void 0:e.micrometer)!=null?i:!1,this.showUpperCase=(u=e==null?void 0:e.showUpperCase)!=null?u:!1,this.dataBind=new v_(e==null?void 0:e.dataBind),this.defaultValue=new m_(e==null?void 0:e.defaultValue),this.caption=(l=e==null?void 0:e.caption)!=null?l:dn.controlName,this.unitPosition=(a=e==null?void 0:e.unitPosition)!=null?a:"right",this.placeholder=(o=e==null?void 0:e.placeholder)!=null?o:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.scriptEcho=(s=e==null?void 0:e.scriptEcho)!=null?s:[],this.scriptSrc=(h=e==null?void 0:e.scriptSrc)!=null?h:"",this.calcOnMounted=(d=e==null?void 0:e.calcOnMounted)!=null?d:!1}}sn.Rules=y7,sn.RuntimeRules=v7;class dn extends k{constructor(e){super(e),this.props=new sn(e==null?void 0:e.props)}static get controlName(){return r("CMD.calc",null,"\u8BA1\u7B97\u516C\u5F0F")}static get controlType(){return"calc"}static get controlIcon(){return"iconcalculation_new"}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{precision:i,micrometer:u}=this.props;i!==""&&(n.props.precision=i),n.props.micrometer=u}return n}}dn.controlEventKeys=["on_change"],dn.controlFieldType=C.CALC,dn.setting=[{key:"data-bind-calc",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"calc-script-src",visible:!0},{key:"calc-script-echo",visible:!1},{key:"calc-on-mounted",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"unit-alone",visible:!0},{key:"unit-position",visible:!0},{key:"default-value",visible:!1},{key:"number-suite",showItems:[c.SHOW_UPPER_CASE,c.MICROMETER,c.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class fs extends O{constructor(e){super(e),this.props=new sn(e==null?void 0:e.props)}static get controlType(){return"calc"}}fs.controlFieldType=C.CALC;var ys={Designer:dn,Runtime:fs,Property:sn};class m7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),this.push({validator(n,i){return e.required&&i.every(l=>!l)?Promise.reject(r("CMD.runtimeRequired",{caption:e.caption},"{caption}\u5FC5\u586B")):Promise.resolve()}})}}class Xi extends I{constructor(e){var n,i,u,l,a,o;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:["",""],this.rangeMin=(i=e==null?void 0:e.rangeMin)!=null?i:"",this.rangeMax=(u=e==null?void 0:e.rangeMax)!=null?u:"",this.placeholderStart=(l=e==null?void 0:e.placeholderStart)!=null?l:r("CMD.min",null,"\u6700\u5C0F\u503C"),this.placeholderEnd=(a=e==null?void 0:e.placeholderEnd)!=null?a:r("CMD.max",null,"\u6700\u5927\u503C"),this.caption=(o=e==null?void 0:e.caption)!=null?o:Ji.controlName}}Xi.RuntimeRules=m7;class Ji extends k{constructor(e){super(e),this.props=new Xi(e==null?void 0:e.props)}static get controlName(){return r("CMD.searchNumberRange",null,"\u6570\u5B57\u533A\u95F4")}static get controlIcon(){return"iconshuziqujian"}static get controlType(){return"search-number-range"}}Ji.controlFieldType=C.DECIMAL_RANGE,Ji.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"number-placeholder-start",visible:!0},{key:"number-placeholder-end",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class vs extends O{constructor(e){super(e),this.props=new Xi(e==null?void 0:e.props)}static get controlType(){return"search-number-range"}}vs.controlFieldType=C.DECIMAL_RANGE;var ms={Designer:Ji,Runtime:vs,Property:Xi};class g7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),e.required&&!e.isHide&&this.push({type:"array",fields:{0:{type:"string",required:e.required,message:this[0].message},1:{type:"string",required:e.required,message:this[0].message}}})}}class Yi extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:["",""],this.dateType=(i=e==null?void 0:e.dateType)!=null?i:ut.DATE,this.dateFormat=(u=e==null?void 0:e.dateFormat)!=null?u:"",this.commonTimeSetting=(l=e==null?void 0:e.commonTimeSetting)!=null?l:[],this.setValueType=(a=e==null?void 0:e.setValueType)!=null?a:"custom",this.rangeMin=(o=e==null?void 0:e.rangeMin)!=null?o:"",this.rangeMax=(s=e==null?void 0:e.rangeMax)!=null?s:"",this.placeholderStart=(h=e==null?void 0:e.placeholderStart)!=null?h:r("CMD.startDate",null,"\u5F00\u59CB\u65E5\u671F"),this.placeholderEnd=(d=e==null?void 0:e.placeholderEnd)!=null?d:r("CMD.endDate",null,"\u7ED3\u675F\u65E5\u671F"),this.caption=(y=e==null?void 0:e.caption)!=null?y:pi.controlName,this.limitDateList=(E=(g=e==null?void 0:e.limitDateList)==null?void 0:g.map(b=>new mi(b)))!=null?E:[],this.isInternational=(_=e==null?void 0:e.isInternational)!=null?_:!1}}Yi.RuntimeRules=g7;class pi extends k{constructor(e){super(e),this.props=new Yi(e==null?void 0:e.props)}static get controlName(){return r("CMD.timescope",null,"\u65E5\u671F\u533A\u95F4")}static get controlIcon(){return"iconriqiqujian"}static get controlType(){return"search-date-range"}}pi.controlFieldType=C.ARRAY,pi.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"date-placeholder-start",visible:!0},{key:"date-placeholder-end",visible:!0},{key:"date-type",visible:!0},{key:"date-common-time-setting",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class gs extends O{constructor(e){super(e),this.props=new Yi(e==null?void 0:e.props)}static get controlType(){return"search-date-range"}}gs.controlFieldType=C.ARRAY;var bs={Designer:pi,Runtime:gs,Property:Yi};class b7 extends J{constructor(e){super(e),this.dataBind={type:"any"}}}class C7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class hn extends I{constructor(e){var n,i,u,l,a;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:St.controlName,this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i:void 0,this.controlExportName=(u=e==null?void 0:e.controlExportName)!=null?u:"",this.permissions=(l=e==null?void 0:e.permissions)!=null?l:[],this.isInlineEdit=(a=e==null?void 0:e.isInlineEdit)!=null?a:!1}}hn.Rules=b7,hn.RuntimeRules=C7;class St extends k{constructor(e){super(e),this.props=new hn(e==null?void 0:e.props)}static get controlName(){return r("CMD.vueFormItem",null,"Vue\u5BB9\u5668")}static get controlIcon(){return"iconvuerongqi"}static get controlType(){return"vue-form-item"}}St.controlFieldType=C.ANY,St.controlEventKeys=[],St.slots=["grid-table-toolbar-slot",or.DEFAULT],St.setting=[{key:"data-bind-vue",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_HIDE_CAPTION,c.REQUIRED,c.IS_SHOW_CAPTION_TIP,c.IS_INLINE_EDIT]},{key:"vue-control-export-name",visible:!0},{key:"vue-permissions",visible:!0},{key:"super-setting",visible:!0}];class Cs extends O{constructor(e){super(e),this.props=new hn(e==null?void 0:e.props)}static get controlType(){return"vue-form-item"}}Cs.controlFieldType=C.ANY;var Es={Designer:St,Runtime:Cs,Property:hn};class E7 extends rt{constructor(e){super(e),this.listPageBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",required:!0,fields:{formKey:[{type:"string",message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},{type:"string",required:!0,message:r("CMD.pleaseEnterList",null,"\u8BF7\u7ED1\u5B9A\u5217\u8868")}]}}],this.formBind={type:"object",fields:{formKey:{type:"string",message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class eu extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_;super(e),this.options=me((n=e==null?void 0:e.options)!=null?n:[]),this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"datasource",this.listPageBind=new Wu(e==null?void 0:e.listPageBind),this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.caption=(u=e==null?void 0:e.caption)!=null?u:fn.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"),this.defaultValue=(a=e==null?void 0:e.defaultValue)!=null?a:"",this.openMultistageFilling=(o=e==null?void 0:e.openMultistageFilling)!=null?o:!1,this.showSelectedDetail=(s=e==null?void 0:e.showSelectedDetail)!=null?s:!1,this.selectedContentConfig=new Ku(e==null?void 0:e.selectedContentConfig),this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(b=>{var w;(w=this.multistageFilling)==null||w.push(new ee(b))})),this.canViewForm=(h=e==null?void 0:e.canViewForm)!=null?h:!1,this.viewFormModelType=(d=e==null?void 0:e.viewFormModelType)!=null?d:"window",this.formBind=new lt(e==null?void 0:e.formBind),this.optionDisplayConfig=(y=e==null?void 0:e.optionDisplayConfig)!=null?y:[],this.canSearch=(g=e==null?void 0:e.canSearch)!=null?g:!1,this.aiContentSearch=(E=e==null?void 0:e.aiContentSearch)!=null?E:!1,this.defaultShowOptions=(_=e==null?void 0:e.defaultShowOptions)!=null?_:!1}}eu.Rules=E7;class fn extends k{constructor(e){super(e),this.props=new eu(e==null?void 0:e.props)}static get controlName(){return r("CMD.selectRelation",null,"\u5173\u8054\u5355\u9009")}static get controlIcon(){return"iconguanliandanxuan"}static get controlType(){return"select-relation"}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{optionDisplayConfig:i}=this.props;n.props.optionDisplayConfig=i}return n}}fn.controlFieldType=C.VARCHAR,fn.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_SHOW_CAPTION_TIP,c.CAN_SEARCH,c.DEFAULT_SHOW_OPTIONS]},{key:"ai-content-search",visible:!0},{key:"relation-setting",visible:!0,showItems:[c.CAN_VIEW_FORM,c.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"option-config-setting",visible:!0},{key:"super-setting",visible:!0}],fn.controlEventKeys=["on_change","on_focus","on_blur","on_modal_ok"];class _s extends O{constructor(e){super(e),this.props=new eu(e==null?void 0:e.props)}static get controlType(){return"select-relation"}}_s.controlFieldType=C.VARCHAR;var Bs={Designer:fn,Runtime:_s,Property:eu};class ha extends Dt{constructor(e){super(e)}}class ws extends Ft{constructor(e){super(e),this.props=new ha(e==null?void 0:e.props)}static get controlName(){return r("CMD.input",null,"\u5355\u884C\u6587\u672C")}static get controlType(){return"search-input"}}ws.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED]},{key:"super-setting",visible:!0}];class Ds extends O{constructor(e){super(e),this.props=new ha(e==null?void 0:e.props)}static get controlType(){return"search-input"}}Ds.controlFieldType=C.VARCHAR;var Fs={Designer:ws,Runtime:Ds,Property:ha};class _7 extends J{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],Kn.call(this,e,Re.controlCustomAttributes,!0),this.datasourceBind[1].fields&&(this.datasourceBind[1].fields.rootNode=[{type:"object",required:!0,message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{type:{type:"enum",enum:["form","system","custom","gv"],required:!0},value:{type:"array",required:!0,min:1,message:r("CMD.rootNodeIsRequired",null,"\u8BF7\u9009\u62E9\u6839\u8282\u70B9")}}}])}}class B7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class yn extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b,w,m,B,T,S,P;super(e),this.optionConfig="datasource",this.caption=(n=e==null?void 0:e.caption)!=null?n:Re.controlName,this.placeholder=(i=e==null?void 0:e.placeholder)!=null?i:r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"),this.multiple=(u=e==null?void 0:e.multiple)!=null?u:!1,this.canSearch=(l=e==null?void 0:e.canSearch)!=null?l:!0,this.levelType=(a=e==null?void 0:e.levelType)!=null?a:"all",this.optionalLevel=(o=e==null?void 0:e.optionalLevel)!=null?o:1,this.containsSubNode=(s=e==null?void 0:e.containsSubNode)!=null?s:!1,this.isShowFilterItem=(h=e==null?void 0:e.isShowFilterItem)!=null?h:!1,this.isShowIncludeSub=(d=e==null?void 0:e.isShowIncludeSub)!=null?d:!1,this.isDefaultCheckSub=(y=e==null?void 0:e.isDefaultCheckSub)!=null?y:!1,this.defaultCollapse=(g=e==null?void 0:e.defaultCollapse)!=null?g:"all",this.defaultCollapseLevel=(E=e==null?void 0:e.defaultCollapseLevel)!=null?E:1,this.datasourceBind=new qn((_=e==null?void 0:e.datasourceBind)!=null?_:{attributes:Re.controlCustomAttributes}),this.filterItemDatasourceBind=new qn((b=e==null?void 0:e.filterItemDatasourceBind)!=null?b:{attributes:Re.controlCustomAttributes}),this.openMultistageFilling=(w=e==null?void 0:e.openMultistageFilling)!=null?w:!1,this.defaultDisplay=(m=e==null?void 0:e.defaultDisplay)!=null?m:!1,this.multistageFilling=(T=(B=e==null?void 0:e.multistageFilling)==null?void 0:B.map(Q=>new ee(Q)))!=null?T:[],this.defaultValue=(S=e==null?void 0:e.defaultValue)!=null?S:[],this.treeQuery=(P=e==null?void 0:e.treeQuery)!=null?P:[]}}yn.Rules=_7,yn.RuntimeRules=B7;class Re extends k{constructor(e){super(e),this.props=new yn(e==null?void 0:e.props)}static get controlName(){return r("CMD.tree",null,"\u6811")}static get controlIcon(){return"icontree"}static get controlType(){return"tree"}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.6cb51751712162323"),required:!0},{key:"parentField",name:r("CMD.33ee1751712159752"),required:!0}]}}Re.controlEventKeys=["on_change","on_click","on_tree_search"],Re.controlFieldType=C.ARRAY,Re.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.MULTIPLE,c.CAN_SEARCH,c.DEFAULT_DISPLAY,c.CONTAINS_SUB_NODE,c.IS_SHOW_CAPTION_TIP]},{key:"tree-optional-level",visible:!0},{key:"tree-default-collapse",visible:!0},{key:"tree-datasource-bind",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class As extends O{constructor(e){super(e),this.props=new yn(e==null?void 0:e.props)}static get controlType(){return"tree"}}As.controlFieldType=C.ARRAY;var Is={Designer:Re,Runtime:As,Property:yn};class w7 extends J{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],this.externalScope={type:"any"},Kn.call(this,e,$e.controlCustomAttributes),e.externalType===Oe.ASSIGN&&(this.externalScope={type:"array",required:!0,message:r("CMD.pleaseAssignExternal",null,"\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7")})}}class D7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class vn extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b,w,m,B;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.range=(i=e==null?void 0:e.range)!=null?i:"all",this.rangeOptions=(u=e==null?void 0:e.rangeOptions)!=null?u:[],this.multiple=(l=e==null?void 0:e.multiple)!=null?l:!1,this.defaultValueType=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.valueFormat=(s=e==null?void 0:e.valueFormat)!=null?s:"id",this.caption=(h=e==null?void 0:e.caption)!=null?h:$e.controlName,this.placeholder=(d=e==null?void 0:e.placeholder)!=null?d:r("CMD.pleaseEnterNameorEmail",null,"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1"),this.datasourceBind=new jn((y=e==null?void 0:e.datasourceBind)!=null?y:{attributes:$e.controlCustomAttributes}),this.datasourceType=(g=e==null?void 0:e.datasourceType)!=null?g:Ql.INTERNAL,this.insideType=(E=e==null?void 0:e.insideType)!=null?E:Xl.ADMIN,this.externalType=(_=e==null?void 0:e.externalType)!=null?_:Oe.ALL,this.externalScope=(b=e==null?void 0:e.externalScope)!=null?b:[],this.openMultistageFilling=(w=e==null?void 0:e.openMultistageFilling)!=null?w:!1,this.mainDeptFlag=(m=e==null?void 0:e.mainDeptFlag)!=null?m:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(T=>{var S;(S=this.multistageFilling)==null||S.push(new ee(T))})),this.defaultShowOptions=(B=e==null?void 0:e.defaultShowOptions)!=null?B:!1}}vn.Rules=w7,vn.RuntimeRules=D7;class $e extends k{constructor(e){super(e),this.props=new vn(e==null?void 0:e.props)}static get controlName(){return r("CMD.people",null,"\u4EBA\u5458")}static get controlIcon(){return"iconpeople1"}static get controlType(){return"employee2"}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.ffd71751712162321"),required:!0}]}}$e.controlFieldType=C.EMPLOYEES,$e.controlEventKeys=["on_change","on_focus","on_blur","on_option_selected"],$e.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"value-format",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.MULTIPLE,c.IS_SHOW_CAPTION_TIP,c.MAIN_DEPT_FLAG,c.DEFAULT_SHOW_OPTIONS]},{key:"employee-datasource-setting",visible:!0},{key:"employee-range",visible:!0},{key:"employee-default-value",visible:!0},{key:"show-tree",visible:!0},{key:"super-setting",visible:!0}];class Ss extends O{constructor(e){super(e),this.props=new vn(e==null?void 0:e.props)}static get controlType(){return"employee2"}}Ss.controlFieldType=C.EMPLOYEES;var Ts={Designer:$e,Runtime:Ss,Property:vn};class F7 extends J{constructor(e){super(e),this.signatureConfig={type:"object",fields:{fileControl:{type:"string",required:!0,message:r("CMD.pleaseSelectSignFile",null,"\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6")},undersignedList:{type:"array",required:!0,min:1,message:r("CMD.pleaseSelectOnlyOne",null,"\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA"),fields:e.signatureConfig.undersignedList.reduce((n,i,u)=>(n[u]={type:"object",required:!0,fields:{type:{type:"enum",enum:["private","public"],required:!0},person:{type:"object",required:!0,fields:{value:{type:"array",required:!0,min:1,message:r("CMD.pleaseSelectSigner",null,"\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA")}}},signatureType:{type:"array",required:!0,min:1,message:r("CMD.pleaseSelectSignType",null,"\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B")},telephone:{type:"object",required:!0,validator(l,a,o){if(i.type==="public"&&$n(a.value)&&a.value.length===0){o(r("CMD.pleaseSelectPhoneOrEmail",null,"\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1"));return}o()}},indexSignature:{type:"object",required:!0,validator(l,a,o){if((i==null?void 0:i.signaturePosition)==="index"&&$n(a.value)&&a.value.length===0){o(r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"));return}o()}},company:{type:"object",required:!0,validator(l,a,o){if(i.type==="public"&&i.signatureType.includes("company")&&$n(a.value)&&a.value.length===0){o(r("CMD.pleaseSelectCompanyName",null,"\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0"));return}o()}}}},n),{})}}}}}class tu extends I{constructor(e){var n,i,u,l,a,o;super(e),this.command="",this.isLoading=!1,this.caption=(n=e==null?void 0:e.caption)!=null?n:mn.controlName,this.content=(i=e==null?void 0:e.content)!=null?i:r("CMD.signature",null,"\u53D1\u8D77\u7B7E\u7F72"),this.buttonType=(u=e==null?void 0:e.buttonType)!=null?u:"primary",this.showType=(l=e==null?void 0:e.showType)!=null?l:"text",this.color=(a=e==null?void 0:e.color)!=null?a:"primary",this.icon=(o=e==null?void 0:e.icon)!=null?o:"iconfenlei2",this.signatureConfig=new Ko(e==null?void 0:e.signatureConfig)}}tu.Rules=F7;class mn extends k{constructor(e){super(e),this.props=new tu(e==null?void 0:e.props)}static get controlName(){return r("CMD.electronicSignature",null,"\u7535\u5B50\u7B7E\u7AE0")}static get controlIcon(){return"icondianziqianzhang"}static get controlType(){return"electronic-signature"}}mn.controlEventKeys=["on_click","on_click_finish"],mn.controlFieldType=C.VARCHAR,mn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_SHOW_CAPTION_TIP]},{key:"placeholder",visible:!0},{key:"button-type",visible:!0},{key:"button-color-type",visible:!0},{key:"electronic-signature-setting",visible:!0},{key:"super-setting",visible:!0}];class Ps extends O{constructor(e){super(e),this.props=new tu(e==null?void 0:e.props)}static get controlType(){return"electronic-signature"}}Ps.controlFieldType=C.VARCHAR;var ks={Designer:mn,Runtime:Ps,Property:tu};class A7 extends J{constructor(e){super(e),this.content={type:"string",required:!0,message:r("CMD.pleaseEnterButtonContent",null,"\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898")},this.wpsSetting={type:"object",fields:{watermark:{type:"object",validator(n,i,u){if(i.active&&!i.text){u(r("CMD.pleaseEnterWatermark",null,"\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A"));return}u()}},autoRename:{type:"object",validator(n,i,u){if(i.active&&!i.text){u(r("CMD.pleaseEnterFileName",null,"\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A"));return}u()}}}},this.canAdd={type:"boolean",validator(n,i,u){if(e.canAdd&&!e.addLocal&&!e.addOnline){u(r("CMD.pleaseChooseAtLeastOne",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A"));return}u()}}}}class I7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class gn extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:bn.controlName,this.content=(i=e==null?void 0:e.content)!=null?i:r("CMD.createWPS",null,"\u65B0\u5EFA\u6587\u6863"),this.canAdd=(u=e==null?void 0:e.canAdd)!=null?u:!0,this.addLocal=(l=e==null?void 0:e.addLocal)!=null?l:!0,this.addOnline=(a=e==null?void 0:e.addOnline)!=null?a:!0,this.canEdit=(o=e==null?void 0:e.canEdit)!=null?o:!0,this.canDownload=(s=e==null?void 0:e.canDownload)!=null?s:!0,this.canExport=(h=e==null?void 0:e.canExport)!=null?h:!0,this.canDelete=(d=e==null?void 0:e.canDelete)!=null?d:!1,this.maxSize=(y=e==null?void 0:e.maxSize)!=null?y:n7,this.defaultValue=(g=e==null?void 0:e.defaultValue)!=null?g:[],this.wpsSetting=new Go(e==null?void 0:e.wpsSetting),this.revisionsMode=(E=e==null?void 0:e.revisionsMode)!=null?E:!1}}gn.Rules=A7,gn.RuntimeRules=I7;class bn extends k{constructor(e){super(e),this.props=new gn(e==null?void 0:e.props)}static get controlName(){return r("CMD.WPS",null,"\u5728\u7EBF\u6587\u6863")}static get controlIcon(){return"iconwps"}static get controlType(){return"wps"}}bn.controlEventKeys=["on_change","on_wps_open"],bn.controlFieldType=C.FILE,bn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_SHOW_CAPTION_TIP,c.REVISIONS_MODE]},{key:"button-content",visible:!0},{key:"wps-actions-setting",visible:!0},{key:"wps-word-setting",visible:!0},{key:"wps-attachment-size",visible:!0},{key:"wps-default-value",visible:!0},{key:"super-setting",visible:!0}];class Os extends O{constructor(e){super(e),this.props=new gn(e==null?void 0:e.props)}static get controlType(){return"wps"}}Os.controlFieldType=C.FILE;var Rs={Designer:bn,Runtime:Os,Property:gn};class S7 extends J{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],this.businessScope={type:"any"},Kn.call(this,e,Ne.controlCustomAttributes),e.businessType===Oe.ASSIGN&&(this.businessScope={type:"array",required:!0,message:r("CMD.pleaseAssignBusiness",null,"\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8")})}}class T7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Cn extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b,w,m,B,T,S;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.multiple=(i=e==null?void 0:e.multiple)!=null?i:!1,this.range=(u=e==null?void 0:e.range)!=null?u:"all",this.defaultValueType=(l=e==null?void 0:e.defaultValueType)!=null?l:"none",this.rangeOptions=(a=e==null?void 0:e.rangeOptions)!=null?a:[],this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.valueFormat=(s=e==null?void 0:e.valueFormat)!=null?s:"id",this.displayLevel=(h=e==null?void 0:e.displayLevel)!=null?h:1,this.showSubDept=(d=e==null?void 0:e.showSubDept)!=null?d:!0,this.caption=(y=e==null?void 0:e.caption)!=null?y:Ne.controlName,this.placeholder=(g=e==null?void 0:e.placeholder)!=null?g:r("CMD.pleaseSelectDept",null,"\u8BF7\u9009\u62E9\u90E8\u95E8"),this.datasourceBind=new jn((E=e==null?void 0:e.datasourceBind)!=null?E:{attributes:Ne.controlCustomAttributes}),this.datasourceType=(_=e==null?void 0:e.datasourceType)!=null?_:bi.INTERNAL,this.businessScope=(b=e==null?void 0:e.businessScope)!=null?b:[],this.businessType=(w=e==null?void 0:e.businessType)!=null?w:Oe.ALL,this.openMultistageFilling=(m=e==null?void 0:e.openMultistageFilling)!=null?m:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(P=>{var Q;(Q=this.multistageFilling)==null||Q.push(new ee(P))})),this.defaultShowOptions=(B=e==null?void 0:e.defaultShowOptions)!=null?B:!1,this.disabledSelectedFilters=(S=(T=e==null?void 0:e.disabledSelectedFilters)==null?void 0:T.map(P=>P.children!==void 0?new Vn(P):new $t(P)))!=null?S:[]}}Cn.Rules=S7,Cn.RuntimeRules=T7;class Ne extends k{constructor(e){super(e),this.props=new Cn(e==null?void 0:e.props)}static get controlIcon(){return"icondepartment_new"}static get controlType(){return"department2"}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.72d21751712162321"),required:!0}]}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{displayLevel:i,showSubDept:u}=this.props;n.props.displayLevel=i,n.props.showSubDept=u}return n}}Ne.controlName=r("CMD.department",null,"\u90E8\u95E8"),Ne.controlFieldType=C.DEPARTMENTS,Ne.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.MULTIPLE,c.IS_SHOW_CAPTION_TIP,c.DEFAULT_SHOW_OPTIONS]},{key:"department-datasource-setting",visible:!0},{key:"department-disabled-filter",visible:!0},{key:"department-defaultval",visible:!0},{key:"value-format",visible:!0},{key:"department-level",visible:!0},{key:"show-tree",visible:!0},{key:"department-contain-sub",visible:!0},{key:"super-setting",visible:!0}];class xs extends O{constructor(e){super(e),this.props=new Cn(e==null?void 0:e.props)}static get controlType(){return"department2"}}xs.controlFieldType=C.DEPARTMENTS;var Ms={Designer:Ne,Runtime:xs,Property:Cn};class P7 extends J{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],this.businessScope={type:"any"},Kn.call(this,e,Tt.controlCustomAttributes),e.businessType===Oe.ASSIGN&&(this.businessScope={type:"array",required:!0,message:r("CMD.pleaseAssignBusiness",null,"\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8")})}}class k7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class En extends I{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b,w,m,B,T;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.multiple=(i=e==null?void 0:e.multiple)!=null?i:!1,this.range=(u=e==null?void 0:e.range)!=null?u:"all",this.listPageBind=new Wu(e==null?void 0:e.listPageBind),this.defaultValueType=(l=e==null?void 0:e.defaultValueType)!=null?l:"none",this.rangeOptions=(a=e==null?void 0:e.rangeOptions)!=null?a:[],this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.displayLevel=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(h=e==null?void 0:e.showSubDept)!=null?h:!0,this.caption=(d=e==null?void 0:e.caption)!=null?d:Tt.controlName,this.placeholder=(y=e==null?void 0:e.placeholder)!=null?y:r("CMD.pleaseSelectOrg",null,"\u8BF7\u9009\u62E9\u7EC4\u7EC7"),this.datasourceBind=new s_((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:Tt.controlCustomAttributes}),this.datasourceType=(E=e==null?void 0:e.datasourceType)!=null?E:bi.INTERNAL,this.businessScope=(_=e==null?void 0:e.businessScope)!=null?_:[],this.businessType=(b=e==null?void 0:e.businessType)!=null?b:Oe.ALL,this.organizingFunction=(w=e==null?void 0:e.organizingFunction)!=null?w:void 0,this.organizationView=(m=e==null?void 0:e.organizationView)!=null?m:void 0,this.showSelectedDetail=(B=e==null?void 0:e.showSelectedDetail)!=null?B:!1,this.selectedContentConfig=new Ku(e==null?void 0:e.selectedContentConfig),this.openMultistageFilling=(T=e==null?void 0:e.openMultistageFilling)!=null?T:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(S=>{var P;(P=this.multistageFilling)==null||P.push(new ee(S))}))}}En.Rules=P7,En.RuntimeRules=k7;class Tt extends k{constructor(e){super(e),this.props=new En(e==null?void 0:e.props)}static get controlName(){return r("CMD.organizationSelection",null,"\u4E1A\u52A1\u7EC4\u7EC7")}static get controlIcon(){return"icondepartment_new"}static get controlType(){return"organization-selection"}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.895a1751712162322"),required:!0}]}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{displayLevel:i,showSubDept:u}=this.props;n.props.displayLevel=i,n.props.showSubDept=u}return n}}Tt.controlFieldType=C.DEPARTMENTS,Tt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[c.CAPTION_SIZE,c.CAPTION_COLOR,c.IS_CAPTION_ITALIC],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.MULTIPLE,c.IS_SHOW_CAPTION_TIP]},{key:"organization-selection-setting",visible:!0},{key:"org-selection-defaultval",visible:!0},{key:"show-tree",visible:!0},{key:"department-contain-sub",visible:!0},{key:"super-setting",visible:!0}];class Ls extends O{constructor(e){super(e),this.props=new En(e==null?void 0:e.props)}static get controlType(){return"organization-selection"}}Ls.controlFieldType=C.DEPARTMENTS;var $s={Designer:Tt,Runtime:Ls,Property:En};class O7 extends J{constructor(e){super(e),this.dataBind={type:"any"}}}class R7 extends V{constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class _n extends I{constructor(e){var n,i,u,l,a;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Bn.controlName,this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i:void 0,this.controlExportName=(u=e==null?void 0:e.controlExportName)!=null?u:"",this.permissions=(l=e==null?void 0:e.permissions)!=null?l:[],this.isInlineEdit=(a=e==null?void 0:e.isInlineEdit)!=null?a:!1}}_n.Rules=O7,_n.RuntimeRules=R7;class Bn extends k{constructor(e){super(e),this.props=new _n(e==null?void 0:e.props)}static get controlName(){return r("CMD.vuePage",null,"Vue\u9875\u9762")}static get controlIcon(){return"iconvuerongqi"}static get controlType(){return F.VUE_PAGE}}Bn.controlFieldType=C.ANY,Bn.controlEventKeys=[],Bn.setting=[];class Ns extends O{constructor(e){super(e),this.props=new _n(e==null?void 0:e.props)}static get controlType(){return F.VUE_PAGE}}Ns.controlFieldType=C.ANY;var Hs={Designer:Bn,Runtime:Ns,Property:_n},x7=Object.freeze({__proto__:null,Input:Sc,Checkbox:Pc,Cascader:Oc,Radio:xc,Number:Lc,DatePicker:Nc,DateRange:Vc,TimePicker:qc,TimeRange:Uc,Textarea:Kc,RichText:Zc,Select:Xc,SelectMultiple:Yc,Employee:es,Image:ns,Attachment:ts,Amount:us,Score:as,Address:os,Department:ss,AutoNumber:hs,Calc:ys,SearchNumberRange:ms,SearchDateRange:bs,VueFormItem:Es,SelectRelation:Bs,SearchInput:Fs,Tree:Is,Employee2:Ts,ElectronicSignature:ks,WPS:Rs,Department2:Ms,OrganizationSelection:$s,VuePage:Hs});class Vs extends x{static get controlName(){return r("CMD.grid",null,"\u753B\u5E03")}static get controlIcon(){return"grid"}static get controlType(){return"grid"}constructor(e){super(e)}}Vs.excludes=[F.GRID];class M7 extends ${static get controlType(){return"grid"}constructor(e){super(e)}}class L7 extends R{constructor(e){super(e)}}var js={Designer:Vs,Runtime:M7,Property:L7};const $7=24;class He extends R{constructor(e){var n,i,u;super(e),this.span=(n=e==null?void 0:e.span)!=null?n:$7,this.offset=(i=e==null?void 0:e.offset)!=null?i:0,this.isNoFull=(u=e==null?void 0:e.isNoFull)!=null?u:!1}}class wn extends x{constructor(e){super(e),this.props=new He(e==null?void 0:e.props)}static get controlName(){return r("CMD.col",null,"\u6805\u683C\u5217")}static get controlType(){return"col"}static get controlIcon(){return"col"}}wn.excludes=[F.COL,F.SUBTABLE,F.SUBTABLE_COLUMN,F.GRID_LAYOUT_CONTAINER,F.DIVIDER],wn.childrenMaxLength=1;class fa extends ${constructor(e){super(e),this.props=new He(e==null?void 0:e.props)}static get controlType(){return"col"}}var qs={Designer:wn,Runtime:fa,Property:He};class nu extends R{constructor(e){var n,i,u,l,a;super(e),this.layoutMode=(n=e==null?void 0:e.layoutMode)!=null?n:"select",this.gutter=(i=e==null?void 0:e.gutter)!=null?i:0,this.align=(u=e==null?void 0:e.align)!=null?u:"",this.justify=(l=e==null?void 0:e.justify)!=null?l:"",this.padding=new S_(e==null?void 0:e.padding),this.margin=new I_(e==null?void 0:e.margin),this.isFull=(a=e==null?void 0:e.isFull)!=null?a:!1}}class iu extends x{constructor(e){super(e),this.props=new nu(e==null?void 0:e.props)}static get controlName(){return r("CMD.row",null,"\u6805\u683C\u5E03\u5C40")}static get controlType(){return"row"}static get controlIcon(){return"iconyihangduolie"}}iu.excludes=[F.ROW],iu.setting=[{key:"col-setting",visible:!0},{key:"row-gutter",visible:!0},{key:"row-align",visible:!0},{key:"row-justify",visible:!0},{key:"dynamic-margin-padding",visible:!0}];class Ws extends ${constructor(e){super(e),this.props=new nu(e==null?void 0:e.props)}static get controlType(){return"row"}}var Us={Designer:iu,Runtime:Ws,Property:nu};const N7=4;class uu extends iu{static get controlName(){return r("CMD.gridRow",null,"\u6805\u683C\u7B49\u5206\u884C")}static get controlType(){return"grid-row"}static get controlIcon(){return"grid-row"}constructor(e){super(e)}}uu.excludes=[F.GRID_ROW],uu.setting=[],uu.childrenMaxLength=N7;class H7 extends Ws{static get controlType(){return"grid-row"}constructor(e){super(e)}}class V7 extends nu{constructor(e){super(e)}}var zs={Designer:uu,Runtime:H7,Property:V7};class j7 extends R.Rules{constructor(){super(...arguments),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}}}class lu extends R{constructor(e){var n,i,u,l,a,o,s,h,d,y;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:r("CMD.cardGroup",null,"\u5206\u7EC4"),this.isHideCaption=(i=e==null?void 0:e.isHideCaption)!=null?i:!1,this.collapse=(u=e==null?void 0:e.collapse)!=null?u:"none",this.describe=(l=e==null?void 0:e.describe)!=null?l:"",this.position=(a=e==null?void 0:e.position)!=null?a:"left",this.captionType=(o=e==null?void 0:e.captionType)!=null?o:"default",this.borderType=(s=e==null?void 0:e.borderType)!=null?s:"none",this.divider=(h=e==null?void 0:e.divider)!=null?h:"solid",this.triggerShadow=(d=e==null?void 0:e.triggerShadow)!=null?d:"never",this.type=(y=e==null?void 0:e.type)!=null?y:"default"}}lu.Rules=j7;class ya extends x{constructor(e){super(e),this.props=new lu(e==null?void 0:e.props)}static get controlName(){return r("CMD.cardGroup",null,"\u5206\u7EC4")}static get controlIcon(){return"iconfenzu6"}static get controlType(){return"card-group"}}ya.setting=[{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"common-input",visible:!0,name:"describe",label:"\u63CF\u8FF0\u4FE1\u606F"},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"collapse-setting",visible:!0},{key:"common-button-radio",visible:!0,name:"type",label:"\u5C55\u793A\u98CE\u683C",default:"default",options:[{value:"default",label:"\u9ED8\u8BA4"},{value:"card",label:"\u5361\u7247"}]},{key:"common-button-radio",visible:!0,name:"position",label:"\u6807\u7B7E\u4F4D\u7F6E",default:"left",options:[{value:"left",label:"\u5DE6\u5BF9\u9F50"},{value:"center",label:"\u5C45\u4E2D"},{value:"right",label:"\u53F3\u5BF9\u9F50"}]},{key:"common-select",visible:!0,name:"captionType",label:"\u6807\u7B7E\u7C7B\u578B",default:"default",options:[{value:"default",label:"\u9ED8\u8BA4"},{value:"warning",label:"\u8B66\u544A"},{value:"success",label:"\u6210\u529F"}]},{key:"common-select",visible:!0,name:"borderType",label:"\u8FB9\u6846\u7C7B\u578B",default:"none",options:[{value:"none",label:"\u65E0\u8FB9\u6846"},{value:"dotted",label:"\u865A\u7EBF"},{value:"solid",label:"\u5B9E\u7EBF"}]},{key:"common-select",visible:!0,name:"triggerShadow",label:"\u663E\u793A\u9634\u5F71\u65F6\u673A",default:"never",options:[{value:"never",label:"\u4ECE\u4E0D\u663E\u793A"},{value:"hover",label:"\u9F20\u6807\u60AC\u6D6E\u65F6\u663E\u793A"},{value:"always",label:"\u603B\u662F\u663E\u793A"}]},{key:"common-button-radio",visible:!0,name:"divider",label:"\u5206\u5272\u7EBF",default:"solid",options:[{value:"none",label:"\u65E0"},{value:"dotted",label:"\u865A\u7EBF"},{value:"solid",label:"\u5B9E\u7EBF"}]},{key:"super-setting",visible:!0}],ya.excludes=[F.CARD_GROUP];class q7 extends ${constructor(e){super(e),this.props=new lu(e==null?void 0:e.props)}static get controlType(){return"card-group"}}var Ks={Designer:ya,Runtime:q7,Property:lu};class W7 extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.width={type:"number",required:!1,message:r("CMD.pleaseEnterColumnWidth",null,"\u8BF7\u8F93\u5165\u5217\u5BBD")},this.captionTip={type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class au extends R{constructor(e){var n,i,u,l,a;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:"",this.fixed=(i=e==null?void 0:e.fixed)!=null?i:!1,this.isShowCaptionTip=(u=e==null?void 0:e.isShowCaptionTip)!=null?u:!1,this.captionTip=(l=e==null?void 0:e.captionTip)!=null?l:"",this.isHideCaption=(a=e==null?void 0:e.isHideCaption)!=null?a:!1,this.metaAutoWidth=new t_(e==null?void 0:e.metaAutoWidth)}}au.Rules=W7;class de extends x{constructor(e){super(e),this.props=new au(e==null?void 0:e.props)}}de.controlName=r("CMD.subtableColumn",null,"\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C"),de.controlType="subtable-column",de.controlIcon="subtable-column",de.childrenMaxLength=1,de.excludes=[F.SUBTABLE,F.SUBTABLE_COLUMN,F.ROW,F.COL,F.CARD_GROUP,F.DIVIDER,F.TEXT,F.GRID_LAYOUT_CONTAINER],de.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"common-setting",showItems:[c.IS_SHOW_CAPTION_TIP],visible:!0},{key:"column-auto-width",visible:!0}];class Gs extends ${constructor(e){super(e),this.props=new au(e==null?void 0:e.props)}}Gs.controlType="subtable-column";var Zs={Designer:de,Runtime:Gs,Property:au};class va extends R{constructor(e){super(e)}}class Ve extends x{constructor(e){super(e),this.props=new va(e==null?void 0:e.props)}}Ve.controlName=r("CMD.subtableRow",null,"\u660E\u7EC6\u5B50\u8868\u884C"),Ve.controlType="subtable-row",Ve.controlIcon="subtable-row",Ve.childrenMaxLength=1,Ve.excludes=[F.SUBTABLE,F.SUBTABLE_COLUMN,F.SUBTABLE_ROW,F.ROW,F.COL,F.CARD_GROUP,F.DIVIDER,F.TEXT],Ve.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0}];class U7 extends ${constructor(e){super(e),this.props=new va(e==null?void 0:e.props)}static get controlType(){return"subtable-row"}}var Qs={Designer:Ve,Runtime:U7,Property:va};class ma extends R{constructor(e){var n,i,u,l,a,o,s,h,d,y;super(e),this.width=(n=e==null?void 0:e.width)!=null?n:200,this.widthType=(e==null?void 0:e.widthType)||"auto",this.caption=(i=e==null?void 0:e.caption)!=null?i:"",this.fixed=(u=e==null?void 0:e.fixed)!=null?u:!1,this.fieldCode=(l=e==null?void 0:e.fieldCode)!=null?l:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:C.VARCHAR,this.fieldName=(o=e==null?void 0:e.fieldName)!=null?o:"",this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.textCleanFormart=(s=e==null?void 0:e.textCleanFormart)!=null?s:!1,this.decimalKeepPrecision=(h=e==null?void 0:e.decimalKeepPrecision)!=null?h:0,this.timestampDateType=(d=e==null?void 0:e.timestampDateType)!=null?d:ut.DATE,this.departmentDisplayLevel=(y=e==null?void 0:e.departmentDisplayLevel)!=null?y:1}}class je extends x{constructor(e){super(e),this.props=new ma(e==null?void 0:e.props)}}je.controlName=r("CMD.8ba01751712155518"),je.controlType="gridtable-column",je.controlIcon="gridtable-column",je.childrenMaxLength=1,je.excludes=[F.GRID_TABLE,F.GRID_TABLE_COLUMN,F.ROW,F.COL,F.CARD_GROUP,F.DIVIDER,F.TEXT],je.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-fixed",visible:!0}];class Xs extends ${constructor(e){super(e),this.props=new ma(e==null?void 0:e.props)}}Xs.controlType="gridtable-column";var Js={Designer:je,Runtime:Xs,Property:ma};class ga extends R{constructor(e){var n,i;super(e),this.childMinWidth=(n=e==null?void 0:e.childMinWidth)!=null?n:230,this.colGap=(i=e==null?void 0:e.colGap)!=null?i:24}}class ba extends x{constructor(e){super(e),this.props=new ga(e==null?void 0:e.props)}static get controlName(){return r("CMD.gridLayoutContainer",null,"\u6362\u884C\u5BB9\u5668")}static get controlType(){return"grid-layout-container"}static get controlIcon(){return"icona-huanhangrongqi1"}}ba.excludes=[F.GRID_LAYOUT_CONTAINER,F.CARD_GROUP,F.TAB],ba.setting=[{key:"grid-child-min-width",visible:!0},{key:"grid-col-gap",visible:!0}];class z7 extends ${constructor(e){super(e),this.props=new ga(e==null?void 0:e.props)}static get controlType(){return"grid-layout-container"}}var Ys={Designer:ba,Runtime:z7,Property:ga};class Ca extends R{constructor(e){var n,i,u,l,a;super(e),this.mobileShowType=(n=e==null?void 0:e.mobileShowType)!=null?n:"vertical",this.type=(i=e==null?void 0:e.type)!=null?i:"line",this.tabPosition=(u=e==null?void 0:e.tabPosition)!=null?u:"top",this.isLabelFlat=(l=e==null?void 0:e.isLabelFlat)!=null?l:!1,this.isDelay=(a=e==null?void 0:e.isDelay)!=null?a:!1}}class K7 extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}}}class ru extends R{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Fn.controlName}}ru.Rules=K7;class Dn extends x{constructor(e){super(e),this.props=new ru(e==null?void 0:e.props)}static get controlName(){return r("CMD.tabPane",null,"\u6807\u7B7E\u5355\u5143")}static get controlType(){return"tab-pane"}static get controlIcon(){return"tab-pane"}}Dn.excludes=[F.TAB],Dn.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"super-setting",visible:!0}];class G7 extends ${constructor(e){super(e),this.props=new ru(e==null?void 0:e.props)}static get controlType(){return"tab-pane"}}var ps={Designer:Dn,Runtime:G7,Property:ru};class Fn extends x{constructor(e){var n;super(e),this.props=new Ca(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[new Dn,new Dn]}static get controlName(){return r("CMD.tab",null,"\u6807\u7B7E\u9875")}static get controlType(){return"tab"}static get controlIcon(){return"iconmanage11"}}Fn.excludes=[F.TAB],Fn.controlEventKeys=["on_change_tab"],Fn.setting=[{key:"tab-mobile-show-type",visible:!0},{key:"common-button-radio",visible:!0,name:"type",label:"\u98CE\u683C\u7C7B\u578B",default:"line",options:[{value:"line",label:"\u9ED8\u8BA4"},{value:"card",label:"\u9009\u9879\u5361"}]},{key:"common-button-radio",visible:!0,name:"tabPosition",label:"\u9875\u7B7E\u4F4D\u7F6E",default:"top",options:[{value:"top",label:"\u4E0A"},{value:"bottom",label:"\u4E0B"},{value:"left",label:"\u5DE6"},{value:"right",label:"\u53F3"}]},{key:"common-switch",visible:!0,name:"isLabelFlat",label:"\u9875\u7B7E\u5BBD\u5EA6\u662F\u5426\u81EA\u52A8\u6491\u5F00",default:!1},{key:"common-switch",visible:!0,name:"isDelay",label:"\u5185\u5BB9\u5EF6\u8FDF\u6E32\u67D3",default:!1},{key:"super-setting",visible:!0}];class Z7 extends ${constructor(e){super(e),this.props=new Ca(e==null?void 0:e.props)}static get controlType(){return"tab"}}var ed={Designer:Fn,Runtime:Z7,Property:Ca};class td extends R{constructor(e){super(e)}}class nd extends x{constructor(e){super(e),this.props=new td({}),this.children=(e==null?void 0:e.children)||[new wn({props:new He({span:12})}),new wn({props:new He({span:12})})]}static get controlName(){return r("CMD.toolbox",null,"\u5DE5\u5177\u680F")}static get controlType(){return"toolbox"}static get controlIcon(){return"toolbox"}}nd.excludes=[F.GRID_ROW,F.ROW,F.GRID,F.SUBTABLE,F.TAB,F.TOOLBOX];class Q7 extends ${static get controlType(){return"toolbox"}constructor(e){super(e),this.children=(e==null?void 0:e.children)||[new fa({props:new He({span:12})}),new fa({props:new He({span:12})})]}}var id={Designer:nd,Runtime:Q7,Property:td};class X7 extends Me{constructor(e){super(e),this.push({type:"object",fields:{}})}}class J7 extends U{constructor(e){if(super(e),this.triggerFieldCode={type:"any"},this.datasourceBind={type:"any"},this.joinRelation=[{type:"any"}],console.log("--ListViewControlPropertyRules--"),e.triggerType===2&&e.isShowSubList&&(this.triggerFieldCode={type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}),e.isShowJoinRelation&&(this.joinRelation=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{aliasCode:{type:"string",required:!0,message:r("CMD.pleaseEnterAliasCode",null,"\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D")},datasourceBind:[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:r("CMD.pleaseSelectDataCode",null,"\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B")},svcCode:{type:"string",required:!0,message:r("CMD.pleaseSelectSvcCode",null,"\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1")}}}],relationFields:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{joinFieldCode:{type:"string",required:!0,message:r("CMD.pleaseSelectJoinFieldCode",null,"\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5")},mainFieldCode:{type:"string",required:!0,message:r("CMD.pleaseSelectMainFieldCode",null,"\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5")}}}}]}}]),al.call(this,{optionConfig:"datasource",datasourceBind:e.datasourceBind,options:[]}),Array.isArray(this.datasourceBind)&&this.datasourceBind.length>1){const n=this.datasourceBind.find(i=>i.type==="object"&&i.fields);n&&(delete n.fields.valueFieldCode,delete n.fields.displayBoList)}}}class An extends R{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b;super(e),this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.isLoading=(n=e==null?void 0:e.isLoading)!=null?n:!1,this.isShowSubList=(i=e==null?void 0:e.isShowSubList)!=null?i:!1,this.triggerType=(u=e==null?void 0:e.triggerType)!=null?u:1,this.triggerFieldCode=(l=e==null?void 0:e.triggerFieldCode)!=null?l:"",this.sublistPage=new a_(e==null?void 0:e.sublistPage),this.isShowJoinRelation=(a=e==null?void 0:e.isShowJoinRelation)!=null?a:!1,this.joinRelation=new o_(e==null?void 0:e.joinRelation),this.showType=(o=e==null?void 0:e.showType)!=null?o:"stretch",this.showFullScreen=(s=e==null?void 0:e.showFullScreen)!=null?s:!1,this.selectionType=(h=e==null?void 0:e.selectionType)!=null?h:"multiple",this.isFixedHeader=(d=e==null?void 0:e.isFixedHeader)!=null?d:!1,this.isShowSelection=(y=e==null?void 0:e.isShowSelection)!=null?y:!1,this.isAllLoaded=(g=e==null?void 0:e.isAllLoaded)!=null?g:!0,this.countType=e==null?void 0:e.countType,this.countLimit=(E=e==null?void 0:e.countLimit)!=null?E:1e5,this.rowStyle=new D_(e==null?void 0:e.rowStyle),this.isTreeData=(_=e==null?void 0:e.isTreeData)!=null?_:!1,this.treeData=new F_(e==null?void 0:e.treeData),this.isMasterDetail=(b=e==null?void 0:e.isMasterDetail)!=null?b:!1,this.masterDetail=new A_(e==null?void 0:e.masterDetail)}}An.Rules=J7,An.RuntimeRules=X7;class In extends x{constructor(e){super(e),this.props=new An(e==null?void 0:e.props)}static get controlName(){return r("CMD.listView",null,"\u5217\u8868\u5BB9\u5668")}static get controlType(){return"list-view"}static get controlIcon(){return"iconyihangduolie"}}In.slotPosition={left:"list-view-left-slot"},In.excludes=[F.ROW],In.controlEventKeys=["on_list_search","on_list_mounted","on_list_actions","on_list_render_operation","on_list_rowclick","on_list_before_rowdelete","on_list_rows_checked"],In.setting=[{key:"list-datasource-bind",visible:!0},{key:"list-join-relation",visible:!0},{key:"list-fixed-header",visible:!0},{key:"list-default-state",visible:!0},{key:"list-selection-state",visible:!0},{key:"list-tree-setting",visible:!0},{key:"list-master-detail",visible:!0},{key:"list-row-style",visible:!0},{key:"super-setting",visible:!0}];class Y7 extends ${constructor(e){super(e),this.props=new An(e==null?void 0:e.props)}static get controlType(){return"list-view"}}var ud={Designer:In,Runtime:Y7,Property:An};class p7 extends Me{constructor(e){super(e),this.push({type:"object",fields:{}})}}class ou extends R{constructor(e){var n,i,u,l,a,o,s;super(e),this.save=new Fe((n=e==null?void 0:e.save)!=null?n:{content:r("CMD.save",null,"\u4FDD\u5B58"),type:"save",isShow:!1}),this.cancel=new Fe((i=e==null?void 0:e.cancel)!=null?i:{content:r("CMD.cancel",null,"\u53D6\u6D88"),type:"cancel",isShow:!1}),this.saveAs=new Fe((u=e==null?void 0:e.saveAs)!=null?u:{content:r("CMD.draft",null,"\u4FDD\u5B58\u8349\u7A3F"),type:"saveAs",isShow:!1}),this.print=new Fe((l=e==null?void 0:e.print)!=null?l:{content:r("CMD.print",null,"\u6253\u5370"),type:"print",isShow:!1}),this.custom=((a=e==null?void 0:e.custom)!=null?a:[]).map(h=>new Fe(h)),this.isLoading=(o=e==null?void 0:e.isLoading)!=null?o:!1,this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.processFormReadonlyControlMode=(s=e==null?void 0:e.processFormReadonlyControlMode)!=null?s:"disabled"}}ou.RuntimeRules=p7;class ld extends x{constructor(e){super(e),this.props=new ou(e==null?void 0:e.props)}static get controlName(){return r("CMD.dataView",null,"\u6570\u636E\u5BB9\u5668")}static get controlType(){return"data-view"}}ld.excludes=[];class e8 extends ${constructor(e){super(e),this.props=new ou(e==null?void 0:e.props)}static get controlType(){return"data-view"}}var ad={Designer:ld,Runtime:e8,Property:ou};class t8 extends x{static get controlName(){return r("CMD.page",null,"\u81EA\u7531\u9875\u9762")}static get controlIcon(){return"page"}static get controlType(){return"page"}constructor(e){super(e)}}class n8 extends ${static get controlType(){return"page"}constructor(e){super(e)}}class i8 extends R{constructor(e){var n;super(e),this.background="#fff",this.minWidth="",this.maxWidth="",this.heightConfig="auto",this.hideHeader=(n=e==null?void 0:e.hideHeader)!=null?n:!1}}var rd={Designer:t8,Runtime:n8,Property:i8};class u8 extends x{static get controlName(){return r("CMD.advancedContainer",null,"\u9AD8\u7EA7\u5BB9\u5668")}static get controlIcon(){return"AdvancedContainer"}static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class l8 extends ${static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class a8 extends R{constructor(e){super(e),this.display=(e==null?void 0:e.display)||"flex",this.flexConfig=new po(e==null?void 0:e.flexConfig)}}var od={Designer:u8,Runtime:l8,Property:a8};class r8 extends x{static get controlName(){return r("CMD.positioningContainer",null,"\u5B9A\u4F4D\u5BB9\u5668")}static get controlIcon(){return"PositioningContainer"}static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class o8 extends ${static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class c8 extends R{constructor(e){super(e)}}var cd={Designer:r8,Runtime:o8,Property:c8};class s8 extends x{static get controlName(){return r("CMD.position",null,"\u5B9A\u4F4D\u5B50\u5BB9\u5668")}static get controlIcon(){return"position"}static get controlType(){return"position"}constructor(e){super(e)}}class d8 extends ${static get controlType(){return"position"}constructor(e){super(e)}}class h8 extends R{constructor(e){var n,i,u,l;super(e),this.widthSpan=(n=e==null?void 0:e.widthSpan)!=null?n:12,this.heightSpan=(i=e==null?void 0:e.heightSpan)!=null?i:12,this.left=(u=e==null?void 0:e.left)!=null?u:0,this.top=(l=e==null?void 0:e.top)!=null?l:0}}var sd={Designer:s8,Runtime:d8,Property:h8};class Ea extends R{constructor(e){var n,i,u;super(e),this.position=(n=e==null?void 0:e.position)!=null?n:"bottom",this.opacity=(i=e==null?void 0:e.opacity)!=null?i:!0,this.align=(u=e==null?void 0:e.align)!=null?u:"right"}}class cu extends x{constructor(e){var n;super(e),this.props=new Ea((n=e==null?void 0:e.props)!=null?n:{})}static get controlName(){return r("CMD.actionBar",null,"\u6309\u94AE\u64CD\u4F5C\u680F")}static get controlType(){return"action-bar"}static get controlIcon(){return"action-bar"}}cu.slotPosition={default:"action-bar-slot"},cu.excludes=[],cu.setting=[{key:"action-position",visible:!0},{key:"background-opacity",visible:!0},{key:"buttons-align",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"super-setting",visible:!0}];class f8 extends ${constructor(e){var n;super(e),this.props=new Ea((n=e==null?void 0:e.props)!=null?n:{})}static get controlType(){return"action-bar"}}var dd={Designer:cu,Runtime:f8,Property:Ea};class _a extends R{constructor(e){var n,i,u,l,a,o,s,h,d,y,g;super(e),this.direction=(n=e==null?void 0:e.direction)!=null?n:"horizontal",this.labelPlacement=(i=e==null?void 0:e.labelPlacement)!=null?i:"horizontal",this.size=(u=e==null?void 0:e.size)!=null?u:"default",this.type=(l=e==null?void 0:e.type)!=null?l:"default",this.isSticky=(a=e==null?void 0:e.isSticky)!=null?a:!1,this.step=(o=e==null?void 0:e.step)!=null?o:"",this.isCenter=(s=e==null?void 0:e.isCenter)!=null?s:!1,this.isStopStepClick=(h=e==null?void 0:e.isStopStepClick)!=null?h:!1,this.status=(d=e==null?void 0:e.status)!=null?d:"process",this.stopStatus=(y=e==null?void 0:e.stopStatus)!=null?y:"finish",this.isShowStepButton=(g=e==null?void 0:e.isShowStepButton)!=null?g:!1,this.stepButtons=new k_(e==null?void 0:e.stepButtons)}}class Ba extends R{constructor(e){var n,i,u,l,a,o,s,h;super(e),this.title=(n=e==null?void 0:e.title)!=null?n:"",this.subTitle=(i=e==null?void 0:e.subTitle)!=null?i:"",this.disabled=(u=e==null?void 0:e.disabled)!=null?u:!1,this.icon=(l=e==null?void 0:e.icon)!=null?l:"",this.color=(a=e==null?void 0:e.color)!=null?a:"",this.status=(o=e==null?void 0:e.status)!=null?o:"wait",this.description=(s=e==null?void 0:e.description)!=null?s:"",this.isDefault=(h=e==null?void 0:e.isDefault)!=null?h:!1}}class Pt extends x{constructor(e){super(e),this.props=new Ba(e==null?void 0:e.props)}static get controlName(){return r("CMD.stepPane",null,"\u6B65\u9AA4\u5355\u5143")}static get controlType(){return"step-pane"}static get controlIcon(){return"step-pane"}}Pt.excludes=[F.TAB],Pt.setting=[];class y8 extends ${constructor(e){super(e),this.props=new Ba(e==null?void 0:e.props)}static get controlType(){return"step-pane"}}var hd={Designer:Pt,Runtime:y8,Property:Ba};class su extends x{constructor(e){var n;super(e),this.props=new _a(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[new Pt,new Pt,new Pt]}static get controlName(){return r("CMD.step",null,"\u6B65\u9AA4\u6761")}static get controlType(){return"step"}static get controlIcon(){return"icondaiban1"}}su.excludes=[],su.controlEventKeys=["on_change_steps"],su.setting=[{key:"step-direction",visible:!0},{key:"step-label-placement",visible:!0},{key:"step-size",visible:!0},{key:"step-type",visible:!0},{key:"is-sticky",visible:!0},{key:"step",visible:!0},{key:"common-switch",visible:!0,name:"isCenter",label:"\u5C45\u4E2D\u5BF9\u9F50",default:!1},{key:"common-switch",visible:!0,name:"isStopStepClick",label:"\u5141\u8BB8\u7ED3\u675F\u6B65\u9AA4\u70B9\u51FB",default:!1},{key:"common-select",visible:!0,name:"status",label:"\u5F53\u524D\u6B65\u9AA4\u72B6\u6001",default:"process",options:[{value:"wait",label:"\u7B49\u5F85"},{value:"process",label:"\u8FDB\u884C\u4E2D"},{value:"finish",label:"\u5B8C\u6210"},{value:"error",label:"\u9519\u8BEF"}]},{key:"common-select",visible:!0,name:"stopStatus",label:"\u7ED3\u675F\u6B65\u9AA4\u72B6\u6001",default:"finish",options:[{value:"wait",label:"\u7B49\u5F85"},{value:"process",label:"\u8FDB\u884C\u4E2D"},{value:"finish",label:"\u5B8C\u6210"},{value:"error",label:"\u9519\u8BEF"}]},{key:"step-buttons",visible:!0},{key:"step-pane",visible:!0},{key:"super-setting",visible:!0}];class v8 extends ${constructor(e){super(e),this.props=new _a(e==null?void 0:e.props)}static get controlType(){return"step"}}var fd={Designer:su,Runtime:v8,Property:_a};class wa extends R{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b,w;super(e),this.rowCount=(n=e==null?void 0:e.rowCount)!=null?n:2,this.colCount=(i=e==null?void 0:e.colCount)!=null?i:2,this.labelPosition=(u=e==null?void 0:e.labelPosition)!=null?u:"left",this.colWidthType=(l=e==null?void 0:e.colWidthType)!=null?l:"average",this.colWidth=(a=e==null?void 0:e.colWidth)!=null?a:"12:12",this.isLabelBold=(o=e==null?void 0:e.isLabelBold)!=null?o:!1,this.labelWidth=(s=e==null?void 0:e.labelWidth)!=null?s:"",this.align=(h=e==null?void 0:e.align)!=null?h:"",this.verticalAlign=(d=e==null?void 0:e.verticalAlign)!=null?d:"center",this.padding=(y=e==null?void 0:e.padding)!=null?y:{paddingTop:"",paddingRight:"",paddingBottom:"",paddingLeft:""},this.margin=(g=e==null?void 0:e.margin)!=null?g:{marginTop:"",marginRight:"",marginBottom:"",marginLeft:""},this.border=(E=e==null?void 0:e.border)!=null?E:{borderTop:!0,borderBottom:!0,borderLeft:!0,borderRight:!0,borderWidth:1,borderColor:"",borderType:"solid"},this.borderRadius=(_=e==null?void 0:e.borderRadius)!=null?_:{borderTopLeftRadius:"",borderTopRightRadius:"",borderBottomRightRadius:"",borderBottomLeftRadius:""},this.background=(b=e==null?void 0:e.background)!=null?b:{type:"backgroundColor",backgroundColor:"",backgroundImage:"",placementMode:"contain"},this.innerBorder=(w=e==null?void 0:e.innerBorder)!=null?w:{borderWidth:1,borderColor:"",borderType:"solid"}}}class Da extends x{constructor(e){super(e),this.props=new wa(e==null?void 0:e.props)}static get controlName(){return r("CMD.6a6c1769566515442")}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"table-layout"}}Da.excludes=[],Da.setting=[{key:"row-count",visible:!0},{key:"col-count",visible:!0},{key:"col-width",visible:!0},{key:"label-position",visible:!0},{key:"label-width",visible:!0},{key:"label-bold",visible:!0},{key:"text-align",visible:!0},{key:"vertical-align",visible:!0},{key:"dynamic-border",visible:!0},{key:"inner-border",visible:!0},{key:"dynamic-border-radius",visible:!0},{key:"dynamic-margin-padding",visible:!0},{key:"dynamic-background",visible:!0}];class m8 extends ${constructor(e){super(e),this.props=new wa(e==null?void 0:e.props)}static get controlType(){return"table-layout"}}var yd={Designer:Da,Runtime:m8,Property:wa};class Fa extends R{constructor(e){var n,i;super(e),this.layoutMode=(n=e==null?void 0:e.layoutMode)!=null?n:"select",this.gutter=(i=e==null?void 0:e.gutter)!=null?i:0}}class Aa extends x{constructor(e){super(e),this.props=new Fa(e==null?void 0:e.props)}static get controlName(){return r("CMD.table-layout-row",null,"\u6805\u683C\u5E03\u5C40")}static get controlType(){return"table-layout-row"}static get controlIcon(){return"iconyihangduolie"}}Aa.excludes=[F.ROW,F.TABLE_LAYOUT_ROW],Aa.setting=[{key:"col-setting",visible:!0}];class g8 extends ${constructor(e){super(e),this.props=new Fa(e==null?void 0:e.props)}static get controlType(){return"table-layout-row"}}var vd={Designer:Aa,Runtime:g8,Property:Fa};const b8=24;class Ia extends R{constructor(e){var n,i,u,l,a,o,s,h,d,y;super(e),this.span=(n=e==null?void 0:e.span)!=null?n:b8,this.offset=(i=e==null?void 0:e.offset)!=null?i:0,this.tableLayoutColSpan=(u=e==null?void 0:e.tableLayoutColSpan)!=null?u:0,this.tableLayoutColSpanType=(l=e==null?void 0:e.tableLayoutColSpanType)!=null?l:"",this.layout=(a=e==null?void 0:e.layout)!=null?a:"flex",this.flexDirection=(o=e==null?void 0:e.flexDirection)!=null?o:"column",this.alignItems=(s=e==null?void 0:e.alignItems)!=null?s:"flex-start",this.justifyContent=(h=e==null?void 0:e.justifyContent)!=null?h:"flex-start",this.background=(d=e==null?void 0:e.background)!=null?d:{type:"backgroundColor",backgroundColor:"",backgroundImage:"",placementMode:"contain"},this.isLabelCol=(y=e==null?void 0:e.isLabelCol)!=null?y:!1}}class Sa extends x{constructor(e){super(e),this.props=new Ia(e==null?void 0:e.props)}static get controlName(){return r("CMD.table-layout-col",null,"\u8868\u683C\u5E03\u5C40\u6805\u683C\u5217")}static get controlType(){return"table-layout-col"}static get controlIcon(){return"table-layout-col"}}Sa.excludes=[F.COL,F.SUBTABLE_COLUMN,F.GRID_LAYOUT_CONTAINER,F.TABLE_LAYOUT_COL],Sa.setting=[{key:"col-span",visible:!0},{key:"is-label-col",visible:!0},{key:"layout-config",visible:!0},{key:"flex-config",visible:!0},{key:"dynamic-background",visible:!0}];class C8 extends ${constructor(e){super(e),this.props=new Ia(e==null?void 0:e.props)}static get controlType(){return"table-layout-col"}}var md={Designer:Sa,Runtime:C8,Property:Ia};class Ta extends R{constructor(e){var n,i,u;super(e),this.width=(n=e==null?void 0:e.width)!=null?n:"",this.widthCompany=(i=e==null?void 0:e.widthCompany)!=null?i:"px",this.showFormBorder=(u=e==null?void 0:e.showFormBorder)!=null?u:!1}}class Pa extends x{constructor(e){super(e),this.props=new Ta(e==null?void 0:e.props)}static get controlName(){return r("CMD.table-layout-wrapper",null,"\u8868\u683C\u5E03\u5C40\u6805\u683C\u5217")}static get controlType(){return"table-layout-wrapper"}static get controlIcon(){return"table-layout-wrapper"}}Pa.excludes=[],Pa.setting=[{key:"dynamic-size",visible:!0},{key:"show-form-border",visible:!0}];class E8 extends ${constructor(e){super(e),this.props=new Ta(e==null?void 0:e.props)}static get controlType(){return"table-layout-wrapper"}}var gd={Designer:Pa,Runtime:E8,Property:Ta};class ka extends R{constructor(e){var n,i,u;super(e),this.accordion=(n=e==null?void 0:e.accordion)!=null?n:!1,this.bordered=(e==null?void 0:e.bordered)!==!1,this.isShowHighlightBar=(i=e==null?void 0:e.isShowHighlightBar)!=null?i:!1,this.ghost=(u=e==null?void 0:e.ghost)!=null?u:!1}}class Oa extends R{constructor(e){var n;super(e),this.header=(n=e==null?void 0:e.header)!=null?n:"\u5206\u7EC4"}}class Sn extends x{constructor(e){super(e),this.props=new Oa(e==null?void 0:e.props)}static get controlName(){return"\u6298\u53E0\u9762\u677F\u8282\u70B9"}static get controlType(){return"collapse-pane"}static get controlIcon(){return"collapse-pane"}}Sn.excludes=[F.TAB],Sn.setting=[];class _8 extends ${constructor(e){super(e),this.props=new Oa(e==null?void 0:e.props)}static get controlType(){return"collapse-pane"}}var bd={Designer:Sn,Runtime:_8,Property:Oa};class du extends x{constructor(e){var n;super(e),this.props=new ka(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[new Sn,new Sn]}static get controlName(){return"\u6298\u53E0\u9762\u677F"}static get controlType(){return"collapse"}static get controlIcon(){return"iconziyuan1"}}du.excludes=[],du.controlEventKeys=["on_change_collapse"],du.setting=[{key:"common-switch",visible:!0,name:"accordion",label:"\u624B\u98CE\u7434\u6A21\u5F0F",default:!1},{key:"common-switch",visible:!0,name:"bordered",label:"\u8FB9\u6846\u98CE\u683C",default:!0},{key:"common-switch",visible:!0,name:"isShowHighlightBar",label:"\u6807\u9898\u5DE6\u4FA7\u663E\u793A\u9AD8\u4EAE\u6761",default:!1},{key:"common-switch",visible:!0,name:"ghost",label:"\u5E7D\u7075\u98CE\u683C",default:!1,tip:"\u4F7F\u6298\u53E0\u9762\u677F\u900F\u660E\u4E14\u65E0\u8FB9\u6846"},{key:"collapse-pane",visible:!0},{key:"super-setting",visible:!0}];class B8 extends ${constructor(e){super(e),this.props=new ka(e==null?void 0:e.props)}static get controlType(){return"collapse"}}var Cd={Designer:du,Runtime:B8,Property:ka},w8=Object.freeze({__proto__:null,Grid:js,Col:qs,Row:Us,GridRow:zs,CardGroup:Ks,SubTableColumn:Zs,SubTableRow:Qs,GridTableColumn:Js,GridLayoutContainer:Ys,Tab:ed,TabPane:ps,Toolbox:id,ListView:ud,DataView:ad,Page:rd,AdvancedContainer:od,PositioningContainer:cd,Position:sd,ActionBar:dd,Step:fd,StepPane:hd,TableLayout:yd,TableLayoutRow:vd,TableLayoutCol:md,TableLayoutWrapper:gd,Collapse:Cd,CollapsePane:bd});class D8 extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.limitRows=[{type:"number",required:!0,message:r("CMD.isNotNumber",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57")},{type:"number",min:0,message:r("CMD.limitRowsCannotBeLessThan0",null,"\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0")}],this.formKey={type:"string",required:!1,message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")},this.maxHeight={type:"number",required:!0,message:r("CMD.pleaseEnterMaxHeight",null,"\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6")},this.captionTip={type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")},this.mobileRowCaption={type:"string",required:!1,message:r("CMD.pleaseEnterRowCaption",null,"\u8BF7\u8F93\u5165\u884C\u6807\u9898")},e.openType==="modal"&&(this.formKey.required=!0),e.isShowCaptionTip&&(this.captionTip.required=!0),e.mobileShowType==="tile"&&(this.mobileRowCaption.required=!0)}}class F8 extends Me{constructor(e){super(e),e.isHide||this.push({type:"array",required:e.limitRows>0,message:r("CMD.runtimeRequired",{caption:e.caption},"{caption}\u5FC5\u586B")},{type:"array",validator(n,i,u){i.length<e.limitRows&&u(r("CMD.TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows},"\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C")),u()},message:r("CMD.TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows},"\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C")})}}const Ed=class extends ii{constructor(t,e){var n,i,u,l,a,o,s,h,d,y,g,E,_,b,w,m,B,T,S,P,Q,N,le,On,_e,Du,Rn,kt,Be,Gd,Zd,Qd,Xd,Jd,Yd;super(t,e,Ed.mode),this.caption=(n=e==null?void 0:e.caption)!=null?n:Pn.controlName,this.isHideCaption=(i=e==null?void 0:e.isHideCaption)!=null?i:!1,this.defaultState=(u=e==null?void 0:e.defaultState)!=null?u:"default",this.labelPosition=(l=e==null?void 0:e.labelPosition)!=null?l:"top",this.openType=(a=e==null?void 0:e.openType)!=null?a:"default",this.formKey=(o=e==null?void 0:e.formKey)!=null?o:"",this.useCustomHeight=(s=e==null?void 0:e.useCustomHeight)!=null?s:!1,this.maxHeight=(h=e==null?void 0:e.maxHeight)!=null?h:Jo,this.printMode=(d=e==null?void 0:e.printMode)!=null?d:"row",this.limitRows=(y=e==null?void 0:e.limitRows)!=null?y:1,this.maxRows=(g=e==null?void 0:e.maxRows)!=null?g:null,this.defaultRows=(E=e==null?void 0:e.defaultRows)!=null?E:1,this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.canAdd=(_=e==null?void 0:e.canAdd)!=null?_:!0,this.canDelete=(b=e==null?void 0:e.canDelete)!=null?b:!0,this.canCheck=(w=e==null?void 0:e.canCheck)!=null?w:!1,this.canEdit=(m=e==null?void 0:e.canEdit)!=null?m:!1,this.canImport=(B=e==null?void 0:e.canImport)!=null?B:!1,this.canExport=(T=e==null?void 0:e.canExport)!=null?T:!1,this.canClear=(S=e==null?void 0:e.canClear)!=null?S:!0,this.serverPagination=(P=e==null?void 0:e.serverPagination)!=null?P:!1,this.isShowCaptionTip=(Q=e==null?void 0:e.isShowCaptionTip)!=null?Q:!1,this.captionTip=(N=e==null?void 0:e.captionTip)!=null?N:"",this.mobileShowType=(le=e==null?void 0:e.mobileShowType)!=null?le:"list",this.mobileDefaultNum=(On=e==null?void 0:e.mobileDefaultNum)!=null?On:10,this.dataStorageDoc=(_e=e==null?void 0:e.dataStorageDoc)!=null?_e:new n_,this.fixedColumn=(Du=e==null?void 0:e.fixedColumn)!=null?Du:[],this.mobileRowCaption=(Rn=e==null?void 0:e.mobileRowCaption)!=null?Rn:r("CMD.detailed",null,"\u660E\u7EC6"),this.mobileIsTile=(kt=e==null?void 0:e.mobileIsTile)!=null?kt:!1,this.isPaste=(Be=e==null?void 0:e.isPaste)!=null?Be:!1,this.pageSize=(Gd=e==null?void 0:e.pageSize)!=null?Gd:10,this.pageSizeOptions=(Zd=e==null?void 0:e.pageSizeOptions)!=null?Zd:[10,20,50,100],this.importConfig=new Qo(e==null?void 0:e.importConfig),this.exportConfig=new Xo(e==null?void 0:e.exportConfig),this.sortable=(Qd=e==null?void 0:e.sortable)!=null?Qd:!1,this.sortKey=(Xd=e==null?void 0:e.sortKey)!=null?Xd:{},this.showTableIndex=(Jd=e==null?void 0:e.showTableIndex)!=null?Jd:!0,this.triggerEdit=(Yd=e==null?void 0:e.triggerEdit)!=null?Yd:"single"}};let Tn=Ed;Tn.Rules=D8,Tn.RuntimeRules=F8;class Pn extends Cl{constructor(e){var n;super(e),this.props=new Tn(this,e==null?void 0:e.props),((n=e==null?void 0:e.props)==null?void 0:n.headers)===void 0&&(this.props.headers=[new de,new de,new de])}static get controlName(){return r("CMD.subTable",null,"\u660E\u7EC6\u5B50\u8868")}static get controlIcon(){return"iconGroup11"}static get controlType(){return"subtable"}addColumn(e,n){const i=e!==void 0&&typeof e!="number"?e:new de,u=typeof e=="number"?e:n;return u===void 0?this.props.headers.push(i):this.props.headers.splice(u,0,i),i}}Pn.controlEventKeys=["on_list_search","on_list_mounted","on_list_change","on_list_delete","on_list_before_insert","on_list_before_import"],Pn.slotPosition={toolbar:"subtable-toolbar-slot"},Pn.setting=[{key:"subtable-datasource-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_SHOW_CAPTION_TIP,c.IS_PASTE,c.SERVER_PAGINATION,c.SORTABLE,c.SHOW_TABLE_INDEX]},{key:"default-state",visible:!0},{key:"subtable-btn-setting",visible:!0},{key:"common-button-radio",visible:!0,name:"triggerEdit",label:"\u89E6\u53D1\u7F16\u8F91\u65B9\u5F0F",default:"single",options:[{value:"single",label:"\u5355\u51FB"},{value:"double",label:"\u53CC\u51FB"}]},{key:"subtable-opened-mode",visible:!0},{key:"orders-setting",visible:!0},{key:"print-setting",visible:!0},{key:"default-rows",visible:!0},{key:"limit-rows",visible:!0},{key:"max-rows",visible:!0},{key:"list-pager",visible:!0},{key:"subtable-max-height",visible:!0},{key:"fixed-column",visible:!0},{key:"mobile-show-type",visible:!0},{key:"data-storage-description",visible:!0},{key:"super-setting",visible:!0}];class A8 extends Fo{constructor(e){super(e),this.props=new Tn(this,e==null?void 0:e.props)}static get controlType(){return"subtable"}getChildrenDataSourceBindLayout(){Lt("Method not implemented.")}getChildrenFormControl(){return[]}}var _d={Designer:Pn,Runtime:A8,Property:Tn};class Ra extends ii{constructor(e,n){var i,u,l,a,o;super(e,n),this.isFixedHeader=(i=n==null?void 0:n.isFixedHeader)!=null?i:!1,this.selectionType=n==null?void 0:n.selectionType,this.isShowToolbar=(u=n==null?void 0:n.isShowToolbar)!=null?u:!0,this.isShowSelection=(l=n==null?void 0:n.isShowSelection)!=null?l:!1,this.isShowCustomColumns=(a=n==null?void 0:n.isShowCustomColumns)!=null?a:!0,this.pageSizeOptions=(o=n==null?void 0:n.pageSizeOptions)!=null?o:[10,20,50,100,500]}}class I8 extends be{constructor(e){super(e),this.caption.required=!1}}class hu extends W{constructor(e){var n,i,u,l,a,o,s,h;super(e),this.fixed=(n=e==null?void 0:e.fixed)!=null?n:"left",this.caption=(i=e==null?void 0:e.caption)!=null?i:qe.controlName,this.width=(u=e==null?void 0:e.width)!=null?u:60,this.autoWidth.minWidth=(a=(l=e==null?void 0:e.autoWidth)==null?void 0:l.minWidth)!=null?a:60,this.autoWidth.flex=(s=(o=e==null?void 0:e.autoWidth)==null?void 0:o.flex)!=null?s:.4,this.widthType=(h=e==null?void 0:e.widthType)!=null?h:"px"}}hu.Rules=I8;class qe extends G{constructor(e){super(e),this.props=new hu(e==null?void 0:e.props)}}qe.controlType="order-column",qe.controlName=r("CMD.order",null,"\u5E8F\u53F7"),qe.controlIcon="order-column",qe.setting=[{key:"column-fixed",visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"super-setting",visible:!0}];class xa extends Z{constructor(e){super(e),this.props=new hu(e==null?void 0:e.props)}}xa.controlType="order-column",xa.controlFieldType=C.DECIMAL;var Bd={Designer:qe,Runtime:xa,Property:hu};class Ma extends W{constructor(e){var n,i,u,l,a,o;super(e),this.fixed=(n=e==null?void 0:e.fixed)!=null?n:"right",this.widthType="auto",this.autoWidth.minWidth=(u=(i=e==null?void 0:e.autoWidth)==null?void 0:i.minWidth)!=null?u:84,this.caption=(l=e==null?void 0:e.caption)!=null?l:Ce.controlName,this.showType=(a=e==null?void 0:e.showType)!=null?a:"icon",this.limit=(o=e==null?void 0:e.limit)!=null?o:3}}class Ce extends G{constructor(e){super(e),this.props=new Ma(e==null?void 0:e.props)}toDataBindModel(){const e=super.toDataBindModel();return this.children.map(n=>{if(n.type===ki.controlType){const i=n;e.props[i.props.command]=i.props}}),e}validate(e,n){return ar(this,null,function*(){return yield lr(Ce.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(i=>i.validate(e,n))),!0})}}Ce.controlType="operation-column",Ce.controlName=r("CMD.operation",null,"\u64CD\u4F5C"),Ce.controlIcon="operation-column",Ce.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-opt-btns",visible:!0},{key:"column-opt-limit",visible:!0},{key:"column-show-type",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class La extends Z{constructor(e){super(e),this.props=new Ma(e==null?void 0:e.props)}}La.controlType="operation-column",La.controlFieldType=C.FILE;var wd={Designer:Ce,Runtime:La,Property:Ma};const S8=1e4;class We extends Cl{constructor(e){super(e);const{excludes:n,childrenMaxLength:i}=new.target;this.props=new Ra(this,e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children,void 0,"Designer"),(e==null?void 0:e.props.headers)===void 0&&(this.props.headers=[new qe,new Ce]),this.excludes=ce(n),this.childrenMaxLength=i}static get controlName(){return r("CMD.gridTable",null,"\u8868\u683C")}static get controlIcon(){return"iconlistview"}static get controlType(){return"grid-table"}judgeJoinChildren(e){const n=this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e);return n&&this.childrenMaxLength>this.children.length}toSchema(){const e=super.toSchema(),n=this.children.map(i=>i.toSchema());return ur(it({},e),{children:n})}validate(e,n){return ar(this,null,function*(){return yield lr(We.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(i=>i.validate(e,n))),!0})}}We.slotPosition={toolbar:"grid-table-toolbar-slot"},We.setting=[{key:"list-fixed-header",visible:!0}],We.excludes=[],We.childrenMaxLength=S8;class T8 extends Fo{constructor(e){super(e),this.props=new Ra(this,e==null?void 0:e.props)}static get controlType(){return"grid-table"}getChildrenDataSourceBindLayout(){Lt("Method not implemented.")}getChildrenFormControl(){return[]}getCheckboxProps(e){return{}}}var Dd={Designer:We,Runtime:T8,Property:Ra},P8=Object.freeze({__proto__:null,SubTable:_d,GridTable:Dd});class k8 extends Al{constructor(e){super(e),Pe.call(this,e)}}class fu extends W{constructor(e){var n,i,u,l,a,o;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ue.controlName,this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"none",this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.options=me((u=e==null?void 0:e.options)!=null?u:[{}]),this.showLinkOperation=(l=e==null?void 0:e.showLinkOperation)!=null?l:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption),this.lineEllipsis=(a=e==null?void 0:e.lineEllipsis)!=null?a:1,this.dictionaryTagConfig=(o=e==null?void 0:e.dictionaryTagConfig)!=null?o:{isTag:!1}}}fu.Rules=k8;class Ue extends G{constructor(e){super(e),this.props=new fu(e==null?void 0:e.props)}}Ue.controlType="varchar-column",Ue.controlName=r("CMD.varchar",null,"\u77ED\u6587\u672C"),Ue.controlIcon="varchar-column",Ue.controlFieldType=C.VARCHAR,Ue.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-autoHeight",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-options-setting",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-line-ellipsis",visible:!0},{key:"column-sort",visible:!0},{key:"column-statistics",visible:!0},{key:"super-setting",visible:!0}];class $a extends Z{constructor(e){super(e),this.props=new fu(e==null?void 0:e.props)}}$a.controlType="varchar-column",$a.controlFieldType=C.VARCHAR;var Fd={Designer:Ue,Runtime:$a,Property:fu};class O8 extends be{constructor(e){super(e),Pe.call(this,e)}}class yu extends W{constructor(e){var n,i,u,l;super(e),this.escapeHTML=(n=e==null?void 0:e.escapeHTML)!=null?n:!1,this.caption=(i=e==null?void 0:e.caption)!=null?i:ze.controlName,this.lineEllipsis=(u=e==null?void 0:e.lineEllipsis)!=null?u:1,this.showLinkOperation=(l=e==null?void 0:e.showLinkOperation)!=null?l:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption)}}yu.Rules=O8;class ze extends G{constructor(e){super(e),this.props=new yu(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{escapeHTML:i}=this.props;n.props.escapeHTML=i}return n}}ze.controlType="text-column",ze.controlName=r("CMD.long",null,"\u957F\u6587\u672C"),ze.controlIcon="text-column",ze.controlFieldType=C.TEXT,ze.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-autoHeight",visible:!0},{key:"column-align-content",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-fixed",visible:!0},{key:"column-escape-html",visible:!0},{key:"column-line-ellipsis",visible:!0},{key:"column-sort",visible:!0},{key:"column-statistics",visible:!0},{key:"super-setting",visible:!0}];class Na extends Z{constructor(e){super(e),this.props=new yu(e==null?void 0:e.props)}}Na.controlType="text-column",Na.controlFieldType=C.TEXT;var Ad={Designer:ze,Runtime:Na,Property:yu};class R8 extends Al{constructor(e){super(e),Pe.call(this,e)}}class vu extends W{constructor(e){var n,i,u,l,a,o,s;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ke.controlName,this.precision=(i=e==null?void 0:e.precision)!=null?i:0,this.micrometer=(u=e==null?void 0:e.micrometer)!=null?u:!1,this.percentageFormat=(l=e==null?void 0:e.percentageFormat)!=null?l:!1,this.optionConfig=(a=e==null?void 0:e.optionConfig)!=null?a:"none",this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.options=me((o=e==null?void 0:e.options)!=null?o:[{}]),this.showLinkOperation=(s=e==null?void 0:e.showLinkOperation)!=null?s:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption)}}vu.Rules=R8;class Ke extends G{constructor(e){super(e),this.props=new vu(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{precision:i,micrometer:u}=this.props;i!==""&&(n.props.precision=i),n.props.micrometer=u}return n}}Ke.controlType="decimal-column",Ke.controlName=r("CMD.decimal",null,"\u6570\u503C"),Ke.controlIcon="decimal-column",Ke.controlFieldType=C.DECIMAL,Ke.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-fixed",visible:!0},{key:"column-options-setting",visible:!0},{key:"column-link-operation",visible:!0},{key:"number-suite",showItems:[c.MICROMETER,c.PRECISION,c.PERCENTAGE],visible:!0},{key:"column-align-content",visible:!0},{key:"column-sort",visible:!0},{key:"column-statistics",visible:!0},{key:"super-setting",visible:!0}];class Ha extends Z{constructor(e){super(e),this.props=new vu(e==null?void 0:e.props)}}Ha.controlType="decimal-column",Ha.controlFieldType=C.DECIMAL;var Id={Designer:Ke,Runtime:Ha,Property:vu};class x8 extends be{constructor(e){super(e),Pe.call(this,e)}}class mu extends W{constructor(e){var n,i,u,l;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:ut.DATE,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption),this.caption=(u=e==null?void 0:e.caption)!=null?u:Ge.controlName,this.isInternational=(l=e==null?void 0:e.isInternational)!=null?l:!1}}mu.Rules=x8;class Ge extends G{constructor(e){super(e),this.props=new mu(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{dateType:i,isInternational:u}=this.props;n.props.dateType=i,n.props.isInternational=u}return n}}Ge.controlType="timescope-column",Ge.controlName=r("CMD.timescope",null,"\u65E5\u671F\u533A\u95F4"),Ge.controlIcon="timescope-column",Ge.controlFieldType=C.TIMESCOPE,Ge.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-fixed",visible:!0},{key:"date-type",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class Va extends Z{constructor(e){super(e),this.props=new mu(e==null?void 0:e.props)}}Va.controlType="timescope-column",Va.controlFieldType=C.TIMESCOPE;var Sd={Designer:Ge,Runtime:Va,Property:mu};class M8 extends be{constructor(e){super(e),Pe.call(this,e)}}class gu extends W{constructor(e){var n,i,u,l;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:ut.DATE,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption),this.caption=(u=e==null?void 0:e.caption)!=null?u:Ze.controlName,this.isInternational=(l=e==null?void 0:e.isInternational)!=null?l:!1}}gu.Rules=M8;class Ze extends G{constructor(e){super(e),this.props=new gu(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{dateType:i,isInternational:u}=this.props;n.props.dateType=i,n.props.isInternational=u}return n}}Ze.controlType="timestamp-column",Ze.controlName=r("CMD.timestamp",null,"\u65E5\u671F"),Ze.controlIcon="timestamp-column",Ze.controlFieldType=C.TIMESTAMP,Ze.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-fixed",visible:!0},{key:"date-type",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class ja extends Z{constructor(e){super(e),this.props=new gu(e==null?void 0:e.props)}}ja.controlType="timestamp-column",ja.controlFieldType=C.TIMESTAMP;var Td={Designer:Ze,Runtime:ja,Property:gu};class L8 extends Al{constructor(e){super(e),Pe.call(this,e)}}class bu extends W{constructor(e){var n,i,u,l;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Qe.controlName,this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"none",this.datasourceBind=new X(e==null?void 0:e.datasourceBind),this.showLinkOperation=(u=e==null?void 0:e.showLinkOperation)!=null?u:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption),this.options=me((l=e==null?void 0:e.options)!=null?l:[{}])}}bu.Rules=L8;class Qe extends G{constructor(e){super(e),this.props=new bu(e==null?void 0:e.props)}}Qe.controlType="array-column",Qe.controlName=r("CMD.array",null,"\u6570\u7EC4"),Qe.controlIcon="array-column",Qe.controlFieldType=C.ARRAY,Qe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-options-setting",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class qa extends Z{constructor(e){super(e),this.props=new bu(e==null?void 0:e.props)}}qa.controlType="array-column",qa.controlFieldType=C.ARRAY;var Pd={Designer:Qe,Runtime:qa,Property:bu};class Wa extends W{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Xe.controlName,this.displayLevel=(i=e==null?void 0:e.displayLevel)!=null?i:1}}class Xe extends G{constructor(e){super(e),this.props=new Wa(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{displayLevel:i}=this.props;n.props.displayLevel=i}return n}}Xe.controlType="department-column",Xe.controlName=r("CMD.department",null,"\u90E8\u95E8"),Xe.controlIcon="department-column",Xe.controlFieldType=C.DEPARTMENTS,Xe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"department-level",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class Ua extends Z{constructor(e){super(e),this.props=new Wa(e==null?void 0:e.props)}}Ua.controlType="department-column",Ua.controlFieldType=C.DEPARTMENTS;var kd={Designer:Xe,Runtime:Ua,Property:Wa};class $8 extends be{constructor(e){super(e),Pe.call(this,e)}}class Cu extends W{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Je.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption)}}Cu.Rules=$8;class Je extends G{constructor(e){super(e),this.props=new Cu(e==null?void 0:e.props)}}Je.controlType="auto-number-column",Je.controlName=r("CMD.autoNumber",null,"\u81EA\u52A8\u7F16\u53F7"),Je.controlIcon="auto-number-column",Je.controlFieldType=C.AUTO_NUMBER,Je.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class za extends Z{constructor(e){super(e),this.props=new Cu(e==null?void 0:e.props)}}za.controlType="auto-number-column",za.controlFieldType=C.AUTO_NUMBER;var Od={Designer:Je,Runtime:za,Property:Cu};class Ka extends W{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ye.controlName,this.operation=(i=e==null?void 0:e.operation)!=null?i:["info","preview","download"]}}class Ye extends G{constructor(e){super(e),this.props=new Ka(e==null?void 0:e.props)}}Ye.controlType="file-column",Ye.controlName=r("CMD.file",null,"\u9644\u4EF6"),Ye.controlIcon="file-column",Ye.controlFieldType=C.FILE,Ye.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"attachment-operation",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class Ga extends Z{constructor(e){super(e),this.props=new Ka(e==null?void 0:e.props)}}Ga.controlType="file-column",Ga.controlFieldType=C.FILE;var Rd={Designer:Ye,Runtime:Ga,Property:Ka};class Za extends W{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:pe.controlName}}class pe extends G{constructor(e){super(e),this.props=new Za(e==null?void 0:e.props)}}pe.controlType="image-column",pe.controlName=r("CMD.image",null,"\u56FE\u7247"),pe.controlIcon="image-column",pe.controlFieldType=C.IMAGE,pe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class Qa extends Z{constructor(e){super(e),this.props=new Za(e==null?void 0:e.props)}}Qa.controlType="image-column",Qa.controlFieldType=C.IMAGE;var xd={Designer:pe,Runtime:Qa,Property:Za};class Xa extends W{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:et.controlName}}class et extends G{constructor(e){super(e),this.props=new Xa(e==null?void 0:e.props)}}et.controlType="people-column",et.controlName=r("CMD.people",null,"\u4EBA\u5458"),et.controlIcon="people-column",et.controlFieldType=C.EMPLOYEES,et.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class Ja extends Z{constructor(e){super(e),this.props=new Xa(e==null?void 0:e.props)}}Ja.controlType="people-column",Ja.controlFieldType=C.EMPLOYEES;var Md={Designer:et,Runtime:Ja,Property:Xa};class N8 extends be{constructor(e){super(e),Pe.call(this,e)}}class Eu extends W{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:tt.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption)}}Eu.Rules=N8;class tt extends G{constructor(e){super(e),this.props=new Eu(e==null?void 0:e.props)}}tt.controlType="location-column",tt.controlName=r("CMD.location",null,"\u5730\u5740"),tt.controlIcon="location-column",tt.controlFieldType=C.ADDRESS,tt.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class Ya extends Z{constructor(e){super(e),this.props=new Eu(e==null?void 0:e.props)}}Ya.controlType="location-column",Ya.controlFieldType=C.ADDRESS;var Ld={Designer:tt,Runtime:Ya,Property:Eu};class H8 extends be{constructor(e){super(e),this.sortFieldCode={type:"string",message:r("CMD.pleaseSelectSortFieldCode",null,"\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5")},e.sort===!0&&(this.sortFieldCode.required=!0)}}class _u extends W{constructor(e){var n,i,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ee.controlName,this.fieldCodeList=(i=e==null?void 0:e.fieldCodeList)!=null?i:[],this.sortFieldCode=(u=e==null?void 0:e.sortFieldCode)!=null?u:""}}_u.Rules=H8;const V8=1;class Ee extends G{constructor(e){super(e);const{excludes:n,childrenMaxLength:i}=new.target;this.props=new _u(e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children,void 0,"Designer"),this.excludes=ce(n),this.childrenMaxLength=i}judgeJoinChildren(e){const n=this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e);return n&&this.childrenMaxLength>this.children.length}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{fieldCodeList:i}=this.props;n.props.fieldCodeList=i}return n}}Ee.controlType="custom-column",Ee.controlName=r("CMD.custom",null,"\u81EA\u5B9A\u4E49"),Ee.controlIcon="custom-column",Ee.slots=["column-column-slot"],Ee.excludes=[],Ee.childrenMaxLength=V8,Ee.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-filed-list",visible:!0},{key:"column-autowidth",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"column-sort-field",visible:!0},{key:"super-setting",visible:!0}];class $d extends Z{constructor(e){super(e),this.props=new _u(e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}$d.controlType="custom-column";var Nd={Designer:Ee,Runtime:$d,Property:_u};class pa extends W{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:xe.controlName,this.datasourceBind=new jn((i=e==null?void 0:e.datasourceBind)!=null?i:{attributes:xe.controlCustomAttributes})}}class xe extends G{constructor(e){super(e),this.props=new pa(e==null?void 0:e.props)}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.81231751712162319"),required:!0}]}}xe.controlType="employee-column",xe.controlName=r("CMD.employee",null,"\u4EBA\u5458"),xe.controlIcon="employee-column",xe.controlFieldType=C.EMPLOYEES,xe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class er extends Z{constructor(e){super(e),this.props=new pa(e==null?void 0:e.props)}}er.controlType="employee-column",er.controlFieldType=C.EMPLOYEES;var Hd={Designer:xe,Runtime:er,Property:pa};class tr extends W{constructor(e){var n,i,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:nt.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption),this.lineEllipsis=(u=e==null?void 0:e.lineEllipsis)!=null?u:1}}class nt extends G{constructor(e){super(e),this.props=new tr(e==null?void 0:e.props)}}nt.controlType="approval-status-column",nt.controlName=r("CMD.approvalStatusColumn",null,"\u5F53\u524D\u5BA1\u6279\u72B6\u6001"),nt.controlIcon="approval-status-column",nt.excludes=[],nt.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-autoHeight",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-line-ellipsis",visible:!0},{key:"super-setting",visible:!0}];class Vd extends Z{constructor(e){super(e),this.props=new tr(e==null?void 0:e.props)}}Vd.controlType="approval-status-column";var jd={Designer:nt,Runtime:Vd,Property:tr};class nr extends W{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:""}}class kn extends G{constructor(e){super(e),this.props=new nr(e==null?void 0:e.props)}}kn.controlType="group-column",kn.controlName=r("CMD.43541769566517351"),kn.controlIcon="group-column",kn.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class qd extends Z{constructor(e){super(e),this.props=new nr(e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}qd.controlType="group-column";var Wd={Designer:kn,Runtime:qd,Property:nr},j8=Object.freeze({__proto__:null,VarcharColumn:Fd,TextColumn:Ad,DecimalColumn:Id,TimescopeColumn:Sd,TimestampColumn:Td,ArrayColumn:Pd,DepartmentColumn:kd,AutoNumberColumn:Od,FileColumn:Rd,ImageColumn:xd,PeopleColumn:Md,LocationColumn:Ld,CustomColumn:Nd,OrderColumn:Bd,OperationColumn:wd,EmployeeColumn:Hd,ApprovalStatusColumn:jd,GroupColumn:Wd});class q8 extends Me{constructor(e){super(e),this.push({type:"object",fields:{}})}}class Bu extends kl{constructor(e){var n,i,u,l,a,o,s,h,d,y,g,E;super(e),this.searchType=(n=e==null?void 0:e.searchType)!=null?n:"model",this.labelPosition=(i=e==null?void 0:e.labelPosition)!=null?i:"top",this.viewType=(u=e==null?void 0:e.viewType)!=null?u:"mini",this.search=new Fe((l=e==null?void 0:e.search)!=null?l:{content:r("CMD.query",null,"\u67E5\u8BE2"),isShow:!0}),this.cancel=new Fe((a=e==null?void 0:e.cancel)!=null?a:{content:r("CMD.reset",null,"\u91CD\u7F6E"),isShow:!0}),this.isLoading=(o=e==null?void 0:e.isLoading)!=null?o:!1,this.custom=((s=e==null?void 0:e.custom)!=null?s:[]).map(_=>new Fe(_)),this.queryTypeMap=(h=e==null?void 0:e.queryTypeMap)!=null?h:[],this.childMinWidth=(d=e==null?void 0:e.childMinWidth)!=null?d:230,this.colGap=(y=e==null?void 0:e.colGap)!=null?y:24,this.viewConfig=(g=e==null?void 0:e.viewConfig)!=null?g:[],this.simpleConfig=(E=e==null?void 0:e.simpleConfig)!=null?E:[]}}Bu.RuntimeRules=q8;class wu extends Aw{constructor(e){super(e),this.props=new Bu(e==null?void 0:e.props)}}wu.controlType="simple-search",wu.slotPosition={default:"search"},wu.setting=[{key:"grid-child-min-width",visible:!0},{key:"grid-col-gap",visible:!0},{key:"search-fields",visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"search-view-type",visible:!0}];class Ud extends Rw{constructor(e){var n;super(e),this.props=new Bu(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[]}}Ud.controlType="simple-search";var zd={Designer:wu,Runtime:Ud,Property:Bu},W8=Object.freeze({__proto__:null,SimpleSearch:zd});class ir extends Ml{constructor(e){var n;super(e),this.wholeRow=(n=e==null?void 0:e.wholeRow)!=null?n:!1}}class U8 extends Kw{constructor(e){super(e),this.props=new ir(e==null?void 0:e.props)}static get controlName(){return r("CMD.gridLayoutWrap",null,"\u6362\u884C\u5BB9\u5668Wrap")}static get controlIcon(){return"page"}static get controlType(){return"grid-layout-wrap"}}class z8 extends pw{constructor(e){super(e),this.props=new ir(e==null?void 0:e.props)}static get controlType(){return"grid-layout-wrap"}}function tF(t){return t}var K8={fields:[{key:"wholeRow",type:"boolean",component:"switch",label:r("CMD.fullLine",null,"\u5145\u6EE1\u6574\u884C"),props:{updateParent:!0}}],groups:[{items:["wholeRow"]}]},Kd={Designer:U8,Runtime:z8,Property:ir,Setting:K8},G8=Object.freeze({__proto__:null,GridLayoutWrap:Kd});v.ActionBar=dd,v.ActionSetting=Gl,v.Address=os,v.AdvancedContainer=od,v.Amount=us,v.ApprovalStatusColumn=jd,v.ArrayColumn=Pd,v.AssignType=Oe,v.Attachment=ts,v.AutoNumber=hs,v.AutoNumberColumn=Od,v.BatchDeleteButton=wc,v.BatchPrintListButton=Ec,v.BatchPrintRecordListButton=_c,v.BatchSubmissionListButton=lc,v.Button=Wo,v.Calc=ys,v.CardGroup=Ks,v.Cascader=Oc,v.Checkbox=Pc,v.Col=qs,v.Collapse=Cd,v.CollapsePane=bd,v.CommentControl=Ac,v.CreateFormListButton=uc,v.CustomColumn=Nd,v.DATE_CONFIG_TYPE=Uo,v.DATE_LIMIT_TYPE=zo,v.Dashboard=vc,v.DataView=ad,v.DatePicker=Nc,v.DateRange=Vc,v.DecimalColumn=Id,v.Department=ss,v.Department2=Ms,v.DepartmentColumn=kd,v.DepartmentType=bi,v.Divider=nc,v.ElectronicSignature=ks,v.ElectronicSignatureConfig=Ko,v.Employee=es,v.Employee2=Ts,v.EmployeeColumn=Hd,v.EncryptTypeEnum=ec,v.Explain=gi,v.ExportConfig=Xo,v.ExportListButton=rc,v.ExportRecordListButton=oc,v.ExportTemplate=qt,v.FONT_WEIGHT=Ul,v.FileColumn=Rd,v.FlexStyleConfig=po,v.FormSelectButton=sc,v.Grid=js,v.GridLayoutContainer=Ys,v.GridLayoutWrap=Kd,v.GridRow=zs,v.GridTable=Dd,v.GridTableColumn=Js,v.GroupColumn=Wd,v.Image=ns,v.ImageColumn=xd,v.ImageCompressType=Jl,v.ImportConfig=Qo,v.ImportListBind=Zo,v.ImportRecordListButton=cc,v.Input=Sc,v.InternalType=Xl,v.InvoiceCheckButton=Cc,v.LINE_STYLE=Wl,v.LimitDate=mi,v.LimitTime=jl,v.Link=qo,v.ListHeightSetting=Zl,v.ListSelectButton=dc,v.ListView=ud,v.ListViewSelect=gc,v.LocationColumn=Ld,v.Number=Lc,v.OperationButton=Bc,v.OperationColumn=wd,v.OrderColumn=Bd,v.OrganizationSelection=$s,v.OrganizeType=Ql,v.Page=rd,v.Pagination=fc,v.PeopleColumn=Md,v.Position=sd,v.PositioningContainer=cd,v.PrintTemplate=Yo,v.Radio=xc,v.ReferenceList=Dc,v.RichText=Zc,v.Row=Us,v.SCORE_TYPE=ql,v.SUBTABLE_DEFAULT_MAX_HEIGHT=Jo,v.Score=as,v.SearchDateRange=bs,v.SearchInput=Fs,v.SearchNumberRange=ms,v.Select=Xc,v.SelectMultiple=Yc,v.SelectRelation=Bs,v.SimpleSearch=zd,v.Step=fd,v.StepPane=hd,v.SubTable=_d,v.SubTableColumn=Zs,v.SubTableRow=Qs,v.SubmissionRecordListButton=ac,v.Tab=ed,v.TabPane=ps,v.TableLayout=yd,v.TableLayoutCol=md,v.TableLayoutRow=vd,v.TableLayoutWrapper=gd,v.Text=jo,v.TextColumn=Ad,v.TextOcrButton=bc,v.Textarea=Kc,v.TimePicker=qc,v.TimeRange=Uc,v.TimescopeColumn=Sd,v.TimestampColumn=Td,v.Title=ic,v.TitleConfigEnum=ke,v.Toolbox=id,v.Tree=Is,v.UndersignedPerson=zl,v.VarcharColumn=Fd,v.VueFormItem=Es,v.VuePage=Hs,v.WPS=Rs,v.WPSSetting=Go,v.WpsOperationItem=Kl,v.baseControls=ND,v.columnControls=j8,v.formControls=x7,v.initExpression=Wt,v.layoutControls=w8,v.listControls=P8,v.searchControls=W8,v.wrapControls=G8,Object.defineProperty(v,"__esModule",{value:!0})});
|
|
1
|
+
var fw=Object.defineProperty,mw=Object.defineProperties;var vw=Object.getOwnPropertyDescriptors;var jh=Object.getOwnPropertySymbols,gw=Object.getPrototypeOf,bw=Object.prototype.hasOwnProperty,Cw=Object.prototype.propertyIsEnumerable,Ew=Reflect.get;var qh=(m,r,K)=>r in m?fw(m,r,{enumerable:!0,configurable:!0,writable:!0,value:K}):m[r]=K,lt=(m,r)=>{for(var K in r||(r={}))bw.call(r,K)&&qh(m,K,r[K]);if(jh)for(var K of jh(r))Cw.call(r,K)&&qh(m,K,r[K]);return m},Ar=(m,r)=>mw(m,vw(r));var Tr=(m,r,K)=>Ew(gw(m),K,r);var Sr=(m,r,K)=>new Promise((Qu,Gi)=>{var Zu=me=>{try{Rt(K.next(me))}catch(xt){Gi(xt)}},Xu=me=>{try{Rt(K.throw(me))}catch(xt){Gi(xt)}},Rt=me=>me.done?Qu(me.value):Promise.resolve(me.value).then(Zu,Xu);Rt((K=K.apply(m,r)).next())});(function(m,r){typeof exports=="object"&&typeof module!="undefined"?r(exports):typeof define=="function"&&define.amd?define(["exports"],r):(m=typeof globalThis!="undefined"?globalThis:m||self,r(m.modelDrivenControls={}))})(this,function(m){"use strict";const r=(t,e,i)=>{if(!t)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const n=t.split(".");let u;const l=(window.baitedaWorkers||{}).languageMessages||{};n.forEach((c,s)=>{s===0?u=l[c]:u&&(u=u[c])});let a="";return u&&(a=u),e&&Object.keys(e).forEach(c=>{const s=e[c];a=a.replace(new RegExp(`\\{\\s*${c}\\s*\\}`,"g"),s)}),a||(i?a=i:a=t),a};var K="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Qu="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Gi="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",Zu="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",Xu="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",Rt="{caption}\u5FC5\u586B",me="\u8BF7\u8F93\u5165\u6807\u9898",xt="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Wh="\u8BF7\u8F93\u5165\u884C\u6807\u9898",Uh="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",zh="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Gh="\u8BF7\u7ED1\u5B9A\u8868\u5355",Kh="\u8BF7\u7ED1\u5B9A\u5217\u8868",Qh="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Zh="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Xh="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Jh="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Yh="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",ph="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",ey="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",ty="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",iy="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",ny="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",uy="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",ly="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",ay="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",ry="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",oy="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",cy="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",sy="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",dy="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",hy="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",yy="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",fy="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",my="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",vy="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",gy="\u8BF7\u7ED1\u5B9A\u670D\u52A1",by="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Cy="\u8BF7\u9009\u62E9\u7701",Ey="\u8BF7\u9009\u62E9\u5E02",_y="\u8BF7\u9009\u62E9\u533A",Iy="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",By="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Dy="\u8BF7\u8F93\u5165\u5217\u5BBD",Fy="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",wy="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ay="\u8BF7\u9009\u62E9\u63A7\u4EF6",Ty="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Sy="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Py="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Oy="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",ky="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ry="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",xy="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",My="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Ny="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Ly="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",$y="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Hy="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Vy="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",jy="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",qy="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Wy="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Uy="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",zy="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Gy="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Ky="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Qy="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Zy="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Xy="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",Jy="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",Yy="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",py="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",ef="\u6279\u91CF\u5220\u9664",tf="\u6279\u91CF\u6253\u5370",nf="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",uf="\u6309\u94AE",lf="\u521B\u5EFA\u5355\u636E",af="\u4EEA\u8868\u76D8",rf="\u5206\u5272\u7EBF",of="\u5BFC\u51FA",cf="\u8868\u5355\u64CD\u4F5C",sf="\u5BFC\u5165",df="\u53D1\u7968\u8BC6\u522B",hf="\u94FE\u63A5",yf="\u5217\u8868\u9009\u62E9",ff="\u5217\u8868\u89C6\u56FE",mf="\u64CD\u4F5C\u6309\u94AE",vf="\u5206\u9875",gf="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",bf="\u8BF4\u660E\u6587\u5B57",Cf="\u6587\u5B57\u8BC6\u522B",Ef="\u6807\u9898\u7EC4\u4EF6",_f="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",If="\u6570\u7EC4",Bf="\u81EA\u52A8\u7F16\u53F7",Df="\u81EA\u5B9A\u4E49",Ff="\u6570\u503C",wf="\u90E8\u95E8",Af="\u4EBA\u5458",Tf="\u9644\u4EF6",Sf="\u56FE\u7247",Pf="\u5730\u5740",Of="\u64CD\u4F5C",kf="\u5E8F\u53F7",Rf="\u4EBA\u5458",xf="\u957F\u6587\u672C",Mf="\u65E5\u671F\u533A\u95F4",Nf="\u65E5\u671F",Lf="\u77ED\u6587\u672C",$f="\u6362\u884C\u5BB9\u5668Wrap",Hf="\u8868\u683C",Vf="\u660E\u7EC6\u5B50\u8868",jf="\u5730\u5740",qf="\u91D1\u989D",Wf="\u8BA1\u7B97\u516C\u5F0F",Uf="\u591A\u9009",zf="\u7535\u5B50\u7B7E\u7AE0",Gf="\u5355\u884C\u6587\u672C",Kf="\u6570\u5B57",Qf="\u4E1A\u52A1\u7EC4\u7EC7",Zf="\u5355\u9009",Xf="\u5BCC\u6587\u672C",Jf="\u8BC4\u5206",Yf="\u6570\u5B57\u533A\u95F4",pf="\u4E0B\u62C9\u5355\u9009",em="\u4E0B\u62C9\u591A\u9009",tm="\u5173\u8054\u5355\u9009",im="\u591A\u884C\u6587\u672C",nm="\u6811",um="Vue\u5BB9\u5668",lm="Vue\u9875\u9762",am="\u5728\u7EBF\u6587\u6863",rm="\u6309\u94AE\u64CD\u4F5C\u680F",om="\u9AD8\u7EA7\u5BB9\u5668",cm="\u5206\u7EC4",sm="\u6805\u683C\u5217",dm="\u6570\u636E\u5BB9\u5668",hm="\u753B\u5E03",ym="\u6362\u884C\u5BB9\u5668",fm="\u6805\u683C\u7B49\u5206\u884C",mm="\u5217\u8868\u5BB9\u5668",vm="\u81EA\u7531\u9875\u9762",gm="\u5B9A\u4F4D\u5B50\u5BB9\u5668",bm="\u5B9A\u4F4D\u5BB9\u5668",Cm="\u6805\u683C\u5E03\u5C40",Em="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",_m="\u660E\u7EC6\u5B50\u8868\u884C",Im="\u6807\u7B7E\u9875",Bm="\u6807\u7B7E\u5355\u5143",Dm="\u5DE5\u5177\u680F",Fm="\u6279\u91CF\u63D0\u4EA4",wm="\u5BFC\u51FA\u8BB0\u5F55",Am="\u5217\u8868\u89C6\u56FE",Tm="\u7ED3\u675F\u65F6\u95F4",Sm="\u5F00\u59CB\u65F6\u95F4",Pm="\u5355\u4F4D",Om="\u7ED3\u679C",km="\u5E01\u79CD",Rm="\u7ED3\u675F\u65E5\u671F",xm="\u5F00\u59CB\u65E5\u671F",Mm="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",Nm="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",Lm="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",$m="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",Hm="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",Vm="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",jm="\u8BF7\u9009\u62E9",qm="\u8BF7\u9009\u62E9\u7EC4\u7EC7",Wm="\u8BF7\u9009\u62E9\u90E8\u95E8",Um="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",zm="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",Gm="\u8BF7\u9009\u62E9\u5730\u5740",Km="\u5F39\u7A97\u786E\u8BA4\u65F6",Qm="\u6807\u7B7E\u9875\u5207\u6362\u65F6",Zm="\u884C\u9009\u4E2D\u65F6",Xm="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",Jm="\u884C\u5220\u9664\u524D",Ym="\u884C\u70B9\u51FB\u65F6",pm="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",ev="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",tv="\u91CD\u547D\u540D\u65F6",iv="\u4FDD\u5B58\u6587\u4EF6\u65F6",nv="\u6253\u5F00\u6587\u4EF6\u65F6",uv="\u83B7\u53D6\u7126\u70B9\u65F6",lv="\u5931\u53BB\u7126\u70B9\u65F6",av="\u7528\u6237\u8F93\u5165\u65F6",rv="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",ov="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",cv="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",sv="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",dv="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",hv="\u641C\u7D22\u65F6",yv="\u503C\u53D1\u751F\u53D8\u5316\u65F6",fv="\u6267\u884C\u5B8C\u6210\u65F6",mv="\u70B9\u51FB\u65F6",vv="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",gv="\u8BF7\u8F93\u5165\u65E5\u671F",bv="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",Cv="\u8BF7\u8F93\u5165",Ev="\u9ED8\u8BA4\u6A21\u7248",_v="\u5DE6\u53F3\u5E03\u5C40",Iv="\u4E0A\u4E0B\u5E03\u5C40",Bv="\u53EA\u8BFB",Dv="\u5FC5\u586B",Fv="\u63D0\u793A\u6587\u5B57",wv="\u9690\u85CF\u6807\u9898",Av="\u6807\u9898\u5FC5\u586B",Tv="\u7EC4\u7EC7\u5F62\u6001",Sv="\u4E1A\u52A1\u7C7B\u578B",Pv="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Ov="\u9690\u85CF",kv="\u6D41\u7A0B\u72B6\u6001",Rv="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",xv="\u5220\u9664",Mv="\u7F16\u8F91",Nv="\u67E5\u770B",Lv="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",$v="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",Hv="\u5145\u6EE1\u6574\u884C",Vv="\u6700\u5C0F\u503C",jv="\u6700\u5927\u503C",qv="\u65B0\u5EFA\u6587\u6863",Wv="\u91CD\u7F6E",Uv="\u67E5\u8BE2",zv="\u660E\u7EC6",Gv="\u6253\u5370",Kv="\u4FDD\u5B58\u8349\u7A3F",Qv="\u4FDD\u5B58",Zv="\u53D6\u6D88",Xv="\u4E0A\u4F20\u56FE\u7247",Jv="\u53D1\u8D77\u7B7E\u7F72",Yv="\u4E0A\u4F20\u9644\u4EF6",pv="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",e0="\u5F15\u7528\u5217\u8868",t0="\u9009\u9879\u4E00",i0="\u9009\u9879\u4E8C",n0="\u9009\u9879\u4E09",u0={isNotNumber:K,isNotString:Qu,isNotObject:Gi,isNotArray:Zu,isNotBoolean:Xu,runtimeRequired:Rt,pleaseEnterCaption:me,pleaseEnterCaptionTip:xt,pleaseEnterRowCaption:Wh,pleaseEnterPlaceholder:Uh,pleaseEnterFieldCode:zh,pleaseEnterForm:Gh,pleaseEnterList:Kh,pleaseEnterProcess:Qh,pleaseEnterLabel:Zh,pleaseEnterValue:Xh,bizKeyNotBindFiled:Jh,pleaseSelectOneField:Yh,pleaseEnterNumberRange:ph,pleaseEnterAValueGreaterThanMin:ey,pleaseEnterAValueLessThanMax:ty,numberRangeSetError:iy,stringRangeError:ny,attachmentMaxSize:uy,pleaseEnterTotalScoreSetting:ly,theTotalScoreMustNotBeLessThan1:ay,scoreDefaultValueRange:ry,attachmentLimitError:oy,PleaseReselectTheOptionalQuantity:cy,TheMaximumLengthIsGreaterThanTheMinimumLength:sy,TheMinimumLengthIsGreaterThanTheMaximumLength:dy,PleaseSelectTheCorrectOptionSettings:hy,optionIdIsRepeat:yy,optionIsRequired:fy,pleaseEnterDataCode:my,pleaseEnterValueFieldCode:vy,pleaseEnterSvcCode:gy,pleaseBindAtLeastOneDisplayValue:by,pleaseSelectProvince:Cy,pleaseSelectCity:Ey,pleaseSelectDistrict:_y,limitRowsCannotBeLessThan0:Iy,TheNumberOfRowsCannotBeLessThanMinRows:By,pleaseEnterColumnWidth:Dy,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Fy,pleaseCompleteAllRulesAndConditions:wy,pleaseSelectControl:Ay,pleaseSelectAtLeastOneColumn:Ty,pleaseSelectFillBackMode:Sy,pleaseSelectDashboard:Py,rootNodeIsRequired:Oy,theViewNameCannotBeEmpty:ky,pleaseSelectOcrType:Ry,pleaseSelectAtLeastOneFieldToFillIn:xy,pleaseChooseAtLeastOne:My,pleaseEnterButtonContent:Ny,pleaseEnterDataCodeInDataSetting:Ly,pleaseEnterValueFieldCodeInDataSetting:$y,pleaseEnterSvcCodeInDataSetting:Hy,pleaseBindAtLeastOneDisplayValueInDataSetting:Vy,rootNodeIsRequiredInDataSetting:jy,pleaseEnterMaxHeight:qy,pleaseEnterWatermark:Wy,pleaseEnterFileName:Uy,pleaseUploadAtLeastOnePrintTemplate:zy,pleaseAssignBusiness:Gy,pleaseAssignExternal:Ky,pleaseEnterAliasCode:Qy,pleaseSelectDataCode:Zy,pleaseSelectSvcCode:Xy,pleaseSelectJoinFieldCode:Jy,pleaseSelectMainFieldCode:Yy,pleaseSelectSortFieldCode:py,batchDeleteButton:ef,batchPrintListButton:tf,batchPrintRecordList:nf,button:uf,createFormListButton:lf,dashboard:af,divider:rf,exportListButton:of,formSelectButton:cf,importRecordListButton:sf,invoiceCheckButton:df,link:hf,listSelectButton:yf,ListViewSelect:ff,operationButton:mf,pagination:vf,submissionRecordListButton:gf,text:bf,textOcrButton:Cf,title:Ef,approvalStatusColumn:_f,array:If,autoNumber:Bf,custom:Df,decimal:Ff,department:wf,employee:Af,file:Tf,image:Sf,location:Pf,operation:Of,order:kf,people:Rf,long:xf,timescope:Mf,timestamp:Nf,varchar:Lf,gridLayoutWrap:$f,gridTable:Hf,subTable:Vf,address:jf,amount:qf,calc:Wf,checkBox:Uf,electronicSignature:zf,input:Gf,number:Kf,organizationSelection:Qf,radio:Zf,richText:Xf,score:Jf,searchNumberRange:Yf,select:pf,selectMultiple:em,selectRelation:tm,textarea:im,tree:nm,vueFormItem:um,vuePage:lm,WPS:am,actionBar:rm,advancedContainer:om,cardGroup:cm,col:sm,dataView:dm,grid:hm,gridLayoutContainer:ym,gridRow:fm,listView:mm,page:vm,position:gm,positioningContainer:bm,row:Cm,subtableColumn:Em,subtableRow:_m,tab:Im,tabPane:Bm,toolbox:Dm,batchSubmissionListButton:Fm,exportRecordListButton:wm,listViewSelect:Am,endTime:Tm,startTime:Sm,unit:Pm,result:Om,currency:km,endDate:Rm,startDate:xm,pleaseSelectCompanyName:Mm,pleaseSelectPhoneOrEmail:Nm,pleaseSelectSignType:Lm,pleaseSelectSigner:$m,pleaseSelectOnlyOne:Hm,pleaseSelectSignFile:Vm,pleaseSelect:jm,pleaseSelectOrg:qm,pleaseSelectDept:Wm,pleaseSelectEndDate:Um,pleaseSelectStartDate:zm,pleaseChooseAddress:Gm,modalConfirm:Km,tabChange:Qm,rowSelected:Zm,listDataImport:Xm,rowDelete:Jm,rowClick:Ym,cellRender:pm,onClickBtn:ev,rename:tv,onSaveFile:iv,onOpenFile:nv,onFocus:uv,onBlur:lv,onInput:av,listDataAdd:rv,listDataDelete:ov,listDataBack:cv,listDataCreate:sv,listDataChange:dv,search:hv,valueChange:yv,finished:fv,click:mv,pleaseEnterNameorEmail:vv,pleaseEnterDate:gv,pleaseEnterAutonumber:bv,pleaseEnter:Cv,defaultTemplate:Ev,left:_v,top:Iv,default:"\u666E\u901A",readonly:Bv,required:Dv,textTip:Fv,hideCaption:wv,titleRequired:Av,organizationalForm:Tv,businessType:Sv,deleteConfirm:Pv,hide:Ov,processStatus:kv,approvedDocuments:Rv,delete:xv,edit:Mv,view:Nv,loadCtrlErrorTip:Lv,loadCtrlError:$v,fullLine:Hv,min:Vv,max:jv,createWPS:qv,reset:Wv,query:Uv,detailed:zv,print:Gv,draft:Kv,save:Qv,cancel:Zv,uploadImg:Xv,signature:Jv,uploadFile:Yv,linkContent:pv,referenceList:e0,optionOne:t0,optionTwo:i0,optionThird:n0},l0="Please enter a number",a0="Please enter a string",r0="Please enter an object",o0="Please enter an array",c0="Please enter a boolean",s0="{caption} Required",d0="Please enter the title",h0="Please enter the bubble prompt",y0="Please enter the row title",f0="Please enter the prompt text",m0="Please bind data items",v0="Please bind the form",g0="Please bind the list",b0="Please bind the process",C0="Please enter the displayed value",E0="Please enter the stored value",_0="The document number is not bound to the data item",I0="Please select at least one display field",B0="Please enter a value greater than or equal to {min} and less than or equal to {max}",D0="Please enter a value greater than or equal to {min}",F0="Please enter a value less than or equal to {max}",w0="The value range is set incorrectly",A0="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",T0="The attachment size must be between 0MB and 1000MB",S0="Please fill in the total score setting",P0="The total score cannot be less than 1",O0="The default value must be between {min} and {max}",k0="The number of attachment uploads exceeds the limit",R0="Please re-select the optional quantity",x0="The maximum length of the control must be greater than the minimum length",M0="The minimum length of the control must be less than the maximum length",N0="Please select the correct option setting",L0="Option ID cannot be repeated",$0="Please enter at least one option",H0="Please bind the data source",V0="Please bind the stored value",j0="Please bind the service",q0="At least one display value must be bound",W0="Please select a province",U0="Please select a city",z0="Please select a district",G0="The minimum number of lines to fill in cannot be less than 0",K0="The number of rows cannot be less than {min} rows",Q0="Please enter the column width",Z0="Please set the logical relationship of all rule conditions",X0="Please complete all rules and conditions",J0="please select control",Y0="Please select the dashboard",p0="View name cannot be empty",eg="Please select recognition type",tg="Please select at least one field to fill in",ig="Please select at least one",ng="Please enter the button title",ug="Please bind the business model in the data settings",lg="Please bind storage values in data settings",ag="Please bind the service in the data settings",rg="Please bind at least one display value in the data settings",og="Please select the root node in the data settings",cg="Please enter the maximum height",sg="The input content cannot be empty",dg="Watermark cannot be empty",hg="File name cannot be empty",yg="Please upload at least one printing template!\uFF01",fg="Please select a specific business department",mg="Please select a specified external organization",vg="Please enter a sub table alias",gg="Please select the associated table to set the business model",bg="Please select the association table to set the binding service",Cg="Select associated sub table fields",Eg="Please select the associated main table field",_g="Please select the sort field",Ig="\u6279\u91CF\u5220\u9664",Bg="\u6279\u91CF\u6253\u5370",Dg="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Fg="\u6309\u94AE",wg="\u521B\u5EFA\u5355\u636E",Ag="\u4EEA\u8868\u76D8",Tg="\u5206\u5272\u7EBF",Sg="\u5BFC\u51FA",Pg="\u8868\u5355\u64CD\u4F5C",Og="\u5BFC\u5165",kg="\u53D1\u7968\u8BC6\u522B",Rg="\u94FE\u63A5",xg="\u5217\u8868\u9009\u62E9",Mg="\u5217\u8868\u89C6\u56FE",Ng="\u64CD\u4F5C\u6309\u94AE",Lg="\u5206\u9875",$g="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Hg="\u8BF4\u660E\u6587\u5B57",Vg="\u6587\u5B57\u8BC6\u522B",jg="\u6807\u9898\u7EC4\u4EF6",qg="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Wg="\u6570\u7EC4",Ug="\u81EA\u52A8\u7F16\u53F7",zg="\u81EA\u5B9A\u4E49",Gg="\u6570\u503C",Kg="\u90E8\u95E8",Qg="\u4EBA\u5458",Zg="\u9644\u4EF6",Xg="\u56FE\u7247",Jg="\u5730\u5740",Yg="\u64CD\u4F5C",pg="\u5E8F\u53F7",eb="\u4EBA\u5458",tb="\u957F\u6587\u672C",ib="\u65E5\u671F\u533A\u95F4",nb="\u65E5\u671F",ub="\u77ED\u6587\u672C",lb="\u6362\u884C\u5BB9\u5668Wrap",ab="\u8868\u683C",rb="\u660E\u7EC6\u5B50\u8868",ob="\u5730\u5740",cb="\u91D1\u989D",sb="\u8BA1\u7B97\u516C\u5F0F",db="\u591A\u9009",hb="\u7535\u5B50\u7B7E\u7AE0",yb="\u5355\u884C\u6587\u672C",fb="\u6570\u5B57",mb="\u4E1A\u52A1\u7EC4\u7EC7",vb="\u5355\u9009",gb="\u5BCC\u6587\u672C",bb="\u8BC4\u5206",Cb="\u6570\u5B57\u533A\u95F4",Eb="\u4E0B\u62C9\u5355\u9009",_b="\u4E0B\u62C9\u591A\u9009",Ib="\u5173\u8054\u5355\u9009",Bb="\u591A\u884C\u6587\u672C",Db="\u6811",Fb="Vue\u5BB9\u5668",wb="Vue\u9875\u9762",Ab="\u5728\u7EBF\u6587\u6863",Tb="\u6309\u94AE\u64CD\u4F5C\u680F",Sb="\u9AD8\u7EA7\u5BB9\u5668",Pb="\u5206\u7EC4",Ob="\u6805\u683C\u5217",kb="\u6570\u636E\u5BB9\u5668",Rb="\u753B\u5E03",xb="\u6362\u884C\u5BB9\u5668",Mb="\u6805\u683C\u7B49\u5206\u884C",Nb="\u5217\u8868\u5BB9\u5668",Lb="\u81EA\u7531\u9875\u9762",$b="\u5B9A\u4F4D\u5B50\u5BB9\u5668",Hb="\u5B9A\u4F4D\u5BB9\u5668",Vb="\u6805\u683C\u5E03\u5C40",jb="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",qb="\u660E\u7EC6\u5B50\u8868\u884C",Wb="\u6807\u7B7E\u9875",Ub="\u6807\u7B7E\u5355\u5143",zb="\u5DE5\u5177\u680F",Gb="\u6279\u91CF\u63D0\u4EA4",Kb="\u5BFC\u51FA\u8BB0\u5F55",Qb="\u5217\u8868\u89C6\u56FE",Zb="\u5F15\u7528\u5217\u8868",Xb="\u9009\u9879\u4E00",Jb="\u9009\u9879\u4E8C",Yb="\u9009\u9879\u4E09",pb={isNotNumber:l0,isNotString:a0,isNotObject:r0,isNotArray:o0,isNotBoolean:c0,runtimeRequired:s0,pleaseEnterCaption:d0,pleaseEnterCaptionTip:h0,pleaseEnterRowCaption:y0,pleaseEnterPlaceholder:f0,pleaseEnterFieldCode:m0,pleaseEnterForm:v0,pleaseEnterList:g0,pleaseEnterProcess:b0,pleaseEnterLabel:C0,pleaseEnterValue:E0,bizKeyNotBindFiled:_0,pleaseSelectOneField:I0,pleaseEnterNumberRange:B0,pleaseEnterAValueGreaterThanMin:D0,pleaseEnterAValueLessThanMax:F0,numberRangeSetError:w0,stringRangeError:A0,attachmentMaxSize:T0,pleaseEnterTotalScoreSetting:S0,theTotalScoreMustNotBeLessThan1:P0,scoreDefaultValueRange:O0,attachmentLimitError:k0,PleaseReselectTheOptionalQuantity:R0,TheMaximumLengthIsGreaterThanTheMinimumLength:x0,TheMinimumLengthIsGreaterThanTheMaximumLength:M0,PleaseSelectTheCorrectOptionSettings:N0,optionIdIsRepeat:L0,optionIsRequired:$0,pleaseEnterDataCode:H0,pleaseEnterValueFieldCode:V0,pleaseEnterSvcCode:j0,pleaseBindAtLeastOneDisplayValue:q0,pleaseSelectProvince:W0,pleaseSelectCity:U0,pleaseSelectDistrict:z0,limitRowsCannotBeLessThan0:G0,TheNumberOfRowsCannotBeLessThanMinRows:K0,pleaseEnterColumnWidth:Q0,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Z0,pleaseCompleteAllRulesAndConditions:X0,pleaseSelectControl:J0,pleaseSelectDashboard:Y0,theViewNameCannotBeEmpty:p0,pleaseSelectOcrType:eg,pleaseSelectAtLeastOneFieldToFillIn:tg,pleaseChooseAtLeastOne:ig,pleaseEnterButtonContent:ng,pleaseEnterDataCodeInDataSetting:ug,pleaseEnterValueFieldCodeInDataSetting:lg,pleaseEnterSvcCodeInDataSetting:ag,pleaseBindAtLeastOneDisplayValueInDataSetting:rg,rootNodeIsRequiredInDataSetting:og,pleaseEnterMaxHeight:cg,pleaseEnter:sg,pleaseEnterWatermark:dg,pleaseEnterFileName:hg,pleaseUploadAtLeastOnePrintTemplate:yg,pleaseAssignBusiness:fg,pleaseAssignExternal:mg,pleaseEnterAliasCode:vg,pleaseSelectDataCode:gg,pleaseSelectSvcCode:bg,pleaseSelectJoinFieldCode:Cg,pleaseSelectMainFieldCode:Eg,pleaseSelectSortFieldCode:_g,batchDeleteButton:Ig,batchPrintListButton:Bg,batchPrintRecordList:Dg,button:Fg,createFormListButton:wg,dashboard:Ag,divider:Tg,exportListButton:Sg,formSelectButton:Pg,importRecordListButton:Og,invoiceCheckButton:kg,link:Rg,listSelectButton:xg,ListViewSelect:Mg,operationButton:Ng,pagination:Lg,submissionRecordListButton:$g,text:Hg,textOcrButton:Vg,title:jg,approvalStatusColumn:qg,array:Wg,autoNumber:Ug,custom:zg,decimal:Gg,department:Kg,employee:Qg,file:Zg,image:Xg,location:Jg,operation:Yg,order:pg,people:eb,long:tb,timescope:ib,timestamp:nb,varchar:ub,gridLayoutWrap:lb,gridTable:ab,subTable:rb,address:ob,amount:cb,calc:sb,checkBox:db,electronicSignature:hb,input:yb,number:fb,organizationSelection:mb,radio:vb,richText:gb,score:bb,searchNumberRange:Cb,select:Eb,selectMultiple:_b,selectRelation:Ib,textarea:Bb,tree:Db,vueFormItem:Fb,vuePage:wb,WPS:Ab,actionBar:Tb,advancedContainer:Sb,cardGroup:Pb,col:Ob,dataView:kb,grid:Rb,gridLayoutContainer:xb,gridRow:Mb,listView:Nb,page:Lb,position:$b,positioningContainer:Hb,row:Vb,subtableColumn:jb,subtableRow:qb,tab:Wb,tabPane:Ub,toolbox:zb,batchSubmissionListButton:Gb,exportRecordListButton:Kb,listViewSelect:Qb,referenceList:Zb,optionOne:Xb,optionTwo:Jb,optionThird:Yb},eC="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",tC="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",iC="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",nC="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",uC="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",lC="{caption}\u5FC5\u9808",aC="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",rC="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",oC="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",cC="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",sC="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",dC="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",hC="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",yC="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",fC="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",mC="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",vC="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",gC="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",bC="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",CC="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",EC="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",_C="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",IC="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",BC="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",DC="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",FC="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",wC="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",AC="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",TC="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",SC="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5927\u5024\u306F\u6700\u5C0F\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",PC="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5C0F\u5024\u306F\u6700\u5927\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",OC="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",kC="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",RC="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",xC="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",MC="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",NC="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",LC="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",$C="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",HC="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",VC="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",jC="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",qC="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",WC="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",UC="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",zC="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",GC="please select control",KC="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",QC="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",ZC="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",XC="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",JC="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",YC="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",pC="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",e5="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",t5="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",i5="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",n5="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",u5="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",l5="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",a5="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",r5="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",o5="\u5370\u5237\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01\uFF01",c5="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",s5="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",d5="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",h5="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",y5="\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A\u30D0\u30A4\u30F3\u30C9\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",f5="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",m5="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",v5="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",g5="\u6279\u91CF\u5220\u9664",b5="\u6279\u91CF\u6253\u5370",C5="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",E5="\u6309\u94AE",_5="\u521B\u5EFA\u5355\u636E",I5="\u4EEA\u8868\u76D8",B5="\u5206\u5272\u7EBF",D5="\u5BFC\u51FA",F5="\u8868\u5355\u64CD\u4F5C",w5="\u5BFC\u5165",A5="\u53D1\u7968\u8BC6\u522B",T5="\u94FE\u63A5",S5="\u5217\u8868\u9009\u62E9",P5="\u5217\u8868\u89C6\u56FE",O5="\u64CD\u4F5C\u6309\u94AE",k5="\u5206\u9875",R5="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",x5="\u8BF4\u660E\u6587\u5B57",M5="\u6587\u5B57\u8BC6\u522B",N5="\u6807\u9898\u7EC4\u4EF6",L5="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",$5="\u6570\u7EC4",H5="\u81EA\u52A8\u7F16\u53F7",V5="\u81EA\u5B9A\u4E49",j5="\u6570\u503C",q5="\u90E8\u95E8",W5="\u4EBA\u5458",U5="\u9644\u4EF6",z5="\u56FE\u7247",G5="\u5730\u5740",K5="\u64CD\u4F5C",Q5="\u5E8F\u53F7",Z5="\u4EBA\u5458",X5="\u957F\u6587\u672C",J5="\u65E5\u671F\u533A\u95F4",Y5="\u65E5\u671F",p5="\u77ED\u6587\u672C",eE="\u6362\u884C\u5BB9\u5668Wrap",tE="\u8868\u683C",iE="\u660E\u7EC6\u5B50\u8868",nE="\u5730\u5740",uE="\u91D1\u989D",lE="\u8BA1\u7B97\u516C\u5F0F",aE="\u591A\u9009",rE="\u7535\u5B50\u7B7E\u7AE0",oE="\u5355\u884C\u6587\u672C",cE="\u6570\u5B57",sE="\u4E1A\u52A1\u7EC4\u7EC7",dE="\u5355\u9009",hE="\u5BCC\u6587\u672C",yE="\u8BC4\u5206",fE="\u6570\u5B57\u533A\u95F4",mE="\u4E0B\u62C9\u5355\u9009",vE="\u4E0B\u62C9\u591A\u9009",gE="\u5173\u8054\u5355\u9009",bE="\u591A\u884C\u6587\u672C",CE="\u6811",EE="Vue\u5BB9\u5668",_E="Vue\u9875\u9762",IE="\u5728\u7EBF\u6587\u6863",BE="\u6309\u94AE\u64CD\u4F5C\u680F",DE="\u9AD8\u7EA7\u5BB9\u5668",FE="\u5206\u7EC4",wE="\u6805\u683C\u5217",AE="\u6570\u636E\u5BB9\u5668",TE="\u753B\u5E03",SE="\u6362\u884C\u5BB9\u5668",PE="\u6805\u683C\u7B49\u5206\u884C",OE="\u5217\u8868\u5BB9\u5668",kE="\u81EA\u7531\u9875\u9762",RE="\u5B9A\u4F4D\u5B50\u5BB9\u5668",xE="\u5B9A\u4F4D\u5BB9\u5668",ME="\u6805\u683C\u5E03\u5C40",NE="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",LE="\u660E\u7EC6\u5B50\u8868\u884C",$E="\u6807\u7B7E\u9875",HE="\u6807\u7B7E\u5355\u5143",VE="\u5DE5\u5177\u680F",jE="\u6279\u91CF\u63D0\u4EA4",qE="\u5BFC\u51FA\u8BB0\u5F55",WE="\u5217\u8868\u89C6\u56FE",UE="\u5F15\u7528\u5217\u8868",zE="\u9009\u9879\u4E00",GE="\u9009\u9879\u4E8C",KE="\u9009\u9879\u4E09",QE={isNotNumber:eC,isNotString:tC,isNotObject:iC,isNotArray:nC,isNotBoolean:uC,runtimeRequired:lC,pleaseEnterCaption:aC,pleaseEnterCaptionTip:rC,pleaseEnterRowCaption:oC,pleaseEnterPlaceholder:cC,pleaseEnterFieldCode:sC,pleaseEnterForm:dC,pleaseEnterList:hC,pleaseEnterProcess:yC,pleaseEnterLabel:fC,pleaseEnterValue:mC,bizKeyNotBindFiled:vC,pleaseSelectOneField:gC,pleaseEnterNumberRange:bC,pleaseEnterAValueGreaterThanMin:CC,pleaseEnterAValueLessThanMax:EC,numberRangeSetError:_C,stringRangeError:IC,attachmentMaxSize:BC,pleaseEnterTotalScoreSetting:DC,theTotalScoreMustNotBeLessThan1:FC,scoreDefaultValueRange:wC,attachmentLimitError:AC,PleaseReselectTheOptionalQuantity:TC,TheMaximumLengthIsGreaterThanTheMinimumLength:SC,TheMinimumLengthIsGreaterThanTheMaximumLength:PC,PleaseSelectTheCorrectOptionSettings:OC,optionIdIsRepeat:kC,optionIsRequired:RC,pleaseEnterDataCode:xC,pleaseEnterValueFieldCode:MC,pleaseEnterSvcCode:NC,pleaseBindAtLeastOneDisplayValue:LC,pleaseSelectProvince:$C,pleaseSelectCity:HC,pleaseSelectDistrict:VC,limitRowsCannotBeLessThan0:jC,TheNumberOfRowsCannotBeLessThanMinRows:qC,pleaseEnterColumnWidth:WC,pleaseSetTheLogicalRelationshipOfAllRuleConditions:UC,pleaseCompleteAllRulesAndConditions:zC,pleaseSelectControl:GC,pleaseSelectDashboard:KC,theViewNameCannotBeEmpty:QC,pleaseSelectOcrType:ZC,pleaseSelectAtLeastOneFieldToFillIn:XC,pleaseChooseAtLeastOne:JC,pleaseEnterButtonContent:YC,pleaseEnterDataCodeInDataSetting:pC,pleaseEnterValueFieldCodeInDataSetting:e5,pleaseEnterSvcCodeInDataSetting:t5,pleaseBindAtLeastOneDisplayValueInDataSetting:i5,rootNodeIsRequiredInDataSetting:n5,pleaseEnterMaxHeight:u5,pleaseEnter:l5,pleaseEnterWatermark:a5,pleaseEnterFileName:r5,pleaseUploadAtLeastOnePrintTemplate:o5,pleaseAssignBusiness:c5,pleaseAssignExternal:s5,pleaseEnterAliasCode:d5,pleaseSelectDataCode:h5,pleaseSelectSvcCode:y5,pleaseSelectJoinFieldCode:f5,pleaseSelectMainFieldCode:m5,pleaseSelectSortFieldCode:v5,batchDeleteButton:g5,batchPrintListButton:b5,batchPrintRecordList:C5,button:E5,createFormListButton:_5,dashboard:I5,divider:B5,exportListButton:D5,formSelectButton:F5,importRecordListButton:w5,invoiceCheckButton:A5,link:T5,listSelectButton:S5,ListViewSelect:P5,operationButton:O5,pagination:k5,submissionRecordListButton:R5,text:x5,textOcrButton:M5,title:N5,approvalStatusColumn:L5,array:$5,autoNumber:H5,custom:V5,decimal:j5,department:q5,employee:W5,file:U5,image:z5,location:G5,operation:K5,order:Q5,people:Z5,long:X5,timescope:J5,timestamp:Y5,varchar:p5,gridLayoutWrap:eE,gridTable:tE,subTable:iE,address:nE,amount:uE,calc:lE,checkBox:aE,electronicSignature:rE,input:oE,number:cE,organizationSelection:sE,radio:dE,richText:hE,score:yE,searchNumberRange:fE,select:mE,selectMultiple:vE,selectRelation:gE,textarea:bE,tree:CE,vueFormItem:EE,vuePage:_E,WPS:IE,actionBar:BE,advancedContainer:DE,cardGroup:FE,col:wE,dataView:AE,grid:TE,gridLayoutContainer:SE,gridRow:PE,listView:OE,page:kE,position:RE,positioningContainer:xE,row:ME,subtableColumn:NE,subtableRow:LE,tab:$E,tabPane:HE,toolbox:VE,batchSubmissionListButton:jE,exportRecordListButton:qE,listViewSelect:WE,referenceList:UE,optionOne:zE,optionTwo:GE,optionThird:KE},Ju={zhCN:u0,enUS:pb,jaJP:QE},Yu,ZE=(Yu=window.localStorage.getItem("locale"))!==null&&Yu!==void 0?Yu:"zh-CN",Ki=function(t){return t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search",t}({}),F=function(t){return t.TITLE="title",t.LINK="link",t.IFRAME="iframe",t.BUTTON="button",t.DIVIDER="divider",t.TEXT="text",t.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",t.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",t.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",t.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",t.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",t.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",t.EXPORT_LIST_BUTTON="list-page-btn-export-list",t.LIST_SELECT_BUTTON="list-select-button",t.ORGANIZATION_SELECTION="organization-selection",t.FORM_SELECT_BUTTON="form-select-button",t.LIST_VIEW_SELECT="list-view-select",t.TEXT_OCR_BUTTON="text-ocr-button",t.INVOICE_CHECK_BUTTON="invoice-check-button",t.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",t.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",t.COMMENT="comment",t.VARCHAR_COLUMN="varchar-column",t.TEXT_COLUMN="text-column",t.DECIMAL_COLUMN="decimal-column",t.TIMESCOPE_COLUMN="timescope-column",t.TIMESTAMP_COLUMN="timestamp-column",t.ARRAY_COLUMN="array-column",t.DEPARTMENT_COLUMN="department-column",t.AUTO_NUMBER_COLUMN="auto-number-column",t.FILE_COLUMN="file-column",t.IMAGE_COLUMN="image-column",t.PEOPLE_COLUMN="people-column",t.LOCATION_COLUMN="location-column",t.CUSTOM_COLUMN="custom-column",t.ORDER_COLUMN="order-column",t.OPERATION_COLUMN="operation-column",t.OPERATION_BUTTON="operation-button",t.EMPLOYEE_COLUMN="employee-column",t.Approval_Status_Column="approval-status-column",t.GROUP_COLUMN="group-column",t.ADDRESS="address",t.AMOUNT="amount",t.ATTACHMENT="attachment",t.AUTO_NUMBER="auto-number",t.CALC="calc",t.CHECKBOX="checkbox",t.CASCADER="cascader",t.COUNTER="counter",t.SLIDER="slider",t.SWITCH="switch",t.TAG="tag",t.BARCODE="barcode",t.QR_CODE="qr-code",t.DATE_PICKER="date-picker",t.DATE_RANGE="date-range",t.TIME_PICKER="time-picker",t.TIME_RANGE="time-range",t.DEPARTMENT="department",t.EMPLOYEE="employee",t.IMAGE="image",t.INPUT="input",t.NUMBER="number",t.RADIO="radio",t.RICH_TEXT="rich-text",t.SCORE="score",t.SEARCH_DATE_RANGE="search-date-range",t.SEARCH_NUMBER_RANGE="search-number-range",t.SEARCH_INPUT="search-input",t.SELECT="select",t.SELECT_MULTIPLE="select-multiple",t.SELECT_RELATION="select-relation",t.VUE_FORM_ITEM="vue-form-item",t.TEXTAREA="textarea",t.EMAIL="email",t.FOOTER="footer",t.HEADER="header",t.ID_CARD="id-card",t.MOBILE="mobile",t.PHONE="phone",t.RADIO_IMAGE="radio-image",t.ELECTRONIC_SIGNATURE="electronic-signature",t.WPS="wps",t.CARD_GROUP="card-group",t.BLANK_CONTAINER="blank-container",t.COL="col",t.GRID="grid",t.GRID_ROW="grid-row",t.GRID_TABLE_COLUMN="grid-table-column",t.GRID_LAYOUT_CONTAINER="grid-layout-container",t.ROW="row",t.TWO_COLUMNS="two-columns",t.SUBTABLE_COLUMN="subtable-column",t.SUBTABLE_ROW="subtable-row",t.TAB="tab",t.TAB_PANE="tab-pane",t.TOOLBOX="toolbox",t.DATA_VIEW="data-view",t.LIST_VIEW="list-view",t.ACTION_BAR="action-bar",t.TABLE_LAYOUT="table-layout",t.TABLE_LAYOUT_ROW="table-layout-row",t.TABLE_LAYOUT_COL="table-layout-col",t.TABLE_LAYOUT_WRAPPER="table-layout-wrapper",t.COLLAPSE="collapse",t.COLLAPSE_PANE="collapse-pane",t.SUBTABLE="subtable",t.GRID_TABLE="grid-table",t.SIMPLE_SEARCH="simple-search",t.PAGINATION="pagination",t.CHECKBOX_IMAGE="checkbox-image",t.DASHBOARD="dashboard",t.BAR_CHART="bar-chart",t.LINE_CHART="line-chart",t.PIE_CHART="pie-chart",t.TREE="tree",t.EMPLOYEE2="employee2",t.DEPARTMENT2="department2",t.GRID_LAYOUT_WRAP="grid-layout-wrap",t.VUE_PAGE="vue-page",t.REFERENCE_LIST="reference-list",t.STEP="step",t.STEP_PANE="step-pane",t}({}),C=function(t){return t.VARCHAR="varchar",t.TEXT="text",t.ARRAY="array",t.ADDRESS="location",t.DECIMAL="decimal",t.DECIMAL_RANGE="decimal_range",t.TIMESTAMP="timestamp",t.EMPLOYEES="people",t.DEPARTMENTS="department",t.MONEY="money",t.TIMESCOPE="timescope",t.FILE="file",t.IMAGE="image",t.AUTO_NUMBER="auto_number",t.CALC="calc",t.LIST="list",t.JSON="json",t.ANY="ANY",t}({}),at=function(t){return t.YEAR="year",t.MONTH="month",t.DATE="date",t.DATEHOUR="datehour",t.DATEMIN="datemin",t.DATETIME="datetime",t.CUSTOM="custom",t}({}),Pr=function(t){return t.HOURSEC="hoursec",t.HOURMIN="hourmin",t.CUSTOM="custom",t}({}),Or={DEFAULT:"default"},kr="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",XE=kr+"0123456789";function oe(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",i=0;i<t;i++){var n=i===0?kr:XE,u=Math.random()*n.length;e+=n[parseInt(String(u),10)]}return e}function pu(t,e){(e==null||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i<e;i++)n[i]=t[i];return n}function JE(t){if(Array.isArray(t))return pu(t)}function YE(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Rr(t,e,i){return e=Mt(e),i_(t,tl()?Reflect.construct(e,i||[],Mt(t).constructor):e.apply(t,i))}function xr(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Qi(t,e,i){return tl()?Qi=Reflect.construct:Qi=function(u,l,a){var c=[null];c.push.apply(c,l);var s=Function.bind.apply(u,c),h=new s;return a&&Nt(h,a.prototype),h},Qi.apply(null,arguments)}function Mt(t){return Mt=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},Mt(t)}function Mr(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Nt(t,e)}function pE(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function e_(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function t_(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function i_(t,e){return e&&(n_(e)==="object"||typeof e=="function")?e:YE(t)}function Nt(t,e){return Nt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Nt(t,e)}function Nr(t){return JE(t)||e_(t)||u_(t)||t_()}function n_(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function u_(t,e){if(!!t){if(typeof t=="string")return pu(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);if(i==="Object"&&t.constructor&&(i=t.constructor.name),i==="Map"||i==="Set")return Array.from(i);if(i==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return pu(t,e)}}function el(t){var e=typeof Map=="function"?new Map:void 0;return el=function(n){if(n===null||!pE(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(n))return e.get(n);e.set(n,u)}function u(){return Qi(n,arguments,Mt(this).constructor)}return u.prototype=Object.create(n.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Nt(u,n)},el(t)}function tl(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(tl=function(){return!!t})()}var il=console;function nl(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];var n,u=e.slice(1);(n=il).warn.apply(n,["\u{1F9D0} Driven Warning:"+e[0]].concat(Nr(u)))}function Lr(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];var n,u=e.slice(1);(n=il).log.apply(n,["\u{1F680} Driven Log:"+e[0]].concat(Nr(u)))}function l_(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var ul=function(t){Mr(e,t);function e(i){xr(this,e);var n;return n=Rr(this,e,[i]),n.name="\u{1F4A5} Driven Error",n.message=i?l_(i):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",n}return e}(el(Error)),a_=function(t){Mr(e,t);function e(i){xr(this,e);var n;return n=Rr(this,e,[i]),n.name="\u{1F6A8} Driven Reference Error",n}return e}(ul);function Lt(t){throw new ul(t)}function $r(t){throw new a_(t)}function r_(t){il.error(new ul(t))}function o_(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Hr(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function c_(t,e,i){return e&&Hr(t.prototype,e),i&&Hr(t,i),t}function s_(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}var Vr=function(){function t(){o_(this,t)}return c_(t,null,[{key:"getMessage",value:function(i){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},u;return r("CMD."+i,n,Ju==null||(u=Ju[ZE.split("-").join("")])===null||u===void 0?void 0:u[i])}},{key:"resetI18n",value:function(){}},{key:"setLocale",value:function(i,n){}}]),t}();s_(Vr,"$i18n",Vr.resetI18n());function d_(t,e,i){var n=e.replace(/\[(\d)]/g,function(l,a){return"."+a}).split("."),u=!1;return n.reduce(function(l,a,c,s){var h=l;if(!!l){if(!Object.prototype.hasOwnProperty.call(l,a)){nl("Can not set ".concat(e,"'s ").concat(a," property in current %o, Because there is no ").concat(a," property on the %o"),l,l);return}return c===s.length-1&&!Object.is(h[a],i)&&(h[a]=i,u=!0),h[a]}},t),u}var h_=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},y_={exports:{}};(function(t){(function(e){var i=function(v,I,R){if(!h(I)||f(I)||g(I)||E(I)||s(I))return I;var P,x=0,te=0;if(d(I))for(P=[],te=I.length;x<te;x++)P.push(i(v,I[x],R));else{P={};for(var V in I)Object.prototype.hasOwnProperty.call(I,V)&&(P[v(V,R)]=i(v,I[V],R))}return P},n=function(v,I){I=I||{};var R=I.separator||"_",P=I.split||/(?=[A-Z])/;return v.split(P).join(R)},u=function(v){return _(v)?v:(v=v.replace(/[\-_\s]+(.)?/g,function(I,R){return R?R.toUpperCase():""}),v.substr(0,1).toLowerCase()+v.substr(1))},l=function(v){var I=u(v);return I.substr(0,1).toUpperCase()+I.substr(1)},a=function(v,I){return n(v,I).toLowerCase()},c=Object.prototype.toString,s=function(v){return typeof v=="function"},h=function(v){return v===Object(v)},d=function(v){return c.call(v)=="[object Array]"},f=function(v){return c.call(v)=="[object Date]"},g=function(v){return c.call(v)=="[object RegExp]"},E=function(v){return c.call(v)=="[object Boolean]"},_=function(v){return v=v-0,v===v},b=function(v,I){var R=I&&"process"in I?I.process:I;return typeof R!="function"?v:function(P,x){return R(P,v,x)}},B={camelize:u,decamelize:a,pascalize:l,depascalize:a,camelizeKeys:function(v,I){return i(b(u,I),v)},decamelizeKeys:function(v,I){return i(b(a,I),v,I)},pascalizeKeys:function(v,I){return i(b(l,I),v)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=B:e.humps=B})(h_)})(y_);var jr={};Object.defineProperty(jr,"__esModule",{value:!0});function ll(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:ll(e));{const e={};for(const i in t){const n=t[i];e[i]=typeof n!="object"||n===null?n:ll(n)}return e}}var f_=jr.default=ll;function m_(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function ce(t){if(t!==void 0)return(typeof t=="undefined"?"undefined":m_(t))==="object"?f_(t):t}function v_(t){return Object.prototype.toString.call(t)==="[object Object]"}function Zi(t){return Array.isArray(t)}function g_(t){return t.reduce(function(e,i){return e.includes(i)||e.push(i),e},[])}function al(t,e){(e==null||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i<e;i++)n[i]=t[i];return n}function b_(t){if(Array.isArray(t))return al(t)}function qr(t,e,i,n,u,l,a){try{var c=t[l](a),s=c.value}catch(h){i(h);return}c.done?e(s):Promise.resolve(s).then(n,u)}function C_(t){return function(){var e=this,i=arguments;return new Promise(function(n,u){var l=t.apply(e,i);function a(s){qr(l,n,u,a,c,"next",s)}function c(s){qr(l,n,u,a,c,"throw",s)}a(void 0)})}}function E_(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Wr(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function __(t,e,i){return e&&Wr(t.prototype,e),i&&Wr(t,i),t}function Ur(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function I_(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function B_(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function rl(t){return b_(t)||I_(t)||D_(t)||B_()}function D_(t,e){if(!!t){if(typeof t=="string")return al(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);if(i==="Object"&&t.constructor&&(i=t.constructor.name),i==="Map"||i==="Set")return Array.from(i);if(i==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return al(t,e)}}function F_(t,e){var i,n,u,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),c=Object.defineProperty;return c(a,"next",{value:s(0)}),c(a,"throw",{value:s(1)}),c(a,"return",{value:s(2)}),typeof Symbol=="function"&&c(a,Symbol.iterator,{value:function(){return this}}),a;function s(d){return function(f){return h([d,f])}}function h(d){if(i)throw new TypeError("Generator is already executing.");for(;a&&(a=0,d[0]&&(l=0)),l;)try{if(i=1,n&&(u=d[0]&2?n.return:d[0]?n.throw||((u=n.return)&&u.call(n),0):n.next)&&!(u=u.call(n,d[1])).done)return u;switch(n=0,u&&(d=[d[0]&2,u.value]),d[0]){case 0:case 1:u=d;break;case 4:return l.label++,{value:d[1],done:!1};case 5:l.label++,n=d[1],d=[0];continue;case 7:d=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(d[0]===6||d[0]===2)){l=0;continue}if(d[0]===3&&(!u||d[1]>u[0]&&d[1]<u[3])){l.label=d[1];break}if(d[0]===6&&l.label<u[1]){l.label=u[1],u=d;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(d);break}u[2]&&l.ops.pop(),l.trys.pop();continue}d=e.call(t,l)}catch(f){d=[6,f],n=0}finally{i=u=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var w_=function(){function t(){E_(this,t),Ur(this,"_events",new Map),Ur(this,"debug",!1)}return __(t,[{key:"emit",value:function(i){for(var n=arguments.length,u=new Array(n>1?n-1:0),l=1;l<n;l++)u[l-1]=arguments[l];return C_(function(){var a,c,s,h,d,f,g,E,_,b,B,v;return F_(this,function(I){switch(I.label){case 0:if(a=this._events.get(i),c=[],!a)return[3,10];s=a.slice(),h=!0,d=!1,f=void 0,I.label=1;case 1:I.trys.push([1,8,9,10]),g=s[Symbol.iterator](),I.label=2;case 2:if(h=(E=g.next()).done)return[3,7];if(_=E.value,!a.includes(_))return[3,6];I.label=3;case 3:return I.trys.push([3,5,,6]),this.debug&&Lr.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(i," \u4E8B\u4EF6: ").concat(_.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+_.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(rl(u))),[4,_.apply(null,rl(u))];case 4:return b=I.sent(),this.debug&&Lr.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(i," \u4E8B\u4EF6: ").concat(_.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+_.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(rl(u),[b])),c.push(b),b===!1?[3,7]:[3,6];case 5:return B=I.sent(),r_(String(B)+":"+String(B.stack)),[3,6];case 6:return h=!0,[3,2];case 7:return[3,10];case 8:return v=I.sent(),d=!0,f=v,[3,10];case 9:try{!h&&g.return!=null&&g.return()}finally{if(d)throw f}return[7];case 10:return[2,c]}})}).call(this)}},{key:"on",value:function(i,n){if(this._events.has(i)){var u;(u=this._events.get(i))===null||u===void 0||u.push(n)}else this._events.set(i,[n])}},{key:"off",value:function(i,n){if(this._events.has(i)){var u=this._events.get(i),l=u==null?void 0:u.indexOf(n);u==null||u.splice(l,1)}}},{key:"delete",value:function(i){this._events.has(i)&&this._events.delete(i)}},{key:"clear",value:function(){this._events=new Map}}]),t}();function A_(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function zr(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function T_(t,e,i){return e&&zr(t.prototype,e),i&&zr(t,i),t}function S_(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}var P_=[{key:"on_click",name:r("CMD.click",null,"\u70B9\u51FB\u65F6"),code:"click"},{key:"on_click_finish",name:r("CMD.finished",null,"\u6267\u884C\u5B8C\u6210\u65F6"),code:"click-finish"},{key:"on_change",name:r("CMD.valueChange",null,"\u503C\u53D1\u751F\u53D8\u5316\u65F6"),code:"change"},{key:"on_search",name:r("CMD.search",null,"\u641C\u7D22\u65F6"),code:"search"},{key:"on_file_actions",name:r("CMD.onClickFileBtn",null,"\u70B9\u51FB\u6587\u4EF6\u6309\u94AE\u65F6"),code:"file-actions"},{key:"on_tree_search",name:r("CMD.treeDataCreate",null,"\u6811\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"tree-search"},{key:"on_list_change",name:r("CMD.listDataChange",null,"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"list-change"},{key:"on_chart_change",name:r("CMD.chartDataChange",null,"\u56FE\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"chart-change"},{key:"on_list_search",name:r("CMD.listDataCreate",null,"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"list-search"},{key:"on_list_mounted",name:r("CMD.listDataBack",null,"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6"),code:"list-mounted"},{key:"on_list_delete",name:r("CMD.listDataDelete",null,"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6"),code:"list-delete"},{key:"on_list_before_insert",name:r("CMD.listDataAdd",null,"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D"),code:"list-before-insert"},{key:"on_input",name:r("CMD.onInput",null,"\u7528\u6237\u8F93\u5165\u65F6"),code:"input"},{key:"on_blur",name:r("CMD.onBlur",null,"\u5931\u53BB\u7126\u70B9\u65F6"),code:"blur"},{key:"on_focus",name:r("CMD.onFocus",null,"\u83B7\u53D6\u7126\u70B9\u65F6"),code:"focus"},{key:"on_wps_open",name:r("CMD.onOpenFile",null,"\u6253\u5F00\u6587\u4EF6\u65F6"),code:"wps-open"},{key:"on_wps_save",name:r("CMD.onSaveFile",null,"\u4FDD\u5B58\u6587\u4EF6\u65F6"),code:"wps-save"},{key:"on_wps_rename",name:r("CMD.rename",null,"\u91CD\u547D\u540D\u65F6"),code:"wps-rename"},{key:"on_list_actions",name:r("CMD.onClickBtn",null,"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6"),code:"list-actions"},{key:"on_list_render_operation",name:r("CMD.cellRender",null,"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6"),code:"list-render-operation"},{key:"on_list_rowclick",name:r("CMD.rowClick",null,"\u884C\u70B9\u51FB\u65F6"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:r("CMD.rowDelete",null,"\u884C\u5220\u9664\u524D"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:r("CMD.listDataImport",null,"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D"),code:"list-before-import"},{key:"on_list_rows_checked",name:r("CMD.rowSelected",null,"\u884C\u9009\u4E2D\u65F6"),code:"list-rows-checked"},{key:"on_change_tab",name:r("CMD.tabChange",null,"\u6807\u7B7E\u9875\u5207\u6362\u65F6"),code:"change-tab"},{key:"on_modal_ok",name:r("CMD.modalConfirm",null,"\u5F39\u7A97\u786E\u8BA4\u65F6"),code:"modal-ok"},{key:"on_change_steps",name:r("CMD.stepsChange",null,"\u6B65\u9AA4\u5207\u6362\u65F6"),code:"change-steps"},{key:"on_option_selected",name:r("CMD.optionSelected",null,"DOM\u70B9\u51FBoption\u4E8B\u4EF6"),code:"option_selected"}],O_=function(){function t(){A_(this,t)}return T_(t,null,[{key:"getEventsFromKeys",value:function(i){var n=typeof i=="string"?[i]:i;return t.events.filter(function(u){return n.includes(u.key)})}},{key:"getEventsFromControl",value:function(i){var n=[],u=i.eventKeys;n=n.concat(t.events.filter(function(a){return u.includes(a.key)}));var l=i.customEvents.map(function(a){var c=a.key;return a.namespace!==void 0&&a.namespace!==null&&a.namespace!==""&&(c=a.namespace+":"+a.key),{key:c,code:a.key,name:a.name}});return n=n.concat(l),n}}]),t}();S_(O_,"events",P_);function ol(t,e){(e==null||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i<e;i++)n[i]=t[i];return n}function k_(t){if(Array.isArray(t))return ol(t)}function R_(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function x_(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Gr(t){return k_(t)||R_(t)||M_(t)||x_()}function M_(t,e){if(!!t){if(typeof t=="string")return ol(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);if(i==="Object"&&t.constructor&&(i=t.constructor.name),i==="Map"||i==="Set")return Array.from(i);if(i==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return ol(t,e)}}function cl(t,e){var i;!((i=Object.getOwnPropertyDescriptors(t)[e])===null||i===void 0)&&i.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function Kr(t,e,i){i!=="Runtime"&&(t.parent=e,cl(t,"parent"))}function N_(t,e,i){t.forEach(function(n){Kr(n,e,i)})}var Qr=Symbol("targetKey");function Zr(t){var e;return(e=t[Qr])!==null&&e!==void 0?e:t}function Xr(t,e,i){return N_(t,e,i),new Proxy(t,{get:function(u,l){for(var a=arguments.length,c=new Array(a>2?a-2:0),s=2;s<a;s++)c[s-2]=arguments[s];var h;return l===Qr?u:(h=Reflect).get.apply(h,[u,l].concat(Gr(c)))},set:function(u,l,a){for(var c=arguments.length,s=new Array(c>3?c-3:0),h=3;h<c;h++)s[h-3]=arguments[h];var d;if(Zi(t)&&l==="length"&&a===t.length)return!0;var f=(d=Reflect).set.apply(d,[u,l,a].concat(Gr(s)));return v_(a)&&Kr(a,e,i),f}})}function se(t,e,i,n,u){var l=n!=null?n:t,a=Xr(Zr(i!=null?i:[]),l,u);Object.defineProperty(t,e,{get:function(){return a},set:function(s){a=Xr(Zr(s),l,u)},enumerable:!0})}function L_(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Jr(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function $_(t,e,i){return e&&Jr(t.prototype,e),i&&Jr(t,i),t}function Be(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}var Yr=[],Xi=function(){function t(e){L_(this,t),Be(this,"registeredControlTypes",new Set),Be(this,"controlConfigMap",new Map),Be(this,"_controls",[]),Be(this,"_type",void 0),this._type=e,this._initControls(e)}return $_(t,[{key:"registerControlConfig",value:function(i,n){return this.controlConfigMap.set(i,n),this}},{key:"getControlConfig",value:function(i){return this.controlConfigMap.get(i)}},{key:"getControls",value:function(){return this._controls}},{key:"register",value:function(i){i.__is_control__||Lt("".concat(i.name," is not a Control"));var n=this._controls.findIndex(function(u){return u.controlType===i.controlType});return n>-1&&(nl("The ".concat(i.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(n,1)),this.registeredControlTypes.add(i.controlType),this._controls.push(i),this}},{key:"isLayoutControl",value:function(i){return i.controlType===Ki.LAYOUT}},{key:"isFormControl",value:function(i){return i.controlType===Ki.FORM}},{key:"isListControl",value:function(i){return i.controlType===Ki.LIST}},{key:"isColumnControl",value:function(i){return i.controlType===Ki.COLUMN}},{key:"createControl",value:function(i,n){var u=this;if(Array.isArray(i))return i.map(function(d){return u.createControl(d,n)});if(i.children&&(i.children=i.children.map(function(d){return u.createControl(d,n)})),this.isListControl(i)){var l=i.props;l.headers&&(l.headers=l.headers.map(function(d){return u.createControl(d,n)}))}var a=this.getControlFormType(i.type);if(a){var c=i;if(typeof n=="function"){var s=n(c);s&&(c=s)}var h;return a.mode==="Runtime"?(h=c,h.fieldType=a.controlFieldType,this._setParentPrototypeToSchema(h,this)):h=new a(c),h}else Lt("The constructor of ".concat(i.type," could not be found, please confirm that the constructor has been registered"))}},{key:"resetInstanceParent",value:function(i,n){delete i.parent,Object.defineProperty(i,"parent",{configurable:!0,get:function(){return n}}),cl(i,"parent")}},{key:"_setParentPrototypeToSchema",value:function(i,n){n._type==="Runtime"&&(Object.defineProperty(i,"parent",{configurable:!0,get:function(){var l=i.id,a=n._controlParentIdMap,c=n.instanceMap;if(!(!a||!c)){var s=a[l],h=c[l];if(!(!s&&!h)){var d=h.findIndex(function(E){return E==i}),f=c[s]||[],g;return f.length!==h.length?g=f[0]:g=f[d],g}}}}),cl(i,"parent"))}},{key:"createControlInstance",value:function(i,n){var u=this.getControlFormType(i);if(u)return new u(n)}},{key:"getControlFormType",value:function(i){return this._controls.find(function(n){return n.controlType===i})}},{key:"_initControls",value:function(i){var n=this;this.constructor.staticControls.forEach(function(u){n.register(u[i]),t.staticControlsRuntimeRules.set(u.Runtime.controlType,u.Property.RuntimeRules),u.Property.mode=i})}}],[{key:"staticGetRules",value:function(i,n){var u=t.staticControlsRuntimeRules.get(i),l=[];if(u){var a=new u(n);l=Array.from(a)}return l}},{key:"register",value:function(i,n){var u=i.Designer,l=i.Runtime,a=i.Property;(!u||!l||!u.__is_control__||!l.__is_control__)&&Lt("".concat(i," is can't register as a Control"));var c=this.staticControls.findIndex(function(s){return s.Designer.controlType===u.controlType});return c>-1&&(nl("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(c,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(i),a.mode=n,this}}]),t}();Be(Xi,"staticControlsRuntimeRules",new Map),Be(Xi,"staticControls",Yr),Be(Xi,"staticRegisteredTypes",new Set(Yr.map(function(t){return t.Designer.controlType}))),Be(Xi,"staticRegisteredConfigs",new Map);function H_(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ae(t,e,i){return e=Ji(e),V_(t,pr()?Reflect.construct(e,i||[],Ji(t).constructor):e.apply(t,i))}function D(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function y(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function Ji(t){return Ji=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},Ji(t)}function re(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&sl(t,e)}function V_(t,e){return e&&(j_(e)==="object"||typeof e=="function")?e:H_(t)}function sl(t,e){return sl=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},sl(t,e)}function j_(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function pr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(pr=function(){return!!t})()}var ye=function t(e){D(this,t);var i,n,u;y(this,"dataCode",void 0),y(this,"fieldCode",void 0),y(this,"fieldType",void 0),y(this,"aliasCode",void 0),this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!==null&&n!==void 0?n:"",this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:"",this.aliasCode=e==null?void 0:e.aliasCode},eo=function t(e){D(this,t);var i,n;y(this,"minWidth",void 0),y(this,"maxWidth",void 0),y(this,"flex",void 0),this.minWidth=(i=e==null?void 0:e.minWidth)!==null&&i!==void 0?i:150,this.maxWidth=e==null?void 0:e.maxWidth,this.flex=(n=e==null?void 0:e.flex)!==null&&n!==void 0?n:1},to=function t(e){D(this,t);var i,n,u,l;y(this,"rowHeightType",void 0),y(this,"minRows",void 0),y(this,"maxRows",void 0),y(this,"fiexdRow",void 0),this.rowHeightType=(i=e==null?void 0:e.rowHeightType)!==null&&i!==void 0?i:"fixed",this.minRows=(n=e==null?void 0:e.minRows)!==null&&n!==void 0?n:4,this.maxRows=(u=e==null?void 0:e.maxRows)!==null&&u!==void 0?u:20,this.fiexdRow=(l=e==null?void 0:e.fiexdRow)!==null&&l!==void 0?l:4},q_=function t(e){D(this,t),y(this,"pc",void 0),y(this,"mobile",void 0),this.pc=new to(e==null?void 0:e.pc),this.mobile=new to(e==null?void 0:e.mobile)},dl=function(t){re(e,t);function e(i){D(this,e);var n,u,l;return n=ae(this,e,[i]),y(n,"width",void 0),y(n,"widthType",void 0),n.width=(u=i==null?void 0:i.width)!==null&&u!==void 0?u:240,n.widthType=(l=i==null?void 0:i.widthType)!==null&&l!==void 0?l:"auto",n}return e}(eo),W_=function t(e){D(this,t),y(this,"pc",void 0),y(this,"mobile",void 0),this.pc=new dl(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new dl(e==null?void 0:e.mobile):new dl({width:130,minWidth:180})},U_=function t(e){D(this,t);var i,n;y(this,"type",void 0),y(this,"customOptions",void 0),this.type=(i=e==null?void 0:e.type)!==null&&i!==void 0?i:"firstThree",this.customOptions=(n=e==null?void 0:e.customOptions)!==null&&n!==void 0?n:[]},rt=function t(e){D(this,t);var i,n,u;y(this,"dataCode",void 0),y(this,"formKey",void 0),y(this,"appId",void 0),this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:"",this.formKey=(n=e==null?void 0:e.formKey)!==null&&n!==void 0?n:"",this.appId=(u=e==null?void 0:e.appId)!==null&&u!==void 0?u:""},z_=function(t){re(e,t);function e(i){D(this,e);var n,u;return n=ae(this,e,[i]),y(n,"primaryControlId",void 0),n.primaryControlId=(u=i==null?void 0:i.primaryControlId)!==null&&u!==void 0?u:"",n}return e}(rt),io=function t(e){D(this,t);var i,n;y(this,"fieldCode",void 0),y(this,"dataCode",void 0),this.fieldCode=(i=e==null?void 0:e.fieldCode)!==null&&i!==void 0?i:"",this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:""},hl=function t(e){D(this,t);var i,n,u,l;y(this,"appId",void 0),y(this,"formKey",void 0),y(this,"headers",void 0),this.appId=(i=e==null?void 0:e.appId)!==null&&i!==void 0?i:"",this.formKey=(n=e==null?void 0:e.formKey)!==null&&n!==void 0?n:"",this.headers=(u=e==null||(l=e.headers)===null||l===void 0?void 0:l.map(function(a){return new io(a)}))!==null&&u!==void 0?u:[]},G_=function t(e){D(this,t);var i,n,u;y(this,"fieldName",void 0),y(this,"fieldCode",void 0),y(this,"fieldType",void 0),this.fieldName=(i=e==null?void 0:e.fieldName)!==null&&i!==void 0?i:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!==null&&n!==void 0?n:"",this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:C.VARCHAR},K_=function(t){re(e,t);function e(i){D(this,e);var n,u,l,a,c;return n=ae(this,e,[i]),y(n,"title",void 0),y(n,"svcCode",void 0),y(n,"isOpenFilter",void 0),y(n,"filters",void 0),n.title=(u=i==null?void 0:i.title)!==null&&u!==void 0?u:"",n.svcCode=(l=i==null?void 0:i.svcCode)!==null&&l!==void 0?l:"",n.isOpenFilter=(a=i==null?void 0:i.isOpenFilter)!==null&&a!==void 0?a:!1,n.filters=(c=i==null?void 0:i.filters)!==null&&c!==void 0?c:[],n}return e}(rt),Q_=function t(e){D(this,t);var i,n,u,l;y(this,"type","sublist-page"),y(this,"formBind",void 0),y(this,"displayFields",void 0),y(this,"sublists",void 0),this.formBind=new rt(e==null?void 0:e.formBind),this.displayFields=(i=e==null||(u=e.displayFields)===null||u===void 0?void 0:u.map(function(a){return new G_(a)}))!==null&&i!==void 0?i:[],this.sublists=(n=e==null||(l=e.sublists)===null||l===void 0?void 0:l.map(function(a){return new K_(a)}))!==null&&n!==void 0?n:[]},Z_=function t(e){D(this,t),y(this,"type",void 0),y(this,"value",void 0),y(this,"dataCode",void 0),this.type=e==null?void 0:e.type,this.value=e==null?void 0:e.value,this.dataCode=e==null?void 0:e.dataCode},De=function t(e){D(this,t);var i,n,u;y(this,"type",void 0),y(this,"value",void 0),y(this,"displayBos",void 0),this.type=(i=e==null?void 0:e.type)!==null&&i!==void 0?i:"custom",this.value=(n=e==null?void 0:e.value)!==null&&n!==void 0?n:[],this.displayBos=(u=e==null?void 0:e.displayBos)!==null&&u!==void 0?u:[]},Yi=function t(e){var i=this;D(this,t);var n,u,l,a;y(this,"id",void 0),y(this,"ruleId",void 0),y(this,"type","conditions"),y(this,"level",void 0),y(this,"value",void 0),y(this,"children",void 0),this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:oe(),this.ruleId=(u=e==null?void 0:e.ruleId)!==null&&u!==void 0?u:new Date().valueOf(),this.level=(l=e==null?void 0:e.level)!==null&&l!==void 0?l:0,this.value=(a=e==null?void 0:e.value)!==null&&a!==void 0?a:"and",this.children=[],Array.isArray(e==null?void 0:e.children)&&(e==null||e.children.map(function(c){if(c.children!==void 0){var s,h=new t(c);(s=i.children)===null||s===void 0||s.push(h)}else{var d,f=new $t(c);(d=i.children)===null||d===void 0||d.push(f)}}))},$t=function t(e){D(this,t);var i,n,u,l,a;y(this,"id",void 0),y(this,"ruleId",void 0),y(this,"type","condition"),y(this,"symbol",void 0),y(this,"checked",void 0),y(this,"describe",void 0),y(this,"leftVariableBo",void 0),y(this,"rightVariableBo",void 0),this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:oe(),this.ruleId=(n=e==null?void 0:e.ruleId)!==null&&n!==void 0?n:new Date().valueOf(),this.symbol=(u=e==null?void 0:e.symbol)!==null&&u!==void 0?u:"",this.checked=(l=e==null?void 0:e.checked)!==null&&l!==void 0?l:!1,this.describe=(a=e==null?void 0:e.describe)!==null&&a!==void 0?a:"",this.leftVariableBo=new Z_(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new De(e==null?void 0:e.rightVariableBo)},X_=function t(e){D(this,t);var i,n;y(this,"aliasCode",void 0),y(this,"datasourceBind",void 0),y(this,"relationFields",void 0),this.aliasCode=(i=e==null?void 0:e.aliasCode)!==null&&i!==void 0?i:"",this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.relationFields=(n=e==null?void 0:e.relationFields)!==null&&n!==void 0?n:[]},Q=function t(e){D(this,t);var i,n,u,l;y(this,"controlId",void 0),y(this,"fieldCode",void 0),y(this,"fieldType",void 0),y(this,"propName",void 0),this.controlId=(i=e==null?void 0:e.controlId)!==null&&i!==void 0?i:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!==null&&n!==void 0?n:"",this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:"",this.propName=(l=e==null?void 0:e.propName)!==null&&l!==void 0?l:""},yl=function t(e){D(this,t);var i,n;y(this,"type",void 0),y(this,"value",void 0),y(this,"fieldType",void 0),this.type=(i=e==null?void 0:e.type)!==null&&i!==void 0?i:"FIELD",this.value=(n=e==null?void 0:e.value)!==null&&n!==void 0?n:"",this.fieldType=e==null?void 0:e.fieldType},J_=function t(e){D(this,t);var i,n;y(this,"columnName",void 0),y(this,"desc",void 0),this.columnName=(i=e.columnName)!==null&&i!==void 0?i:"",this.desc=(n=e.desc)!==null&&n!==void 0?n:!1};function fl(t){var e,i,n,u,l,a;this.filters=(e=t==null||(u=t.filters)===null||u===void 0?void 0:u.map(function(c){return c.children!==void 0?new Yi(c):new $t(c)}))!==null&&e!==void 0?e:[],this.viewFilters=(i=t==null||(l=t.viewFilters)===null||l===void 0?void 0:l.map(function(c){return c.children!==void 0?new Yi(c):new $t(c)}))!==null&&i!==void 0?i:[],this.orders=(n=t==null||(a=t.orders)===null||a===void 0?void 0:a.map(function(c){return new J_(c)}))!==null&&n!==void 0?n:[]}var W=function t(e){var i=this;D(this,t);var n,u,l,a,c,s,h,d;y(this,"dataCode",void 0),y(this,"valueFieldCode",void 0),y(this,"displayBoList",void 0),y(this,"keywordMapping",void 0),y(this,"svcCode",void 0),y(this,"appId",void 0),y(this,"filters",void 0),y(this,"viewFilters",void 0),y(this,"isOpenViewFilters",void 0),y(this,"orders",void 0),y(this,"showOrder",void 0),y(this,"assignDepartment",void 0),y(this,"openAssignDepartment",void 0),this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"",this.appId=(u=e==null?void 0:e.appId)!==null&&u!==void 0?u:"",this.valueFieldCode=(l=e==null?void 0:e.valueFieldCode)!==null&&l!==void 0?l:"",this.displayBoList=[],this.isOpenViewFilters=(a=e==null?void 0:e.isOpenViewFilters)!==null&&a!==void 0?a:0,Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(function(f){var g;(g=i.displayBoList)===null||g===void 0||g.push(new yl(f))})),this.keywordMapping=(c=e==null?void 0:e.keywordMapping)!==null&&c!==void 0?c:"",this.showOrder=(s=e==null?void 0:e.showOrder)!==null&&s!==void 0?s:!0,this.svcCode=(h=e==null?void 0:e.svcCode)!==null&&h!==void 0?h:"",this.assignDepartment=new De(e==null?void 0:e.assignDepartment),this.openAssignDepartment=(d=e==null?void 0:e.openAssignDepartment)!==null&&d!==void 0?d:!1,fl.call(this,e)},ml=function t(e){D(this,t);var i,n;y(this,"dataCode",void 0),y(this,"displayBoList",void 0),this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:"",this.displayBoList=(n=e==null?void 0:e.displayBoList)!==null&&n!==void 0?n:[]},ve=function t(e){D(this,t);var i,n,u,l,a,c,s,h,d,f;y(this,"code",void 0),y(this,"color",void 0),y(this,"command",void 0),y(this,"confirmMessage",void 0),y(this,"defaultState",void 0),y(this,"formKey",void 0),y(this,"formType",void 0),y(this,"icon",void 0),y(this,"needConfirm",void 0),y(this,"openType",void 0),y(this,"priorityProcess",void 0),this.code=(i=e==null?void 0:e.code)!==null&&i!==void 0?i:"view",this.color=(n=e==null?void 0:e.color)!==null&&n!==void 0?n:"primary",this.command=(u=e==null?void 0:e.command)!==null&&u!==void 0?u:"view",this.confirmMessage=(l=e==null?void 0:e.confirmMessage)!==null&&l!==void 0?l:void 0,this.defaultState=(a=e==null?void 0:e.defaultState)!==null&&a!==void 0?a:"default",this.formKey=(c=e==null?void 0:e.formKey)!==null&&c!==void 0?c:void 0,this.formType=e==null?void 0:e.formType,this.icon=(s=e==null?void 0:e.icon)!==null&&s!==void 0?s:"iconliulan1",this.needConfirm=(h=e==null?void 0:e.needConfirm)!==null&&h!==void 0?h:!1,this.openType=(d=e==null?void 0:e.openType)!==null&&d!==void 0?d:"modal",this.priorityProcess=(f=e==null?void 0:e.priorityProcess)!==null&&f!==void 0?f:!0},no=function t(e){D(this,t);var i,n,u,l;y(this,"name",void 0),y(this,"key",void 0),y(this,"value",void 0),this.name=(i=e==null?void 0:e.name)!==null&&i!==void 0?i:"",this.key=(n=e==null?void 0:e.key)!==null&&n!==void 0?n:"",this.value=(u=e==null||(l=e.value)===null||l===void 0?void 0:l.map(function(a){return new yl(a)}))!==null&&u!==void 0?u:[]},pi=function(t){re(e,t);function e(i){D(this,e);var n,u,l;return n=ae(this,e,[i]),y(n,"attributes",void 0),n.attributes=(u=i==null||(l=i.attributes)===null||l===void 0?void 0:l.map(function(a){return new no(a)}))!==null&&u!==void 0?u:[],n}return e}(W),Y_=function(t){re(e,t);function e(i){D(this,e);var n,u,l,a;return n=ae(this,e,[i]),y(n,"attributes",void 0),y(n,"formCode",void 0),n.attributes=(u=i==null||(a=i.attributes)===null||a===void 0?void 0:a.map(function(c){return new no(c)}))!==null&&u!==void 0?u:[],n.formCode=(l=i==null?void 0:i.formCode)!==null&&l!==void 0?l:"",n}return e}(W),en=function(t){re(e,t);function e(i){D(this,e);var n,u;return n=ae(this,e,[i]),y(n,"rootNode",void 0),y(n,"filterCode",void 0),n.rootNode=new De(i==null?void 0:i.rootNode),n.filterCode=(u=i==null?void 0:i.filterCode)!==null&&u!==void 0?u:"",n}return e}(pi),uo=function t(e){D(this,t);var i,n,u,l;y(this,"dataCode",void 0),y(this,"appId",void 0),y(this,"fillList",void 0),this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:"",this.appId=(n=e==null?void 0:e.appId)!==null&&n!==void 0?n:"",this.fillList=(u=e==null||(l=e.fillList)===null||l===void 0?void 0:l.map(function(a){return new Q(a)}))!==null&&u!==void 0?u:[]},lo=function(t){re(e,t);function e(i){D(this,e);var n;return n=ae(this,e,[i]),y(n,"filters",void 0),y(n,"viewFilters",void 0),y(n,"orders",void 0),fl.call(n,i),n}return e}(uo),ao=function(t){re(e,t);function e(i){D(this,e);var n,u,l;return n=ae(this,e,[i]),y(n,"mode",void 0),y(n,"multiple",void 0),n.mode=(u=i==null?void 0:i.mode)!==null&&u!==void 0?u:"current",n.multiple=(l=i==null?void 0:i.multiple)!==null&&l!==void 0?l:!1,n}return e}(uo),ro=function t(e){D(this,t);var i,n,u;y(this,"stencilName",void 0),y(this,"expression",void 0),y(this,"errMessage",void 0),this.stencilName=(i=e==null?void 0:e.stencilName)!==null&&i!==void 0?i:"",this.expression=(n=e==null?void 0:e.expression)!==null&&n!==void 0?n:"",this.errMessage=(u=e==null?void 0:e.errMessage)!==null&&u!==void 0?u:""},oo=function t(e){D(this,t);var i,n,u,l;y(this,"id",void 0),y(this,"label",void 0),y(this,"value",void 0),y(this,"color",void 0),this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:oe(8),this.label=(n=e==null?void 0:e.label)!==null&&n!==void 0?n:"",this.value=(u=e==null?void 0:e.value)!==null&&u!==void 0?u:this.label,this.color=(l=e==null?void 0:e.color)!==null&&l!==void 0?l:""},p_=function(t){re(e,t);function e(i){D(this,e);var n,u,l;return n=ae(this,e,[i]),y(n,"cueWord",void 0),y(n,"checked",void 0),n.cueWord=(u=i==null?void 0:i.cueWord)!==null&&u!==void 0?u:"",n.checked=(l=i==null?void 0:i.checked)!==null&&l!==void 0?l:!1,n}return e}(oo);function de(t){var e;return(e=t==null?void 0:t.map(function(i){return new oo(i)}))!==null&&e!==void 0?e:[]}function co(t){var e;return(e=t==null?void 0:t.map(function(i){return new p_(i)}))!==null&&e!==void 0?e:[]}var vl=function t(){D(this,t)},e7=function(t){re(e,t);function e(i){D(this,e);var n;return n=ae(this,e),y(n,"amount",void 0),y(n,"currency",void 0),n.amount=new ye(i==null?void 0:i.amount),n.currency=new ye(i==null?void 0:i.currency),n}return e}(vl),t7=function t(e){D(this,t);var i,n;y(this,"amount",void 0),y(this,"currency",void 0),this.amount=(i=e==null?void 0:e.amount)!==null&&i!==void 0?i:"",this.currency=(n=e==null?void 0:e.currency)!==null&&n!==void 0?n:"CNY"},so=function(t){re(e,t);function e(i){D(this,e);var n;return n=ae(this,e),y(n,"min",void 0),y(n,"max",void 0),n.min=new ye(i==null?void 0:i.min),n.max=new ye(i==null?void 0:i.max),n}return e}(vl),ho=function t(e){D(this,t);var i,n;y(this,"min",void 0),y(this,"max",void 0),this.min=(i=e==null?void 0:e.min)!==null&&i!==void 0?i:"",this.max=(n=e==null?void 0:e.max)!==null&&n!==void 0?n:""},i7=function t(e){D(this,t);var i,n,u,l,a,c,s,h;y(this,"country",void 0),y(this,"countryDisplay",void 0),y(this,"city",void 0),y(this,"cityDisplay",void 0),y(this,"district",void 0),y(this,"districtDisplay",void 0),y(this,"province",void 0),y(this,"provinceDisplay",void 0),this.country=(i=e==null?void 0:e.country)!==null&&i!==void 0?i:"",this.countryDisplay=(n=e==null?void 0:e.countryDisplay)!==null&&n!==void 0?n:"",this.city=(u=e==null?void 0:e.city)!==null&&u!==void 0?u:"",this.cityDisplay=(l=e==null?void 0:e.cityDisplay)!==null&&l!==void 0?l:"",this.district=(a=e==null?void 0:e.district)!==null&&a!==void 0?a:"",this.districtDisplay=(c=e==null?void 0:e.districtDisplay)!==null&&c!==void 0?c:"",this.province=(s=e==null?void 0:e.province)!==null&&s!==void 0?s:"",this.provinceDisplay=(h=e==null?void 0:e.provinceDisplay)!==null&&h!==void 0?h:""},n7=function(t){re(e,t);function e(i){D(this,e);var n;return n=ae(this,e),y(n,"result",void 0),y(n,"unit",void 0),n.result=new ye(i==null?void 0:i.result),n.unit=new ye(i==null?void 0:i.unit),n}return e}(vl),u7=function t(e){D(this,t);var i,n;y(this,"result",void 0),y(this,"unit",void 0),this.result=(i=e==null?void 0:e.result)!==null&&i!==void 0?i:0,this.unit=(n=e==null?void 0:e.unit)!==null&&n!==void 0?n:""},l7=function(t){return t.CNY="CNY",t.USD="USD",t.JPY="JPY",t.EUR="EUR",t.INR="INR",t.IDR="IDR",t.BRL="BRL",t.AED="AED",t.AUD="AUD",t.CAD="CAD",t.EGP="EGP",t.GBP="GBP",t.ZAR="ZAR",t.KRW="KRW",t.MAD="MAD",t.MXN="MXN",t.MYR="MYR",t.PHP="PHP",t.PLN="PLN",t.RUB="RUB",t.SGD="SGD",t.THB="THB",t.TRY="TRY",t.TWD="TWD",t.VND="VND",t.HKD="HKD",t.IEP="IEP",t}({}),o=function(t){return t.DEFAULT_DISPLAY="defaultDisplay",t.REQUIRED="required",t.IS_HIDE="isHide",t.IS_SHOW_UNIT="isShowUnit",t.IMD_SEARCH="immediatelySearch",t.MULTIPLE="multiple",t.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",t.CAPTION="caption",t.IS_HIDE_CAPTION="isHideCaption",t.DEFAULT_SHOW_OPTIONS="defaultShowOptions",t.CAN_SEARCH="canSearch",t.CAN_CHECK="canCheck",t.CAN_EDIT="canEdit",t.CAN_DELETE="canDelete",t.SHOW_UPPER_CASE="showUpperCase",t.MICROMETER="micrometer",t.PRECISION="precision",t.PERCENTAGE="percentage",t.OPTIONAL_LEVEL="optionalLevel",t.CONTAINS_SUB_NODE="containsSubNode",t.DEFAULT_COLLAPSE="defaultCollapse",t.CAN_VIEW_FORM="canViewForm",t.VIEW_FORM_MODEL_TYPE="viewFormModelType",t.SERVER_PAGINATION="serverPagination",t.IS_SHOW_CAPTION_TIP="isShowCaptionTip",t.IS_SHOW_WATERMARK="isShowWatermark",t.ENCRYPTED="encrypted",t.IS_INLINE_EDIT="isInlineEdit",t.REVISIONS_MODE="revisionsMode",t.ALLOW_COPY_OPTIONS="allowCopyOptions",t.IS_PASTE="isPaste",t.SORTABLE="sortable",t.IS_SHOW_SIMPLE_SEARCH="isShowSimpleSearch",t.IS_SHOW_TOOL_BAE="isShowToolbar",t.MAIN_DEPT_FLAG="mainDeptFlag",t.IS_INTERNATIONAL="isInternational",t.CAPTION_SIZE="captionSize",t.CAPTION_COLOR="captionColor",t.IS_CAPTION_ITALIC="isCaptionItalic",t.CAPTION_FONT_WEIGHT="captionFontWeight",t.SHOW_TABLE_INDEX="showTableIndex",t}({}),a7=function(t){return t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT",t}({}),Fe=function t(e){D(this,t);var i,n,u,l,a,c;y(this,"isShow",void 0),y(this,"priorityProcess",void 0),y(this,"formKey",void 0),y(this,"content",void 0),y(this,"openType",void 0),y(this,"type",void 0),this.isShow=(i=e==null?void 0:e.isShow)!==null&&i!==void 0?i:!0,this.content=(n=e==null?void 0:e.content)!==null&&n!==void 0?n:"",this.formKey=(u=e==null?void 0:e.formKey)!==null&&u!==void 0?u:"",this.openType=(l=e==null?void 0:e.openType)!==null&&l!==void 0?l:"modal",this.type=(a=e==null?void 0:e.type)!==null&&a!==void 0?a:"",this.priorityProcess=(c=e==null?void 0:e.priorityProcess)!==null&&c!==void 0?c:!1},r7=function t(e){D(this,t);var i,n,u,l;y(this,"id",void 0),y(this,"title",void 0),y(this,"filters",void 0),y(this,"viewFilters",void 0),y(this,"headers",void 0),this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:oe(8),this.title=(n=e==null?void 0:e.title)!==null&&n!==void 0?n:"",this.headers=(u=e==null||(l=e.headers)===null||l===void 0?void 0:l.map(function(a){return new io(a)}))!==null&&u!==void 0?u:[],fl.call(this,e)},o7=function t(e){D(this,t);var i,n,u,l;y(this,"width",void 0),y(this,"height",void 0),y(this,"widthConfig",void 0),y(this,"heightConfig",void 0),this.width=(i=e==null?void 0:e.width)!==null&&i!==void 0?i:"",this.height=(n=e==null?void 0:e.height)!==null&&n!==void 0?n:"",this.widthConfig=(u=e==null?void 0:e.widthConfig)!==null&&u!==void 0?u:"fill",this.heightConfig=(l=e==null?void 0:e.heightConfig)!==null&&l!==void 0?l:"fill"},c7=function t(e){D(this,t);var i,n;y(this,"optCode",void 0),y(this,"optType",void 0),this.optCode=(i=e==null?void 0:e.optCode)!==null&&i!==void 0?i:"",this.optType=(n=e==null?void 0:e.optType)!==null&&n!==void 0?n:""},s7=function t(e){D(this,t);var i,n,u,l,a,c;y(this,"id",void 0),y(this,"name",void 0),y(this,"settings",void 0),y(this,"filters",void 0),y(this,"script",void 0),this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:oe(),this.name=(n=e==null?void 0:e.name)!==null&&n!==void 0?n:"",this.filters=(u=e==null||(a=e.filters)===null||a===void 0?void 0:a.map(function(s){return s.children!==void 0?new Yi(s):new $t(s)}))!==null&&u!==void 0?u:[],this.settings=(e==null?void 0:e.settings)&&Array.isArray(e==null?void 0:e.settings)?(l=e==null||(c=e.settings)===null||c===void 0?void 0:c.map(function(s){return new d7(s)}))!==null&&l!==void 0?l:[]:[],this.script=e==null?void 0:e.script},d7=function t(e){D(this,t);var i,n,u,l;y(this,"color",void 0),y(this,"fieldCodes",void 0),y(this,"type",void 0),y(this,"scope",void 0),this.type=(i=e.type)!==null&&i!==void 0?i:"background",this.fieldCodes=(n=e.fieldCodes)!==null&&n!==void 0?n:[],this.color=(u=e.color)!==null&&u!==void 0?u:"theme",this.scope=(l=e.scope)!==null&&l!==void 0?l:"row"},h7=function t(e){D(this,t);var i,n,u,l;y(this,"type",void 0),y(this,"interval",void 0),y(this,"rules",void 0),this.type=(i=e==null?void 0:e.type)!==null&&i!==void 0?i:"none",this.interval=(n=e==null?void 0:e.interval)!==null&&n!==void 0?n:{color:""},this.rules=(e==null?void 0:e.rules)&&Array.isArray(e==null?void 0:e.rules)?(u=e==null||(l=e.rules)===null||l===void 0?void 0:l.map(function(a){return new s7(a)}))!==null&&u!==void 0?u:[]:[]},y7=function t(e){D(this,t);var i,n,u,l,a;y(this,"groupDefaultExpanded",void 0),y(this,"suppressCount",void 0),y(this,"groupFields",void 0),y(this,"groupHeaderName",void 0),y(this,"showFooterStatistics",void 0),this.groupDefaultExpanded=(i=e==null?void 0:e.groupDefaultExpanded)!==null&&i!==void 0?i:!1,this.suppressCount=(n=e==null?void 0:e.suppressCount)!==null&&n!==void 0?n:!1,this.groupFields=(u=e==null?void 0:e.groupFields)!==null&&u!==void 0?u:[],this.groupHeaderName=(l=e==null?void 0:e.groupHeaderName)!==null&&l!==void 0?l:"",this.showFooterStatistics=(a=e==null?void 0:e.showFooterStatistics)!==null&&a!==void 0?a:!1},f7=function t(e){D(this,t);var i;y(this,"datasourceBind",void 0),y(this,"headers",void 0),this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.headers=(i=e==null?void 0:e.headers)!==null&&i!==void 0?i:[]},m7=function t(e){D(this,t);var i,n,u,l;y(this,"marginTop",void 0),y(this,"marginRight",void 0),y(this,"marginBottom",void 0),y(this,"marginLeft",void 0),this.marginTop=(i=e==null?void 0:e.marginTop)!==null&&i!==void 0?i:"",this.marginRight=(n=e==null?void 0:e.marginRight)!==null&&n!==void 0?n:"",this.marginBottom=(u=e==null?void 0:e.marginBottom)!==null&&u!==void 0?u:"",this.marginLeft=(l=e==null?void 0:e.marginLeft)!==null&&l!==void 0?l:""},v7=function t(e){D(this,t);var i,n,u,l;y(this,"paddingTop",void 0),y(this,"paddingRight",void 0),y(this,"paddingBottom",void 0),y(this,"paddingLeft",void 0),this.paddingTop=(i=e==null?void 0:e.paddingTop)!==null&&i!==void 0?i:"",this.paddingRight=(n=e==null?void 0:e.paddingRight)!==null&&n!==void 0?n:"",this.paddingBottom=(u=e==null?void 0:e.paddingBottom)!==null&&u!==void 0?u:"",this.paddingLeft=(l=e==null?void 0:e.paddingLeft)!==null&&l!==void 0?l:""},g7=function t(e){D(this,t);var i,n;y(this,"icon",void 0),y(this,"label",void 0),this.icon=(i=e==null?void 0:e.icon)!==null&&i!==void 0?i:"iconleft",this.label=(n=e==null?void 0:e.label)!==null&&n!==void 0?n:r("CMD.09bf1774579034724")},b7=function t(e){D(this,t);var i,n;y(this,"icon",void 0),y(this,"label",void 0),this.icon=(i=e==null?void 0:e.icon)!==null&&i!==void 0?i:"iconxiangyou",this.label=(n=e==null?void 0:e.label)!==null&&n!==void 0?n:r("CMD.39131774579036296")},C7=function t(e){D(this,t),y(this,"prev",void 0),y(this,"next",void 0),this.prev=new g7(e==null?void 0:e.prev),this.next=new b7(e==null?void 0:e.next)};function E7(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function _7(t,e,i){return e=Ht(e),D7(t,Cl()?Reflect.construct(e,i||[],Ht(t).constructor):e.apply(t,i))}function gl(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function tn(t,e,i){return Cl()?tn=Reflect.construct:tn=function(u,l,a){var c=[null];c.push.apply(c,l);var s=Function.bind.apply(u,c),h=new s;return a&&Vt(h,a.prototype),h},tn.apply(null,arguments)}function ge(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function Ht(t){return Ht=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},Ht(t)}function I7(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Vt(t,e)}function B7(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function D7(t,e){return e&&(F7(e)==="object"||typeof e=="function")?e:E7(t)}function Vt(t,e){return Vt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Vt(t,e)}function F7(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function bl(t){var e=typeof Map=="function"?new Map:void 0;return bl=function(n){if(n===null||!B7(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(n))return e.get(n);e.set(n,u)}function u(){return tn(n,arguments,Ht(this).constructor)}return u.prototype=Object.create(n.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Vt(u,n)},bl(t)}function Cl(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Cl=function(){return!!t})()}var U=function t(e){gl(this,t),ge(this,"isHide",{type:"boolean"})},Ne=function(t){I7(e,t);function e(i){return gl(this,e),_7(this,e)}return e}(bl(Array)),j=function t(e){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";gl(this,t);var n,u;ge(this,"isHide",void 0),ge(this,"className",void 0),ge(this,"style",void 0),ge(this,"caption",void 0),ge(this,"defaultState",void 0),this.isHide=(n=e==null?void 0:e.isHide)!==null&&n!==void 0?n:!1,this.style=new o7(e==null?void 0:e.style),this.caption=(u=e==null?void 0:e.caption)!==null&&u!==void 0?u:i};ge(j,"mode",void 0),ge(j,"Rules",U),ge(j,"RuntimeRules",Ne);function fe(){return fe=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},fe.apply(this,arguments)}function w7(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function El(t){return El=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},El(t)}function nn(t,e){return nn=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},nn(t,e)}function A7(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}function un(t,e,i){return A7()?un=Reflect.construct:un=function(u,l,a){var c=[null];c.push.apply(c,l);var s=Function.bind.apply(u,c),h=new s;return a&&nn(h,a.prototype),h},un.apply(null,arguments)}function T7(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function _l(t){var e=typeof Map=="function"?new Map:void 0;return _l=function(n){if(n===null||!T7(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(n))return e.get(n);e.set(n,u)}function u(){return un(n,arguments,El(this).constructor)}return u.prototype=Object.create(n.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),nn(u,n)},_l(t)}var S7=/%[sdj%]/g,yo=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(yo=function(e,i){typeof console!="undefined"&&console.warn&&i.every(function(n){return typeof n=="string"})&&console.warn(e,i)});function Il(t){if(!t||!t.length)return null;var e={};return t.forEach(function(i){var n=i.field;e[n]=e[n]||[],e[n].push(i)}),e}function ie(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];var n=1,u=e[0],l=e.length;if(typeof u=="function")return u.apply(null,e.slice(1));if(typeof u=="string"){var a=String(u).replace(S7,function(c){if(c==="%%")return"%";if(n>=l)return c;switch(c){case"%s":return String(e[n++]);case"%d":return Number(e[n++]);case"%j":try{return JSON.stringify(e[n++])}catch(s){return"[Circular]"}break;default:return c}});return a}return u}function P7(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function Z(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||P7(e)&&typeof t=="string"&&!t)}function O7(t,e,i){var n=[],u=0,l=t.length;function a(c){n.push.apply(n,c),u++,u===l&&i(n)}t.forEach(function(c){e(c,a)})}function fo(t,e,i){var n=0,u=t.length;function l(a){if(a&&a.length){i(a);return}var c=n;n=n+1,c<u?e(t[c],l):i([])}l([])}function k7(t){var e=[];return Object.keys(t).forEach(function(i){e.push.apply(e,t[i])}),e}var mo=function(t){w7(e,t);function e(i,n){var u;return u=t.call(this,"Async Validation Error")||this,u.errors=i,u.fields=n,u}return e}(_l(Error));function R7(t,e,i,n){if(e.first){var u=new Promise(function(f,g){var E=function(B){return n(B),B.length?g(new mo(B,Il(B))):f()},_=k7(t);fo(_,i,E)});return u.catch(function(f){return f}),u}var l=e.firstFields||[];l===!0&&(l=Object.keys(t));var a=Object.keys(t),c=a.length,s=0,h=[],d=new Promise(function(f,g){var E=function(b){if(h.push.apply(h,b),s++,s===c)return n(h),h.length?g(new mo(h,Il(h))):f()};a.length||(n(h),f()),a.forEach(function(_){var b=t[_];l.indexOf(_)!==-1?fo(b,i,E):O7(b,i,E)})});return d.catch(function(f){return f}),d}function vo(t){return function(e){return e&&e.message?(e.field=e.field||t.fullField,e):{message:typeof e=="function"?e():e,field:e.field||t.fullField}}}function go(t,e){if(e){for(var i in e)if(e.hasOwnProperty(i)){var n=e[i];typeof n=="object"&&typeof t[i]=="object"?t[i]=fe(fe({},t[i]),n):t[i]=n}}return t}function bo(t,e,i,n,u,l){t.required&&(!i.hasOwnProperty(t.field)||Z(e,l||t.type))&&n.push(ie(u.messages.required,t.fullField))}function x7(t,e,i,n,u){(/^\s+$/.test(e)||e==="")&&n.push(ie(u.messages.whitespace,t.fullField))}var Bl={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},jt={integer:function(e){return jt.number(e)&&parseInt(e,10)===e},float:function(e){return jt.number(e)&&!jt.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(i){return!1}},date:function(e){return typeof e.getTime=="function"&&typeof e.getMonth=="function"&&typeof e.getYear=="function"&&!isNaN(e.getTime())},number:function(e){return isNaN(e)?!1:typeof e=="number"},object:function(e){return typeof e=="object"&&!jt.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(Bl.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(Bl.url)},hex:function(e){return typeof e=="string"&&!!e.match(Bl.hex)}};function M7(t,e,i,n,u){if(t.required&&e===void 0){bo(t,e,i,n,u);return}var l=["integer","float","array","regexp","object","method","email","number","date","url","hex"],a=t.type;l.indexOf(a)>-1?jt[a](e)||n.push(ie(u.messages.types[a],t.fullField,t.type)):a&&typeof e!==t.type&&n.push(ie(u.messages.types[a],t.fullField,t.type))}function N7(t,e,i,n,u){var l=typeof t.len=="number",a=typeof t.min=="number",c=typeof t.max=="number",s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,h=e,d=null,f=typeof e=="number",g=typeof e=="string",E=Array.isArray(e);if(f?d="number":g?d="string":E&&(d="array"),!d)return!1;E&&(h=e.length),g&&(h=e.replace(s,"_").length),l?h!==t.len&&n.push(ie(u.messages[d].len,t.fullField,t.len)):a&&!c&&h<t.min?n.push(ie(u.messages[d].min,t.fullField,t.min)):c&&!a&&h>t.max?n.push(ie(u.messages[d].max,t.fullField,t.max)):a&&c&&(h<t.min||h>t.max)&&n.push(ie(u.messages[d].range,t.fullField,t.min,t.max))}var ot="enum";function L7(t,e,i,n,u){t[ot]=Array.isArray(t[ot])?t[ot]:[],t[ot].indexOf(e)===-1&&n.push(ie(u.messages[ot],t.fullField,t[ot].join(", ")))}function $7(t,e,i,n,u){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||n.push(ie(u.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var l=new RegExp(t.pattern);l.test(e)||n.push(ie(u.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var S={required:bo,whitespace:x7,type:M7,range:N7,enum:L7,pattern:$7};function H7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(Z(e,"string")&&!t.required)return i();S.required(t,e,n,l,u,"string"),Z(e,"string")||(S.type(t,e,n,l,u),S.range(t,e,n,l,u),S.pattern(t,e,n,l,u),t.whitespace===!0&&S.whitespace(t,e,n,l,u))}i(l)}function V7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(Z(e)&&!t.required)return i();S.required(t,e,n,l,u),e!==void 0&&S.type(t,e,n,l,u)}i(l)}function j7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(e===""&&(e=void 0),Z(e)&&!t.required)return i();S.required(t,e,n,l,u),e!==void 0&&(S.type(t,e,n,l,u),S.range(t,e,n,l,u))}i(l)}function q7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(Z(e)&&!t.required)return i();S.required(t,e,n,l,u),e!==void 0&&S.type(t,e,n,l,u)}i(l)}function W7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(Z(e)&&!t.required)return i();S.required(t,e,n,l,u),Z(e)||S.type(t,e,n,l,u)}i(l)}function U7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(Z(e)&&!t.required)return i();S.required(t,e,n,l,u),e!==void 0&&(S.type(t,e,n,l,u),S.range(t,e,n,l,u))}i(l)}function z7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(Z(e)&&!t.required)return i();S.required(t,e,n,l,u),e!==void 0&&(S.type(t,e,n,l,u),S.range(t,e,n,l,u))}i(l)}function G7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(e==null&&!t.required)return i();S.required(t,e,n,l,u,"array"),e!=null&&(S.type(t,e,n,l,u),S.range(t,e,n,l,u))}i(l)}function K7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(Z(e)&&!t.required)return i();S.required(t,e,n,l,u),e!==void 0&&S.type(t,e,n,l,u)}i(l)}var Q7="enum";function Z7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(Z(e)&&!t.required)return i();S.required(t,e,n,l,u),e!==void 0&&S[Q7](t,e,n,l,u)}i(l)}function X7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(Z(e,"string")&&!t.required)return i();S.required(t,e,n,l,u),Z(e,"string")||S.pattern(t,e,n,l,u)}i(l)}function J7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(Z(e,"date")&&!t.required)return i();if(S.required(t,e,n,l,u),!Z(e,"date")){var c;e instanceof Date?c=e:c=new Date(e),S.type(t,c,n,l,u),c&&S.range(t,c.getTime(),n,l,u)}}i(l)}function Y7(t,e,i,n,u){var l=[],a=Array.isArray(e)?"array":typeof e;S.required(t,e,n,l,u,a),i(l)}function Dl(t,e,i,n,u){var l=t.type,a=[],c=t.required||!t.required&&n.hasOwnProperty(t.field);if(c){if(Z(e,l)&&!t.required)return i();S.required(t,e,n,a,u,l),Z(e,l)||S.type(t,e,n,a,u)}i(a)}function p7(t,e,i,n,u){var l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(Z(e)&&!t.required)return i();S.required(t,e,n,l,u)}i(l)}var qt={string:H7,method:V7,number:j7,boolean:q7,regexp:W7,integer:U7,float:z7,array:G7,object:K7,enum:Z7,pattern:X7,date:J7,url:Dl,hex:Dl,email:Dl,required:Y7,any:p7};function Fl(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var wl=Fl();function we(t){this.rules=null,this._messages=wl,this.define(t)}we.prototype={messages:function(e){return e&&(this._messages=go(Fl(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if(typeof e!="object"||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var i,n;for(i in e)e.hasOwnProperty(i)&&(n=e[i],this.rules[i]=Array.isArray(n)?n:[n])},validate:function(e,i,n){var u=this;i===void 0&&(i={}),n===void 0&&(n=function(){});var l=e,a=i,c=n;if(typeof a=="function"&&(c=a,a={}),!this.rules||Object.keys(this.rules).length===0)return c&&c(),Promise.resolve();function s(b){var B,v=[],I={};function R(P){if(Array.isArray(P)){var x;v=(x=v).concat.apply(x,P)}else v.push(P)}for(B=0;B<b.length;B++)R(b[B]);v.length?I=Il(v):(v=null,I=null),c(v,I)}if(a.messages){var h=this.messages();h===wl&&(h=Fl()),go(h,a.messages),a.messages=h}else a.messages=this.messages();var d,f,g={},E=a.keys||Object.keys(this.rules);E.forEach(function(b){d=u.rules[b],f=l[b],d.forEach(function(B){var v=B;typeof v.transform=="function"&&(l===e&&(l=fe({},l)),f=l[b]=v.transform(f)),typeof v=="function"?v={validator:v}:v=fe({},v),v.validator=u.getValidationMethod(v),v.field=b,v.fullField=v.fullField||b,v.type=u.getType(v),v.validator&&(g[b]=g[b]||[],g[b].push({rule:v,value:f,source:l,field:b}))})});var _={};return R7(g,a,function(b,B){var v=b.rule,I=(v.type==="object"||v.type==="array")&&(typeof v.fields=="object"||typeof v.defaultField=="object");I=I&&(v.required||!v.required&&b.value),v.field=b.field;function R(te,V){return fe(fe({},V),{},{fullField:v.fullField+"."+te})}function P(te){te===void 0&&(te=[]);var V=te;if(Array.isArray(V)||(V=[V]),!a.suppressWarning&&V.length&&we.warning("async-validator:",V),V.length&&v.message!==void 0&&(V=[].concat(v.message)),V=V.map(vo(v)),a.first&&V.length)return _[v.field]=1,B(V);if(!I)B(V);else{if(v.required&&!b.value)return v.message!==void 0?V=[].concat(v.message).map(vo(v)):a.error&&(V=[a.error(v,ie(a.messages.required,v.field))]),B(V);var le={};if(v.defaultField)for(var Ui in b.value)b.value.hasOwnProperty(Ui)&&(le[Ui]=v.defaultField);le=fe(fe({},le),b.rule.fields);for(var _e in le)if(le.hasOwnProperty(_e)){var Ku=Array.isArray(le[_e])?le[_e]:[le[_e]];le[_e]=Ku.map(R.bind(null,_e))}var zi=new we(le);zi.messages(a.messages),b.rule.options&&(b.rule.options.messages=a.messages,b.rule.options.error=a.error),zi.validate(b.value,b.rule.options||a,function(kt){var Ie=[];V&&V.length&&Ie.push.apply(Ie,V),kt&&kt.length&&Ie.push.apply(Ie,kt),B(Ie.length?Ie:null)})}}var x;v.asyncValidator?x=v.asyncValidator(v,b.value,P,b.source,a):v.validator&&(x=v.validator(v,b.value,P,b.source,a),x===!0?P():x===!1?P(v.message||v.field+" fails"):x instanceof Array?P(x):x instanceof Error&&P(x.message)),x&&x.then&&x.then(function(){return P()},function(te){return P(te)})},function(b){s(b)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!qt.hasOwnProperty(e.type))throw new Error(ie("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if(typeof e.validator=="function")return e.validator;var i=Object.keys(e),n=i.indexOf("message");return n!==-1&&i.splice(n,1),i.length===1&&i[0]==="required"?qt.required:qt[this.getType(e)]||!1}},we.register=function(e,i){if(typeof i!="function")throw new Error("Cannot register a validator by type, validator is not a function");qt[e]=i},we.warning=yo,we.messages=wl,we.validators=qt;var e6={required:r("CMD.aad41751712156995"),maxLength:r("CMD.890d1751712141808"),minLength:r("CMD.bb9b1751712143625"),string:{range:r("CMD.f7131751712147855")}};function t6(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=new we(t);return i.messages(Object.assign(e6,e)),i}var i6=new w_;function Al(t,e){(e==null||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i<e;i++)n[i]=t[i];return n}function n6(t){if(Array.isArray(t))return t}function u6(t){if(Array.isArray(t))return Al(t)}function Co(t,e,i,n,u,l,a){try{var c=t[l](a),s=c.value}catch(h){i(h);return}c.done?e(s):Promise.resolve(s).then(n,u)}function Eo(t){return function(){var e=this,i=arguments;return new Promise(function(n,u){var l=t.apply(e,i);function a(s){Co(l,n,u,a,c,"next",s)}function c(s){Co(l,n,u,a,c,"throw",s)}a(void 0)})}}function l6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _o(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function a6(t,e,i){return e&&_o(t.prototype,e),i&&_o(t,i),t}function L(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function Io(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function Bo(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function r6(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function o6(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Do(t){for(var e=1;e<arguments.length;e++){var i=arguments[e]!=null?arguments[e]:{},n=Object.keys(i);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(i).filter(function(u){return Object.getOwnPropertyDescriptor(i,u).enumerable}))),n.forEach(function(u){L(t,u,i[u])})}return t}function c6(t){return n6(t)||Bo(t)||Fo(t)||r6()}function Tl(t){return u6(t)||Bo(t)||Fo(t)||o6()}function s6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Fo(t,e){if(!!t){if(typeof t=="string")return Al(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);if(i==="Object"&&t.constructor&&(i=t.constructor.name),i==="Map"||i==="Set")return Array.from(i);if(i==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Al(t,e)}}function wo(t,e){var i,n,u,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),c=Object.defineProperty;return c(a,"next",{value:s(0)}),c(a,"throw",{value:s(1)}),c(a,"return",{value:s(2)}),typeof Symbol=="function"&&c(a,Symbol.iterator,{value:function(){return this}}),a;function s(d){return function(f){return h([d,f])}}function h(d){if(i)throw new TypeError("Generator is already executing.");for(;a&&(a=0,d[0]&&(l=0)),l;)try{if(i=1,n&&(u=d[0]&2?n.return:d[0]?n.throw||((u=n.return)&&u.call(n),0):n.next)&&!(u=u.call(n,d[1])).done)return u;switch(n=0,u&&(d=[d[0]&2,u.value]),d[0]){case 0:case 1:u=d;break;case 4:return l.label++,{value:d[1],done:!1};case 5:l.label++,n=d[1],d=[0];continue;case 7:d=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(d[0]===6||d[0]===2)){l=0;continue}if(d[0]===3&&(!u||d[1]>u[0]&&d[1]<u[3])){l.label=d[1];break}if(d[0]===6&&l.label<u[1]){l.label=u[1],u=d;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(d);break}u[2]&&l.ops.pop(),l.trys.pop();continue}d=e.call(t,l)}catch(f){d=[6,f],n=0}finally{i=u=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var O=function(){function e(i){var n=this;l6(this,e);var u,l,a,c;L(this,"id",void 0),L(this,"name",void 0),L(this,"icon",void 0),L(this,"type",void 0),L(this,"controlType",void 0),L(this,"props",void 0),L(this,"setting",[]),L(this,"fieldType",void 0),L(this,"eventKeys",[]),L(this,"customEvents",[]),L(this,"parent",null),L(this,"slots",void 0),L(this,"slotPosition",void 0),L(this,"updateSetting",To),L(this,"removeSetting",Ao),this._callControlHooks("preInstance",i);var s=Io(this,e)?this.constructor:void 0,h=s.controlName,d=s.controlIcon,f=s.controlType,g=s.controlFieldType,E=s.controlEventKeys,_=s.controlCustomEvents,b=s.name,B=s.setting,v=s.slots,I=s.slotPosition;h&&d&&f||$r("The ".concat(b," controlName,controlIcon,controlType is not define")),this.id=(u=i==null?void 0:i.id)!==null&&u!==void 0?u:oe(10),this.name=h,this.icon=d,this.type=(l=i==null?void 0:i.type)!==null&&l!==void 0?l:f,this.props=new j(i==null?void 0:i.props,(Io(this,e)?this.constructor:void 0).controlName),this.controlType=(a=i==null?void 0:i.controlType)!==null&&a!==void 0?a:"base",this.setting=ce(B),this.fieldType=(c=i==null?void 0:i.fieldType)!==null&&c!==void 0?c:g,this.eventKeys=ce(E),this.customEvents=ce(_),this.slots=ce(v),this.slotPosition=ce(I),Promise.resolve().then(function(){n._callControlHooks("postInstance",i)})}return a6(e,[{key:"rules",get:function(){var n=this.props.constructor.Rules;return n?new n(this.props):{}}},{key:"_callControlHooks",value:function(){for(var n=arguments.length,u=new Array(n),l=0;l<n;l++)u[l]=arguments[l];var a,c=c6(u),s=c[0],h=c.slice(1);return(a=i6).emit.apply(a,[s,this].concat(Tl(h)))}},{key:"preUpdate",value:function(n,u){this._callControlHooks("preUpdateProps",n,u)}},{key:"postUpdate",value:function(n,u){this._callControlHooks("postUpdateProps",n,u)}},{key:"updateProps",value:function(n,u){this.preUpdate(n,u),d_(this.props,n,u),this.postUpdate(n,u)}},{key:"preValidate",value:function(){return Eo(function(){var n,u,l;return wo(this,function(a){switch(a.label){case 0:return n=Do({},this.rules),[4,this._callControlHooks("preValidate",n)];case 1:return u=a.sent(),l=u[u.length-1],[2,l===!1?void 0:l]}})}).call(this)}},{key:"validate",value:function(n,u){return Eo(function(){var l,a,c,s;return wo(this,function(h){switch(h.label){case 0:return[4,this.preValidate()];case 1:l=h.sent(),a=l!==void 0?l:Do({},this.rules),Array.isArray(u)&&u.forEach(function(d){a.hasOwnProperty(d)&&delete a[d]}),c=t6(a,n),h.label=2;case 2:return h.trys.push([2,4,,5]),[4,c.validate(this.props)];case 3:return h.sent(),[2,!0];case 4:throw s=h.sent(),s.control||(s.control=this),s;case 5:return[2]}})}).call(this)}},{key:"toDataBindModel",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=this.fieldType,l=this.id,a=this.type,c=this.props,s=c.dataBind,h=c.datasourceBind,d=c.optionConfig,f=c.caption,g=c.required,E=c.maxLength,_=c.options,b=c.encrypted,B=c.encryptedMode;if(!(!u&&!s&&!h)){var v={parentId:n,fieldType:u,controlId:l,caption:f,type:a,props:{}};switch(s&&(v.dataBind=s),d){case"datasource":case void 0:h&&(v.datasourceBind=h);break;case"custom":v.props.options=_;break}return g!==void 0&&(v.required=g),E!==void 0&&(v.maxLength=E),b!==void 0&&(v.encrypted=b),B!==void 0&&(v.encryptedMode=B),v}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:ce(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(n,u){if(n==="setting"){if(u.add){var l;(l=this.setting).push.apply(l,Tl(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),e}();L(O,"mode","Designer"),L(O,"slots",void 0),L(O,"slotPosition",void 0),L(O,"controlName",r("CMD.7baf1751712168384")),L(O,"controlIcon","icon"),L(O,"controlType","control"),L(O,"controlFieldType",void 0),L(O,"controlEventKeys",[]),L(O,"controlCustomEvents",[]),L(O,"setting",[]),L(O,"__is_control__",!0),L(O,"removeSettingItem",Ao),L(O,"updateSettingItem",To);function Ao(t){var e=this,i=Array.isArray(t)?t:[t];i.forEach(function(n){var u,l=typeof n!="string",a=(u=e.setting)===null||u===void 0?void 0:u.findIndex(function(h){return h.key===(l?n.key:n)});if(a!==-1){var c,s;l?e.setting[a].showItems=(c=e.setting[a].showItems)===null||c===void 0?void 0:c.filter(function(h){return!n.hideItems.includes(h)}):e.setting.splice(a,1),l&&!(!((s=e.setting[a].showItems)===null||s===void 0)&&s.length)&&e.setting.splice(a,1)}})}function To(t,e){var i=this,n=typeof t=="string"?[t]:t;n.forEach(function(u){var l=i.setting.find(function(h){return h.key===u});if(l){if(typeof e=="boolean")l.visible=e;else if((typeof e=="undefined"?"undefined":s6(e))==="object"){var a,c=(a=e.type)!==null&&a!==void 0?a:"replace";if(c==="replace")l.showItems=e.showItems;else{var s;(s=l.showItems).push.apply(s,Tl(e.showItems))}}}})}function d6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function So(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function h6(t,e,i){return e&&So(t.prototype,e),i&&So(t,i),t}function ne(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function y6(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}var q=function(){function e(i){d6(this,e);var n,u,l,a,c;ne(this,"id",void 0),ne(this,"type",void 0),ne(this,"controlType",void 0),ne(this,"props",void 0),ne(this,"fieldType",void 0),ne(this,"customEvents",[]),ne(this,"pageStatus",void 0),ne(this,"parent",null);var s=y6(this,e)?this.constructor:void 0,h=s.controlType,d=s.controlFieldType,f=s.name,g=s.controlCustomEvents;h||$r("The ".concat(f," controlType is not define")),this.id=(n=i==null?void 0:i.id)!==null&&n!==void 0?n:oe(10),this.type=(u=i==null?void 0:i.type)!==null&&u!==void 0?u:h,this.props=new j(i==null?void 0:i.props),this.customEvents=g,this.controlType=(l=i==null?void 0:i.controlType)!==null&&l!==void 0?l:"base",this.fieldType=(a=i==null?void 0:i.fieldType)!==null&&a!==void 0?a:d,this.pageStatus=(c=i==null?void 0:i.pageStatus)!==null&&c!==void 0?c:a7.UNKNOWN}return h6(e,[{key:"rules",get:function(){var n=this.props.constructor.RuntimeRules;if(n){var u=new n(this.props);return Array.from(u)}return[]}}]),e}();ne(q,"mode","Runtime"),ne(q,"controlType","control"),ne(q,"controlFieldType",void 0),ne(q,"__is_control__",!0),ne(q,"controlCustomEvents",[]);function Sl(t){t.hasOwnProperty("optionConfig")||(this.optionConfig={type:"any"}),t.hasOwnProperty("options")||(this.options={type:"any"}),t.hasOwnProperty("datasourceBind")||(this.datasourceBind={type:"any"}),t.hasOwnProperty("options")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="custom")?this.options=[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:r("CMD.pleaseEnterLabel",null,"\u8BF7\u8F93\u5165\u663E\u793A\u503C")},value:{type:"string",required:!0,message:r("CMD.pleaseEnterValue",null,"\u8BF7\u8F93\u5165\u5B58\u50A8\u503C")}}}},{type:"array",validator:function(i,n,u){n.length===0&&u(r("CMD.optionIsRequired",null,"\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879")),u()}},{type:"array",validator:function(i,n,u){var l=n.map(function(c){return c.value}),a=g_(l);l.length!==a.length?u(r("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")):u()},message:r("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:r("CMD.pleaseEnterDataCode",null,"\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B")},valueFieldCode:{type:"string",required:!0,message:r("CMD.pleaseEnterValueFieldCode",null,"\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C")},svcCode:{type:"string",required:!0,message:r("CMD.pleaseEnterSvcCode",null,"\u8BF7\u7ED1\u5B9A\u670D\u52A1")},displayBoList:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator:function(i,n,u){n.length===0&&u(r("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")),u()},message:r("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")}],orders:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:r("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}])}function ln(t,e){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:r(i?"CMD.pleaseEnterDataCodeInDataSetting":"CMD.pleaseEnterDataCode",null,r(i?"CMD.c4901751712137782":"CMD.8e161751712150947"))},valueFieldCode:{type:"string",required:!0,message:r(i?"CMD.pleaseEnterValueFieldCodeInDataSetting":"CMD.pleaseEnterValueFieldCode",null,r(i?"CMD.9af91751712139782":"CMD.92701751712154242"))},svcCode:{type:"string",required:!0,message:r(i?"CMD.pleaseEnterSvcCodeInDataSetting":"CMD.pleaseEnterSvcCode",null,r(i?"CMD.203c1751712145631":"CMD.9d361751712158465"))},attributes:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},key:{type:"string",required:!0,message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},value:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator:function(u,l,a){l.length===0&&a(r(i?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,r(i?"CMD.6a071751712131459":"CMD.52351751712149286"))),a()},message:r(i?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,r(i?"CMD.6a071751712131459":"CMD.52351751712149286"))}]}}}],orders:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:r("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}]}function f6(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}function m6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function an(t,e,i){return e=on(e),v6(t,Po()?Reflect.construct(e,i||[],on(t).constructor):e.apply(t,i))}function rn(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function H(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function on(t){return on=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},on(t)}function cn(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Pl(t,e)}function v6(t,e){return e&&(g6(e)==="object"||typeof e=="function")?e:m6(t)}function Pl(t,e){return Pl=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Pl(t,e)}function g6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Po(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Po=function(){return!!t})()}var z=function(t){cn(e,t);function e(i){rn(this,e);var n;n=an(this,e,[i]),H(n,"dataBind",{}),H(n,"caption",{type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}),H(n,"isHideCaption",{type:"boolean"}),H(n,"labelPosition",{type:"enum",enum:["top","left"]}),H(n,"defaultState",{type:"enum",enum:["default","readonly"]}),H(n,"required",{type:"boolean"}),H(n,"captionTip",{type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")});var u={fieldCode:{type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},dataCode:{type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}};if(f6(i.dataBind))n.dataBind={type:"object",required:!0,fields:ce(u),message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};else{var l={type:"object",required:!0,fields:{},message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};Object.keys(i.dataBind).forEach(function(a){l.fields[a]={type:"object",required:!0,fields:ce(u),message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}}),n.dataBind=l}return i.isShowCaptionTip&&(n.captionTip.required=!0),n}return e}(U),M=function(t){cn(e,t);function e(i){rn(this,e);var n;n=an(this,e,[i]);var u=i.isHide?!1:i.required;return u&&n.push({type:"string",required:u,message:i.requiredMessage!==""?i.requiredMessage:r("CMD.runtimeRequired",{caption:i.caption},"{caption}\u5FC5\u586B")}),n}return e}(Ne),w=function(t){cn(e,t);function e(i){rn(this,e);var n,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I;return n=an(this,e,[i]),H(n,"caption",void 0),H(n,"captionSize",void 0),H(n,"captionColor",void 0),H(n,"isCaptionItalic",void 0),H(n,"captionFontWeight",void 0),H(n,"className",void 0),H(n,"isHideCaption",void 0),H(n,"isShowCaptionTip",void 0),H(n,"captionTip",void 0),H(n,"labelPosition",void 0),H(n,"dataBind",void 0),H(n,"defaultValue",void 0),H(n,"placeholder",void 0),H(n,"defaultState",void 0),H(n,"required",void 0),H(n,"requiredMessage",void 0),n.caption=(u=i==null?void 0:i.caption)!==null&&u!==void 0?u:"",n.captionSize=(l=i==null?void 0:i.captionSize)!==null&&l!==void 0?l:"",n.captionColor=(a=i==null?void 0:i.captionColor)!==null&&a!==void 0?a:"",n.isCaptionItalic=(c=i==null?void 0:i.isCaptionItalic)!==null&&c!==void 0?c:!1,n.captionFontWeight=(s=i==null?void 0:i.captionFontWeight)!==null&&s!==void 0?s:"normal",n.className=(h=i==null?void 0:i.className)!==null&&h!==void 0?h:[],n.isHideCaption=(d=i==null?void 0:i.isHideCaption)!==null&&d!==void 0?d:!1,n.isShowCaptionTip=(f=i==null?void 0:i.isShowCaptionTip)!==null&&f!==void 0?f:!1,n.captionTip=(g=i==null?void 0:i.captionTip)!==null&&g!==void 0?g:"",n.defaultState=(E=i==null?void 0:i.defaultState)!==null&&E!==void 0?E:"default",n.labelPosition=(_=i==null?void 0:i.labelPosition)!==null&&_!==void 0?_:"top",n.placeholder=(b=i==null?void 0:i.placeholder)!==null&&b!==void 0?b:"",n.required=(B=i==null?void 0:i.required)!==null&&B!==void 0?B:!1,n.requiredMessage=(v=i==null?void 0:i.requiredMessage)!==null&&v!==void 0?v:"",n.dataBind=new ye(i==null?void 0:i.dataBind),n.defaultValue=(I=i==null?void 0:i.defaultValue)!==null&&I!==void 0?I:"",n}return e}(j);H(w,"Rules",z),H(w,"RuntimeRules",M);var Le=function(t){cn(e,t);function e(i){rn(this,e);var n;return n=an(this,e,[i]),H(n,"optionConfig",{type:"enum",enum:["custom","datasource"],message:r("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")}),H(n,"options",[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}]),H(n,"datasourceBind",[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}]),Sl.call(n,i),n}return e}(z);function b6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function C6(t,e,i){return e=dn(e),I6(t,Oo()?Reflect.construct(e,i||[],dn(t).constructor):e.apply(t,i))}function E6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function sn(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function dn(t){return dn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},dn(t)}function _6(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Ol(t,e)}function I6(t,e){return e&&(B6(e)==="object"||typeof e=="function")?e:b6(t)}function Ol(t,e){return Ol=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ol(t,e)}function B6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Oo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Oo=function(){return!!t})()}var A=function(t){_6(e,t);function e(i){E6(this,e);var n;return n=C6(this,e,[i]),sn(n,"controlType","form"),sn(n,"props",void 0),n.props=new w(i==null?void 0:i.props),n}return e}(O);sn(A,"controlEventKeys",["on_change","on_focus","on_blur"]),sn(A,"controlCustomAttributes",void 0);function D6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function F6(t,e,i){return e=hn(e),T6(t,ko()?Reflect.construct(e,i||[],hn(t).constructor):e.apply(t,i))}function w6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function kl(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function hn(t){return hn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},hn(t)}function A6(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Rl(t,e)}function T6(t,e){return e&&(S6(e)==="object"||typeof e=="function")?e:D6(t)}function Rl(t,e){return Rl=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Rl(t,e)}function S6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function ko(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(ko=function(){return!!t})()}var T=function(t){A6(e,t);function e(i){w6(this,e);var n;return n=F6(this,e,[i]),kl(n,"controlType","form"),kl(n,"props",void 0),kl(n,"value",void 0),n.props=new w(i==null?void 0:i.props),n}return e}(q);function P6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function O6(t,e,i){return e=yn(e),x6(t,Ro()?Reflect.construct(e,i||[],yn(t).constructor):e.apply(t,i))}function k6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function yn(t){return yn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},yn(t)}function R6(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&xl(t,e)}function x6(t,e){return e&&(M6(e)==="object"||typeof e=="function")?e:P6(t)}function xl(t,e){return xl=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},xl(t,e)}function M6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ro(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ro=function(){return!!t})()}var k=function(t){R6(e,t);function e(i){return k6(this,e),O6(this,e,[i])}return e}(j);function Ml(t,e){(e==null||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i<e;i++)n[i]=t[i];return n}function N6(t){if(Array.isArray(t))return Ml(t)}function L6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function xo(t,e,i,n,u,l,a){try{var c=t[l](a),s=c.value}catch(h){i(h);return}c.done?e(s):Promise.resolve(s).then(n,u)}function $6(t){return function(){var e=this,i=arguments;return new Promise(function(n,u){var l=t.apply(e,i);function a(s){xo(l,n,u,a,c,"next",s)}function c(s){xo(l,n,u,a,c,"throw",s)}a(void 0)})}}function H6(t,e,i){return e=Te(e),Z6(t,Lo()?Reflect.construct(e,i||[],Te(t).constructor):e.apply(t,i))}function V6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Mo(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function j6(t,e,i){return e&&Mo(t.prototype,e),i&&Mo(t,i),t}function Ae(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function ct(t,e,i){return typeof Reflect!="undefined"&&Reflect.get?ct=Reflect.get:ct=function(u,l,a){var c=X6(u,l);if(!!c){var s=Object.getOwnPropertyDescriptor(c,l);return s.get?s.get.call(a||u):s.value}},ct(t,e,i||t)}function Te(t){return Te=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},Te(t)}function q6(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Nl(t,e)}function W6(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function U6(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function z6(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function G6(t){for(var e=1;e<arguments.length;e++){var i=arguments[e]!=null?arguments[e]:{},n=Object.keys(i);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(i).filter(function(u){return Object.getOwnPropertyDescriptor(i,u).enumerable}))),n.forEach(function(u){Ae(t,u,i[u])})}return t}function K6(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(u){return Object.getOwnPropertyDescriptor(t,u).enumerable})),i.push.apply(i,n)}return i}function Q6(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):K6(Object(e)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(e,i))}),t}function Z6(t,e){return e&&(J6(e)==="object"||typeof e=="function")?e:L6(t)}function Nl(t,e){return Nl=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Nl(t,e)}function X6(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=Te(t),t!==null););return t}function No(t){return N6(t)||U6(t)||Y6(t)||z6()}function J6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Y6(t,e){if(!!t){if(typeof t=="string")return Ml(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);if(i==="Object"&&t.constructor&&(i=t.constructor.name),i==="Map"||i==="Set")return Array.from(i);if(i==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Ml(t,e)}}function Lo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Lo=function(){return!!t})()}function p6(t,e){var i,n,u,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),c=Object.defineProperty;return c(a,"next",{value:s(0)}),c(a,"throw",{value:s(1)}),c(a,"return",{value:s(2)}),typeof Symbol=="function"&&c(a,Symbol.iterator,{value:function(){return this}}),a;function s(d){return function(f){return h([d,f])}}function h(d){if(i)throw new TypeError("Generator is already executing.");for(;a&&(a=0,d[0]&&(l=0)),l;)try{if(i=1,n&&(u=d[0]&2?n.return:d[0]?n.throw||((u=n.return)&&u.call(n),0):n.next)&&!(u=u.call(n,d[1])).done)return u;switch(n=0,u&&(d=[d[0]&2,u.value]),d[0]){case 0:case 1:u=d;break;case 4:return l.label++,{value:d[1],done:!1};case 5:l.label++,n=d[1],d=[0];continue;case 7:d=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(d[0]===6||d[0]===2)){l=0;continue}if(d[0]===3&&(!u||d[1]>u[0]&&d[1]<u[3])){l.label=d[1];break}if(d[0]===6&&l.label<u[1]){l.label=u[1],u=d;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(d);break}u[2]&&l.ops.pop(),l.trys.pop();continue}d=e.call(t,l)}catch(f){d=[6,f],n=0}finally{i=u=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var eI=1e4,N=function(e){q6(i,e);function i(n){V6(this,i);var u;u=H6(this,i,[n]),Ae(u,"controlType","layout"),Ae(u,"children",void 0),Ae(u,"excludes",void 0),Ae(u,"childrenMaxLength",void 0),Ae(u,"props",void 0);var l=W6(this,i)?this.constructor:void 0,a=l.excludes,c=l.childrenMaxLength;return u.props=new k(n==null?void 0:n.props),se(u,"children",n==null?void 0:n.children,void 0,"Designer"),u.excludes=ce(a),u.childrenMaxLength=c,u}return j6(i,[{key:"judgeExcludesChildren",value:function(u){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(u)}},{key:"judgeJoinChildren",value:function(u){var l=this.judgeExcludesChildren(u);return l&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(u,l){var a=this,c=this,s=function(){return ct(Te(i.prototype),"validate",a)};return $6(function(){return p6(this,function(h){switch(h.label){case 0:return[4,s().call(c,u,l)];case 1:return h.sent(),[4,Promise.all(this.children.map(function(d){return d.validate(u,l)}))];case 2:return h.sent(),[2,!0]}})}).call(this)}},{key:"toDataBindModel",value:function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,l=ct(Te(i.prototype),"toDataBindModel",this).call(this),a=l?[l]:[];return this.children.reduce(function(c,s){var h=s.toDataBindModel(u);if(Array.isArray(h)){var d=h.filter(function(f){return!!f});return No(c).concat(No(d))}return h&&c.push(h),c},a)}},{key:"toSchema",value:function(){var u=ct(Te(i.prototype),"toSchema",this).call(this),l=this.children.map(function(a){var c=a.toSchema();return c});return Q6(G6({},u),{children:l})}}]),i}(O);Ae(N,"excludes",!1),Ae(N,"childrenMaxLength",eI);function tI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function iI(t,e,i){return e=fn(e),lI(t,$o()?Reflect.construct(e,i||[],fn(t).constructor):e.apply(t,i))}function nI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ll(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function fn(t){return fn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},fn(t)}function uI(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&$l(t,e)}function lI(t,e){return e&&(aI(e)==="object"||typeof e=="function")?e:tI(t)}function $l(t,e){return $l=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},$l(t,e)}function aI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function $o(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return($o=function(){return!!t})()}var $=function(t){uI(e,t);function e(i){nI(this,e);var n;return n=iI(this,e,[i]),Ll(n,"controlType","layout"),Ll(n,"children",void 0),Ll(n,"props",void 0),n.props=new k(i==null?void 0:i.props),se(n,"children",i==null?void 0:i.children,void 0,"Runtime"),n}return e}(q);function rI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function oI(t,e,i){return e=mn(e),dI(t,Ho()?Reflect.construct(e,i||[],mn(t).constructor):e.apply(t,i))}function cI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function st(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function mn(t){return mn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},mn(t)}function sI(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Hl(t,e)}function dI(t,e){return e&&(hI(e)==="object"||typeof e=="function")?e:rI(t)}function Hl(t,e){return Hl=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Hl(t,e)}function hI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ho(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ho=function(){return!!t})()}var vn=function(t){sI(e,t);function e(i,n,u){cI(this,e);var l,a,c,s,h;return l=oI(this,e,[n]),st(l,"headers",void 0),st(l,"footers",void 0),st(l,"pageIndex",void 0),st(l,"pageSize",void 0),st(l,"pageSizeOptions",void 0),st(l,"totalCount",void 0),se(l,"headers",n==null?void 0:n.headers,i,u),se(l,"footers",n==null?void 0:n.footers,i),l.pageIndex=(a=n==null?void 0:n.pageIndex)!==null&&a!==void 0?a:1,l.pageSize=(c=n==null?void 0:n.pageSize)!==null&&c!==void 0?c:20,l.pageSizeOptions=(s=n==null?void 0:n.pageSizeOptions)!==null&&s!==void 0?s:[20],l.totalCount=(h=n==null?void 0:n.totalCount)!==null&&h!==void 0?h:0,l}return e}(j);function Vl(t,e){(e==null||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i<e;i++)n[i]=t[i];return n}function yI(t){if(Array.isArray(t))return Vl(t)}function fI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Vo(t,e,i,n,u,l,a){try{var c=t[l](a),s=c.value}catch(h){i(h);return}c.done?e(s):Promise.resolve(s).then(n,u)}function mI(t){return function(){var e=this,i=arguments;return new Promise(function(n,u){var l=t.apply(e,i);function a(s){Vo(l,n,u,a,c,"next",s)}function c(s){Vo(l,n,u,a,c,"throw",s)}a(void 0)})}}function vI(t,e,i){return e=Se(e),BI(t,zo()?Reflect.construct(e,i||[],Se(t).constructor):e.apply(t,i))}function gI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function jo(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function bI(t,e,i){return e&&jo(t.prototype,e),i&&jo(t,i),t}function gn(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function dt(t,e,i){return typeof Reflect!="undefined"&&Reflect.get?dt=Reflect.get:dt=function(u,l,a){var c=DI(u,l);if(!!c){var s=Object.getOwnPropertyDescriptor(c,l);return s.get?s.get.call(a||u):s.value}},dt(t,e,i||t)}function Se(t){return Se=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},Se(t)}function CI(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&jl(t,e)}function EI(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function _I(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function qo(t){for(var e=1;e<arguments.length;e++){var i=arguments[e]!=null?arguments[e]:{},n=Object.keys(i);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(i).filter(function(u){return Object.getOwnPropertyDescriptor(i,u).enumerable}))),n.forEach(function(u){gn(t,u,i[u])})}return t}function II(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(u){return Object.getOwnPropertyDescriptor(t,u).enumerable})),i.push.apply(i,n)}return i}function Wo(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):II(Object(e)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(e,i))}),t}function BI(t,e){return e&&(FI(e)==="object"||typeof e=="function")?e:fI(t)}function jl(t,e){return jl=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},jl(t,e)}function DI(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=Se(t),t!==null););return t}function Uo(t){return yI(t)||EI(t)||wI(t)||_I()}function FI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function wI(t,e){if(!!t){if(typeof t=="string")return Vl(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);if(i==="Object"&&t.constructor&&(i=t.constructor.name),i==="Map"||i==="Set")return Array.from(i);if(i==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return Vl(t,e)}}function zo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(zo=function(){return!!t})()}function AI(t,e){var i,n,u,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),c=Object.defineProperty;return c(a,"next",{value:s(0)}),c(a,"throw",{value:s(1)}),c(a,"return",{value:s(2)}),typeof Symbol=="function"&&c(a,Symbol.iterator,{value:function(){return this}}),a;function s(d){return function(f){return h([d,f])}}function h(d){if(i)throw new TypeError("Generator is already executing.");for(;a&&(a=0,d[0]&&(l=0)),l;)try{if(i=1,n&&(u=d[0]&2?n.return:d[0]?n.throw||((u=n.return)&&u.call(n),0):n.next)&&!(u=u.call(n,d[1])).done)return u;switch(n=0,u&&(d=[d[0]&2,u.value]),d[0]){case 0:case 1:u=d;break;case 4:return l.label++,{value:d[1],done:!1};case 5:l.label++,n=d[1],d=[0];continue;case 7:d=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(d[0]===6||d[0]===2)){l=0;continue}if(d[0]===3&&(!u||d[1]>u[0]&&d[1]<u[3])){l.label=d[1];break}if(d[0]===6&&l.label<u[1]){l.label=u[1],u=d;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(d);break}u[2]&&l.ops.pop(),l.trys.pop();continue}d=e.call(t,l)}catch(f){d=[6,f],n=0}finally{i=u=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var ql=function(t){CI(e,t);function e(i){gI(this,e);var n;return n=vI(this,e,[i]),gn(n,"controlType","list"),gn(n,"props",void 0),n.props=new vn(n,i==null?void 0:i.props,"Designer"),n}return bI(e,[{key:"validate",value:function(n,u){var l=this,a=this,c=function(){return dt(Se(e.prototype),"validate",l)};return mI(function(){return AI(this,function(s){switch(s.label){case 0:return[4,c().call(a,n)];case 1:return s.sent(),[4,Promise.all(this.props.headers.map(function(h){return h.validate(n,u)}))];case 2:return s.sent(),[2,!0]}})}).call(this)}},{key:"toDataBindModel",value:function(){var n=dt(Se(e.prototype),"toDataBindModel",this).call(this),u=n?[n]:[],l=this.id;return this.props.headers.reduce(function(a,c){var s=c.toDataBindModel(l);if(Array.isArray(s)){var h=s.filter(function(d){return!!d});return Uo(a).concat(Uo(h))}return s&&a.push(s),a},u)}},{key:"toSchema",value:function(){var n=dt(Se(e.prototype),"toSchema",this).call(this),u=this.props.headers.map(function(l){return l.toSchema()});return Wo(qo({},n),{props:Wo(qo({},this.props),{headers:u})})}}]),e}(O);gn(ql,"controlFieldType",C.LIST);function TI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function SI(t,e,i){return e=bn(e),RI(t,Ko()?Reflect.construct(e,i||[],bn(t).constructor):e.apply(t,i))}function PI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Go(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function OI(t,e,i){return e&&Go(t.prototype,e),i&&Go(t,i),t}function Wl(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function bn(t){return bn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},bn(t)}function kI(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Ul(t,e)}function RI(t,e){return e&&(xI(e)==="object"||typeof e=="function")?e:TI(t)}function Ul(t,e){return Ul=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ul(t,e)}function xI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ko(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ko=function(){return!!t})()}var Qo=function(t){kI(e,t);function e(i){PI(this,e);var n;return n=SI(this,e,[i]),Wl(n,"controlType","list"),Wl(n,"children",void 0),Wl(n,"props",void 0),n.props=new vn(n,i==null?void 0:i.props,"Runtime"),se(n,"children",i==null?void 0:i.children,void 0,"Runtime"),n}return OI(e,[{key:"length",get:function(){return this.children.length}}]),e}(q);function MI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function zl(t,e,i){return e=Cn(e),NI(t,Zo()?Reflect.construct(e,i||[],Cn(t).constructor):e.apply(t,i))}function Gl(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Y(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function Cn(t){return Cn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},Cn(t)}function Kl(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Ql(t,e)}function NI(t,e){return e&&(LI(e)==="object"||typeof e=="function")?e:MI(t)}function Ql(t,e){return Ql=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ql(t,e)}function LI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Zo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Zo=function(){return!!t})()}var be=function(t){Kl(e,t);function e(i){Gl(this,e);var n;return n=zl(this,e,[i]),Y(n,"caption",{type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}),Y(n,"width",{type:"number",required:!1,message:r("CMD.pleaseEnterColumnWidth",null,"\u8BF7\u8F93\u5165\u5217\u5BBD")}),n.width.required=i.widthType==="px",n}return e}(U),G=function(t){Kl(e,t);function e(i){Gl(this,e);var n,u,l,a,c,s;return n=zl(this,e,[i]),Y(n,"widthType",void 0),Y(n,"width",void 0),Y(n,"caption",void 0),Y(n,"dataBind",void 0),Y(n,"autoWidth",void 0),Y(n,"fixed",void 0),Y(n,"sort",void 0),Y(n,"align",void 0),Y(n,"colSpan",void 0),Y(n,"autoHeight",void 0),Y(n,"children",void 0),n.width=(u=i==null?void 0:i.width)!==null&&u!==void 0?u:150,n.widthType=(i==null?void 0:i.widthType)||"auto",n.caption=(l=i==null?void 0:i.caption)!==null&&l!==void 0?l:"",n.fixed=(a=i==null?void 0:i.fixed)!==null&&a!==void 0?a:"none",n.autoWidth=new eo(i==null?void 0:i.autoWidth),n.dataBind=new ye(i==null?void 0:i.dataBind),n.sort=(c=i==null?void 0:i.sort)!==null&&c!==void 0?c:!0,n.align=i==null?void 0:i.align,n.colSpan=i==null?void 0:i.colSpan,n.autoHeight=(s=i==null?void 0:i.autoHeight)!==null&&s!==void 0?s:!1,n}return e}(j);Y(G,"Rules",be);var Zl=function(t){Kl(e,t);function e(i){Gl(this,e);var n;return n=zl(this,e,[i]),Y(n,"optionConfig",{type:"enum",enum:["custom","datasource","none"],message:r("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")}),Y(n,"options",[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}]),Y(n,"datasourceBind",[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}]),Sl.call(n,i),n}return e}(be);function $I(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function HI(t,e,i){return e=ht(e),GI(t,Jo()?Reflect.construct(e,i||[],ht(t).constructor):e.apply(t,i))}function VI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Xo(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function jI(t,e,i){return e&&Xo(t.prototype,e),i&&Xo(t,i),t}function En(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function _n(t,e,i){return typeof Reflect!="undefined"&&Reflect.get?_n=Reflect.get:_n=function(u,l,a){var c=KI(u,l);if(!!c){var s=Object.getOwnPropertyDescriptor(c,l);return s.get?s.get.call(a||u):s.value}},_n(t,e,i||t)}function ht(t){return ht=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},ht(t)}function qI(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Xl(t,e)}function WI(t){for(var e=1;e<arguments.length;e++){var i=arguments[e]!=null?arguments[e]:{},n=Object.keys(i);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(i).filter(function(u){return Object.getOwnPropertyDescriptor(i,u).enumerable}))),n.forEach(function(u){En(t,u,i[u])})}return t}function UI(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(u){return Object.getOwnPropertyDescriptor(t,u).enumerable})),i.push.apply(i,n)}return i}function zI(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):UI(Object(e)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(e,i))}),t}function GI(t,e){return e&&(QI(e)==="object"||typeof e=="function")?e:$I(t)}function Xl(t,e){return Xl=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Xl(t,e)}function KI(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=ht(t),t!==null););return t}function QI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Jo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Jo=function(){return!!t})()}var X=function(t){qI(e,t);function e(i){VI(this,e);var n;return n=HI(this,e,[i]),En(n,"controlType","column"),En(n,"props",void 0),En(n,"children",void 0),n.props=new G(i==null?void 0:i.props),se(n,"children",i==null?void 0:i.children,void 0,"Designer"),n}return jI(e,[{key:"toSchema",value:function(){var n=_n(ht(e.prototype),"toSchema",this).call(this);return zI(WI({},n),{children:this.children?this.children.map(function(u){return u.toSchema()}):[]})}}]),e}(O);function ZI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function XI(t,e,i){return e=In(e),pI(t,Yo()?Reflect.construct(e,i||[],In(t).constructor):e.apply(t,i))}function JI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Jl(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function In(t){return In=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},In(t)}function YI(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Yl(t,e)}function pI(t,e){return e&&(eB(e)==="object"||typeof e=="function")?e:ZI(t)}function Yl(t,e){return Yl=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Yl(t,e)}function eB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Yo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Yo=function(){return!!t})()}var J=function(t){YI(e,t);function e(i){JI(this,e);var n;return n=XI(this,e,[i]),Jl(n,"controlType","column"),Jl(n,"props",void 0),Jl(n,"children",void 0),n.props=new G(i==null?void 0:i.props),se(n,"children",i==null?void 0:i.children,void 0,"Runtime"),n}return e}(q);function tB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function iB(t,e,i){return e=Bn(e),aB(t,po()?Reflect.construct(e,i||[],Bn(t).constructor):e.apply(t,i))}function nB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function uB(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function Bn(t){return Bn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},Bn(t)}function lB(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&pl(t,e)}function aB(t,e){return e&&(rB(e)==="object"||typeof e=="function")?e:tB(t)}function pl(t,e){return pl=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},pl(t,e)}function rB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function po(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(po=function(){return!!t})()}var ea=function(t){lB(e,t);function e(i){nB(this,e);var n;return n=iB(this,e,[i]),uB(n,"dataBind",void 0),n.dataBind=new ye(i==null?void 0:i.dataBind),n}return e}(k);function oB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function cB(t,e,i){return e=Dn(e),hB(t,tc()?Reflect.construct(e,i||[],Dn(t).constructor):e.apply(t,i))}function sB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ec(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function Dn(t){return Dn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},Dn(t)}function dB(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&ta(t,e)}function hB(t,e){return e&&(yB(e)==="object"||typeof e=="function")?e:oB(t)}function ta(t,e){return ta=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},ta(t,e)}function yB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function tc(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(tc=function(){return!!t})()}var fB=function(t){dB(e,t);function e(i){sB(this,e);var n;return n=cB(this,e,[i]),ec(n,"controlType","search"),ec(n,"props",void 0),n.props=new ea(i==null?void 0:i.props),n}return e}(N);function mB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function vB(t,e,i){return e=Fn(e),CB(t,nc()?Reflect.construct(e,i||[],Fn(t).constructor):e.apply(t,i))}function gB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ic(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function Fn(t){return Fn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},Fn(t)}function bB(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&ia(t,e)}function CB(t,e){return e&&(EB(e)==="object"||typeof e=="function")?e:mB(t)}function ia(t,e){return ia=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},ia(t,e)}function EB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function nc(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(nc=function(){return!!t})()}var _B=function(t){bB(e,t);function e(i){gB(this,e);var n;return n=vB(this,e,[i]),ic(n,"controlType","search"),ic(n,"props",void 0),n.props=new ea(i==null?void 0:i.props),n}return e}($);function IB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function BB(t,e,i){return e=wn(e),wB(t,uc()?Reflect.construct(e,i||[],wn(t).constructor):e.apply(t,i))}function DB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function wn(t){return wn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},wn(t)}function FB(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&na(t,e)}function wB(t,e){return e&&(AB(e)==="object"||typeof e=="function")?e:IB(t)}function na(t,e){return na=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},na(t,e)}function AB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function uc(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(uc=function(){return!!t})()}var ua=function(t){FB(e,t);function e(i){return DB(this,e),BB(this,e,[i])}return e}(k);function TB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function SB(t,e,i){return e=An(e),kB(t,ac()?Reflect.construct(e,i||[],An(t).constructor):e.apply(t,i))}function PB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function lc(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function An(t){return An=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},An(t)}function OB(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&la(t,e)}function kB(t,e){return e&&(RB(e)==="object"||typeof e=="function")?e:TB(t)}function la(t,e){return la=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},la(t,e)}function RB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function ac(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(ac=function(){return!!t})()}var xB=function(t){OB(e,t);function e(i){PB(this,e);var n;return n=SB(this,e,[i]),lc(n,"controlType","wrap"),lc(n,"props",void 0),n.props=new ua(i==null?void 0:i.props),n}return e}(N);function MB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function NB(t,e,i){return e=Tn(e),HB(t,oc()?Reflect.construct(e,i||[],Tn(t).constructor):e.apply(t,i))}function LB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function rc(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function Tn(t){return Tn=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},Tn(t)}function $B(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&aa(t,e)}function HB(t,e){return e&&(VB(e)==="object"||typeof e=="function")?e:MB(t)}function aa(t,e){return aa=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},aa(t,e)}function VB(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function oc(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(oc=function(){return!!t})()}var jB=function(t){$B(e,t);function e(i){LB(this,e);var n;return n=NB(this,e,[i]),rc(n,"controlType","wrap"),rc(n,"props",void 0),n.props=new ua(i==null?void 0:i.props),n}return e}($);function Pe(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}}])}var Oe=(t=>(t.ShowBizKey="is_show_biz_key",t.ShowSubmitUser="is_show_submit_user",t.ShowSubmitTime="is_show_submit_time",t.ShowSubmitDept="is_show_submit_dept",t.ShowCurrentApprovar="is_show_current_approvar",t.ShowTitle="is_show_title",t))(Oe||{}),cc=(t=>(t.EARLY_DATE="earlyDate",t.LATE_DATE="lateDate",t.UN_SELECT_ABLE_INTERVAL="unSelectAbleInterval",t))(cc||{}),sc=(t=>(t.FILE_IN_TIME="filledInTime",t.BEFORE_TIME="beforeTime",t.AFTER_TIME="afterTime",t.TIME_SPECIFIED="timeSpecified",t))(sc||{});class Sn{constructor(e={dateConfigType:"unSelectAbleInterval",dateLimitType:"filledInTime",id:oe(8),value:["",""]}){this.id=e.id,this.dateConfigType=e.dateConfigType,this.dateLimitType=e.dateLimitType,this.value=e.value}}class ra{constructor(e){var i,n,u;this.id=(i=e==null?void 0:e.id)!=null?i:oe(8),this.limitType=(n=e==null?void 0:e.limitType)!=null?n:"hour",this.value=(u=e==null?void 0:e.value)!=null?u:[]}}var oa=(t=>(t.PRAISE="praise",t.STAR="star",t.FLOWER="flower",t.HAND="hand",t.HEART="heart",t.SMILE="smile",t))(oa||{});class Pn{constructor(e){var i,n,u;this.id=(i=e==null?void 0:e.id)!=null?i:oe(),this.text=(n=e==null?void 0:e.text)!=null?n:"",this.color=(u=e==null?void 0:e.color)!=null?u:""}}var ca=(t=>(t.SOLID="solid-line",t.DASHED="dashed-line",t.BOLD_SOLID="bold-solid-line",t.BOLD_DASHED="bold-dashed-line",t.DOUBLE_SOLID="double-solid-line",t.DOUBLE_DASHED="double-dashed-line",t))(ca||{}),ke=(t=>(t.NORMAL="normal",t.BOLD="bold",t.LIGHTER="lighter",t))(ke||{});class sa{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I,R;this.type=(i=e==null?void 0:e.type)!=null?i:"private",this.person=new De((n=e==null?void 0:e.person)!=null?n:{type:"form"}),this.signatureType=(u=e==null?void 0:e.signatureType)!=null?u:[],this.telephone=(a=e==null?void 0:e.telephone)!=null?a:new De((l=e==null?void 0:e.telephone)!=null?l:{type:"form"}),this.company=(s=e==null?void 0:e.company)!=null?s:new De((c=e==null?void 0:e.company)!=null?c:{type:"form"}),this.indexSignature=(d=e==null?void 0:e.indexSignature)!=null?d:new De((h=e==null?void 0:e.indexSignature)!=null?h:{type:"form"}),this.signaturePosition=(f=e==null?void 0:e.signaturePosition)!=null?f:"free",this.seal=new De((g=e==null?void 0:e.seal)!=null?g:{type:"form"}),this.platformAutoSign=(E=e==null?void 0:e.platformAutoSign)!=null?E:!1,this.signDateBeanType=(_=e==null?void 0:e.signDateBeanType)!=null?_:0,this.signDateFontSize=(b=e==null?void 0:e.signDateFontSize)!=null?b:12,this.signOrder=(B=e==null?void 0:e.signOrder)!=null?B:1,this.forceReadTime=e==null?void 0:e.forceReadTime,this.posX=(v=e==null?void 0:e.posX)!=null?v:0,this.posY=(I=e==null?void 0:e.posY)!=null?I:0,this.remark=(R=e==null?void 0:e.remark)!=null?R:""}}class dc{constructor(e){var i,n,u,l,a,c;this.fileControl=(i=e==null?void 0:e.fileControl)!=null?i:"",this.undersignedList=(u=(n=e==null?void 0:e.undersignedList)==null?void 0:n.map(s=>new sa(s)))!=null?u:[new sa],this.statusControl=(l=e==null?void 0:e.statusControl)!=null?l:"",this.completeControl=(a=e==null?void 0:e.completeControl)!=null?a:"",this.completeTimeControl=(c=e==null?void 0:e.completeTimeControl)!=null?c:""}}class Wt{constructor(e){var i,n,u,l,a,c,s;this.id=(i=e==null?void 0:e.id)!=null?i:oe(8),this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.svcCode=(l=e==null?void 0:e.svcCode)!=null?l:"",this.name=(a=e==null?void 0:e.name)!=null?a:"",this.fieldList=(c=e==null?void 0:e.fieldList)!=null?c:[],this.active=(s=e==null?void 0:e.active)!=null?s:!1}}class da{constructor(e){var i,n;this.active=(i=e==null?void 0:e.active)!=null?i:!1,this.text=(n=e==null?void 0:e.text)!=null?n:""}}class hc{constructor(e){var i,n,u,l;this.types=(i=e==null?void 0:e.types)!=null?i:["word","ppt","excel"],this.history=(n=e==null?void 0:e.history)!=null?n:!1,this.collaborativeRecord=(u=e==null?void 0:e.collaborativeRecord)!=null?u:!1,this.logicToDelete=(l=e==null?void 0:e.logicToDelete)!=null?l:!0,this.watermark=new da(e==null?void 0:e.watermark),this.autoRename=new da(e==null?void 0:e.autoRename)}}class ha{constructor(e){var i,n,u,l,a,c,s;this.appId=(i=e==null?void 0:e.appId)!=null?i:"",this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.formKey=(u=e==null?void 0:e.formKey)!=null?u:"",this.orders=(l=e==null?void 0:e.orders)!=null?l:[],this.filters=(a=e==null?void 0:e.filters)!=null?a:[],this.isRelation=(c=e==null?void 0:e.isRelation)!=null?c:!1,this.relationBindCode=(s=e==null?void 0:e.relationBindCode)!=null?s:""}}class ya{constructor(e){var i,n;this.type=(i=e==null?void 0:e.type)!=null?i:"auto",this.row=(n=e==null?void 0:e.row)!=null?n:20,this.height=e==null?void 0:e.height}}class yc{constructor(e){this.dataCode=e.dataCode}}class fc{constructor(e){var i,n,u;this.templateType=(i=e==null?void 0:e.templateType)!=null?i:"system",this.templateList=(u=(n=e==null?void 0:e.templateList)==null?void 0:n.map(l=>new yc(l)))!=null?u:[]}}class mc{constructor(e){var i,n,u;this.templateType=(i=e==null?void 0:e.templateType)!=null?i:"system",this.templateList=(u=(n=e==null?void 0:e.templateList)==null?void 0:n.map(l=>new Wt(l)))!=null?u:[new Wt({id:"default",name:r("CMD.defaultTemplate",null,"\u9ED8\u8BA4\u6A21\u677F"),appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}const vc=480;function Ut(t){return new RegExp(t.replace(/^\/|\/$/g,""))}class gc{constructor(e){var i,n,u,l,a;this.fileId=(i=e==null?void 0:e.fileId)!=null?i:"",this.fileName=(n=e==null?void 0:e.fileName)!=null?n:"",this.ruleName=(u=e==null?void 0:e.ruleName)!=null?u:"",this.isDefault=(l=e.isDefault)!=null?l:!1,this.rules=(a=e.rules)!=null?a:[]}}class bc{constructor(e){var i,n,u;this.direction=(i=e==null?void 0:e.direction)!=null?i:"row",this.justifyContent=(n=e==null?void 0:e.justifyContent)!=null?n:"flex-start",this.alignItems=(u=e==null?void 0:e.alignItems)!=null?u:"flex-start"}}var Cc=(t=>(t.NO_MASK="NO_MASK",t.LAST_FOUR_MASK="LAST_FOUR_MASK",t.ALL_MASK="ALL_MASK",t))(Cc||{}),fa=(t=>(t.ALL="ALL",t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL",t.INTERNAL_EXTERNAL="INTERNAL_EXTERNAL",t))(fa||{}),On=(t=>(t.INTERNAL_BUSINESS="INTERNAL_BUSINESS",t.INTERNAL="INTERNAL",t.BUSINESS="BUSINESS",t))(On||{}),Re=(t=>(t.ALL="all",t.ASSIGN="assign",t))(Re||{}),ma=(t=>(t.ALL="all",t.ADMIN="admin",t))(ma||{}),va=(t=>(t.NO_COMPRESS="0",t.RATIO_COMPRESS="1",t.PIXEL_COMPRESS="2",t))(va||{});class ga extends j{constructor(e){var i,n,u,l,a,c,s,h,d;super(e),this.captionColor=(e==null?void 0:e.captionColor)||"",this.captionSize=(e==null?void 0:e.captionSize)||"",this.isCaptionItalic=(e==null?void 0:e.isCaptionItalic)||!1,this.captionFontWeight=(i=e==null?void 0:e.captionFontWeight)!=null?i:ke.NORMAL,this.icon=(n=e==null?void 0:e.icon)!=null?n:"page-hint",this.showState=(u=e==null?void 0:e.showState)!=null?u:"text",this.content=(l=e==null?void 0:e.content)!=null?l:r("CMD.text",null,"\u8BF4\u660E\u6587\u5B57"),this.align=(a=e==null?void 0:e.align)!=null?a:"",this.aiContentSearch=(c=e==null?void 0:e.aiContentSearch)!=null?c:!1,this.isLabel=(s=e==null?void 0:e.isLabel)!=null?s:!1,this.background=(h=e==null?void 0:e.background)!=null?h:{type:"backgroundColor",backgroundColor:"",backgroundImage:"",placementMode:"contain"},this.close=(d=e==null?void 0:e.close)!=null?d:{show:!1,text:r("CMD.closeText",null,"\u5173\u95ED")}}}class Ec extends O{constructor(e){super(e),this.props=new ga(e==null?void 0:e.props)}static get controlName(){return r("CMD.text",null,"\u8BF4\u660E\u6587\u5B57")}static get controlIcon(){return"iconwenben"}static get controlType(){return"text"}}Ec.setting=[{key:"content",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"close-setting",visible:!0},{key:"dynamic-background",visible:!0},{key:"ai-content-search",visible:!0},{key:"common-button-radio",visible:!0,name:"align",label:"\u6587\u672C\u5BF9\u9F50\u65B9\u5F0F",default:"left",options:[{value:"left",label:r("CMD.79471774579023855")},{value:"center",label:r("CMD.3c361774579037653")},{value:"right",label:r("CMD.9e811774579025727")}]},{key:"text-state",visible:!0},{key:"text-icon",visible:!0},{key:"super-setting",visible:!0}];class qB extends q{constructor(e){super(e),this.props=new ga(e==null?void 0:e.props)}static get controlType(){return"text"}}var _c={Designer:Ec,Runtime:qB,Property:ga};class ba extends j{constructor(e){var i,n,u,l,a,c;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:r("CMD.linkContent",null,"\u6211\u662F\u4E00\u4E2A\u94FE\u63A5"),this.position=(n=e==null?void 0:e.position)!=null?n:"left",this.color=(u=e==null?void 0:e.color)!=null?u:"primary",this.url=(l=e==null?void 0:e.url)!=null?l:"",this.openMode=(a=e==null?void 0:e.openMode)!=null?a:"new",this.icon=(c=e==null?void 0:e.icon)!=null?c:""}}class Ca extends O{constructor(e){super(e),this.props=new ba(e==null?void 0:e.props)}static get controlName(){return r("CMD.link",null,"\u94FE\u63A5")}static get controlIcon(){return"iconlink_new"}static get controlType(){return"link"}}Ca.controlEventKeys=["on_click"],Ca.setting=[{key:"content",visible:!0},{key:"link-url",visible:!0},{key:"common-button-radio",visible:!0,name:"position",label:r("CMD.90741774578992730"),default:"left",options:[{value:"left",label:r("CMD.79471774579023855")},{value:"center",label:r("CMD.3c361774579037653")},{value:"right",label:r("CMD.9e811774579025727")}]},{key:"common-color-type",visible:!0,name:"color",label:r("CMD.d1ed1774579042905")},{key:"common-icon",visible:!0,name:"icon",label:r("CMD.1a781774579044216")},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"open-mode",visible:!0},{key:"super-setting",visible:!0}];class WB extends q{constructor(e){super(e),this.props=new ba(e==null?void 0:e.props)}static get controlType(){return"link"}}var Ic={Designer:Ca,Runtime:WB,Property:ba};class UB extends U{constructor(){super(...arguments),this.content={type:"string",required:!0,message:"\u8BF7\u8F93\u5165URL"},this.width={type:"number",required:!0,min:1,message:"\u8BF7\u8F93\u5165\u5BBD"},this.height={type:"number",required:!0,min:1,message:"\u8BF7\u8F93\u5165\u9AD8"}}}class kn extends j{constructor(e){var i,n,u;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:"",this.width=(n=e==null?void 0:e.width)!=null?n:600,this.height=(u=e==null?void 0:e.height)!=null?u:400}}kn.Rules=UB;class Bc extends O{constructor(e){super(e),this.props=new kn(e==null?void 0:e.props)}static get controlName(){return r("CMD.iframe",null,"\u7F51\u9875\u5D4C\u5165")}static get controlIcon(){return"iconiframe"}static get controlType(){return"iframe"}}Bc.setting=[{key:"content",visible:!0,name:"content",label:"URL"},{key:"common-input-number",visible:!0,name:"width",label:"\u5BBD",min:1,tip:"\u5BBD\u5EA6\u8BBE\u7F6E\u5728\u79FB\u52A8\u7AEF\u4E0D\u751F\u6548, \u79FB\u52A8\u7AEF\u9ED8\u8BA4\u5BBD\u5EA6\u4E3A100%"},{key:"common-input-number",visible:!0,name:"height",label:"\u9AD8",min:1},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class zB extends q{constructor(e){super(e),this.props=new kn(e==null?void 0:e.props)}static get controlType(){return"iframe"}}var Dc={Designer:Bc,Runtime:zB,Property:kn};class ee extends j{constructor(e){var i,n,u,l,a,c,s,h,d;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:r("CMD.button",null,"\u6309\u94AE"),this.buttonType=(n=e==null?void 0:e.buttonType)!=null?n:"primary",this.showType=(u=e==null?void 0:e.showType)!=null?u:"text",this.color=(l=e==null?void 0:e.color)!=null?l:"primary",this.icon=(a=e==null?void 0:e.icon)!=null?a:"iconfenlei2",this.defaultState=(c=e==null?void 0:e.defaultState)!=null?c:"default",this.command=(s=e==null?void 0:e.command)!=null?s:"custom",this.isLoading=(h=e==null?void 0:e.isLoading)!=null?h:!1,this.optObj=new c7((d=e==null?void 0:e.optObj)!=null?d:{})}}class p extends O{constructor(e){super(e),this.props=new ee(e==null?void 0:e.props)}static get controlName(){return r("CMD.button",null,"\u6309\u94AE")}static get controlIcon(){return"iconbtn"}static get controlType(){return"button"}}p.slots=["grid-table-toolbar-slot","action-bar-slot",Or.DEFAULT],p.controlEventKeys=["on_click"],p.setting=[{key:"button-content",visible:!0},{key:"button-opt-type",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class ue extends q{constructor(e){super(e),this.props=new ee(e==null?void 0:e.props)}static get controlType(){return"button"}}var Fc={Designer:p,Runtime:ue,Property:ee};class Ea extends j{constructor(e){var i,n,u,l,a,c;super(e),this.color=(i=e==null?void 0:e.color)!=null?i:"#000",this.lineStyle=(n=e==null?void 0:e.lineStyle)!=null?n:ca.SOLID,this.content=(u=e==null?void 0:e.content)!=null?u:"",this.position=(l=e==null?void 0:e.position)!=null?l:"left",this.captionColor=(e==null?void 0:e.captionColor)||"",this.captionSize=(e==null?void 0:e.captionSize)||"",this.isCaptionItalic=(e==null?void 0:e.isCaptionItalic)||!1,this.captionFontWeight=(a=e==null?void 0:e.captionFontWeight)!=null?a:ke.NORMAL,this.verticalPosition=(c=e==null?void 0:e.verticalPosition)!=null?c:"middle"}}class wc extends O{constructor(e){super(e),this.props=new Ea(e==null?void 0:e.props)}static get controlName(){return r("CMD.divider",null,"\u5206\u5272\u7EBF")}static get controlIcon(){return"iconfengexian"}static get controlType(){return"divider"}}wc.setting=[{key:"line-style",visible:!0},{key:"color",visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"content",visible:!0},{key:"common-button-radio",visible:!0,name:"position",label:r("CMD.30971774578990996"),default:"left",options:[{value:"left",label:r("CMD.77f61774579023852")},{value:"center",label:r("CMD.c2061774579037651")},{value:"right",label:r("CMD.92fa1774579025725")}]},{key:"common-button-radio",visible:!0,name:"verticalPosition",label:r("CMD.e9f61774578968941"),default:"middle",options:[{value:"top",label:r("CMD.2bfb1774579038746")},{value:"middle",label:r("CMD.9e231774579040279")},{value:"bottom",label:r("CMD.36d71774579041637")}]},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]}];class GB extends q{constructor(e){super(e),this.props=new Ea(e==null?void 0:e.props)}static get controlType(){return"divider"}}var Ac={Designer:wc,Runtime:GB,Property:Ea};class KB extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.dataBind={type:"any"},this.config={type:"array"},e.config.includes(Oe.ShowBizKey)&&(this.dataBind={type:"object",required:!0,fields:{fieldCode:{type:"string",required:!0,message:r("CMD.bizKeyNotBindFiled",null,"\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879")},dataCode:{type:"string",required:!0,message:r("CMD.bizKeyNotBindFiled",null,"\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879")}},message:r("CMD.bizKeyNotBindFiled",null,"\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879")}),!e.isHide&&e.config.length===0&&(this.config={type:"array",min:1,required:!0,message:r("CMD.pleaseSelectOneField",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01")})}}class Rn extends j{constructor(e){var i,n,u,l;super(e),this.dataBind=new ye(e==null?void 0:e.dataBind),this.config=(i=e==null?void 0:e.config)!=null?i:[Oe.ShowSubmitUser,Oe.ShowSubmitDept,Oe.ShowSubmitTime,Oe.ShowCurrentApprovar,Oe.ShowTitle],this.caption=(u=(n=e==null?void 0:e.caption)!=null?n:yt==null?void 0:yt.controlName)!=null?u:"",this.position=(l=e==null?void 0:e.position)!=null?l:"top"}}Rn.Rules=KB;class yt extends O{constructor(e){super(e),this.props=new Rn(e==null?void 0:e.props)}static get controlName(){return r("CMD.title",null,"\u6807\u9898\u7EC4\u4EF6")}static get controlIcon(){return"title"}static get controlType(){return"title"}}yt.controlFieldType=C.AUTO_NUMBER,yt.setting=[{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"title-setting",visible:!0},{key:"position",visible:!0},{key:"super-setting",visible:!0}];class QB extends q{constructor(e){super(e),this.props=new Rn(e==null?void 0:e.props)}static get controlType(){return"title"}}var Tc={Designer:yt,Runtime:QB,Property:Rn};class ZB extends U{constructor(e){super(e),this.formKey={type:"string",required:!0,message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}}class xn extends ee{constructor(e){var i,n,u,l;super(e),this.icon=(i=e==null?void 0:e.icon)!=null?i:ft.controlIcon,this.content=(n=e==null?void 0:e.content)!=null?n:ft.controlName,this.formKey=(u=e==null?void 0:e.formKey)!=null?u:"",this.openType=(l=e==null?void 0:e.openType)!=null?l:"modal"}}xn.Rules=ZB;class ft extends p{constructor(e){super(e),this.props=new xn(e==null?void 0:e.props)}static get controlName(){return r("CMD.createFormListButton",null,"\u521B\u5EFA\u5355\u636E")}static get controlIcon(){return"iconchuangjiandanju"}static get controlType(){return"list-page-btn-create-form"}}ft.slots=["grid-table-toolbar-slot"],ft.controlEventKeys=["on_click","on_click_finish"],ft.setting=[{key:"button-content",visible:!0},{key:"select-form",visible:!0},{key:"open-type",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class XB extends ue{constructor(e){super(e),this.props=new xn(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-create-form"}}var Sc={Designer:ft,Runtime:XB,Property:xn};class JB extends U{constructor(e){super(e),this.processKey=[{type:"string",message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},{type:"string",required:!0,message:r("CMD.pleaseEnterProcess",null,"\u8BF7\u7ED1\u5B9A\u6D41\u7A0B")}]}}class Mn extends ee{constructor(e){var i,n,u,l,a,c;super(e),this.icon=(i=e==null?void 0:e.icon)!=null?i:mt.controlIcon,this.content=(n=e==null?void 0:e.content)!=null?n:mt.controlName,this.initiatorMode=(u=e==null?void 0:e.initiatorMode)!=null?u:"currentInitiator",this.processKey=(l=e==null?void 0:e.processKey)!=null?l:"",this.fieldCode=(a=e==null?void 0:e.fieldCode)!=null?a:"",this.employeeId=(c=e==null?void 0:e.employeeId)!=null?c:""}}Mn.Rules=JB;class mt extends p{constructor(e){super(e),this.props=new Mn(e==null?void 0:e.props)}static get controlName(){return r("CMD.batchSubmissionListButton",null,"\u6279\u91CF\u63D0\u4EA4")}static get controlIcon(){return"iconbtn_piliangtijiao"}static get controlType(){return"list-page-btn-batch-submission"}}mt.slots=["grid-table-toolbar-slot"],mt.controlEventKeys=["on_click","on_click_finish"],mt.setting=[{key:"button-content",visible:!0},{key:"select-process",visible:!0},{key:"initiator-mode",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class YB extends ue{constructor(e){super(e),this.props=new Mn(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-submission"}}var Pc={Designer:mt,Runtime:YB,Property:Mn};class _a extends ee{constructor(e){var i,n;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:vt.controlName,this.icon=(n=e==null?void 0:e.icon)!=null?n:vt.controlIcon}}class vt extends p{constructor(e){super(e),this.props=new _a(e==null?void 0:e.props)}static get controlName(){return r("CMD.submissionRecordListButton",null,"\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55")}static get controlIcon(){return"iconyyzy-renwu"}static get controlType(){return"list-page-btn-submission-record"}}vt.slots=["grid-table-toolbar-slot"],vt.controlEventKeys=["on_click"],vt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class pB extends ue{constructor(e){super(e),this.props=new _a(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-submission-record"}}var Oc={Designer:vt,Runtime:pB,Property:_a};class Ia extends ee{constructor(e){var i,n,u,l,a;super(e),this.icon=(i=e==null?void 0:e.icon)!=null?i:gt.controlIcon,this.content=(n=e==null?void 0:e.content)!=null?n:gt.controlName,this.templateType=(u=e==null?void 0:e.templateType)!=null?u:"system",this.templateList=(a=(l=e==null?void 0:e.templateList)==null?void 0:l.map(c=>new Wt(c)))!=null?a:[new Wt({id:"default",name:r("CMD.defaultTemplate",null,"\u9ED8\u8BA4\u6A21\u7248"),appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}class gt extends p{constructor(e){super(e),this.props=new Ia(e==null?void 0:e.props)}static get controlName(){return r("CMD.exportListButton",null,"\u5BFC\u51FA")}static get controlIcon(){return"iconxiazai1"}static get controlType(){return"list-page-btn-export-list"}}gt.slots=["grid-table-toolbar-slot"],gt.controlEventKeys=["on_click","on_click_finish"],gt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"export-list-template",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class eD extends ue{constructor(e){super(e),this.props=new Ia(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-list"}}var kc={Designer:gt,Runtime:eD,Property:Ia};class Ba extends ee{constructor(e){var i,n;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:bt.controlName,this.icon=(n=e==null?void 0:e.icon)!=null?n:bt.controlIcon}}class bt extends p{constructor(e){super(e),this.props=new Ba(e==null?void 0:e.props)}static get controlName(){return r("CMD.exportRecordListButton",null,"\u5BFC\u51FA\u8BB0\u5F55")}static get controlIcon(){return"icondaochujilu"}static get controlType(){return"list-page-btn-export-record"}}bt.slots=["grid-table-toolbar-slot"],bt.controlEventKeys=["on_click"],bt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class tD extends ue{constructor(e){super(e),this.props=new Ba(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-record"}}var Rc={Designer:bt,Runtime:tD,Property:Ba};class iD{constructor(e){this.dataCode=e.dataCode}}class Da extends ee{constructor(e){var i,n,u,l,a;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:Ct.controlName,this.icon=(n=e==null?void 0:e.icon)!=null?n:Ct.controlIcon,this.canImportList=(l=(u=e==null?void 0:e.canImportList)==null?void 0:u.map(c=>new iD(c)))!=null?l:[],this.templateType=(a=e==null?void 0:e.templateType)!=null?a:"system"}}class Ct extends p{constructor(e){super(e),this.props=new Da(e==null?void 0:e.props)}static get controlName(){return r("CMD.importRecordListButton",null,"\u5BFC\u5165")}static get controlIcon(){return"iconshangchuan3"}static get controlType(){return"list-page-btn-import-record"}}Ct.slots=["grid-table-toolbar-slot"],Ct.controlEventKeys=["on_click","on_click_finish"],Ct.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"import-list-template",visible:!0},{key:"super-setting",visible:!0}];class nD extends ue{constructor(e){super(e),this.props=new Da(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-import-record"}}var xc={Designer:Ct,Runtime:nD,Property:Da};function uD(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function lD(t){if(!t.trim())return{};try{const e=JSON.parse(t);return uD(e)?e:{}}catch(e){return{}}}function aD(t){return Array.isArray(t)?t:t?[t]:[]}function Mc(t){return typeof t!="string"||t.trim()===""}function rD(t,e){const i=lD(t);return aD(i[e]).some(n=>n.type==="category")}function Nn(t,e,i){return{type:"string",validator(n,u,l){if(rD(t.optionJson,e)&&Mc(u)){l(i);return}l()}}}function Fa(t){return{type:"array",validator(e,i,n){if(!Array.isArray(i)||i.length===0||i.some(u=>Mc(u==null?void 0:u.valueField))){n(t);return}n()}}}function Ln(){return{dataCode:{type:"string",required:!0,message:r("CMD.pleaseEnterDataCode",null,"\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B")},fillList:{type:"array",defaultField:{type:"object",fields:{fieldCode:{type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},controlId:{type:"string",required:!0,message:r("CMD.pleaseSelectControl",null,"\u8BF7\u9009\u62E9\u63A7\u4EF6")}}}}}}class oD extends U{constructor(e){super(e),this.fillPayload={type:"object",fields:lt({},Ln())},this.formBind={type:"object",fields:{formKey:{type:"string",required:!0,message:r("CMD.pleaseEnterList",null,"\u8BF7\u7ED1\u5B9A\u5217\u8868")}}},this.fillBack={type:"object",fields:lt({mode:{type:"string",required:!0,message:r("CMD.pleaseSelectFillBackMode",null,"\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E")}},Ln())},(e.command==="edit"||e.command==="view")&&(this.formBind.fields.primaryControlId={type:"string",required:!0,message:r("CMD.pleaseSelectControl",null,"\u8BF7\u9009\u62E9\u63A7\u4EF6")})}}class $n extends ee{constructor(e){var i,n,u;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:zt.controlName,this.icon=(n=e==null?void 0:e.icon)!=null?n:zt.controlIcon,this.command=(u=e==null?void 0:e.command)!=null?u:"create",this.fillPayload=new lo(e==null?void 0:e.fillPayload),this.formBind=new z_(e==null?void 0:e.formBind),this.fillBack=new ao(e==null?void 0:e.fillBack)}}$n.Rules=oD;class zt extends p{constructor(e){super(e),this.props=new $n(e==null?void 0:e.props)}static get controlName(){return r("CMD.formSelectButton",null,"\u8868\u5355\u64CD\u4F5C")}static get controlIcon(){return"iconbiaodancaozuo"}static get controlType(){return"form-select-button"}}zt.controlEventKeys=["on_click","on_click_finish"],zt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class cD extends ue{constructor(e){super(e),this.props=new $n(e==null?void 0:e.props)}static get controlType(){return"form-select-button"}}var Nc={Designer:zt,Runtime:cD,Property:$n};class sD extends U{constructor(e){super(e),this.fillPayload={type:"object",fields:lt({},Ln())},this.listPageBind={type:"object",fields:{formKey:{type:"string",required:!0,message:r("CMD.pleaseEnterList",null,"\u8BF7\u7ED1\u5B9A\u5217\u8868")},headers:{type:"array",required:!0,message:r("CMD.pleaseSelectAtLeastOneColumn",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5")}}},this.fillBack={type:"object",fields:lt({mode:{type:"string",required:!0,message:r("CMD.pleaseSelectFillBackMode",null,"\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E")}},Ln())}}}class Hn extends ee{constructor(e){var i,n,u,l,a;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:Gt.controlName,this.icon=(n=e==null?void 0:e.icon)!=null?n:Gt.controlIcon,this.fillPayload=new lo(e==null?void 0:e.fillPayload),this.listPageBind=new hl(e==null?void 0:e.listPageBind),this.fillBack=new ao(e==null?void 0:e.fillBack),this.showSelectedDetail=(u=e==null?void 0:e.showSelectedDetail)!=null?u:!1,this.selectedContentConfig=new ml(e==null?void 0:e.selectedContentConfig),this.isSelectedRowFill=(l=e==null?void 0:e.isSelectedRowFill)!=null?l:!1,this.disableFilling=(a=e==null?void 0:e.disableFilling)!=null?a:!0}}Hn.Rules=sD;class Gt extends p{constructor(e){super(e),this.props=new Hn(e==null?void 0:e.props)}static get controlName(){return r("CMD.listSelectButton",null,"\u5217\u8868\u9009\u62E9")}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"list-select-button"}}Gt.controlEventKeys=["on_click","on_click_finish","on_modal_ok"],Gt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class dD extends ue{constructor(e){super(e),this.props=new Hn(e==null?void 0:e.props)}static get controlType(){return"list-select-button"}}var Lc={Designer:Gt,Runtime:dD,Property:Hn};class hD extends U{constructor(e){super(e)}}class yD extends Ne{constructor(e){super(e)}}class Kt extends j{constructor(e){super(e)}}Kt.Rules=hD,Kt.RuntimeRules=yD;class $c extends O{constructor(e){super(e),this.props=new Kt(e==null?void 0:e.props)}static get controlName(){return r("CMD.pagination",null,"\u5206\u9875")}static get controlIcon(){return"pagination"}static get controlType(){return"pagination"}}$c.setting=[];class fD extends q{constructor(e){super(e),this.props=new Kt(e==null?void 0:e.props)}static get controlType(){return"pagination"}}var Hc={Designer:$c,Runtime:fD,Property:Kt};class mD extends U{constructor(e){super(e),this.dashboardKey={type:"string",required:!0,message:r("CMD.pleaseSelectDashboard",null,"\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8")},this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.captionTip={type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")},this.isShowReportParams={type:"boolean"},this.reportParams={type:"array",min:0},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Vn extends j{constructor(e){var i,n,u,l,a,c,s,h;super(e),this.dashboardKey=(i=e==null?void 0:e.dashboardKey)!=null?i:"",this.caption=(n=e==null?void 0:e.caption)!=null?n:"",this.isHideCaption=(u=e==null?void 0:e.isHideCaption)!=null?u:!1,this.isShowCaptionTip=(l=e==null?void 0:e.isShowCaptionTip)!=null?l:!1,this.captionTip=(a=e==null?void 0:e.captionTip)!=null?a:"",this.labelPosition=(c=e==null?void 0:e.labelPosition)!=null?c:"top",this.isShowReportParams=(s=e==null?void 0:e.isShowReportParams)!=null?s:!1,this.reportParams=(h=e==null?void 0:e.reportParams)!=null?h:[]}}Vn.Rules=mD;class Vc extends O{constructor(e){super(e),this.props=new Vn(e==null?void 0:e.props)}static get controlName(){return r("CMD.dashboard",null,"\u4EEA\u8868\u76D8")}static get controlIcon(){return"iconbiaodan_yibiaopan"}static get controlType(){return"dashboard"}}Vc.setting=[{key:"dashboard-setting",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE,o.IS_SHOW_CAPTION_TIP]},{key:"report-params-setting",visible:!0},{key:"super-setting",visible:!0}];class vD extends q{constructor(e){super(e),this.props=new Vn(e==null?void 0:e.props)}static get controlType(){return"dashboard"}}var jc={Designer:Vc,Runtime:vD,Property:Vn};class gD extends U{constructor(e){super(e),this.seriesConfig=Fa(r("CMD.pleaseSelectSeriesValueField",null,"\u8BF7\u7ED1\u5B9A\u7CFB\u5217\u503C\u5B57\u6BB5")),this.xField=Nn(e,"xAxis",r("CMD.pleaseSelectXAxisField",null,"\u8BF7\u7ED1\u5B9A X \u8F74\u5B57\u6BB5")),this.yField=Nn(e,"yAxis",r("CMD.pleaseSelectYAxisField",null,"\u8BF7\u7ED1\u5B9A Y \u8F74\u5B57\u6BB5"))}}const bD={grid:{left:"3%",right:"4%",bottom:"3%",containLabel:!0},xAxis:{type:"category",data:["Mon","Tue","Wed","Thu","Fri","Sat","Sun"]},yAxis:{type:"value"},series:[{type:"bar",data:[120,200,150,80,70,110,130]}]};class jn extends j{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B,v;super(e),this.optionConfig="datasource",this.caption=(i=e==null?void 0:e.caption)!=null?i:qn.controlName,this.isHideCaption=(n=e==null?void 0:e.isHideCaption)!=null?n:!1,this.isShowCaptionTip=(u=e==null?void 0:e.isShowCaptionTip)!=null?u:!1,this.labelPosition=(l=e==null?void 0:e.labelPosition)!=null?l:"top",this.captionTip=(a=e==null?void 0:e.captionTip)!=null?a:"",this.captionColor=(e==null?void 0:e.captionColor)||"",this.captionSize=(e==null?void 0:e.captionSize)||"",this.isCaptionItalic=(e==null?void 0:e.isCaptionItalic)||!1,this.captionFontWeight=(c=e==null?void 0:e.captionFontWeight)!=null?c:ke.NORMAL,this.isHide=(s=e==null?void 0:e.isHide)!=null?s:!1,this.template=(h=e==null?void 0:e.template)!=null?h:"bar-basic",this.optionJson=(d=e==null?void 0:e.optionJson)!=null?d:JSON.stringify(bD,null,2),this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.filterItemDatasourceBind=new W(e==null?void 0:e.filterItemDatasourceBind),this.multistageFilling=(g=(f=e==null?void 0:e.multistageFilling)==null?void 0:f.map(I=>new Q(I)))!=null?g:[],this.defaultValue=(E=e==null?void 0:e.defaultValue)!=null?E:[],this.openMultistageFilling=(_=e==null?void 0:e.openMultistageFilling)!=null?_:!1,this.xField=(b=e==null?void 0:e.xField)!=null?b:"",this.yField=(B=e==null?void 0:e.yField)!=null?B:"",this.seriesConfig=(v=e==null?void 0:e.seriesConfig)!=null?v:[]}}jn.Rules=gD;class qn extends O{constructor(e){super(e),this.props=new jn(e==null?void 0:e.props)}static get controlName(){return r("CMD.barChart",null,"\u67F1\u72B6\u56FE")}static get controlIcon(){return"iconBarchart"}static get controlType(){return"bar-chart"}static get controlCustomAttributes(){return[]}}qn.controlEventKeys=["on_chart_change"],qn.setting=[{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE,o.IS_SHOW_CAPTION_TIP]},{key:"common-select",visible:!0,name:"template",label:"\u6A21\u7248",default:"default",options:[{value:"bar-basic",label:"\u57FA\u7840\u67F1\u72B6\u56FE"},{value:"bar-background",label:"\u5E26\u80CC\u666F\u8272\u7684\u67F1\u72B6\u56FE"},{value:"bar-waterfall",label:"\u7011\u5E03\u56FE"},{value:"bar-alternating",label:"\u4EA4\u9519\u6B63\u8D1F\u8F74\u6807\u7B7E"},{value:"bar-multi-y",label:"\u591A Y \u8F74\u793A\u4F8B"},{value:"bar-stacked",label:"\u5806\u53E0\u67F1\u72B6\u56FE"},{value:"bar-stacked-rounded",label:"\u5E26\u5706\u89D2\u7684\u5806\u79EF\u67F1\u72B6\u56FE"},{value:"bar-stacked-horizontal",label:"\u5806\u53E0\u6761\u5F62\u56FE"},{value:"bar-positive-negative",label:"\u6B63\u8D1F\u6761\u5F62\u56FE"}]},{key:"chart-setting",visible:!0},{key:"chart-data-bind",visible:!0},{key:"super-setting",visible:!0}];class CD extends q{constructor(e){super(e),this.props=new jn(e==null?void 0:e.props)}static get controlType(){return"bar-chart"}}var qc={Designer:qn,Runtime:CD,Property:jn};class ED extends U{constructor(e){super(e),this.seriesConfig=Fa(r("CMD.pleaseSelectSeriesValueField",null,"\u8BF7\u7ED1\u5B9A\u7CFB\u5217\u503C\u5B57\u6BB5")),this.xField=Nn(e,"xAxis",r("CMD.pleaseSelectXAxisField",null,"\u8BF7\u7ED1\u5B9A X \u8F74\u5B57\u6BB5")),this.yField=Nn(e,"yAxis",r("CMD.pleaseSelectYAxisField",null,"\u8BF7\u7ED1\u5B9A Y \u8F74\u5B57\u6BB5"))}}const _D={grid:{left:"3%",right:"4%",bottom:"3%",containLabel:!0},xAxis:{type:"category",data:["Mon","Tue","Wed","Thu","Fri","Sat","Sun"]},yAxis:{type:"value"},series:[{type:"line",data:[120,200,150,80,70,110,130]}]};class Wn extends j{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B,v;super(e),this.optionConfig="datasource",this.caption=(i=e==null?void 0:e.caption)!=null?i:Un.controlName,this.isHideCaption=(n=e==null?void 0:e.isHideCaption)!=null?n:!1,this.isShowCaptionTip=(u=e==null?void 0:e.isShowCaptionTip)!=null?u:!1,this.labelPosition=(l=e==null?void 0:e.labelPosition)!=null?l:"top",this.captionTip=(a=e==null?void 0:e.captionTip)!=null?a:"",this.captionColor=(e==null?void 0:e.captionColor)||"",this.captionSize=(e==null?void 0:e.captionSize)||"",this.isCaptionItalic=(e==null?void 0:e.isCaptionItalic)||!1,this.captionFontWeight=(c=e==null?void 0:e.captionFontWeight)!=null?c:ke.NORMAL,this.isHide=(s=e==null?void 0:e.isHide)!=null?s:!1,this.template=(h=e==null?void 0:e.template)!=null?h:"line-basic",this.optionJson=(d=e==null?void 0:e.optionJson)!=null?d:JSON.stringify(_D,null,2),this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.filterItemDatasourceBind=new W(e==null?void 0:e.filterItemDatasourceBind),this.multistageFilling=(g=(f=e==null?void 0:e.multistageFilling)==null?void 0:f.map(I=>new Q(I)))!=null?g:[],this.defaultValue=(E=e==null?void 0:e.defaultValue)!=null?E:[],this.openMultistageFilling=(_=e==null?void 0:e.openMultistageFilling)!=null?_:!1,this.xField=(b=e==null?void 0:e.xField)!=null?b:"",this.yField=(B=e==null?void 0:e.yField)!=null?B:"",this.seriesConfig=(v=e==null?void 0:e.seriesConfig)!=null?v:[]}}Wn.Rules=ED;class Un extends O{constructor(e){super(e),this.props=new Wn(e==null?void 0:e.props)}static get controlName(){return r("CMD.lineChart",null,"\u6298\u7EBF\u56FE")}static get controlIcon(){return"iconPiechart"}static get controlType(){return"line-chart"}static get controlCustomAttributes(){return[]}}Un.controlEventKeys=["on_chart_change"],Un.setting=[{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE,o.IS_SHOW_CAPTION_TIP]},{key:"common-select",visible:!0,name:"template",label:"\u6A21\u7248",default:"line-basic",options:[{value:"line-basic",label:"\u57FA\u7840\u6298\u7EBF\u56FE"},{value:"line-smooth",label:"\u57FA\u7840\u5E73\u6ED1\u6298\u7EBF\u56FE"},{value:"line-area",label:"\u57FA\u7840\u9762\u79EF\u56FE"},{value:"line-stacked",label:"\u5806\u53E0\u6298\u7EBF\u56FE"},{value:"line-stacked-area",label:"\u5806\u53E0\u9762\u79EF\u56FE"}]},{key:"chart-setting",visible:!0},{key:"chart-data-bind",visible:!0},{key:"super-setting",visible:!0}];class ID extends q{constructor(e){super(e),this.props=new Wn(e==null?void 0:e.props)}static get controlType(){return"line-chart"}}var Wc={Designer:Un,Runtime:ID,Property:Wn};const BD={tooltip:{trigger:"item"},legend:{top:"bottom"},series:[{type:"pie",radius:["40%","70%"],itemStyle:{borderRadius:10},data:[{value:1048,name:"\u641C\u7D22\u5F15\u64CE"},{value:735,name:"\u76F4\u63A5\u8BBF\u95EE"},{value:580,name:"\u90AE\u4EF6\u8425\u9500"},{value:484,name:"\u8054\u76DF\u5E7F\u544A"},{value:300,name:"\u89C6\u9891\u5E7F\u544A"}]}],grid:{left:"3%",right:"4%",bottom:"3%",containLabel:!0}};class DD extends U{constructor(e){super(e),this.seriesConfig=Fa(r("CMD.pleaseSelectSeriesValueField",null,"\u8BF7\u7ED1\u5B9A\u7CFB\u5217\u503C\u5B57\u6BB5"))}}class zn extends j{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b;super(e),this.optionConfig="datasource",this.caption=(i=e==null?void 0:e.caption)!=null?i:Gn.controlName,this.isHideCaption=(n=e==null?void 0:e.isHideCaption)!=null?n:!1,this.isShowCaptionTip=(u=e==null?void 0:e.isShowCaptionTip)!=null?u:!1,this.labelPosition=(l=e==null?void 0:e.labelPosition)!=null?l:"top",this.captionTip=(a=e==null?void 0:e.captionTip)!=null?a:"",this.captionColor=(e==null?void 0:e.captionColor)||"",this.captionSize=(e==null?void 0:e.captionSize)||"",this.isCaptionItalic=(e==null?void 0:e.isCaptionItalic)||!1,this.captionFontWeight=(c=e==null?void 0:e.captionFontWeight)!=null?c:ke.NORMAL,this.isHide=(s=e==null?void 0:e.isHide)!=null?s:!1,this.template=(h=e==null?void 0:e.template)!=null?h:"pie-rounded-ring",this.optionJson=(d=e==null?void 0:e.optionJson)!=null?d:JSON.stringify(BD,null,2),this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.filterItemDatasourceBind=new W(e==null?void 0:e.filterItemDatasourceBind),this.multistageFilling=(g=(f=e==null?void 0:e.multistageFilling)==null?void 0:f.map(B=>new Q(B)))!=null?g:[],this.defaultValue=(E=e==null?void 0:e.defaultValue)!=null?E:[],this.openMultistageFilling=(_=e==null?void 0:e.openMultistageFilling)!=null?_:!1,this.seriesConfig=(b=e==null?void 0:e.seriesConfig)!=null?b:[]}}zn.Rules=DD;class Gn extends O{constructor(e){super(e),this.props=new zn(e==null?void 0:e.props)}static get controlName(){return r("CMD.pieChart",null,"\u997C\u56FE")}static get controlIcon(){return"iconPiechart"}static get controlType(){return"pie-chart"}static get controlCustomAttributes(){return[]}}Gn.controlEventKeys=["on_chart_change"],Gn.setting=[{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE,o.IS_SHOW_CAPTION_TIP]},{key:"common-select",visible:!0,name:"template",label:"\u6A21\u7248",default:"default",options:[{value:"pie-rounded-ring",label:"\u5706\u89D2\u73AF\u5F62\u56FE"},{value:"pie-ring",label:"\u73AF\u5F62\u56FE"},{value:"pie-half-ring",label:"\u534A\u73AF\u5F62\u56FE"},{value:"pie-gap",label:"\u997C\u56FE\u6247\u533A\u95F4\u9699"},{value:"pie-rose",label:"\u57FA\u7840\u5357\u4E01\u683C\u5C14\u73AB\u7470\u56FE"},{value:"pie-texture",label:"\u997C\u56FE\u7EB9\u7406"}]},{key:"chart-setting",visible:!0},{key:"chart-data-bind",visible:!0},{key:"super-setting",visible:!0}];class FD extends q{constructor(e){super(e),this.props=new zn(e==null?void 0:e.props)}static get controlType(){return"pie-chart"}}var Uc={Designer:Gn,Runtime:FD,Property:zn};class wD extends U{constructor(e){super(e),this.showType={type:"enum",enum:["select","tabs"]},this.viewList={type:"array",defaultField:{type:"object",fields:{title:{type:"string",required:!0,message:r("CMD.theViewNameCannotBeEmpty",null,"\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A")},headers:{type:"array",required:!0,min:1,message:r("CMD.pleaseSelectAtLeastOneColumn",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5")}}}}}}class Kn extends j{constructor(e){var i,n,u;super(e),this.showType=(i=e==null?void 0:e.showType)!=null?i:"select",this.viewList=(u=(n=e==null?void 0:e.viewList)==null?void 0:n.map(l=>new r7(l)))!=null?u:[]}}Kn.Rules=wD;class zc extends O{constructor(e){super(e),this.props=new Kn(e==null?void 0:e.props)}static get controlName(){return r("CMD.listViewSelect",null,"\u5217\u8868\u89C6\u56FE")}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"list-view-select"}}zc.setting=[{key:"view-list-setting",visible:!0},{key:"view-list-show-type",visible:!0},{key:"super-setting",visible:!0}];class AD extends q{constructor(e){super(e),this.props=new Kn(e==null?void 0:e.props)}static get controlType(){return"list-view-select"}}var Gc={Designer:zc,Runtime:AD,Property:Kn};class TD extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.ocrType={type:"string",required:!0,message:r("CMD.pleaseSelectOcrType",null,"\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B")},this.fillList={type:"array",validator(i,n,u){if(n.every(a=>!a.controlId)){u(r("CMD.pleaseSelectAtLeastOneFieldToFillIn",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145"));return}u()}},this.captionTip={type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Qn extends ee{constructor(e){var i,n,u,l,a,c,s,h,d,f;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:Et.controlName,this.isHideCaption=(n=e==null?void 0:e.isHideCaption)!=null?n:!1,this.isShowCaptionTip=(u=e==null?void 0:e.isShowCaptionTip)!=null?u:!1,this.captionTip=(l=e==null?void 0:e.captionTip)!=null?l:"",this.labelPosition=(a=e==null?void 0:e.labelPosition)!=null?a:"top",this.content=(c=e==null?void 0:e.content)!=null?c:Et.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:Et.controlIcon,this.ocrType=(h=e==null?void 0:e.ocrType)!=null?h:"",this.fillList=(f=(d=e==null?void 0:e.fillList)==null?void 0:d.map(g=>new Q(g)))!=null?f:[]}}Qn.Rules=TD;class Et extends p{constructor(e){super(e),this.props=new Qn(e==null?void 0:e.props)}static get controlName(){return r("CMD.textOcrButton",null,"\u6587\u5B57\u8BC6\u522B")}static get controlIcon(){return"iconwenzishibie"}static get controlType(){return"text-ocr-button"}}Et.controlEventKeys=["on_click","on_click_finish"],Et.setting=[{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"text-ocr",visible:!0},{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE,o.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class SD extends ue{constructor(e){super(e),this.props=new Qn(e==null?void 0:e.props)}static get controlType(){return"text-ocr-button"}}var Kc={Designer:Et,Runtime:SD,Property:Qn};class PD extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.invoiceCheck={type:"boolean"},this.fillList={type:"array",validator(i,n,u){if(n.every(a=>!a.controlId)){u(r("CMD.pleaseSelectAtLeastOneFieldToFillIn",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145"));return}u()}},this.captionTip={type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Zn extends ee{constructor(e){var i,n,u,l,a,c,s,h,d,f;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:_t.controlName,this.isHideCaption=(n=e==null?void 0:e.isHideCaption)!=null?n:!1,this.isShowCaptionTip=(u=e==null?void 0:e.isShowCaptionTip)!=null?u:!1,this.captionTip=(l=e==null?void 0:e.captionTip)!=null?l:"",this.labelPosition=(a=e==null?void 0:e.labelPosition)!=null?a:"top",this.content=(c=e==null?void 0:e.content)!=null?c:_t.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:_t.controlIcon,this.invoiceCheck=(h=e==null?void 0:e.invoiceCheck)!=null?h:!0,this.fillList=(f=(d=e==null?void 0:e.fillList)==null?void 0:d.map(g=>new Q(g)))!=null?f:[]}}Zn.Rules=PD;class _t extends p{constructor(e){super(e),this.props=new Zn(e==null?void 0:e.props)}static get controlName(){return r("CMD.invoiceCheckButton",null,"\u53D1\u7968\u8BC6\u522B")}static get controlIcon(){return"iconfabiaoshibie1"}static get controlType(){return"invoice-check-button"}}_t.controlEventKeys=["on_click","on_click_finish"],_t.setting=[{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"text-ocr",visible:!0},{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE,o.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class OD extends ue{constructor(e){super(e),this.props=new Zn(e==null?void 0:e.props)}static get controlType(){return"invoice-check-button"}}var Qc={Designer:_t,Runtime:OD,Property:Zn};class kD extends U{constructor(){super(...arguments),this.printTemplates={type:"array",min:1,required:!0,message:r("CMD.pleaseUploadAtLeastOnePrintTemplate",null,"\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01")}}}class Xn extends ee{constructor(e){var i,n,u,l,a;super(e),this.icon=(i=e==null?void 0:e.icon)!=null?i:It.controlIcon,this.content=(n=e==null?void 0:e.content)!=null?n:It.controlName,this.printTemplates=(l=(u=e==null?void 0:e.printTemplates)==null?void 0:u.map(c=>new gc(c)))!=null?l:[],this.autoSelectTemplate=(a=e==null?void 0:e.autoSelectTemplate)!=null?a:!1}}Xn.Rules=kD;class It extends p{constructor(e){super(e),this.props=new Xn(e==null?void 0:e.props)}static get controlName(){return r("CMD.batchPrintListButton",null,"\u6279\u91CF\u6253\u5370")}static get controlIcon(){return"iconbtn_piliangtijiao"}static get controlType(){return"list-page-btn-batch-print"}}It.slots=["grid-table-toolbar-slot"],It.controlEventKeys=["on_click","on_click_finish"],It.setting=[{key:"button-content",visible:!0},{key:"batch-print-setting",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class RD extends ue{constructor(e){super(e),this.props=new Xn(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print"}}var Zc={Designer:It,Runtime:RD,Property:Xn};class wa extends ee{constructor(e){var i,n;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:Bt.controlName,this.icon=(n=e==null?void 0:e.icon)!=null?n:Bt.controlIcon}}class Bt extends p{constructor(e){super(e),this.props=new wa(e==null?void 0:e.props)}static get controlName(){return r("CMD.batchPrintRecordList",null,"\u6279\u91CF\u6253\u5370\u8BB0\u5F55")}static get controlIcon(){return"iconyyzy-renwu"}static get controlType(){return"list-page-btn-batch-print-record"}}Bt.slots=["grid-table-toolbar-slot"],Bt.controlEventKeys=["on_click"],Bt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class xD extends ue{constructor(e){super(e),this.props=new wa(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print-record"}}var Xc={Designer:Bt,Runtime:xD,Property:wa};class MD extends U{constructor(e){super(e),this.formKey={type:"string",required:!1},(e.command==="edit"||e.command==="view")&&(this.formKey={type:"string",required:!0,message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")})}}class Jn extends j{constructor(e){var i,n,u,l,a,c;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:r("CMD.button",null,"\u6309\u94AE"),this.code=e==null?void 0:e.code,this.command=(n=e==null?void 0:e.command)!=null?n:"custom",this.color=(u=e==null?void 0:e.color)!=null?u:"primary",this.icon=e==null?void 0:e.icon,this.formKey=e==null?void 0:e.formKey,this.openType=e==null?void 0:e.openType,this.needConfirm=e==null?void 0:e.needConfirm,this.confirmMessage=e==null?void 0:e.confirmMessage,this.options=e==null?void 0:e.options,this.defaultState=(l=e==null?void 0:e.defaultState)!=null?l:"default",this.priorityProcess=e==null?void 0:e.priorityProcess,this.isLoading=(a=e==null?void 0:e.isLoading)!=null?a:!1,this.isSyncDelete=(c=e==null?void 0:e.isSyncDelete)!=null?c:!1}}Jn.Rules=MD;class Yn extends O{constructor(e){super(e),this.props=new Jn(e==null?void 0:e.props)}static get controlName(){return r("CMD.operationButton",null,"\u64CD\u4F5C\u6309\u94AE")}static get controlIcon(){return"iconbtn"}static get controlType(){return"operation-button"}}Yn.controlEventKeys=["on_click"],Yn.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class ND extends q{constructor(e){super(e),this.props=new Jn(e==null?void 0:e.props)}static get controlType(){return"operation-button"}}var Jc={Designer:Yn,Runtime:ND,Property:Jn};class Aa extends j{constructor(e){var i,n,u,l,a,c,s,h,d;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:Dt.controlName,this.icon=(n=e==null?void 0:e.icon)!=null?n:Dt.controlIcon,this.buttonType=(u=e==null?void 0:e.buttonType)!=null?u:"primary",this.showType=(l=e==null?void 0:e.showType)!=null?l:"iconText",this.color=(a=e==null?void 0:e.color)!=null?a:"danger",this.isHide=(c=e==null?void 0:e.isHide)!=null?c:!1,this.defaultState=(s=e==null?void 0:e.defaultState)!=null?s:"default",this.command=(h=e==null?void 0:e.command)!=null?h:"custom",this.isLoading=(d=e==null?void 0:e.isLoading)!=null?d:!1}}class Dt extends O{constructor(e){super(e),this.props=new Aa(e==null?void 0:e.props)}static get controlName(){return r("CMD.batchDeleteButton",null,"\u6279\u91CF\u5220\u9664")}static get controlIcon(){return"iconlajitong"}static get controlType(){return"list-page-btn-batch-delete"}}Dt.slots=["grid-table-toolbar-slot"],Dt.controlEventKeys=["on_click"],Dt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class LD extends q{constructor(e){super(e),this.props=new Aa(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-delete"}}var Yc={Designer:Dt,Runtime:LD,Property:Aa};class $D extends U{constructor(e){super(e),this.actionSetting={type:"object",fields:{dataCode:{type:"string",required:!0,message:r("CMD.pleaseEnterDataCode",null,"\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B")},formKey:{type:"string",required:!0,message:r("CMD.pleaseEnterList",null,"\u8BF7\u7ED1\u5B9A\u5217\u8868")}}}}}class pn extends j{constructor(e){var i,n,u,l,a,c;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:eu.controlName,this.isShowSimpleSearch=(n=e==null?void 0:e.isShowSimpleSearch)!=null?n:!0,this.isShowToolbar=(u=e==null?void 0:e.isShowToolbar)!=null?u:!0,this.isHideCaption=(l=e==null?void 0:e.isHideCaption)!=null?l:!1,this.actionSetting=(a=new ha(e==null?void 0:e.actionSetting))!=null?a:new ha,this.listHeightSetting=(c=new ya(e==null?void 0:e.listHeightSetting))!=null?c:new ya}}pn.Rules=$D;class eu extends O{constructor(e){super(e),this.props=new pn(e==null?void 0:e.props)}static get controlName(){return r("CMD.referenceList",null,"\u5F15\u7528\u5217\u8868")}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"reference-list"}}eu.controlEventKeys=["on_list_rowclick"],eu.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE,o.IS_SHOW_SIMPLE_SEARCH,o.IS_SHOW_TOOL_BAE]},{key:"action-setting",visible:!0},{key:"line-height-setting",visible:!0},{key:"super-setting",visible:!0}];class HD extends q{constructor(e){super(e),this.props=new pn(e==null?void 0:e.props)}static get controlType(){return"reference-list"}}var pc={Designer:eu,Runtime:HD,Property:pn};class Ta extends j{constructor(e){var i;super(e),this.content=(i=e==null?void 0:e.content)!=null?i:"",this.commentOptions=(e==null?void 0:e.commentOptions)||[]}}class es extends O{constructor(e){super(e),this.props=new Ta(e==null?void 0:e.props)}static get controlName(){return r("CMD.comment",null,"\u610F\u89C1\u6807\u7B7E")}static get controlIcon(){return"icona-fenlei22"}static get controlType(){return"comment"}}es.setting=[{key:"content",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"comment-option",visible:!0},{key:"super-setting",visible:!0}];class VD extends q{constructor(e){super(e),this.props=new Ta(e==null?void 0:e.props)}static get controlType(){return"comment"}}var ts={Designer:es,Runtime:VD,Property:Ta},jD=Object.freeze({__proto__:null,Text:_c,Link:Ic,Iframe:Dc,Button:Fc,Divider:Ac,Title:Tc,CreateFormListButton:Sc,BatchSubmissionListButton:Pc,SubmissionRecordListButton:Oc,ExportListButton:kc,ExportRecordListButton:Rc,ImportRecordListButton:xc,FormSelectButton:Nc,ListSelectButton:Lc,Pagination:Hc,Dashboard:jc,BarChart:qc,LineChart:Wc,PieChart:Uc,ListViewSelect:Gc,TextOcrButton:Kc,InvoiceCheckButton:Qc,BatchPrintListButton:Zc,BatchPrintRecordListButton:Xc,OperationButton:Jc,BatchDeleteButton:Yc,ReferenceList:pc,CommentControl:ts});class qD extends z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:r("CMD.TheMaximumLengthIsGreaterThanTheMinimumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6")},this.minLength={type:"number",max:200,message:r("CMD.TheMinimumLengthIsGreaterThanTheMaximumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6")},this.defaultValue=[{type:"string",max:200,min:0,message:r("CMD.stringRangeError",null,"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")},{pattern:"",message:""}],this.maxLength.min=e.minLength,this.minLength.max=e.maxLength,this.defaultValue[0].max=e.maxLength,this.defaultValue[0].min=e.minLength,this.defaultValue[0].message=r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C"),this.defaultValue[1].pattern=Ut(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class WD extends M{constructor(e){super(e),this.push({type:"string",message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},{max:e.maxLength,min:e.minLength,message:r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Ut(e.regularRules.expression),message:e.regularRules.errMessage})}}class Ft extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f;super(e),this.maxLength=(i=e==null?void 0:e.maxLength)!=null?i:200,this.minLength=(n=e==null?void 0:e.minLength)!=null?n:0,this.regularRules=new ro(e==null?void 0:e.regularRules),this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:"",this.caption=(l=e==null?void 0:e.caption)!=null?l:wt.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.encrypted=(c=e==null?void 0:e.encrypted)!=null?c:!1,this.encryptedMode=(s=e==null?void 0:e.encryptedMode)!=null?s:"",this.aiContentSearch=(h=e==null?void 0:e.aiContentSearch)!=null?h:!1,this.autoHeight=(d=e==null?void 0:e.autoHeight)!=null?d:!1,this.lineEllipsis=(f=e==null?void 0:e.lineEllipsis)!=null?f:1}}Ft.Rules=qD,Ft.RuntimeRules=WD;class wt extends A{constructor(e){super(e),this.props=new Ft(e==null?void 0:e.props)}static get controlName(){return r("CMD.input",null,"\u5355\u884C\u6587\u672C")}static get controlIcon(){return"iconSingleline_new1"}static get controlType(){return"input"}}wt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],wt.controlFieldType=C.VARCHAR,wt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP,o.ENCRYPTED]},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"ai-content-search",visible:!0},{key:"column-autoHeight",visible:!1},{key:"column-line-ellipsis",visible:!1},{key:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"default-value",visible:!0},{key:"regular-rules",visible:!0},{key:"super-setting",visible:!0}];class is extends T{constructor(e){super(e),this.props=new Ft(e==null?void 0:e.props)}static get controlType(){return"input"}}is.controlFieldType=C.VARCHAR;var ns={Designer:wt,Runtime:is,Property:Ft};class UD extends Le{constructor(e){super(e),this.limitMax={type:"number",min:void 0,message:r("CMD.PleaseReselectTheOptionalQuantity",null,"\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF")},e.limitMax==="unlimited"&&(this.limitMax.type="string");const n=u=>u==="unlimited"?void 0:u;this.limitMax.min=n(e.limitMin)}}class zD extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),this.push({type:"array",max:typeof e.limitMax=="number"?e.limitMax:void 0,min:typeof e.limitMin=="number"?e.limitMin:void 0})}}class Qt extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B;super(e),this.options=de((i=e==null?void 0:e.options)!=null?i:[{label:r("CMD.optionOne",null,"\u9009\u9879\u4E00"),value:r("CMD.optionOne",null,"\u9009\u9879\u4E00")},{label:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C"),value:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C")},{label:r("CMD.optionThird",null,"\u9009\u9879\u4E09"),value:r("CMD.optionThird",null,"\u9009\u9879\u4E09")}]),this.checkboxMode=(n=e==null?void 0:e.checkboxMode)!=null?n:"horizontal",this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"custom",this.optionsOrder=(l=e==null?void 0:e.optionsOrder)!=null?l:!1,this.otherOption=(a=e==null?void 0:e.otherOption)!=null?a:!1,this.limitMin=(c=e==null?void 0:e.limitMin)!=null?c:"unlimited",this.limitMax=(s=e==null?void 0:e.limitMax)!=null?s:"unlimited",this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.interreaction=(h=e==null?void 0:e.interreaction)!=null?h:[],this.caption=(d=e==null?void 0:e.caption)!=null?d:Zt.controlName,this.defaultValue=(f=e==null?void 0:e.defaultValue)!=null?f:[],this.optionsFormat=(g=e==null?void 0:e.optionsFormat)!=null?g:"horizontal",this.defaultShowOptions=(E=e==null?void 0:e.defaultShowOptions)!=null?E:!0,this.openMultistageFilling=(_=e==null?void 0:e.openMultistageFilling)!=null?_:!1,this.isUseCustomColor=(b=e==null?void 0:e.isUseCustomColor)!=null?b:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(v=>{var I;(I=this.multistageFilling)==null||I.push(new Q(v))})),this.aiContentSearch=(B=e==null?void 0:e.aiContentSearch)!=null?B:!1}}Qt.Rules=UD,Qt.RuntimeRules=zD;class Zt extends A{constructor(e){super(e),this.props=new Qt(e==null?void 0:e.props)}static get controlName(){return r("CMD.checkBox",null,"\u591A\u9009")}static get controlIcon(){return"iconduoxuan"}static get controlType(){return"checkbox"}}Zt.controlEventKeys=["on_change","on_click"],Zt.controlFieldType=C.ARRAY,Zt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"options-format",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"ai-content-search",visible:!0},{key:"options-setting",visible:!0},{key:"limit-select",visible:!0},{key:"options-order",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class us extends T{constructor(e){super(e),this.props=new Qt(e==null?void 0:e.props)}static get controlType(){return"checkbox"}}us.controlFieldType=C.ARRAY;var ls={Designer:Zt,Runtime:us,Property:Qt};class Sa extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B,v;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:$e.controlName,this.placeholder=(n=e==null?void 0:e.placeholder)!=null?n:r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"),this.multiple=(u=e==null?void 0:e.multiple)!=null?u:!1,this.showSearch=(l=e==null?void 0:e.showSearch)!=null?l:!0,this.expandTrigger=(a=e==null?void 0:e.expandTrigger)!=null?a:"click",this.allowClear=(c=e==null?void 0:e.allowClear)!=null?c:!0,this.showCheckedStrategy=(s=e==null?void 0:e.showCheckedStrategy)!=null?s:"",this.saveCheckedStrategy=(h=e==null?void 0:e.saveCheckedStrategy)!=null?h:"CHILD",this.separator=(d=e==null?void 0:e.separator)!=null?d:"/",this.optionConfig=(f=e==null?void 0:e.optionConfig)!=null?f:"custom",this.datasourceBind=new en((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:$e.controlCustomAttributes}),this.filterItemDatasourceBind=new en((E=e==null?void 0:e.filterItemDatasourceBind)!=null?E:{attributes:$e.controlCustomAttributes}),this.openMultistageFilling=(_=e==null?void 0:e.openMultistageFilling)!=null?_:!1,this.multistageFilling=(B=(b=e==null?void 0:e.multistageFilling)==null?void 0:b.map(I=>new Q(I)))!=null?B:[],this.defaultValue=(v=e==null?void 0:e.defaultValue)!=null?v:[]}}class $e extends A{constructor(e){super(e),this.props=new Sa(e==null?void 0:e.props)}static get controlName(){return r("CMD.c8ad1774578994488")}static get controlIcon(){return"iconziyou_dagangshu"}static get controlType(){return"cascader"}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.6cb51751712162323"),required:!0},{key:"parentField",name:r("CMD.33ee1751712159752"),required:!0}]}}$e.controlEventKeys=["on_change","on_focus","on_blur"],$e.controlFieldType=C.ARRAY,$e.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.MULTIPLE,o.CAN_SEARCH,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0},{key:"cascader-trigger-type",visible:!0},{key:"cascader-select-value-type",visible:!0},{key:"cascader-show-type",visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"default-value",visible:!0},{key:"regular-rules",visible:!0},{key:"super-setting",visible:!0}];class as extends T{constructor(e){super(e),this.props=new Sa(e==null?void 0:e.props)}static get controlType(){return"cascader"}}as.controlFieldType=C.VARCHAR;var rs={Designer:$e,Runtime:as,Property:Sa};class GD extends z{constructor(e){super(e),this.defaultValue=[{type:"number",min:0,max:100,message:r("CMD.pleaseEnterNumberRange",null,"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C")}],this.max={type:"any"};const i=e.max===""?void 0:e.max,n=e.min===""?void 0:e.min;this.defaultValue[0].max=i,this.defaultValue[0].min=n,this.defaultValue[0].message=r("CMD.pleaseEnterNumberRange",{max:i,min:n},"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C"),n&&i!==void 0&&(this.max={type:"number",min:n,message:r("CMD.numberRangeSetError",null,"\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF")})}}class KD extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="number");const i=e.max===""?void 0:e.max,n=e.min===""?void 0:e.min;this.push({type:"number",min:n,max:i,message:r(i===void 0?"CMD.pleaseEnterAValueGreaterThanMin":n===void 0?"CMD.pleaseEnterAValueLessThanMax":"CMD.pleaseEnterNumberRange",{max:i,min:n},r(i===void 0?"CMD.51051751712133507":n===void 0?"CMD.41d01751712135567":"CMD.affe1751712129045"))})}}class Xt extends w{constructor(e){var i,n,u,l,a,c,s,h,d;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:Jt.controlName,this.placeholder=(n=e==null?void 0:e.placeholder)!=null?n:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:"",this.min=(l=e==null?void 0:e.min)!=null?l:0,this.max=(a=e==null?void 0:e.max)!=null?a:100,this.step=(c=e==null?void 0:e.step)!=null?c:1,this.precision=(s=e==null?void 0:e.precision)!=null?s:0,this.controls=(h=e==null?void 0:e.controls)!=null?h:!0,this.controlPosition=(d=e==null?void 0:e.controlPosition)!=null?d:"both"}}Xt.Rules=GD,Xt.RuntimeRules=KD;class Jt extends A{constructor(e){super(e),this.props=new Xt(e==null?void 0:e.props)}static get controlName(){return r("CMD.78aa1774579027114")}static get controlType(){return"counter"}static get controlIcon(){return"iconjishuqi"}}Jt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Jt.controlFieldType=C.DECIMAL,Jt.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"default-value",visible:!0},{key:"counter-setting",visible:!0},{key:"super-setting",visible:!0}];class os extends T{constructor(e){super(e),this.props=new Xt(e==null?void 0:e.props)}static get controlType(){return"counter"}}os.controlFieldType=C.DECIMAL;var cs={Designer:Jt,Runtime:os,Property:Xt};class QD extends Le{constructor(e){super(e)}}class tu extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b;super(e),this.options=de((i=e==null?void 0:e.options)!=null?i:[{label:r("CMD.optionOne",null,"\u9009\u9879\u4E00"),value:r("CMD.optionOne",null,"\u9009\u9879\u4E00")},{label:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C"),value:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C")},{label:r("CMD.optionThird",null,"\u9009\u9879\u4E09"),value:r("CMD.optionThird",null,"\u9009\u9879\u4E09")}]),this.radioMode=(n=e==null?void 0:e.radioMode)!=null?n:"horizontal",this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"custom",this.otherOption=(l=e==null?void 0:e.otherOption)!=null?l:!1,this.optionsOrder=(a=e==null?void 0:e.optionsOrder)!=null?a:!1,this.defaultShowOptions=(c=e==null?void 0:e.defaultShowOptions)!=null?c:!0,this.optionsFormat=(s=e==null?void 0:e.optionsFormat)!=null?s:"horizontal",this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.interreaction=(h=e==null?void 0:e.interreaction)!=null?h:[],this.caption=(d=e==null?void 0:e.caption)!=null?d:Yt.controlName,this.defaultValue=(f=e==null?void 0:e.defaultValue)!=null?f:"",this.openMultistageFilling=(g=e==null?void 0:e.openMultistageFilling)!=null?g:!1,this.type=(E=e==null?void 0:e.type)!=null?E:"default",this.isUseCustomColor=(_=e==null?void 0:e.isUseCustomColor)!=null?_:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(B=>{var v;(v=this.multistageFilling)==null||v.push(new Q(B))})),this.aiContentSearch=(b=e==null?void 0:e.aiContentSearch)!=null?b:!1}}tu.Rules=QD;class Yt extends A{constructor(e){super(e),this.props=new tu(e==null?void 0:e.props)}static get controlName(){return r("CMD.radio",null,"\u5355\u9009")}static get controlIcon(){return"iconradio_new"}static get controlType(){return"radio"}}Yt.controlEventKeys=["on_change","on_click"],Yt.controlFieldType=C.VARCHAR,Yt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"options-format",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"ai-content-search",visible:!0},{key:"common-button-radio",visible:!0,name:"type",label:r("CMD.79a61774578997632"),default:"default",options:[{value:"default",label:r("CMD.a1171774579045618")},{value:"button",label:r("CMD.a4b41774579046938")}]},{key:"options-setting",visible:!0},{key:"options-order",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class ss extends T{constructor(e){super(e),this.props=new tu(e==null?void 0:e.props)}static get controlType(){return"radio"}}ss.controlFieldType=C.VARCHAR;var ds={Designer:Yt,Runtime:ss,Property:tu};class ZD extends z{constructor(e){super(e),this.defaultValue=[{type:"number",min:0,max:200,message:r("CMD.pleaseEnterNumberRange",null,"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C")},{pattern:"",message:""}],this.rangeMax={type:"any"};const i=e.rangeMax===""?void 0:e.rangeMax,n=e.rangeMin===""?void 0:e.rangeMin;this.defaultValue[0].max=i,this.defaultValue[0].min=n,this.defaultValue[0].message=r("CMD.pleaseEnterNumberRange",{max:i,min:n},"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C"),n&&i!==void 0&&(this.rangeMax={type:"number",min:n,message:r("CMD.numberRangeSetError",null,"\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF")}),this.defaultValue[1].pattern=Ut(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class XD extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="number");const i=e.rangeMax!==""?e.rangeMax:void 0,n=e.rangeMin!==""?e.rangeMin:void 0;this.push({type:"number",max:i,min:n,message:r(i===void 0?"CMD.pleaseEnterAValueGreaterThanMin":n===void 0?"CMD.pleaseEnterAValueLessThanMax":"CMD.pleaseEnterNumberRange",{max:i,min:n},r(i===void 0?"CMD.16921751712133509":n===void 0?"CMD.f0231751712135569":"CMD.78ab1751712129046"))}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Ut(e.regularRules.expression),message:e.regularRules.errMessage})}}class pt extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B,v;super(e),this.rangeMin=(i=e==null?void 0:e.rangeMin)!=null?i:"",this.rangeMax=(n=e==null?void 0:e.rangeMax)!=null?n:"",this.numberType=(u=e==null?void 0:e.numberType)!=null?u:"number",this.percentageFormat=(l=e==null?void 0:e.percentageFormat)!=null?l:!1,this.micrometer=(a=e==null?void 0:e.micrometer)!=null?a:!1,this.precision=(c=e==null?void 0:e.precision)!=null?c:0,this.showUpperCase=(s=e==null?void 0:e.showUpperCase)!=null?s:!1,this.isShowUnit=(h=e==null?void 0:e.isShowUnit)!=null?h:!1,this.unitPosition=(d=e==null?void 0:e.unitPosition)!=null?d:"right",this.unit=(f=e==null?void 0:e.unit)!=null?f:"",this.caption=(g=e==null?void 0:e.caption)!=null?g:ei.controlName,this.placeholder=(E=e==null?void 0:e.placeholder)!=null?E:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.defaultValue=(_=e==null?void 0:e.defaultValue)!=null?_:"",this.regularRules=new ro(e==null?void 0:e.regularRules),this.isShowControlButton=(b=e==null?void 0:e.isShowControlButton)!=null?b:!1,this.controlButtonPosition=(B=e==null?void 0:e.controlButtonPosition)!=null?B:"between",this.step=(v=e==null?void 0:e.step)!=null?v:1}}pt.Rules=ZD,pt.RuntimeRules=XD;class ei extends A{constructor(e){super(e),this.props=new pt(e==null?void 0:e.props)}static get controlName(){return r("CMD.number",null,"\u6570\u5B57")}static get controlIcon(){return"iconnuminput_new"}static get controlType(){return"number"}toDataBindModel(e){const i=super.toDataBindModel(e);if(i&&!Array.isArray(i)){const{precision:n,micrometer:u}=this.props;n!==""&&(i.props.precision=n),i.props.micrometer=u}return i}}ei.controlEventKeys=["on_change","on_input","on_focus","on_blur"],ei.controlFieldType=C.DECIMAL,ei.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"number-range",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_UNIT,o.IS_SHOW_CAPTION_TIP]},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"unit-position",visible:!0},{key:"number-type",visible:!0},{key:"unit",visible:!0},{key:"default-value",visible:!0},{key:"number-suite",showItems:[o.SHOW_UPPER_CASE,o.MICROMETER,o.PRECISION],visible:!0},{key:"regular-rules",visible:!0},{key:"super-setting",visible:!0}];class hs extends T{constructor(e){super(e),this.props=new pt(e==null?void 0:e.props)}static get controlType(){return"number"}}hs.controlFieldType=C.DECIMAL;var ys={Designer:ei,Runtime:hs,Property:pt};class JD extends z{constructor(e){super(e),this.defaultValue=[{type:"number",min:0,max:100,message:"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C"}],this.max={type:"any"};const i=e.max===""?void 0:e.max,n=e.min===""?void 0:e.min;this.defaultValue[0].max=i,this.defaultValue[0].min=n,this.defaultValue[0].message="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",n!==void 0&&i!==void 0&&(this.max={type:"number",min:n,message:"\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF"})}}class YD extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="number");const i=e.max===""?void 0:e.max,n=e.min===""?void 0:e.min;this.push({type:"number",min:n,max:i,message:i===void 0?"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C":n===void 0?"\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C":"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C"})}}class ti extends w{constructor(e){var i,n,u,l,a,c,s,h;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:ii.controlName,this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:"",this.min=(u=e==null?void 0:e.min)!=null?u:0,this.max=(l=e==null?void 0:e.max)!=null?l:100,this.step=(a=e==null?void 0:e.step)!=null?a:1,this.showInput=(c=e==null?void 0:e.showInput)!=null?c:!0,this.showMarks=(s=e==null?void 0:e.showMarks)!=null?s:!1,this.marks=de((h=e==null?void 0:e.marks)!=null?h:[])}}ti.Rules=JD,ti.RuntimeRules=YD;class ii extends A{constructor(e){super(e),this.props=new ti(e==null?void 0:e.props)}static get controlName(){return"\u6ED1\u5757"}static get controlType(){return"slider"}static get controlIcon(){return"iconhuakuai"}}ii.controlEventKeys=["on_change"],ii.controlFieldType=C.DECIMAL,ii.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"default-value",visible:!0},{key:"slider-setting",visible:!0},{key:"super-setting",visible:!0}];class fs extends T{constructor(e){super(e),this.props=new ti(e==null?void 0:e.props)}static get controlType(){return"slider"}}fs.controlFieldType=C.DECIMAL;var ms={Designer:ii,Runtime:fs,Property:ti};class pD extends z{constructor(e){super(e)}}class e8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="number",this[0].min=0,this[0].max=1)}}class ni extends w{constructor(e){var i,n,u,l,a,c,s,h,d;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:ui.controlName,this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:1,this.textDisplayStyle=(u=e==null?void 0:e.textDisplayStyle)!=null?u:"inside",this.checkedText=(l=e==null?void 0:e.checkedText)!=null?l:"\u5F00\u542F",this.checkedTextColor=(a=e==null?void 0:e.checkedTextColor)!=null?a:"#ffffff",this.checkedBackgroundColor=(c=e==null?void 0:e.checkedBackgroundColor)!=null?c:"#4C78FC",this.uncheckedText=(s=e==null?void 0:e.uncheckedText)!=null?s:"\u5173\u95ED",this.uncheckedTextColor=(h=e==null?void 0:e.uncheckedTextColor)!=null?h:"#ffffff",this.uncheckedBackgroundColor=(d=e==null?void 0:e.uncheckedBackgroundColor)!=null?d:"#BFBFBF"}}ni.Rules=pD,ni.RuntimeRules=e8;class ui extends A{constructor(e){super(e),this.props=new ni(e==null?void 0:e.props)}static get controlName(){return"\u5F00\u5173"}static get controlIcon(){return"iconkaiguanguan"}static get controlType(){return"switch"}}ui.controlEventKeys=["on_change"],ui.controlFieldType=C.DECIMAL,ui.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"common-button-radio",visible:!0,name:"defaultValue",label:"\u5F00\u5173\u72B6\u6001",default:0,options:[{value:1,label:"\u5F00\u542F"},{value:0,label:"\u5173\u95ED"}]},{key:"common-button-radio",visible:!0,name:"textDisplayStyle",label:"\u6587\u5B57\u5C55\u793A\u6837\u5F0F",default:"inside",options:[{value:"inside",label:"\u5F00\u5173\u5185"},{value:"outside",label:"\u5F00\u5173\u5916"}]},{key:"common-group",visible:!0,label:"\u5C5E\u6027\u8BBE\u7F6E",children:[{key:"common-input",visible:!0,name:"checkedText",layout:"horizontal",label:"\u5F00\u542F\u6587\u5B57"},{key:"color",visible:!0,name:"checkedTextColor",layout:"horizontal",label:"\u5F00\u542F\u6587\u5B57\u989C\u8272"},{key:"color",visible:!0,name:"checkedBackgroundColor",layout:"horizontal",label:"\u5F00\u542F\u80CC\u666F\u989C\u8272"},{key:"common-input",visible:!0,name:"uncheckedText",layout:"horizontal",label:"\u5173\u95ED\u6587\u5B57"},{key:"color",visible:!0,name:"uncheckedTextColor",layout:"horizontal",label:"\u5173\u95ED\u6587\u5B57\u989C\u8272"},{key:"color",visible:!0,name:"uncheckedBackgroundColor",layout:"horizontal",label:"\u5173\u95ED\u80CC\u666F\u989C\u8272"}]},{key:"super-setting",visible:!0}];class vs extends T{constructor(e){super(e),this.props=new ni(e==null?void 0:e.props)}static get controlType(){return"switch"}}vs.controlFieldType=C.DECIMAL;var gs={Designer:ui,Runtime:vs,Property:ni};class t8 extends Le{constructor(e){super(e)}}class i8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class li extends w{constructor(e){var i,n,u,l,a,c,s,h,d;super(e),this.options=de((i=e==null?void 0:e.options)!=null?i:[{label:r("CMD.optionOne",null,"\u9009\u9879\u4E00"),value:r("CMD.optionOne",null,"\u9009\u9879\u4E00")},{label:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C"),value:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C")},{label:r("CMD.optionThird",null,"\u9009\u9879\u4E09"),value:r("CMD.optionThird",null,"\u9009\u9879\u4E09")}]),this.defaultShowOptions=(n=e==null?void 0:e.defaultShowOptions)!=null?n:!0,this.caption=(u=e==null?void 0:e.caption)!=null?u:ai.controlName,this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:[],this.size=(a=e==null?void 0:e.size)!=null?a:"medium",this.align=(c=e==null?void 0:e.align)!=null?c:"left",this.color=(s=e==null?void 0:e.color)!=null?s:"default",this.optionConfig=(h=e==null?void 0:e.optionConfig)!=null?h:"custom",this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.openMultistageFilling=(d=e==null?void 0:e.openMultistageFilling)!=null?d:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.forEach(f=>{var g;(g=this.multistageFilling)==null||g.push(new Q(f))}))}}li.Rules=t8,li.RuntimeRules=i8;class ai extends A{constructor(e){super(e),this.props=new li(e==null?void 0:e.props)}static get controlName(){return r("CMD.tag",null,"\u6807\u7B7E")}static get controlIcon(){return"iconbiaoqian"}static get controlType(){return"tag"}}ai.controlEventKeys=["on_click"],ai.controlFieldType=C.ARRAY,ai.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP,o.DEFAULT_SHOW_OPTIONS]},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"common-button-radio",visible:!0,name:"size",label:r("CMD.size",null,"\u6807\u7B7E\u5C3A\u5BF8"),default:"medium",options:[{value:"large",label:"\u5927"},{value:"medium",label:"\u4E2D"},{value:"small",label:"\u5C0F"}]},{key:"common-button-radio",visible:!0,name:"align",label:"\u6807\u7B7E\u4F4D\u7F6E",default:"left",options:[{value:"left",label:"\u5DE6\u5BF9\u9F50"},{value:"center",label:"\u5C45\u4E2D"},{value:"right",label:"\u53F3\u5BF9\u9F50"}]},{key:"common-select",visible:!0,name:"color",label:"\u9ED8\u8BA4",default:"default",options:[{value:"default",label:"\u9ED8\u8BA4"},{value:"success",label:"\u6210\u529F"},{value:"processing",label:"\u8FDB\u884C\u4E2D"},{value:"error",label:"\u9519\u8BEF"},{value:"warning",label:"\u8B66\u544A"}]},{key:"options-setting",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class bs extends T{constructor(e){super(e),this.props=new li(e==null?void 0:e.props)}static get controlType(){return"tag"}}bs.controlFieldType=C.ARRAY;var Cs={Designer:ai,Runtime:bs,Property:li};class n8 extends z{constructor(e){super(e)}}class u8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="string")}}class ri extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:oi.controlName,this.placeholder=(n=e==null?void 0:e.placeholder)!=null?n:"\u8BF7\u8F93\u5165",this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:"",this.codeHeight=(l=e==null?void 0:e.codeHeight)!=null?l:80,this.codeWidth=(a=e==null?void 0:e.codeWidth)!=null?a:1,this.codeMargin=(c=e==null?void 0:e.codeMargin)!=null?c:0,this.backgroundColor=(s=e==null?void 0:e.backgroundColor)!=null?s:"#ffffff",this.barcodeColor=(h=e==null?void 0:e.barcodeColor)!=null?h:"#000000",this.align=(d=e==null?void 0:e.align)!=null?d:"left",this.displayValue=(f=e==null?void 0:e.displayValue)!=null?f:!1}}ri.Rules=n8,ri.RuntimeRules=u8;class oi extends A{constructor(e){super(e),this.props=new ri(e==null?void 0:e.props)}static get controlName(){return"\u6761\u5F62\u7801"}static get controlIcon(){return"icontiaoxingma"}static get controlType(){return"barcode"}}oi.controlEventKeys=["on_change"],oi.controlFieldType=C.VARCHAR,oi.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"default-value",visible:!0},{key:"common-group",visible:!0,label:"\u5C5E\u6027\u8BBE\u7F6E",children:[{key:"common-input-number",visible:!0,name:"codeHeight",layout:"horizontal",label:"\u6761\u7801\u9AD8\u5EA6(px)"},{key:"common-input-number",visible:!0,name:"codeWidth",layout:"horizontal",label:"\u6761\u7801\u5BBD\u5EA6(px)"},{key:"common-input-number",visible:!0,name:"codeMargin",layout:"horizontal",label:"\u8FB9\u8DDD(px)"},{key:"common-switch",visible:!0,name:"displayValue",layout:"horizontal",label:"\u663E\u793A\u503C"}]},{key:"common-group",visible:!0,label:"\u6837\u5F0F\u8BBE\u7F6E",children:[{key:"color",visible:!0,name:"backgroundColor",layout:"horizontal",label:"\u80CC\u666F\u8272"},{key:"color",visible:!0,name:"barcodeColor",layout:"horizontal",label:"\u6761\u7801\u989C\u8272"},{key:"common-button-radio",visible:!0,name:"align",label:"\u5BF9\u9F50",default:"left",options:[{value:"left",label:"\u5DE6\u5BF9\u9F50"},{value:"center",label:"\u5C45\u4E2D"},{value:"right",label:"\u53F3\u5BF9\u9F50"}]}]},{key:"super-setting",visible:!0}];class Es extends T{constructor(e){super(e),this.props=new ri(e==null?void 0:e.props)}static get controlType(){return"barcode"}}Es.controlFieldType=C.VARCHAR;var _s={Designer:oi,Runtime:Es,Property:ri};class l8 extends z{constructor(e){super(e)}}class a8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="string")}}class ci extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:si.controlName,this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:"",this.qrVersion=(u=e==null?void 0:e.qrVersion)!=null?u:"auto",this.errorCorrectionLevel=(l=e==null?void 0:e.errorCorrectionLevel)!=null?l:"M",this.codeMode=(a=e==null?void 0:e.codeMode)!=null?a:"qrCode",this.size=(c=e==null?void 0:e.size)!=null?c:160,this.codeMargin=(s=e==null?void 0:e.codeMargin)!=null?s:0,this.backgroundColor=(h=e==null?void 0:e.backgroundColor)!=null?h:"#ffffff",this.qrColor=(d=e==null?void 0:e.qrColor)!=null?d:"#000000",this.align=(f=e==null?void 0:e.align)!=null?f:"left"}}ci.Rules=l8,ci.RuntimeRules=a8;class si extends A{constructor(e){super(e),this.props=new ci(e==null?void 0:e.props)}static get controlName(){return"\u4E8C\u7EF4\u7801"}static get controlIcon(){return"iconerweima"}static get controlType(){return"qr-code"}}si.controlEventKeys=["on_change"],si.controlFieldType=C.VARCHAR,si.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"default-value",visible:!0},{key:"common-group",visible:!0,label:"\u5C5E\u6027\u8BBE\u7F6E",children:[{key:"common-select",visible:!0,name:"qrVersion",label:"\u4E8C\u7EF4\u7801\u7248\u672C",default:"auto",options:[{value:"auto",label:"\u81EA\u52A8"},{value:"1",label:"1 (21*21)"},{value:"2",label:"2 (25*25)"},{value:"3",label:"3 (29*29)"},{value:"4",label:"4 (33*33)"},{value:"5",label:"5 (37*37)"},{value:"6",label:"6 (41*41)"},{value:"7",label:"7 (45*45)"},{value:"8",label:"8 (49*49)"},{value:"9",label:"9 (53*53)"},{value:"10",label:"10 (57*57)"},{value:"11",label:"11 (61*61)"},{value:"12",label:"12 (65*65)"},{value:"13",label:"13 (69*69)"},{value:"14",label:"14 (73*73)"},{value:"15",label:"15 (77*77)"},{value:"16",label:"16 (81*81)"},{value:"17",label:"17 (85*85)"},{value:"18",label:"18 (89*89)"},{value:"19",label:"19 (93*93)"},{value:"20",label:"20 (97*97)"},{value:"21",label:"21 (101*101)"},{value:"22",label:"22 (105*105)"},{value:"23",label:"23 (109*109)"},{value:"24",label:"24 (113*113)"},{value:"25",label:"25 (117*117)"},{value:"26",label:"26 (121*121)"},{value:"27",label:"27 (125*125)"},{value:"28",label:"28 (129*129)"},{value:"29",label:"29 (133*133)"},{value:"30",label:"30 (137*137)"},{value:"31",label:"31 (141*141)"},{value:"32",label:"32 (145*145)"},{value:"33",label:"33 (149*149)"},{value:"34",label:"34 (153*153)"},{value:"35",label:"35 (157*157)"},{value:"36",label:"36 (161*161)"},{value:"37",label:"37 (165*165)"},{value:"38",label:"38 (169*169)"},{value:"39",label:"39 (173*173)"},{value:"40",label:"40 (177*177)"}]},{key:"common-select",visible:!0,name:"errorCorrectionLevel",label:"\u5BB9\u9519\u7EA7\u522B",default:"M",options:[{value:"L",label:"L\uFF08\u4F4E\uFF0C7%\uFF09"},{value:"M",label:"M\uFF08\u4E2D\uFF0C15%\uFF09"},{value:"Q",label:"Q\uFF08\u9AD8\uFF0C25%\uFF09"},{value:"H",label:"H\uFF08\u6700\u9AD8\uFF0C30%\uFF09"}]},{key:"common-select",visible:!0,name:"codeMode",label:"\u7801\u5236",default:"qrCode",options:[{value:"qrCode",label:"QR Code"}]},{key:"common-input-number",visible:!0,name:"size",layout:"horizontal",label:"\u5C3A\u5BF8(px)"},{key:"common-input-number",visible:!0,name:"codeMargin",layout:"horizontal",label:"\u8FB9\u8DDD(px)"}]},{key:"common-group",visible:!0,label:"\u6837\u5F0F\u8BBE\u7F6E",children:[{key:"color",visible:!0,name:"backgroundColor",layout:"horizontal",label:"\u80CC\u666F\u8272"},{key:"color",visible:!0,name:"qrColor",layout:"horizontal",label:"\u4E8C\u7EF4\u7801\u989C\u8272"},{key:"common-button-radio",visible:!0,name:"align",label:"\u5BF9\u9F50",default:"left",options:[{value:"left",label:"\u5DE6\u5BF9\u9F50"},{value:"center",label:"\u5C45\u4E2D"},{value:"right",label:"\u53F3\u5BF9\u9F50"}]}]},{key:"super-setting",visible:!0}];class Is extends T{constructor(e){super(e),this.props=new ci(e==null?void 0:e.props)}static get controlType(){return"qr-code"}}Is.controlFieldType=C.VARCHAR;var Bs={Designer:si,Runtime:Is,Property:ci};class Pa extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b;super(e),this.dateType=(i=e==null?void 0:e.dateType)!=null?i:at.DATE,this.dateFormat=(n=e==null?void 0:e.dateFormat)!=null?n:"",this.commonTimeSetting=(u=e==null?void 0:e.commonTimeSetting)!=null?u:[],this.setValueType=(l=e==null?void 0:e.setValueType)!=null?l:"custom",this.caption=(a=e==null?void 0:e.caption)!=null?a:iu.controlName,this.placeholder=(c=e==null?void 0:e.placeholder)!=null?c:r("CMD.pleaseEnterDate",null,"\u8BF7\u8F93\u5165\u65E5\u671F"),this.defaultValue=(s=e==null?void 0:e.defaultValue)!=null?s:"",this.limitDateList=(d=(h=e==null?void 0:e.limitDateList)==null?void 0:h.map(B=>new Sn(B)))!=null?d:[],this.allowDateRange=(f=e==null?void 0:e.allowDateRange)!=null?f:["",""],this.filterWeekend=(g=e==null?void 0:e.filterWeekend)!=null?g:!1,this.isInternational=(E=e==null?void 0:e.isInternational)!=null?E:!1,this.isShowCustomDateFormat=(_=e==null?void 0:e.isShowCustomDateFormat)!=null?_:!1,this.customDateFormat=(b=e==null?void 0:e.customDateFormat)!=null?b:""}}class iu extends A{constructor(e){super(e),this.props=new Pa(e==null?void 0:e.props)}static get controlName(){return r("CMD.timestamp",null,"\u65E5\u671F")}static get controlIcon(){return"iconriqi1"}static get controlType(){return"date-picker"}toDataBindModel(e){const i=super.toDataBindModel(e);if(i&&!Array.isArray(i)){const{dateType:n,isInternational:u}=this.props;i.props.dateType=n,i.props.isInternational=u}return i}}iu.controlFieldType=C.TIMESTAMP,iu.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"date-type",visible:!0},{key:"custom-date-format",visible:!0},{key:"date-common-time-setting",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP,o.IS_INTERNATIONAL]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Ds extends T{constructor(e){super(e),this.props=new Pa(e==null?void 0:e.props)}static get controlType(){return"date-picker"}}Ds.controlFieldType=C.TIMESTAMP;var Fs={Designer:iu,Runtime:Ds,Property:Pa};class r8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="object"),e.required&&!e.isHide&&this.push({type:"object",fields:{max:{type:"string",required:e.required,message:this[0].message},min:{type:"string",required:e.required,message:this[0].message}}})}}class nu extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E;super(e),this.dataBind=new so(e==null?void 0:e.dataBind),this.defaultValue=new ho(e==null?void 0:e.defaultValue),this.dateType=(i=e==null?void 0:e.dateType)!=null?i:at.DATE,this.dateFormat=(n=e==null?void 0:e.dateFormat)!=null?n:"",this.commonTimeSetting=(u=e==null?void 0:e.commonTimeSetting)!=null?u:[],this.setValueType=(l=e==null?void 0:e.setValueType)!=null?l:"custom",this.rangeMin=(a=e==null?void 0:e.rangeMin)!=null?a:"",this.rangeMax=(c=e==null?void 0:e.rangeMax)!=null?c:"",this.placeholderStart=(s=e==null?void 0:e.placeholderStart)!=null?s:r("CMD.pleaseSelectStartDate",null,"\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F"),this.placeholderEnd=(h=e==null?void 0:e.placeholderEnd)!=null?h:r("CMD.pleaseSelectEndDate",null,"\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F"),this.caption=(d=e==null?void 0:e.caption)!=null?d:uu.controlName,this.limitDateList=(g=(f=e==null?void 0:e.limitDateList)==null?void 0:f.map(_=>new Sn(_)))!=null?g:[],this.isInternational=(E=e==null?void 0:e.isInternational)!=null?E:!1}}nu.RuntimeRules=r8;class uu extends A{constructor(e){super(e),this.props=new nu(e==null?void 0:e.props)}static get controlName(){return r("CMD.timescope",null,"\u65E5\u671F\u533A\u95F4")}static get controlIcon(){return"iconriqiqujian"}static get controlType(){return"date-range"}toDataBindModel(e){const i=super.toDataBindModel(e);if(i&&!Array.isArray(i)){const{dateType:n,isInternational:u}=this.props;i.props.dateType=n,i.props.isInternational=u}return i}}uu.controlFieldType=C.TIMESCOPE,uu.setting=[{key:"data-bind-date-range",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"date-placeholder-start",visible:!0},{key:"date-placeholder-end",visible:!0},{key:"date-type",visible:!0},{key:"date-common-time-setting",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP,o.IS_INTERNATIONAL]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class ws extends T{constructor(e){super(e),this.props=new nu(e==null?void 0:e.props)}static get controlType(){return"date-range"}}ws.controlFieldType=C.TIMESCOPE;var As={Designer:uu,Runtime:ws,Property:nu};class Oa extends w{constructor(e){var i,n,u,l,a,c,s,h;super(e),this.timeType=(i=e==null?void 0:e.timeType)!=null?i:Pr.HOURSEC,this.format=(n=e==null?void 0:e.format)!=null?n:"",this.caption=(u=e==null?void 0:e.caption)!=null?u:lu.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:r("CMD.c9dc1774578987545"),this.defaultValue=(a=e==null?void 0:e.defaultValue)!=null?a:"",this.limitTimeList=(s=(c=e==null?void 0:e.limitTimeList)==null?void 0:c.map(d=>new ra(d)))!=null?s:[],this.isInternational=(h=e==null?void 0:e.isInternational)!=null?h:!1}}class lu extends A{constructor(e){super(e),this.props=new Oa(e==null?void 0:e.props)}static get controlName(){return r("CMD.9e0e1774579048265")}static get controlIcon(){return"iconshijian31"}static get controlType(){return"time-picker"}}lu.controlFieldType=C.TIMESTAMP,lu.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"time-type",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP,o.IS_INTERNATIONAL]},{key:"time-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Ts extends T{constructor(e){super(e),this.props=new Oa(e==null?void 0:e.props)}static get controlType(){return"time-picker"}}Ts.controlFieldType=C.TIMESTAMP;var Ss={Designer:lu,Runtime:Ts,Property:Oa};class o8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="object"),e.required&&!e.isHide&&this.push({type:"object",fields:{max:{type:"string",required:e.required,message:this[0].message},min:{type:"string",required:e.required,message:this[0].message}}})}}class au extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f;super(e),this.dataBind=new so(e==null?void 0:e.dataBind),this.defaultValue=new ho(e==null?void 0:e.defaultValue),this.timeType=(i=e==null?void 0:e.timeType)!=null?i:Pr.HOURSEC,this.format=(n=e==null?void 0:e.format)!=null?n:"",this.rangeMin=(u=e==null?void 0:e.rangeMin)!=null?u:"",this.rangeMax=(l=e==null?void 0:e.rangeMax)!=null?l:"",this.placeholderStart=(a=e==null?void 0:e.placeholderStart)!=null?a:r("CMD.be931774579000687"),this.placeholderEnd=(c=e==null?void 0:e.placeholderEnd)!=null?c:r("CMD.0a501774579002398"),this.caption=(s=e==null?void 0:e.caption)!=null?s:ru.controlName,this.limitTimeList=(d=(h=e==null?void 0:e.limitTimeList)==null?void 0:h.map(g=>new ra(g)))!=null?d:[],this.isInternational=(f=e==null?void 0:e.isInternational)!=null?f:!1}}au.RuntimeRules=o8;class ru extends A{constructor(e){super(e),this.props=new au(e==null?void 0:e.props)}static get controlName(){return r("CMD.103e1774578999219")}static get controlIcon(){return"iconriqiqujian"}static get controlType(){return"time-range"}}ru.controlFieldType=C.TIMESCOPE,ru.setting=[{key:"data-bind-time-range",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-input",visible:!0,name:"placeholderStart",label:r("CMD.b54f1774578958298")},{key:"common-input",visible:!0,name:"placeholderEnd",label:r("CMD.680d1774578960613")},{key:"time-type",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP,o.IS_INTERNATIONAL]},{key:"time-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Ps extends T{constructor(e){super(e),this.props=new au(e==null?void 0:e.props)}static get controlType(){return"time-range"}}Ps.controlFieldType=C.TIMESCOPE;var Os={Designer:ru,Runtime:Ps,Property:au};class c8 extends z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:r("CMD.TheMaximumLengthIsGreaterThanTheMinimumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6")},this.minLength={type:"number",max:1e6,message:r("CMD.TheMinimumLengthIsGreaterThanTheMaximumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6")},this.defaultValue={type:"string",max:200,min:0,message:r("CMD.stringRangeError",null,"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")},this.maxLength.min=e.minLength,this.minLength.max=e.maxLength,this.defaultValue.max=e.maxLength,this.defaultValue.min=e.minLength,this.defaultValue.message=r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")}}class s8 extends M{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")})}}class di extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f;super(e),this.maxLength=(i=e==null?void 0:e.maxLength)!=null?i:5e4,this.minLength=(n=e==null?void 0:e.minLength)!=null?n:0,this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:"",this.caption=(l=e==null?void 0:e.caption)!=null?l:hi.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.rowHeightSetting=new q_(e==null?void 0:e.rowHeightSetting),this.aiContentSearch=(c=e==null?void 0:e.aiContentSearch)!=null?c:!1,this.aiGeneration=(s=e==null?void 0:e.aiGeneration)!=null?s:!1,this.aiOptions=co((h=e==null?void 0:e.aiOptions)!=null?h:[{label:r("CMD.aiOptionOneLabel",null,"\u603B\u7ED3"),cueWord:r("CMD.aiOptionOneCurword",null,"SUMM"),checked:!0},{label:r("CMD.aiOptionTwoLabel",null,"\u4E30\u5BCC"),cueWord:r("CMD.aiOptionTwoCurword",null,"RICH"),checked:!1},{label:r("CMD.aiOptionThreeLabel",null,"\u7FFB\u8BD1"),cueWord:r("CMD.aiOptionThreeCurword",null,"TRANS"),checked:!1}]),this.autoHeight=(d=e==null?void 0:e.autoHeight)!=null?d:!1,this.lineEllipsis=(f=e==null?void 0:e.lineEllipsis)!=null?f:1}}di.Rules=c8,di.RuntimeRules=s8;class hi extends A{constructor(e){super(e),this.props=new di(e==null?void 0:e.props)}static get controlName(){return r("CMD.textarea",null,"\u591A\u884C\u6587\u672C")}static get controlIcon(){return"iconMultilineline_new1"}static get controlType(){return"textarea"}}hi.controlEventKeys=["on_change","on_input","on_focus","on_blur"],hi.controlFieldType=C.TEXT,hi.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"ai-content-search",visible:!1},{key:"ai-generation",visible:!0},{key:"column-autoHeight",visible:!1},{key:"column-line-ellipsis",visible:!1},{key:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"default-value",visible:!0},{key:"row-height-setting",visible:!0},{key:"super-setting",visible:!0}];class ks extends T{constructor(e){super(e),this.props=new di(e==null?void 0:e.props)}static get controlType(){return"textarea"}}ks.controlFieldType=C.TEXT;var Rs={Designer:hi,Runtime:ks,Property:di};class d8 extends z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:r("CMD.TheMaximumLengthIsGreaterThanTheMinimumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6")},this.minLength={type:"number",max:1e6,message:r("CMD.TheMinimumLengthIsGreaterThanTheMaximumLength",null,"\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6")},this.defaultValue={type:"string",max:200,min:0,message:r("CMD.stringRangeError",null,"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")},this.maxLength.min=e.minLength,this.minLength.max=e.maxLength,this.defaultValue.max=e.maxLength,this.defaultValue.min=e.minLength,this.defaultValue.message=r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")}}class h8 extends M{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:r("CMD.stringRangeError",{max:e.maxLength,min:e.minLength},"\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C")})}}class yi extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g;super(e),this.maxLength=(i=e==null?void 0:e.maxLength)!=null?i:5e4,this.minLength=(n=e==null?void 0:e.minLength)!=null?n:0,this.height=(u=e==null?void 0:e.height)!=null?u:300,this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:"",this.caption=(a=e==null?void 0:e.caption)!=null?a:fi.controlName,this.placeholder=(c=e==null?void 0:e.placeholder)!=null?c:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.aiContentSearch=(s=e==null?void 0:e.aiContentSearch)!=null?s:!1,this.aiGeneration=(h=e==null?void 0:e.aiGeneration)!=null?h:!1,this.aiOptions=co((d=e==null?void 0:e.aiOptions)!=null?d:[{label:r("CMD.aiOptionOneLabel",null,"\u603B\u7ED3"),cueWord:r("CMD.aiOptionOneCurword",null,"SUMM"),checked:!0},{label:r("CMD.aiOptionTwoLabel",null,"\u4E30\u5BCC"),cueWord:r("CMD.aiOptionTwoCurword",null,"RICH"),checked:!1},{label:r("CMD.aiOptionThreeLabel",null,"\u7FFB\u8BD1"),cueWord:r("CMD.aiOptionThreeCurword",null,"TRANS"),checked:!1}]),this.autoHeight=(f=e==null?void 0:e.autoHeight)!=null?f:!1,this.lineEllipsis=(g=e==null?void 0:e.lineEllipsis)!=null?g:1}}yi.Rules=d8,yi.RuntimeRules=h8;class fi extends A{constructor(e){super(e),this.props=new yi(e==null?void 0:e.props)}static get controlName(){return r("CMD.richText",null,"\u5BCC\u6587\u672C")}static get controlIcon(){return"iconRichtextbox_new"}static get controlType(){return"rich-text"}}fi.controlEventKeys=["on_change","on_input","on_focus","on_blur"],fi.controlFieldType=C.TEXT,fi.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"ai-content-search",visible:!1},{key:"ai-generation",visible:!0},{key:"column-autoHeight",visible:!1},{key:"column-line-ellipsis",visible:!1},{key:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"common-input-number",visible:!0,name:"height",layout:"horizontal",label:"\u9AD8\u5EA6(px)",min:300},{key:"rich-text",visible:!0},{key:"super-setting",visible:!0}];class xs extends T{constructor(e){super(e),this.props=new yi(e==null?void 0:e.props)}static get controlType(){return"rich-text"}}xs.controlFieldType=C.TEXT;var Ms={Designer:fi,Runtime:xs,Property:yi};class y8 extends Le{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class ou extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E;super(e),this.options=de((i=e==null?void 0:e.options)!=null?i:[{label:r("CMD.optionOne",null,"\u9009\u9879\u4E00"),value:r("CMD.optionOne",null,"\u9009\u9879\u4E00")},{label:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C"),value:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C")},{label:r("CMD.optionThird",null,"\u9009\u9879\u4E09"),value:r("CMD.optionThird",null,"\u9009\u9879\u4E09")}]),this.defaultShowOptions=(n=e==null?void 0:e.defaultShowOptions)!=null?n:!0,this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"custom",this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.caption=(l=e==null?void 0:e.caption)!=null?l:cu.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"),this.defaultValue=(c=e==null?void 0:e.defaultValue)!=null?c:"",this.allowCopyOptions=(s=e==null?void 0:e.allowCopyOptions)!=null?s:!1,this.openMultistageFilling=(h=e==null?void 0:e.openMultistageFilling)!=null?h:!1,this.type=(d=e==null?void 0:e.type)!=null?d:"default",this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(_=>{var b;(b=this.multistageFilling)==null||b.push(new Q(_))})),this.canViewForm=(f=e==null?void 0:e.canViewForm)!=null?f:!1,this.viewFormModelType=(g=e==null?void 0:e.viewFormModelType)!=null?g:"window",this.formBind=new rt(e==null?void 0:e.formBind),this.aiContentSearch=(E=e==null?void 0:e.aiContentSearch)!=null?E:!1}}ou.Rules=y8;class cu extends A{constructor(e){super(e),this.props=new ou(e==null?void 0:e.props)}static get controlName(){return r("CMD.select",null,"\u4E0B\u62C9\u5355\u9009")}static get controlIcon(){return"iconxiala1"}static get controlType(){return"select"}}cu.controlFieldType=C.VARCHAR,cu.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.DEFAULT_SHOW_OPTIONS,o.IS_SHOW_CAPTION_TIP,o.ALLOW_COPY_OPTIONS]},{key:"ai-content-search",visible:!0},{key:"common-button-radio",visible:!0,name:"type",label:r("CMD.de501774578997633"),default:"default",options:[{value:"default",label:r("CMD.10a31774579045620")},{value:"button",label:r("CMD.db4d1774579046939")}]},{key:"options-setting",visible:!0,showItems:[o.CAN_VIEW_FORM,o.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Ns extends T{constructor(e){super(e),this.props=new ou(e==null?void 0:e.props)}static get controlType(){return"select"}}Ns.controlFieldType=C.VARCHAR;var Ls={Designer:cu,Runtime:Ns,Property:ou};class f8 extends Le{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class m8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class mi extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g;super(e),this.options=de((i=e==null?void 0:e.options)!=null?i:[{label:r("CMD.optionOne",null,"\u9009\u9879\u4E00"),value:r("CMD.optionOne",null,"\u9009\u9879\u4E00")},{label:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C"),value:r("CMD.optionTwo",null,"\u9009\u9879\u4E8C")},{label:r("CMD.optionThird",null,"\u9009\u9879\u4E09"),value:r("CMD.optionThird",null,"\u9009\u9879\u4E09")}]),this.defaultShowOptions=(n=e==null?void 0:e.defaultShowOptions)!=null?n:!0,this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"custom",this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.caption=(l=e==null?void 0:e.caption)!=null?l:su.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"),this.defaultValue=(c=e==null?void 0:e.defaultValue)!=null?c:[],this.openMultistageFilling=(s=e==null?void 0:e.openMultistageFilling)!=null?s:!1,this.type=(h=e==null?void 0:e.type)!=null?h:"default",this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(E=>{var _;(_=this.multistageFilling)==null||_.push(new Q(E))})),this.canViewForm=(d=e==null?void 0:e.canViewForm)!=null?d:!1,this.viewFormModelType=(f=e==null?void 0:e.viewFormModelType)!=null?f:"window",this.formBind=new rt(e==null?void 0:e.formBind),this.aiContentSearch=(g=e==null?void 0:e.aiContentSearch)!=null?g:!1}}mi.Rules=f8,mi.RuntimeRules=m8;class su extends A{constructor(e){super(e),this.props=new mi(e==null?void 0:e.props)}static get controlName(){return r("CMD.selectMultiple",null,"\u4E0B\u62C9\u591A\u9009")}static get controlIcon(){return"iconxialaduoxuan"}static get controlType(){return"select-multiple"}}su.controlFieldType=C.ARRAY,su.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.DEFAULT_SHOW_OPTIONS,o.IS_SHOW_CAPTION_TIP]},{key:"ai-content-search",visible:!0},{key:"common-button-radio",visible:!0,name:"type",label:r("CMD.6e421774578997634"),default:"default",options:[{value:"default",label:r("CMD.6e971774579045621")},{value:"button",label:r("CMD.2b401774579046940")}]},{key:"options-setting",visible:!0,showItems:[o.CAN_VIEW_FORM,o.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class $s extends T{constructor(e){super(e),this.props=new mi(e==null?void 0:e.props)}static get controlType(){return"select-multiple"}}$s.controlFieldType=C.ARRAY;var Hs={Designer:su,Runtime:$s,Property:mi};class v8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class du extends w{constructor(e){var i,n,u,l,a,c,s,h,d;super(e),this.showType=(i=e==null?void 0:e.showType)!=null?i:"default",this.range=(n=e==null?void 0:e.range)!=null?n:"all",this.rangeOptions=(u=e==null?void 0:e.rangeOptions)!=null?u:[],this.multiple=(l=e==null?void 0:e.multiple)!=null?l:!1,this.defaultValueType=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.defaultValue=(c=e==null?void 0:e.defaultValue)!=null?c:[],this.caption=(s=e==null?void 0:e.caption)!=null?s:hu.controlName,this.placeholder=(h=e==null?void 0:e.placeholder)!=null?h:r("CMD.pleaseEnterNameorEmail",null,"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1"),this.openMultistageFilling=(d=e==null?void 0:e.openMultistageFilling)!=null?d:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(f=>{var g;(g=this.multistageFilling)==null||g.push(new Q(f))}))}}du.RuntimeRules=v8;class hu extends A{constructor(e){super(e),this.props=new du(e==null?void 0:e.props)}static get controlName(){return r("CMD.people",null,"\u4EBA\u5458")}static get controlIcon(){return"iconpeople1"}static get controlType(){return"employee"}}hu.controlFieldType=C.EMPLOYEES,hu.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.MULTIPLE,o.IS_SHOW_CAPTION_TIP]},{key:"employee-range",visible:!0},{key:"employee-default-value",visible:!0},{key:"employee-multistage-filling",visible:!0},{key:"show-tree",visible:!0},{key:"super-setting",visible:!0}];class Vs extends T{constructor(e){super(e),this.props=new du(e==null?void 0:e.props)}static get controlType(){return"employee"}}Vs.controlFieldType=C.EMPLOYEES;var js={Designer:hu,Runtime:Vs,Property:du};const g8=10485760,b8=104857600,C8=1048576e3;class E8 extends z{constructor(e){super(e),this.maxSize={type:"number",min:0,max:C8,message:r("CMD.attachmentMaxSize",null,"\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4")}}}class _8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),this.push({type:"array",max:e.maxLimit,min:e.minLimit,message:r("CMD.attachmentLimitError",{max:e.maxLimit,min:e.minLimit},"\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236")})}}class At extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I;super(e),this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i:[],this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.resultShowType=(u=e==null?void 0:e.resultShowType)!=null?u:"simple",this.attachmentAccept=(l=e==null?void 0:e.attachmentAccept)!=null?l:[],this.maxLimit=(a=e==null?void 0:e.maxLimit)!=null?a:10,this.minLimit=(c=e==null?void 0:e.minLimit)!=null?c:0,this.maxSize=(s=e==null?void 0:e.maxSize)!=null?s:b8,this.caption=(h=e==null?void 0:e.caption)!=null?h:Tt.controlName,this.placeholder=(d=e==null?void 0:e.placeholder)!=null?d:r("CMD.uploadFile",null,"\u4E0A\u4F20\u9644\u4EF6"),this.isShowWatermark=(f=e==null?void 0:e.isShowWatermark)!=null?f:!1,this.watermarkFx=(g=e==null?void 0:e.watermarkFx)!=null?g:{},this.operation=(E=e==null?void 0:e.operation)!=null?E:["info","preview","download"],this.aiExplanation=(_=e==null?void 0:e.aiExplanation)!=null?_:!1,this.aiExplanationLength=(b=e==null?void 0:e.aiExplanationLength)!=null?b:500,this.storageType=(B=e==null?void 0:e.storageType)!=null?B:"local",this.customOperation=(v=e==null?void 0:e.customOperation)!=null?v:[],this.describe=(I=e==null?void 0:e.describe)!=null?I:""}}At.Rules=E8,At.RuntimeRules=_8;class Tt extends A{constructor(e){super(e),this.props=new At(e==null?void 0:e.props)}static get controlName(){return r("CMD.file",null,"\u9644\u4EF6")}static get controlIcon(){return"iconfujian2"}static get controlType(){return"attachment"}}Tt.controlEventKeys=["on_change","on_file_actions"],Tt.controlFieldType=C.FILE,Tt.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!1},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"ai-explanation",visible:!0},{key:"attachment-storage",visible:!0},{key:"attachment-state",visible:!0},{key:"attachment-accept",visible:!0},{key:"attachment-limit",visible:!0},{key:"attachment-size",visible:!0},{key:"attachment-custom-operation",visible:!0},{key:"attachment-operation",visible:!0},{key:"attachment-defaultval",visible:!0},{key:"super-setting",visible:!0}];class ka extends T{constructor(e){super(e),this.props=new At(e==null?void 0:e.props)}static get controlType(){return"attachment"}}ka.controlFieldType=C.FILE;var qs={Designer:Tt,Runtime:ka,Property:At};const I8=10485760,B8=31457280;class D8 extends z{constructor(e){super(e),this.maxSize={type:"number",min:0,max:B8,message:r("CMD.attachmentMaxSize",null,"\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F330MB\u4E4B\u95F4")}}}class yu extends At{constructor(e){var i,n,u,l,a,c,s,h;super(e),this.showType="image",this.maxLimit=(i=e==null?void 0:e.maxLimit)!=null?i:10,this.caption=(u=(n=e==null?void 0:e.caption)!=null?n:fu.controlName)!=null?u:r("CMD.image",null,"\u56FE\u7247"),this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:r("CMD.uploadImg",null,"\u4E0A\u4F20\u56FE\u7247"),this.compressTypeCode=(a=e==null?void 0:e.compressTypeCode)!=null?a:va.NO_COMPRESS,this.compressRatio=(c=e==null?void 0:e.compressRatio)!=null?c:1,this.maxPixel=(s=e==null?void 0:e.maxPixel)!=null?s:1080,this.maxSize=(h=e==null?void 0:e.maxSize)!=null?h:I8}}yu.Rules=D8;class fu extends Tt{constructor(e){super(e),this.props=new yu(e==null?void 0:e.props)}static get controlName(){return r("CMD.image",null,"\u56FE\u7247")}static get controlIcon(){return"iconpic_new"}static get controlType(){return"image"}}fu.controlFieldType=C.IMAGE,fu.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"common-input",visible:!0,name:"describe",label:r("CMD.84591774578995829")},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!1},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP,o.IS_SHOW_WATERMARK]},{key:"compression-setting",visible:!0},{key:"ai-explanation",visible:!0},{key:"attachment-limit",visible:!0},{key:"attachment-size",visible:!0},{key:"image-defaultval",visible:!0},{key:"super-setting",visible:!0}];class F8 extends ka{constructor(e){super(e),this.props=new yu(e==null?void 0:e.props)}static get controlType(){return"image"}}var Ws={Designer:fu,Runtime:F8,Property:yu};class w8 extends Le{constructor(e){super(e),this.defaultValue={type:"object",fields:{amount:[{type:"number",min:void 0,max:void 0,message:r("CMD.pleaseEnterNumberRange",null,"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C")}]}},this.rangeMax={type:"any"};const i=e.rangeMax===""?void 0:e.rangeMax,n=e.rangeMin===""?void 0:e.rangeMin;this.defaultValue.fields.amount[0].max=i,this.defaultValue.fields.amount[0].min=n,this.defaultValue.fields.amount[0].message=r("CMD.pleaseEnterNumberRange",{max:i,min:n},"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C"),n&&i!==void 0&&(this.rangeMax={type:"number",min:n,message:r("CMD.numberRangeSetError",null,"\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF")})}}class A8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="object");const i=e.rangeMax===""?void 0:e.rangeMax,n=e.rangeMin===""?void 0:e.rangeMin;this.push({type:"object",fields:{amount:[Ar(lt({},this[0]),{type:"number"}),{type:"number",min:n,max:i,message:r(i===void 0?"CMD.pleaseEnterAValueGreaterThanMin":n===void 0?"CMD.pleaseEnterAValueLessThanMax":"CMD.pleaseEnterNumberRange",{max:i,min:n},r(i===void 0?"CMD.51051751712133507":n===void 0?"CMD.41d01751712135567":"CMD.affe1751712129045"))}],currency:{type:"string"}}})}}class vi extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E;super(e),this.rangeMin=(i=e==null?void 0:e.rangeMin)!=null?i:"",this.rangeMax=(n=e==null?void 0:e.rangeMax)!=null?n:"",this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"datasource",this.micrometer=(l=e==null?void 0:e.micrometer)!=null?l:!1,this.precision=(a=e==null?void 0:e.precision)!=null?a:2,this.dataBind=new e7(e==null?void 0:e.dataBind),this.datasourceBind=new W((c=e==null?void 0:e.datasourceBind)!=null?c:{displayBoList:[new yl({value:"name"})]}),this.defaultValue=new t7((s=e==null?void 0:e.defaultValue)!=null?s:{amount:"",currency:l7.CNY}),this.unitPosition=(h=e==null?void 0:e.unitPosition)!=null?h:"right",this.options=de(e==null?void 0:e.options),this.caption=(d=e==null?void 0:e.caption)!=null?d:gi.controlName,this.placeholder=(f=e==null?void 0:e.placeholder)!=null?f:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.submitSelectCurrency=(g=e==null?void 0:e.submitSelectCurrency)!=null?g:!1,this.showUpperCase=(E=e==null?void 0:e.showUpperCase)!=null?E:!1}}vi.Rules=w8,vi.RuntimeRules=A8;class gi extends A{constructor(e){super(e),this.props=new vi(e==null?void 0:e.props)}static get controlName(){return r("CMD.amount",null,"\u91D1\u989D")}static get controlType(){return"amount"}static get controlIcon(){return"iconjine"}toDataBindModel(e){const i=super.toDataBindModel(e);if(i&&!Array.isArray(i)){const{precision:n,micrometer:u}=this.props;n!==""&&(i.props.precision=n),i.props.micrometer=u}return i}}gi.controlEventKeys=["on_change","on_input","on_focus","on_blur"],gi.controlFieldType=C.MONEY,gi.setting=[{key:"data-bind-amount",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.SUBMIT_SELECT_CURRENCY,o.IS_SHOW_CAPTION_TIP]},{key:"amount-range",visible:!0},{key:"default-value",visible:!0},{key:"unit-position",visible:!0},{key:"currency-type",visible:!0},{key:"number-suite",showItems:[o.SHOW_UPPER_CASE,o.MICROMETER,o.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class Us extends T{constructor(e){super(e),this.props=new vi(e==null?void 0:e.props)}static get controlType(){return"amount"}}Us.controlFieldType=C.MONEY;var zs={Designer:gi,Runtime:Us,Property:vi};class T8 extends z{constructor(e){super(e),this.totalScore=[{type:"number",required:!0,message:r("CMD.pleaseEnterTotalScoreSetting",null,"\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E")},{type:"number",min:1,message:r("CMD.theTotalScoreMustNotBeLessThan1",null,"\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1")}],this.defaultValue={type:"number",min:0,max:5,message:r("CMD.scoreDefaultValueRange",null,"\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4")},this.defaultValue.max=e.totalScore,this.defaultValue.message=r("CMD.scoreDefaultValueRange",{max:e.totalScore,min:0},"\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4")}}class S8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="number");const i=e.required?1:0;this.push({type:"number",min:i,max:e.totalScore,message:r("CMD.scoreDefaultValueRange",{max:e.totalScore,min:i},"\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4")})}}class bi extends w{constructor(e){var i,n,u,l,a,c,s,h,d;super(e),this.totalScore=(i=e==null?void 0:e.totalScore)!=null?i:5,this.scoreType=(n=e==null?void 0:e.scoreType)!=null?n:oa.STAR,this.isShowExplain=(u=e==null?void 0:e.isShowExplain)!=null?u:!0,this.explain=(a=(l=e==null?void 0:e.explain)==null?void 0:l.map(f=>new Pn(f)))!=null?a:Array(this.totalScore).fill(void 0).map(()=>new Pn),this.defaultValue=(c=e==null?void 0:e.defaultValue)!=null?c:0,this.caption=(s=e==null?void 0:e.caption)!=null?s:Ci.controlName,this.explainColor=(h=e==null?void 0:e.explainColor)!=null?h:"primary",this.isShowCurrentScore=(d=e==null?void 0:e.isShowCurrentScore)!=null?d:!1}}bi.Rules=T8,bi.RuntimeRules=S8;class Ci extends A{constructor(e){super(e),this.props=new bi(e==null?void 0:e.props)}static get controlName(){return r("CMD.score",null,"\u8BC4\u5206")}static get controlIcon(){return"iconpingfen"}static get controlType(){return"score"}postUpdate(e,i){if(e==="totalScore"){if(i===this.props.explain.length)return;if(this.props.explain.length>i)this.props.explain=this.props.explain.slice(0,i);else{const n=i-this.props.explain.length,u=Array(n).fill(void 0).map(()=>new Pn);this.props.explain.push(...u)}}super.postUpdate(e,i)}}Ci.controlEventKeys=["on_change","on_click"],Ci.controlFieldType=C.DECIMAL,Ci.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"common-color-type",visible:!0,name:"explainColor",label:r("CMD.71be1774578971263")},{key:"score-type",visible:!0},{key:"total-setting",visible:!0},{key:"common-switch",visible:!0,name:"isShowCurrentScore",label:r("CMD.ded61774578956109"),default:!1},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Gs extends T{constructor(e){super(e),this.props=new bi(e==null?void 0:e.props)}static get controlType(){return"score"}}Gs.controlFieldType=C.DECIMAL;var Ks={Designer:Ci,Runtime:Gs,Property:bi};class P8 extends M{constructor(e){if(super(e),this[0]!==void 0&&(this[0].type="object"),e.required&&!e.isHide){const i={type:"object",fields:{}};e.addressType.includes("country")&&(i.fields.country={type:"string",required:e.required,message:r("CMD.pleaseSelectCountry",null,"\u8BF7\u9009\u62E9\u56FD\u5BB6")}),e.addressType.includes("province")&&(i.fields.province={type:"string",required:e.required,message:r("CMD.pleaseSelectProvince",null,"\u8BF7\u9009\u62E9\u7701")}),e.addressType.includes("city")&&(i.fields.city={type:"string",required:e.required,message:r("CMD.pleaseSelectCity",null,"\u8BF7\u9009\u62E9\u5E02")}),e.addressType.includes("district")&&(i.fields.district={type:"string",required:e.required,message:r("CMD.pleaseSelectDistrict",null,"\u8BF7\u9009\u62E9\u533A")}),this.push(i)}}}class mu extends w{constructor(e){var i,n,u,l,a,c;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:vu.controlName,this.defaultValueType=(n=e==null?void 0:e.defaultValueType)!=null?n:"default",this.countryScope=(u=e==null?void 0:e.countryScope)!=null?u:["100000"],this.addressType=(l=e==null?void 0:e.addressType)!=null?l:["country","province","city","district"],this.defaultValue=new i7((a=e==null?void 0:e.defaultValue)!=null?a:{}),this.placeholder=(c=e==null?void 0:e.placeholder)!=null?c:r("CMD.pleaseChooseAddress",null,"\u8BF7\u9009\u62E9\u5730\u5740")}}mu.RuntimeRules=P8;class vu extends A{constructor(e){super(e),this.props=new mu(e==null?void 0:e.props)}static get controlName(){return r("CMD.address",null,"\u5730\u5740")}static get controlIcon(){return"icondizhi"}static get controlType(){return"address"}}vu.controlFieldType=C.ADDRESS,vu.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_SHOW_CAPTION_TIP]},{key:"address-defaultval",visible:!0},{key:"super-setting",visible:!0}];class Qs extends T{constructor(e){super(e),this.props=new mu(e==null?void 0:e.props)}static get controlName(){return r("CMD.e7c91751712163978")}static get controlIcon(){return"iconicon_site_management11"}static get controlType(){return"address"}}Qs.controlFieldType=C.ADDRESS;var Zs={Designer:vu,Runtime:Qs,Property:mu};class O8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class gu extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g;super(e),this.showType=(i=e==null?void 0:e.showType)!=null?i:"default",this.multiple=(n=e==null?void 0:e.multiple)!=null?n:!1,this.range=(u=e==null?void 0:e.range)!=null?u:"all",this.defaultValueType=(l=e==null?void 0:e.defaultValueType)!=null?l:"none",this.rangeOptions=(a=e==null?void 0:e.rangeOptions)!=null?a:[],this.defaultValue=(c=e==null?void 0:e.defaultValue)!=null?c:[],this.displayLevel=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(h=e==null?void 0:e.showSubDept)!=null?h:!0,this.caption=(d=e==null?void 0:e.caption)!=null?d:Ei.controlName,this.placeholder=(f=e==null?void 0:e.placeholder)!=null?f:r("CMD.pleaseSelectDept",null,"\u8BF7\u9009\u62E9\u90E8\u95E8"),this.openMultistageFilling=(g=e==null?void 0:e.openMultistageFilling)!=null?g:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(E=>{var _;(_=this.multistageFilling)==null||_.push(new Q(E))}))}}gu.RuntimeRules=O8;class Ei extends A{constructor(e){super(e),this.props=new gu(e==null?void 0:e.props)}static get controlIcon(){return"icondepartment_new"}static get controlType(){return"department"}toDataBindModel(e){const i=super.toDataBindModel(e);if(i&&!Array.isArray(i)){const{displayLevel:n,showSubDept:u}=this.props;i.props.displayLevel=n,i.props.showSubDept=u}return i}}Ei.controlName=r("CMD.department",null,"\u90E8\u95E8"),Ei.controlFieldType=C.DEPARTMENTS,Ei.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.MULTIPLE,o.IS_SHOW_CAPTION_TIP]},{key:"department-defaultval",visible:!0},{key:"department-level",visible:!0},{key:"department-multistage-filling",visible:!0},{key:"show-tree",visible:!0},{key:"department-contain-sub",visible:!0},{key:"super-setting",visible:!0}];class Xs extends T{constructor(e){super(e),this.props=new gu(e==null?void 0:e.props)}static get controlType(){return"department"}}Xs.controlFieldType=C.DEPARTMENTS;var Js={Designer:Ei,Runtime:Xs,Property:gu};class Ra extends w{constructor(e){var i,n,u;super(e),this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i:"",this.caption=(n=e==null?void 0:e.caption)!=null?n:_i.controlName,this.placeholder=(u=e==null?void 0:e.placeholder)!=null?u:r("CMD.pleaseEnterAutonumber",null,"\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7")}}class _i extends A{constructor(e){super(e),this.props=new Ra(e==null?void 0:e.props)}static get controlName(){return r("CMD.autoNumber",null,"\u81EA\u52A8\u7F16\u53F7")}static get controlIcon(){return"iconnumber_new"}static get controlType(){return"auto-number"}}_i.controlEventKeys=["on_change"],_i.controlFieldType=C.AUTO_NUMBER,_i.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class Ys extends T{constructor(e){super(e),this.props=new Ra(e==null?void 0:e.props)}static get controlType(){return"auto-number"}}Ys.controlFieldType=C.AUTO_NUMBER;var ps={Designer:_i,Runtime:Ys,Property:Ra};class k8 extends z{constructor(e){super(e),this.dataBind.fields.result.required=!1,this.dataBind.fields.result.fields.fieldCode.required=!1,this.dataBind.fields.result.fields.dataCode.required=!1,this.dataBind.fields.unit.required=!1,this.dataBind.fields.unit.fields.fieldCode.required=!1,this.dataBind.fields.unit.fields.dataCode.required=!1}}class R8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="object"),this.push({type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61"),fields:{result:[{type:"number",message:r("CMD.isNotNumber",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57")}],unit:{type:"string",message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")}}})}}class Ii extends w{constructor(e){var i,n,u,l,a,c,s,h,d;super(e),this.precision=(i=e==null?void 0:e.precision)!=null?i:0,this.micrometer=(n=e==null?void 0:e.micrometer)!=null?n:!1,this.showUpperCase=(u=e==null?void 0:e.showUpperCase)!=null?u:!1,this.dataBind=new n7(e==null?void 0:e.dataBind),this.defaultValue=new u7(e==null?void 0:e.defaultValue),this.caption=(l=e==null?void 0:e.caption)!=null?l:Bi.controlName,this.unitPosition=(a=e==null?void 0:e.unitPosition)!=null?a:"right",this.placeholder=(c=e==null?void 0:e.placeholder)!=null?c:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.scriptEcho=(s=e==null?void 0:e.scriptEcho)!=null?s:[],this.scriptSrc=(h=e==null?void 0:e.scriptSrc)!=null?h:"",this.calcOnMounted=(d=e==null?void 0:e.calcOnMounted)!=null?d:!1}}Ii.Rules=k8,Ii.RuntimeRules=R8;class Bi extends A{constructor(e){super(e),this.props=new Ii(e==null?void 0:e.props)}static get controlName(){return r("CMD.calc",null,"\u8BA1\u7B97\u516C\u5F0F")}static get controlType(){return"calc"}static get controlIcon(){return"iconcalculation_new"}toDataBindModel(e){const i=super.toDataBindModel(e);if(i&&!Array.isArray(i)){const{precision:n,micrometer:u}=this.props;n!==""&&(i.props.precision=n),i.props.micrometer=u}return i}}Bi.controlEventKeys=["on_change"],Bi.controlFieldType=C.CALC,Bi.setting=[{key:"data-bind-calc",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"calc-script-src",visible:!0},{key:"calc-script-echo",visible:!1},{key:"calc-on-mounted",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"unit-alone",visible:!0},{key:"unit-position",visible:!0},{key:"default-value",visible:!1},{key:"number-suite",showItems:[o.SHOW_UPPER_CASE,o.MICROMETER,o.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class ed extends T{constructor(e){super(e),this.props=new Ii(e==null?void 0:e.props)}static get controlType(){return"calc"}}ed.controlFieldType=C.CALC;var td={Designer:Bi,Runtime:ed,Property:Ii};class x8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),this.push({validator(i,n){return e.required&&n.every(l=>!l)?Promise.reject(r("CMD.runtimeRequired",{caption:e.caption},"{caption}\u5FC5\u586B")):Promise.resolve()}})}}class bu extends w{constructor(e){var i,n,u,l,a,c;super(e),this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i:["",""],this.rangeMin=(n=e==null?void 0:e.rangeMin)!=null?n:"",this.rangeMax=(u=e==null?void 0:e.rangeMax)!=null?u:"",this.placeholderStart=(l=e==null?void 0:e.placeholderStart)!=null?l:r("CMD.min",null,"\u6700\u5C0F\u503C"),this.placeholderEnd=(a=e==null?void 0:e.placeholderEnd)!=null?a:r("CMD.max",null,"\u6700\u5927\u503C"),this.caption=(c=e==null?void 0:e.caption)!=null?c:Cu.controlName}}bu.RuntimeRules=x8;class Cu extends A{constructor(e){super(e),this.props=new bu(e==null?void 0:e.props)}static get controlName(){return r("CMD.searchNumberRange",null,"\u6570\u5B57\u533A\u95F4")}static get controlIcon(){return"iconshuziqujian"}static get controlType(){return"search-number-range"}}Cu.controlFieldType=C.DECIMAL_RANGE,Cu.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"number-placeholder-start",visible:!0},{key:"number-placeholder-end",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class id extends T{constructor(e){super(e),this.props=new bu(e==null?void 0:e.props)}static get controlType(){return"search-number-range"}}id.controlFieldType=C.DECIMAL_RANGE;var nd={Designer:Cu,Runtime:id,Property:bu};class M8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),e.required&&!e.isHide&&this.push({type:"array",fields:{0:{type:"string",required:e.required,message:this[0].message},1:{type:"string",required:e.required,message:this[0].message}}})}}class Eu extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_;super(e),this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i:["",""],this.dateType=(n=e==null?void 0:e.dateType)!=null?n:at.DATE,this.dateFormat=(u=e==null?void 0:e.dateFormat)!=null?u:"",this.commonTimeSetting=(l=e==null?void 0:e.commonTimeSetting)!=null?l:[],this.setValueType=(a=e==null?void 0:e.setValueType)!=null?a:"custom",this.rangeMin=(c=e==null?void 0:e.rangeMin)!=null?c:"",this.rangeMax=(s=e==null?void 0:e.rangeMax)!=null?s:"",this.placeholderStart=(h=e==null?void 0:e.placeholderStart)!=null?h:r("CMD.startDate",null,"\u5F00\u59CB\u65E5\u671F"),this.placeholderEnd=(d=e==null?void 0:e.placeholderEnd)!=null?d:r("CMD.endDate",null,"\u7ED3\u675F\u65E5\u671F"),this.caption=(f=e==null?void 0:e.caption)!=null?f:_u.controlName,this.limitDateList=(E=(g=e==null?void 0:e.limitDateList)==null?void 0:g.map(b=>new Sn(b)))!=null?E:[],this.isInternational=(_=e==null?void 0:e.isInternational)!=null?_:!1}}Eu.RuntimeRules=M8;class _u extends A{constructor(e){super(e),this.props=new Eu(e==null?void 0:e.props)}static get controlName(){return r("CMD.timescope",null,"\u65E5\u671F\u533A\u95F4")}static get controlIcon(){return"iconriqiqujian"}static get controlType(){return"search-date-range"}}_u.controlFieldType=C.ARRAY,_u.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"date-placeholder-start",visible:!0},{key:"date-placeholder-end",visible:!0},{key:"date-type",visible:!0},{key:"date-common-time-setting",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.IS_SHOW_CAPTION_TIP]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class ud extends T{constructor(e){super(e),this.props=new Eu(e==null?void 0:e.props)}static get controlType(){return"search-date-range"}}ud.controlFieldType=C.ARRAY;var ld={Designer:_u,Runtime:ud,Property:Eu};class N8 extends z{constructor(e){super(e),this.dataBind={type:"any"}}}class L8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class Di extends w{constructor(e){var i,n,u,l,a;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:St.controlName,this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:void 0,this.controlExportName=(u=e==null?void 0:e.controlExportName)!=null?u:"",this.permissions=(l=e==null?void 0:e.permissions)!=null?l:[],this.isInlineEdit=(a=e==null?void 0:e.isInlineEdit)!=null?a:!1}}Di.Rules=N8,Di.RuntimeRules=L8;class St extends A{constructor(e){super(e),this.props=new Di(e==null?void 0:e.props)}static get controlName(){return r("CMD.vueFormItem",null,"Vue\u5BB9\u5668")}static get controlIcon(){return"iconvuerongqi"}static get controlType(){return"vue-form-item"}}St.controlFieldType=C.ANY,St.controlEventKeys=[],St.slots=["grid-table-toolbar-slot",Or.DEFAULT],St.setting=[{key:"data-bind-vue",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE,o.IS_HIDE_CAPTION,o.REQUIRED,o.IS_SHOW_CAPTION_TIP,o.IS_INLINE_EDIT]},{key:"vue-control-export-name",visible:!0},{key:"vue-permissions",visible:!0},{key:"super-setting",visible:!0}];class ad extends T{constructor(e){super(e),this.props=new Di(e==null?void 0:e.props)}static get controlType(){return"vue-form-item"}}ad.controlFieldType=C.ANY;var rd={Designer:St,Runtime:ad,Property:Di};class $8 extends Le{constructor(e){super(e),this.listPageBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",required:!0,fields:{formKey:[{type:"string",message:r("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},{type:"string",required:!0,message:r("CMD.pleaseEnterList",null,"\u8BF7\u7ED1\u5B9A\u5217\u8868")}]}}],this.formBind={type:"object",fields:{formKey:{type:"string",message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class Iu extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_;super(e),this.options=de((i=e==null?void 0:e.options)!=null?i:[]),this.optionConfig=(n=e==null?void 0:e.optionConfig)!=null?n:"datasource",this.listPageBind=new hl(e==null?void 0:e.listPageBind),this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.caption=(u=e==null?void 0:e.caption)!=null?u:Fi.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"),this.defaultValue=(a=e==null?void 0:e.defaultValue)!=null?a:"",this.openMultistageFilling=(c=e==null?void 0:e.openMultistageFilling)!=null?c:!1,this.showSelectedDetail=(s=e==null?void 0:e.showSelectedDetail)!=null?s:!1,this.selectedContentConfig=new ml(e==null?void 0:e.selectedContentConfig),this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(b=>{var B;(B=this.multistageFilling)==null||B.push(new Q(b))})),this.canViewForm=(h=e==null?void 0:e.canViewForm)!=null?h:!1,this.viewFormModelType=(d=e==null?void 0:e.viewFormModelType)!=null?d:"window",this.formBind=new rt(e==null?void 0:e.formBind),this.optionDisplayConfig=(f=e==null?void 0:e.optionDisplayConfig)!=null?f:[],this.canSearch=(g=e==null?void 0:e.canSearch)!=null?g:!1,this.aiContentSearch=(E=e==null?void 0:e.aiContentSearch)!=null?E:!1,this.defaultShowOptions=(_=e==null?void 0:e.defaultShowOptions)!=null?_:!1}}Iu.Rules=$8;class Fi extends A{constructor(e){super(e),this.props=new Iu(e==null?void 0:e.props)}static get controlName(){return r("CMD.selectRelation",null,"\u5173\u8054\u5355\u9009")}static get controlIcon(){return"iconguanliandanxuan"}static get controlType(){return"select-relation"}toDataBindModel(e){const i=super.toDataBindModel(e);if(i&&!Array.isArray(i)){const{optionDisplayConfig:n}=this.props;i.props.optionDisplayConfig=n}return i}}Fi.controlFieldType=C.VARCHAR,Fi.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_SHOW_CAPTION_TIP,o.CAN_SEARCH,o.DEFAULT_SHOW_OPTIONS]},{key:"ai-content-search",visible:!0},{key:"relation-setting",visible:!0,showItems:[o.CAN_VIEW_FORM,o.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"option-config-setting",visible:!0},{key:"super-setting",visible:!0}],Fi.controlEventKeys=["on_change","on_focus","on_blur","on_modal_ok"];class od extends T{constructor(e){super(e),this.props=new Iu(e==null?void 0:e.props)}static get controlType(){return"select-relation"}}od.controlFieldType=C.VARCHAR;var cd={Designer:Fi,Runtime:od,Property:Iu};class xa extends Ft{constructor(e){super(e)}}class sd extends wt{constructor(e){super(e),this.props=new xa(e==null?void 0:e.props)}static get controlName(){return r("CMD.input",null,"\u5355\u884C\u6587\u672C")}static get controlType(){return"search-input"}}sd.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED]},{key:"super-setting",visible:!0}];class dd extends T{constructor(e){super(e),this.props=new xa(e==null?void 0:e.props)}static get controlType(){return"search-input"}}dd.controlFieldType=C.VARCHAR;var hd={Designer:sd,Runtime:dd,Property:xa};class H8 extends z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],ln.call(this,e,xe.controlCustomAttributes,!0),this.datasourceBind[1].fields&&(this.datasourceBind[1].fields.rootNode=[{type:"object",required:!0,message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{type:{type:"enum",enum:["form","system","custom","gv"],required:!0},value:{type:"array",required:!0,min:1,message:r("CMD.rootNodeIsRequired",null,"\u8BF7\u9009\u62E9\u6839\u8282\u70B9")}}}])}}class V8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class wi extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I,R,P,x;super(e),this.optionConfig="datasource",this.caption=(i=e==null?void 0:e.caption)!=null?i:xe.controlName,this.placeholder=(n=e==null?void 0:e.placeholder)!=null?n:r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"),this.multiple=(u=e==null?void 0:e.multiple)!=null?u:!1,this.canSearch=(l=e==null?void 0:e.canSearch)!=null?l:!0,this.levelType=(a=e==null?void 0:e.levelType)!=null?a:"all",this.optionalLevel=(c=e==null?void 0:e.optionalLevel)!=null?c:1,this.containsSubNode=(s=e==null?void 0:e.containsSubNode)!=null?s:!1,this.isShowFilterItem=(h=e==null?void 0:e.isShowFilterItem)!=null?h:!1,this.isShowIncludeSub=(d=e==null?void 0:e.isShowIncludeSub)!=null?d:!1,this.isDefaultCheckSub=(f=e==null?void 0:e.isDefaultCheckSub)!=null?f:!1,this.defaultCollapse=(g=e==null?void 0:e.defaultCollapse)!=null?g:"all",this.defaultCollapseLevel=(E=e==null?void 0:e.defaultCollapseLevel)!=null?E:1,this.datasourceBind=new en((_=e==null?void 0:e.datasourceBind)!=null?_:{attributes:xe.controlCustomAttributes}),this.filterItemDatasourceBind=new en((b=e==null?void 0:e.filterItemDatasourceBind)!=null?b:{attributes:xe.controlCustomAttributes}),this.openMultistageFilling=(B=e==null?void 0:e.openMultistageFilling)!=null?B:!1,this.defaultDisplay=(v=e==null?void 0:e.defaultDisplay)!=null?v:!1,this.multistageFilling=(R=(I=e==null?void 0:e.multistageFilling)==null?void 0:I.map(te=>new Q(te)))!=null?R:[],this.defaultValue=(P=e==null?void 0:e.defaultValue)!=null?P:[],this.treeQuery=(x=e==null?void 0:e.treeQuery)!=null?x:[]}}wi.Rules=H8,wi.RuntimeRules=V8;class xe extends A{constructor(e){super(e),this.props=new wi(e==null?void 0:e.props)}static get controlName(){return r("CMD.tree",null,"\u6811")}static get controlIcon(){return"icontree"}static get controlType(){return"tree"}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.6cb51751712162323"),required:!0},{key:"parentField",name:r("CMD.33ee1751712159752"),required:!0}]}}xe.controlEventKeys=["on_change","on_click","on_tree_search"],xe.controlFieldType=C.ARRAY,xe.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.MULTIPLE,o.CAN_SEARCH,o.DEFAULT_DISPLAY,o.CONTAINS_SUB_NODE,o.IS_SHOW_CAPTION_TIP]},{key:"tree-optional-level",visible:!0},{key:"tree-default-collapse",visible:!0},{key:"tree-datasource-bind",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class yd extends T{constructor(e){super(e),this.props=new wi(e==null?void 0:e.props)}static get controlType(){return"tree"}}yd.controlFieldType=C.ARRAY;var fd={Designer:xe,Runtime:yd,Property:wi};class j8 extends z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],this.externalScope={type:"any"},ln.call(this,e,He.controlCustomAttributes),e.externalType===Re.ASSIGN&&(this.externalScope={type:"array",required:!0,message:r("CMD.pleaseAssignExternal",null,"\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7")})}}class q8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Ai extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B,v;super(e),this.showType=(i=e==null?void 0:e.showType)!=null?i:"default",this.range=(n=e==null?void 0:e.range)!=null?n:"all",this.rangeOptions=(u=e==null?void 0:e.rangeOptions)!=null?u:[],this.multiple=(l=e==null?void 0:e.multiple)!=null?l:!1,this.defaultValueType=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.defaultValue=(c=e==null?void 0:e.defaultValue)!=null?c:[],this.caption=(s=e==null?void 0:e.caption)!=null?s:He.controlName,this.placeholder=(h=e==null?void 0:e.placeholder)!=null?h:r("CMD.pleaseEnterNameorEmail",null,"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1"),this.datasourceBind=new pi((d=e==null?void 0:e.datasourceBind)!=null?d:{attributes:He.controlCustomAttributes}),this.datasourceType=(f=e==null?void 0:e.datasourceType)!=null?f:fa.INTERNAL,this.insideType=(g=e==null?void 0:e.insideType)!=null?g:ma.ADMIN,this.externalType=(E=e==null?void 0:e.externalType)!=null?E:Re.ALL,this.externalScope=(_=e==null?void 0:e.externalScope)!=null?_:[],this.openMultistageFilling=(b=e==null?void 0:e.openMultistageFilling)!=null?b:!1,this.mainDeptFlag=(B=e==null?void 0:e.mainDeptFlag)!=null?B:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(I=>{var R;(R=this.multistageFilling)==null||R.push(new Q(I))})),this.defaultShowOptions=(v=e==null?void 0:e.defaultShowOptions)!=null?v:!1}}Ai.Rules=j8,Ai.RuntimeRules=q8;class He extends A{constructor(e){super(e),this.props=new Ai(e==null?void 0:e.props)}static get controlName(){return r("CMD.people",null,"\u4EBA\u5458")}static get controlIcon(){return"iconpeople1"}static get controlType(){return"employee2"}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.ffd71751712162321"),required:!0}]}}He.controlFieldType=C.EMPLOYEES,He.controlEventKeys=["on_change","on_focus","on_blur","on_option_selected"],He.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.MULTIPLE,o.IS_SHOW_CAPTION_TIP,o.MAIN_DEPT_FLAG,o.DEFAULT_SHOW_OPTIONS]},{key:"employee-datasource-setting",visible:!0},{key:"employee-range",visible:!0},{key:"employee-default-value",visible:!0},{key:"show-tree",visible:!0},{key:"super-setting",visible:!0}];class md extends T{constructor(e){super(e),this.props=new Ai(e==null?void 0:e.props)}static get controlType(){return"employee2"}}md.controlFieldType=C.EMPLOYEES;var vd={Designer:He,Runtime:md,Property:Ai};class W8 extends z{constructor(e){super(e),this.signatureConfig={type:"object",fields:{fileControl:{type:"string",required:!0,message:r("CMD.pleaseSelectSignFile",null,"\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6")},undersignedList:{type:"array",required:!0,min:1,message:r("CMD.pleaseSelectOnlyOne",null,"\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA"),fields:e.signatureConfig.undersignedList.reduce((i,n,u)=>(i[u]={type:"object",required:!0,fields:{type:{type:"enum",enum:["private","public"],required:!0},person:{type:"object",required:!0,fields:{value:{type:"array",required:!0,min:1,message:r("CMD.pleaseSelectSigner",null,"\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA")}}},signatureType:{type:"array",required:!0,min:1,message:r("CMD.pleaseSelectSignType",null,"\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B")},telephone:{type:"object",required:!0,validator(l,a,c){if(n.type==="public"&&Zi(a.value)&&a.value.length===0){c(r("CMD.pleaseSelectPhoneOrEmail",null,"\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1"));return}c()}},indexSignature:{type:"object",required:!0,validator(l,a,c){if((n==null?void 0:n.signaturePosition)==="index"&&Zi(a.value)&&a.value.length===0){c(r("CMD.pleaseSelect",null,"\u8BF7\u9009\u62E9"));return}c()}},company:{type:"object",required:!0,validator(l,a,c){if(n.type==="public"&&n.signatureType.includes("company")&&Zi(a.value)&&a.value.length===0){c(r("CMD.pleaseSelectCompanyName",null,"\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0"));return}c()}}}},i),{})}}}}}class Bu extends w{constructor(e){var i,n,u,l,a,c;super(e),this.command="",this.isLoading=!1,this.caption=(i=e==null?void 0:e.caption)!=null?i:Ti.controlName,this.content=(n=e==null?void 0:e.content)!=null?n:r("CMD.signature",null,"\u53D1\u8D77\u7B7E\u7F72"),this.buttonType=(u=e==null?void 0:e.buttonType)!=null?u:"primary",this.showType=(l=e==null?void 0:e.showType)!=null?l:"text",this.color=(a=e==null?void 0:e.color)!=null?a:"primary",this.icon=(c=e==null?void 0:e.icon)!=null?c:"iconfenlei2",this.signatureConfig=new dc(e==null?void 0:e.signatureConfig)}}Bu.Rules=W8;class Ti extends A{constructor(e){super(e),this.props=new Bu(e==null?void 0:e.props)}static get controlName(){return r("CMD.electronicSignature",null,"\u7535\u5B50\u7B7E\u7AE0")}static get controlIcon(){return"icondianziqianzhang"}static get controlType(){return"electronic-signature"}}Ti.controlEventKeys=["on_click","on_click_finish"],Ti.controlFieldType=C.VARCHAR,Ti.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_SHOW_CAPTION_TIP]},{key:"placeholder",visible:!0},{key:"button-type",visible:!0},{key:"button-color-type",visible:!0},{key:"electronic-signature-setting",visible:!0},{key:"super-setting",visible:!0}];class gd extends T{constructor(e){super(e),this.props=new Bu(e==null?void 0:e.props)}static get controlType(){return"electronic-signature"}}gd.controlFieldType=C.VARCHAR;var bd={Designer:Ti,Runtime:gd,Property:Bu};class U8 extends z{constructor(e){super(e),this.content={type:"string",required:!0,message:r("CMD.pleaseEnterButtonContent",null,"\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898")},this.wpsSetting={type:"object",fields:{watermark:{type:"object",validator(i,n,u){if(n.active&&!n.text){u(r("CMD.pleaseEnterWatermark",null,"\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A"));return}u()}},autoRename:{type:"object",validator(i,n,u){if(n.active&&!n.text){u(r("CMD.pleaseEnterFileName",null,"\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A"));return}u()}}}},this.canAdd={type:"boolean",validator(i,n,u){if(e.canAdd&&!e.addLocal&&!e.addOnline){u(r("CMD.pleaseChooseAtLeastOne",null,"\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A"));return}u()}}}}class z8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Si extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:Pi.controlName,this.content=(n=e==null?void 0:e.content)!=null?n:r("CMD.createWPS",null,"\u65B0\u5EFA\u6587\u6863"),this.canAdd=(u=e==null?void 0:e.canAdd)!=null?u:!0,this.addLocal=(l=e==null?void 0:e.addLocal)!=null?l:!0,this.addOnline=(a=e==null?void 0:e.addOnline)!=null?a:!0,this.canEdit=(c=e==null?void 0:e.canEdit)!=null?c:!0,this.canDownload=(s=e==null?void 0:e.canDownload)!=null?s:!0,this.canExport=(h=e==null?void 0:e.canExport)!=null?h:!0,this.canDelete=(d=e==null?void 0:e.canDelete)!=null?d:!1,this.maxSize=(f=e==null?void 0:e.maxSize)!=null?f:g8,this.defaultValue=(g=e==null?void 0:e.defaultValue)!=null?g:[],this.wpsSetting=new hc(e==null?void 0:e.wpsSetting),this.revisionsMode=(E=e==null?void 0:e.revisionsMode)!=null?E:!1}}Si.Rules=U8,Si.RuntimeRules=z8;class Pi extends A{constructor(e){super(e),this.props=new Si(e==null?void 0:e.props)}static get controlName(){return r("CMD.WPS",null,"\u5728\u7EBF\u6587\u6863")}static get controlIcon(){return"iconwps"}static get controlType(){return"wps"}}Pi.controlEventKeys=["on_change","on_wps_open"],Pi.controlFieldType=C.FILE,Pi.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_SHOW_CAPTION_TIP,o.REVISIONS_MODE]},{key:"button-content",visible:!0},{key:"wps-actions-setting",visible:!0},{key:"wps-word-setting",visible:!0},{key:"wps-attachment-size",visible:!0},{key:"wps-default-value",visible:!0},{key:"super-setting",visible:!0}];class Cd extends T{constructor(e){super(e),this.props=new Si(e==null?void 0:e.props)}static get controlType(){return"wps"}}Cd.controlFieldType=C.FILE;var Ed={Designer:Pi,Runtime:Cd,Property:Si};class G8 extends z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],this.businessScope={type:"any"},ln.call(this,e,Ve.controlCustomAttributes),e.businessType===Re.ASSIGN&&(this.businessScope={type:"array",required:!0,message:r("CMD.pleaseAssignBusiness",null,"\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8")})}}class K8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Oi extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I,R;super(e),this.showType=(i=e==null?void 0:e.showType)!=null?i:"default",this.multiple=(n=e==null?void 0:e.multiple)!=null?n:!1,this.range=(u=e==null?void 0:e.range)!=null?u:"all",this.defaultValueType=(l=e==null?void 0:e.defaultValueType)!=null?l:"none",this.rangeOptions=(a=e==null?void 0:e.rangeOptions)!=null?a:[],this.defaultValue=(c=e==null?void 0:e.defaultValue)!=null?c:[],this.displayLevel=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(h=e==null?void 0:e.showSubDept)!=null?h:!0,this.caption=(d=e==null?void 0:e.caption)!=null?d:Ve.controlName,this.placeholder=(f=e==null?void 0:e.placeholder)!=null?f:r("CMD.pleaseSelectDept",null,"\u8BF7\u9009\u62E9\u90E8\u95E8"),this.datasourceBind=new pi((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:Ve.controlCustomAttributes}),this.datasourceType=(E=e==null?void 0:e.datasourceType)!=null?E:On.INTERNAL,this.businessScope=(_=e==null?void 0:e.businessScope)!=null?_:[],this.businessType=(b=e==null?void 0:e.businessType)!=null?b:Re.ALL,this.openMultistageFilling=(B=e==null?void 0:e.openMultistageFilling)!=null?B:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(P=>{var x;(x=this.multistageFilling)==null||x.push(new Q(P))})),this.defaultShowOptions=(v=e==null?void 0:e.defaultShowOptions)!=null?v:!1,this.disabledSelectedFilters=(R=(I=e==null?void 0:e.disabledSelectedFilters)==null?void 0:I.map(P=>P.children!==void 0?new Yi(P):new $t(P)))!=null?R:[]}}Oi.Rules=G8,Oi.RuntimeRules=K8;class Ve extends A{constructor(e){super(e),this.props=new Oi(e==null?void 0:e.props)}static get controlIcon(){return"icondepartment_new"}static get controlType(){return"department2"}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.72d21751712162321"),required:!0}]}toDataBindModel(e){const i=super.toDataBindModel(e);if(i&&!Array.isArray(i)){const{displayLevel:n,showSubDept:u}=this.props;i.props.displayLevel=n,i.props.showSubDept=u}return i}}Ve.controlName=r("CMD.department",null,"\u90E8\u95E8"),Ve.controlFieldType=C.DEPARTMENTS,Ve.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.MULTIPLE,o.IS_SHOW_CAPTION_TIP,o.DEFAULT_SHOW_OPTIONS]},{key:"department-datasource-setting",visible:!0},{key:"department-disabled-filter",visible:!0},{key:"department-defaultval",visible:!0},{key:"department-level",visible:!0},{key:"show-tree",visible:!0},{key:"department-contain-sub",visible:!0},{key:"super-setting",visible:!0}];class _d extends T{constructor(e){super(e),this.props=new Oi(e==null?void 0:e.props)}static get controlType(){return"department2"}}_d.controlFieldType=C.DEPARTMENTS;var Id={Designer:Ve,Runtime:_d,Property:Oi};class Q8 extends z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],this.businessScope={type:"any"},ln.call(this,e,Pt.controlCustomAttributes),e.businessType===Re.ASSIGN&&(this.businessScope={type:"array",required:!0,message:r("CMD.pleaseAssignBusiness",null,"\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8")})}}class Z8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class ki extends w{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I,R;super(e),this.showType=(i=e==null?void 0:e.showType)!=null?i:"default",this.multiple=(n=e==null?void 0:e.multiple)!=null?n:!1,this.range=(u=e==null?void 0:e.range)!=null?u:"all",this.listPageBind=new hl(e==null?void 0:e.listPageBind),this.defaultValueType=(l=e==null?void 0:e.defaultValueType)!=null?l:"none",this.rangeOptions=(a=e==null?void 0:e.rangeOptions)!=null?a:[],this.defaultValue=(c=e==null?void 0:e.defaultValue)!=null?c:[],this.displayLevel=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(h=e==null?void 0:e.showSubDept)!=null?h:!0,this.caption=(d=e==null?void 0:e.caption)!=null?d:Pt.controlName,this.placeholder=(f=e==null?void 0:e.placeholder)!=null?f:r("CMD.pleaseSelectOrg",null,"\u8BF7\u9009\u62E9\u7EC4\u7EC7"),this.datasourceBind=new Y_((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:Pt.controlCustomAttributes}),this.datasourceType=(E=e==null?void 0:e.datasourceType)!=null?E:On.INTERNAL,this.businessScope=(_=e==null?void 0:e.businessScope)!=null?_:[],this.businessType=(b=e==null?void 0:e.businessType)!=null?b:Re.ALL,this.organizingFunction=(B=e==null?void 0:e.organizingFunction)!=null?B:void 0,this.organizationView=(v=e==null?void 0:e.organizationView)!=null?v:void 0,this.showSelectedDetail=(I=e==null?void 0:e.showSelectedDetail)!=null?I:!1,this.selectedContentConfig=new ml(e==null?void 0:e.selectedContentConfig),this.openMultistageFilling=(R=e==null?void 0:e.openMultistageFilling)!=null?R:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(P=>{var x;(x=this.multistageFilling)==null||x.push(new Q(P))}))}}ki.Rules=Q8,ki.RuntimeRules=Z8;class Pt extends A{constructor(e){super(e),this.props=new ki(e==null?void 0:e.props)}static get controlName(){return r("CMD.organizationSelection",null,"\u4E1A\u52A1\u7EC4\u7EC7")}static get controlIcon(){return"icondepartment_new"}static get controlType(){return"organization-selection"}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.895a1751712162322"),required:!0}]}toDataBindModel(e){const i=super.toDataBindModel(e);if(i&&!Array.isArray(i)){const{displayLevel:n,showSubDept:u}=this.props;i.props.displayLevel=n,i.props.showSubDept=u}return i}}Pt.controlFieldType=C.DEPARTMENTS,Pt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED,o.IS_HIDE,o.IS_HIDE_CAPTION,o.MULTIPLE,o.IS_SHOW_CAPTION_TIP]},{key:"organization-selection-setting",visible:!0},{key:"org-selection-defaultval",visible:!0},{key:"show-tree",visible:!0},{key:"department-contain-sub",visible:!0},{key:"super-setting",visible:!0}];class Bd extends T{constructor(e){super(e),this.props=new ki(e==null?void 0:e.props)}static get controlType(){return"organization-selection"}}Bd.controlFieldType=C.DEPARTMENTS;var Dd={Designer:Pt,Runtime:Bd,Property:ki};class X8 extends z{constructor(e){super(e),this.dataBind={type:"any"}}}class J8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class Ri extends w{constructor(e){var i,n,u,l,a;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:xi.controlName,this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:void 0,this.controlExportName=(u=e==null?void 0:e.controlExportName)!=null?u:"",this.permissions=(l=e==null?void 0:e.permissions)!=null?l:[],this.isInlineEdit=(a=e==null?void 0:e.isInlineEdit)!=null?a:!1}}Ri.Rules=X8,Ri.RuntimeRules=J8;class xi extends A{constructor(e){super(e),this.props=new Ri(e==null?void 0:e.props)}static get controlName(){return r("CMD.vuePage",null,"Vue\u9875\u9762")}static get controlIcon(){return"iconvuerongqi"}static get controlType(){return F.VUE_PAGE}}xi.controlFieldType=C.ANY,xi.controlEventKeys=[],xi.setting=[];class Fd extends T{constructor(e){super(e),this.props=new Ri(e==null?void 0:e.props)}static get controlType(){return F.VUE_PAGE}}Fd.controlFieldType=C.ANY;var wd={Designer:xi,Runtime:Fd,Property:Ri},Y8=Object.freeze({__proto__:null,Input:ns,Checkbox:ls,Cascader:rs,Counter:cs,Radio:ds,Number:ys,Slider:ms,Switch:gs,Tag:Cs,Barcode:_s,QrCode:Bs,DatePicker:Fs,DateRange:As,TimePicker:Ss,TimeRange:Os,Textarea:Rs,RichText:Ms,Select:Ls,SelectMultiple:Hs,Employee:js,Image:Ws,Attachment:qs,Amount:zs,Score:Ks,Address:Zs,Department:Js,AutoNumber:ps,Calc:td,SearchNumberRange:nd,SearchDateRange:ld,VueFormItem:rd,SelectRelation:cd,SearchInput:hd,Tree:fd,Employee2:vd,ElectronicSignature:bd,WPS:Ed,Department2:Id,OrganizationSelection:Dd,VuePage:wd});class Ad extends N{static get controlName(){return r("CMD.grid",null,"\u753B\u5E03")}static get controlIcon(){return"grid"}static get controlType(){return"grid"}constructor(e){super(e)}}Ad.excludes=[F.GRID];class p8 extends ${static get controlType(){return"grid"}constructor(e){super(e)}}class eF extends k{constructor(e){super(e)}}var Td={Designer:Ad,Runtime:p8,Property:eF};const tF=24;class je extends k{constructor(e){var i,n,u;super(e),this.span=(i=e==null?void 0:e.span)!=null?i:tF,this.offset=(n=e==null?void 0:e.offset)!=null?n:0,this.isNoFull=(u=e==null?void 0:e.isNoFull)!=null?u:!1}}class Mi extends N{constructor(e){super(e),this.props=new je(e==null?void 0:e.props)}static get controlName(){return r("CMD.col",null,"\u6805\u683C\u5217")}static get controlType(){return"col"}static get controlIcon(){return"col"}}Mi.excludes=[F.COL,F.SUBTABLE,F.SUBTABLE_COLUMN,F.GRID_LAYOUT_CONTAINER,F.DIVIDER],Mi.childrenMaxLength=1;class Ma extends ${constructor(e){super(e),this.props=new je(e==null?void 0:e.props)}static get controlType(){return"col"}}var Sd={Designer:Mi,Runtime:Ma,Property:je};class Du extends k{constructor(e){var i,n,u,l,a;super(e),this.layoutMode=(i=e==null?void 0:e.layoutMode)!=null?i:"select",this.gutter=(n=e==null?void 0:e.gutter)!=null?n:0,this.align=(u=e==null?void 0:e.align)!=null?u:"",this.justify=(l=e==null?void 0:e.justify)!=null?l:"",this.padding=new v7(e==null?void 0:e.padding),this.margin=new m7(e==null?void 0:e.margin),this.isFull=(a=e==null?void 0:e.isFull)!=null?a:!1}}class Fu extends N{constructor(e){super(e),this.props=new Du(e==null?void 0:e.props)}static get controlName(){return r("CMD.row",null,"\u6805\u683C\u5E03\u5C40")}static get controlType(){return"row"}static get controlIcon(){return"iconyihangduolie"}}Fu.excludes=[F.ROW],Fu.setting=[{key:"col-setting",visible:!0},{key:"dynamic-margin-padding",visible:!0}];class Pd extends ${constructor(e){super(e),this.props=new Du(e==null?void 0:e.props)}static get controlType(){return"row"}}var Od={Designer:Fu,Runtime:Pd,Property:Du};const iF=4;class wu extends Fu{static get controlName(){return r("CMD.gridRow",null,"\u6805\u683C\u7B49\u5206\u884C")}static get controlType(){return"grid-row"}static get controlIcon(){return"grid-row"}constructor(e){super(e)}}wu.excludes=[F.GRID_ROW],wu.setting=[],wu.childrenMaxLength=iF;class nF extends Pd{static get controlType(){return"grid-row"}constructor(e){super(e)}}class uF extends Du{constructor(e){super(e)}}var kd={Designer:wu,Runtime:nF,Property:uF};class lF extends k.Rules{constructor(){super(...arguments),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}}}class Au extends k{constructor(e){var i,n,u,l,a,c,s,h,d,f;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:r("CMD.cardGroup",null,"\u5206\u7EC4"),this.isHideCaption=(n=e==null?void 0:e.isHideCaption)!=null?n:!1,this.collapse=(u=e==null?void 0:e.collapse)!=null?u:"none",this.describe=(l=e==null?void 0:e.describe)!=null?l:"",this.position=(a=e==null?void 0:e.position)!=null?a:"left",this.captionType=(c=e==null?void 0:e.captionType)!=null?c:"default",this.borderType=(s=e==null?void 0:e.borderType)!=null?s:"none",this.divider=(h=e==null?void 0:e.divider)!=null?h:"solid",this.triggerShadow=(d=e==null?void 0:e.triggerShadow)!=null?d:"never",this.type=(f=e==null?void 0:e.type)!=null?f:"default"}}Au.Rules=lF;class Na extends N{constructor(e){super(e),this.props=new Au(e==null?void 0:e.props)}static get controlName(){return r("CMD.cardGroup",null,"\u5206\u7EC4")}static get controlIcon(){return"iconfenzu6"}static get controlType(){return"card-group"}}Na.setting=[{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"common-input",visible:!0,name:"describe",label:r("CMD.c9451774578995831")},{key:"common-button-radio",visible:!0,name:"divider",label:r("CMD.6bdd1774579030243"),default:"solid",options:[{value:"none",label:r("CMD.6a321774579067900")},{value:"dotted",label:r("CMD.6bf61774579053844")},{value:"solid",label:r("CMD.1d291774579055379")}],tip:r("CMD.de3f1774580653034")},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"collapse-setting",visible:!0},{key:"common-button-radio",visible:!0,name:"type",label:r("CMD.93ae1774579004149"),default:"default",options:[{value:"default",label:r("CMD.1ef01774579045622")},{value:"card",label:r("CMD.9d551774579049605")}]},{key:"common-button-radio",visible:!0,name:"position",label:r("CMD.b1761774579005863"),default:"left",options:[{value:"left",label:r("CMD.23f71774579023855")},{value:"center",label:r("CMD.ecb71774579037654")},{value:"right",label:r("CMD.5e991774579025728")}]},{key:"common-select",visible:!0,name:"captionType",label:r("CMD.87c01774579007616"),default:"default",options:[{value:"default",label:r("CMD.1ef01774579045622")},{value:"warning",label:r("CMD.80581774579050943")},{value:"success",label:r("CMD.98331774579052281")}]},{key:"common-select",visible:!0,name:"borderType",label:r("CMD.852f1774579009314"),default:"none",options:[{value:"none",label:r("CMD.83e11774579028684")},{value:"dotted",label:r("CMD.6bf61774579053844")},{value:"solid",label:r("CMD.1d291774579055379")}]},{key:"common-select",visible:!0,name:"triggerShadow",label:r("CMD.1a941774578973189"),default:"never",options:[{value:"never",label:r("CMD.16b21774579011405")},{value:"hover",label:r("CMD.cef21774578966959")},{value:"always",label:r("CMD.74351774579013248")}]},{key:"super-setting",visible:!0}],Na.excludes=[F.CARD_GROUP];class aF extends ${constructor(e){super(e),this.props=new Au(e==null?void 0:e.props)}static get controlType(){return"card-group"}}var Rd={Designer:Na,Runtime:aF,Property:Au};class rF extends k.Rules{constructor(){super(...arguments),this.caption={type:"string",required:!0,message:"\u8BF7\u8F93\u5165\u6807\u9898"}}}class Tu extends k{constructor(e){var i,n,u,l,a,c;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:"\u7A7A\u767D\u5BB9\u5668",this.isHideCaption=(n=e==null?void 0:e.isHideCaption)!=null?n:!1,this.captionColor=(e==null?void 0:e.captionColor)||"",this.captionSize=(e==null?void 0:e.captionSize)||"",this.isCaptionItalic=(e==null?void 0:e.isCaptionItalic)||!1,this.captionFontWeight=(u=e==null?void 0:e.captionFontWeight)!=null?u:ke.NORMAL,this.position=(l=e==null?void 0:e.position)!=null?l:"left",this.backgroundColor=(a=e==null?void 0:e.backgroundColor)!=null?a:"#ffffff",this.showShadow=(c=e==null?void 0:e.showShadow)!=null?c:!1}}Tu.Rules=rF;class La extends N{constructor(e){super(e),this.props=new Tu(e==null?void 0:e.props)}static get controlName(){return"\u7A7A\u767D\u5BB9\u5668"}static get controlIcon(){return"iconkongbairongqi"}static get controlType(){return"blank-container"}}La.excludes=[],La.setting=[{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC,o.CAPTION_FONT_WEIGHT],visible:!0},{key:"common-button-radio",visible:!0,name:"position",label:"\u5C45\u4E2D\u65B9\u5F0F",default:"left",options:[{value:"left",label:"\u5DE6\u5BF9\u9F50"},{value:"center",label:"\u5C45\u4E2D"},{value:"right",label:"\u53F3\u5BF9\u9F50"}]},{key:"color",visible:!0,name:"backgroundColor",layout:"horizontal",label:"\u80CC\u666F\u8272"},{key:"common-switch",visible:!0,name:"showShadow",label:"\u5F00\u542F\u9634\u5F71",default:!1},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class oF extends ${constructor(e){super(e),this.props=new Tu(e==null?void 0:e.props)}static get controlType(){return"blank-container"}}var xd={Designer:La,Runtime:oF,Property:Tu};class cF extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.width={type:"number",required:!1,message:r("CMD.pleaseEnterColumnWidth",null,"\u8BF7\u8F93\u5165\u5217\u5BBD")},this.captionTip={type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Su extends k{constructor(e){var i,n,u,l,a;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:"",this.fixed=(n=e==null?void 0:e.fixed)!=null?n:!1,this.isShowCaptionTip=(u=e==null?void 0:e.isShowCaptionTip)!=null?u:!1,this.captionTip=(l=e==null?void 0:e.captionTip)!=null?l:"",this.isHideCaption=(a=e==null?void 0:e.isHideCaption)!=null?a:!1,this.metaAutoWidth=new W_(e==null?void 0:e.metaAutoWidth)}}Su.Rules=cF;class he extends N{constructor(e){super(e),this.props=new Su(e==null?void 0:e.props)}}he.controlName=r("CMD.subtableColumn",null,"\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C"),he.controlType="subtable-column",he.controlIcon="subtable-column",he.childrenMaxLength=1,he.excludes=[F.SUBTABLE,F.SUBTABLE_COLUMN,F.ROW,F.COL,F.CARD_GROUP,F.DIVIDER,F.TEXT,F.GRID_LAYOUT_CONTAINER],he.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"common-setting",showItems:[o.IS_SHOW_CAPTION_TIP],visible:!0},{key:"column-auto-width",visible:!0}];class Md extends ${constructor(e){super(e),this.props=new Su(e==null?void 0:e.props)}}Md.controlType="subtable-column";var Nd={Designer:he,Runtime:Md,Property:Su};class $a extends k{constructor(e){super(e)}}class qe extends N{constructor(e){super(e),this.props=new $a(e==null?void 0:e.props)}}qe.controlName=r("CMD.subtableRow",null,"\u660E\u7EC6\u5B50\u8868\u884C"),qe.controlType="subtable-row",qe.controlIcon="subtable-row",qe.childrenMaxLength=1,qe.excludes=[F.SUBTABLE,F.SUBTABLE_COLUMN,F.SUBTABLE_ROW,F.ROW,F.COL,F.CARD_GROUP,F.DIVIDER,F.TEXT],qe.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0}];class sF extends ${constructor(e){super(e),this.props=new $a(e==null?void 0:e.props)}static get controlType(){return"subtable-row"}}var Ld={Designer:qe,Runtime:sF,Property:$a};class Ha extends k{constructor(e){var i,n,u,l,a,c,s,h,d,f;super(e),this.width=(i=e==null?void 0:e.width)!=null?i:200,this.widthType=(e==null?void 0:e.widthType)||"auto",this.caption=(n=e==null?void 0:e.caption)!=null?n:"",this.fixed=(u=e==null?void 0:e.fixed)!=null?u:!1,this.fieldCode=(l=e==null?void 0:e.fieldCode)!=null?l:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:C.VARCHAR,this.fieldName=(c=e==null?void 0:e.fieldName)!=null?c:"",this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.textCleanFormart=(s=e==null?void 0:e.textCleanFormart)!=null?s:!1,this.decimalKeepPrecision=(h=e==null?void 0:e.decimalKeepPrecision)!=null?h:0,this.timestampDateType=(d=e==null?void 0:e.timestampDateType)!=null?d:at.DATE,this.departmentDisplayLevel=(f=e==null?void 0:e.departmentDisplayLevel)!=null?f:1}}class We extends N{constructor(e){super(e),this.props=new Ha(e==null?void 0:e.props)}}We.controlName=r("CMD.8ba01751712155518"),We.controlType="gridtable-column",We.controlIcon="gridtable-column",We.childrenMaxLength=1,We.excludes=[F.GRID_TABLE,F.GRID_TABLE_COLUMN,F.ROW,F.COL,F.CARD_GROUP,F.DIVIDER,F.TEXT],We.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-fixed",visible:!0}];class $d extends ${constructor(e){super(e),this.props=new Ha(e==null?void 0:e.props)}}$d.controlType="gridtable-column";var Hd={Designer:We,Runtime:$d,Property:Ha};class Va extends k{constructor(e){var i,n;super(e),this.childMinWidth=(i=e==null?void 0:e.childMinWidth)!=null?i:230,this.colGap=(n=e==null?void 0:e.colGap)!=null?n:24}}class ja extends N{constructor(e){super(e),this.props=new Va(e==null?void 0:e.props)}static get controlName(){return r("CMD.gridLayoutContainer",null,"\u6362\u884C\u5BB9\u5668")}static get controlType(){return"grid-layout-container"}static get controlIcon(){return"icona-huanhangrongqi1"}}ja.excludes=[F.GRID_LAYOUT_CONTAINER,F.CARD_GROUP,F.TAB],ja.setting=[{key:"grid-child-min-width",visible:!0},{key:"grid-col-gap",visible:!0}];class dF extends ${constructor(e){super(e),this.props=new Va(e==null?void 0:e.props)}static get controlType(){return"grid-layout-container"}}var Vd={Designer:ja,Runtime:dF,Property:Va};class qa extends k{constructor(e){var i,n,u,l,a;super(e),this.mobileShowType=(i=e==null?void 0:e.mobileShowType)!=null?i:"vertical",this.type=(n=e==null?void 0:e.type)!=null?n:"line",this.tabPosition=(u=e==null?void 0:e.tabPosition)!=null?u:"top",this.isLabelFlat=(l=e==null?void 0:e.isLabelFlat)!=null?l:!1,this.isDelay=(a=e==null?void 0:e.isDelay)!=null?a:!1}}class hF extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}}}class Pu extends k{constructor(e){var i;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:Li.controlName}}Pu.Rules=hF;class Ni extends N{constructor(e){super(e),this.props=new Pu(e==null?void 0:e.props)}static get controlName(){return r("CMD.tabPane",null,"\u6807\u7B7E\u5355\u5143")}static get controlType(){return"tab-pane"}static get controlIcon(){return"tab-pane"}}Ni.excludes=[F.TAB],Ni.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class yF extends ${constructor(e){super(e),this.props=new Pu(e==null?void 0:e.props)}static get controlType(){return"tab-pane"}}var jd={Designer:Ni,Runtime:yF,Property:Pu};class Li extends N{constructor(e){var i;super(e),this.props=new qa(e==null?void 0:e.props),this.children=(i=e==null?void 0:e.children)!=null?i:[new Ni,new Ni]}static get controlName(){return r("CMD.tab",null,"\u6807\u7B7E\u9875")}static get controlType(){return"tab"}static get controlIcon(){return"iconmanage11"}}Li.excludes=[F.TAB],Li.controlEventKeys=["on_change_tab"],Li.setting=[{key:"tab-mobile-show-type",visible:!0},{key:"common-button-radio",visible:!0,name:"type",label:r("CMD.2a051774579020300"),default:"line",options:[{value:"line",label:r("CMD.4b041774579045624")},{value:"card",label:r("CMD.f38f1774579033217")}]},{key:"common-button-radio",visible:!0,name:"tabPosition",label:r("CMD.b9af1774579022229"),default:"top",options:[{value:"top",label:r("CMD.1efb1774579069467")},{value:"bottom",label:r("CMD.24c01774579070698")},{value:"left",label:r("CMD.13f41774579072043")},{value:"right",label:r("CMD.ebe01774579073490")}]},{key:"common-switch",visible:!0,name:"isLabelFlat",label:r("CMD.65361774578950526"),default:!1},{key:"common-switch",visible:!0,name:"isDelay",label:r("CMD.d1641774578983962"),default:!1},{key:"super-setting",visible:!0}];class fF extends ${constructor(e){super(e),this.props=new qa(e==null?void 0:e.props)}static get controlType(){return"tab"}}var qd={Designer:Li,Runtime:fF,Property:qa};class Wd extends k{constructor(e){super(e)}}class Ud extends N{constructor(e){super(e),this.props=new Wd({}),this.children=(e==null?void 0:e.children)||[new Mi({props:new je({span:12})}),new Mi({props:new je({span:12})})]}static get controlName(){return r("CMD.toolbox",null,"\u5DE5\u5177\u680F")}static get controlType(){return"toolbox"}static get controlIcon(){return"toolbox"}}Ud.excludes=[F.GRID_ROW,F.ROW,F.GRID,F.SUBTABLE,F.TAB,F.TOOLBOX];class mF extends ${static get controlType(){return"toolbox"}constructor(e){super(e),this.children=(e==null?void 0:e.children)||[new Ma({props:new je({span:12})}),new Ma({props:new je({span:12})})]}}var zd={Designer:Ud,Runtime:mF,Property:Wd};class vF extends Ne{constructor(e){super(e),this.push({type:"object",fields:{}})}}class gF extends U{constructor(e){if(super(e),this.triggerFieldCode={type:"any"},this.datasourceBind={type:"any"},this.joinRelation=[{type:"any"}],console.log("--ListViewControlPropertyRules--"),e.triggerType===2&&e.isShowSubList&&(this.triggerFieldCode={type:"string",required:!0,message:r("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}),e.isShowJoinRelation&&(this.joinRelation=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{aliasCode:{type:"string",required:!0,message:r("CMD.pleaseEnterAliasCode",null,"\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D")},datasourceBind:[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:r("CMD.pleaseSelectDataCode",null,"\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B")},svcCode:{type:"string",required:!0,message:r("CMD.pleaseSelectSvcCode",null,"\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1")}}}],relationFields:[{type:"array",message:r("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{joinFieldCode:{type:"string",required:!0,message:r("CMD.pleaseSelectJoinFieldCode",null,"\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5")},mainFieldCode:{type:"string",required:!0,message:r("CMD.pleaseSelectMainFieldCode",null,"\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5")}}}}]}}]),Sl.call(this,{optionConfig:"datasource",datasourceBind:e.datasourceBind,options:[]}),Array.isArray(this.datasourceBind)&&this.datasourceBind.length>1){const i=this.datasourceBind.find(n=>n.type==="object"&&n.fields);i&&(delete i.fields.valueFieldCode,delete i.fields.displayBoList)}}}class $i extends k{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b;super(e),this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.isLoading=(i=e==null?void 0:e.isLoading)!=null?i:!1,this.isShowSubList=(n=e==null?void 0:e.isShowSubList)!=null?n:!1,this.triggerType=(u=e==null?void 0:e.triggerType)!=null?u:1,this.triggerFieldCode=(l=e==null?void 0:e.triggerFieldCode)!=null?l:"",this.sublistPage=new Q_(e==null?void 0:e.sublistPage),this.isShowJoinRelation=(a=e==null?void 0:e.isShowJoinRelation)!=null?a:!1,this.joinRelation=new X_(e==null?void 0:e.joinRelation),this.showType=(c=e==null?void 0:e.showType)!=null?c:"stretch",this.showFullScreen=(s=e==null?void 0:e.showFullScreen)!=null?s:!1,this.selectionType=(h=e==null?void 0:e.selectionType)!=null?h:"multiple",this.isFixedHeader=(d=e==null?void 0:e.isFixedHeader)!=null?d:!1,this.isShowSelection=(f=e==null?void 0:e.isShowSelection)!=null?f:!1,this.isAllLoaded=(g=e==null?void 0:e.isAllLoaded)!=null?g:!0,this.countType=e==null?void 0:e.countType,this.countLimit=(E=e==null?void 0:e.countLimit)!=null?E:1e5,this.rowStyle=new h7(e==null?void 0:e.rowStyle),this.isTreeData=(_=e==null?void 0:e.isTreeData)!=null?_:!1,this.treeData=new y7(e==null?void 0:e.treeData),this.isMasterDetail=(b=e==null?void 0:e.isMasterDetail)!=null?b:!1,this.masterDetail=new f7(e==null?void 0:e.masterDetail)}}$i.Rules=gF,$i.RuntimeRules=vF;class Hi extends N{constructor(e){super(e),this.props=new $i(e==null?void 0:e.props)}static get controlName(){return r("CMD.listView",null,"\u5217\u8868\u5BB9\u5668")}static get controlType(){return"list-view"}static get controlIcon(){return"iconyihangduolie"}}Hi.slotPosition={left:"list-view-left-slot"},Hi.excludes=[F.ROW],Hi.controlEventKeys=["on_list_search","on_list_mounted","on_list_actions","on_list_render_operation","on_list_rowclick","on_list_before_rowdelete","on_list_rows_checked"],Hi.setting=[{key:"list-datasource-bind",visible:!0},{key:"list-join-relation",visible:!0},{key:"list-fixed-header",visible:!0},{key:"list-default-state",visible:!0},{key:"list-selection-state",visible:!0},{key:"list-tree-setting",visible:!0},{key:"list-master-detail",visible:!0},{key:"list-row-style",visible:!0},{key:"super-setting",visible:!0}];class bF extends ${constructor(e){super(e),this.props=new $i(e==null?void 0:e.props)}static get controlType(){return"list-view"}}var Gd={Designer:Hi,Runtime:bF,Property:$i};class CF extends Ne{constructor(e){super(e),this.push({type:"object",fields:{}})}}class Ou extends k{constructor(e){var i,n,u,l,a,c,s;super(e),this.save=new Fe((i=e==null?void 0:e.save)!=null?i:{content:r("CMD.save",null,"\u4FDD\u5B58"),type:"save",isShow:!1}),this.cancel=new Fe((n=e==null?void 0:e.cancel)!=null?n:{content:r("CMD.cancel",null,"\u53D6\u6D88"),type:"cancel",isShow:!1}),this.saveAs=new Fe((u=e==null?void 0:e.saveAs)!=null?u:{content:r("CMD.draft",null,"\u4FDD\u5B58\u8349\u7A3F"),type:"saveAs",isShow:!1}),this.print=new Fe((l=e==null?void 0:e.print)!=null?l:{content:r("CMD.print",null,"\u6253\u5370"),type:"print",isShow:!1}),this.custom=((a=e==null?void 0:e.custom)!=null?a:[]).map(h=>new Fe(h)),this.isLoading=(c=e==null?void 0:e.isLoading)!=null?c:!1,this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.processFormReadonlyControlMode=(s=e==null?void 0:e.processFormReadonlyControlMode)!=null?s:"disabled"}}Ou.RuntimeRules=CF;class Kd extends N{constructor(e){super(e),this.props=new Ou(e==null?void 0:e.props)}static get controlName(){return r("CMD.dataView",null,"\u6570\u636E\u5BB9\u5668")}static get controlType(){return"data-view"}}Kd.excludes=[];class EF extends ${constructor(e){super(e),this.props=new Ou(e==null?void 0:e.props)}static get controlType(){return"data-view"}}var Qd={Designer:Kd,Runtime:EF,Property:Ou};class _F extends N{static get controlName(){return r("CMD.page",null,"\u81EA\u7531\u9875\u9762")}static get controlIcon(){return"page"}static get controlType(){return"page"}constructor(e){super(e)}}class IF extends ${static get controlType(){return"page"}constructor(e){super(e)}}class BF extends k{constructor(e){var i;super(e),this.background="#fff",this.minWidth="",this.maxWidth="",this.heightConfig="auto",this.hideHeader=(i=e==null?void 0:e.hideHeader)!=null?i:!1}}var Zd={Designer:_F,Runtime:IF,Property:BF};class DF extends N{static get controlName(){return r("CMD.advancedContainer",null,"\u9AD8\u7EA7\u5BB9\u5668")}static get controlIcon(){return"AdvancedContainer"}static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class FF extends ${static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class wF extends k{constructor(e){super(e),this.display=(e==null?void 0:e.display)||"flex",this.flexConfig=new bc(e==null?void 0:e.flexConfig)}}var Xd={Designer:DF,Runtime:FF,Property:wF};class AF extends N{static get controlName(){return r("CMD.positioningContainer",null,"\u5B9A\u4F4D\u5BB9\u5668")}static get controlIcon(){return"PositioningContainer"}static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class TF extends ${static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class SF extends k{constructor(e){super(e)}}var Jd={Designer:AF,Runtime:TF,Property:SF};class PF extends N{static get controlName(){return r("CMD.position",null,"\u5B9A\u4F4D\u5B50\u5BB9\u5668")}static get controlIcon(){return"position"}static get controlType(){return"position"}constructor(e){super(e)}}class OF extends ${static get controlType(){return"position"}constructor(e){super(e)}}class kF extends k{constructor(e){var i,n,u,l;super(e),this.widthSpan=(i=e==null?void 0:e.widthSpan)!=null?i:12,this.heightSpan=(n=e==null?void 0:e.heightSpan)!=null?n:12,this.left=(u=e==null?void 0:e.left)!=null?u:0,this.top=(l=e==null?void 0:e.top)!=null?l:0}}var Yd={Designer:PF,Runtime:OF,Property:kF};class Wa extends k{constructor(e){var i,n,u;super(e),this.position=(i=e==null?void 0:e.position)!=null?i:"bottom",this.opacity=(n=e==null?void 0:e.opacity)!=null?n:!0,this.align=(u=e==null?void 0:e.align)!=null?u:"right"}}class ku extends N{constructor(e){var i;super(e),this.props=new Wa((i=e==null?void 0:e.props)!=null?i:{})}static get controlName(){return r("CMD.actionBar",null,"\u6309\u94AE\u64CD\u4F5C\u680F")}static get controlType(){return"action-bar"}static get controlIcon(){return"action-bar"}}ku.slotPosition={default:"action-bar-slot"},ku.excludes=[],ku.setting=[{key:"action-position",visible:!0},{key:"background-opacity",visible:!0},{key:"buttons-align",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class RF extends ${constructor(e){var i;super(e),this.props=new Wa((i=e==null?void 0:e.props)!=null?i:{})}static get controlType(){return"action-bar"}}var pd={Designer:ku,Runtime:RF,Property:Wa};class Ua extends k{constructor(e){var i,n,u,l,a,c,s,h,d,f,g;super(e),this.direction=(i=e==null?void 0:e.direction)!=null?i:"horizontal",this.labelPlacement=(n=e==null?void 0:e.labelPlacement)!=null?n:"horizontal",this.size=(u=e==null?void 0:e.size)!=null?u:"default",this.type=(l=e==null?void 0:e.type)!=null?l:"default",this.isSticky=(a=e==null?void 0:e.isSticky)!=null?a:!1,this.step=(c=e==null?void 0:e.step)!=null?c:"",this.isCenter=(s=e==null?void 0:e.isCenter)!=null?s:!1,this.isStopStepClick=(h=e==null?void 0:e.isStopStepClick)!=null?h:!0,this.status=(d=e==null?void 0:e.status)!=null?d:"process",this.stopStatus=(f=e==null?void 0:e.stopStatus)!=null?f:"finish",this.isShowStepButton=(g=e==null?void 0:e.isShowStepButton)!=null?g:!1,this.stepButtons=new C7(e==null?void 0:e.stepButtons)}}class za extends k{constructor(e){var i,n,u,l,a,c,s,h;super(e),this.title=(i=e==null?void 0:e.title)!=null?i:"",this.subTitle=(n=e==null?void 0:e.subTitle)!=null?n:"",this.disabled=(u=e==null?void 0:e.disabled)!=null?u:!1,this.icon=(l=e==null?void 0:e.icon)!=null?l:"",this.color=(a=e==null?void 0:e.color)!=null?a:"",this.status=(c=e==null?void 0:e.status)!=null?c:"wait",this.description=(s=e==null?void 0:e.description)!=null?s:"",this.isDefault=(h=e==null?void 0:e.isDefault)!=null?h:!1}}class Ot extends N{constructor(e){super(e),this.props=new za(e==null?void 0:e.props)}static get controlName(){return r("CMD.stepPane",null,"\u6B65\u9AA4\u5355\u5143")}static get controlType(){return"step-pane"}static get controlIcon(){return"step-pane"}}Ot.excludes=[F.TAB],Ot.setting=[];class xF extends ${constructor(e){super(e),this.props=new za(e==null?void 0:e.props)}static get controlType(){return"step-pane"}}var eh={Designer:Ot,Runtime:xF,Property:za};class Ru extends N{constructor(e){var i;super(e),this.props=new Ua(e==null?void 0:e.props),this.children=(i=e==null?void 0:e.children)!=null?i:[new Ot,new Ot,new Ot]}static get controlName(){return r("CMD.step",null,"\u6B65\u9AA4\u6761")}static get controlType(){return"step"}static get controlIcon(){return"icondaiban1"}}Ru.excludes=[],Ru.controlEventKeys=["on_change_steps"],Ru.setting=[{key:"step-direction",visible:!0},{key:"step-label-placement",visible:!0},{key:"step-size",visible:!0},{key:"step-type",visible:!0},{key:"is-sticky",visible:!0},{key:"step",visible:!0},{key:"common-switch",visible:!0,name:"isCenter",label:r("CMD.924f1774579018766"),default:!1,tip:r("CMD.16b71774578977696")},{key:"common-switch",visible:!0,name:"isStopStepClick",label:r("CMD.2d331774578964504"),default:!0},{key:"common-select",visible:!0,name:"status",label:r("CMD.bd571774578979668"),default:"process",options:[{value:"wait",label:r("CMD.69fe1774579059983")},{value:"process",label:r("CMD.0d9e1774579031802")},{value:"finish",label:r("CMD.b1021774579061754")},{value:"error",label:r("CMD.a24d1774579063219")}]},{key:"common-select",visible:!0,name:"stopStatus",label:r("CMD.328c1774578981653"),default:"finish",options:[{value:"wait",label:r("CMD.69fe1774579059983")},{value:"process",label:r("CMD.0d9e1774579031802")},{value:"finish",label:r("CMD.b1021774579061754")},{value:"error",label:r("CMD.a24d1774579063219")}]},{key:"step-buttons",visible:!0},{key:"step-pane",visible:!0},{key:"super-setting",visible:!0}];class MF extends ${constructor(e){super(e),this.props=new Ua(e==null?void 0:e.props)}static get controlType(){return"step"}}var th={Designer:Ru,Runtime:MF,Property:Ua};class Ga extends k{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B;super(e),this.rowCount=(i=e==null?void 0:e.rowCount)!=null?i:2,this.colCount=(n=e==null?void 0:e.colCount)!=null?n:2,this.labelPosition=(u=e==null?void 0:e.labelPosition)!=null?u:"left",this.colWidthType=(l=e==null?void 0:e.colWidthType)!=null?l:"average",this.colWidth=(a=e==null?void 0:e.colWidth)!=null?a:"12:12",this.isLabelBold=(c=e==null?void 0:e.isLabelBold)!=null?c:!1,this.labelWidth=(s=e==null?void 0:e.labelWidth)!=null?s:"",this.align=(h=e==null?void 0:e.align)!=null?h:"",this.verticalAlign=(d=e==null?void 0:e.verticalAlign)!=null?d:"center",this.padding=(f=e==null?void 0:e.padding)!=null?f:{paddingTop:"",paddingRight:"",paddingBottom:"",paddingLeft:""},this.margin=(g=e==null?void 0:e.margin)!=null?g:{marginTop:"",marginRight:"",marginBottom:"",marginLeft:""},this.border=(E=e==null?void 0:e.border)!=null?E:{borderTop:!0,borderBottom:!0,borderLeft:!0,borderRight:!0,borderWidth:1,borderColor:"",borderType:"solid"},this.borderRadius=(_=e==null?void 0:e.borderRadius)!=null?_:{borderTopLeftRadius:"",borderTopRightRadius:"",borderBottomRightRadius:"",borderBottomLeftRadius:""},this.background=(b=e==null?void 0:e.background)!=null?b:{type:"backgroundColor",backgroundColor:"",backgroundImage:"",placementMode:"contain"},this.innerBorder=(B=e==null?void 0:e.innerBorder)!=null?B:{borderWidth:1,borderColor:"",borderType:"solid"}}}class Ka extends N{constructor(e){super(e),this.props=new Ga(e==null?void 0:e.props)}static get controlName(){return r("CMD.6a6c1769566515442")}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"table-layout"}}Ka.excludes=[],Ka.setting=[{key:"row-count",visible:!0},{key:"col-count",visible:!0},{key:"col-width",visible:!0},{key:"label-position",visible:!0},{key:"label-width",visible:!0},{key:"label-bold",visible:!0},{key:"text-align",visible:!0},{key:"vertical-align",visible:!0},{key:"dynamic-border",visible:!0},{key:"inner-border",visible:!0},{key:"dynamic-border-radius",visible:!0},{key:"dynamic-margin-padding",visible:!0},{key:"dynamic-background",visible:!0}];class NF extends ${constructor(e){super(e),this.props=new Ga(e==null?void 0:e.props)}static get controlType(){return"table-layout"}}var ih={Designer:Ka,Runtime:NF,Property:Ga};class Qa extends k{constructor(e){var i,n;super(e),this.layoutMode=(i=e==null?void 0:e.layoutMode)!=null?i:"select",this.gutter=(n=e==null?void 0:e.gutter)!=null?n:0}}class Za extends N{constructor(e){super(e),this.props=new Qa(e==null?void 0:e.props)}static get controlName(){return r("CMD.table-layout-row",null,"\u6805\u683C\u5E03\u5C40")}static get controlType(){return"table-layout-row"}static get controlIcon(){return"iconyihangduolie"}}Za.excludes=[F.ROW,F.TABLE_LAYOUT_ROW],Za.setting=[{key:"col-setting",visible:!0}];class LF extends ${constructor(e){super(e),this.props=new Qa(e==null?void 0:e.props)}static get controlType(){return"table-layout-row"}}var nh={Designer:Za,Runtime:LF,Property:Qa};const $F=24;class Xa extends k{constructor(e){var i,n,u,l,a,c,s,h,d,f;super(e),this.span=(i=e==null?void 0:e.span)!=null?i:$F,this.offset=(n=e==null?void 0:e.offset)!=null?n:0,this.tableLayoutColSpan=(u=e==null?void 0:e.tableLayoutColSpan)!=null?u:0,this.tableLayoutColSpanType=(l=e==null?void 0:e.tableLayoutColSpanType)!=null?l:"",this.layout=(a=e==null?void 0:e.layout)!=null?a:"flex",this.flexDirection=(c=e==null?void 0:e.flexDirection)!=null?c:"column",this.alignItems=(s=e==null?void 0:e.alignItems)!=null?s:"flex-start",this.justifyContent=(h=e==null?void 0:e.justifyContent)!=null?h:"flex-start",this.background=(d=e==null?void 0:e.background)!=null?d:{type:"backgroundColor",backgroundColor:"",backgroundImage:"",placementMode:"contain"},this.isLabelCol=(f=e==null?void 0:e.isLabelCol)!=null?f:!1}}class Ja extends N{constructor(e){super(e),this.props=new Xa(e==null?void 0:e.props)}static get controlName(){return r("CMD.table-layout-col",null,"\u8868\u683C\u5E03\u5C40\u6805\u683C\u5217")}static get controlType(){return"table-layout-col"}static get controlIcon(){return"table-layout-col"}}Ja.excludes=[F.COL,F.SUBTABLE_COLUMN,F.GRID_LAYOUT_CONTAINER,F.TABLE_LAYOUT_COL],Ja.setting=[{key:"col-span",visible:!0},{key:"is-label-col",visible:!0},{key:"layout-config",visible:!0},{key:"flex-config",visible:!0},{key:"dynamic-background",visible:!0}];class HF extends ${constructor(e){super(e),this.props=new Xa(e==null?void 0:e.props)}static get controlType(){return"table-layout-col"}}var uh={Designer:Ja,Runtime:HF,Property:Xa};class Ya extends k{constructor(e){var i,n,u;super(e),this.width=(i=e==null?void 0:e.width)!=null?i:"",this.widthCompany=(n=e==null?void 0:e.widthCompany)!=null?n:"px",this.showFormBorder=(u=e==null?void 0:e.showFormBorder)!=null?u:!1}}class pa extends N{constructor(e){super(e),this.props=new Ya(e==null?void 0:e.props)}static get controlName(){return r("CMD.table-layout-wrapper",null,"\u8868\u683C\u5E03\u5C40\u6805\u683C\u5217")}static get controlType(){return"table-layout-wrapper"}static get controlIcon(){return"table-layout-wrapper"}}pa.excludes=[],pa.setting=[{key:"dynamic-size",visible:!0},{key:"show-form-border",visible:!0}];class VF extends ${constructor(e){super(e),this.props=new Ya(e==null?void 0:e.props)}static get controlType(){return"table-layout-wrapper"}}var lh={Designer:pa,Runtime:VF,Property:Ya};class er extends k{constructor(e){var i,n;super(e),this.accordion=(i=e==null?void 0:e.accordion)!=null?i:!1,this.bordered=(e==null?void 0:e.bordered)!==!1,this.isShowHighlightBar=(n=e==null?void 0:e.isShowHighlightBar)!=null?n:!1}}class tr extends k{constructor(e){var i;super(e),this.header=(i=e==null?void 0:e.header)!=null?i:r("CMD.08411774579056771")}}class Vi extends N{constructor(e){super(e),this.props=new tr(e==null?void 0:e.props)}static get controlName(){return r("CMD.e2b61774578975402")}static get controlType(){return"collapse-pane"}static get controlIcon(){return"collapse-pane"}}Vi.excludes=[F.TAB],Vi.setting=[];class jF extends ${constructor(e){super(e),this.props=new tr(e==null?void 0:e.props)}static get controlType(){return"collapse-pane"}}var ah={Designer:Vi,Runtime:jF,Property:tr};class xu extends N{constructor(e){var i;super(e),this.props=new er(e==null?void 0:e.props),this.children=(i=e==null?void 0:e.children)!=null?i:[new Vi,new Vi]}static get controlName(){return r("CMD.0c811774579014810")}static get controlType(){return"collapse"}static get controlIcon(){return"iconziyuan1"}}xu.excludes=[],xu.controlEventKeys=["on_change_collapse"],xu.setting=[{key:"common-switch",visible:!0,name:"accordion",label:r("CMD.48f31774578989481"),default:!1},{key:"common-switch",visible:!0,name:"bordered",label:r("CMD.02b21774579016858"),default:!0},{key:"common-switch",visible:!0,name:"isShowHighlightBar",label:r("CMD.41b81774578953649"),default:!1},{key:"collapse-pane",visible:!0}];class qF extends ${constructor(e){super(e),this.props=new er(e==null?void 0:e.props)}static get controlType(){return"collapse"}}var rh={Designer:xu,Runtime:qF,Property:er},WF=Object.freeze({__proto__:null,Grid:Td,Col:Sd,Row:Od,GridRow:kd,CardGroup:Rd,BlankContainer:xd,SubTableColumn:Nd,SubTableRow:Ld,GridTableColumn:Hd,GridLayoutContainer:Vd,Tab:qd,TabPane:jd,Toolbox:zd,ListView:Gd,DataView:Qd,Page:Zd,AdvancedContainer:Xd,PositioningContainer:Jd,Position:Yd,ActionBar:pd,Step:th,StepPane:eh,TableLayout:ih,TableLayoutRow:nh,TableLayoutCol:uh,TableLayoutWrapper:lh,Collapse:rh,CollapsePane:ah});class UF extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.limitRows=[{type:"number",required:!0,message:r("CMD.isNotNumber",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57")},{type:"number",min:0,message:r("CMD.limitRowsCannotBeLessThan0",null,"\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0")}],this.formKey={type:"string",required:!1,message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")},this.maxHeight={type:"number",required:!0,message:r("CMD.pleaseEnterMaxHeight",null,"\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6")},this.captionTip={type:"string",required:!1,message:r("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")},this.mobileRowCaption={type:"string",required:!1,message:r("CMD.pleaseEnterRowCaption",null,"\u8BF7\u8F93\u5165\u884C\u6807\u9898")},e.openType==="modal"&&(this.formKey.required=!0),e.isShowCaptionTip&&(this.captionTip.required=!0),e.mobileShowType==="tile"&&(this.mobileRowCaption.required=!0)}}class zF extends Ne{constructor(e){super(e),e.isHide||this.push({type:"array",required:e.limitRows>0,message:r("CMD.runtimeRequired",{caption:e.caption},"{caption}\u5FC5\u586B")},{type:"array",validator(i,n,u){n.length<e.limitRows&&u(r("CMD.TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows},"\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C")),u()},message:r("CMD.TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows},"\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C")})}}const oh=class extends vn{constructor(t,e){var i,n,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I,R,P,x,te,V,le,Ui,_e,Ku,zi,kt,Ie,Mh,Nh,Lh,$h,Hh,Vh;super(t,e,oh.mode),this.caption=(i=e==null?void 0:e.caption)!=null?i:qi.controlName,this.isHideCaption=(n=e==null?void 0:e.isHideCaption)!=null?n:!1,this.defaultState=(u=e==null?void 0:e.defaultState)!=null?u:"default",this.labelPosition=(l=e==null?void 0:e.labelPosition)!=null?l:"top",this.openType=(a=e==null?void 0:e.openType)!=null?a:"default",this.formKey=(c=e==null?void 0:e.formKey)!=null?c:"",this.useCustomHeight=(s=e==null?void 0:e.useCustomHeight)!=null?s:!1,this.maxHeight=(h=e==null?void 0:e.maxHeight)!=null?h:vc,this.printMode=(d=e==null?void 0:e.printMode)!=null?d:"row",this.limitRows=(f=e==null?void 0:e.limitRows)!=null?f:1,this.maxRows=(g=e==null?void 0:e.maxRows)!=null?g:null,this.defaultRows=(E=e==null?void 0:e.defaultRows)!=null?E:1,this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.canAdd=(_=e==null?void 0:e.canAdd)!=null?_:!0,this.canDelete=(b=e==null?void 0:e.canDelete)!=null?b:!0,this.canCheck=(B=e==null?void 0:e.canCheck)!=null?B:!1,this.canEdit=(v=e==null?void 0:e.canEdit)!=null?v:!1,this.canImport=(I=e==null?void 0:e.canImport)!=null?I:!1,this.canExport=(R=e==null?void 0:e.canExport)!=null?R:!1,this.canClear=(P=e==null?void 0:e.canClear)!=null?P:!0,this.serverPagination=(x=e==null?void 0:e.serverPagination)!=null?x:!1,this.isShowCaptionTip=(te=e==null?void 0:e.isShowCaptionTip)!=null?te:!1,this.captionTip=(V=e==null?void 0:e.captionTip)!=null?V:"",this.mobileShowType=(le=e==null?void 0:e.mobileShowType)!=null?le:"list",this.mobileDefaultNum=(Ui=e==null?void 0:e.mobileDefaultNum)!=null?Ui:10,this.dataStorageDoc=(_e=e==null?void 0:e.dataStorageDoc)!=null?_e:new U_,this.fixedColumn=(Ku=e==null?void 0:e.fixedColumn)!=null?Ku:[],this.mobileRowCaption=(zi=e==null?void 0:e.mobileRowCaption)!=null?zi:r("CMD.detailed",null,"\u660E\u7EC6"),this.mobileIsTile=(kt=e==null?void 0:e.mobileIsTile)!=null?kt:!1,this.isPaste=(Ie=e==null?void 0:e.isPaste)!=null?Ie:!1,this.pageSize=(Mh=e==null?void 0:e.pageSize)!=null?Mh:10,this.pageSizeOptions=(Nh=e==null?void 0:e.pageSizeOptions)!=null?Nh:[10,20,50,100],this.importConfig=new fc(e==null?void 0:e.importConfig),this.exportConfig=new mc(e==null?void 0:e.exportConfig),this.sortable=(Lh=e==null?void 0:e.sortable)!=null?Lh:!1,this.sortKey=($h=e==null?void 0:e.sortKey)!=null?$h:{},this.showTableIndex=(Hh=e==null?void 0:e.showTableIndex)!=null?Hh:!0,this.triggerEdit=(Vh=e==null?void 0:e.triggerEdit)!=null?Vh:"single"}};let ji=oh;ji.Rules=UF,ji.RuntimeRules=zF;class qi extends ql{constructor(e){var i;super(e),this.props=new ji(this,e==null?void 0:e.props),((i=e==null?void 0:e.props)==null?void 0:i.headers)===void 0&&(this.props.headers=[new he,new he,new he])}static get controlName(){return r("CMD.subTable",null,"\u660E\u7EC6\u5B50\u8868")}static get controlIcon(){return"iconGroup11"}static get controlType(){return"subtable"}addColumn(e,i){const n=e!==void 0&&typeof e!="number"?e:new he,u=typeof e=="number"?e:i;return u===void 0?this.props.headers.push(n):this.props.headers.splice(u,0,n),n}}qi.controlEventKeys=["on_list_search","on_list_mounted","on_list_change","on_list_delete","on_list_before_insert","on_list_before_import"],qi.slotPosition={toolbar:"subtable-toolbar-slot"},qi.setting=[{key:"subtable-datasource-bind",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE,o.IS_SHOW_CAPTION_TIP,o.IS_PASTE,o.SERVER_PAGINATION,o.SORTABLE,o.SHOW_TABLE_INDEX]},{key:"default-state",visible:!0},{key:"subtable-btn-setting",visible:!0},{key:"common-button-radio",visible:!0,name:"triggerEdit",label:r("CMD.65531774578985876"),default:"single",options:[{value:"single",label:r("CMD.315e1774579064681")},{value:"double",label:r("CMD.22281774579066498")}]},{key:"subtable-opened-mode",visible:!0},{key:"orders-setting",visible:!0},{key:"print-setting",visible:!0},{key:"default-rows",visible:!0},{key:"limit-rows",visible:!0},{key:"max-rows",visible:!0},{key:"list-pager",visible:!0},{key:"subtable-max-height",visible:!0},{key:"fixed-column",visible:!0},{key:"mobile-show-type",visible:!0},{key:"data-storage-description",visible:!0},{key:"super-setting",visible:!0}];class GF extends Qo{constructor(e){super(e),this.props=new ji(this,e==null?void 0:e.props)}static get controlType(){return"subtable"}getChildrenDataSourceBindLayout(){Lt("Method not implemented.")}getChildrenFormControl(){return[]}}var ch={Designer:qi,Runtime:GF,Property:ji};class ir extends vn{constructor(e,i){var n,u,l,a,c;super(e,i),this.isFixedHeader=(n=i==null?void 0:i.isFixedHeader)!=null?n:!1,this.selectionType=i==null?void 0:i.selectionType,this.isShowToolbar=(u=i==null?void 0:i.isShowToolbar)!=null?u:!0,this.isShowSelection=(l=i==null?void 0:i.isShowSelection)!=null?l:!1,this.isShowCustomColumns=(a=i==null?void 0:i.isShowCustomColumns)!=null?a:!0,this.pageSizeOptions=(c=i==null?void 0:i.pageSizeOptions)!=null?c:[10,20,50,100,500]}}class KF extends be{constructor(e){super(e),this.caption.required=!1}}class Mu extends G{constructor(e){var i,n,u,l,a,c,s,h;super(e),this.fixed=(i=e==null?void 0:e.fixed)!=null?i:"left",this.caption=(n=e==null?void 0:e.caption)!=null?n:Ue.controlName,this.width=(u=e==null?void 0:e.width)!=null?u:60,this.autoWidth.minWidth=(a=(l=e==null?void 0:e.autoWidth)==null?void 0:l.minWidth)!=null?a:60,this.autoWidth.flex=(s=(c=e==null?void 0:e.autoWidth)==null?void 0:c.flex)!=null?s:.4,this.widthType=(h=e==null?void 0:e.widthType)!=null?h:"px"}}Mu.Rules=KF;class Ue extends X{constructor(e){super(e),this.props=new Mu(e==null?void 0:e.props)}}Ue.controlType="order-column",Ue.controlName=r("CMD.order",null,"\u5E8F\u53F7"),Ue.controlIcon="order-column",Ue.setting=[{key:"column-fixed",visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"super-setting",visible:!0}];class nr extends J{constructor(e){super(e),this.props=new Mu(e==null?void 0:e.props)}}nr.controlType="order-column",nr.controlFieldType=C.DECIMAL;var sh={Designer:Ue,Runtime:nr,Property:Mu};class ur extends G{constructor(e){var i,n,u,l,a,c;super(e),this.fixed=(i=e==null?void 0:e.fixed)!=null?i:"right",this.widthType="auto",this.autoWidth.minWidth=(u=(n=e==null?void 0:e.autoWidth)==null?void 0:n.minWidth)!=null?u:84,this.caption=(l=e==null?void 0:e.caption)!=null?l:Ce.controlName,this.showType=(a=e==null?void 0:e.showType)!=null?a:"icon",this.limit=(c=e==null?void 0:e.limit)!=null?c:3}}class Ce extends X{constructor(e){super(e),this.props=new ur(e==null?void 0:e.props)}toDataBindModel(){const e=super.toDataBindModel();return this.children.map(i=>{if(i.type===Yn.controlType){const n=i;e.props[n.props.command]=n.props}}),e}validate(e,i){return Sr(this,null,function*(){return yield Tr(Ce.prototype,this,"validate").call(this,e,i),yield Promise.all(this.children.map(n=>n.validate(e,i))),!0})}}Ce.controlType="operation-column",Ce.controlName=r("CMD.operation",null,"\u64CD\u4F5C"),Ce.controlIcon="operation-column",Ce.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-opt-btns",visible:!0},{key:"column-opt-limit",visible:!0},{key:"column-show-type",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class lr extends J{constructor(e){super(e),this.props=new ur(e==null?void 0:e.props)}}lr.controlType="operation-column",lr.controlFieldType=C.FILE;var dh={Designer:Ce,Runtime:lr,Property:ur};const QF=1e4;class ze extends ql{constructor(e){super(e);const{excludes:i,childrenMaxLength:n}=new.target;this.props=new ir(this,e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children,void 0,"Designer"),(e==null?void 0:e.props.headers)===void 0&&(this.props.headers=[new Ue,new Ce]),this.excludes=ce(i),this.childrenMaxLength=n}static get controlName(){return r("CMD.gridTable",null,"\u8868\u683C")}static get controlIcon(){return"iconlistview"}static get controlType(){return"grid-table"}judgeJoinChildren(e){const i=this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e);return i&&this.childrenMaxLength>this.children.length}toSchema(){const e=super.toSchema(),i=this.children.map(n=>n.toSchema());return Ar(lt({},e),{children:i})}validate(e,i){return Sr(this,null,function*(){return yield Tr(ze.prototype,this,"validate").call(this,e,i),yield Promise.all(this.children.map(n=>n.validate(e,i))),!0})}}ze.slotPosition={toolbar:"grid-table-toolbar-slot"},ze.setting=[{key:"list-fixed-header",visible:!0}],ze.excludes=[],ze.childrenMaxLength=QF;class ZF extends Qo{constructor(e){super(e),this.props=new ir(this,e==null?void 0:e.props)}static get controlType(){return"grid-table"}getChildrenDataSourceBindLayout(){Lt("Method not implemented.")}getChildrenFormControl(){return[]}getCheckboxProps(e){return{}}}var hh={Designer:ze,Runtime:ZF,Property:ir},XF=Object.freeze({__proto__:null,SubTable:ch,GridTable:hh});class JF extends Zl{constructor(e){super(e),Pe.call(this,e)}}class Nu extends G{constructor(e){var i,n,u,l,a,c;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:Ge.controlName,this.optionConfig=(n=e==null?void 0:e.optionConfig)!=null?n:"none",this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.options=de((u=e==null?void 0:e.options)!=null?u:[{}]),this.showLinkOperation=(l=e==null?void 0:e.showLinkOperation)!=null?l:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption),this.lineEllipsis=(a=e==null?void 0:e.lineEllipsis)!=null?a:1,this.dictionaryTagConfig=(c=e==null?void 0:e.dictionaryTagConfig)!=null?c:{isTag:!1}}}Nu.Rules=JF;class Ge extends X{constructor(e){super(e),this.props=new Nu(e==null?void 0:e.props)}}Ge.controlType="varchar-column",Ge.controlName=r("CMD.varchar",null,"\u77ED\u6587\u672C"),Ge.controlIcon="varchar-column",Ge.controlFieldType=C.VARCHAR,Ge.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-autoHeight",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-options-setting",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-line-ellipsis",visible:!0},{key:"column-sort",visible:!0},{key:"column-statistics",visible:!0},{key:"super-setting",visible:!0}];class ar extends J{constructor(e){super(e),this.props=new Nu(e==null?void 0:e.props)}}ar.controlType="varchar-column",ar.controlFieldType=C.VARCHAR;var yh={Designer:Ge,Runtime:ar,Property:Nu};class YF extends be{constructor(e){super(e),Pe.call(this,e)}}class Lu extends G{constructor(e){var i,n,u,l;super(e),this.escapeHTML=(i=e==null?void 0:e.escapeHTML)!=null?i:!1,this.caption=(n=e==null?void 0:e.caption)!=null?n:Ke.controlName,this.lineEllipsis=(u=e==null?void 0:e.lineEllipsis)!=null?u:1,this.showLinkOperation=(l=e==null?void 0:e.showLinkOperation)!=null?l:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption)}}Lu.Rules=YF;class Ke extends X{constructor(e){super(e),this.props=new Lu(e==null?void 0:e.props)}toDataBindModel(e){const i=super.toDataBindModel(e);if(i){const{escapeHTML:n}=this.props;i.props.escapeHTML=n}return i}}Ke.controlType="text-column",Ke.controlName=r("CMD.long",null,"\u957F\u6587\u672C"),Ke.controlIcon="text-column",Ke.controlFieldType=C.TEXT,Ke.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-autoHeight",visible:!0},{key:"column-align-content",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-fixed",visible:!0},{key:"column-escape-html",visible:!0},{key:"column-line-ellipsis",visible:!0},{key:"column-sort",visible:!0},{key:"column-statistics",visible:!0},{key:"super-setting",visible:!0}];class rr extends J{constructor(e){super(e),this.props=new Lu(e==null?void 0:e.props)}}rr.controlType="text-column",rr.controlFieldType=C.TEXT;var fh={Designer:Ke,Runtime:rr,Property:Lu};class pF extends Zl{constructor(e){super(e),Pe.call(this,e)}}class $u extends G{constructor(e){var i,n,u,l,a,c,s;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:Qe.controlName,this.precision=(n=e==null?void 0:e.precision)!=null?n:0,this.micrometer=(u=e==null?void 0:e.micrometer)!=null?u:!1,this.percentageFormat=(l=e==null?void 0:e.percentageFormat)!=null?l:!1,this.optionConfig=(a=e==null?void 0:e.optionConfig)!=null?a:"none",this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.options=de((c=e==null?void 0:e.options)!=null?c:[{}]),this.showLinkOperation=(s=e==null?void 0:e.showLinkOperation)!=null?s:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption)}}$u.Rules=pF;class Qe extends X{constructor(e){super(e),this.props=new $u(e==null?void 0:e.props)}toDataBindModel(e){const i=super.toDataBindModel(e);if(i){const{precision:n,micrometer:u}=this.props;n!==""&&(i.props.precision=n),i.props.micrometer=u}return i}}Qe.controlType="decimal-column",Qe.controlName=r("CMD.decimal",null,"\u6570\u503C"),Qe.controlIcon="decimal-column",Qe.controlFieldType=C.DECIMAL,Qe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-fixed",visible:!0},{key:"column-options-setting",visible:!0},{key:"column-link-operation",visible:!0},{key:"number-suite",showItems:[o.MICROMETER,o.PRECISION,o.PERCENTAGE],visible:!0},{key:"column-align-content",visible:!0},{key:"column-sort",visible:!0},{key:"column-statistics",visible:!0},{key:"super-setting",visible:!0}];class or extends J{constructor(e){super(e),this.props=new $u(e==null?void 0:e.props)}}or.controlType="decimal-column",or.controlFieldType=C.DECIMAL;var mh={Designer:Qe,Runtime:or,Property:$u};class ew extends be{constructor(e){super(e),Pe.call(this,e)}}class Hu extends G{constructor(e){var i,n,u,l;super(e),this.dateType=(i=e==null?void 0:e.dateType)!=null?i:at.DATE,this.showLinkOperation=(n=e==null?void 0:e.showLinkOperation)!=null?n:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption),this.caption=(u=e==null?void 0:e.caption)!=null?u:Ze.controlName,this.isInternational=(l=e==null?void 0:e.isInternational)!=null?l:!1}}Hu.Rules=ew;class Ze extends X{constructor(e){super(e),this.props=new Hu(e==null?void 0:e.props)}toDataBindModel(e){const i=super.toDataBindModel(e);if(i){const{dateType:n,isInternational:u}=this.props;i.props.dateType=n,i.props.isInternational=u}return i}}Ze.controlType="timescope-column",Ze.controlName=r("CMD.timescope",null,"\u65E5\u671F\u533A\u95F4"),Ze.controlIcon="timescope-column",Ze.controlFieldType=C.TIMESCOPE,Ze.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-fixed",visible:!0},{key:"date-type",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class cr extends J{constructor(e){super(e),this.props=new Hu(e==null?void 0:e.props)}}cr.controlType="timescope-column",cr.controlFieldType=C.TIMESCOPE;var vh={Designer:Ze,Runtime:cr,Property:Hu};class tw extends be{constructor(e){super(e),Pe.call(this,e)}}class Vu extends G{constructor(e){var i,n,u,l;super(e),this.dateType=(i=e==null?void 0:e.dateType)!=null?i:at.DATE,this.showLinkOperation=(n=e==null?void 0:e.showLinkOperation)!=null?n:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption),this.caption=(u=e==null?void 0:e.caption)!=null?u:Xe.controlName,this.isInternational=(l=e==null?void 0:e.isInternational)!=null?l:!1}}Vu.Rules=tw;class Xe extends X{constructor(e){super(e),this.props=new Vu(e==null?void 0:e.props)}toDataBindModel(e){const i=super.toDataBindModel(e);if(i){const{dateType:n,isInternational:u}=this.props;i.props.dateType=n,i.props.isInternational=u}return i}}Xe.controlType="timestamp-column",Xe.controlName=r("CMD.timestamp",null,"\u65E5\u671F"),Xe.controlIcon="timestamp-column",Xe.controlFieldType=C.TIMESTAMP,Xe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-fixed",visible:!0},{key:"date-type",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class sr extends J{constructor(e){super(e),this.props=new Vu(e==null?void 0:e.props)}}sr.controlType="timestamp-column",sr.controlFieldType=C.TIMESTAMP;var gh={Designer:Xe,Runtime:sr,Property:Vu};class iw extends Zl{constructor(e){super(e),Pe.call(this,e)}}class ju extends G{constructor(e){var i,n,u,l;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:Je.controlName,this.optionConfig=(n=e==null?void 0:e.optionConfig)!=null?n:"none",this.datasourceBind=new W(e==null?void 0:e.datasourceBind),this.showLinkOperation=(u=e==null?void 0:e.showLinkOperation)!=null?u:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption),this.options=de((l=e==null?void 0:e.options)!=null?l:[{}])}}ju.Rules=iw;class Je extends X{constructor(e){super(e),this.props=new ju(e==null?void 0:e.props)}}Je.controlType="array-column",Je.controlName=r("CMD.array",null,"\u6570\u7EC4"),Je.controlIcon="array-column",Je.controlFieldType=C.ARRAY,Je.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-options-setting",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class dr extends J{constructor(e){super(e),this.props=new ju(e==null?void 0:e.props)}}dr.controlType="array-column",dr.controlFieldType=C.ARRAY;var bh={Designer:Je,Runtime:dr,Property:ju};class hr extends G{constructor(e){var i,n;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:Ye.controlName,this.displayLevel=(n=e==null?void 0:e.displayLevel)!=null?n:1}}class Ye extends X{constructor(e){super(e),this.props=new hr(e==null?void 0:e.props)}toDataBindModel(e){const i=super.toDataBindModel(e);if(i){const{displayLevel:n}=this.props;i.props.displayLevel=n}return i}}Ye.controlType="department-column",Ye.controlName=r("CMD.department",null,"\u90E8\u95E8"),Ye.controlIcon="department-column",Ye.controlFieldType=C.DEPARTMENTS,Ye.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"department-level",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class yr extends J{constructor(e){super(e),this.props=new hr(e==null?void 0:e.props)}}yr.controlType="department-column",yr.controlFieldType=C.DEPARTMENTS;var Ch={Designer:Ye,Runtime:yr,Property:hr};class nw extends be{constructor(e){super(e),Pe.call(this,e)}}class qu extends G{constructor(e){var i,n;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:pe.controlName,this.showLinkOperation=(n=e==null?void 0:e.showLinkOperation)!=null?n:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption)}}qu.Rules=nw;class pe extends X{constructor(e){super(e),this.props=new qu(e==null?void 0:e.props)}}pe.controlType="auto-number-column",pe.controlName=r("CMD.autoNumber",null,"\u81EA\u52A8\u7F16\u53F7"),pe.controlIcon="auto-number-column",pe.controlFieldType=C.AUTO_NUMBER,pe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class fr extends J{constructor(e){super(e),this.props=new qu(e==null?void 0:e.props)}}fr.controlType="auto-number-column",fr.controlFieldType=C.AUTO_NUMBER;var Eh={Designer:pe,Runtime:fr,Property:qu};class mr extends G{constructor(e){var i,n;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:et.controlName,this.operation=(n=e==null?void 0:e.operation)!=null?n:["info","preview","download"]}}class et extends X{constructor(e){super(e),this.props=new mr(e==null?void 0:e.props)}}et.controlType="file-column",et.controlName=r("CMD.file",null,"\u9644\u4EF6"),et.controlIcon="file-column",et.controlFieldType=C.FILE,et.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"attachment-operation",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class vr extends J{constructor(e){super(e),this.props=new mr(e==null?void 0:e.props)}}vr.controlType="file-column",vr.controlFieldType=C.FILE;var _h={Designer:et,Runtime:vr,Property:mr};class gr extends G{constructor(e){var i;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:tt.controlName}}class tt extends X{constructor(e){super(e),this.props=new gr(e==null?void 0:e.props)}}tt.controlType="image-column",tt.controlName=r("CMD.image",null,"\u56FE\u7247"),tt.controlIcon="image-column",tt.controlFieldType=C.IMAGE,tt.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class br extends J{constructor(e){super(e),this.props=new gr(e==null?void 0:e.props)}}br.controlType="image-column",br.controlFieldType=C.IMAGE;var Ih={Designer:tt,Runtime:br,Property:gr};class Cr extends G{constructor(e){var i;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:it.controlName}}class it extends X{constructor(e){super(e),this.props=new Cr(e==null?void 0:e.props)}}it.controlType="people-column",it.controlName=r("CMD.people",null,"\u4EBA\u5458"),it.controlIcon="people-column",it.controlFieldType=C.EMPLOYEES,it.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class Er extends J{constructor(e){super(e),this.props=new Cr(e==null?void 0:e.props)}}Er.controlType="people-column",Er.controlFieldType=C.EMPLOYEES;var Bh={Designer:it,Runtime:Er,Property:Cr};class uw extends be{constructor(e){super(e),Pe.call(this,e)}}class Wu extends G{constructor(e){var i,n;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:nt.controlName,this.showLinkOperation=(n=e==null?void 0:e.showLinkOperation)!=null?n:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption)}}Wu.Rules=uw;class nt extends X{constructor(e){super(e),this.props=new Wu(e==null?void 0:e.props)}}nt.controlType="location-column",nt.controlName=r("CMD.location",null,"\u5730\u5740"),nt.controlIcon="location-column",nt.controlFieldType=C.ADDRESS,nt.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class _r extends J{constructor(e){super(e),this.props=new Wu(e==null?void 0:e.props)}}_r.controlType="location-column",_r.controlFieldType=C.ADDRESS;var Dh={Designer:nt,Runtime:_r,Property:Wu};class lw extends be{constructor(e){super(e),this.sortFieldCode={type:"string",message:r("CMD.pleaseSelectSortFieldCode",null,"\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5")},e.sort===!0&&(this.sortFieldCode.required=!0)}}class Uu extends G{constructor(e){var i,n,u;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:Ee.controlName,this.fieldCodeList=(n=e==null?void 0:e.fieldCodeList)!=null?n:[],this.sortFieldCode=(u=e==null?void 0:e.sortFieldCode)!=null?u:""}}Uu.Rules=lw;const aw=1;class Ee extends X{constructor(e){super(e);const{excludes:i,childrenMaxLength:n}=new.target;this.props=new Uu(e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children,void 0,"Designer"),this.excludes=ce(i),this.childrenMaxLength=n}judgeJoinChildren(e){const i=this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e);return i&&this.childrenMaxLength>this.children.length}toDataBindModel(e){const i=super.toDataBindModel(e);if(i){const{fieldCodeList:n}=this.props;i.props.fieldCodeList=n}return i}}Ee.controlType="custom-column",Ee.controlName=r("CMD.custom",null,"\u81EA\u5B9A\u4E49"),Ee.controlIcon="custom-column",Ee.slots=["column-column-slot"],Ee.excludes=[],Ee.childrenMaxLength=aw,Ee.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-filed-list",visible:!0},{key:"column-autowidth",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"column-sort-field",visible:!0},{key:"super-setting",visible:!0}];class Fh extends J{constructor(e){super(e),this.props=new Uu(e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}Fh.controlType="custom-column";var wh={Designer:Ee,Runtime:Fh,Property:Uu};class Ir extends G{constructor(e){var i,n;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:Me.controlName,this.datasourceBind=new pi((n=e==null?void 0:e.datasourceBind)!=null?n:{attributes:Me.controlCustomAttributes})}}class Me extends X{constructor(e){super(e),this.props=new Ir(e==null?void 0:e.props)}static get controlCustomAttributes(){return[{key:"displayBoList",name:r("CMD.81231751712162319"),required:!0}]}}Me.controlType="employee-column",Me.controlName=r("CMD.employee",null,"\u4EBA\u5458"),Me.controlIcon="employee-column",Me.controlFieldType=C.EMPLOYEES,Me.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class Br extends J{constructor(e){super(e),this.props=new Ir(e==null?void 0:e.props)}}Br.controlType="employee-column",Br.controlFieldType=C.EMPLOYEES;var Ah={Designer:Me,Runtime:Br,Property:Ir};class Dr extends G{constructor(e){var i,n,u;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:ut.controlName,this.showLinkOperation=(n=e==null?void 0:e.showLinkOperation)!=null?n:!1,this.linkOperationOption=new ve(e==null?void 0:e.linkOperationOption),this.lineEllipsis=(u=e==null?void 0:e.lineEllipsis)!=null?u:1}}class ut extends X{constructor(e){super(e),this.props=new Dr(e==null?void 0:e.props)}}ut.controlType="approval-status-column",ut.controlName=r("CMD.approvalStatusColumn",null,"\u5F53\u524D\u5BA1\u6279\u72B6\u6001"),ut.controlIcon="approval-status-column",ut.excludes=[],ut.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-autoHeight",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-line-ellipsis",visible:!0},{key:"super-setting",visible:!0}];class Th extends J{constructor(e){super(e),this.props=new Dr(e==null?void 0:e.props)}}Th.controlType="approval-status-column";var Sh={Designer:ut,Runtime:Th,Property:Dr};class Fr extends G{constructor(e){var i;super(e),this.caption=(i=e==null?void 0:e.caption)!=null?i:""}}class Wi extends X{constructor(e){super(e),this.props=new Fr(e==null?void 0:e.props)}}Wi.controlType="group-column",Wi.controlName=r("CMD.43541769566517351"),Wi.controlIcon="group-column",Wi.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0},{key:"super-setting",visible:!0}];class Ph extends J{constructor(e){super(e),this.props=new Fr(e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}Ph.controlType="group-column";var Oh={Designer:Wi,Runtime:Ph,Property:Fr},rw=Object.freeze({__proto__:null,VarcharColumn:yh,TextColumn:fh,DecimalColumn:mh,TimescopeColumn:vh,TimestampColumn:gh,ArrayColumn:bh,DepartmentColumn:Ch,AutoNumberColumn:Eh,FileColumn:_h,ImageColumn:Ih,PeopleColumn:Bh,LocationColumn:Dh,CustomColumn:wh,OrderColumn:sh,OperationColumn:dh,EmployeeColumn:Ah,ApprovalStatusColumn:Sh,GroupColumn:Oh});class ow extends Ne{constructor(e){super(e),this.push({type:"object",fields:{}})}}class zu extends ea{constructor(e){var i,n,u,l,a,c,s,h,d,f,g,E;super(e),this.searchType=(i=e==null?void 0:e.searchType)!=null?i:"model",this.labelPosition=(n=e==null?void 0:e.labelPosition)!=null?n:"top",this.viewType=(u=e==null?void 0:e.viewType)!=null?u:"mini",this.search=new Fe((l=e==null?void 0:e.search)!=null?l:{content:r("CMD.query",null,"\u67E5\u8BE2"),isShow:!0}),this.cancel=new Fe((a=e==null?void 0:e.cancel)!=null?a:{content:r("CMD.reset",null,"\u91CD\u7F6E"),isShow:!0}),this.isLoading=(c=e==null?void 0:e.isLoading)!=null?c:!1,this.custom=((s=e==null?void 0:e.custom)!=null?s:[]).map(_=>new Fe(_)),this.queryTypeMap=(h=e==null?void 0:e.queryTypeMap)!=null?h:[],this.childMinWidth=(d=e==null?void 0:e.childMinWidth)!=null?d:230,this.colGap=(f=e==null?void 0:e.colGap)!=null?f:24,this.viewConfig=(g=e==null?void 0:e.viewConfig)!=null?g:[],this.simpleConfig=(E=e==null?void 0:e.simpleConfig)!=null?E:[]}}zu.RuntimeRules=ow;class Gu extends fB{constructor(e){super(e),this.props=new zu(e==null?void 0:e.props)}}Gu.controlType="simple-search",Gu.slotPosition={default:"search"},Gu.setting=[{key:"grid-child-min-width",visible:!0},{key:"grid-col-gap",visible:!0},{key:"search-fields",visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"search-view-type",visible:!0}];class kh extends _B{constructor(e){var i;super(e),this.props=new zu(e==null?void 0:e.props),this.children=(i=e==null?void 0:e.children)!=null?i:[]}}kh.controlType="simple-search";var Rh={Designer:Gu,Runtime:kh,Property:zu},cw=Object.freeze({__proto__:null,SimpleSearch:Rh});class wr extends ua{constructor(e){var i;super(e),this.wholeRow=(i=e==null?void 0:e.wholeRow)!=null?i:!1}}class sw extends xB{constructor(e){super(e),this.props=new wr(e==null?void 0:e.props)}static get controlName(){return r("CMD.gridLayoutWrap",null,"\u6362\u884C\u5BB9\u5668Wrap")}static get controlIcon(){return"page"}static get controlType(){return"grid-layout-wrap"}}class dw extends jB{constructor(e){super(e),this.props=new wr(e==null?void 0:e.props)}static get controlType(){return"grid-layout-wrap"}}function _w(t){return t}var hw={fields:[{key:"wholeRow",type:"boolean",component:"switch",label:r("CMD.fullLine",null,"\u5145\u6EE1\u6574\u884C"),props:{updateParent:!0}}],groups:[{items:["wholeRow"]}]},xh={Designer:sw,Runtime:dw,Property:wr,Setting:hw},yw=Object.freeze({__proto__:null,GridLayoutWrap:xh});m.ActionBar=pd,m.ActionSetting=ha,m.Address=Zs,m.AdvancedContainer=Xd,m.Amount=zs,m.ApprovalStatusColumn=Sh,m.ArrayColumn=bh,m.AssignType=Re,m.Attachment=qs,m.AutoNumber=ps,m.AutoNumberColumn=Eh,m.BarChart=qc,m.Barcode=_s,m.BatchDeleteButton=Yc,m.BatchPrintListButton=Zc,m.BatchPrintRecordListButton=Xc,m.BatchSubmissionListButton=Pc,m.BlankContainer=xd,m.Button=Fc,m.Calc=td,m.CardGroup=Rd,m.Cascader=rs,m.Checkbox=ls,m.Col=Sd,m.Collapse=rh,m.CollapsePane=ah,m.CommentControl=ts,m.Counter=cs,m.CreateFormListButton=Sc,m.CustomColumn=wh,m.DATE_CONFIG_TYPE=cc,m.DATE_LIMIT_TYPE=sc,m.Dashboard=jc,m.DataView=Qd,m.DatePicker=Fs,m.DateRange=As,m.DecimalColumn=mh,m.Department=Js,m.Department2=Id,m.DepartmentColumn=Ch,m.DepartmentType=On,m.Divider=Ac,m.ElectronicSignature=bd,m.ElectronicSignatureConfig=dc,m.Employee=js,m.Employee2=vd,m.EmployeeColumn=Ah,m.EncryptTypeEnum=Cc,m.Explain=Pn,m.ExportConfig=mc,m.ExportListButton=kc,m.ExportRecordListButton=Rc,m.ExportTemplate=Wt,m.FONT_WEIGHT=ke,m.FileColumn=_h,m.FlexStyleConfig=bc,m.FormSelectButton=Nc,m.Grid=Td,m.GridLayoutContainer=Vd,m.GridLayoutWrap=xh,m.GridRow=kd,m.GridTable=hh,m.GridTableColumn=Hd,m.GroupColumn=Oh,m.Iframe=Dc,m.Image=Ws,m.ImageColumn=Ih,m.ImageCompressType=va,m.ImportConfig=fc,m.ImportListBind=yc,m.ImportRecordListButton=xc,m.Input=ns,m.InternalType=ma,m.InvoiceCheckButton=Qc,m.LINE_STYLE=ca,m.LimitDate=Sn,m.LimitTime=ra,m.LineChart=Wc,m.Link=Ic,m.ListHeightSetting=ya,m.ListSelectButton=Lc,m.ListView=Gd,m.ListViewSelect=Gc,m.LocationColumn=Dh,m.Number=ys,m.OperationButton=Jc,m.OperationColumn=dh,m.OrderColumn=sh,m.OrganizationSelection=Dd,m.OrganizeType=fa,m.Page=Zd,m.Pagination=Hc,m.PeopleColumn=Bh,m.PieChart=Uc,m.Position=Yd,m.PositioningContainer=Jd,m.PrintTemplate=gc,m.QrCode=Bs,m.Radio=ds,m.ReferenceList=pc,m.RichText=Ms,m.Row=Od,m.SCORE_TYPE=oa,m.SUBTABLE_DEFAULT_MAX_HEIGHT=vc,m.Score=Ks,m.SearchDateRange=ld,m.SearchInput=hd,m.SearchNumberRange=nd,m.Select=Ls,m.SelectMultiple=Hs,m.SelectRelation=cd,m.SimpleSearch=Rh,m.Slider=ms,m.Step=th,m.StepPane=eh,m.SubTable=ch,m.SubTableColumn=Nd,m.SubTableRow=Ld,m.SubmissionRecordListButton=Oc,m.Switch=gs,m.Tab=qd,m.TabPane=jd,m.TableLayout=ih,m.TableLayoutCol=uh,m.TableLayoutRow=nh,m.TableLayoutWrapper=lh,m.Tag=Cs,m.Text=_c,m.TextColumn=fh,m.TextOcrButton=Kc,m.Textarea=Rs,m.TimePicker=Ss,m.TimeRange=Os,m.TimescopeColumn=vh,m.TimestampColumn=gh,m.Title=Tc,m.TitleConfigEnum=Oe,m.Toolbox=zd,m.Tree=fd,m.UndersignedPerson=sa,m.VarcharColumn=yh,m.VueFormItem=rd,m.VuePage=wd,m.WPS=Ed,m.WPSSetting=hc,m.WpsOperationItem=da,m.baseControls=jD,m.columnControls=rw,m.formControls=Y8,m.initExpression=Ut,m.layoutControls=WF,m.listControls=XF,m.searchControls=cw,m.wrapControls=yw,Object.defineProperty(m,"__esModule",{value:!0})});
|