@byteluck-fe/model-driven-controls 7.0.0-props.10 → 7.0.0-props.101
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 +209 -0
- package/dist/esm/baseControls/BarChart/index.js +11 -0
- package/dist/esm/baseControls/BarChart/property.js +116 -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 +193 -0
- package/dist/esm/baseControls/LineChart/index.js +11 -0
- package/dist/esm/baseControls/LineChart/property.js +124 -0
- package/dist/esm/baseControls/LineChart/runtime.js +112 -0
- package/dist/esm/baseControls/Link/designer.js +11 -11
- package/dist/esm/baseControls/Link/property.js +13 -10
- 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 +197 -0
- package/dist/esm/baseControls/PieChart/index.js +11 -0
- package/dist/esm/baseControls/PieChart/property.js +114 -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/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 -6
- 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 +139 -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 +142 -0
- package/dist/types/baseControls/LineChart/runtime.d.ts +9 -0
- package/dist/types/baseControls/Link/property.d.ts +33 -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 +119 -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/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;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"}}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:"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:"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 tF=Object.defineProperty,nF=Object.defineProperties;var iF=Object.getOwnPropertyDescriptors;var $h=Object.getOwnPropertySymbols,uF=Object.getPrototypeOf,lF=Object.prototype.hasOwnProperty,aF=Object.prototype.propertyIsEnumerable,rF=Reflect.get;var Hh=(m,r,G)=>r in m?tF(m,r,{enumerable:!0,configurable:!0,writable:!0,value:G}):m[r]=G,lt=(m,r)=>{for(var G in r||(r={}))lF.call(r,G)&&Hh(m,G,r[G]);if($h)for(var G of $h(r))aF.call(r,G)&&Hh(m,G,r[G]);return m},wr=(m,r)=>nF(m,iF(r));var Fr=(m,r,G)=>rF(uF(m),G,r);var Ar=(m,r,G)=>new Promise((Uu,Jn)=>{var zu=ve=>{try{Nt(G.next(ve))}catch(Lt){Jn(Lt)}},Gu=ve=>{try{Nt(G.throw(ve))}catch(Lt){Jn(Lt)}},Nt=ve=>ve.done?Uu(ve.value):Promise.resolve(ve.value).then(zu,Gu);Nt((G=G.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,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((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||(n?a=n:a=t),a};var G="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Uu="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Jn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",zu="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",Gu="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",Nt="{caption}\u5FC5\u586B",ve="\u8BF7\u8F93\u5165\u6807\u9898",Lt="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Vh="\u8BF7\u8F93\u5165\u884C\u6807\u9898",jh="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",qh="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Wh="\u8BF7\u7ED1\u5B9A\u8868\u5355",Uh="\u8BF7\u7ED1\u5B9A\u5217\u8868",zh="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Gh="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Kh="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Qh="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Zh="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Xh="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Jh="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Yh="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",ph="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",ey="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",ty="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",ny="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",iy="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",uy="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",ly="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",ay="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",ry="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",oy="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",cy="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",sy="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",dy="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",hy="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",yy="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",fy="\u8BF7\u7ED1\u5B9A\u670D\u52A1",my="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",vy="\u8BF7\u9009\u62E9\u7701",gy="\u8BF7\u9009\u62E9\u5E02",by="\u8BF7\u9009\u62E9\u533A",Cy="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Ey="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",_y="\u8BF7\u8F93\u5165\u5217\u5BBD",Iy="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",By="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Dy="\u8BF7\u9009\u62E9\u63A7\u4EF6",wy="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Fy="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Ay="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Ty="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Sy="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Py="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",ky="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Oy="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Ry="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",xy="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",My="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Ny="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Ly="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",$y="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Hy="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Vy="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",jy="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",qy="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Wy="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Uy="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",zy="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Gy="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Ky="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",Qy="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",Zy="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",Xy="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",Jy="\u6279\u91CF\u5220\u9664",Yy="\u6279\u91CF\u6253\u5370",py="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",ef="\u6309\u94AE",tf="\u521B\u5EFA\u5355\u636E",nf="\u4EEA\u8868\u76D8",uf="\u5206\u5272\u7EBF",lf="\u5BFC\u51FA",af="\u8868\u5355\u64CD\u4F5C",rf="\u5BFC\u5165",of="\u53D1\u7968\u8BC6\u522B",cf="\u94FE\u63A5",sf="\u5217\u8868\u9009\u62E9",df="\u5217\u8868\u89C6\u56FE",hf="\u64CD\u4F5C\u6309\u94AE",yf="\u5206\u9875",ff="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",mf="\u8BF4\u660E\u6587\u5B57",vf="\u6587\u5B57\u8BC6\u522B",gf="\u6807\u9898\u7EC4\u4EF6",bf="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Cf="\u6570\u7EC4",Ef="\u81EA\u52A8\u7F16\u53F7",_f="\u81EA\u5B9A\u4E49",If="\u6570\u503C",Bf="\u90E8\u95E8",Df="\u4EBA\u5458",wf="\u9644\u4EF6",Ff="\u56FE\u7247",Af="\u5730\u5740",Tf="\u64CD\u4F5C",Sf="\u5E8F\u53F7",Pf="\u4EBA\u5458",kf="\u957F\u6587\u672C",Of="\u65E5\u671F\u533A\u95F4",Rf="\u65E5\u671F",xf="\u77ED\u6587\u672C",Mf="\u6362\u884C\u5BB9\u5668Wrap",Nf="\u8868\u683C",Lf="\u660E\u7EC6\u5B50\u8868",$f="\u5730\u5740",Hf="\u91D1\u989D",Vf="\u8BA1\u7B97\u516C\u5F0F",jf="\u591A\u9009",qf="\u7535\u5B50\u7B7E\u7AE0",Wf="\u5355\u884C\u6587\u672C",Uf="\u6570\u5B57",zf="\u4E1A\u52A1\u7EC4\u7EC7",Gf="\u5355\u9009",Kf="\u5BCC\u6587\u672C",Qf="\u8BC4\u5206",Zf="\u6570\u5B57\u533A\u95F4",Xf="\u4E0B\u62C9\u5355\u9009",Jf="\u4E0B\u62C9\u591A\u9009",Yf="\u5173\u8054\u5355\u9009",pf="\u591A\u884C\u6587\u672C",em="\u6811",tm="Vue\u5BB9\u5668",nm="Vue\u9875\u9762",im="\u5728\u7EBF\u6587\u6863",um="\u6309\u94AE\u64CD\u4F5C\u680F",lm="\u9AD8\u7EA7\u5BB9\u5668",am="\u5206\u7EC4",rm="\u6805\u683C\u5217",om="\u6570\u636E\u5BB9\u5668",cm="\u753B\u5E03",sm="\u6362\u884C\u5BB9\u5668",dm="\u6805\u683C\u7B49\u5206\u884C",hm="\u5217\u8868\u5BB9\u5668",ym="\u81EA\u7531\u9875\u9762",fm="\u5B9A\u4F4D\u5B50\u5BB9\u5668",mm="\u5B9A\u4F4D\u5BB9\u5668",vm="\u6805\u683C\u5E03\u5C40",gm="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",bm="\u660E\u7EC6\u5B50\u8868\u884C",Cm="\u6807\u7B7E\u9875",Em="\u6807\u7B7E\u5355\u5143",_m="\u5DE5\u5177\u680F",Im="\u6279\u91CF\u63D0\u4EA4",Bm="\u5BFC\u51FA\u8BB0\u5F55",Dm="\u5217\u8868\u89C6\u56FE",wm="\u7ED3\u675F\u65F6\u95F4",Fm="\u5F00\u59CB\u65F6\u95F4",Am="\u5355\u4F4D",Tm="\u7ED3\u679C",Sm="\u5E01\u79CD",Pm="\u7ED3\u675F\u65E5\u671F",km="\u5F00\u59CB\u65E5\u671F",Om="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",Rm="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",xm="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",Mm="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",Nm="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",Lm="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",$m="\u8BF7\u9009\u62E9",Hm="\u8BF7\u9009\u62E9\u7EC4\u7EC7",Vm="\u8BF7\u9009\u62E9\u90E8\u95E8",jm="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",qm="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",Wm="\u8BF7\u9009\u62E9\u5730\u5740",Um="\u5F39\u7A97\u786E\u8BA4\u65F6",zm="\u6807\u7B7E\u9875\u5207\u6362\u65F6",Gm="\u884C\u9009\u4E2D\u65F6",Km="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",Qm="\u884C\u5220\u9664\u524D",Zm="\u884C\u70B9\u51FB\u65F6",Xm="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",Jm="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",Ym="\u91CD\u547D\u540D\u65F6",pm="\u4FDD\u5B58\u6587\u4EF6\u65F6",ev="\u6253\u5F00\u6587\u4EF6\u65F6",tv="\u83B7\u53D6\u7126\u70B9\u65F6",nv="\u5931\u53BB\u7126\u70B9\u65F6",iv="\u7528\u6237\u8F93\u5165\u65F6",uv="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",lv="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",av="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",rv="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",ov="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",cv="\u641C\u7D22\u65F6",sv="\u503C\u53D1\u751F\u53D8\u5316\u65F6",dv="\u6267\u884C\u5B8C\u6210\u65F6",hv="\u70B9\u51FB\u65F6",yv="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",fv="\u8BF7\u8F93\u5165\u65E5\u671F",mv="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",vv="\u8BF7\u8F93\u5165",gv="\u9ED8\u8BA4\u6A21\u7248",bv="\u5DE6\u53F3\u5E03\u5C40",Cv="\u4E0A\u4E0B\u5E03\u5C40",Ev="\u53EA\u8BFB",_v="\u5FC5\u586B",Iv="\u63D0\u793A\u6587\u5B57",Bv="\u9690\u85CF\u6807\u9898",Dv="\u6807\u9898\u5FC5\u586B",wv="\u7EC4\u7EC7\u5F62\u6001",Fv="\u4E1A\u52A1\u7C7B\u578B",Av="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Tv="\u9690\u85CF",Sv="\u6D41\u7A0B\u72B6\u6001",Pv="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",kv="\u5220\u9664",Ov="\u7F16\u8F91",Rv="\u67E5\u770B",xv="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",Mv="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",Nv="\u5145\u6EE1\u6574\u884C",Lv="\u6700\u5C0F\u503C",$v="\u6700\u5927\u503C",Hv="\u65B0\u5EFA\u6587\u6863",Vv="\u91CD\u7F6E",jv="\u67E5\u8BE2",qv="\u660E\u7EC6",Wv="\u6253\u5370",Uv="\u4FDD\u5B58\u8349\u7A3F",zv="\u4FDD\u5B58",Gv="\u53D6\u6D88",Kv="\u4E0A\u4F20\u56FE\u7247",Qv="\u53D1\u8D77\u7B7E\u7F72",Zv="\u4E0A\u4F20\u9644\u4EF6",Xv="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",Jv="\u5F15\u7528\u5217\u8868",Yv="\u9009\u9879\u4E00",pv="\u9009\u9879\u4E8C",e0="\u9009\u9879\u4E09",t0={isNotNumber:G,isNotString:Uu,isNotObject:Jn,isNotArray:zu,isNotBoolean:Gu,runtimeRequired:Nt,pleaseEnterCaption:ve,pleaseEnterCaptionTip:Lt,pleaseEnterRowCaption:Vh,pleaseEnterPlaceholder:jh,pleaseEnterFieldCode:qh,pleaseEnterForm:Wh,pleaseEnterList:Uh,pleaseEnterProcess:zh,pleaseEnterLabel:Gh,pleaseEnterValue:Kh,bizKeyNotBindFiled:Qh,pleaseSelectOneField:Zh,pleaseEnterNumberRange:Xh,pleaseEnterAValueGreaterThanMin:Jh,pleaseEnterAValueLessThanMax:Yh,numberRangeSetError:ph,stringRangeError:ey,attachmentMaxSize:ty,pleaseEnterTotalScoreSetting:ny,theTotalScoreMustNotBeLessThan1:iy,scoreDefaultValueRange:uy,attachmentLimitError:ly,PleaseReselectTheOptionalQuantity:ay,TheMaximumLengthIsGreaterThanTheMinimumLength:ry,TheMinimumLengthIsGreaterThanTheMaximumLength:oy,PleaseSelectTheCorrectOptionSettings:cy,optionIdIsRepeat:sy,optionIsRequired:dy,pleaseEnterDataCode:hy,pleaseEnterValueFieldCode:yy,pleaseEnterSvcCode:fy,pleaseBindAtLeastOneDisplayValue:my,pleaseSelectProvince:vy,pleaseSelectCity:gy,pleaseSelectDistrict:by,limitRowsCannotBeLessThan0:Cy,TheNumberOfRowsCannotBeLessThanMinRows:Ey,pleaseEnterColumnWidth:_y,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Iy,pleaseCompleteAllRulesAndConditions:By,pleaseSelectControl:Dy,pleaseSelectAtLeastOneColumn:wy,pleaseSelectFillBackMode:Fy,pleaseSelectDashboard:Ay,rootNodeIsRequired:Ty,theViewNameCannotBeEmpty:Sy,pleaseSelectOcrType:Py,pleaseSelectAtLeastOneFieldToFillIn:ky,pleaseChooseAtLeastOne:Oy,pleaseEnterButtonContent:Ry,pleaseEnterDataCodeInDataSetting:xy,pleaseEnterValueFieldCodeInDataSetting:My,pleaseEnterSvcCodeInDataSetting:Ny,pleaseBindAtLeastOneDisplayValueInDataSetting:Ly,rootNodeIsRequiredInDataSetting:$y,pleaseEnterMaxHeight:Hy,pleaseEnterWatermark:Vy,pleaseEnterFileName:jy,pleaseUploadAtLeastOnePrintTemplate:qy,pleaseAssignBusiness:Wy,pleaseAssignExternal:Uy,pleaseEnterAliasCode:zy,pleaseSelectDataCode:Gy,pleaseSelectSvcCode:Ky,pleaseSelectJoinFieldCode:Qy,pleaseSelectMainFieldCode:Zy,pleaseSelectSortFieldCode:Xy,batchDeleteButton:Jy,batchPrintListButton:Yy,batchPrintRecordList:py,button:ef,createFormListButton:tf,dashboard:nf,divider:uf,exportListButton:lf,formSelectButton:af,importRecordListButton:rf,invoiceCheckButton:of,link:cf,listSelectButton:sf,ListViewSelect:df,operationButton:hf,pagination:yf,submissionRecordListButton:ff,text:mf,textOcrButton:vf,title:gf,approvalStatusColumn:bf,array:Cf,autoNumber:Ef,custom:_f,decimal:If,department:Bf,employee:Df,file:wf,image:Ff,location:Af,operation:Tf,order:Sf,people:Pf,long:kf,timescope:Of,timestamp:Rf,varchar:xf,gridLayoutWrap:Mf,gridTable:Nf,subTable:Lf,address:$f,amount:Hf,calc:Vf,checkBox:jf,electronicSignature:qf,input:Wf,number:Uf,organizationSelection:zf,radio:Gf,richText:Kf,score:Qf,searchNumberRange:Zf,select:Xf,selectMultiple:Jf,selectRelation:Yf,textarea:pf,tree:em,vueFormItem:tm,vuePage:nm,WPS:im,actionBar:um,advancedContainer:lm,cardGroup:am,col:rm,dataView:om,grid:cm,gridLayoutContainer:sm,gridRow:dm,listView:hm,page:ym,position:fm,positioningContainer:mm,row:vm,subtableColumn:gm,subtableRow:bm,tab:Cm,tabPane:Em,toolbox:_m,batchSubmissionListButton:Im,exportRecordListButton:Bm,listViewSelect:Dm,endTime:wm,startTime:Fm,unit:Am,result:Tm,currency:Sm,endDate:Pm,startDate:km,pleaseSelectCompanyName:Om,pleaseSelectPhoneOrEmail:Rm,pleaseSelectSignType:xm,pleaseSelectSigner:Mm,pleaseSelectOnlyOne:Nm,pleaseSelectSignFile:Lm,pleaseSelect:$m,pleaseSelectOrg:Hm,pleaseSelectDept:Vm,pleaseSelectEndDate:jm,pleaseSelectStartDate:qm,pleaseChooseAddress:Wm,modalConfirm:Um,tabChange:zm,rowSelected:Gm,listDataImport:Km,rowDelete:Qm,rowClick:Zm,cellRender:Xm,onClickBtn:Jm,rename:Ym,onSaveFile:pm,onOpenFile:ev,onFocus:tv,onBlur:nv,onInput:iv,listDataAdd:uv,listDataDelete:lv,listDataBack:av,listDataCreate:rv,listDataChange:ov,search:cv,valueChange:sv,finished:dv,click:hv,pleaseEnterNameorEmail:yv,pleaseEnterDate:fv,pleaseEnterAutonumber:mv,pleaseEnter:vv,defaultTemplate:gv,left:bv,top:Cv,default:"\u666E\u901A",readonly:Ev,required:_v,textTip:Iv,hideCaption:Bv,titleRequired:Dv,organizationalForm:wv,businessType:Fv,deleteConfirm:Av,hide:Tv,processStatus:Sv,approvedDocuments:Pv,delete:kv,edit:Ov,view:Rv,loadCtrlErrorTip:xv,loadCtrlError:Mv,fullLine:Nv,min:Lv,max:$v,createWPS:Hv,reset:Vv,query:jv,detailed:qv,print:Wv,draft:Uv,save:zv,cancel:Gv,uploadImg:Kv,signature:Qv,uploadFile:Zv,linkContent:Xv,referenceList:Jv,optionOne:Yv,optionTwo:pv,optionThird:e0},n0="Please enter a number",i0="Please enter a string",u0="Please enter an object",l0="Please enter an array",a0="Please enter a boolean",r0="{caption} Required",o0="Please enter the title",c0="Please enter the bubble prompt",s0="Please enter the row title",d0="Please enter the prompt text",h0="Please bind data items",y0="Please bind the form",f0="Please bind the list",m0="Please bind the process",v0="Please enter the displayed value",g0="Please enter the stored value",b0="The document number is not bound to the data item",C0="Please select at least one display field",E0="Please enter a value greater than or equal to {min} and less than or equal to {max}",_0="Please enter a value greater than or equal to {min}",I0="Please enter a value less than or equal to {max}",B0="The value range is set incorrectly",D0="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",w0="The attachment size must be between 0MB and 1000MB",F0="Please fill in the total score setting",A0="The total score cannot be less than 1",T0="The default value must be between {min} and {max}",S0="The number of attachment uploads exceeds the limit",P0="Please re-select the optional quantity",k0="The maximum length of the control must be greater than the minimum length",O0="The minimum length of the control must be less than the maximum length",R0="Please select the correct option setting",x0="Option ID cannot be repeated",M0="Please enter at least one option",N0="Please bind the data source",L0="Please bind the stored value",$0="Please bind the service",H0="At least one display value must be bound",V0="Please select a province",j0="Please select a city",q0="Please select a district",W0="The minimum number of lines to fill in cannot be less than 0",U0="The number of rows cannot be less than {min} rows",z0="Please enter the column width",G0="Please set the logical relationship of all rule conditions",K0="Please complete all rules and conditions",Q0="please select control",Z0="Please select the dashboard",X0="View name cannot be empty",J0="Please select recognition type",Y0="Please select at least one field to fill in",p0="Please select at least one",eg="Please enter the button title",tg="Please bind the business model in the data settings",ng="Please bind storage values in data settings",ig="Please bind the service in the data settings",ug="Please bind at least one display value in the data settings",lg="Please select the root node in the data settings",ag="Please enter the maximum height",rg="The input content cannot be empty",og="Watermark cannot be empty",cg="File name cannot be empty",sg="Please upload at least one printing template!\uFF01",dg="Please select a specific business department",hg="Please select a specified external organization",yg="Please enter a sub table alias",fg="Please select the associated table to set the business model",mg="Please select the association table to set the binding service",vg="Select associated sub table fields",gg="Please select the associated main table field",bg="Please select the sort field",Cg="\u6279\u91CF\u5220\u9664",Eg="\u6279\u91CF\u6253\u5370",_g="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Ig="\u6309\u94AE",Bg="\u521B\u5EFA\u5355\u636E",Dg="\u4EEA\u8868\u76D8",wg="\u5206\u5272\u7EBF",Fg="\u5BFC\u51FA",Ag="\u8868\u5355\u64CD\u4F5C",Tg="\u5BFC\u5165",Sg="\u53D1\u7968\u8BC6\u522B",Pg="\u94FE\u63A5",kg="\u5217\u8868\u9009\u62E9",Og="\u5217\u8868\u89C6\u56FE",Rg="\u64CD\u4F5C\u6309\u94AE",xg="\u5206\u9875",Mg="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Ng="\u8BF4\u660E\u6587\u5B57",Lg="\u6587\u5B57\u8BC6\u522B",$g="\u6807\u9898\u7EC4\u4EF6",Hg="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Vg="\u6570\u7EC4",jg="\u81EA\u52A8\u7F16\u53F7",qg="\u81EA\u5B9A\u4E49",Wg="\u6570\u503C",Ug="\u90E8\u95E8",zg="\u4EBA\u5458",Gg="\u9644\u4EF6",Kg="\u56FE\u7247",Qg="\u5730\u5740",Zg="\u64CD\u4F5C",Xg="\u5E8F\u53F7",Jg="\u4EBA\u5458",Yg="\u957F\u6587\u672C",pg="\u65E5\u671F\u533A\u95F4",eb="\u65E5\u671F",tb="\u77ED\u6587\u672C",nb="\u6362\u884C\u5BB9\u5668Wrap",ib="\u8868\u683C",ub="\u660E\u7EC6\u5B50\u8868",lb="\u5730\u5740",ab="\u91D1\u989D",rb="\u8BA1\u7B97\u516C\u5F0F",ob="\u591A\u9009",cb="\u7535\u5B50\u7B7E\u7AE0",sb="\u5355\u884C\u6587\u672C",db="\u6570\u5B57",hb="\u4E1A\u52A1\u7EC4\u7EC7",yb="\u5355\u9009",fb="\u5BCC\u6587\u672C",mb="\u8BC4\u5206",vb="\u6570\u5B57\u533A\u95F4",gb="\u4E0B\u62C9\u5355\u9009",bb="\u4E0B\u62C9\u591A\u9009",Cb="\u5173\u8054\u5355\u9009",Eb="\u591A\u884C\u6587\u672C",_b="\u6811",Ib="Vue\u5BB9\u5668",Bb="Vue\u9875\u9762",Db="\u5728\u7EBF\u6587\u6863",wb="\u6309\u94AE\u64CD\u4F5C\u680F",Fb="\u9AD8\u7EA7\u5BB9\u5668",Ab="\u5206\u7EC4",Tb="\u6805\u683C\u5217",Sb="\u6570\u636E\u5BB9\u5668",Pb="\u753B\u5E03",kb="\u6362\u884C\u5BB9\u5668",Ob="\u6805\u683C\u7B49\u5206\u884C",Rb="\u5217\u8868\u5BB9\u5668",xb="\u81EA\u7531\u9875\u9762",Mb="\u5B9A\u4F4D\u5B50\u5BB9\u5668",Nb="\u5B9A\u4F4D\u5BB9\u5668",Lb="\u6805\u683C\u5E03\u5C40",$b="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Hb="\u660E\u7EC6\u5B50\u8868\u884C",Vb="\u6807\u7B7E\u9875",jb="\u6807\u7B7E\u5355\u5143",qb="\u5DE5\u5177\u680F",Wb="\u6279\u91CF\u63D0\u4EA4",Ub="\u5BFC\u51FA\u8BB0\u5F55",zb="\u5217\u8868\u89C6\u56FE",Gb="\u5F15\u7528\u5217\u8868",Kb="\u9009\u9879\u4E00",Qb="\u9009\u9879\u4E8C",Zb="\u9009\u9879\u4E09",Xb={isNotNumber:n0,isNotString:i0,isNotObject:u0,isNotArray:l0,isNotBoolean:a0,runtimeRequired:r0,pleaseEnterCaption:o0,pleaseEnterCaptionTip:c0,pleaseEnterRowCaption:s0,pleaseEnterPlaceholder:d0,pleaseEnterFieldCode:h0,pleaseEnterForm:y0,pleaseEnterList:f0,pleaseEnterProcess:m0,pleaseEnterLabel:v0,pleaseEnterValue:g0,bizKeyNotBindFiled:b0,pleaseSelectOneField:C0,pleaseEnterNumberRange:E0,pleaseEnterAValueGreaterThanMin:_0,pleaseEnterAValueLessThanMax:I0,numberRangeSetError:B0,stringRangeError:D0,attachmentMaxSize:w0,pleaseEnterTotalScoreSetting:F0,theTotalScoreMustNotBeLessThan1:A0,scoreDefaultValueRange:T0,attachmentLimitError:S0,PleaseReselectTheOptionalQuantity:P0,TheMaximumLengthIsGreaterThanTheMinimumLength:k0,TheMinimumLengthIsGreaterThanTheMaximumLength:O0,PleaseSelectTheCorrectOptionSettings:R0,optionIdIsRepeat:x0,optionIsRequired:M0,pleaseEnterDataCode:N0,pleaseEnterValueFieldCode:L0,pleaseEnterSvcCode:$0,pleaseBindAtLeastOneDisplayValue:H0,pleaseSelectProvince:V0,pleaseSelectCity:j0,pleaseSelectDistrict:q0,limitRowsCannotBeLessThan0:W0,TheNumberOfRowsCannotBeLessThanMinRows:U0,pleaseEnterColumnWidth:z0,pleaseSetTheLogicalRelationshipOfAllRuleConditions:G0,pleaseCompleteAllRulesAndConditions:K0,pleaseSelectControl:Q0,pleaseSelectDashboard:Z0,theViewNameCannotBeEmpty:X0,pleaseSelectOcrType:J0,pleaseSelectAtLeastOneFieldToFillIn:Y0,pleaseChooseAtLeastOne:p0,pleaseEnterButtonContent:eg,pleaseEnterDataCodeInDataSetting:tg,pleaseEnterValueFieldCodeInDataSetting:ng,pleaseEnterSvcCodeInDataSetting:ig,pleaseBindAtLeastOneDisplayValueInDataSetting:ug,rootNodeIsRequiredInDataSetting:lg,pleaseEnterMaxHeight:ag,pleaseEnter:rg,pleaseEnterWatermark:og,pleaseEnterFileName:cg,pleaseUploadAtLeastOnePrintTemplate:sg,pleaseAssignBusiness:dg,pleaseAssignExternal:hg,pleaseEnterAliasCode:yg,pleaseSelectDataCode:fg,pleaseSelectSvcCode:mg,pleaseSelectJoinFieldCode:vg,pleaseSelectMainFieldCode:gg,pleaseSelectSortFieldCode:bg,batchDeleteButton:Cg,batchPrintListButton:Eg,batchPrintRecordList:_g,button:Ig,createFormListButton:Bg,dashboard:Dg,divider:wg,exportListButton:Fg,formSelectButton:Ag,importRecordListButton:Tg,invoiceCheckButton:Sg,link:Pg,listSelectButton:kg,ListViewSelect:Og,operationButton:Rg,pagination:xg,submissionRecordListButton:Mg,text:Ng,textOcrButton:Lg,title:$g,approvalStatusColumn:Hg,array:Vg,autoNumber:jg,custom:qg,decimal:Wg,department:Ug,employee:zg,file:Gg,image:Kg,location:Qg,operation:Zg,order:Xg,people:Jg,long:Yg,timescope:pg,timestamp:eb,varchar:tb,gridLayoutWrap:nb,gridTable:ib,subTable:ub,address:lb,amount:ab,calc:rb,checkBox:ob,electronicSignature:cb,input:sb,number:db,organizationSelection:hb,radio:yb,richText:fb,score:mb,searchNumberRange:vb,select:gb,selectMultiple:bb,selectRelation:Cb,textarea:Eb,tree:_b,vueFormItem:Ib,vuePage:Bb,WPS:Db,actionBar:wb,advancedContainer:Fb,cardGroup:Ab,col:Tb,dataView:Sb,grid:Pb,gridLayoutContainer:kb,gridRow:Ob,listView:Rb,page:xb,position:Mb,positioningContainer:Nb,row:Lb,subtableColumn:$b,subtableRow:Hb,tab:Vb,tabPane:jb,toolbox:qb,batchSubmissionListButton:Wb,exportRecordListButton:Ub,listViewSelect:zb,referenceList:Gb,optionOne:Kb,optionTwo:Qb,optionThird:Zb},Jb="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Yb="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",pb="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",eC="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",tC="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",nC="{caption}\u5FC5\u9808",iC="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",uC="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",lC="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",aC="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",rC="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",oC="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",cC="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",sC="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",dC="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",hC="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",yC="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",fC="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",mC="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",vC="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",gC="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",bC="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",CC="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",EC="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",_C="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",IC="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",BC="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",DC="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",wC="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",FC="\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",AC="\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",TC="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",SC="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",PC="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",kC="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",OC="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",RC="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",xC="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",MC="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",NC="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",LC="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",$C="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",HC="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",VC="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",jC="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",qC="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",WC="please select control",UC="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",zC="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",GC="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",KC="\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",QC="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ZC="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",XC="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",JC="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",YC="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",pC="\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",e5="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",t5="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",n5="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",i5="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",u5="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",l5="\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",a5="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",r5="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",o5="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",c5="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",s5="\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",d5="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",h5="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",y5="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",f5="\u6279\u91CF\u5220\u9664",m5="\u6279\u91CF\u6253\u5370",v5="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",g5="\u6309\u94AE",b5="\u521B\u5EFA\u5355\u636E",C5="\u4EEA\u8868\u76D8",E5="\u5206\u5272\u7EBF",_5="\u5BFC\u51FA",I5="\u8868\u5355\u64CD\u4F5C",B5="\u5BFC\u5165",D5="\u53D1\u7968\u8BC6\u522B",w5="\u94FE\u63A5",F5="\u5217\u8868\u9009\u62E9",A5="\u5217\u8868\u89C6\u56FE",T5="\u64CD\u4F5C\u6309\u94AE",S5="\u5206\u9875",P5="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",k5="\u8BF4\u660E\u6587\u5B57",O5="\u6587\u5B57\u8BC6\u522B",R5="\u6807\u9898\u7EC4\u4EF6",x5="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",M5="\u6570\u7EC4",N5="\u81EA\u52A8\u7F16\u53F7",L5="\u81EA\u5B9A\u4E49",$5="\u6570\u503C",H5="\u90E8\u95E8",V5="\u4EBA\u5458",j5="\u9644\u4EF6",q5="\u56FE\u7247",W5="\u5730\u5740",U5="\u64CD\u4F5C",z5="\u5E8F\u53F7",G5="\u4EBA\u5458",K5="\u957F\u6587\u672C",Q5="\u65E5\u671F\u533A\u95F4",Z5="\u65E5\u671F",X5="\u77ED\u6587\u672C",J5="\u6362\u884C\u5BB9\u5668Wrap",Y5="\u8868\u683C",p5="\u660E\u7EC6\u5B50\u8868",eE="\u5730\u5740",tE="\u91D1\u989D",nE="\u8BA1\u7B97\u516C\u5F0F",iE="\u591A\u9009",uE="\u7535\u5B50\u7B7E\u7AE0",lE="\u5355\u884C\u6587\u672C",aE="\u6570\u5B57",rE="\u4E1A\u52A1\u7EC4\u7EC7",oE="\u5355\u9009",cE="\u5BCC\u6587\u672C",sE="\u8BC4\u5206",dE="\u6570\u5B57\u533A\u95F4",hE="\u4E0B\u62C9\u5355\u9009",yE="\u4E0B\u62C9\u591A\u9009",fE="\u5173\u8054\u5355\u9009",mE="\u591A\u884C\u6587\u672C",vE="\u6811",gE="Vue\u5BB9\u5668",bE="Vue\u9875\u9762",CE="\u5728\u7EBF\u6587\u6863",EE="\u6309\u94AE\u64CD\u4F5C\u680F",_E="\u9AD8\u7EA7\u5BB9\u5668",IE="\u5206\u7EC4",BE="\u6805\u683C\u5217",DE="\u6570\u636E\u5BB9\u5668",wE="\u753B\u5E03",FE="\u6362\u884C\u5BB9\u5668",AE="\u6805\u683C\u7B49\u5206\u884C",TE="\u5217\u8868\u5BB9\u5668",SE="\u81EA\u7531\u9875\u9762",PE="\u5B9A\u4F4D\u5B50\u5BB9\u5668",kE="\u5B9A\u4F4D\u5BB9\u5668",OE="\u6805\u683C\u5E03\u5C40",RE="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",xE="\u660E\u7EC6\u5B50\u8868\u884C",ME="\u6807\u7B7E\u9875",NE="\u6807\u7B7E\u5355\u5143",LE="\u5DE5\u5177\u680F",$E="\u6279\u91CF\u63D0\u4EA4",HE="\u5BFC\u51FA\u8BB0\u5F55",VE="\u5217\u8868\u89C6\u56FE",jE="\u5F15\u7528\u5217\u8868",qE="\u9009\u9879\u4E00",WE="\u9009\u9879\u4E8C",UE="\u9009\u9879\u4E09",zE={isNotNumber:Jb,isNotString:Yb,isNotObject:pb,isNotArray:eC,isNotBoolean:tC,runtimeRequired:nC,pleaseEnterCaption:iC,pleaseEnterCaptionTip:uC,pleaseEnterRowCaption:lC,pleaseEnterPlaceholder:aC,pleaseEnterFieldCode:rC,pleaseEnterForm:oC,pleaseEnterList:cC,pleaseEnterProcess:sC,pleaseEnterLabel:dC,pleaseEnterValue:hC,bizKeyNotBindFiled:yC,pleaseSelectOneField:fC,pleaseEnterNumberRange:mC,pleaseEnterAValueGreaterThanMin:vC,pleaseEnterAValueLessThanMax:gC,numberRangeSetError:bC,stringRangeError:CC,attachmentMaxSize:EC,pleaseEnterTotalScoreSetting:_C,theTotalScoreMustNotBeLessThan1:IC,scoreDefaultValueRange:BC,attachmentLimitError:DC,PleaseReselectTheOptionalQuantity:wC,TheMaximumLengthIsGreaterThanTheMinimumLength:FC,TheMinimumLengthIsGreaterThanTheMaximumLength:AC,PleaseSelectTheCorrectOptionSettings:TC,optionIdIsRepeat:SC,optionIsRequired:PC,pleaseEnterDataCode:kC,pleaseEnterValueFieldCode:OC,pleaseEnterSvcCode:RC,pleaseBindAtLeastOneDisplayValue:xC,pleaseSelectProvince:MC,pleaseSelectCity:NC,pleaseSelectDistrict:LC,limitRowsCannotBeLessThan0:$C,TheNumberOfRowsCannotBeLessThanMinRows:HC,pleaseEnterColumnWidth:VC,pleaseSetTheLogicalRelationshipOfAllRuleConditions:jC,pleaseCompleteAllRulesAndConditions:qC,pleaseSelectControl:WC,pleaseSelectDashboard:UC,theViewNameCannotBeEmpty:zC,pleaseSelectOcrType:GC,pleaseSelectAtLeastOneFieldToFillIn:KC,pleaseChooseAtLeastOne:QC,pleaseEnterButtonContent:ZC,pleaseEnterDataCodeInDataSetting:XC,pleaseEnterValueFieldCodeInDataSetting:JC,pleaseEnterSvcCodeInDataSetting:YC,pleaseBindAtLeastOneDisplayValueInDataSetting:pC,rootNodeIsRequiredInDataSetting:e5,pleaseEnterMaxHeight:t5,pleaseEnter:n5,pleaseEnterWatermark:i5,pleaseEnterFileName:u5,pleaseUploadAtLeastOnePrintTemplate:l5,pleaseAssignBusiness:a5,pleaseAssignExternal:r5,pleaseEnterAliasCode:o5,pleaseSelectDataCode:c5,pleaseSelectSvcCode:s5,pleaseSelectJoinFieldCode:d5,pleaseSelectMainFieldCode:h5,pleaseSelectSortFieldCode:y5,batchDeleteButton:f5,batchPrintListButton:m5,batchPrintRecordList:v5,button:g5,createFormListButton:b5,dashboard:C5,divider:E5,exportListButton:_5,formSelectButton:I5,importRecordListButton:B5,invoiceCheckButton:D5,link:w5,listSelectButton:F5,ListViewSelect:A5,operationButton:T5,pagination:S5,submissionRecordListButton:P5,text:k5,textOcrButton:O5,title:R5,approvalStatusColumn:x5,array:M5,autoNumber:N5,custom:L5,decimal:$5,department:H5,employee:V5,file:j5,image:q5,location:W5,operation:U5,order:z5,people:G5,long:K5,timescope:Q5,timestamp:Z5,varchar:X5,gridLayoutWrap:J5,gridTable:Y5,subTable:p5,address:eE,amount:tE,calc:nE,checkBox:iE,electronicSignature:uE,input:lE,number:aE,organizationSelection:rE,radio:oE,richText:cE,score:sE,searchNumberRange:dE,select:hE,selectMultiple:yE,selectRelation:fE,textarea:mE,tree:vE,vueFormItem:gE,vuePage:bE,WPS:CE,actionBar:EE,advancedContainer:_E,cardGroup:IE,col:BE,dataView:DE,grid:wE,gridLayoutContainer:FE,gridRow:AE,listView:TE,page:SE,position:PE,positioningContainer:kE,row:OE,subtableColumn:RE,subtableRow:xE,tab:ME,tabPane:NE,toolbox:LE,batchSubmissionListButton:$E,exportRecordListButton:HE,listViewSelect:VE,referenceList:jE,optionOne:qE,optionTwo:WE,optionThird:UE},Ku={zhCN:t0,enUS:Xb,jaJP:zE},Qu,GE=(Qu=window.localStorage.getItem("locale"))!==null&&Qu!==void 0?Qu:"zh-CN",Yn=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}({}),w=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}({}),Tr=function(t){return t.HOURSEC="hoursec",t.HOURMIN="hourmin",t.CUSTOM="custom",t}({}),Sr={DEFAULT:"default"},Pr="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",KE=Pr+"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?Pr:KE,u=Math.random()*i.length;e+=i[parseInt(String(u),10)]}return e}function Zu(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 QE(t){if(Array.isArray(t))return Zu(t)}function ZE(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function kr(t,e,n){return e=$t(e),pE(t,Ju()?Reflect.construct(e,n||[],$t(t).constructor):e.apply(t,n))}function Or(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function pn(t,e,n){return Ju()?pn=Reflect.construct:pn=function(u,l,a){var c=[null];c.push.apply(c,l);var s=Function.bind.apply(u,c),h=new s;return a&&Ht(h,a.prototype),h},pn.apply(null,arguments)}function $t(t){return $t=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},$t(t)}function Rr(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 XE(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function JE(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function YE(){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 pE(t,e){return e&&(e_(e)==="object"||typeof e=="function")?e:ZE(t)}function Ht(t,e){return Ht=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ht(t,e)}function xr(t){return QE(t)||JE(t)||t_(t)||YE()}function e_(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function t_(t,e){if(!!t){if(typeof t=="string")return Zu(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 Zu(t,e)}}function Xu(t){var e=typeof Map=="function"?new Map:void 0;return Xu=function(i){if(i===null||!XE(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 pn(i,arguments,$t(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Ht(u,i)},Xu(t)}function Ju(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ju=function(){return!!t})()}var Yu=console;function pu(){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=Yu).warn.apply(i,["\u{1F9D0} Driven Warning:"+e[0]].concat(xr(u)))}function Mr(){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=Yu).log.apply(i,["\u{1F680} Driven Log:"+e[0]].concat(xr(u)))}function n_(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var el=function(t){Rr(e,t);function e(n){Or(this,e);var i;return i=kr(this,e,[n]),i.name="\u{1F4A5} Driven Error",i.message=n?n_(n):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",i}return e}(Xu(Error)),i_=function(t){Rr(e,t);function e(n){Or(this,e);var i;return i=kr(this,e,[n]),i.name="\u{1F6A8} Driven Reference Error",i}return e}(el);function Vt(t){throw new el(t)}function Nr(t){throw new i_(t)}function u_(t){Yu.error(new el(t))}function l_(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Lr(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 a_(t,e,n){return e&&Lr(t.prototype,e),n&&Lr(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}var $r=function(){function t(){l_(this,t)}return a_(t,null,[{key:"getMessage",value:function(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},u;return r("CMD."+n,i,Ku==null||(u=Ku[GE.split("-").join("")])===null||u===void 0?void 0:u[n])}},{key:"resetI18n",value:function(){}},{key:"setLocale",value:function(n,i){}}]),t}();r_($r,"$i18n",$r.resetI18n());function o_(t,e,n){var i=e.replace(/\[(\d)]/g,function(l,a){return"."+a}).split("."),u=!1;return i.reduce(function(l,a,c,s){var h=l;if(!!l){if(!Object.prototype.hasOwnProperty.call(l,a)){pu("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],n)&&(h[a]=n,u=!0),h[a]}},t),u}var c_=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},s_={exports:{}};(function(t){(function(e){var n=function(v,I,S){if(!h(I)||f(I)||g(I)||E(I)||s(I))return I;var k,x=0,te=0;if(d(I))for(k=[],te=I.length;x<te;x++)k.push(n(v,I[x],S));else{k={};for(var V in I)Object.prototype.hasOwnProperty.call(I,V)&&(k[v(V,S)]=n(v,I[V],S))}return k},i=function(v,I){I=I||{};var S=I.separator||"_",k=I.split||/(?=[A-Z])/;return v.split(k).join(S)},u=function(v){return _(v)?v:(v=v.replace(/[\-_\s]+(.)?/g,function(I,S){return S?S.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 i(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 S=I&&"process"in I?I.process:I;return typeof S!="function"?v:function(k,x){return S(k,v,x)}},B={camelize:u,decamelize:a,pascalize:l,depascalize:a,camelizeKeys:function(v,I){return n(b(u,I),v)},decamelizeKeys:function(v,I){return n(b(a,I),v,I)},pascalizeKeys:function(v,I){return n(b(l,I),v)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=B:e.humps=B})(c_)})(s_);var Hr={};Object.defineProperty(Hr,"__esModule",{value:!0});function tl(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:tl(e));{const e={};for(const n in t){const i=t[n];e[n]=typeof i!="object"||i===null?i:tl(i)}return e}}var d_=Hr.default=tl;function h_(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function ce(t){if(t!==void 0)return(typeof t=="undefined"?"undefined":h_(t))==="object"?d_(t):t}function y_(t){return Object.prototype.toString.call(t)==="[object Object]"}function ei(t){return Array.isArray(t)}function f_(t){return t.reduce(function(e,n){return e.includes(n)||e.push(n),e},[])}function nl(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 m_(t){if(Array.isArray(t))return nl(t)}function Vr(t,e,n,i,u,l,a){try{var c=t[l](a),s=c.value}catch(h){n(h);return}c.done?e(s):Promise.resolve(s).then(i,u)}function v_(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var l=t.apply(e,n);function a(s){Vr(l,i,u,a,c,"next",s)}function c(s){Vr(l,i,u,a,c,"throw",s)}a(void 0)})}}function g_(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 b_(t,e,n){return e&&jr(t.prototype,e),n&&jr(t,n),t}function qr(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function C_(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function E_(){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 il(t){return m_(t)||C_(t)||__(t)||E_()}function __(t,e){if(!!t){if(typeof t=="string")return nl(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 nl(t,e)}}function I_(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),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(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(f){d=[6,f],i=0}finally{n=u=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var B_=function(){function t(){g_(this,t),qr(this,"_events",new Map),qr(this,"debug",!1)}return b_(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 v_(function(){var a,c,s,h,d,f,g,E,_,b,B,v;return I_(this,function(I){switch(I.label){case 0:if(a=this._events.get(n),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&&Mr.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(il(u))),[4,_.apply(null,il(u))];case 4:return b=I.sent(),this.debug&&Mr.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(il(u),[b])),c.push(b),b===!1?[3,7]:[3,6];case 5:return B=I.sent(),u_(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(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 D_(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Wr(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 w_(t,e,n){return e&&Wr(t.prototype,e),n&&Wr(t,n),t}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}var A_=[{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"}],T_=function(){function t(){D_(this,t)}return w_(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 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 i=i.concat(l),i}}]),t}();F_(T_,"events",A_);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 S_(t){if(Array.isArray(t))return ul(t)}function P_(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function k_(){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 Ur(t){return S_(t)||P_(t)||O_(t)||k_()}function O_(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 ll(t,e){var n;!((n=Object.getOwnPropertyDescriptors(t)[e])===null||n===void 0)&&n.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function zr(t,e,n){n!=="Runtime"&&(t.parent=e,ll(t,"parent"))}function R_(t,e,n){t.forEach(function(i){zr(i,e,n)})}var Gr=Symbol("targetKey");function Kr(t){var e;return(e=t[Gr])!==null&&e!==void 0?e:t}function Qr(t,e,n){return R_(t,e,n),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===Gr?u:(h=Reflect).get.apply(h,[u,l].concat(Ur(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(ei(t)&&l==="length"&&a===t.length)return!0;var f=(d=Reflect).set.apply(d,[u,l,a].concat(Ur(s)));return y_(a)&&zr(a,e,n),f}})}function se(t,e,n,i,u){var l=i!=null?i:t,a=Qr(Kr(n!=null?n:[]),l,u);Object.defineProperty(t,e,{get:function(){return a},set:function(s){a=Qr(Kr(s),l,u)},enumerable:!0})}function x_(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Zr(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 M_(t,e,n){return e&&Zr(t.prototype,e),n&&Zr(t,n),t}function De(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Xr=[],ti=function(){function t(e){x_(this,t),De(this,"registeredControlTypes",new Set),De(this,"controlConfigMap",new Map),De(this,"_controls",[]),De(this,"_type",void 0),this._type=e,this._initControls(e)}return M_(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__||Vt("".concat(n.name," is not a Control"));var i=this._controls.findIndex(function(u){return u.controlType===n.controlType});return i>-1&&(pu("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===Yn.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===Yn.FORM}},{key:"isListControl",value:function(n){return n.controlType===Yn.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===Yn.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 c=n;if(typeof i=="function"){var s=i(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 Vt("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}}),ll(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,c=i.instanceMap;if(!(!a||!c)){var s=a[l],h=c[l];if(!(!s&&!h)){var d=h.findIndex(function(E){return E==n}),f=c[s]||[],g;return f.length!==h.length?g=f[0]:g=f[d],g}}}}),ll(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__)&&Vt("".concat(n," is can't register as a Control"));var c=this.staticControls.findIndex(function(s){return s.Designer.controlType===u.controlType});return c>-1&&(pu("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(n),a.mode=i,this}}]),t}();De(ti,"staticControlsRuntimeRules",new Map),De(ti,"staticControls",Xr),De(ti,"staticRegisteredTypes",new Set(Xr.map(function(t){return t.Designer.controlType}))),De(ti,"staticRegisteredConfigs",new Map);function N_(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=ni(e),L_(t,Jr()?Reflect.construct(e,n||[],ni(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 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 ni(t){return ni=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ni(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&&al(t,e)}function L_(t,e){return e&&($_(e)==="object"||typeof e=="function")?e:N_(t)}function al(t,e){return al=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},al(t,e)}function $_(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Jr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Jr=function(){return!!t})()}var ye=function t(e){D(this,t);var n,i,u;y(this,"dataCode",void 0),y(this,"fieldCode",void 0),y(this,"fieldType",void 0),y(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},Yr=function t(e){D(this,t);var n,i;y(this,"minWidth",void 0),y(this,"maxWidth",void 0),y(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},pr=function t(e){D(this,t);var n,i,u,l;y(this,"rowHeightType",void 0),y(this,"minRows",void 0),y(this,"maxRows",void 0),y(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},H_=function t(e){D(this,t),y(this,"pc",void 0),y(this,"mobile",void 0),this.pc=new pr(e==null?void 0:e.pc),this.mobile=new pr(e==null?void 0:e.mobile)},rl=function(t){re(e,t);function e(n){D(this,e);var i,u,l;return i=ae(this,e,[n]),y(i,"width",void 0),y(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}(Yr),V_=function t(e){D(this,t),y(this,"pc",void 0),y(this,"mobile",void 0),this.pc=new rl(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new rl(e==null?void 0:e.mobile):new rl({width:130,minWidth:180})},j_=function t(e){D(this,t);var n,i;y(this,"type",void 0),y(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:[]},rt=function t(e){D(this,t);var n,i,u;y(this,"dataCode",void 0),y(this,"formKey",void 0),y(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:""},q_=function(t){re(e,t);function e(n){D(this,e);var i,u;return i=ae(this,e,[n]),y(i,"primaryControlId",void 0),i.primaryControlId=(u=n==null?void 0:n.primaryControlId)!==null&&u!==void 0?u:"",i}return e}(rt),eo=function t(e){D(this,t);var n,i;y(this,"fieldCode",void 0),y(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:""},ol=function t(e){D(this,t);var n,i,u,l;y(this,"appId",void 0),y(this,"formKey",void 0),y(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 eo(a)}))!==null&&u!==void 0?u:[]},W_=function t(e){D(this,t);var n,i,u;y(this,"fieldName",void 0),y(this,"fieldCode",void 0),y(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},U_=function(t){re(e,t);function e(n){D(this,e);var i,u,l,a,c;return i=ae(this,e,[n]),y(i,"title",void 0),y(i,"svcCode",void 0),y(i,"isOpenFilter",void 0),y(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=(c=n==null?void 0:n.filters)!==null&&c!==void 0?c:[],i}return e}(rt),z_=function t(e){D(this,t);var n,i,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=(n=e==null||(u=e.displayFields)===null||u===void 0?void 0:u.map(function(a){return new W_(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 U_(a)}))!==null&&i!==void 0?i:[]},G_=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},we=function t(e){D(this,t);var n,i,u;y(this,"type",void 0),y(this,"value",void 0),y(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:[]},ii=function t(e){var n=this;D(this,t);var i,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=(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(c){if(c.children!==void 0){var s,h=new t(c);(s=n.children)===null||s===void 0||s.push(h)}else{var d,f=new jt(c);(d=n.children)===null||d===void 0||d.push(f)}}))},jt=function t(e){D(this,t);var n,i,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=(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 G_(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new we(e==null?void 0:e.rightVariableBo)},K_=function t(e){D(this,t);var n,i;y(this,"aliasCode",void 0),y(this,"datasourceBind",void 0),y(this,"relationFields",void 0),this.aliasCode=(n=e==null?void 0:e.aliasCode)!==null&&n!==void 0?n:"",this.datasourceBind=new Z(e==null?void 0:e.datasourceBind),this.relationFields=(i=e==null?void 0:e.relationFields)!==null&&i!==void 0?i:[]},K=function t(e){D(this,t);var n,i,u,l;y(this,"controlId",void 0),y(this,"fieldCode",void 0),y(this,"fieldType",void 0),y(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:""},cl=function t(e){D(this,t);var n,i;y(this,"type",void 0),y(this,"value",void 0),y(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},Q_=function t(e){D(this,t);var n,i;y(this,"columnName",void 0),y(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 sl(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(c){return c.children!==void 0?new ii(c):new jt(c)}))!==null&&e!==void 0?e:[],this.viewFilters=(n=t==null||(l=t.viewFilters)===null||l===void 0?void 0:l.map(function(c){return c.children!==void 0?new ii(c):new jt(c)}))!==null&&n!==void 0?n:[],this.orders=(i=t==null||(a=t.orders)===null||a===void 0?void 0:a.map(function(c){return new Q_(c)}))!==null&&i!==void 0?i:[]}var Z=function t(e){var n=this;D(this,t);var i,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=(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(f){var g;(g=n.displayBoList)===null||g===void 0||g.push(new cl(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 we(e==null?void 0:e.assignDepartment),this.openAssignDepartment=(d=e==null?void 0:e.openAssignDepartment)!==null&&d!==void 0?d:!1,sl.call(this,e)},dl=function t(e){D(this,t);var n,i;y(this,"dataCode",void 0),y(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:[]},ge=function t(e){D(this,t);var n,i,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=(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=(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},to=function t(e){D(this,t);var n,i,u,l;y(this,"name",void 0),y(this,"key",void 0),y(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 cl(a)}))!==null&&u!==void 0?u:[]},ui=function(t){re(e,t);function e(n){D(this,e);var i,u,l;return i=ae(this,e,[n]),y(i,"attributes",void 0),i.attributes=(u=n==null||(l=n.attributes)===null||l===void 0?void 0:l.map(function(a){return new to(a)}))!==null&&u!==void 0?u:[],i}return e}(Z),Z_=function(t){re(e,t);function e(n){D(this,e);var i,u,l,a;return i=ae(this,e,[n]),y(i,"attributes",void 0),y(i,"formCode",void 0),i.attributes=(u=n==null||(a=n.attributes)===null||a===void 0?void 0:a.map(function(c){return new to(c)}))!==null&&u!==void 0?u:[],i.formCode=(l=n==null?void 0:n.formCode)!==null&&l!==void 0?l:"",i}return e}(Z),fe=function(t){re(e,t);function e(n){D(this,e);var i,u;return i=ae(this,e,[n]),y(i,"rootNode",void 0),y(i,"filterCode",void 0),i.rootNode=new we(n==null?void 0:n.rootNode),i.filterCode=(u=n==null?void 0:n.filterCode)!==null&&u!==void 0?u:"",i}return e}(ui),no=function t(e){D(this,t);var n,i,u,l;y(this,"dataCode",void 0),y(this,"appId",void 0),y(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 K(a)}))!==null&&u!==void 0?u:[]},io=function(t){re(e,t);function e(n){D(this,e);var i;return i=ae(this,e,[n]),y(i,"filters",void 0),y(i,"viewFilters",void 0),y(i,"orders",void 0),sl.call(i,n),i}return e}(no),uo=function(t){re(e,t);function e(n){D(this,e);var i,u,l;return i=ae(this,e,[n]),y(i,"mode",void 0),y(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}(no),lo=function t(e){D(this,t);var n,i,u;y(this,"stencilName",void 0),y(this,"expression",void 0),y(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:""},ao=function t(e){D(this,t);var n,i,u,l;y(this,"id",void 0),y(this,"label",void 0),y(this,"value",void 0),y(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:""},X_=function(t){re(e,t);function e(n){D(this,e);var i,u,l;return i=ae(this,e,[n]),y(i,"cueWord",void 0),y(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}(ao);function de(t){var e;return(e=t==null?void 0:t.map(function(n){return new ao(n)}))!==null&&e!==void 0?e:[]}function ro(t){var e;return(e=t==null?void 0:t.map(function(n){return new X_(n)}))!==null&&e!==void 0?e:[]}var hl=function t(){D(this,t)},J_=function(t){re(e,t);function e(n){D(this,e);var i;return i=ae(this,e),y(i,"amount",void 0),y(i,"currency",void 0),i.amount=new ye(n==null?void 0:n.amount),i.currency=new ye(n==null?void 0:n.currency),i}return e}(hl),Y_=function t(e){D(this,t);var n,i;y(this,"amount",void 0),y(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"},oo=function(t){re(e,t);function e(n){D(this,e);var i;return i=ae(this,e),y(i,"min",void 0),y(i,"max",void 0),i.min=new ye(n==null?void 0:n.min),i.max=new ye(n==null?void 0:n.max),i}return e}(hl),co=function t(e){D(this,t);var n,i;y(this,"min",void 0),y(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:""},p_=function t(e){D(this,t);var n,i,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=(n=e==null?void 0:e.country)!==null&&n!==void 0?n:"",this.countryDisplay=(i=e==null?void 0:e.countryDisplay)!==null&&i!==void 0?i:"",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:""},e7=function(t){re(e,t);function e(n){D(this,e);var i;return i=ae(this,e),y(i,"result",void 0),y(i,"unit",void 0),i.result=new ye(n==null?void 0:n.result),i.unit=new ye(n==null?void 0:n.unit),i}return e}(hl),t7=function t(e){D(this,t);var n,i;y(this,"result",void 0),y(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:""},n7=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}({}),i7=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,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=(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=(c=e==null?void 0:e.priorityProcess)!==null&&c!==void 0?c:!1},u7=function t(e){D(this,t);var n,i,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=(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 eo(a)}))!==null&&u!==void 0?u:[],sl.call(this,e)},l7=function t(e){D(this,t);var n,i,u,l;y(this,"width",void 0),y(this,"height",void 0),y(this,"widthConfig",void 0),y(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"},a7=function t(e){D(this,t);var n,i;y(this,"optCode",void 0),y(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:""},r7=function t(e){D(this,t);var n,i,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=(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 ii(s):new jt(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 o7(s)}))!==null&&l!==void 0?l:[]:[],this.script=e==null?void 0:e.script},o7=function t(e){D(this,t);var n,i,u,l;y(this,"color",void 0),y(this,"fieldCodes",void 0),y(this,"type",void 0),y(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"},c7=function t(e){D(this,t);var n,i,u,l;y(this,"type",void 0),y(this,"interval",void 0),y(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 r7(a)}))!==null&&u!==void 0?u:[]:[]},s7=function t(e){D(this,t);var n,i,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=(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},d7=function t(e){D(this,t);var n;y(this,"datasourceBind",void 0),y(this,"headers",void 0),this.datasourceBind=new Z(e==null?void 0:e.datasourceBind),this.headers=(n=e==null?void 0:e.headers)!==null&&n!==void 0?n:[]},h7=function t(e){D(this,t);var n,i,u,l;y(this,"marginTop",void 0),y(this,"marginRight",void 0),y(this,"marginBottom",void 0),y(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:""},y7=function t(e){D(this,t);var n,i,u,l;y(this,"paddingTop",void 0),y(this,"paddingRight",void 0),y(this,"paddingBottom",void 0),y(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:""},f7=function t(e){D(this,t);var n,i;y(this,"icon",void 0),y(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:r("CMD.09bf1774579034724")},m7=function t(e){D(this,t);var n,i;y(this,"icon",void 0),y(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:r("CMD.39131774579036296")},v7=function t(e){D(this,t),y(this,"prev",void 0),y(this,"next",void 0),this.prev=new f7(e==null?void 0:e.prev),this.next=new m7(e==null?void 0:e.next)};function g7(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function b7(t,e,n){return e=qt(e),_7(t,ml()?Reflect.construct(e,n||[],qt(t).constructor):e.apply(t,n))}function yl(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function li(t,e,n){return ml()?li=Reflect.construct:li=function(u,l,a){var c=[null];c.push.apply(c,l);var s=Function.bind.apply(u,c),h=new s;return a&&Wt(h,a.prototype),h},li.apply(null,arguments)}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}function qt(t){return qt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},qt(t)}function C7(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&&Wt(t,e)}function E7(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function _7(t,e){return e&&(I7(e)==="object"||typeof e=="function")?e:g7(t)}function Wt(t,e){return Wt=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Wt(t,e)}function I7(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function fl(t){var e=typeof Map=="function"?new Map:void 0;return fl=function(i){if(i===null||!E7(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 li(i,arguments,qt(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Wt(u,i)},fl(t)}function ml(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(ml=function(){return!!t})()}var U=function t(e){yl(this,t),be(this,"isHide",{type:"boolean"})},Ne=function(t){C7(e,t);function e(n){return yl(this,e),b7(this,e)}return e}(fl(Array)),j=function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";yl(this,t);var i,u;be(this,"isHide",void 0),be(this,"className",void 0),be(this,"style",void 0),be(this,"caption",void 0),be(this,"defaultState",void 0),this.isHide=(i=e==null?void 0:e.isHide)!==null&&i!==void 0?i:!1,this.style=new l7(e==null?void 0:e.style),this.caption=(u=e==null?void 0:e.caption)!==null&&u!==void 0?u:n};be(j,"mode",void 0),be(j,"Rules",U),be(j,"RuntimeRules",Ne);function me(){return me=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},me.apply(this,arguments)}function B7(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function vl(t){return vl=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},vl(t)}function ai(t,e){return ai=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ai(t,e)}function D7(){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 ri(t,e,n){return D7()?ri=Reflect.construct:ri=function(u,l,a){var c=[null];c.push.apply(c,l);var s=Function.bind.apply(u,c),h=new s;return a&&ai(h,a.prototype),h},ri.apply(null,arguments)}function w7(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function gl(t){var e=typeof Map=="function"?new Map:void 0;return gl=function(i){if(i===null||!w7(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 ri(i,arguments,vl(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),ai(u,i)},gl(t)}var F7=/%[sdj%]/g,so=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(so=function(e,n){typeof console!="undefined"&&console.warn&&n.every(function(i){return typeof i=="string"})&&console.warn(e,n)});function bl(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(F7,function(c){if(c==="%%")return"%";if(i>=l)return c;switch(c){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 c}});return a}return u}function A7(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function Q(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||A7(e)&&typeof t=="string"&&!t)}function T7(t,e,n){var i=[],u=0,l=t.length;function a(c){i.push.apply(i,c),u++,u===l&&n(i)}t.forEach(function(c){e(c,a)})}function ho(t,e,n){var i=0,u=t.length;function l(a){if(a&&a.length){n(a);return}var c=i;i=i+1,c<u?e(t[c],l):n([])}l([])}function S7(t){var e=[];return Object.keys(t).forEach(function(n){e.push.apply(e,t[n])}),e}var yo=function(t){B7(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}(gl(Error));function P7(t,e,n,i){if(e.first){var u=new Promise(function(f,g){var E=function(B){return i(B),B.length?g(new yo(B,bl(B))):f()},_=S7(t);ho(_,n,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 i(h),h.length?g(new yo(h,bl(h))):f()};a.length||(i(h),f()),a.forEach(function(_){var b=t[_];l.indexOf(_)!==-1?ho(b,n,E):T7(b,n,E)})});return d.catch(function(f){return f}),d}function fo(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 mo(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]=me(me({},t[n]),i):t[n]=i}}return t}function vo(t,e,n,i,u,l){t.required&&(!n.hasOwnProperty(t.field)||Q(e,l||t.type))&&i.push(ne(u.messages.required,t.fullField))}function k7(t,e,n,i,u){(/^\s+$/.test(e)||e==="")&&i.push(ne(u.messages.whitespace,t.fullField))}var Cl={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},Ut={integer:function(e){return Ut.number(e)&&parseInt(e,10)===e},float:function(e){return Ut.number(e)&&!Ut.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"&&!Ut.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(Cl.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(Cl.url)},hex:function(e){return typeof e=="string"&&!!e.match(Cl.hex)}};function O7(t,e,n,i,u){if(t.required&&e===void 0){vo(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?Ut[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 R7(t,e,n,i,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&&i.push(ne(u.messages[d].len,t.fullField,t.len)):a&&!c&&h<t.min?i.push(ne(u.messages[d].min,t.fullField,t.min)):c&&!a&&h>t.max?i.push(ne(u.messages[d].max,t.fullField,t.max)):a&&c&&(h<t.min||h>t.max)&&i.push(ne(u.messages[d].range,t.fullField,t.min,t.max))}var ot="enum";function x7(t,e,n,i,u){t[ot]=Array.isArray(t[ot])?t[ot]:[],t[ot].indexOf(e)===-1&&i.push(ne(u.messages[ot],t.fullField,t[ot].join(", ")))}function M7(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 P={required:vo,whitespace:k7,type:O7,range:R7,enum:x7,pattern:M7};function N7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(Q(e,"string")&&!t.required)return n();P.required(t,e,i,l,u,"string"),Q(e,"string")||(P.type(t,e,i,l,u),P.range(t,e,i,l,u),P.pattern(t,e,i,l,u),t.whitespace===!0&&P.whitespace(t,e,i,l,u))}n(l)}function L7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(Q(e)&&!t.required)return n();P.required(t,e,i,l,u),e!==void 0&&P.type(t,e,i,l,u)}n(l)}function $7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(e===""&&(e=void 0),Q(e)&&!t.required)return n();P.required(t,e,i,l,u),e!==void 0&&(P.type(t,e,i,l,u),P.range(t,e,i,l,u))}n(l)}function H7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(Q(e)&&!t.required)return n();P.required(t,e,i,l,u),e!==void 0&&P.type(t,e,i,l,u)}n(l)}function V7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(Q(e)&&!t.required)return n();P.required(t,e,i,l,u),Q(e)||P.type(t,e,i,l,u)}n(l)}function j7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(Q(e)&&!t.required)return n();P.required(t,e,i,l,u),e!==void 0&&(P.type(t,e,i,l,u),P.range(t,e,i,l,u))}n(l)}function q7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(Q(e)&&!t.required)return n();P.required(t,e,i,l,u),e!==void 0&&(P.type(t,e,i,l,u),P.range(t,e,i,l,u))}n(l)}function W7(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();P.required(t,e,i,l,u,"array"),e!=null&&(P.type(t,e,i,l,u),P.range(t,e,i,l,u))}n(l)}function U7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(Q(e)&&!t.required)return n();P.required(t,e,i,l,u),e!==void 0&&P.type(t,e,i,l,u)}n(l)}var z7="enum";function G7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(Q(e)&&!t.required)return n();P.required(t,e,i,l,u),e!==void 0&&P[z7](t,e,i,l,u)}n(l)}function K7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(Q(e,"string")&&!t.required)return n();P.required(t,e,i,l,u),Q(e,"string")||P.pattern(t,e,i,l,u)}n(l)}function Q7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(Q(e,"date")&&!t.required)return n();if(P.required(t,e,i,l,u),!Q(e,"date")){var c;e instanceof Date?c=e:c=new Date(e),P.type(t,c,i,l,u),c&&P.range(t,c.getTime(),i,l,u)}}n(l)}function Z7(t,e,n,i,u){var l=[],a=Array.isArray(e)?"array":typeof e;P.required(t,e,i,l,u,a),n(l)}function El(t,e,n,i,u){var l=t.type,a=[],c=t.required||!t.required&&i.hasOwnProperty(t.field);if(c){if(Q(e,l)&&!t.required)return n();P.required(t,e,i,a,u,l),Q(e,l)||P.type(t,e,i,a,u)}n(a)}function X7(t,e,n,i,u){var l=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(Q(e)&&!t.required)return n();P.required(t,e,i,l,u)}n(l)}var zt={string:N7,method:L7,number:$7,boolean:H7,regexp:V7,integer:j7,float:q7,array:W7,object:U7,enum:G7,pattern:K7,date:Q7,url:El,hex:El,email:El,required:Z7,any:X7};function _l(){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=_l();function Ae(t){this.rules=null,this._messages=Il,this.define(t)}Ae.prototype={messages:function(e){return e&&(this._messages=mo(_l(),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,c=i;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 S(k){if(Array.isArray(k)){var x;v=(x=v).concat.apply(x,k)}else v.push(k)}for(B=0;B<b.length;B++)S(b[B]);v.length?I=bl(v):(v=null,I=null),c(v,I)}if(a.messages){var h=this.messages();h===Il&&(h=_l()),mo(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=me({},l)),f=l[b]=v.transform(f)),typeof v=="function"?v={validator:v}:v=me({},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 P7(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 S(te,V){return me(me({},V),{},{fullField:v.fullField+"."+te})}function k(te){te===void 0&&(te=[]);var V=te;if(Array.isArray(V)||(V=[V]),!a.suppressWarning&&V.length&&Ae.warning("async-validator:",V),V.length&&v.message!==void 0&&(V=[].concat(v.message)),V=V.map(fo(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(fo(v)):a.error&&(V=[a.error(v,ne(a.messages.required,v.field))]),B(V);var le={};if(v.defaultField)for(var Zn in b.value)b.value.hasOwnProperty(Zn)&&(le[Zn]=v.defaultField);le=me(me({},le),b.rule.fields);for(var Ie in le)if(le.hasOwnProperty(Ie)){var Wu=Array.isArray(le[Ie])?le[Ie]:[le[Ie]];le[Ie]=Wu.map(S.bind(null,Ie))}var Xn=new Ae(le);Xn.messages(a.messages),b.rule.options&&(b.rule.options.messages=a.messages,b.rule.options.error=a.error),Xn.validate(b.value,b.rule.options||a,function(Mt){var Be=[];V&&V.length&&Be.push.apply(Be,V),Mt&&Mt.length&&Be.push.apply(Be,Mt),B(Be.length?Be:null)})}}var x;v.asyncValidator?x=v.asyncValidator(v,b.value,k,b.source,a):v.validator&&(x=v.validator(v,b.value,k,b.source,a),x===!0?k():x===!1?k(v.message||v.field+" fails"):x instanceof Array?k(x):x instanceof Error&&k(x.message)),x&&x.then&&x.then(function(){return k()},function(te){return k(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&&!zt.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"?zt.required:zt[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");zt[e]=n},Ae.warning=so,Ae.messages=Il,Ae.validators=zt;var J7={required:r("CMD.aad41751712156995"),maxLength:r("CMD.890d1751712141808"),minLength:r("CMD.bb9b1751712143625"),string:{range:r("CMD.f7131751712147855")}};function Y7(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new Ae(t);return n.messages(Object.assign(J7,e)),n}var p7=new B_;function Bl(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 e6(t){if(Array.isArray(t))return t}function t6(t){if(Array.isArray(t))return Bl(t)}function go(t,e,n,i,u,l,a){try{var c=t[l](a),s=c.value}catch(h){n(h);return}c.done?e(s):Promise.resolve(s).then(i,u)}function bo(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,c,"next",s)}function c(s){go(l,i,u,a,c,"throw",s)}a(void 0)})}}function n6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Co(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 i6(t,e,n){return e&&Co(t.prototype,e),n&&Co(t,n),t}function L(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Eo(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function _o(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function u6(){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 l6(){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 Io(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){L(t,u,n[u])})}return t}function a6(t){return e6(t)||_o(t)||Bo(t)||u6()}function Dl(t){return t6(t)||_o(t)||Bo(t)||l6()}function r6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Bo(t,e){if(!!t){if(typeof t=="string")return Bl(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 Bl(t,e)}}function Do(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),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(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(f){d=[6,f],i=0}finally{n=u=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var O=function(){function e(n){var i=this;n6(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",Fo),L(this,"removeSetting",wo),this._callControlHooks("preInstance",n);var s=Eo(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||Nr("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:f,this.props=new j(n==null?void 0:n.props,(Eo(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(B),this.fieldType=(c=n==null?void 0:n.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(){i._callControlHooks("postInstance",n)})}return i6(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,c=a6(u),s=c[0],h=c.slice(1);return(a=p7).emit.apply(a,[s,this].concat(Dl(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),o_(this.props,i,u),this.postUpdate(i,u)}},{key:"preValidate",value:function(){return bo(function(){var i,u,l;return Do(this,function(a){switch(a.label){case 0:return i=Io({},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 bo(function(){var l,a,c,s;return Do(this,function(h){switch(h.label){case 0:return[4,this.preValidate()];case 1:l=h.sent(),a=l!==void 0?l:Io({},this.rules),Array.isArray(u)&&u.forEach(function(d){a.hasOwnProperty(d)&&delete a[d]}),c=Y7(a,i),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 i=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:i,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(i,u){if(i==="setting"){if(u.add){var l;(l=this.setting).push.apply(l,Dl(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",wo),L(O,"updateSettingItem",Fo);function wo(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 c,s;l?e.setting[a].showItems=(c=e.setting[a].showItems)===null||c===void 0?void 0:c.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 Fo(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":r6(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,Dl(e.showItems))}}}})}function o6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ao(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 c6(t,e,n){return e&&Ao(t.prototype,e),n&&Ao(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 s6(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}var q=function(){function e(n){o6(this,e);var i,u,l,a,c;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=s6(this,e)?this.constructor:void 0,h=s.controlType,d=s.controlFieldType,f=s.name,g=s.controlCustomEvents;h||Nr("The ".concat(f," 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=(c=n==null?void 0:n.pageStatus)!==null&&c!==void 0?c:i7.UNKNOWN}return c6(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 wl(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(c){return c.value}),a=f_(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 oi(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 d6(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}function h6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ci(t,e,n){return e=di(e),y6(t,To()?Reflect.construct(e,n||[],di(t).constructor):e.apply(t,n))}function si(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 di(t){return di=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},di(t)}function hi(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 y6(t,e){return e&&(f6(e)==="object"||typeof e=="function")?e:h6(t)}function Fl(t,e){return Fl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Fl(t,e)}function f6(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 W=function(t){hi(e,t);function e(n){si(this,e);var i;i=ci(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(d6(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),M=function(t){hi(e,t);function e(n){si(this,e);var i;i=ci(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}(Ne),F=function(t){hi(e,t);function e(n){si(this,e);var i,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I;return i=ci(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,"captionFontWeight",void 0),H(i,"className",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=(c=n==null?void 0:n.isCaptionItalic)!==null&&c!==void 0?c:!1,i.captionFontWeight=(s=n==null?void 0:n.captionFontWeight)!==null&&s!==void 0?s:"normal",i.className=(h=n==null?void 0:n.className)!==null&&h!==void 0?h:[],i.isHideCaption=(d=n==null?void 0:n.isHideCaption)!==null&&d!==void 0?d:!1,i.isShowCaptionTip=(f=n==null?void 0:n.isShowCaptionTip)!==null&&f!==void 0?f:!1,i.captionTip=(g=n==null?void 0:n.captionTip)!==null&&g!==void 0?g:"",i.defaultState=(E=n==null?void 0:n.defaultState)!==null&&E!==void 0?E:"default",i.labelPosition=(_=n==null?void 0:n.labelPosition)!==null&&_!==void 0?_:"top",i.placeholder=(b=n==null?void 0:n.placeholder)!==null&&b!==void 0?b:"",i.required=(B=n==null?void 0:n.required)!==null&&B!==void 0?B:!1,i.requiredMessage=(v=n==null?void 0:n.requiredMessage)!==null&&v!==void 0?v:"",i.dataBind=new ye(n==null?void 0:n.dataBind),i.defaultValue=(I=n==null?void 0:n.defaultValue)!==null&&I!==void 0?I:"",i}return e}(j);H(F,"Rules",W),H(F,"RuntimeRules",M);var Le=function(t){hi(e,t);function e(n){si(this,e);var i;return i=ci(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")}]),wl.call(i,n),i}return e}(W);function m6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function v6(t,e,n){return e=fi(e),C6(t,So()?Reflect.construct(e,n||[],fi(t).constructor):e.apply(t,n))}function g6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function yi(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function fi(t){return fi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},fi(t)}function b6(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&&Al(t,e)}function C6(t,e){return e&&(E6(e)==="object"||typeof e=="function")?e:m6(t)}function Al(t,e){return Al=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Al(t,e)}function E6(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 A=function(t){b6(e,t);function e(n){g6(this,e);var i;return i=v6(this,e,[n]),yi(i,"controlType","form"),yi(i,"props",void 0),i.props=new F(n==null?void 0:n.props),i}return e}(O);yi(A,"controlEventKeys",["on_change","on_focus","on_blur"]),yi(A,"controlCustomAttributes",void 0);function _6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function I6(t,e,n){return e=mi(e),w6(t,Po()?Reflect.construct(e,n||[],mi(t).constructor):e.apply(t,n))}function B6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Tl(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function mi(t){return mi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},mi(t)}function D6(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 w6(t,e){return e&&(F6(e)==="object"||typeof e=="function")?e:_6(t)}function Sl(t,e){return Sl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Sl(t,e)}function F6(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 T=function(t){D6(e,t);function e(n){B6(this,e);var i;return i=I6(this,e,[n]),Tl(i,"controlType","form"),Tl(i,"props",void 0),Tl(i,"value",void 0),i.props=new F(n==null?void 0:n.props),i}return e}(q);function A6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function T6(t,e,n){return e=vi(e),k6(t,ko()?Reflect.construct(e,n||[],vi(t).constructor):e.apply(t,n))}function S6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function vi(t){return vi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},vi(t)}function P6(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 k6(t,e){return e&&(O6(e)==="object"||typeof e=="function")?e:A6(t)}function Pl(t,e){return Pl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Pl(t,e)}function O6(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 R=function(t){P6(e,t);function e(n){return S6(this,e),T6(this,e,[n])}return e}(j);function kl(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 R6(t){if(Array.isArray(t))return kl(t)}function x6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Oo(t,e,n,i,u,l,a){try{var c=t[l](a),s=c.value}catch(h){n(h);return}c.done?e(s):Promise.resolve(s).then(i,u)}function M6(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var l=t.apply(e,n);function a(s){Oo(l,i,u,a,c,"next",s)}function c(s){Oo(l,i,u,a,c,"throw",s)}a(void 0)})}}function N6(t,e,n){return e=Se(e),G6(t,Mo()?Reflect.construct(e,n||[],Se(t).constructor):e.apply(t,n))}function L6(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ro(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 $6(t,e,n){return e&&Ro(t.prototype,e),n&&Ro(t,n),t}function Te(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ct(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?ct=Reflect.get:ct=function(u,l,a){var c=K6(u,l);if(!!c){var s=Object.getOwnPropertyDescriptor(c,l);return s.get?s.get.call(a||u):s.value}},ct(t,e,n||t)}function Se(t){return Se=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Se(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&&Ol(t,e)}function V6(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function j6(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function q6(){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 W6(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){Te(t,u,n[u])})}return t}function U6(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 z6(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):U6(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function G6(t,e){return e&&(Q6(e)==="object"||typeof e=="function")?e:x6(t)}function Ol(t,e){return Ol=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ol(t,e)}function K6(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=Se(t),t!==null););return t}function xo(t){return R6(t)||j6(t)||Z6(t)||q6()}function Q6(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Z6(t,e){if(!!t){if(typeof t=="string")return kl(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 kl(t,e)}}function Mo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Mo=function(){return!!t})()}function X6(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),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(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(f){d=[6,f],i=0}finally{n=u=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var J6=1e4,N=function(e){H6(n,e);function n(i){L6(this,n);var u;u=N6(this,n,[i]),Te(u,"controlType","layout"),Te(u,"children",void 0),Te(u,"excludes",void 0),Te(u,"childrenMaxLength",void 0),Te(u,"props",void 0);var l=V6(this,n)?this.constructor:void 0,a=l.excludes,c=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=c,u}return $6(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,c=this,s=function(){return ct(Se(n.prototype),"validate",a)};return M6(function(){return X6(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(Se(n.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 xo(c).concat(xo(d))}return h&&c.push(h),c},a)}},{key:"toSchema",value:function(){var u=ct(Se(n.prototype),"toSchema",this).call(this),l=this.children.map(function(a){var c=a.toSchema();return c});return z6(W6({},u),{children:l})}}]),n}(O);Te(N,"excludes",!1),Te(N,"childrenMaxLength",J6);function Y6(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function p6(t,e,n){return e=gi(e),nI(t,No()?Reflect.construct(e,n||[],gi(t).constructor):e.apply(t,n))}function eI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Rl(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function gi(t){return gi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},gi(t)}function tI(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 nI(t,e){return e&&(iI(e)==="object"||typeof e=="function")?e:Y6(t)}function xl(t,e){return xl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},xl(t,e)}function iI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function No(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(No=function(){return!!t})()}var $=function(t){tI(e,t);function e(n){eI(this,e);var i;return i=p6(this,e,[n]),Rl(i,"controlType","layout"),Rl(i,"children",void 0),Rl(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 uI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function lI(t,e,n){return e=bi(e),oI(t,Lo()?Reflect.construct(e,n||[],bi(t).constructor):e.apply(t,n))}function aI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function st(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function bi(t){return bi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},bi(t)}function rI(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 oI(t,e){return e&&(cI(e)==="object"||typeof e=="function")?e:uI(t)}function Ml(t,e){return Ml=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ml(t,e)}function cI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Lo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Lo=function(){return!!t})()}var Ci=function(t){rI(e,t);function e(n,i,u){aI(this,e);var l,a,c,s,h;return l=lI(this,e,[i]),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",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=(c=i==null?void 0:i.pageSize)!==null&&c!==void 0?c: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 Nl(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 sI(t){if(Array.isArray(t))return Nl(t)}function dI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function $o(t,e,n,i,u,l,a){try{var c=t[l](a),s=c.value}catch(h){n(h);return}c.done?e(s):Promise.resolve(s).then(i,u)}function hI(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var l=t.apply(e,n);function a(s){$o(l,i,u,a,c,"next",s)}function c(s){$o(l,i,u,a,c,"throw",s)}a(void 0)})}}function yI(t,e,n){return e=Pe(e),EI(t,Wo()?Reflect.construct(e,n||[],Pe(t).constructor):e.apply(t,n))}function fI(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 mI(t,e,n){return e&&Ho(t.prototype,e),n&&Ho(t,n),t}function Ei(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function dt(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?dt=Reflect.get:dt=function(u,l,a){var c=_I(u,l);if(!!c){var s=Object.getOwnPropertyDescriptor(c,l);return s.get?s.get.call(a||u):s.value}},dt(t,e,n||t)}function Pe(t){return Pe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Pe(t)}function vI(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 gI(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function bI(){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 Vo(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){Ei(t,u,n[u])})}return t}function CI(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 jo(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):CI(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function EI(t,e){return e&&(II(e)==="object"||typeof e=="function")?e:dI(t)}function Ll(t,e){return Ll=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ll(t,e)}function _I(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=Pe(t),t!==null););return t}function qo(t){return sI(t)||gI(t)||BI(t)||bI()}function II(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function BI(t,e){if(!!t){if(typeof t=="string")return Nl(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 Nl(t,e)}}function Wo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Wo=function(){return!!t})()}function DI(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),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(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(f){d=[6,f],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(t){vI(e,t);function e(n){fI(this,e);var i;return i=yI(this,e,[n]),Ei(i,"controlType","list"),Ei(i,"props",void 0),i.props=new Ci(i,n==null?void 0:n.props,"Designer"),i}return mI(e,[{key:"validate",value:function(i,u){var l=this,a=this,c=function(){return dt(Pe(e.prototype),"validate",l)};return hI(function(){return DI(this,function(s){switch(s.label){case 0:return[4,c().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=dt(Pe(e.prototype),"toDataBindModel",this).call(this),u=i?[i]:[],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 qo(a).concat(qo(h))}return s&&a.push(s),a},u)}},{key:"toSchema",value:function(){var i=dt(Pe(e.prototype),"toSchema",this).call(this),u=this.props.headers.map(function(l){return l.toSchema()});return jo(Vo({},i),{props:jo(Vo({},this.props),{headers:u})})}}]),e}(O);Ei($l,"controlFieldType",C.LIST);function wI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function FI(t,e,n){return e=_i(e),PI(t,zo()?Reflect.construct(e,n||[],_i(t).constructor):e.apply(t,n))}function AI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Uo(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 TI(t,e,n){return e&&Uo(t.prototype,e),n&&Uo(t,n),t}function Hl(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function _i(t){return _i=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},_i(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&&Vl(t,e)}function PI(t,e){return e&&(kI(e)==="object"||typeof e=="function")?e:wI(t)}function Vl(t,e){return Vl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Vl(t,e)}function kI(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 Go=function(t){SI(e,t);function e(n){AI(this,e);var i;return i=FI(this,e,[n]),Hl(i,"controlType","list"),Hl(i,"children",void 0),Hl(i,"props",void 0),i.props=new Ci(i,n==null?void 0:n.props,"Runtime"),se(i,"children",n==null?void 0:n.children,void 0,"Runtime"),i}return TI(e,[{key:"length",get:function(){return this.children.length}}]),e}(q);function OI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function jl(t,e,n){return e=Ii(e),RI(t,Ko()?Reflect.construct(e,n||[],Ii(t).constructor):e.apply(t,n))}function ql(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 Ii(t){return Ii=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ii(t)}function Wl(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:OI(t)}function Ul(t,e){return Ul=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},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 Ce=function(t){Wl(e,t);function e(n){ql(this,e);var i;return i=jl(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),z=function(t){Wl(e,t);function e(n){ql(this,e);var i,u,l,a,c,s;return i=jl(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 Yr(n==null?void 0:n.autoWidth),i.dataBind=new ye(n==null?void 0:n.dataBind),i.sort=(c=n==null?void 0:n.sort)!==null&&c!==void 0?c:!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(z,"Rules",Ce);var zl=function(t){Wl(e,t);function e(n){ql(this,e);var i;return i=jl(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")}]),wl.call(i,n),i}return e}(Ce);function MI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function NI(t,e,n){return e=ht(e),WI(t,Zo()?Reflect.construct(e,n||[],ht(t).constructor):e.apply(t,n))}function LI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Qo(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 $I(t,e,n){return e&&Qo(t.prototype,e),n&&Qo(t,n),t}function Bi(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,e,n){return typeof Reflect!="undefined"&&Reflect.get?Di=Reflect.get:Di=function(u,l,a){var c=UI(u,l);if(!!c){var s=Object.getOwnPropertyDescriptor(c,l);return s.get?s.get.call(a||u):s.value}},Di(t,e,n||t)}function ht(t){return ht=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ht(t)}function HI(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&&Gl(t,e)}function VI(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){Bi(t,u,n[u])})}return t}function jI(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 qI(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):jI(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function WI(t,e){return e&&(zI(e)==="object"||typeof e=="function")?e:MI(t)}function Gl(t,e){return Gl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Gl(t,e)}function UI(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=ht(t),t!==null););return t}function zI(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 X=function(t){HI(e,t);function e(n){LI(this,e);var i;return i=NI(this,e,[n]),Bi(i,"controlType","column"),Bi(i,"props",void 0),Bi(i,"children",void 0),i.props=new z(n==null?void 0:n.props),se(i,"children",n==null?void 0:n.children,void 0,"Designer"),i}return $I(e,[{key:"toSchema",value:function(){var i=Di(ht(e.prototype),"toSchema",this).call(this);return qI(VI({},i),{children:this.children?this.children.map(function(u){return u.toSchema()}):[]})}}]),e}(O);function GI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function KI(t,e,n){return e=wi(e),XI(t,Xo()?Reflect.construct(e,n||[],wi(t).constructor):e.apply(t,n))}function QI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Kl(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function wi(t){return wi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},wi(t)}function ZI(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 XI(t,e){return e&&(JI(e)==="object"||typeof e=="function")?e:GI(t)}function Ql(t,e){return Ql=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ql(t,e)}function JI(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 J=function(t){ZI(e,t);function e(n){QI(this,e);var i;return i=KI(this,e,[n]),Kl(i,"controlType","column"),Kl(i,"props",void 0),Kl(i,"children",void 0),i.props=new z(n==null?void 0:n.props),se(i,"children",n==null?void 0:n.children,void 0,"Runtime"),i}return e}(q);function YI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function pI(t,e,n){return e=Fi(e),iB(t,Jo()?Reflect.construct(e,n||[],Fi(t).constructor):e.apply(t,n))}function eB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function tB(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Fi(t){return Fi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Fi(t)}function nB(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&&Zl(t,e)}function iB(t,e){return e&&(uB(e)==="object"||typeof e=="function")?e:YI(t)}function Zl(t,e){return Zl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Zl(t,e)}function uB(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 Xl=function(t){nB(e,t);function e(n){eB(this,e);var i;return i=pI(this,e,[n]),tB(i,"dataBind",void 0),i.dataBind=new ye(n==null?void 0:n.dataBind),i}return e}(R);function lB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function aB(t,e,n){return e=Ai(e),cB(t,po()?Reflect.construct(e,n||[],Ai(t).constructor):e.apply(t,n))}function rB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Yo(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 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&&Jl(t,e)}function cB(t,e){return e&&(sB(e)==="object"||typeof e=="function")?e:lB(t)}function Jl(t,e){return Jl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Jl(t,e)}function sB(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 dB=function(t){oB(e,t);function e(n){rB(this,e);var i;return i=aB(this,e,[n]),Yo(i,"controlType","search"),Yo(i,"props",void 0),i.props=new Xl(n==null?void 0:n.props),i}return e}(N);function hB(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),vB(t,tc()?Reflect.construct(e,n||[],Ti(t).constructor):e.apply(t,n))}function fB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ec(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&&Yl(t,e)}function vB(t,e){return e&&(gB(e)==="object"||typeof e=="function")?e:hB(t)}function Yl(t,e){return Yl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Yl(t,e)}function gB(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 bB=function(t){mB(e,t);function e(n){fB(this,e);var i;return i=yB(this,e,[n]),ec(i,"controlType","search"),ec(i,"props",void 0),i.props=new Xl(n==null?void 0:n.props),i}return e}($);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=Si(e),BB(t,nc()?Reflect.construct(e,n||[],Si(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 Si(t){return Si=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Si(t)}function IB(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 BB(t,e){return e&&(DB(e)==="object"||typeof e=="function")?e:CB(t)}function pl(t,e){return pl=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},pl(t,e)}function DB(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 ea=function(t){IB(e,t);function e(n){return _B(this,e),EB(this,e,[n])}return e}(R);function wB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function FB(t,e,n){return e=Pi(e),SB(t,uc()?Reflect.construct(e,n||[],Pi(t).constructor):e.apply(t,n))}function AB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ic(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Pi(t){return Pi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Pi(t)}function TB(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 SB(t,e){return e&&(PB(e)==="object"||typeof e=="function")?e:wB(t)}function ta(t,e){return ta=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ta(t,e)}function PB(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 kB=function(t){TB(e,t);function e(n){AB(this,e);var i;return i=FB(this,e,[n]),ic(i,"controlType","wrap"),ic(i,"props",void 0),i.props=new ea(n==null?void 0:n.props),i}return e}(N);function OB(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function RB(t,e,n){return e=ki(e),NB(t,ac()?Reflect.construct(e,n||[],ki(t).constructor):e.apply(t,n))}function xB(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function lc(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ki(t){return ki=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ki(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&&na(t,e)}function NB(t,e){return e&&(LB(e)==="object"||typeof e=="function")?e:OB(t)}function na(t,e){return na=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},na(t,e)}function LB(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 $B=function(t){MB(e,t);function e(n){xB(this,e);var i;return i=RB(this,e,[n]),lc(i,"controlType","wrap"),lc(i,"props",void 0),i.props=new ea(n==null?void 0:n.props),i}return e}($);function ke(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||{}),rc=(t=>(t.EARLY_DATE="earlyDate",t.LATE_DATE="lateDate",t.UN_SELECT_ABLE_INTERVAL="unSelectAbleInterval",t))(rc||{}),oc=(t=>(t.FILE_IN_TIME="filledInTime",t.BEFORE_TIME="beforeTime",t.AFTER_TIME="afterTime",t.TIME_SPECIFIED="timeSpecified",t))(oc||{});class Oi{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 ia{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 ua=(t=>(t.PRAISE="praise",t.STAR="star",t.FLOWER="flower",t.HAND="hand",t.HEART="heart",t.SMILE="smile",t))(ua||{});class Ri{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 la=(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))(la||{}),Gt=(t=>(t.NORMAL="normal",t.BOLD="bold",t.LIGHTER="lighter",t))(Gt||{});class aa{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I,S;this.type=(n=e==null?void 0:e.type)!=null?n:"private",this.person=new we((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 we((l=e==null?void 0:e.telephone)!=null?l:{type:"form"}),this.company=(s=e==null?void 0:e.company)!=null?s:new we((c=e==null?void 0:e.company)!=null?c:{type:"form"}),this.indexSignature=(d=e==null?void 0:e.indexSignature)!=null?d:new we((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 we((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=(S=e==null?void 0:e.remark)!=null?S:""}}class cc{constructor(e){var n,i,u,l,a,c;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 aa(s)))!=null?u:[new aa],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 Kt{constructor(e){var n,i,u,l,a,c,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=(c=e==null?void 0:e.fieldList)!=null?c:[],this.active=(s=e==null?void 0:e.active)!=null?s:!1}}class ra{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 sc{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 ra(e==null?void 0:e.watermark),this.autoRename=new ra(e==null?void 0:e.autoRename)}}class oa{constructor(e){var n,i,u,l,a,c,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=(c=e==null?void 0:e.isRelation)!=null?c:!1,this.relationBindCode=(s=e==null?void 0:e.relationBindCode)!=null?s:""}}class ca{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 dc{constructor(e){this.dataCode=e.dataCode}}class hc{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 dc(l)))!=null?u:[]}}class yc{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 Kt(l)))!=null?u:[new Kt({id:"default",name:r("CMD.defaultTemplate",null,"\u9ED8\u8BA4\u6A21\u677F"),appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}const fc=480;function Qt(t){return new RegExp(t.replace(/^\/|\/$/g,""))}class mc{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 vc{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 gc=(t=>(t.NO_MASK="NO_MASK",t.LAST_FOUR_MASK="LAST_FOUR_MASK",t.ALL_MASK="ALL_MASK",t))(gc||{}),sa=(t=>(t.ALL="ALL",t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL",t.INTERNAL_EXTERNAL="INTERNAL_EXTERNAL",t))(sa||{}),xi=(t=>(t.INTERNAL_BUSINESS="INTERNAL_BUSINESS",t.INTERNAL="INTERNAL",t.BUSINESS="BUSINESS",t))(xi||{}),Re=(t=>(t.ALL="all",t.ASSIGN="assign",t))(Re||{}),da=(t=>(t.ALL="all",t.ADMIN="admin",t))(da||{}),ha=(t=>(t.NO_COMPRESS="0",t.RATIO_COMPRESS="1",t.PIXEL_COMPRESS="2",t))(ha||{});class ya extends j{constructor(e){var n,i,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=(n=e==null?void 0:e.captionFontWeight)!=null?n:Gt.NORMAL,this.icon=(i=e==null?void 0:e.icon)!=null?i:"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 bc extends O{constructor(e){super(e),this.props=new ya(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"}}bc.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 HB extends q{constructor(e){super(e),this.props=new ya(e==null?void 0:e.props)}static get controlType(){return"text"}}var Cc={Designer:bc,Runtime:HB,Property:ya};class fa extends j{constructor(e){var n,i,u,l,a,c;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:r("CMD.linkContent",null,"\u6211\u662F\u4E00\u4E2A\u94FE\u63A5"),this.position=(i=e==null?void 0:e.position)!=null?i:"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 ma extends O{constructor(e){super(e),this.props=new fa(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"}}ma.controlEventKeys=["on_click"],ma.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 VB extends q{constructor(e){super(e),this.props=new fa(e==null?void 0:e.props)}static get controlType(){return"link"}}var Ec={Designer:ma,Runtime:VB,Property:fa};class jB 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 Mi extends j{constructor(e){var n,i,u;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:"",this.width=(i=e==null?void 0:e.width)!=null?i:600,this.height=(u=e==null?void 0:e.height)!=null?u:400}}Mi.Rules=jB;class _c extends O{constructor(e){super(e),this.props=new Mi(e==null?void 0:e.props)}static get controlName(){return r("CMD.iframe",null,"\u7F51\u9875\u5D4C\u5165")}static get controlIcon(){return"iconwangye"}static get controlType(){return"iframe"}}_c.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 qB extends q{constructor(e){super(e),this.props=new Mi(e==null?void 0:e.props)}static get controlType(){return"iframe"}}var Ic={Designer:_c,Runtime:qB,Property:Mi};class ee extends j{constructor(e){var n,i,u,l,a,c,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=(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 a7((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",Sr.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 Bc={Designer:p,Runtime:ue,Property:ee};class va extends j{constructor(e){var n,i,u,l,a,c;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:la.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:Gt.NORMAL,this.verticalPosition=(c=e==null?void 0:e.verticalPosition)!=null?c:"middle"}}class Dc extends O{constructor(e){super(e),this.props=new va(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"}}Dc.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 WB extends q{constructor(e){super(e),this.props=new va(e==null?void 0:e.props)}static get controlType(){return"divider"}}var wc={Designer:Dc,Runtime:WB,Property:va};class UB 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 Ni extends j{constructor(e){var n,i,u,l;super(e),this.dataBind=new ye(e==null?void 0:e.dataBind),this.config=(n=e==null?void 0:e.config)!=null?n:[Oe.ShowSubmitUser,Oe.ShowSubmitDept,Oe.ShowSubmitTime,Oe.ShowCurrentApprovar,Oe.ShowTitle],this.caption=(u=(i=e==null?void 0:e.caption)!=null?i:yt==null?void 0:yt.controlName)!=null?u:"",this.position=(l=e==null?void 0:e.position)!=null?l:"top"}}Ni.Rules=UB;class yt extends O{constructor(e){super(e),this.props=new Ni(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 zB extends q{constructor(e){super(e),this.props=new Ni(e==null?void 0:e.props)}static get controlType(){return"title"}}var Fc={Designer:yt,Runtime:zB,Property:Ni};class GB extends U{constructor(e){super(e),this.formKey={type:"string",required:!0,message:r("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}}class Li extends ee{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"}}Li.Rules=GB;class ft extends p{constructor(e){super(e),this.props=new Li(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 KB extends ue{constructor(e){super(e),this.props=new Li(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-create-form"}}var Ac={Designer:ft,Runtime:KB,Property:Li};class QB 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 ee{constructor(e){var n,i,u,l,a,c;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.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:""}}$i.Rules=QB;class mt 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"}}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 ZB 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 Tc={Designer:mt,Runtime:ZB,Property:$i};class ga extends ee{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 ga(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 XB extends ue{constructor(e){super(e),this.props=new ga(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-submission-record"}}var Sc={Designer:vt,Runtime:XB,Property:ga};class ba extends ee{constructor(e){var n,i,u,l,a;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:gt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i: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 Kt(c)))!=null?a:[new Kt({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 ba(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 JB extends ue{constructor(e){super(e),this.props=new ba(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-list"}}var Pc={Designer:gt,Runtime:JB,Property:ba};class Ca extends ee{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 Ca(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 YB extends ue{constructor(e){super(e),this.props=new Ca(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-record"}}var kc={Designer:bt,Runtime:YB,Property:Ca};class pB{constructor(e){this.dataCode=e.dataCode}}class Ea extends ee{constructor(e){var n,i,u,l,a;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Ct.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Ct.controlIcon,this.canImportList=(l=(u=e==null?void 0:e.canImportList)==null?void 0:u.map(c=>new pB(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 Ea(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 eD extends ue{constructor(e){super(e),this.props=new Ea(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-import-record"}}var Oc={Designer:Ct,Runtime:eD,Property:Ea};function Hi(){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 tD extends U{constructor(e){super(e),this.fillPayload={type:"object",fields:lt({},Hi())},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")}},Hi())},(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 Vi extends ee{constructor(e){var n,i,u;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.command=(u=e==null?void 0:e.command)!=null?u:"create",this.fillPayload=new io(e==null?void 0:e.fillPayload),this.formBind=new q_(e==null?void 0:e.formBind),this.fillBack=new uo(e==null?void 0:e.fillBack)}}Vi.Rules=tD;class Zt extends p{constructor(e){super(e),this.props=new Vi(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 nD extends ue{constructor(e){super(e),this.props=new Vi(e==null?void 0:e.props)}static get controlType(){return"form-select-button"}}var Rc={Designer:Zt,Runtime:nD,Property:Vi};class iD extends U{constructor(e){super(e),this.fillPayload={type:"object",fields:lt({},Hi())},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")}},Hi())}}}class ji extends ee{constructor(e){var n,i,u,l,a;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Xt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Xt.controlIcon,this.fillPayload=new io(e==null?void 0:e.fillPayload),this.listPageBind=new ol(e==null?void 0:e.listPageBind),this.fillBack=new uo(e==null?void 0:e.fillBack),this.showSelectedDetail=(u=e==null?void 0:e.showSelectedDetail)!=null?u:!1,this.selectedContentConfig=new dl(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}}ji.Rules=iD;class Xt extends p{constructor(e){super(e),this.props=new ji(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"}}Xt.controlEventKeys=["on_click","on_click_finish","on_modal_ok"],Xt.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 uD extends ue{constructor(e){super(e),this.props=new ji(e==null?void 0:e.props)}static get controlType(){return"list-select-button"}}var xc={Designer:Xt,Runtime:uD,Property:ji};class lD extends U{constructor(e){super(e)}}class aD extends Ne{constructor(e){super(e)}}class Jt extends j{constructor(e){super(e)}}Jt.Rules=lD,Jt.RuntimeRules=aD;class Mc extends O{constructor(e){super(e),this.props=new Jt(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"}}Mc.setting=[];class rD extends q{constructor(e){super(e),this.props=new Jt(e==null?void 0:e.props)}static get controlType(){return"pagination"}}var Nc={Designer:Mc,Runtime:rD,Property:Jt};class oD 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 qi extends j{constructor(e){var n,i,u,l,a,c,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=(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:[]}}qi.Rules=oD;class Lc extends O{constructor(e){super(e),this.props=new qi(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"}}Lc.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 cD extends q{constructor(e){super(e),this.props=new qi(e==null?void 0:e.props)}static get controlType(){return"dashboard"}}var $c={Designer:Lc,Runtime:cD,Property:qi};class _a extends j{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I;super(e),this.optionConfig="datasource",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.isHide=(a=e==null?void 0:e.isHide)!=null?a:!1,this.template=(c=e==null?void 0:e.template)!=null?c:"bar-basic",this.dataMode=(s=e==null?void 0:e.dataMode)!=null?s:"static",this.optionJson=(h=e==null?void 0:e.optionJson)!=null?h:"{}",this.datasourceBind=new fe((d=e==null?void 0:e.datasourceBind)!=null?d:{attributes:Et.controlCustomAttributes}),this.filterItemDatasourceBind=new fe((f=e==null?void 0:e.filterItemDatasourceBind)!=null?f:{attributes:Et.controlCustomAttributes}),this.multistageFilling=(E=(g=e==null?void 0:e.multistageFilling)==null?void 0:g.map(S=>new K(S)))!=null?E:[],this.defaultValue=(_=e==null?void 0:e.defaultValue)!=null?_:[],this.openMultistageFilling=(b=e==null?void 0:e.openMultistageFilling)!=null?b:!1,this.xField=(B=e==null?void 0:e.xField)!=null?B:"",this.yField=(v=e==null?void 0:e.yField)!=null?v:"",this.seriesConfig=(I=e==null?void 0:e.seriesConfig)!=null?I:[]}}class Et extends O{constructor(e){super(e),this.props=new _a(e==null?void 0:e.props)}static get controlName(){return r("CMD.barChart",null,"\u67F1\u72B6\u56FE")}static get controlIcon(){return"iconbiaodan_tubiao"}static get controlType(){return"bar-chart"}static get controlCustomAttributes(){return[]}}Et.controlEventKeys=["on_chart_change"],Et.setting=[{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:"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 sD extends q{constructor(e){super(e),this.props=new _a(e==null?void 0:e.props)}static get controlType(){return"bar-chart"}}var Hc={Designer:Et,Runtime:sD,Property:_a};class Ia extends j{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I;super(e),this.optionConfig="datasource",this.caption=(n=e==null?void 0:e.caption)!=null?n:_t.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.isHide=(a=e==null?void 0:e.isHide)!=null?a:!1,this.template=(c=e==null?void 0:e.template)!=null?c:"line-basic",this.dataMode=(s=e==null?void 0:e.dataMode)!=null?s:"static",this.optionJson=(h=e==null?void 0:e.optionJson)!=null?h:"{}",this.datasourceBind=new fe((d=e==null?void 0:e.datasourceBind)!=null?d:{attributes:_t.controlCustomAttributes}),this.filterItemDatasourceBind=new fe((f=e==null?void 0:e.filterItemDatasourceBind)!=null?f:{attributes:_t.controlCustomAttributes}),this.multistageFilling=(E=(g=e==null?void 0:e.multistageFilling)==null?void 0:g.map(S=>new K(S)))!=null?E:[],this.defaultValue=(_=e==null?void 0:e.defaultValue)!=null?_:[],this.openMultistageFilling=(b=e==null?void 0:e.openMultistageFilling)!=null?b:!1,this.xField=(B=e==null?void 0:e.xField)!=null?B:"",this.yField=(v=e==null?void 0:e.yField)!=null?v:"",this.seriesConfig=(I=e==null?void 0:e.seriesConfig)!=null?I:[]}}class _t extends O{constructor(e){super(e),this.props=new Ia(e==null?void 0:e.props)}static get controlName(){return r("CMD.lineChart",null,"\u6298\u7EBF\u56FE")}static get controlIcon(){return"iconbiaodan_tubiao"}static get controlType(){return"line-chart"}static get controlCustomAttributes(){return[]}}_t.controlEventKeys=["on_chart_change"],_t.setting=[{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:"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 dD extends q{constructor(e){super(e),this.props=new Ia(e==null?void 0:e.props)}static get controlType(){return"line-chart"}}var Vc={Designer:_t,Runtime:dD,Property:Ia};class Ba extends j{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B;super(e),this.optionConfig="datasource",this.caption=(n=e==null?void 0:e.caption)!=null?n:It.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.isHide=(a=e==null?void 0:e.isHide)!=null?a:!1,this.template=(c=e==null?void 0:e.template)!=null?c:"pie-rounded-ring",this.dataMode=(s=e==null?void 0:e.dataMode)!=null?s:"static",this.optionJson=(h=e==null?void 0:e.optionJson)!=null?h:"{}",this.datasourceBind=new fe((d=e==null?void 0:e.datasourceBind)!=null?d:{attributes:It.controlCustomAttributes}),this.filterItemDatasourceBind=new fe((f=e==null?void 0:e.filterItemDatasourceBind)!=null?f:{attributes:It.controlCustomAttributes}),this.multistageFilling=(E=(g=e==null?void 0:e.multistageFilling)==null?void 0:g.map(v=>new K(v)))!=null?E:[],this.defaultValue=(_=e==null?void 0:e.defaultValue)!=null?_:[],this.openMultistageFilling=(b=e==null?void 0:e.openMultistageFilling)!=null?b:!1,this.seriesConfig=(B=e==null?void 0:e.seriesConfig)!=null?B:[]}}class It extends O{constructor(e){super(e),this.props=new Ba(e==null?void 0:e.props)}static get controlName(){return r("CMD.pieChart",null,"\u997C\u56FE")}static get controlIcon(){return"iconbiaodan_tubiao"}static get controlType(){return"pie-chart"}static get controlCustomAttributes(){return[]}}It.controlEventKeys=["on_chart_change"],It.setting=[{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:"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 hD extends q{constructor(e){super(e),this.props=new Ba(e==null?void 0:e.props)}static get controlType(){return"pie-chart"}}var jc={Designer:It,Runtime:hD,Property:Ba};class yD 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 Wi 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 u7(l)))!=null?u:[]}}Wi.Rules=yD;class qc extends O{constructor(e){super(e),this.props=new Wi(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"}}qc.setting=[{key:"view-list-setting",visible:!0},{key:"view-list-show-type",visible:!0},{key:"super-setting",visible:!0}];class fD extends q{constructor(e){super(e),this.props=new Wi(e==null?void 0:e.props)}static get controlType(){return"list-view-select"}}var Wc={Designer:qc,Runtime:fD,Property:Wi};class mD 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 Ui extends ee{constructor(e){var n,i,u,l,a,c,s,h,d,f;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Bt.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=(c=e==null?void 0:e.content)!=null?c:Bt.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:Bt.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 K(g)))!=null?f:[]}}Ui.Rules=mD;class Bt extends p{constructor(e){super(e),this.props=new Ui(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"}}Bt.controlEventKeys=["on_click","on_click_finish"],Bt.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 vD extends ue{constructor(e){super(e),this.props=new Ui(e==null?void 0:e.props)}static get controlType(){return"text-ocr-button"}}var Uc={Designer:Bt,Runtime:vD,Property:Ui};class gD 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 zi extends ee{constructor(e){var n,i,u,l,a,c,s,h,d,f;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Dt.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=(c=e==null?void 0:e.content)!=null?c:Dt.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:Dt.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 K(g)))!=null?f:[]}}zi.Rules=gD;class Dt extends p{constructor(e){super(e),this.props=new zi(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"}}Dt.controlEventKeys=["on_click","on_click_finish"],Dt.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 bD extends ue{constructor(e){super(e),this.props=new zi(e==null?void 0:e.props)}static get controlType(){return"invoice-check-button"}}var zc={Designer:Dt,Runtime:bD,Property:zi};class CD 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 Gi extends ee{constructor(e){var n,i,u,l,a;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:wt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:wt.controlName,this.printTemplates=(l=(u=e==null?void 0:e.printTemplates)==null?void 0:u.map(c=>new mc(c)))!=null?l:[],this.autoSelectTemplate=(a=e==null?void 0:e.autoSelectTemplate)!=null?a:!1}}Gi.Rules=CD;class wt extends p{constructor(e){super(e),this.props=new Gi(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"}}wt.slots=["grid-table-toolbar-slot"],wt.controlEventKeys=["on_click","on_click_finish"],wt.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 ED extends ue{constructor(e){super(e),this.props=new Gi(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print"}}var Gc={Designer:wt,Runtime:ED,Property:Gi};class Da extends ee{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Ft.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Ft.controlIcon}}class Ft extends p{constructor(e){super(e),this.props=new Da(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"}}Ft.slots=["grid-table-toolbar-slot"],Ft.controlEventKeys=["on_click"],Ft.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 _D extends ue{constructor(e){super(e),this.props=new Da(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print-record"}}var Kc={Designer:Ft,Runtime:_D,Property:Da};class ID 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 Ki extends j{constructor(e){var n,i,u,l,a,c;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=(c=e==null?void 0:e.isSyncDelete)!=null?c:!1}}Ki.Rules=ID;class Qi extends O{constructor(e){super(e),this.props=new Ki(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"}}Qi.controlEventKeys=["on_click"],Qi.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 BD extends q{constructor(e){super(e),this.props=new Ki(e==null?void 0:e.props)}static get controlType(){return"operation-button"}}var Qc={Designer:Qi,Runtime:BD,Property:Ki};class wa extends j{constructor(e){var n,i,u,l,a,c,s,h,d;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:At.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:At.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 At extends O{constructor(e){super(e),this.props=new wa(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"}}At.slots=["grid-table-toolbar-slot"],At.controlEventKeys=["on_click"],At.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 DD extends q{constructor(e){super(e),this.props=new wa(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-delete"}}var Zc={Designer:At,Runtime:DD,Property:wa};class wD 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 Zi extends j{constructor(e){var n,i,u,l,a,c;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Xi.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 oa(e==null?void 0:e.actionSetting))!=null?a:new oa,this.listHeightSetting=(c=new ca(e==null?void 0:e.listHeightSetting))!=null?c:new ca}}Zi.Rules=wD;class Xi extends O{constructor(e){super(e),this.props=new Zi(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"}}Xi.controlEventKeys=["on_list_rowclick"],Xi.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 FD extends q{constructor(e){super(e),this.props=new Zi(e==null?void 0:e.props)}static get controlType(){return"reference-list"}}var Xc={Designer:Xi,Runtime:FD,Property:Zi};class Fa 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 Jc extends O{constructor(e){super(e),this.props=new Fa(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"}}Jc.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 AD extends q{constructor(e){super(e),this.props=new Fa(e==null?void 0:e.props)}static get controlType(){return"comment"}}var Yc={Designer:Jc,Runtime:AD,Property:Fa},TD=Object.freeze({__proto__:null,Text:Cc,Link:Ec,Iframe:Ic,Button:Bc,Divider:wc,Title:Fc,CreateFormListButton:Ac,BatchSubmissionListButton:Tc,SubmissionRecordListButton:Sc,ExportListButton:Pc,ExportRecordListButton:kc,ImportRecordListButton:Oc,FormSelectButton:Rc,ListSelectButton:xc,Pagination:Nc,Dashboard:$c,BarChart:Hc,LineChart:Vc,PieChart:jc,ListViewSelect:Wc,TextOcrButton:Uc,InvoiceCheckButton:zc,BatchPrintListButton:Gc,BatchPrintRecordListButton:Kc,OperationButton:Qc,BatchDeleteButton:Zc,ReferenceList:Xc,CommentControl:Yc});class SD extends W{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=Qt(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class PD 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:Qt(e.regularRules.expression),message:e.regularRules.errMessage})}}class Tt extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f;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 lo(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:St.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}}Tt.Rules=SD,Tt.RuntimeRules=PD;class St extends A{constructor(e){super(e),this.props=new Tt(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"}}St.controlEventKeys=["on_change","on_input","on_focus","on_blur"],St.controlFieldType=C.VARCHAR,St.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 pc extends T{constructor(e){super(e),this.props=new Tt(e==null?void 0:e.props)}static get controlType(){return"input"}}pc.controlFieldType=C.VARCHAR;var es={Designer:St,Runtime:pc,Property:Tt};class kD 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 i=u=>u==="unlimited"?void 0:u;this.limitMax.min=i(e.limitMin)}}class OD 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 Yt extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B;super(e),this.options=de((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=(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 Z(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:pt.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 K(v))})),this.aiContentSearch=(B=e==null?void 0:e.aiContentSearch)!=null?B:!1}}Yt.Rules=kD,Yt.RuntimeRules=OD;class pt extends A{constructor(e){super(e),this.props=new Yt(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"}}pt.controlEventKeys=["on_change","on_click"],pt.controlFieldType=C.ARRAY,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:"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 ts extends T{constructor(e){super(e),this.props=new Yt(e==null?void 0:e.props)}static get controlType(){return"checkbox"}}ts.controlFieldType=C.ARRAY;var ns={Designer:pt,Runtime:ts,Property:Yt};class Aa extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B,v;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:$e.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=(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 fe((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:$e.controlCustomAttributes}),this.filterItemDatasourceBind=new fe((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 K(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 Aa(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 is extends T{constructor(e){super(e),this.props=new Aa(e==null?void 0:e.props)}static get controlType(){return"cascader"}}is.controlFieldType=C.VARCHAR;var us={Designer:$e,Runtime:is,Property:Aa};class RD extends W{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 n=e.max===""?void 0:e.max,i=e.min===""?void 0:e.min;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.max={type:"number",min:i,message:r("CMD.numberRangeSetError",null,"\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF")})}}class xD extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="number");const n=e.max===""?void 0:e.max,i=e.min===""?void 0:e.min;this.push({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"))})}}class en extends F{constructor(e){var n,i,u,l,a,c,s,h,d;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:tn.controlName,this.placeholder=(i=e==null?void 0:e.placeholder)!=null?i: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"}}en.Rules=RD,en.RuntimeRules=xD;class tn extends A{constructor(e){super(e),this.props=new en(e==null?void 0:e.props)}static get controlName(){return r("CMD.78aa1774579027114")}static get controlType(){return"counter"}static get controlIcon(){return"iconjishuqi"}}tn.controlEventKeys=["on_change","on_input","on_focus","on_blur"],tn.controlFieldType=C.DECIMAL,tn.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 ls extends T{constructor(e){super(e),this.props=new en(e==null?void 0:e.props)}static get controlType(){return"counter"}}ls.controlFieldType=C.DECIMAL;var as={Designer:tn,Runtime:ls,Property:en};class MD extends Le{constructor(e){super(e)}}class Ji extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b;super(e),this.options=de((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=(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 Z(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:nn.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 K(B))})),this.aiContentSearch=(b=e==null?void 0:e.aiContentSearch)!=null?b:!1}}Ji.Rules=MD;class nn extends A{constructor(e){super(e),this.props=new Ji(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"}}nn.controlEventKeys=["on_change","on_click"],nn.controlFieldType=C.VARCHAR,nn.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 rs extends T{constructor(e){super(e),this.props=new Ji(e==null?void 0:e.props)}static get controlType(){return"radio"}}rs.controlFieldType=C.VARCHAR;var os={Designer:nn,Runtime:rs,Property:Ji};class ND extends W{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=Qt(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class LD extends M{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:Qt(e.regularRules.expression),message:e.regularRules.errMessage})}}class un extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B,v;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=(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:ln.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 lo(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}}un.Rules=ND,un.RuntimeRules=LD;class ln extends A{constructor(e){super(e),this.props=new un(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}}ln.controlEventKeys=["on_change","on_input","on_focus","on_blur"],ln.controlFieldType=C.DECIMAL,ln.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 cs extends T{constructor(e){super(e),this.props=new un(e==null?void 0:e.props)}static get controlType(){return"number"}}cs.controlFieldType=C.DECIMAL;var ss={Designer:ln,Runtime:cs,Property:un};class $D extends W{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 n=e.max===""?void 0:e.max,i=e.min===""?void 0:e.min;this.defaultValue[0].max=n,this.defaultValue[0].min=i,this.defaultValue[0].message="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",i!==void 0&&n!==void 0&&(this.max={type:"number",min:i,message:"\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF"})}}class HD extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="number");const n=e.max===""?void 0:e.max,i=e.min===""?void 0:e.min;this.push({type:"number",min:i,max:n,message:n===void 0?"\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C":i===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 an extends F{constructor(e){var n,i,u,l,a,c,s,h;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:rn.controlName,this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i:"",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:[])}}an.Rules=$D,an.RuntimeRules=HD;class rn extends A{constructor(e){super(e),this.props=new an(e==null?void 0:e.props)}static get controlName(){return"\u6ED1\u5757"}static get controlType(){return"slider"}static get controlIcon(){return"iconhuakuai"}}rn.controlEventKeys=["on_change"],rn.controlFieldType=C.DECIMAL,rn.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 ds extends T{constructor(e){super(e),this.props=new an(e==null?void 0:e.props)}static get controlType(){return"slider"}}ds.controlFieldType=C.DECIMAL;var hs={Designer:rn,Runtime:ds,Property:an};class VD extends W{constructor(e){super(e)}}class jD extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="number",this[0].min=0,this[0].max=1)}}class on extends F{constructor(e){var n,i,u,l,a,c,s,h,d;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:cn.controlName,this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i: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"}}on.Rules=VD,on.RuntimeRules=jD;class cn extends A{constructor(e){super(e),this.props=new on(e==null?void 0:e.props)}static get controlName(){return"\u5F00\u5173"}static get controlIcon(){return"iconkaiguanguan"}static get controlType(){return"switch"}}cn.controlEventKeys=["on_change"],cn.controlFieldType=C.DECIMAL,cn.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 ys extends T{constructor(e){super(e),this.props=new on(e==null?void 0:e.props)}static get controlType(){return"switch"}}ys.controlFieldType=C.DECIMAL;var fs={Designer:cn,Runtime:ys,Property:on};class qD extends Le{constructor(e){super(e)}}class WD extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class sn extends F{constructor(e){var n,i,u,l,a,c,s,h,d;super(e),this.options=de((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.caption=(u=e==null?void 0:e.caption)!=null?u:dn.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 Z(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 K(f))}))}}sn.Rules=qD,sn.RuntimeRules=WD;class dn extends A{constructor(e){super(e),this.props=new sn(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"}}dn.controlEventKeys=["on_click"],dn.controlFieldType=C.ARRAY,dn.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 ms extends T{constructor(e){super(e),this.props=new sn(e==null?void 0:e.props)}static get controlType(){return"tag"}}ms.controlFieldType=C.ARRAY;var vs={Designer:dn,Runtime:ms,Property:sn};class UD extends W{constructor(e){super(e)}}class zD extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="string")}}class hn extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:yn.controlName,this.placeholder=(i=e==null?void 0:e.placeholder)!=null?i:"\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}}hn.Rules=UD,hn.RuntimeRules=zD;class yn extends A{constructor(e){super(e),this.props=new hn(e==null?void 0:e.props)}static get controlName(){return"\u6761\u5F62\u7801"}static get controlIcon(){return"icontiaoxingma"}static get controlType(){return"barcode"}}yn.controlEventKeys=["on_change"],yn.controlFieldType=C.VARCHAR,yn.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 gs extends T{constructor(e){super(e),this.props=new hn(e==null?void 0:e.props)}static get controlType(){return"barcode"}}gs.controlFieldType=C.VARCHAR;var bs={Designer:yn,Runtime:gs,Property:hn};class GD extends W{constructor(e){super(e)}}class KD extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="string")}}class fn extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:mn.controlName,this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i:"",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"}}fn.Rules=GD,fn.RuntimeRules=KD;class mn extends A{constructor(e){super(e),this.props=new fn(e==null?void 0:e.props)}static get controlName(){return"\u4E8C\u7EF4\u7801"}static get controlIcon(){return"iconerweima"}static get controlType(){return"qr-code"}}mn.controlEventKeys=["on_change"],mn.controlFieldType=C.VARCHAR,mn.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 Cs extends T{constructor(e){super(e),this.props=new fn(e==null?void 0:e.props)}static get controlType(){return"qr-code"}}Cs.controlFieldType=C.VARCHAR;var Es={Designer:mn,Runtime:Cs,Property:fn};class Ta extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:at.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:Yi.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 Oi(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 Yi extends A{constructor(e){super(e),this.props=new Ta(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}}Yi.controlFieldType=C.TIMESTAMP,Yi.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 _s extends T{constructor(e){super(e),this.props=new Ta(e==null?void 0:e.props)}static get controlType(){return"date-picker"}}_s.controlFieldType=C.TIMESTAMP;var Is={Designer:Yi,Runtime:_s,Property:Ta};class QD 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 pi extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E;super(e),this.dataBind=new oo(e==null?void 0:e.dataBind),this.defaultValue=new co(e==null?void 0:e.defaultValue),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:at.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=(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:eu.controlName,this.limitDateList=(g=(f=e==null?void 0:e.limitDateList)==null?void 0:f.map(_=>new Oi(_)))!=null?g:[],this.isInternational=(E=e==null?void 0:e.isInternational)!=null?E:!1}}pi.RuntimeRules=QD;class eu extends A{constructor(e){super(e),this.props=new pi(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}}eu.controlFieldType=C.TIMESCOPE,eu.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 Bs extends T{constructor(e){super(e),this.props=new pi(e==null?void 0:e.props)}static get controlType(){return"date-range"}}Bs.controlFieldType=C.TIMESCOPE;var Ds={Designer:eu,Runtime:Bs,Property:pi};class Sa extends F{constructor(e){var n,i,u,l,a,c,s,h;super(e),this.timeType=(n=e==null?void 0:e.timeType)!=null?n:Tr.HOURSEC,this.format=(i=e==null?void 0:e.format)!=null?i:"",this.caption=(u=e==null?void 0:e.caption)!=null?u:tu.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 ia(d)))!=null?s:[],this.isInternational=(h=e==null?void 0:e.isInternational)!=null?h:!1}}class tu extends A{constructor(e){super(e),this.props=new Sa(e==null?void 0:e.props)}static get controlName(){return r("CMD.9e0e1774579048265")}static get controlIcon(){return"iconshijian31"}static get controlType(){return"time-picker"}}tu.controlFieldType=C.TIMESTAMP,tu.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 ws extends T{constructor(e){super(e),this.props=new Sa(e==null?void 0:e.props)}static get controlType(){return"time-picker"}}ws.controlFieldType=C.TIMESTAMP;var Fs={Designer:tu,Runtime:ws,Property:Sa};class ZD 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 F{constructor(e){var n,i,u,l,a,c,s,h,d,f;super(e),this.dataBind=new oo(e==null?void 0:e.dataBind),this.defaultValue=new co(e==null?void 0:e.defaultValue),this.timeType=(n=e==null?void 0:e.timeType)!=null?n:Tr.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: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:iu.controlName,this.limitTimeList=(d=(h=e==null?void 0:e.limitTimeList)==null?void 0:h.map(g=>new ia(g)))!=null?d:[],this.isInternational=(f=e==null?void 0:e.isInternational)!=null?f:!1}}nu.RuntimeRules=ZD;class iu extends A{constructor(e){super(e),this.props=new nu(e==null?void 0:e.props)}static get controlName(){return r("CMD.103e1774578999219")}static get controlIcon(){return"iconriqiqujian"}static get controlType(){return"time-range"}}iu.controlFieldType=C.TIMESCOPE,iu.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 As extends T{constructor(e){super(e),this.props=new nu(e==null?void 0:e.props)}static get controlType(){return"time-range"}}As.controlFieldType=C.TIMESCOPE;var Ts={Designer:iu,Runtime:As,Property:nu};class XD extends W{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 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 vn extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f;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:gn.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:r("CMD.pleaseEnter",null,"\u8BF7\u8F93\u5165"),this.rowHeightSetting=new H_(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=ro((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}}vn.Rules=XD,vn.RuntimeRules=JD;class gn extends A{constructor(e){super(e),this.props=new vn(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"}}gn.controlEventKeys=["on_change","on_input","on_focus","on_blur"],gn.controlFieldType=C.TEXT,gn.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 Ss extends T{constructor(e){super(e),this.props=new vn(e==null?void 0:e.props)}static get controlType(){return"textarea"}}Ss.controlFieldType=C.TEXT;var Ps={Designer:gn,Runtime:Ss,Property:vn};class YD extends W{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 pD 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 bn extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g;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:300,this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:"",this.caption=(a=e==null?void 0:e.caption)!=null?a:Cn.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=ro((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}}bn.Rules=YD,bn.RuntimeRules=pD;class Cn extends A{constructor(e){super(e),this.props=new bn(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"}}Cn.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Cn.controlFieldType=C.TEXT,Cn.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 ks extends T{constructor(e){super(e),this.props=new bn(e==null?void 0:e.props)}static get controlType(){return"rich-text"}}ks.controlFieldType=C.TEXT;var Os={Designer:Cn,Runtime:ks,Property:bn};class e8 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 uu extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E;super(e),this.options=de((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 Z(e==null?void 0:e.datasourceBind),this.caption=(l=e==null?void 0:e.caption)!=null?l:lu.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 K(_))})),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}}uu.Rules=e8;class lu extends A{constructor(e){super(e),this.props=new uu(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"}}lu.controlFieldType=C.VARCHAR,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:"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 Rs extends T{constructor(e){super(e),this.props=new uu(e==null?void 0:e.props)}static get controlType(){return"select"}}Rs.controlFieldType=C.VARCHAR;var xs={Designer:lu,Runtime:Rs,Property:uu};class t8 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 n8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class En extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g;super(e),this.options=de((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 Z(e==null?void 0:e.datasourceBind),this.caption=(l=e==null?void 0:e.caption)!=null?l:au.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 K(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}}En.Rules=t8,En.RuntimeRules=n8;class au extends A{constructor(e){super(e),this.props=new En(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"}}au.controlFieldType=C.ARRAY,au.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 Ms extends T{constructor(e){super(e),this.props=new En(e==null?void 0:e.props)}static get controlType(){return"select-multiple"}}Ms.controlFieldType=C.ARRAY;var Ns={Designer:au,Runtime:Ms,Property:En};class i8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class ru extends F{constructor(e){var n,i,u,l,a,c,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=(c=e==null?void 0:e.defaultValue)!=null?c:[],this.caption=(s=e==null?void 0:e.caption)!=null?s:ou.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 K(f))}))}}ru.RuntimeRules=i8;class ou extends A{constructor(e){super(e),this.props=new ru(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"}}ou.controlFieldType=C.EMPLOYEES,ou.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 Ls extends T{constructor(e){super(e),this.props=new ru(e==null?void 0:e.props)}static get controlType(){return"employee"}}Ls.controlFieldType=C.EMPLOYEES;var $s={Designer:ou,Runtime:Ls,Property:ru};const u8=10485760,l8=104857600,a8=1048576e3;class r8 extends W{constructor(e){super(e),this.maxSize={type:"number",min:0,max:a8,message:r("CMD.attachmentMaxSize",null,"\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4")}}}class o8 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 Pt extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I;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=(c=e==null?void 0:e.minLimit)!=null?c:0,this.maxSize=(s=e==null?void 0:e.maxSize)!=null?s:l8,this.caption=(h=e==null?void 0:e.caption)!=null?h:kt.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:""}}Pt.Rules=r8,Pt.RuntimeRules=o8;class kt extends A{constructor(e){super(e),this.props=new Pt(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"}}kt.controlEventKeys=["on_change","on_file_actions"],kt.controlFieldType=C.FILE,kt.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 Pa extends T{constructor(e){super(e),this.props=new Pt(e==null?void 0:e.props)}static get controlType(){return"attachment"}}Pa.controlFieldType=C.FILE;var Hs={Designer:kt,Runtime:Pa,Property:Pt};const c8=10485760,s8=31457280;class d8 extends W{constructor(e){super(e),this.maxSize={type:"number",min:0,max:s8,message:r("CMD.attachmentMaxSize",null,"\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F330MB\u4E4B\u95F4")}}}class cu extends Pt{constructor(e){var n,i,u,l,a,c,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:su.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:ha.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:c8}}cu.Rules=d8;class su extends kt{constructor(e){super(e),this.props=new cu(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"}}su.controlFieldType=C.IMAGE,su.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 h8 extends Pa{constructor(e){super(e),this.props=new cu(e==null?void 0:e.props)}static get controlType(){return"image"}}var Vs={Designer:su,Runtime:h8,Property:cu};class y8 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 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 f8 extends M{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:[wr(lt({},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 _n extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,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 J_(e==null?void 0:e.dataBind),this.datasourceBind=new Z((c=e==null?void 0:e.datasourceBind)!=null?c:{displayBoList:[new cl({value:"name"})]}),this.defaultValue=new Y_((s=e==null?void 0:e.defaultValue)!=null?s:{amount:"",currency:n7.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:In.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}}_n.Rules=y8,_n.RuntimeRules=f8;class In extends A{constructor(e){super(e),this.props=new _n(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}}In.controlEventKeys=["on_change","on_input","on_focus","on_blur"],In.controlFieldType=C.MONEY,In.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 js extends T{constructor(e){super(e),this.props=new _n(e==null?void 0:e.props)}static get controlType(){return"amount"}}js.controlFieldType=C.MONEY;var qs={Designer:In,Runtime:js,Property:_n};class m8 extends W{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 v8 extends M{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 Bn extends F{constructor(e){var n,i,u,l,a,c,s,h,d;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:ua.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 Ri(f)))!=null?a:Array(this.totalScore).fill(void 0).map(()=>new Ri),this.defaultValue=(c=e==null?void 0:e.defaultValue)!=null?c:0,this.caption=(s=e==null?void 0:e.caption)!=null?s:Dn.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}}Bn.Rules=m8,Bn.RuntimeRules=v8;class Dn extends A{constructor(e){super(e),this.props=new Bn(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 Ri);this.props.explain.push(...u)}}super.postUpdate(e,n)}}Dn.controlEventKeys=["on_change","on_click"],Dn.controlFieldType=C.DECIMAL,Dn.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 Ws extends T{constructor(e){super(e),this.props=new Bn(e==null?void 0:e.props)}static get controlType(){return"score"}}Ws.controlFieldType=C.DECIMAL;var Us={Designer:Dn,Runtime:Ws,Property:Bn};class g8 extends M{constructor(e){if(super(e),this[0]!==void 0&&(this[0].type="object"),e.required&&!e.isHide){const n={type:"object",fields:{}};e.addressType.includes("country")&&(n.fields.country={type:"string",required:e.required,message:r("CMD.pleaseSelectCountry",null,"\u8BF7\u9009\u62E9\u56FD\u5BB6")}),e.addressType.includes("province")&&(n.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 du extends F{constructor(e){var n,i,u,l,a,c;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:hu.controlName,this.defaultValueType=(i=e==null?void 0:e.defaultValueType)!=null?i:"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 p_((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")}}du.RuntimeRules=g8;class hu extends A{constructor(e){super(e),this.props=new du(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"}}hu.controlFieldType=C.ADDRESS,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.IS_SHOW_CAPTION_TIP]},{key:"address-defaultval",visible:!0},{key:"super-setting",visible:!0}];class zs extends T{constructor(e){super(e),this.props=new du(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"}}zs.controlFieldType=C.ADDRESS;var Gs={Designer:hu,Runtime:zs,Property:du};class b8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class yu extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,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=(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:wn.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 K(E))}))}}yu.RuntimeRules=b8;class wn extends A{constructor(e){super(e),this.props=new yu(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}}wn.controlName=r("CMD.department",null,"\u90E8\u95E8"),wn.controlFieldType=C.DEPARTMENTS,wn.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 Ks extends T{constructor(e){super(e),this.props=new yu(e==null?void 0:e.props)}static get controlType(){return"department"}}Ks.controlFieldType=C.DEPARTMENTS;var Qs={Designer:wn,Runtime:Ks,Property:yu};class ka extends F{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:Fn.controlName,this.placeholder=(u=e==null?void 0:e.placeholder)!=null?u:r("CMD.pleaseEnterAutonumber",null,"\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7")}}class Fn extends A{constructor(e){super(e),this.props=new ka(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"}}Fn.controlEventKeys=["on_change"],Fn.controlFieldType=C.AUTO_NUMBER,Fn.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 Zs extends T{constructor(e){super(e),this.props=new ka(e==null?void 0:e.props)}static get controlType(){return"auto-number"}}Zs.controlFieldType=C.AUTO_NUMBER;var Xs={Designer:Fn,Runtime:Zs,Property:ka};class C8 extends W{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 E8 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 An extends F{constructor(e){var n,i,u,l,a,c,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 e7(e==null?void 0:e.dataBind),this.defaultValue=new t7(e==null?void 0:e.defaultValue),this.caption=(l=e==null?void 0:e.caption)!=null?l:Tn.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}}An.Rules=C8,An.RuntimeRules=E8;class Tn extends A{constructor(e){super(e),this.props=new An(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}}Tn.controlEventKeys=["on_change"],Tn.controlFieldType=C.CALC,Tn.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 Js extends T{constructor(e){super(e),this.props=new An(e==null?void 0:e.props)}static get controlType(){return"calc"}}Js.controlFieldType=C.CALC;var Ys={Designer:Tn,Runtime:Js,Property:An};class _8 extends M{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 fu extends F{constructor(e){var n,i,u,l,a,c;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=(c=e==null?void 0:e.caption)!=null?c:mu.controlName}}fu.RuntimeRules=_8;class mu extends A{constructor(e){super(e),this.props=new fu(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"}}mu.controlFieldType=C.DECIMAL_RANGE,mu.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 ps extends T{constructor(e){super(e),this.props=new fu(e==null?void 0:e.props)}static get controlType(){return"search-number-range"}}ps.controlFieldType=C.DECIMAL_RANGE;var ed={Designer:mu,Runtime:ps,Property:fu};class I8 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 vu extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,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: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:gu.controlName,this.limitDateList=(E=(g=e==null?void 0:e.limitDateList)==null?void 0:g.map(b=>new Oi(b)))!=null?E:[],this.isInternational=(_=e==null?void 0:e.isInternational)!=null?_:!1}}vu.RuntimeRules=I8;class gu extends A{constructor(e){super(e),this.props=new vu(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"}}gu.controlFieldType=C.ARRAY,gu.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 td extends T{constructor(e){super(e),this.props=new vu(e==null?void 0:e.props)}static get controlType(){return"search-date-range"}}td.controlFieldType=C.ARRAY;var nd={Designer:gu,Runtime:td,Property:vu};class B8 extends W{constructor(e){super(e),this.dataBind={type:"any"}}}class D8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class Sn extends F{constructor(e){var n,i,u,l,a;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ot.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}}Sn.Rules=B8,Sn.RuntimeRules=D8;class Ot extends A{constructor(e){super(e),this.props=new Sn(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"}}Ot.controlFieldType=C.ANY,Ot.controlEventKeys=[],Ot.slots=["grid-table-toolbar-slot",Sr.DEFAULT],Ot.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 id extends T{constructor(e){super(e),this.props=new Sn(e==null?void 0:e.props)}static get controlType(){return"vue-form-item"}}id.controlFieldType=C.ANY;var ud={Designer:Ot,Runtime:id,Property:Sn};class w8 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 bu extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_;super(e),this.options=de((n=e==null?void 0:e.options)!=null?n:[]),this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"datasource",this.listPageBind=new ol(e==null?void 0:e.listPageBind),this.datasourceBind=new Z(e==null?void 0:e.datasourceBind),this.caption=(u=e==null?void 0:e.caption)!=null?u:Pn.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 dl(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 K(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}}bu.Rules=w8;class Pn extends A{constructor(e){super(e),this.props=new bu(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}}Pn.controlFieldType=C.VARCHAR,Pn.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}],Pn.controlEventKeys=["on_change","on_focus","on_blur","on_modal_ok"];class ld extends T{constructor(e){super(e),this.props=new bu(e==null?void 0:e.props)}static get controlType(){return"select-relation"}}ld.controlFieldType=C.VARCHAR;var ad={Designer:Pn,Runtime:ld,Property:bu};class Oa extends Tt{constructor(e){super(e)}}class rd extends St{constructor(e){super(e),this.props=new Oa(e==null?void 0:e.props)}static get controlName(){return r("CMD.input",null,"\u5355\u884C\u6587\u672C")}static get controlType(){return"search-input"}}rd.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 od extends T{constructor(e){super(e),this.props=new Oa(e==null?void 0:e.props)}static get controlType(){return"search-input"}}od.controlFieldType=C.VARCHAR;var cd={Designer:rd,Runtime:od,Property:Oa};class F8 extends W{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],oi.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 A8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class kn extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I,S,k,x;super(e),this.optionConfig="datasource",this.caption=(n=e==null?void 0:e.caption)!=null?n:xe.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=(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 fe((_=e==null?void 0:e.datasourceBind)!=null?_:{attributes:xe.controlCustomAttributes}),this.filterItemDatasourceBind=new fe((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=(S=(I=e==null?void 0:e.multistageFilling)==null?void 0:I.map(te=>new K(te)))!=null?S:[],this.defaultValue=(k=e==null?void 0:e.defaultValue)!=null?k:[],this.treeQuery=(x=e==null?void 0:e.treeQuery)!=null?x:[]}}kn.Rules=F8,kn.RuntimeRules=A8;class xe extends A{constructor(e){super(e),this.props=new kn(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 sd extends T{constructor(e){super(e),this.props=new kn(e==null?void 0:e.props)}static get controlType(){return"tree"}}sd.controlFieldType=C.ARRAY;var dd={Designer:xe,Runtime:sd,Property:kn};class T8 extends W{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],this.externalScope={type:"any"},oi.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 S8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class On extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B,v;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=(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 ui((d=e==null?void 0:e.datasourceBind)!=null?d:{attributes:He.controlCustomAttributes}),this.datasourceType=(f=e==null?void 0:e.datasourceType)!=null?f:sa.INTERNAL,this.insideType=(g=e==null?void 0:e.insideType)!=null?g:da.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 S;(S=this.multistageFilling)==null||S.push(new K(I))})),this.defaultShowOptions=(v=e==null?void 0:e.defaultShowOptions)!=null?v:!1}}On.Rules=T8,On.RuntimeRules=S8;class He extends A{constructor(e){super(e),this.props=new On(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 hd extends T{constructor(e){super(e),this.props=new On(e==null?void 0:e.props)}static get controlType(){return"employee2"}}hd.controlFieldType=C.EMPLOYEES;var yd={Designer:He,Runtime:hd,Property:On};class P8 extends W{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,c){if(i.type==="public"&&ei(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((i==null?void 0:i.signaturePosition)==="index"&&ei(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(i.type==="public"&&i.signatureType.includes("company")&&ei(a.value)&&a.value.length===0){c(r("CMD.pleaseSelectCompanyName",null,"\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0"));return}c()}}}},n),{})}}}}}class Cu extends F{constructor(e){var n,i,u,l,a,c;super(e),this.command="",this.isLoading=!1,this.caption=(n=e==null?void 0:e.caption)!=null?n:Rn.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=(c=e==null?void 0:e.icon)!=null?c:"iconfenlei2",this.signatureConfig=new cc(e==null?void 0:e.signatureConfig)}}Cu.Rules=P8;class Rn extends A{constructor(e){super(e),this.props=new Cu(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"}}Rn.controlEventKeys=["on_click","on_click_finish"],Rn.controlFieldType=C.VARCHAR,Rn.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 fd extends T{constructor(e){super(e),this.props=new Cu(e==null?void 0:e.props)}static get controlType(){return"electronic-signature"}}fd.controlFieldType=C.VARCHAR;var md={Designer:Rn,Runtime:fd,Property:Cu};class k8 extends W{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 O8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class xn extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E;super(e),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.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:u8,this.defaultValue=(g=e==null?void 0:e.defaultValue)!=null?g:[],this.wpsSetting=new sc(e==null?void 0:e.wpsSetting),this.revisionsMode=(E=e==null?void 0:e.revisionsMode)!=null?E:!1}}xn.Rules=k8,xn.RuntimeRules=O8;class Mn extends A{constructor(e){super(e),this.props=new xn(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"}}Mn.controlEventKeys=["on_change","on_wps_open"],Mn.controlFieldType=C.FILE,Mn.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 vd extends T{constructor(e){super(e),this.props=new xn(e==null?void 0:e.props)}static get controlType(){return"wps"}}vd.controlFieldType=C.FILE;var gd={Designer:Mn,Runtime:vd,Property:xn};class R8 extends W{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],this.businessScope={type:"any"},oi.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 x8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Nn extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I,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=(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 ui((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:Ve.controlCustomAttributes}),this.datasourceType=(E=e==null?void 0:e.datasourceType)!=null?E:xi.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(k=>{var x;(x=this.multistageFilling)==null||x.push(new K(k))})),this.defaultShowOptions=(v=e==null?void 0:e.defaultShowOptions)!=null?v:!1,this.disabledSelectedFilters=(S=(I=e==null?void 0:e.disabledSelectedFilters)==null?void 0:I.map(k=>k.children!==void 0?new ii(k):new jt(k)))!=null?S:[]}}Nn.Rules=R8,Nn.RuntimeRules=x8;class Ve extends A{constructor(e){super(e),this.props=new Nn(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}}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 bd extends T{constructor(e){super(e),this.props=new Nn(e==null?void 0:e.props)}static get controlType(){return"department2"}}bd.controlFieldType=C.DEPARTMENTS;var Cd={Designer:Ve,Runtime:bd,Property:Nn};class M8 extends W{constructor(e){super(e),this.datasourceBind=[{type:"object",message:r("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],this.businessScope={type:"any"},oi.call(this,e,Rt.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 N8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Ln extends F{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I,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.listPageBind=new ol(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:Rt.controlName,this.placeholder=(f=e==null?void 0:e.placeholder)!=null?f:r("CMD.pleaseSelectOrg",null,"\u8BF7\u9009\u62E9\u7EC4\u7EC7"),this.datasourceBind=new Z_((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:Rt.controlCustomAttributes}),this.datasourceType=(E=e==null?void 0:e.datasourceType)!=null?E:xi.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 dl(e==null?void 0:e.selectedContentConfig),this.openMultistageFilling=(S=e==null?void 0:e.openMultistageFilling)!=null?S:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(k=>{var x;(x=this.multistageFilling)==null||x.push(new K(k))}))}}Ln.Rules=M8,Ln.RuntimeRules=N8;class Rt extends A{constructor(e){super(e),this.props=new Ln(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}}Rt.controlFieldType=C.DEPARTMENTS,Rt.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 Ed extends T{constructor(e){super(e),this.props=new Ln(e==null?void 0:e.props)}static get controlType(){return"organization-selection"}}Ed.controlFieldType=C.DEPARTMENTS;var _d={Designer:Rt,Runtime:Ed,Property:Ln};class L8 extends W{constructor(e){super(e),this.dataBind={type:"any"}}}class $8 extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class $n extends F{constructor(e){var n,i,u,l,a;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Hn.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=L8,$n.RuntimeRules=$8;class Hn extends A{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 w.VUE_PAGE}}Hn.controlFieldType=C.ANY,Hn.controlEventKeys=[],Hn.setting=[];class Id extends T{constructor(e){super(e),this.props=new $n(e==null?void 0:e.props)}static get controlType(){return w.VUE_PAGE}}Id.controlFieldType=C.ANY;var Bd={Designer:Hn,Runtime:Id,Property:$n},H8=Object.freeze({__proto__:null,Input:es,Checkbox:ns,Cascader:us,Counter:as,Radio:os,Number:ss,Slider:hs,Switch:fs,Tag:vs,Barcode:bs,QrCode:Es,DatePicker:Is,DateRange:Ds,TimePicker:Fs,TimeRange:Ts,Textarea:Ps,RichText:Os,Select:xs,SelectMultiple:Ns,Employee:$s,Image:Vs,Attachment:Hs,Amount:qs,Score:Us,Address:Gs,Department:Qs,AutoNumber:Xs,Calc:Ys,SearchNumberRange:ed,SearchDateRange:nd,VueFormItem:ud,SelectRelation:ad,SearchInput:cd,Tree:dd,Employee2:yd,ElectronicSignature:md,WPS:gd,Department2:Cd,OrganizationSelection:_d,VuePage:Bd});class Dd 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)}}Dd.excludes=[w.GRID];class V8 extends ${static get controlType(){return"grid"}constructor(e){super(e)}}class j8 extends R{constructor(e){super(e)}}var wd={Designer:Dd,Runtime:V8,Property:j8};const q8=24;class je extends R{constructor(e){var n,i,u;super(e),this.span=(n=e==null?void 0:e.span)!=null?n:q8,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 Vn 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"}}Vn.excludes=[w.COL,w.SUBTABLE,w.SUBTABLE_COLUMN,w.GRID_LAYOUT_CONTAINER,w.DIVIDER],Vn.childrenMaxLength=1;class Ra extends ${constructor(e){super(e),this.props=new je(e==null?void 0:e.props)}static get controlType(){return"col"}}var Fd={Designer:Vn,Runtime:Ra,Property:je};class Eu 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 y7(e==null?void 0:e.padding),this.margin=new h7(e==null?void 0:e.margin),this.isFull=(a=e==null?void 0:e.isFull)!=null?a:!1}}class _u extends N{constructor(e){super(e),this.props=new Eu(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"}}_u.excludes=[w.ROW],_u.setting=[{key:"col-setting",visible:!0},{key:"dynamic-margin-padding",visible:!0}];class Ad extends ${constructor(e){super(e),this.props=new Eu(e==null?void 0:e.props)}static get controlType(){return"row"}}var Td={Designer:_u,Runtime:Ad,Property:Eu};const W8=4;class Iu extends _u{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)}}Iu.excludes=[w.GRID_ROW],Iu.setting=[],Iu.childrenMaxLength=W8;class U8 extends Ad{static get controlType(){return"grid-row"}constructor(e){super(e)}}class z8 extends Eu{constructor(e){super(e)}}var Sd={Designer:Iu,Runtime:U8,Property:z8};class G8 extends R.Rules{constructor(){super(...arguments),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}}}class Bu extends R{constructor(e){var n,i,u,l,a,c,s,h,d,f;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=(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"}}Bu.Rules=G8;class xa extends N{constructor(e){super(e),this.props=new Bu(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"}}xa.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}],xa.excludes=[w.CARD_GROUP];class K8 extends ${constructor(e){super(e),this.props=new Bu(e==null?void 0:e.props)}static get controlType(){return"card-group"}}var Pd={Designer:xa,Runtime:K8,Property:Bu};class Q8 extends R.Rules{constructor(){super(...arguments),this.caption={type:"string",required:!0,message:"\u8BF7\u8F93\u5165\u6807\u9898"}}}class Du extends R{constructor(e){var n,i,u,l,a,c;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:"\u7A7A\u767D\u5BB9\u5668",this.isHideCaption=(i=e==null?void 0:e.isHideCaption)!=null?i:!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:Gt.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}}Du.Rules=Q8;class Ma extends N{constructor(e){super(e),this.props=new Du(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"}}Ma.excludes=[],Ma.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 Z8 extends ${constructor(e){super(e),this.props=new Du(e==null?void 0:e.props)}static get controlType(){return"blank-container"}}var kd={Designer:Ma,Runtime:Z8,Property:Du};class X8 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 wu 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 V_(e==null?void 0:e.metaAutoWidth)}}wu.Rules=X8;class he extends N{constructor(e){super(e),this.props=new wu(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=[w.SUBTABLE,w.SUBTABLE_COLUMN,w.ROW,w.COL,w.CARD_GROUP,w.DIVIDER,w.TEXT,w.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 Od extends ${constructor(e){super(e),this.props=new wu(e==null?void 0:e.props)}}Od.controlType="subtable-column";var Rd={Designer:he,Runtime:Od,Property:wu};class Na extends R{constructor(e){super(e)}}class qe extends N{constructor(e){super(e),this.props=new Na(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=[w.SUBTABLE,w.SUBTABLE_COLUMN,w.SUBTABLE_ROW,w.ROW,w.COL,w.CARD_GROUP,w.DIVIDER,w.TEXT],qe.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0}];class J8 extends ${constructor(e){super(e),this.props=new Na(e==null?void 0:e.props)}static get controlType(){return"subtable-row"}}var xd={Designer:qe,Runtime:J8,Property:Na};class La extends R{constructor(e){var n,i,u,l,a,c,s,h,d,f;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=(c=e==null?void 0:e.fieldName)!=null?c:"",this.datasourceBind=new Z(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 La(e==null?void 0:e.props)}}We.controlName=r("CMD.8ba01751712155518"),We.controlType="gridtable-column",We.controlIcon="gridtable-column",We.childrenMaxLength=1,We.excludes=[w.GRID_TABLE,w.GRID_TABLE_COLUMN,w.ROW,w.COL,w.CARD_GROUP,w.DIVIDER,w.TEXT],We.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-fixed",visible:!0}];class Md extends ${constructor(e){super(e),this.props=new La(e==null?void 0:e.props)}}Md.controlType="gridtable-column";var Nd={Designer:We,Runtime:Md,Property:La};class $a 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 Ha extends N{constructor(e){super(e),this.props=new $a(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"}}Ha.excludes=[w.GRID_LAYOUT_CONTAINER,w.CARD_GROUP,w.TAB],Ha.setting=[{key:"grid-child-min-width",visible:!0},{key:"grid-col-gap",visible:!0}];class Y8 extends ${constructor(e){super(e),this.props=new $a(e==null?void 0:e.props)}static get controlType(){return"grid-layout-container"}}var Ld={Designer:Ha,Runtime:Y8,Property:$a};class Va 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 p8 extends U{constructor(e){super(e),this.caption={type:"string",required:!0,message:r("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}}}class Fu extends R{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:qn.controlName}}Fu.Rules=p8;class jn extends N{constructor(e){super(e),this.props=new Fu(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"}}jn.excludes=[w.TAB],jn.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class ew extends ${constructor(e){super(e),this.props=new Fu(e==null?void 0:e.props)}static get controlType(){return"tab-pane"}}var $d={Designer:jn,Runtime:ew,Property:Fu};class qn extends N{constructor(e){var n;super(e),this.props=new Va(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[new jn,new jn]}static get controlName(){return r("CMD.tab",null,"\u6807\u7B7E\u9875")}static get controlType(){return"tab"}static get controlIcon(){return"iconmanage11"}}qn.excludes=[w.TAB],qn.controlEventKeys=["on_change_tab"],qn.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 tw extends ${constructor(e){super(e),this.props=new Va(e==null?void 0:e.props)}static get controlType(){return"tab"}}var Hd={Designer:qn,Runtime:tw,Property:Va};class Vd extends R{constructor(e){super(e)}}class jd extends N{constructor(e){super(e),this.props=new Vd({}),this.children=(e==null?void 0:e.children)||[new Vn({props:new je({span:12})}),new Vn({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"}}jd.excludes=[w.GRID_ROW,w.ROW,w.GRID,w.SUBTABLE,w.TAB,w.TOOLBOX];class nw extends ${static get controlType(){return"toolbox"}constructor(e){super(e),this.children=(e==null?void 0:e.children)||[new Ra({props:new je({span:12})}),new Ra({props:new je({span:12})})]}}var qd={Designer:jd,Runtime:nw,Property:Vd};class iw extends Ne{constructor(e){super(e),this.push({type:"object",fields:{}})}}class uw 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")}}}}]}}]),wl.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 Wn extends R{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b;super(e),this.datasourceBind=new Z(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 z_(e==null?void 0:e.sublistPage),this.isShowJoinRelation=(a=e==null?void 0:e.isShowJoinRelation)!=null?a:!1,this.joinRelation=new K_(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 c7(e==null?void 0:e.rowStyle),this.isTreeData=(_=e==null?void 0:e.isTreeData)!=null?_:!1,this.treeData=new s7(e==null?void 0:e.treeData),this.isMasterDetail=(b=e==null?void 0:e.isMasterDetail)!=null?b:!1,this.masterDetail=new d7(e==null?void 0:e.masterDetail)}}Wn.Rules=uw,Wn.RuntimeRules=iw;class Un extends N{constructor(e){super(e),this.props=new Wn(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"}}Un.slotPosition={left:"list-view-left-slot"},Un.excludes=[w.ROW],Un.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"],Un.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 lw extends ${constructor(e){super(e),this.props=new Wn(e==null?void 0:e.props)}static get controlType(){return"list-view"}}var Wd={Designer:Un,Runtime:lw,Property:Wn};class aw extends Ne{constructor(e){super(e),this.push({type:"object",fields:{}})}}class Au extends R{constructor(e){var n,i,u,l,a,c,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=(c=e==null?void 0:e.isLoading)!=null?c:!1,this.datasourceBind=new Z(e==null?void 0:e.datasourceBind),this.processFormReadonlyControlMode=(s=e==null?void 0:e.processFormReadonlyControlMode)!=null?s:"disabled"}}Au.RuntimeRules=aw;class Ud extends N{constructor(e){super(e),this.props=new Au(e==null?void 0:e.props)}static get controlName(){return r("CMD.dataView",null,"\u6570\u636E\u5BB9\u5668")}static get controlType(){return"data-view"}}Ud.excludes=[];class rw extends ${constructor(e){super(e),this.props=new Au(e==null?void 0:e.props)}static get controlType(){return"data-view"}}var zd={Designer:Ud,Runtime:rw,Property:Au};class ow 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 cw extends ${static get controlType(){return"page"}constructor(e){super(e)}}class sw 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 Gd={Designer:ow,Runtime:cw,Property:sw};class dw 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 hw extends ${static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class yw extends R{constructor(e){super(e),this.display=(e==null?void 0:e.display)||"flex",this.flexConfig=new vc(e==null?void 0:e.flexConfig)}}var Kd={Designer:dw,Runtime:hw,Property:yw};class fw 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 mw extends ${static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class vw extends R{constructor(e){super(e)}}var Qd={Designer:fw,Runtime:mw,Property:vw};class gw 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 bw extends ${static get controlType(){return"position"}constructor(e){super(e)}}class Cw 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 Zd={Designer:gw,Runtime:bw,Property:Cw};class ja 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 Tu extends N{constructor(e){var n;super(e),this.props=new ja((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"}}Tu.slotPosition={default:"action-bar-slot"},Tu.excludes=[],Tu.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 Ew extends ${constructor(e){var n;super(e),this.props=new ja((n=e==null?void 0:e.props)!=null?n:{})}static get controlType(){return"action-bar"}}var Xd={Designer:Tu,Runtime:Ew,Property:ja};class qa extends R{constructor(e){var n,i,u,l,a,c,s,h,d,f,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=(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 v7(e==null?void 0:e.stepButtons)}}class Wa extends R{constructor(e){var n,i,u,l,a,c,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=(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 xt extends N{constructor(e){super(e),this.props=new Wa(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"}}xt.excludes=[w.TAB],xt.setting=[];class _w extends ${constructor(e){super(e),this.props=new Wa(e==null?void 0:e.props)}static get controlType(){return"step-pane"}}var Jd={Designer:xt,Runtime:_w,Property:Wa};class Su extends N{constructor(e){var n;super(e),this.props=new qa(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[new xt,new xt,new xt]}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: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 Iw extends ${constructor(e){super(e),this.props=new qa(e==null?void 0:e.props)}static get controlType(){return"step"}}var Yd={Designer:Su,Runtime:Iw,Property:qa};class Ua extends R{constructor(e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B;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=(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 za extends N{constructor(e){super(e),this.props=new Ua(e==null?void 0:e.props)}static get controlName(){return r("CMD.6a6c1769566515442")}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"table-layout"}}za.excludes=[],za.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 Bw extends ${constructor(e){super(e),this.props=new Ua(e==null?void 0:e.props)}static get controlType(){return"table-layout"}}var pd={Designer:za,Runtime:Bw,Property:Ua};class Ga 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 Ka extends N{constructor(e){super(e),this.props=new Ga(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"}}Ka.excludes=[w.ROW,w.TABLE_LAYOUT_ROW],Ka.setting=[{key:"col-setting",visible:!0}];class Dw extends ${constructor(e){super(e),this.props=new Ga(e==null?void 0:e.props)}static get controlType(){return"table-layout-row"}}var eh={Designer:Ka,Runtime:Dw,Property:Ga};const ww=24;class Qa extends R{constructor(e){var n,i,u,l,a,c,s,h,d,f;super(e),this.span=(n=e==null?void 0:e.span)!=null?n:ww,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=(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 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-col",null,"\u8868\u683C\u5E03\u5C40\u6805\u683C\u5217")}static get controlType(){return"table-layout-col"}static get controlIcon(){return"table-layout-col"}}Za.excludes=[w.COL,w.SUBTABLE_COLUMN,w.GRID_LAYOUT_CONTAINER,w.TABLE_LAYOUT_COL],Za.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 Fw extends ${constructor(e){super(e),this.props=new Qa(e==null?void 0:e.props)}static get controlType(){return"table-layout-col"}}var th={Designer:Za,Runtime:Fw,Property:Qa};class Xa 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 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-wrapper",null,"\u8868\u683C\u5E03\u5C40\u6805\u683C\u5217")}static get controlType(){return"table-layout-wrapper"}static get controlIcon(){return"table-layout-wrapper"}}Ja.excludes=[],Ja.setting=[{key:"dynamic-size",visible:!0},{key:"show-form-border",visible:!0}];class Aw extends ${constructor(e){super(e),this.props=new Xa(e==null?void 0:e.props)}static get controlType(){return"table-layout-wrapper"}}var nh={Designer:Ja,Runtime:Aw,Property:Xa};class Ya extends R{constructor(e){var n,i;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}}class pa extends R{constructor(e){var n;super(e),this.header=(n=e==null?void 0:e.header)!=null?n:r("CMD.08411774579056771")}}class zn extends N{constructor(e){super(e),this.props=new pa(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"}}zn.excludes=[w.TAB],zn.setting=[];class Tw extends ${constructor(e){super(e),this.props=new pa(e==null?void 0:e.props)}static get controlType(){return"collapse-pane"}}var ih={Designer:zn,Runtime:Tw,Property:pa};class Pu extends N{constructor(e){var n;super(e),this.props=new Ya(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[new zn,new zn]}static get controlName(){return r("CMD.0c811774579014810")}static get controlType(){return"collapse"}static get controlIcon(){return"iconziyuan1"}}Pu.excludes=[],Pu.controlEventKeys=["on_change_collapse"],Pu.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 Sw extends ${constructor(e){super(e),this.props=new Ya(e==null?void 0:e.props)}static get controlType(){return"collapse"}}var uh={Designer:Pu,Runtime:Sw,Property:Ya},Pw=Object.freeze({__proto__:null,Grid:wd,Col:Fd,Row:Td,GridRow:Sd,CardGroup:Pd,BlankContainer:kd,SubTableColumn:Rd,SubTableRow:xd,GridTableColumn:Nd,GridLayoutContainer:Ld,Tab:Hd,TabPane:$d,Toolbox:qd,ListView:Wd,DataView:zd,Page:Gd,AdvancedContainer:Kd,PositioningContainer:Qd,Position:Zd,ActionBar:Xd,Step:Yd,StepPane:Jd,TableLayout:pd,TableLayoutRow:eh,TableLayoutCol:th,TableLayoutWrapper:nh,Collapse:uh,CollapsePane:ih});class kw 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 Ow 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(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 lh=class extends Ci{constructor(t,e){var n,i,u,l,a,c,s,h,d,f,g,E,_,b,B,v,I,S,k,x,te,V,le,Zn,Ie,Wu,Xn,Mt,Be,Oh,Rh,xh,Mh,Nh,Lh;super(t,e,lh.mode),this.caption=(n=e==null?void 0:e.caption)!=null?n:Kn.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=(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:fc,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 Z(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=(S=e==null?void 0:e.canExport)!=null?S:!1,this.canClear=(k=e==null?void 0:e.canClear)!=null?k:!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=(Zn=e==null?void 0:e.mobileDefaultNum)!=null?Zn:10,this.dataStorageDoc=(Ie=e==null?void 0:e.dataStorageDoc)!=null?Ie:new j_,this.fixedColumn=(Wu=e==null?void 0:e.fixedColumn)!=null?Wu:[],this.mobileRowCaption=(Xn=e==null?void 0:e.mobileRowCaption)!=null?Xn:r("CMD.detailed",null,"\u660E\u7EC6"),this.mobileIsTile=(Mt=e==null?void 0:e.mobileIsTile)!=null?Mt:!1,this.isPaste=(Be=e==null?void 0:e.isPaste)!=null?Be:!1,this.pageSize=(Oh=e==null?void 0:e.pageSize)!=null?Oh:10,this.pageSizeOptions=(Rh=e==null?void 0:e.pageSizeOptions)!=null?Rh:[10,20,50,100],this.importConfig=new hc(e==null?void 0:e.importConfig),this.exportConfig=new yc(e==null?void 0:e.exportConfig),this.sortable=(xh=e==null?void 0:e.sortable)!=null?xh:!1,this.sortKey=(Mh=e==null?void 0:e.sortKey)!=null?Mh:{},this.showTableIndex=(Nh=e==null?void 0:e.showTableIndex)!=null?Nh:!0,this.triggerEdit=(Lh=e==null?void 0:e.triggerEdit)!=null?Lh:"single"}};let Gn=lh;Gn.Rules=kw,Gn.RuntimeRules=Ow;class Kn extends $l{constructor(e){var n;super(e),this.props=new Gn(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 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,n){const i=e!==void 0&&typeof e!="number"?e:new he,u=typeof e=="number"?e:n;return u===void 0?this.props.headers.push(i):this.props.headers.splice(u,0,i),i}}Kn.controlEventKeys=["on_list_search","on_list_mounted","on_list_change","on_list_delete","on_list_before_insert","on_list_before_import"],Kn.slotPosition={toolbar:"subtable-toolbar-slot"},Kn.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 Rw extends Go{constructor(e){super(e),this.props=new Gn(this,e==null?void 0:e.props)}static get controlType(){return"subtable"}getChildrenDataSourceBindLayout(){Vt("Method not implemented.")}getChildrenFormControl(){return[]}}var ah={Designer:Kn,Runtime:Rw,Property:Gn};class er extends Ci{constructor(e,n){var i,u,l,a,c;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=(c=n==null?void 0:n.pageSizeOptions)!=null?c:[10,20,50,100,500]}}class xw extends Ce{constructor(e){super(e),this.caption.required=!1}}class ku extends z{constructor(e){var n,i,u,l,a,c,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: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"}}ku.Rules=xw;class Ue extends X{constructor(e){super(e),this.props=new ku(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 tr extends J{constructor(e){super(e),this.props=new ku(e==null?void 0:e.props)}}tr.controlType="order-column",tr.controlFieldType=C.DECIMAL;var rh={Designer:Ue,Runtime:tr,Property:ku};class nr extends z{constructor(e){var n,i,u,l,a,c;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:Ee.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 Ee extends X{constructor(e){super(e),this.props=new nr(e==null?void 0:e.props)}toDataBindModel(){const e=super.toDataBindModel();return this.children.map(n=>{if(n.type===Qi.controlType){const i=n;e.props[i.props.command]=i.props}}),e}validate(e,n){return Ar(this,null,function*(){return yield Fr(Ee.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(i=>i.validate(e,n))),!0})}}Ee.controlType="operation-column",Ee.controlName=r("CMD.operation",null,"\u64CD\u4F5C"),Ee.controlIcon="operation-column",Ee.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 ir extends J{constructor(e){super(e),this.props=new nr(e==null?void 0:e.props)}}ir.controlType="operation-column",ir.controlFieldType=C.FILE;var oh={Designer:Ee,Runtime:ir,Property:nr};const Mw=1e4;class ze extends $l{constructor(e){super(e);const{excludes:n,childrenMaxLength:i}=new.target;this.props=new er(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 Ee]),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 wr(lt({},e),{children:n})}validate(e,n){return Ar(this,null,function*(){return yield Fr(ze.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(i=>i.validate(e,n))),!0})}}ze.slotPosition={toolbar:"grid-table-toolbar-slot"},ze.setting=[{key:"list-fixed-header",visible:!0}],ze.excludes=[],ze.childrenMaxLength=Mw;class Nw extends Go{constructor(e){super(e),this.props=new er(this,e==null?void 0:e.props)}static get controlType(){return"grid-table"}getChildrenDataSourceBindLayout(){Vt("Method not implemented.")}getChildrenFormControl(){return[]}getCheckboxProps(e){return{}}}var ch={Designer:ze,Runtime:Nw,Property:er},Lw=Object.freeze({__proto__:null,SubTable:ah,GridTable:ch});class $w extends zl{constructor(e){super(e),ke.call(this,e)}}class Ou extends z{constructor(e){var n,i,u,l,a,c;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ge.controlName,this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"none",this.datasourceBind=new Z(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 ge(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}}}Ou.Rules=$w;class Ge extends X{constructor(e){super(e),this.props=new Ou(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 ur extends J{constructor(e){super(e),this.props=new Ou(e==null?void 0:e.props)}}ur.controlType="varchar-column",ur.controlFieldType=C.VARCHAR;var sh={Designer:Ge,Runtime:ur,Property:Ou};class Hw extends Ce{constructor(e){super(e),ke.call(this,e)}}class Ru extends z{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: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 ge(e==null?void 0:e.linkOperationOption)}}Ru.Rules=Hw;class Ke extends X{constructor(e){super(e),this.props=new Ru(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}}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 lr extends J{constructor(e){super(e),this.props=new Ru(e==null?void 0:e.props)}}lr.controlType="text-column",lr.controlFieldType=C.TEXT;var dh={Designer:Ke,Runtime:lr,Property:Ru};class Vw extends zl{constructor(e){super(e),ke.call(this,e)}}class xu extends z{constructor(e){var n,i,u,l,a,c,s;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Qe.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 Z(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 ge(e==null?void 0:e.linkOperationOption)}}xu.Rules=Vw;class Qe extends X{constructor(e){super(e),this.props=new xu(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}}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 ar extends J{constructor(e){super(e),this.props=new xu(e==null?void 0:e.props)}}ar.controlType="decimal-column",ar.controlFieldType=C.DECIMAL;var hh={Designer:Qe,Runtime:ar,Property:xu};class jw extends Ce{constructor(e){super(e),ke.call(this,e)}}class Mu extends z{constructor(e){var n,i,u,l;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:at.DATE,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new ge(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}}Mu.Rules=jw;class Ze extends X{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}}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 rr extends J{constructor(e){super(e),this.props=new Mu(e==null?void 0:e.props)}}rr.controlType="timescope-column",rr.controlFieldType=C.TIMESCOPE;var yh={Designer:Ze,Runtime:rr,Property:Mu};class qw extends Ce{constructor(e){super(e),ke.call(this,e)}}class Nu extends z{constructor(e){var n,i,u,l;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:at.DATE,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new ge(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}}Nu.Rules=qw;class Xe extends X{constructor(e){super(e),this.props=new Nu(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}}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 or extends J{constructor(e){super(e),this.props=new Nu(e==null?void 0:e.props)}}or.controlType="timestamp-column",or.controlFieldType=C.TIMESTAMP;var fh={Designer:Xe,Runtime:or,Property:Nu};class Ww extends zl{constructor(e){super(e),ke.call(this,e)}}class Lu extends z{constructor(e){var n,i,u,l;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Je.controlName,this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"none",this.datasourceBind=new Z(e==null?void 0:e.datasourceBind),this.showLinkOperation=(u=e==null?void 0:e.showLinkOperation)!=null?u:!1,this.linkOperationOption=new ge(e==null?void 0:e.linkOperationOption),this.options=de((l=e==null?void 0:e.options)!=null?l:[{}])}}Lu.Rules=Ww;class Je extends X{constructor(e){super(e),this.props=new Lu(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 cr extends J{constructor(e){super(e),this.props=new Lu(e==null?void 0:e.props)}}cr.controlType="array-column",cr.controlFieldType=C.ARRAY;var mh={Designer:Je,Runtime:cr,Property:Lu};class sr extends z{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ye.controlName,this.displayLevel=(i=e==null?void 0:e.displayLevel)!=null?i:1}}class Ye extends X{constructor(e){super(e),this.props=new sr(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}}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 dr extends J{constructor(e){super(e),this.props=new sr(e==null?void 0:e.props)}}dr.controlType="department-column",dr.controlFieldType=C.DEPARTMENTS;var vh={Designer:Ye,Runtime:dr,Property:sr};class Uw extends Ce{constructor(e){super(e),ke.call(this,e)}}class $u extends z{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:pe.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new ge(e==null?void 0:e.linkOperationOption)}}$u.Rules=Uw;class pe extends X{constructor(e){super(e),this.props=new $u(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 hr extends J{constructor(e){super(e),this.props=new $u(e==null?void 0:e.props)}}hr.controlType="auto-number-column",hr.controlFieldType=C.AUTO_NUMBER;var gh={Designer:pe,Runtime:hr,Property:$u};class yr extends z{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:et.controlName,this.operation=(i=e==null?void 0:e.operation)!=null?i:["info","preview","download"]}}class et extends X{constructor(e){super(e),this.props=new yr(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 fr extends J{constructor(e){super(e),this.props=new yr(e==null?void 0:e.props)}}fr.controlType="file-column",fr.controlFieldType=C.FILE;var bh={Designer:et,Runtime:fr,Property:yr};class mr extends z{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:tt.controlName}}class tt extends X{constructor(e){super(e),this.props=new mr(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 vr extends J{constructor(e){super(e),this.props=new mr(e==null?void 0:e.props)}}vr.controlType="image-column",vr.controlFieldType=C.IMAGE;var Ch={Designer:tt,Runtime:vr,Property:mr};class gr extends z{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:nt.controlName}}class nt extends X{constructor(e){super(e),this.props=new gr(e==null?void 0:e.props)}}nt.controlType="people-column",nt.controlName=r("CMD.people",null,"\u4EBA\u5458"),nt.controlIcon="people-column",nt.controlFieldType=C.EMPLOYEES,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-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="people-column",br.controlFieldType=C.EMPLOYEES;var Eh={Designer:nt,Runtime:br,Property:gr};class zw extends Ce{constructor(e){super(e),ke.call(this,e)}}class Hu extends z{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:it.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new ge(e==null?void 0:e.linkOperationOption)}}Hu.Rules=zw;class it extends X{constructor(e){super(e),this.props=new Hu(e==null?void 0:e.props)}}it.controlType="location-column",it.controlName=r("CMD.location",null,"\u5730\u5740"),it.controlIcon="location-column",it.controlFieldType=C.ADDRESS,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-link-operation",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="location-column",Cr.controlFieldType=C.ADDRESS;var _h={Designer:it,Runtime:Cr,Property:Hu};class Gw extends Ce{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 Vu extends z{constructor(e){var n,i,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:_e.controlName,this.fieldCodeList=(i=e==null?void 0:e.fieldCodeList)!=null?i:[],this.sortFieldCode=(u=e==null?void 0:e.sortFieldCode)!=null?u:""}}Vu.Rules=Gw;const Kw=1;class _e extends X{constructor(e){super(e);const{excludes:n,childrenMaxLength:i}=new.target;this.props=new Vu(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}}_e.controlType="custom-column",_e.controlName=r("CMD.custom",null,"\u81EA\u5B9A\u4E49"),_e.controlIcon="custom-column",_e.slots=["column-column-slot"],_e.excludes=[],_e.childrenMaxLength=Kw,_e.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 Ih extends J{constructor(e){super(e),this.props=new Vu(e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}Ih.controlType="custom-column";var Bh={Designer:_e,Runtime:Ih,Property:Vu};class Er extends z{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Me.controlName,this.datasourceBind=new ui((i=e==null?void 0:e.datasourceBind)!=null?i:{attributes:Me.controlCustomAttributes})}}class Me extends X{constructor(e){super(e),this.props=new Er(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 _r extends J{constructor(e){super(e),this.props=new Er(e==null?void 0:e.props)}}_r.controlType="employee-column",_r.controlFieldType=C.EMPLOYEES;var Dh={Designer:Me,Runtime:_r,Property:Er};class Ir extends z{constructor(e){var n,i,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:ut.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new ge(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 Ir(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 wh extends J{constructor(e){super(e),this.props=new Ir(e==null?void 0:e.props)}}wh.controlType="approval-status-column";var Fh={Designer:ut,Runtime:wh,Property:Ir};class Br extends z{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:""}}class Qn extends X{constructor(e){super(e),this.props=new Br(e==null?void 0:e.props)}}Qn.controlType="group-column",Qn.controlName=r("CMD.43541769566517351"),Qn.controlIcon="group-column",Qn.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 Ah extends J{constructor(e){super(e),this.props=new Br(e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}Ah.controlType="group-column";var Th={Designer:Qn,Runtime:Ah,Property:Br},Qw=Object.freeze({__proto__:null,VarcharColumn:sh,TextColumn:dh,DecimalColumn:hh,TimescopeColumn:yh,TimestampColumn:fh,ArrayColumn:mh,DepartmentColumn:vh,AutoNumberColumn:gh,FileColumn:bh,ImageColumn:Ch,PeopleColumn:Eh,LocationColumn:_h,CustomColumn:Bh,OrderColumn:rh,OperationColumn:oh,EmployeeColumn:Dh,ApprovalStatusColumn:Fh,GroupColumn:Th});class Zw extends Ne{constructor(e){super(e),this.push({type:"object",fields:{}})}}class ju extends Xl{constructor(e){var n,i,u,l,a,c,s,h,d,f,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=(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:[]}}ju.RuntimeRules=Zw;class qu extends dB{constructor(e){super(e),this.props=new ju(e==null?void 0:e.props)}}qu.controlType="simple-search",qu.slotPosition={default:"search"},qu.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 Sh extends bB{constructor(e){var n;super(e),this.props=new ju(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[]}}Sh.controlType="simple-search";var Ph={Designer:qu,Runtime:Sh,Property:ju},Xw=Object.freeze({__proto__:null,SimpleSearch:Ph});class Dr extends ea{constructor(e){var n;super(e),this.wholeRow=(n=e==null?void 0:e.wholeRow)!=null?n:!1}}class Jw extends kB{constructor(e){super(e),this.props=new Dr(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 Yw extends $B{constructor(e){super(e),this.props=new Dr(e==null?void 0:e.props)}static get controlType(){return"grid-layout-wrap"}}function oF(t){return t}var pw={fields:[{key:"wholeRow",type:"boolean",component:"switch",label:r("CMD.fullLine",null,"\u5145\u6EE1\u6574\u884C"),props:{updateParent:!0}}],groups:[{items:["wholeRow"]}]},kh={Designer:Jw,Runtime:Yw,Property:Dr,Setting:pw},eF=Object.freeze({__proto__:null,GridLayoutWrap:kh});m.ActionBar=Xd,m.ActionSetting=oa,m.Address=Gs,m.AdvancedContainer=Kd,m.Amount=qs,m.ApprovalStatusColumn=Fh,m.ArrayColumn=mh,m.AssignType=Re,m.Attachment=Hs,m.AutoNumber=Xs,m.AutoNumberColumn=gh,m.BarChart=Hc,m.Barcode=bs,m.BatchDeleteButton=Zc,m.BatchPrintListButton=Gc,m.BatchPrintRecordListButton=Kc,m.BatchSubmissionListButton=Tc,m.BlankContainer=kd,m.Button=Bc,m.Calc=Ys,m.CardGroup=Pd,m.Cascader=us,m.Checkbox=ns,m.Col=Fd,m.Collapse=uh,m.CollapsePane=ih,m.CommentControl=Yc,m.Counter=as,m.CreateFormListButton=Ac,m.CustomColumn=Bh,m.DATE_CONFIG_TYPE=rc,m.DATE_LIMIT_TYPE=oc,m.Dashboard=$c,m.DataView=zd,m.DatePicker=Is,m.DateRange=Ds,m.DecimalColumn=hh,m.Department=Qs,m.Department2=Cd,m.DepartmentColumn=vh,m.DepartmentType=xi,m.Divider=wc,m.ElectronicSignature=md,m.ElectronicSignatureConfig=cc,m.Employee=$s,m.Employee2=yd,m.EmployeeColumn=Dh,m.EncryptTypeEnum=gc,m.Explain=Ri,m.ExportConfig=yc,m.ExportListButton=Pc,m.ExportRecordListButton=kc,m.ExportTemplate=Kt,m.FONT_WEIGHT=Gt,m.FileColumn=bh,m.FlexStyleConfig=vc,m.FormSelectButton=Rc,m.Grid=wd,m.GridLayoutContainer=Ld,m.GridLayoutWrap=kh,m.GridRow=Sd,m.GridTable=ch,m.GridTableColumn=Nd,m.GroupColumn=Th,m.Iframe=Ic,m.Image=Vs,m.ImageColumn=Ch,m.ImageCompressType=ha,m.ImportConfig=hc,m.ImportListBind=dc,m.ImportRecordListButton=Oc,m.Input=es,m.InternalType=da,m.InvoiceCheckButton=zc,m.LINE_STYLE=la,m.LimitDate=Oi,m.LimitTime=ia,m.LineChart=Vc,m.Link=Ec,m.ListHeightSetting=ca,m.ListSelectButton=xc,m.ListView=Wd,m.ListViewSelect=Wc,m.LocationColumn=_h,m.Number=ss,m.OperationButton=Qc,m.OperationColumn=oh,m.OrderColumn=rh,m.OrganizationSelection=_d,m.OrganizeType=sa,m.Page=Gd,m.Pagination=Nc,m.PeopleColumn=Eh,m.PieChart=jc,m.Position=Zd,m.PositioningContainer=Qd,m.PrintTemplate=mc,m.QrCode=Es,m.Radio=os,m.ReferenceList=Xc,m.RichText=Os,m.Row=Td,m.SCORE_TYPE=ua,m.SUBTABLE_DEFAULT_MAX_HEIGHT=fc,m.Score=Us,m.SearchDateRange=nd,m.SearchInput=cd,m.SearchNumberRange=ed,m.Select=xs,m.SelectMultiple=Ns,m.SelectRelation=ad,m.SimpleSearch=Ph,m.Slider=hs,m.Step=Yd,m.StepPane=Jd,m.SubTable=ah,m.SubTableColumn=Rd,m.SubTableRow=xd,m.SubmissionRecordListButton=Sc,m.Switch=fs,m.Tab=Hd,m.TabPane=$d,m.TableLayout=pd,m.TableLayoutCol=th,m.TableLayoutRow=eh,m.TableLayoutWrapper=nh,m.Tag=vs,m.Text=Cc,m.TextColumn=dh,m.TextOcrButton=Uc,m.Textarea=Ps,m.TimePicker=Fs,m.TimeRange=Ts,m.TimescopeColumn=yh,m.TimestampColumn=fh,m.Title=Fc,m.TitleConfigEnum=Oe,m.Toolbox=qd,m.Tree=dd,m.UndersignedPerson=aa,m.VarcharColumn=sh,m.VueFormItem=ud,m.VuePage=Bd,m.WPS=gd,m.WPSSetting=sc,m.WpsOperationItem=ra,m.baseControls=TD,m.columnControls=Qw,m.formControls=H8,m.initExpression=Qt,m.layoutControls=Pw,m.listControls=Lw,m.searchControls=Xw,m.wrapControls=eF,Object.defineProperty(m,"__esModule",{value:!0})});
|