@byteluck-fe/model-driven-controls 4.34.0-lx2 → 4.34.0-lx3

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.
Files changed (450) hide show
  1. package/README.md +99 -99
  2. package/dist/esm/baseControls/BatchSubmissionListButton/property.js +7 -7
  3. package/dist/esm/baseControls/Button/property.js +32 -32
  4. package/dist/esm/baseControls/ImportRecordListButton/property.js +2 -2
  5. package/dist/esm/baseControls/ListSelectButton/property.js +15 -15
  6. package/dist/esm/columnControls/ApprovalStatusColumn/property.js +11 -11
  7. package/dist/esm/columnControls/ArrayColumn/property.js +25 -25
  8. package/dist/esm/columnControls/AutoNumberColumn/property.js +9 -9
  9. package/dist/esm/columnControls/CustomColumn/property.js +3 -3
  10. package/dist/esm/columnControls/DecimalColumn/property.js +32 -32
  11. package/dist/esm/columnControls/DepartmentColumn/property.js +7 -7
  12. package/dist/esm/columnControls/EmployeeColumn/property.js +6 -6
  13. package/dist/esm/columnControls/FileColumn/designer.js +6 -6
  14. package/dist/esm/columnControls/FileColumn/property.js +2 -2
  15. package/dist/esm/columnControls/ImageColumn/property.js +2 -2
  16. package/dist/esm/columnControls/LocationColumn/property.js +9 -9
  17. package/dist/esm/columnControls/OperationColumn/designer.js +6 -10
  18. package/dist/esm/columnControls/OperationColumn/property.js +11 -11
  19. package/dist/esm/columnControls/OrderColumn/property.js +3 -3
  20. package/dist/esm/columnControls/PeopleColumn/property.js +2 -2
  21. package/dist/esm/columnControls/TextColumn/property.js +17 -17
  22. package/dist/esm/columnControls/TimescopeColumn/property.js +13 -13
  23. package/dist/esm/columnControls/TimestampColumn/property.js +13 -13
  24. package/dist/esm/columnControls/VarcharColumn/property.js +22 -22
  25. package/dist/esm/formControls/Address/property.js +11 -11
  26. package/dist/esm/formControls/Amount/property.js +30 -30
  27. package/dist/esm/formControls/Attachment/property.js +14 -14
  28. package/dist/esm/formControls/Calc/property.js +21 -21
  29. package/dist/esm/formControls/DateRange/property.js +45 -45
  30. package/dist/esm/formControls/Department/property.js +18 -18
  31. package/dist/esm/formControls/Department2/property.js +22 -22
  32. package/dist/esm/formControls/Employee/property.js +2 -2
  33. package/dist/esm/formControls/Employee2/property.js +2 -2
  34. package/dist/esm/formControls/Image/designer.js +10 -10
  35. package/dist/esm/formControls/Image/property.js +9 -9
  36. package/dist/esm/formControls/Input/property.js +26 -26
  37. package/dist/esm/formControls/Number/property.js +50 -50
  38. package/dist/esm/formControls/OrganizationSelection/property.js +25 -25
  39. package/dist/esm/formControls/Select/property.js +12 -12
  40. package/dist/esm/formControls/SelectMultiple/property.js +12 -12
  41. package/dist/esm/formControls/SelectRelation/property.js +41 -41
  42. package/dist/esm/formControls/SensitivenInformation/property.js +26 -26
  43. package/dist/esm/formControls/Textarea/property.js +27 -27
  44. package/dist/esm/formControls/WPS/designer.js +7 -7
  45. package/dist/esm/framework.js +68 -54
  46. package/dist/esm/index.js +6 -6
  47. package/dist/esm/layoutControls/CardGroup/property.js +5 -5
  48. package/dist/esm/layoutControls/DataView/property.js +12 -12
  49. package/dist/esm/layoutControls/ListView/property.js +74 -72
  50. package/dist/esm/layoutControls/Page/property.js +4 -4
  51. package/dist/esm/layoutControls/SubTableColumn/property.js +13 -13
  52. package/dist/esm/listControls/GridTable/designer.js +6 -10
  53. package/dist/esm/listControls/GridTable/property.js +29 -29
  54. package/dist/esm/listControls/SubTable/property.js +103 -103
  55. package/dist/esm/searchControls/SimpleSearch/property.js +37 -37
  56. package/dist/esm/wrapControls/GridLayoutWrap/Setting.js +6 -6
  57. package/dist/esm/wrapControls/GridLayoutWrap/designer.js +6 -6
  58. package/dist/esm/wrapControls/GridLayoutWrap/index.js +6 -6
  59. package/dist/esm/wrapControls/GridLayoutWrap/runtime.js +6 -6
  60. package/dist/index.umd.js +1 -1
  61. package/dist/types/api-doc-index.d.ts +89 -89
  62. package/dist/types/baseControls/BatchDeleteButton/designer.d.ts +13 -13
  63. package/dist/types/baseControls/BatchDeleteButton/index.d.ts +12 -12
  64. package/dist/types/baseControls/BatchDeleteButton/property.d.ts +14 -14
  65. package/dist/types/baseControls/BatchDeleteButton/runtime.d.ts +9 -9
  66. package/dist/types/baseControls/BatchPrintListButton/designer.d.ts +14 -14
  67. package/dist/types/baseControls/BatchPrintListButton/index.d.ts +12 -12
  68. package/dist/types/baseControls/BatchPrintListButton/property.d.ts +15 -15
  69. package/dist/types/baseControls/BatchPrintListButton/runtime.d.ts +10 -10
  70. package/dist/types/baseControls/BatchPrintRecordListButton/designer.d.ts +15 -15
  71. package/dist/types/baseControls/BatchPrintRecordListButton/index.d.ts +12 -12
  72. package/dist/types/baseControls/BatchPrintRecordListButton/property.d.ts +6 -6
  73. package/dist/types/baseControls/BatchPrintRecordListButton/runtime.d.ts +10 -10
  74. package/dist/types/baseControls/BatchSubmissionListButton/designer.d.ts +14 -14
  75. package/dist/types/baseControls/BatchSubmissionListButton/index.d.ts +12 -12
  76. package/dist/types/baseControls/BatchSubmissionListButton/property.d.ts +27 -27
  77. package/dist/types/baseControls/BatchSubmissionListButton/runtime.d.ts +10 -10
  78. package/dist/types/baseControls/Button/designer.d.ts +13 -13
  79. package/dist/types/baseControls/Button/index.d.ts +12 -12
  80. package/dist/types/baseControls/Button/property.d.ts +55 -55
  81. package/dist/types/baseControls/Button/runtime.d.ts +9 -9
  82. package/dist/types/baseControls/CreateFormListButton/designer.d.ts +14 -14
  83. package/dist/types/baseControls/CreateFormListButton/index.d.ts +12 -12
  84. package/dist/types/baseControls/CreateFormListButton/property.d.ts +15 -15
  85. package/dist/types/baseControls/CreateFormListButton/runtime.d.ts +10 -10
  86. package/dist/types/baseControls/Dashboard/designer.d.ts +12 -12
  87. package/dist/types/baseControls/Dashboard/index.d.ts +12 -12
  88. package/dist/types/baseControls/Dashboard/property.d.ts +22 -22
  89. package/dist/types/baseControls/Dashboard/runtime.d.ts +10 -10
  90. package/dist/types/baseControls/Divider/designer.d.ts +12 -12
  91. package/dist/types/baseControls/Divider/index.d.ts +12 -12
  92. package/dist/types/baseControls/Divider/property.d.ts +9 -9
  93. package/dist/types/baseControls/Divider/runtime.d.ts +10 -10
  94. package/dist/types/baseControls/ExportListButton/designer.d.ts +15 -15
  95. package/dist/types/baseControls/ExportListButton/index.d.ts +12 -12
  96. package/dist/types/baseControls/ExportListButton/property.d.ts +9 -9
  97. package/dist/types/baseControls/ExportListButton/runtime.d.ts +10 -10
  98. package/dist/types/baseControls/ExportRecordListButton/designer.d.ts +15 -15
  99. package/dist/types/baseControls/ExportRecordListButton/index.d.ts +12 -12
  100. package/dist/types/baseControls/ExportRecordListButton/property.d.ts +6 -6
  101. package/dist/types/baseControls/ExportRecordListButton/runtime.d.ts +10 -10
  102. package/dist/types/baseControls/FormSelectButton/designer.d.ts +15 -15
  103. package/dist/types/baseControls/FormSelectButton/index.d.ts +12 -12
  104. package/dist/types/baseControls/FormSelectButton/property.d.ts +19 -19
  105. package/dist/types/baseControls/FormSelectButton/runtime.d.ts +10 -10
  106. package/dist/types/baseControls/ImportRecordListButton/designer.d.ts +15 -15
  107. package/dist/types/baseControls/ImportRecordListButton/index.d.ts +12 -12
  108. package/dist/types/baseControls/ImportRecordListButton/property.d.ts +12 -12
  109. package/dist/types/baseControls/ImportRecordListButton/runtime.d.ts +10 -10
  110. package/dist/types/baseControls/InvoiceCheckButton/designer.d.ts +15 -15
  111. package/dist/types/baseControls/InvoiceCheckButton/index.d.ts +12 -12
  112. package/dist/types/baseControls/InvoiceCheckButton/property.d.ts +25 -25
  113. package/dist/types/baseControls/InvoiceCheckButton/runtime.d.ts +10 -10
  114. package/dist/types/baseControls/Link/designer.d.ts +13 -13
  115. package/dist/types/baseControls/Link/index.d.ts +12 -12
  116. package/dist/types/baseControls/Link/property.d.ts +9 -9
  117. package/dist/types/baseControls/Link/runtime.d.ts +10 -10
  118. package/dist/types/baseControls/ListSelectButton/designer.d.ts +15 -15
  119. package/dist/types/baseControls/ListSelectButton/index.d.ts +12 -12
  120. package/dist/types/baseControls/ListSelectButton/property.d.ts +41 -41
  121. package/dist/types/baseControls/ListSelectButton/runtime.d.ts +10 -10
  122. package/dist/types/baseControls/ListViewSelect/designer.d.ts +12 -12
  123. package/dist/types/baseControls/ListViewSelect/index.d.ts +12 -12
  124. package/dist/types/baseControls/ListViewSelect/property.d.ts +15 -15
  125. package/dist/types/baseControls/ListViewSelect/runtime.d.ts +9 -9
  126. package/dist/types/baseControls/OperationButton/designer.d.ts +13 -13
  127. package/dist/types/baseControls/OperationButton/index.d.ts +12 -12
  128. package/dist/types/baseControls/OperationButton/property.d.ts +25 -25
  129. package/dist/types/baseControls/OperationButton/runtime.d.ts +9 -9
  130. package/dist/types/baseControls/Pagination/designer.d.ts +13 -13
  131. package/dist/types/baseControls/Pagination/index.d.ts +12 -12
  132. package/dist/types/baseControls/Pagination/property.d.ts +14 -14
  133. package/dist/types/baseControls/Pagination/runtime.d.ts +10 -10
  134. package/dist/types/baseControls/SubmissionRecordListButton/designer.d.ts +15 -15
  135. package/dist/types/baseControls/SubmissionRecordListButton/index.d.ts +12 -12
  136. package/dist/types/baseControls/SubmissionRecordListButton/property.d.ts +6 -6
  137. package/dist/types/baseControls/SubmissionRecordListButton/runtime.d.ts +10 -10
  138. package/dist/types/baseControls/Text/designer.d.ts +12 -12
  139. package/dist/types/baseControls/Text/index.d.ts +12 -12
  140. package/dist/types/baseControls/Text/property.d.ts +12 -12
  141. package/dist/types/baseControls/Text/runtime.d.ts +10 -10
  142. package/dist/types/baseControls/TextOcrButton/designer.d.ts +15 -15
  143. package/dist/types/baseControls/TextOcrButton/index.d.ts +12 -12
  144. package/dist/types/baseControls/TextOcrButton/property.d.ts +25 -25
  145. package/dist/types/baseControls/TextOcrButton/runtime.d.ts +10 -10
  146. package/dist/types/baseControls/Title/designer.d.ts +14 -14
  147. package/dist/types/baseControls/Title/index.d.ts +12 -12
  148. package/dist/types/baseControls/Title/property.d.ts +19 -19
  149. package/dist/types/baseControls/Title/runtime.d.ts +10 -10
  150. package/dist/types/baseControls/index.d.ts +22 -22
  151. package/dist/types/baseControls/utils.d.ts +2 -2
  152. package/dist/types/columnControls/ApprovalStatusColumn/designer.d.ts +14 -14
  153. package/dist/types/columnControls/ApprovalStatusColumn/index.d.ts +12 -12
  154. package/dist/types/columnControls/ApprovalStatusColumn/property.d.ts +28 -28
  155. package/dist/types/columnControls/ApprovalStatusColumn/runtime.d.ts +12 -12
  156. package/dist/types/columnControls/ArrayColumn/designer.d.ts +14 -14
  157. package/dist/types/columnControls/ArrayColumn/index.d.ts +12 -12
  158. package/dist/types/columnControls/ArrayColumn/property.d.ts +48 -48
  159. package/dist/types/columnControls/ArrayColumn/runtime.d.ts +12 -12
  160. package/dist/types/columnControls/AutoNumberColumn/designer.d.ts +14 -14
  161. package/dist/types/columnControls/AutoNumberColumn/index.d.ts +12 -12
  162. package/dist/types/columnControls/AutoNumberColumn/property.d.ts +24 -24
  163. package/dist/types/columnControls/AutoNumberColumn/runtime.d.ts +12 -12
  164. package/dist/types/columnControls/CustomColumn/designer.d.ts +19 -19
  165. package/dist/types/columnControls/CustomColumn/index.d.ts +12 -12
  166. package/dist/types/columnControls/CustomColumn/property.d.ts +18 -18
  167. package/dist/types/columnControls/CustomColumn/runtime.d.ts +12 -12
  168. package/dist/types/columnControls/DecimalColumn/designer.d.ts +15 -15
  169. package/dist/types/columnControls/DecimalColumn/index.d.ts +12 -12
  170. package/dist/types/columnControls/DecimalColumn/property.d.ts +59 -59
  171. package/dist/types/columnControls/DecimalColumn/runtime.d.ts +12 -12
  172. package/dist/types/columnControls/DepartmentColumn/designer.d.ts +15 -15
  173. package/dist/types/columnControls/DepartmentColumn/index.d.ts +12 -12
  174. package/dist/types/columnControls/DepartmentColumn/property.d.ts +16 -16
  175. package/dist/types/columnControls/DepartmentColumn/runtime.d.ts +12 -12
  176. package/dist/types/columnControls/EmployeeColumn/designer.d.ts +19 -19
  177. package/dist/types/columnControls/EmployeeColumn/index.d.ts +12 -12
  178. package/dist/types/columnControls/EmployeeColumn/property.d.ts +15 -15
  179. package/dist/types/columnControls/EmployeeColumn/runtime.d.ts +12 -12
  180. package/dist/types/columnControls/FileColumn/designer.d.ts +14 -14
  181. package/dist/types/columnControls/FileColumn/index.d.ts +12 -12
  182. package/dist/types/columnControls/FileColumn/property.d.ts +9 -9
  183. package/dist/types/columnControls/FileColumn/runtime.d.ts +12 -12
  184. package/dist/types/columnControls/ImageColumn/designer.d.ts +14 -14
  185. package/dist/types/columnControls/ImageColumn/index.d.ts +12 -12
  186. package/dist/types/columnControls/ImageColumn/property.d.ts +9 -9
  187. package/dist/types/columnControls/ImageColumn/runtime.d.ts +12 -12
  188. package/dist/types/columnControls/LocationColumn/designer.d.ts +14 -14
  189. package/dist/types/columnControls/LocationColumn/index.d.ts +12 -12
  190. package/dist/types/columnControls/LocationColumn/property.d.ts +24 -24
  191. package/dist/types/columnControls/LocationColumn/runtime.d.ts +12 -12
  192. package/dist/types/columnControls/OperationColumn/designer.d.ts +14 -14
  193. package/dist/types/columnControls/OperationColumn/index.d.ts +12 -12
  194. package/dist/types/columnControls/OperationColumn/property.d.ts +22 -22
  195. package/dist/types/columnControls/OperationColumn/runtime.d.ts +12 -12
  196. package/dist/types/columnControls/OrderColumn/designer.d.ts +12 -12
  197. package/dist/types/columnControls/OrderColumn/index.d.ts +12 -12
  198. package/dist/types/columnControls/OrderColumn/property.d.ts +14 -14
  199. package/dist/types/columnControls/OrderColumn/runtime.d.ts +12 -12
  200. package/dist/types/columnControls/PeopleColumn/designer.d.ts +14 -14
  201. package/dist/types/columnControls/PeopleColumn/index.d.ts +12 -12
  202. package/dist/types/columnControls/PeopleColumn/property.d.ts +9 -9
  203. package/dist/types/columnControls/PeopleColumn/runtime.d.ts +12 -12
  204. package/dist/types/columnControls/TextColumn/designer.d.ts +15 -15
  205. package/dist/types/columnControls/TextColumn/index.d.ts +12 -12
  206. package/dist/types/columnControls/TextColumn/property.d.ts +36 -36
  207. package/dist/types/columnControls/TextColumn/runtime.d.ts +12 -12
  208. package/dist/types/columnControls/TimescopeColumn/designer.d.ts +15 -15
  209. package/dist/types/columnControls/TimescopeColumn/index.d.ts +12 -12
  210. package/dist/types/columnControls/TimescopeColumn/property.d.ts +31 -31
  211. package/dist/types/columnControls/TimescopeColumn/runtime.d.ts +12 -12
  212. package/dist/types/columnControls/TimestampColumn/designer.d.ts +15 -15
  213. package/dist/types/columnControls/TimestampColumn/index.d.ts +12 -12
  214. package/dist/types/columnControls/TimestampColumn/property.d.ts +31 -31
  215. package/dist/types/columnControls/TimestampColumn/runtime.d.ts +12 -12
  216. package/dist/types/columnControls/VarcharColumn/designer.d.ts +14 -14
  217. package/dist/types/columnControls/VarcharColumn/index.d.ts +12 -12
  218. package/dist/types/columnControls/VarcharColumn/property.d.ts +46 -46
  219. package/dist/types/columnControls/VarcharColumn/runtime.d.ts +12 -12
  220. package/dist/types/columnControls/index.d.ts +17 -17
  221. package/dist/types/formControls/Address/designer.d.ts +14 -14
  222. package/dist/types/formControls/Address/index.d.ts +12 -12
  223. package/dist/types/formControls/Address/property.d.ts +28 -28
  224. package/dist/types/formControls/Address/runtime.d.ts +14 -14
  225. package/dist/types/formControls/Amount/designer.d.ts +16 -16
  226. package/dist/types/formControls/Amount/index.d.ts +12 -12
  227. package/dist/types/formControls/Amount/property.d.ts +70 -70
  228. package/dist/types/formControls/Amount/runtime.d.ts +12 -12
  229. package/dist/types/formControls/Attachment/designer.d.ts +15 -15
  230. package/dist/types/formControls/Attachment/index.d.ts +12 -12
  231. package/dist/types/formControls/Attachment/property.d.ts +41 -41
  232. package/dist/types/formControls/Attachment/runtime.d.ts +12 -12
  233. package/dist/types/formControls/AutoNumber/designer.d.ts +15 -15
  234. package/dist/types/formControls/AutoNumber/index.d.ts +12 -12
  235. package/dist/types/formControls/AutoNumber/property.d.ts +7 -7
  236. package/dist/types/formControls/AutoNumber/runtime.d.ts +12 -12
  237. package/dist/types/formControls/Calc/designer.d.ts +16 -16
  238. package/dist/types/formControls/Calc/index.d.ts +12 -12
  239. package/dist/types/formControls/Calc/property.d.ts +52 -52
  240. package/dist/types/formControls/Calc/runtime.d.ts +12 -12
  241. package/dist/types/formControls/Checkbox/designer.d.ts +15 -15
  242. package/dist/types/formControls/Checkbox/index.d.ts +12 -12
  243. package/dist/types/formControls/Checkbox/property.d.ts +30 -30
  244. package/dist/types/formControls/Checkbox/runtime.d.ts +12 -12
  245. package/dist/types/formControls/DatePicker/designer.d.ts +15 -15
  246. package/dist/types/formControls/DatePicker/index.d.ts +12 -12
  247. package/dist/types/formControls/DatePicker/property.d.ts +16 -16
  248. package/dist/types/formControls/DatePicker/runtime.d.ts +12 -12
  249. package/dist/types/formControls/DateRange/designer.d.ts +15 -15
  250. package/dist/types/formControls/DateRange/index.d.ts +12 -12
  251. package/dist/types/formControls/DateRange/property.d.ts +80 -80
  252. package/dist/types/formControls/DateRange/runtime.d.ts +12 -12
  253. package/dist/types/formControls/Department/designer.d.ts +15 -15
  254. package/dist/types/formControls/Department/index.d.ts +12 -12
  255. package/dist/types/formControls/Department/property.d.ts +47 -47
  256. package/dist/types/formControls/Department/runtime.d.ts +12 -12
  257. package/dist/types/formControls/Department2/designer.d.ts +20 -20
  258. package/dist/types/formControls/Department2/index.d.ts +12 -12
  259. package/dist/types/formControls/Department2/property.d.ts +64 -64
  260. package/dist/types/formControls/Department2/runtime.d.ts +12 -12
  261. package/dist/types/formControls/ElectronicSignature/designer.d.ts +15 -15
  262. package/dist/types/formControls/ElectronicSignature/index.d.ts +12 -12
  263. package/dist/types/formControls/ElectronicSignature/property.d.ts +22 -22
  264. package/dist/types/formControls/ElectronicSignature/runtime.d.ts +12 -12
  265. package/dist/types/formControls/Employee/designer.d.ts +14 -14
  266. package/dist/types/formControls/Employee/index.d.ts +12 -12
  267. package/dist/types/formControls/Employee/property.d.ts +21 -21
  268. package/dist/types/formControls/Employee/runtime.d.ts +12 -12
  269. package/dist/types/formControls/Employee2/designer.d.ts +19 -19
  270. package/dist/types/formControls/Employee2/index.d.ts +12 -12
  271. package/dist/types/formControls/Employee2/property.d.ts +33 -33
  272. package/dist/types/formControls/Employee2/runtime.d.ts +12 -12
  273. package/dist/types/formControls/Image/designer.d.ts +13 -13
  274. package/dist/types/formControls/Image/index.d.ts +12 -12
  275. package/dist/types/formControls/Image/property.d.ts +11 -11
  276. package/dist/types/formControls/Image/runtime.d.ts +8 -8
  277. package/dist/types/formControls/Input/designer.d.ts +15 -15
  278. package/dist/types/formControls/Input/index.d.ts +12 -12
  279. package/dist/types/formControls/Input/property.d.ts +57 -57
  280. package/dist/types/formControls/Input/runtime.d.ts +12 -12
  281. package/dist/types/formControls/Number/designer.d.ts +16 -16
  282. package/dist/types/formControls/Number/index.d.ts +12 -12
  283. package/dist/types/formControls/Number/property.d.ts +92 -92
  284. package/dist/types/formControls/Number/runtime.d.ts +12 -12
  285. package/dist/types/formControls/OrganizationSelection/designer.d.ts +20 -20
  286. package/dist/types/formControls/OrganizationSelection/index.d.ts +12 -12
  287. package/dist/types/formControls/OrganizationSelection/property.d.ts +73 -73
  288. package/dist/types/formControls/OrganizationSelection/runtime.d.ts +12 -12
  289. package/dist/types/formControls/Radio/designer.d.ts +15 -15
  290. package/dist/types/formControls/Radio/index.d.ts +12 -12
  291. package/dist/types/formControls/Radio/property.d.ts +22 -22
  292. package/dist/types/formControls/Radio/runtime.d.ts +12 -12
  293. package/dist/types/formControls/RichText/designer.d.ts +15 -15
  294. package/dist/types/formControls/RichText/index.d.ts +12 -12
  295. package/dist/types/formControls/RichText/property.d.ts +21 -21
  296. package/dist/types/formControls/RichText/runtime.d.ts +12 -12
  297. package/dist/types/formControls/Score/designer.d.ts +16 -16
  298. package/dist/types/formControls/Score/index.d.ts +12 -12
  299. package/dist/types/formControls/Score/property.d.ts +23 -23
  300. package/dist/types/formControls/Score/runtime.d.ts +12 -12
  301. package/dist/types/formControls/SearchDateRange/designer.d.ts +14 -14
  302. package/dist/types/formControls/SearchDateRange/index.d.ts +12 -12
  303. package/dist/types/formControls/SearchDateRange/property.d.ts +22 -22
  304. package/dist/types/formControls/SearchDateRange/runtime.d.ts +12 -12
  305. package/dist/types/formControls/SearchInput/designer.d.ts +12 -12
  306. package/dist/types/formControls/SearchInput/index.d.ts +12 -12
  307. package/dist/types/formControls/SearchInput/property.d.ts +10 -10
  308. package/dist/types/formControls/SearchInput/runtime.d.ts +12 -12
  309. package/dist/types/formControls/SearchNumberRange/designer.d.ts +14 -14
  310. package/dist/types/formControls/SearchNumberRange/index.d.ts +12 -12
  311. package/dist/types/formControls/SearchNumberRange/property.d.ts +15 -15
  312. package/dist/types/formControls/SearchNumberRange/runtime.d.ts +12 -12
  313. package/dist/types/formControls/Select/designer.d.ts +14 -14
  314. package/dist/types/formControls/Select/index.d.ts +12 -12
  315. package/dist/types/formControls/Select/property.d.ts +37 -37
  316. package/dist/types/formControls/Select/runtime.d.ts +12 -12
  317. package/dist/types/formControls/SelectMultiple/designer.d.ts +14 -14
  318. package/dist/types/formControls/SelectMultiple/index.d.ts +12 -12
  319. package/dist/types/formControls/SelectMultiple/property.d.ts +40 -40
  320. package/dist/types/formControls/SelectMultiple/runtime.d.ts +12 -12
  321. package/dist/types/formControls/SelectRelation/designer.d.ts +15 -15
  322. package/dist/types/formControls/SelectRelation/index.d.ts +12 -12
  323. package/dist/types/formControls/SelectRelation/property.d.ts +77 -77
  324. package/dist/types/formControls/SelectRelation/runtime.d.ts +12 -12
  325. package/dist/types/formControls/SensitivenInformation/designer.d.ts +15 -15
  326. package/dist/types/formControls/SensitivenInformation/index.d.ts +12 -12
  327. package/dist/types/formControls/SensitivenInformation/property.d.ts +57 -57
  328. package/dist/types/formControls/SensitivenInformation/runtime.d.ts +12 -12
  329. package/dist/types/formControls/Textarea/designer.d.ts +15 -15
  330. package/dist/types/formControls/Textarea/index.d.ts +12 -12
  331. package/dist/types/formControls/Textarea/property.d.ts +58 -58
  332. package/dist/types/formControls/Textarea/runtime.d.ts +12 -12
  333. package/dist/types/formControls/Tree/designer.d.ts +20 -20
  334. package/dist/types/formControls/Tree/index.d.ts +12 -12
  335. package/dist/types/formControls/Tree/property.d.ts +34 -34
  336. package/dist/types/formControls/Tree/runtime.d.ts +11 -11
  337. package/dist/types/formControls/VueFormItem/designer.d.ts +15 -15
  338. package/dist/types/formControls/VueFormItem/index.d.ts +12 -12
  339. package/dist/types/formControls/VueFormItem/property.d.ts +18 -18
  340. package/dist/types/formControls/VueFormItem/runtime.d.ts +12 -12
  341. package/dist/types/formControls/WPS/designer.d.ts +15 -15
  342. package/dist/types/formControls/WPS/index.d.ts +12 -12
  343. package/dist/types/formControls/WPS/property.d.ts +32 -32
  344. package/dist/types/formControls/WPS/runtime.d.ts +12 -12
  345. package/dist/types/formControls/index.d.ts +31 -31
  346. package/dist/types/framework.d.ts +191 -191
  347. package/dist/types/index.d.ts +17 -17
  348. package/dist/types/layoutControls/ActionBar/designer.d.ts +13 -13
  349. package/dist/types/layoutControls/ActionBar/index.d.ts +12 -12
  350. package/dist/types/layoutControls/ActionBar/property.d.ts +9 -9
  351. package/dist/types/layoutControls/ActionBar/runtime.d.ts +10 -10
  352. package/dist/types/layoutControls/AdvancedContainer/Setting.d.ts +2 -2
  353. package/dist/types/layoutControls/AdvancedContainer/designer.d.ts +10 -10
  354. package/dist/types/layoutControls/AdvancedContainer/index.d.ts +12 -12
  355. package/dist/types/layoutControls/AdvancedContainer/property.d.ts +8 -8
  356. package/dist/types/layoutControls/AdvancedContainer/runtime.d.ts +9 -9
  357. package/dist/types/layoutControls/CardGroup/designer.d.ts +14 -14
  358. package/dist/types/layoutControls/CardGroup/index.d.ts +12 -12
  359. package/dist/types/layoutControls/CardGroup/property.d.ts +13 -13
  360. package/dist/types/layoutControls/CardGroup/runtime.d.ts +10 -10
  361. package/dist/types/layoutControls/Col/designer.d.ts +14 -14
  362. package/dist/types/layoutControls/Col/index.d.ts +12 -12
  363. package/dist/types/layoutControls/Col/property.d.ts +8 -8
  364. package/dist/types/layoutControls/Col/runtime.d.ts +10 -10
  365. package/dist/types/layoutControls/DataView/designer.d.ts +11 -11
  366. package/dist/types/layoutControls/DataView/index.d.ts +12 -12
  367. package/dist/types/layoutControls/DataView/property.d.ts +33 -33
  368. package/dist/types/layoutControls/DataView/runtime.d.ts +10 -10
  369. package/dist/types/layoutControls/Grid/designer.d.ts +11 -11
  370. package/dist/types/layoutControls/Grid/index.d.ts +12 -12
  371. package/dist/types/layoutControls/Grid/property.d.ts +2 -2
  372. package/dist/types/layoutControls/Grid/runtime.d.ts +9 -9
  373. package/dist/types/layoutControls/GridLayoutContainer/designer.d.ts +14 -14
  374. package/dist/types/layoutControls/GridLayoutContainer/index.d.ts +12 -12
  375. package/dist/types/layoutControls/GridLayoutContainer/property.d.ts +8 -8
  376. package/dist/types/layoutControls/GridLayoutContainer/runtime.d.ts +10 -10
  377. package/dist/types/layoutControls/GridRow/designer.d.ts +16 -16
  378. package/dist/types/layoutControls/GridRow/index.d.ts +12 -12
  379. package/dist/types/layoutControls/GridRow/property.d.ts +6 -6
  380. package/dist/types/layoutControls/GridRow/runtime.d.ts +10 -10
  381. package/dist/types/layoutControls/GridTableColumn/designer.d.ts +23 -23
  382. package/dist/types/layoutControls/GridTableColumn/index.d.ts +12 -12
  383. package/dist/types/layoutControls/GridTableColumn/property.d.ts +19 -19
  384. package/dist/types/layoutControls/GridTableColumn/runtime.d.ts +10 -10
  385. package/dist/types/layoutControls/ListView/designer.d.ts +17 -17
  386. package/dist/types/layoutControls/ListView/index.d.ts +12 -12
  387. package/dist/types/layoutControls/ListView/property.d.ts +135 -135
  388. package/dist/types/layoutControls/ListView/runtime.d.ts +12 -12
  389. package/dist/types/layoutControls/Page/Setting.d.ts +2 -2
  390. package/dist/types/layoutControls/Page/designer.d.ts +10 -10
  391. package/dist/types/layoutControls/Page/index.d.ts +12 -12
  392. package/dist/types/layoutControls/Page/property.d.ts +15 -15
  393. package/dist/types/layoutControls/Page/runtime.d.ts +9 -9
  394. package/dist/types/layoutControls/Position/Setting.d.ts +2 -2
  395. package/dist/types/layoutControls/Position/designer.d.ts +10 -10
  396. package/dist/types/layoutControls/Position/index.d.ts +12 -12
  397. package/dist/types/layoutControls/Position/property.d.ts +9 -9
  398. package/dist/types/layoutControls/Position/runtime.d.ts +9 -9
  399. package/dist/types/layoutControls/PositioningContainer/Setting.d.ts +2 -2
  400. package/dist/types/layoutControls/PositioningContainer/designer.d.ts +10 -10
  401. package/dist/types/layoutControls/PositioningContainer/index.d.ts +12 -12
  402. package/dist/types/layoutControls/PositioningContainer/property.d.ts +5 -5
  403. package/dist/types/layoutControls/PositioningContainer/runtime.d.ts +9 -9
  404. package/dist/types/layoutControls/Row/designer.d.ts +15 -15
  405. package/dist/types/layoutControls/Row/index.d.ts +12 -12
  406. package/dist/types/layoutControls/Row/property.d.ts +8 -8
  407. package/dist/types/layoutControls/Row/runtime.d.ts +11 -11
  408. package/dist/types/layoutControls/SubTableColumn/designer.d.ts +23 -23
  409. package/dist/types/layoutControls/SubTableColumn/index.d.ts +12 -12
  410. package/dist/types/layoutControls/SubTableColumn/property.d.ts +39 -39
  411. package/dist/types/layoutControls/SubTableColumn/runtime.d.ts +10 -10
  412. package/dist/types/layoutControls/SubTableRow/designer.d.ts +20 -20
  413. package/dist/types/layoutControls/SubTableRow/index.d.ts +12 -12
  414. package/dist/types/layoutControls/SubTableRow/property.d.ts +6 -6
  415. package/dist/types/layoutControls/SubTableRow/runtime.d.ts +11 -11
  416. package/dist/types/layoutControls/Tab/designer.d.ts +16 -16
  417. package/dist/types/layoutControls/Tab/index.d.ts +12 -12
  418. package/dist/types/layoutControls/Tab/property.d.ts +7 -7
  419. package/dist/types/layoutControls/Tab/runtime.d.ts +11 -11
  420. package/dist/types/layoutControls/TabPane/designer.d.ts +14 -14
  421. package/dist/types/layoutControls/TabPane/index.d.ts +12 -12
  422. package/dist/types/layoutControls/TabPane/property.d.ts +13 -13
  423. package/dist/types/layoutControls/TabPane/runtime.d.ts +10 -10
  424. package/dist/types/layoutControls/Toolbox/designer.d.ts +14 -14
  425. package/dist/types/layoutControls/Toolbox/index.d.ts +12 -12
  426. package/dist/types/layoutControls/Toolbox/property.d.ts +6 -6
  427. package/dist/types/layoutControls/Toolbox/runtime.d.ts +10 -10
  428. package/dist/types/layoutControls/index.d.ts +19 -19
  429. package/dist/types/listControls/GridTable/designer.d.ts +18 -18
  430. package/dist/types/listControls/GridTable/index.d.ts +12 -12
  431. package/dist/types/listControls/GridTable/property.d.ts +45 -45
  432. package/dist/types/listControls/GridTable/runtime.d.ts +13 -13
  433. package/dist/types/listControls/SubTable/designer.d.ts +24 -24
  434. package/dist/types/listControls/SubTable/index.d.ts +12 -12
  435. package/dist/types/listControls/SubTable/property.d.ts +192 -192
  436. package/dist/types/listControls/SubTable/runtime.d.ts +13 -13
  437. package/dist/types/listControls/index.d.ts +2 -2
  438. package/dist/types/searchControls/SimpleSearch/designer.d.ts +10 -10
  439. package/dist/types/searchControls/SimpleSearch/index.d.ts +12 -12
  440. package/dist/types/searchControls/SimpleSearch/property.d.ts +72 -72
  441. package/dist/types/searchControls/SimpleSearch/runtime.d.ts +11 -11
  442. package/dist/types/searchControls/index.d.ts +1 -1
  443. package/dist/types/type.d.ts +115 -115
  444. package/dist/types/wrapControls/GridLayoutWrap/Setting.d.ts +2 -2
  445. package/dist/types/wrapControls/GridLayoutWrap/designer.d.ts +11 -11
  446. package/dist/types/wrapControls/GridLayoutWrap/index.d.ts +14 -14
  447. package/dist/types/wrapControls/GridLayoutWrap/property.d.ts +6 -6
  448. package/dist/types/wrapControls/GridLayoutWrap/runtime.d.ts +9 -9
  449. package/dist/types/wrapControls/index.d.ts +1 -1
  450. package/package.json +4 -4
package/dist/index.umd.js CHANGED
@@ -1 +1 @@
1
- var mw=Object.defineProperty,vw=Object.defineProperties;var gw=Object.getOwnPropertyDescriptors;var Qs=Object.getOwnPropertySymbols,bw=Object.getPrototypeOf,_w=Object.prototype.hasOwnProperty,Cw=Object.prototype.propertyIsEnumerable,ww=Reflect.get;var Xs=(y,V,U)=>V in y?mw(y,V,{enumerable:!0,configurable:!0,writable:!0,value:U}):y[V]=U,at=(y,V)=>{for(var U in V||(V={}))_w.call(V,U)&&Xs(y,U,V[U]);if(Qs)for(var U of Qs(V))Cw.call(V,U)&&Xs(y,U,V[U]);return y},Ol=(y,V)=>vw(y,gw(V));var Bl=(y,V,U)=>ww(bw(y),U,V);var Rl=(y,V,U)=>new Promise((su,Rn)=>{var du=ge=>{try{Et(U.next(ge))}catch(St){Rn(St)}},hu=ge=>{try{Et(U.throw(ge))}catch(St){Rn(St)}},Et=ge=>ge.done?su(ge.value):Promise.resolve(ge.value).then(du,hu);Et((U=U.apply(y,V)).next())});(function(y,V){typeof exports=="object"&&typeof module!="undefined"?V(exports):typeof define=="function"&&define.amd?define(["exports"],V):(y=typeof globalThis!="undefined"?globalThis:y||self,V(y.modelDrivenControls={}))})(this,function(y){"use strict";var V="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",U="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",su="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",Rn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",du="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",hu="{caption}\u5FC5\u586B",Et="\u8BF7\u8F93\u5165\u6807\u9898",ge="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",St="\u8BF7\u8F93\u5165\u884C\u6807\u9898",Js="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Ys="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",ps="\u8BF7\u7ED1\u5B9A\u8868\u5355",ed="\u8BF7\u7ED1\u5B9A\u5217\u8868",td="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",nd="\u8BF7\u8F93\u5165\u663E\u793A\u503C",id="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",ud="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",ad="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",ld="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",rd="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",od="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",cd="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",sd="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",dd="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",hd="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",fd="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",yd="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",md="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",vd="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",gd="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",bd="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",_d="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Cd="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",wd="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Id="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Ed="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Sd="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Ad="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Td="\u8BF7\u9009\u62E9\u7701",Od="\u8BF7\u9009\u62E9\u5E02",Bd="\u8BF7\u9009\u62E9\u533A",Rd="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Pd="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Dd="\u8BF7\u8F93\u5165\u5217\u5BBD",xd="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",kd="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Fd="\u8BF7\u9009\u62E9\u63A7\u4EF6",Ld="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Nd="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Md="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",$d="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Vd="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Hd="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",jd="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",qd="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Ud="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Wd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Kd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",zd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Gd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Zd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Qd="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Xd="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Jd="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Yd="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",pd="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",eh="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",th="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",nh="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",ih="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",uh="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",ah="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",lh="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",rh="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",oh={isNotNumber:V,isNotString:U,isNotObject:su,isNotArray:Rn,isNotBoolean:du,runtimeRequired:hu,pleaseEnterCaption:Et,pleaseEnterCaptionTip:ge,pleaseEnterRowCaption:St,pleaseEnterPlaceholder:Js,pleaseEnterFieldCode:Ys,pleaseEnterForm:ps,pleaseEnterList:ed,pleaseEnterProcess:td,pleaseEnterLabel:nd,pleaseEnterValue:id,bizKeyNotBindFiled:ud,pleaseSelectOneField:ad,pleaseEnterNumberRange:ld,pleaseEnterAValueGreaterThanMin:rd,pleaseEnterAValueLessThanMax:od,numberRangeSetError:cd,stringRangeError:sd,attachmentMaxSize:dd,pleaseEnterTotalScoreSetting:hd,theTotalScoreMustNotBeLessThan1:fd,scoreDefaultValueRange:yd,attachmentLimitError:md,PleaseReselectTheOptionalQuantity:vd,TheMaximumLengthIsGreaterThanTheMinimumLength:gd,TheMinimumLengthIsGreaterThanTheMaximumLength:bd,PleaseSelectTheCorrectOptionSettings:_d,optionIdIsRepeat:Cd,optionIsRequired:wd,pleaseEnterDataCode:Id,pleaseEnterValueFieldCode:Ed,pleaseEnterSvcCode:Sd,pleaseBindAtLeastOneDisplayValue:Ad,pleaseSelectProvince:Td,pleaseSelectCity:Od,pleaseSelectDistrict:Bd,limitRowsCannotBeLessThan0:Rd,TheNumberOfRowsCannotBeLessThanMinRows:Pd,pleaseEnterColumnWidth:Dd,pleaseSetTheLogicalRelationshipOfAllRuleConditions:xd,pleaseCompleteAllRulesAndConditions:kd,pleaseSelectControl:Fd,pleaseSelectAtLeastOneColumn:Ld,pleaseSelectFillBackMode:Nd,pleaseSelectDashboard:Md,rootNodeIsRequired:$d,theViewNameCannotBeEmpty:Vd,pleaseSelectOcrType:Hd,pleaseSelectAtLeastOneFieldToFillIn:jd,pleaseChooseAtLeastOne:qd,pleaseEnterButtonContent:Ud,pleaseEnterDataCodeInDataSetting:Wd,pleaseEnterValueFieldCodeInDataSetting:Kd,pleaseEnterSvcCodeInDataSetting:zd,pleaseBindAtLeastOneDisplayValueInDataSetting:Gd,rootNodeIsRequiredInDataSetting:Zd,pleaseEnterMaxHeight:Qd,pleaseEnter:Xd,pleaseEnterWatermark:Jd,pleaseEnterFileName:Yd,pleaseUploadAtLeastOnePrintTemplate:pd,pleaseAssignBusiness:eh,pleaseAssignExternal:th,pleaseEnterAliasCode:nh,pleaseSelectDataCode:ih,pleaseSelectSvcCode:uh,pleaseSelectJoinFieldCode:ah,pleaseSelectMainFieldCode:lh,pleaseSelectSortFieldCode:rh},ch="Please enter a number",sh="Please enter a string",dh="Please enter an object",hh="Please enter an array",fh="Please enter a boolean",yh="{caption} Required",mh="Please enter the title",vh="Please enter the bubble prompt",gh="Please enter the row title",bh="Please enter the prompt text",_h="Please bind data items",Ch="Please bind the form",wh="Please bind the list",Ih="Please bind the process",Eh="Please enter the displayed value",Sh="Please enter the stored value",Ah="The document number is not bound to the data item",Th="Please select at least one display field",Oh="Please enter a value greater than or equal to {min} and less than or equal to {max}",Bh="Please enter a value greater than or equal to {min}",Rh="Please enter a value less than or equal to {max}",Ph="The value range is set incorrectly",Dh="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",xh="The attachment size must be between 0MB and 1000MB",kh="Please fill in the total score setting",Fh="The total score cannot be less than 1",Lh="The default value must be between {min} and {max}",Nh="The number of attachments uploaded must be between {min} and {max}",Mh="Please re-select the optional quantity",$h="The maximum length of the control must be greater than the minimum length",Vh="The minimum length of the control must be less than the maximum length",Hh="Please select the correct option setting",jh="Option ID cannot be repeated",qh="Please enter at least one option",Uh="Please bind the data source",Wh="Please bind the stored value",Kh="Please bind the service",zh="At least one display value must be bound",Gh="Please select a province",Zh="Please select a city",Qh="Please select a district",Xh="The minimum number of lines to fill in cannot be less than 0",Jh="The number of rows cannot be less than {min} rows",Yh="Please enter the column width",ph="Please set the logical relationship of all rule conditions",ef="Please complete all rules and conditions",tf="please select control",nf="Please select the dashboard",uf="View name cannot be empty",af="Please select recognition type",lf="Please select at least one field to fill in",rf="Please select at least one",of="Please enter the button title",cf="Please bind the business model in the data settings",sf="Please bind storage values in data settings",df="Please bind the service in the data settings",hf="Please bind at least one display value in the data settings",ff="Please select the root node in the data settings",yf="Please enter the maximum height",mf="The input content cannot be empty",vf="Watermark cannot be empty",gf="File name cannot be empty",bf="Please upload at least one printing template!\uFF01",_f="Please select a specific business department",Cf="Please select a specified external organization",wf="Please enter a sub table alias",If="Please select the associated table to set the business model",Ef="Please select the association table to set the binding service",Sf="Select associated sub table fields",Af="Please select the associated main table field",Tf="Please select the sort field",Of={isNotNumber:ch,isNotString:sh,isNotObject:dh,isNotArray:hh,isNotBoolean:fh,runtimeRequired:yh,pleaseEnterCaption:mh,pleaseEnterCaptionTip:vh,pleaseEnterRowCaption:gh,pleaseEnterPlaceholder:bh,pleaseEnterFieldCode:_h,pleaseEnterForm:Ch,pleaseEnterList:wh,pleaseEnterProcess:Ih,pleaseEnterLabel:Eh,pleaseEnterValue:Sh,bizKeyNotBindFiled:Ah,pleaseSelectOneField:Th,pleaseEnterNumberRange:Oh,pleaseEnterAValueGreaterThanMin:Bh,pleaseEnterAValueLessThanMax:Rh,numberRangeSetError:Ph,stringRangeError:Dh,attachmentMaxSize:xh,pleaseEnterTotalScoreSetting:kh,theTotalScoreMustNotBeLessThan1:Fh,scoreDefaultValueRange:Lh,attachmentLimitError:Nh,PleaseReselectTheOptionalQuantity:Mh,TheMaximumLengthIsGreaterThanTheMinimumLength:$h,TheMinimumLengthIsGreaterThanTheMaximumLength:Vh,PleaseSelectTheCorrectOptionSettings:Hh,optionIdIsRepeat:jh,optionIsRequired:qh,pleaseEnterDataCode:Uh,pleaseEnterValueFieldCode:Wh,pleaseEnterSvcCode:Kh,pleaseBindAtLeastOneDisplayValue:zh,pleaseSelectProvince:Gh,pleaseSelectCity:Zh,pleaseSelectDistrict:Qh,limitRowsCannotBeLessThan0:Xh,TheNumberOfRowsCannotBeLessThanMinRows:Jh,pleaseEnterColumnWidth:Yh,pleaseSetTheLogicalRelationshipOfAllRuleConditions:ph,pleaseCompleteAllRulesAndConditions:ef,pleaseSelectControl:tf,pleaseSelectDashboard:nf,theViewNameCannotBeEmpty:uf,pleaseSelectOcrType:af,pleaseSelectAtLeastOneFieldToFillIn:lf,pleaseChooseAtLeastOne:rf,pleaseEnterButtonContent:of,pleaseEnterDataCodeInDataSetting:cf,pleaseEnterValueFieldCodeInDataSetting:sf,pleaseEnterSvcCodeInDataSetting:df,pleaseBindAtLeastOneDisplayValueInDataSetting:hf,rootNodeIsRequiredInDataSetting:ff,pleaseEnterMaxHeight:yf,pleaseEnter:mf,pleaseEnterWatermark:vf,pleaseEnterFileName:gf,pleaseUploadAtLeastOnePrintTemplate:bf,pleaseAssignBusiness:_f,pleaseAssignExternal:Cf,pleaseEnterAliasCode:wf,pleaseSelectDataCode:If,pleaseSelectSvcCode:Ef,pleaseSelectJoinFieldCode:Sf,pleaseSelectMainFieldCode:Af,pleaseSelectSortFieldCode:Tf},Bf="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Rf="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Pf="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Df="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xf="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",kf="{caption}\u5FC5\u9808",Ff="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Lf="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Nf="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Mf="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$f="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Vf="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Hf="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",jf="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qf="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Uf="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Wf="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Kf="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",zf="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Gf="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Zf="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Qf="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",Xf="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Jf="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Yf="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",pf="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ey="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ty="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",ny="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",iy="\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",uy="\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",ay="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ly="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",ry="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",oy="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",cy="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",sy="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",dy="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",hy="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",fy="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",yy="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",my="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",vy="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",gy="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",by="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",_y="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Cy="please select control",wy="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Iy="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ey="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Sy="\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",Ay="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ty="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Oy="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",By="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ry="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Py="\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",Dy="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xy="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ky="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Fy="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ly="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ny="\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",My="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",$y="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Vy="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Hy="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",jy="\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",qy="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Uy="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Wy="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ky={isNotNumber:Bf,isNotString:Rf,isNotObject:Pf,isNotArray:Df,isNotBoolean:xf,runtimeRequired:kf,pleaseEnterCaption:Ff,pleaseEnterCaptionTip:Lf,pleaseEnterRowCaption:Nf,pleaseEnterPlaceholder:Mf,pleaseEnterFieldCode:$f,pleaseEnterForm:Vf,pleaseEnterList:Hf,pleaseEnterProcess:jf,pleaseEnterLabel:qf,pleaseEnterValue:Uf,bizKeyNotBindFiled:Wf,pleaseSelectOneField:Kf,pleaseEnterNumberRange:zf,pleaseEnterAValueGreaterThanMin:Gf,pleaseEnterAValueLessThanMax:Zf,numberRangeSetError:Qf,stringRangeError:Xf,attachmentMaxSize:Jf,pleaseEnterTotalScoreSetting:Yf,theTotalScoreMustNotBeLessThan1:pf,scoreDefaultValueRange:ey,attachmentLimitError:ty,PleaseReselectTheOptionalQuantity:ny,TheMaximumLengthIsGreaterThanTheMinimumLength:iy,TheMinimumLengthIsGreaterThanTheMaximumLength:uy,PleaseSelectTheCorrectOptionSettings:ay,optionIdIsRepeat:ly,optionIsRequired:ry,pleaseEnterDataCode:oy,pleaseEnterValueFieldCode:cy,pleaseEnterSvcCode:sy,pleaseBindAtLeastOneDisplayValue:dy,pleaseSelectProvince:hy,pleaseSelectCity:fy,pleaseSelectDistrict:yy,limitRowsCannotBeLessThan0:my,TheNumberOfRowsCannotBeLessThanMinRows:vy,pleaseEnterColumnWidth:gy,pleaseSetTheLogicalRelationshipOfAllRuleConditions:by,pleaseCompleteAllRulesAndConditions:_y,pleaseSelectControl:Cy,pleaseSelectDashboard:wy,theViewNameCannotBeEmpty:Iy,pleaseSelectOcrType:Ey,pleaseSelectAtLeastOneFieldToFillIn:Sy,pleaseChooseAtLeastOne:Ay,pleaseEnterButtonContent:Ty,pleaseEnterDataCodeInDataSetting:Oy,pleaseEnterValueFieldCodeInDataSetting:By,pleaseEnterSvcCodeInDataSetting:Ry,pleaseBindAtLeastOneDisplayValueInDataSetting:Py,rootNodeIsRequiredInDataSetting:Dy,pleaseEnterMaxHeight:xy,pleaseEnter:ky,pleaseEnterWatermark:Fy,pleaseEnterFileName:Ly,pleaseUploadAtLeastOnePrintTemplate:Ny,pleaseAssignBusiness:My,pleaseAssignExternal:$y,pleaseEnterAliasCode:Vy,pleaseSelectDataCode:Hy,pleaseSelectSvcCode:jy,pleaseSelectJoinFieldCode:qy,pleaseSelectMainFieldCode:Uy,pleaseSelectSortFieldCode:Wy},zy={zhCN:oh,enUS:Of,jaJP:Ky},Pl;(function(t){t.Number="Number",t.Operator="Operator",t.VariableInMainTable="VariableInMainTable",t.VariableInCurrentSubTable="VariableInCurrentSubTable",t.VariableInOtherSubTable="VariableInOtherSubTable",t.UndefinedVariable="UndefinedVariable"})(Pl||(Pl={}));var Dl;(function(t){t.SUM="SUM",t.AVG="AVG",t.MAX="MAX",t.MIN="MIN"})(Dl||(Dl={}));var Gy="zh-CN";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}var lt;(function(t){t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search"})(lt||(lt={}));var xl;(function(t){t[t.FORM=0]="FORM",t[t.LIST=1]="LIST",t[t.REPORT=2]="REPORT",t[t.DASHBOARD=3]="DASHBOARD",t[t.VUE=4]="VUE",t[t.FREE_PAGE=5]="FREE_PAGE"})(xl||(xl={}));var S;(function(t){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.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.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.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.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.SENSITIVEN_INFORMATION="sensitiven-information"})(S||(S={}));var kl;(function(t){t.SAVE="save",t.DRAFT="draft",t.UNSUBMIT="unsubmit",t.AUDIT="audit",t.UNAUDIT="unaudit",t.CANCEL="cancel",t.FORM_SUBMIT="form_submit"})(kl||(kl={}));var b;(function(t){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.RELATION="relation",t.LIST="list",t.RELATION_FIELD="relation-field",t.REFERENCE_FIELD="reference-field",t.CALC_FIELD="calc",t.JSON="json",t.BIGINT="bigint",t.ANY="ANY",t.ENCRYPTED_FIELD="encrypted_field"})(b||(b={}));var p;p={},ie(p,"array","array-column"),ie(p,"auto_number","auto-number-column"),ie(p,"decimal","decimal-column"),ie(p,"department","department-column"),ie(p,"file","file-column"),ie(p,"image","image-column"),ie(p,"location","location-column"),ie(p,"people","employee-column"),ie(p,"text","text-column"),ie(p,"timescope","timescope-column"),ie(p,"timestamp","timestamp-column"),ie(p,"varchar","varchar-column"),ie(p,"relation","varchar-column");var Ee;(function(t){t.YEAR="year",t.MONTH="month",t.DATE="date",t.DATEHOUR="datehour",t.DATEMIN="datemin",t.DATETIME="datetime"})(Ee||(Ee={}));var Fl="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Zy=Fl+"0123456789";function ce(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",n=0;n<t;n++){var i=n===0?Fl:Zy,u=Math.random()*i.length;e+=i[parseInt(String(u),10)]}return e}function fu(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 Qy(t){if(Array.isArray(t))return fu(t)}function Xy(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Ll(t,e,n){return e=At(e),em(t,mu()?Reflect.construct(e,n||[],At(t).constructor):e.apply(t,n))}function Nl(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Pn(t,e,n){return mu()?Pn=Reflect.construct:Pn=function(u,a,l){var r=[null];r.push.apply(r,a);var s=Function.bind.apply(u,r),c=new s;return l&&Tt(c,l.prototype),c},Pn.apply(null,arguments)}function At(t){return At=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},At(t)}function Ml(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&&Tt(t,e)}function Jy(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Yy(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function py(){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 em(t,e){return e&&(tm(e)==="object"||typeof e=="function")?e:Xy(t)}function Tt(t,e){return Tt=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Tt(t,e)}function $l(t){return Qy(t)||Yy(t)||nm(t)||py()}function tm(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function nm(t,e){if(!!t){if(typeof t=="string")return fu(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 fu(t,e)}}function yu(t){var e=typeof Map=="function"?new Map:void 0;return yu=function(i){if(i===null||!Jy(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,At(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Tt(u,i)},yu(t)}function mu(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(mu=function(){return!!t})()}var vu=console;function gu(){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=vu).warn.apply(i,["\u{1F9D0} Driven Warning:"+e[0]].concat($l(u)))}function Vl(){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=vu).log.apply(i,["\u{1F680} Driven Log:"+e[0]].concat($l(u)))}function im(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var bu=function(t){Ml(e,t);function e(n){Nl(this,e);var i;return i=Ll(this,e,[n]),i.name="\u{1F4A5} Driven Error",i.message=n?im(n):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",i}return e}(yu(Error)),um=function(t){Ml(e,t);function e(n){Nl(this,e);var i;return i=Ll(this,e,[n]),i.name="\u{1F6A8} Driven Reference Error",i}return e}(bu);function Ot(t){throw new bu(t)}function Hl(t){throw new um(t)}function am(t){vu.error(new bu(t))}var lm=Object.prototype.toString;function jl(t,e){return lm.call(t)==="[object "+e+"]"}function rm(t){return jl(t,"String")}function om(t){return jl(t,"Promise")}var cm=function(){function t(e){var n,i;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((i=(n=e.messages)!==null&&n!==void 0?n:this.getPreImport(e.locale))!==null&&i!==void 0?i:{}),e.variableRegExp&&(this.variableRegExp=e.variableRegExp),this.setLocale(e.locale)}return t.prototype.setLocale=function(e){var n=this;this.locale=e,this._messageCache.clear();var i=this.getMessageData();om(i)?i.then(function(u){n._messageCache.clear(),n.messages[n.localeInMessageKey]=u}):this.messages[this.localeInMessageKey]=i},t.prototype.getMessageData=function(){var e=this._messages[this.localeInMessageKey];return typeof e=="function"?e():e},t.prototype.translate=function(e,n,i){var u=this.getMessage(e);return u?this.formatMessage(u,i):this.formatMessage(n,i)},t.prototype.getMessage=function(e){if(this._messageCache.has(e))return this._messageCache.get(e);var n=this.getPathArray(e),i=n.reduce(function(u,a,l,r){if(u!==void 0){var s=u[a];if(!(l===r.length-1&&!rm(s)))return s}},this.message);return this._messageCache.set(e,i),i},t.prototype.formatMessage=function(e,n){return n?e.replace(this.variableRegExp,function(i,u){var a=n[u];return a!==void 0?String(a):i}):e},t.prototype.getPreImport=function(e){var n;if(window.okI18nPreImport){var i=this.getLocaleInMessageKey(e);return window.okI18nPreImport.hasOwnProperty(i)?window.okI18nPreImport:(n={},n[i]=window.okI18nPreImport,n)}},t.prototype.getPathArray=function(e){return e.split(".")},t.prototype.getLocaleInMessageKey=function(e){return e.replace(/-/g,"")},Object.defineProperty(t.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"message",{get:function(){var e;return(e=this.messages[this.localeInMessageKey])!==null&&e!==void 0?e:{}},enumerable:!1,configurable:!0}),t}();function sm(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ql(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 dm(t,e,n){return e&&ql(t.prototype,e),n&&ql(t,n),t}function hm(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var d=function(){function t(){sm(this,t)}return dm(t,null,[{key:"getMessage",value:function(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",i)}},{key:"resetI18n",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Gy;return new cm({locale:n,messages:zy})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),t}();hm(d,"$i18n",d.resetI18n());function fm(t,e,n){var i=e.replace(/\[(\d)]/g,function(a,l){return"."+l}).split("."),u=!1;return i.reduce(function(a,l,r,s){var c=a;if(!!a){if(!Object.prototype.hasOwnProperty.call(a,l)){gu("Can not set ".concat(e,"'s ").concat(l," property in current %o, Because there is no ").concat(l," property on the %o"),a,a);return}return r===s.length-1&&!Object.is(c[l],n)&&(c[l]=n,u=!0),c[l]}},t),u}var ym=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},mm={exports:{}};(function(t){(function(e){var n=function(m,w,T){if(!c(w)||v(w)||g(w)||C(w)||s(w))return w;var R,x=0,re=0;if(h(w))for(R=[],re=w.length;x<re;x++)R.push(n(m,w[x],T));else{R={};for(var k in w)Object.prototype.hasOwnProperty.call(w,k)&&(R[m(k,T)]=n(m,w[k],T))}return R},i=function(m,w){w=w||{};var T=w.separator||"_",R=w.split||/(?=[A-Z])/;return m.split(R).join(T)},u=function(m){return I(m)?m:(m=m.replace(/[\-_\s]+(.)?/g,function(w,T){return T?T.toUpperCase():""}),m.substr(0,1).toLowerCase()+m.substr(1))},a=function(m){var w=u(m);return w.substr(0,1).toUpperCase()+w.substr(1)},l=function(m,w){return i(m,w).toLowerCase()},r=Object.prototype.toString,s=function(m){return typeof m=="function"},c=function(m){return m===Object(m)},h=function(m){return r.call(m)=="[object Array]"},v=function(m){return r.call(m)=="[object Date]"},g=function(m){return r.call(m)=="[object RegExp]"},C=function(m){return r.call(m)=="[object Boolean]"},I=function(m){return m=m-0,m===m},_=function(m,w){var T=w&&"process"in w?w.process:w;return typeof T!="function"?m:function(R,x){return T(R,m,x)}},E={camelize:u,decamelize:l,pascalize:a,depascalize:l,camelizeKeys:function(m,w){return n(_(u,w),m)},decamelizeKeys:function(m,w){return n(_(l,w),m,w)},pascalizeKeys:function(m,w){return n(_(a,w),m)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=E:e.humps=E})(ym)})(mm);var Ul={};Object.defineProperty(Ul,"__esModule",{value:!0});function _u(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:_u(e));{const e={};for(const n in t){const i=t[n];e[n]=typeof i!="object"||i===null?i:_u(i)}return e}}var vm=Ul.default=_u;function gm(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Se(t){if(t!==void 0)return(typeof t=="undefined"?"undefined":gm(t))==="object"?vm(t):t}function bm(t){return Object.prototype.toString.call(t)==="[object Object]"}function Cu(t){return Array.isArray(t)}function _m(t){return t.reduce(function(e,n){return e.includes(n)||e.push(n),e},[])}function wu(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 Cm(t){if(Array.isArray(t))return wu(t)}function Wl(t,e,n,i,u,a,l){try{var r=t[a](l),s=r.value}catch(c){n(c);return}r.done?e(s):Promise.resolve(s).then(i,u)}function wm(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function l(s){Wl(a,i,u,l,r,"next",s)}function r(s){Wl(a,i,u,l,r,"throw",s)}l(void 0)})}}function Im(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Kl(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 Em(t,e,n){return e&&Kl(t.prototype,e),n&&Kl(t,n),t}function zl(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Sm(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Am(){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 Iu(t){return Cm(t)||Sm(t)||Tm(t)||Am()}function Tm(t,e){if(!!t){if(typeof t=="string")return wu(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 wu(t,e)}}function Om(t,e){var n,i,u,a,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return a={next:r(0),throw:r(1),return:r(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function r(c){return function(h){return s([c,h])}}function s(c){if(n)throw new TypeError("Generator is already executing.");for(;l;)try{if(n=1,i&&(u=c[0]&2?i.return:c[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,c[1])).done)return u;switch(i=0,u&&(c=[c[0]&2,u.value]),c[0]){case 0:case 1:u=c;break;case 4:return l.label++,{value:c[1],done:!1};case 5:l.label++,i=c[1],c=[0];continue;case 7:c=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(c[0]===6||c[0]===2)){l=0;continue}if(c[0]===3&&(!u||c[1]>u[0]&&c[1]<u[3])){l.label=c[1];break}if(c[0]===6&&l.label<u[1]){l.label=u[1],u=c;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(c);break}u[2]&&l.ops.pop(),l.trys.pop();continue}c=e.call(t,l)}catch(h){c=[6,h],i=0}finally{n=u=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var Bm=function(){function t(){Im(this,t),zl(this,"_events",new Map),zl(this,"debug",!1)}return Em(t,[{key:"emit",value:function(n){for(var i=arguments.length,u=new Array(i>1?i-1:0),a=1;a<i;a++)u[a-1]=arguments[a];var l=this;return wm(function(){var r,s,c,h,v,g,C,I,_,E,m,w;return Om(this,function(T){switch(T.label){case 0:if(r=l._events.get(n),s=[],!r)return[3,10];c=r.slice(),h=!0,v=!1,g=void 0,T.label=1;case 1:T.trys.push([1,8,9,10]),C=c[Symbol.iterator](),T.label=2;case 2:if(h=(I=C.next()).done)return[3,7];if(_=I.value,!r.includes(_))return[3,6];T.label=3;case 3:return T.trys.push([3,5,,6]),l.debug&&Vl.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(Iu(u))),[4,_.apply(null,Iu(u))];case 4:return E=T.sent(),l.debug&&Vl.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(Iu(u),[E])),s.push(E),E===!1?[3,7]:[3,6];case 5:return m=T.sent(),am(String(m)+":"+String(m.stack)),[3,6];case 6:return h=!0,[3,2];case 7:return[3,10];case 8:return w=T.sent(),v=!0,g=w,[3,10];case 9:try{!h&&C.return!=null&&C.return()}finally{if(v)throw g}return[7];case 10:return[2,s]}})})()}},{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),a=u==null?void 0:u.indexOf(i);u==null||u.splice(a,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),t}();function Rm(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Gl(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 Pm(t,e,n){return e&&Gl(t.prototype,e),n&&Gl(t,n),t}function Dm(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var xm=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],km=function(){function t(){Rm(this,t)}return Pm(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(l){return u.includes(l.key)}));var a=n.customEvents.map(function(l){var r=l.key;return{key:r,code:l.key,name:l.name}});return i=i.concat(a),i}}]),t}();Dm(km,"events",xm);function Eu(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 Fm(t){if(Array.isArray(t))return Eu(t)}function Lm(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Nm(){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 Zl(t){return Fm(t)||Lm(t)||Mm(t)||Nm()}function Mm(t,e){if(!!t){if(typeof t=="string")return Eu(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 Eu(t,e)}}function Su(t,e){var n;!((n=Object.getOwnPropertyDescriptors(t)[e])===null||n===void 0)&&n.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function Ql(t,e,n){n!=="Runtime"&&(t.parent=e,Su(t,"parent"))}function $m(t,e,n){t.forEach(function(i){Ql(i,e,n)})}var Xl=Symbol("targetKey");function Jl(t){var e;return(e=t[Xl])!==null&&e!==void 0?e:t}function Yl(t,e,n){return $m(t,e,n),new Proxy(t,{get:function(u,a){for(var l=arguments.length,r=new Array(l>2?l-2:0),s=2;s<l;s++)r[s-2]=arguments[s];var c;return a===Xl?u:(c=Reflect).get.apply(c,[u,a].concat(Zl(r)))},set:function(u,a,l){for(var r=arguments.length,s=new Array(r>3?r-3:0),c=3;c<r;c++)s[c-3]=arguments[c];var h;if(Cu(t)&&a==="length"&&l===t.length)return!0;var v=(h=Reflect).set.apply(h,[u,a,l].concat(Zl(s)));return bm(l)&&Ql(l,e,n),v}})}function fe(t,e,n,i,u){var a=i!=null?i:t,l=Yl(Jl(n!=null?n:[]),a,u);Object.defineProperty(t,e,{get:function(){return l},set:function(s){l=Yl(Jl(s),a,u)},enumerable:!0})}function Vm(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function pl(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 Hm(t,e,n){return e&&pl(t.prototype,e),n&&pl(t,n),t}function Ae(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var er=[],Dn=function(){function t(e){Vm(this,t),Ae(this,"registeredControlTypes",new Set),Ae(this,"controlConfigMap",new Map),Ae(this,"_controls",[]),Ae(this,"_type",void 0),this._type=e,this._initControls(e)}return Hm(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__||Ot("".concat(n.name," is not a Control"));var i=this._controls.findIndex(function(u){return u.controlType===n.controlType});return i>-1&&(gu("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===lt.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===lt.FORM}},{key:"isListControl",value:function(n){return n.controlType===lt.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===lt.COLUMN}},{key:"createControl",value:function(n,i){var u=this;if(Array.isArray(n))return n.map(function(h){return u.createControl(h,i)});if(n.children&&(n.children=n.children.map(function(h){return u.createControl(h,i)})),this.isListControl(n)){var a=n.props;a.headers&&(a.headers=a.headers.map(function(h){return u.createControl(h,i)})),a.footers&&(a.footers=a.footers.map(function(h){var v;return h&&(v=u.createControl(h,i)),v}))}var l=this.getControlFormType(n.type);if(l){var r=n;if(typeof i=="function"){var s=i(r);s&&(r=s)}var c;return l.mode==="Runtime"?(c=r,c.fieldType=l.controlFieldType,this._setParentPrototypeToSchema(c,this)):c=new l(r),c}else Ot("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}}),Su(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,i){i._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var a=n.id,l=i._controlParentIdMap,r=i.instanceMap;if(!(!l||!r)){var s=l[a],c=r[a];if(!(!s&&!c)){var h=c.findIndex(function(C){return C==n}),v=r[s]||[],g;return v.length!==c.length?g=v[0]:g=v[h],g}}}}),Su(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),a=[];if(u){var l=new u(i);a=Array.from(l)}return a}},{key:"register",value:function(n,i){var u=n.Designer,a=n.Runtime,l=n.Property;(!u||!a||!u.__is_control__||!a.__is_control__)&&Ot("".concat(n," is can't register as a Control"));var r=this.staticControls.findIndex(function(s){return s.Designer.controlType===u.controlType});return r>-1&&(gu("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(r,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),l.mode=i,this}}]),t}();Ae(Dn,"staticControlsRuntimeRules",new Map),Ae(Dn,"staticControls",er),Ae(Dn,"staticRegisteredTypes",new Set(er.map(function(t){return t.Designer.controlType}))),Ae(Dn,"staticRegisteredConfigs",new Map);function jm(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function se(t,e,n){return e=xn(e),qm(t,tr()?Reflect.construct(e,n||[],xn(t).constructor):e.apply(t,n))}function A(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 xn(t){return xn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},xn(t)}function de(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&&Au(t,e)}function qm(t,e){return e&&(Um(e)==="object"||typeof e=="function")?e:jm(t)}function Au(t,e){return Au=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Au(t,e)}function Um(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function tr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(tr=function(){return!!t})()}var ye=function t(e){A(this,t),f(this,"dataCode",void 0),f(this,"fieldCode",void 0),f(this,"fieldType",void 0),f(this,"aliasCode",void 0);var n;this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"";var i;this.fieldCode=(i=e==null?void 0:e.fieldCode)!==null&&i!==void 0?i:"";var u;this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:"",this.aliasCode=e==null?void 0:e.aliasCode},nr=function t(e){A(this,t),f(this,"minWidth",void 0),f(this,"maxWidth",void 0),f(this,"flex",void 0);var n;this.minWidth=(n=e==null?void 0:e.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=e==null?void 0:e.maxWidth;var i;this.flex=(i=e==null?void 0:e.flex)!==null&&i!==void 0?i:1},Tu=function(t){de(e,t);function e(n){A(this,e);var i;i=se(this,e,[n]),f(i,"width",void 0),f(i,"widthType",void 0);var u;i.width=(u=n==null?void 0:n.width)!==null&&u!==void 0?u:240;var a;return i.widthType=(a=n==null?void 0:n.widthType)!==null&&a!==void 0?a:"auto",i}return e}(nr),Wm=function t(e){A(this,t),f(this,"pc",void 0),f(this,"mobile",void 0),this.pc=new Tu(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new Tu(e==null?void 0:e.mobile):new Tu({width:130,minWidth:180})},Km=function t(e){A(this,t),f(this,"type",void 0),f(this,"customOptions",void 0);var n;this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"firstThree";var i;this.customOptions=(i=e==null?void 0:e.customOptions)!==null&&i!==void 0?i:[]},rt=function t(e){A(this,t),f(this,"dataCode",void 0),f(this,"formKey",void 0),f(this,"appId",void 0);var n;this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"";var i;this.formKey=(i=e==null?void 0:e.formKey)!==null&&i!==void 0?i:"";var u;this.appId=(u=e==null?void 0:e.appId)!==null&&u!==void 0?u:""},zm=function(t){de(e,t);function e(n){A(this,e);var i;i=se(this,e,[n]),f(i,"primaryControlId",void 0);var u;return i.primaryControlId=(u=n==null?void 0:n.primaryControlId)!==null&&u!==void 0?u:"",i}return e}(rt),ir=function t(e){A(this,t),f(this,"fieldCode",void 0),f(this,"dataCode",void 0);var n;this.fieldCode=(n=e==null?void 0:e.fieldCode)!==null&&n!==void 0?n:"";var i;this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:""},Ou=function t(e){A(this,t);var n;f(this,"appId",void 0),f(this,"formKey",void 0),f(this,"headers",void 0);var i;this.appId=(i=e==null?void 0:e.appId)!==null&&i!==void 0?i:"";var u;this.formKey=(u=e==null?void 0:e.formKey)!==null&&u!==void 0?u:"";var a;this.headers=(a=e==null||(n=e.headers)===null||n===void 0?void 0:n.map(function(l){return new ir(l)}))!==null&&a!==void 0?a:[]},Gm=function t(e){A(this,t),f(this,"fieldName",void 0),f(this,"fieldCode",void 0),f(this,"fieldType",void 0);var n;this.fieldName=(n=e==null?void 0:e.fieldName)!==null&&n!==void 0?n:"";var i;this.fieldCode=(i=e==null?void 0:e.fieldCode)!==null&&i!==void 0?i:"";var u;this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:b.VARCHAR},Zm=function(t){de(e,t);function e(n){A(this,e);var i;i=se(this,e,[n]),f(i,"title",void 0),f(i,"svcCode",void 0),f(i,"isOpenFilter",void 0),f(i,"filters",void 0);var u;i.title=(u=n==null?void 0:n.title)!==null&&u!==void 0?u:"";var a;i.svcCode=(a=n==null?void 0:n.svcCode)!==null&&a!==void 0?a:"";var l;i.isOpenFilter=(l=n==null?void 0:n.isOpenFilter)!==null&&l!==void 0?l:!1;var r;return i.filters=(r=n==null?void 0:n.filters)!==null&&r!==void 0?r:[],i}return e}(rt),Qm=function t(e){A(this,t);var n,i;f(this,"type","sublist-page"),f(this,"formBind",void 0),f(this,"displayFields",void 0),f(this,"sublists",void 0),this.formBind=new rt(e==null?void 0:e.formBind);var u;this.displayFields=(u=e==null||(n=e.displayFields)===null||n===void 0?void 0:n.map(function(l){return new Gm(l)}))!==null&&u!==void 0?u:[];var a;this.sublists=(a=e==null||(i=e.sublists)===null||i===void 0?void 0:i.map(function(l){return new Zm(l)}))!==null&&a!==void 0?a:[]},Xm=function t(e){A(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},Bt=function t(e){A(this,t),f(this,"type",void 0),f(this,"value",void 0),f(this,"displayBos",void 0);var n;this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"custom";var i;this.value=(i=e==null?void 0:e.value)!==null&&i!==void 0?i:[];var u;this.displayBos=(u=e==null?void 0:e.displayBos)!==null&&u!==void 0?u:[]},Bu=function t(e){var n=this;A(this,t),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);var i;this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:ce();var u;this.ruleId=(u=e==null?void 0:e.ruleId)!==null&&u!==void 0?u:new Date().valueOf();var a;this.level=(a=e==null?void 0:e.level)!==null&&a!==void 0?a:0;var l;this.value=(l=e==null?void 0:e.value)!==null&&l!==void 0?l:"and",this.children=[],Array.isArray(e==null?void 0:e.children)&&(e==null||e.children.map(function(r){if(r.children!==void 0){var s,c=new t(r);(s=n.children)===null||s===void 0||s.push(c)}else{var h,v=new kn(r);(h=n.children)===null||h===void 0||h.push(v)}}))},kn=function t(e){A(this,t),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);var n;this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:ce();var i;this.ruleId=(i=e==null?void 0:e.ruleId)!==null&&i!==void 0?i:new Date().valueOf();var u;this.symbol=(u=e==null?void 0:e.symbol)!==null&&u!==void 0?u:"";var a;this.checked=(a=e==null?void 0:e.checked)!==null&&a!==void 0?a:!1;var l;this.describe=(l=e==null?void 0:e.describe)!==null&&l!==void 0?l:"",this.leftVariableBo=new Xm(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new Bt(e==null?void 0:e.rightVariableBo)},Jm=function t(e){A(this,t),f(this,"aliasCode",void 0),f(this,"datasourceBind",void 0),f(this,"relationFields",void 0);var n;this.aliasCode=(n=e==null?void 0:e.aliasCode)!==null&&n!==void 0?n:"",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind);var i;this.relationFields=(i=e==null?void 0:e.relationFields)!==null&&i!==void 0?i:[]},ne=function t(e){A(this,t),f(this,"controlId",void 0),f(this,"fieldCode",void 0),f(this,"fieldType",void 0),f(this,"propName",void 0);var n;this.controlId=(n=e==null?void 0:e.controlId)!==null&&n!==void 0?n:"";var i;this.fieldCode=(i=e==null?void 0:e.fieldCode)!==null&&i!==void 0?i:"";var u;this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:"";var a;this.propName=(a=e==null?void 0:e.propName)!==null&&a!==void 0?a:""},Ru=function t(e){A(this,t),f(this,"type",void 0),f(this,"value",void 0),f(this,"fieldType",void 0);var n;this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"FIELD";var i;this.value=(i=e==null?void 0:e.value)!==null&&i!==void 0?i:"",this.fieldType=e==null?void 0:e.fieldType},Ym=function t(e){A(this,t),f(this,"columnName",void 0),f(this,"desc",void 0);var n;this.columnName=(n=e.columnName)!==null&&n!==void 0?n:"";var i;this.desc=(i=e.desc)!==null&&i!==void 0?i:!1};function Pu(t){var e,n,i,u;this.filters=(u=t==null||(e=t.filters)===null||e===void 0?void 0:e.map(function(r){return r.children!==void 0?new Bu(r):new kn(r)}))!==null&&u!==void 0?u:[];var a;this.viewFilters=(a=t==null||(n=t.viewFilters)===null||n===void 0?void 0:n.map(function(r){return r.children!==void 0?new Bu(r):new kn(r)}))!==null&&a!==void 0?a:[];var l;this.orders=(l=t==null||(i=t.orders)===null||i===void 0?void 0:i.map(function(r){return new Ym(r)}))!==null&&l!==void 0?l:[]}var Y=function t(e){var n=this;A(this,t),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);var i;this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:"";var u;this.appId=(u=e==null?void 0:e.appId)!==null&&u!==void 0?u:"";var a;this.valueFieldCode=(a=e==null?void 0:e.valueFieldCode)!==null&&a!==void 0?a:"",this.displayBoList=[];var l;this.isOpenViewFilters=(l=e==null?void 0:e.isOpenViewFilters)!==null&&l!==void 0?l:0,Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(function(h){var v;(v=n.displayBoList)===null||v===void 0||v.push(new Ru(h))}));var r;this.keywordMapping=(r=e==null?void 0:e.keywordMapping)!==null&&r!==void 0?r:"";var s;this.showOrder=(s=e==null?void 0:e.showOrder)!==null&&s!==void 0?s:!0;var c;this.svcCode=(c=e==null?void 0:e.svcCode)!==null&&c!==void 0?c:"",Pu.call(this,e)},Du=function t(e){A(this,t),f(this,"dataCode",void 0),f(this,"displayBoList",void 0);var n;this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"";var i;this.displayBoList=(i=e==null?void 0:e.displayBoList)!==null&&i!==void 0?i:[]},be=function t(e){A(this,t),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);var n;this.code=(n=e==null?void 0:e.code)!==null&&n!==void 0?n:"view";var i;this.color=(i=e==null?void 0:e.color)!==null&&i!==void 0?i:"primary";var u;this.command=(u=e==null?void 0:e.command)!==null&&u!==void 0?u:"view";var a;this.confirmMessage=(a=e==null?void 0:e.confirmMessage)!==null&&a!==void 0?a:void 0;var l;this.defaultState=(l=e==null?void 0:e.defaultState)!==null&&l!==void 0?l:"default";var r;this.formKey=(r=e==null?void 0:e.formKey)!==null&&r!==void 0?r:void 0,this.formType=e==null?void 0:e.formType;var s;this.icon=(s=e==null?void 0:e.icon)!==null&&s!==void 0?s:"iconliulan1";var c;this.needConfirm=(c=e==null?void 0:e.needConfirm)!==null&&c!==void 0?c:!1;var h;this.openType=(h=e==null?void 0:e.openType)!==null&&h!==void 0?h:"modal";var v;this.priorityProcess=(v=e==null?void 0:e.priorityProcess)!==null&&v!==void 0?v:!0},ur=function t(e){A(this,t);var n;f(this,"name",void 0),f(this,"key",void 0),f(this,"value",void 0);var i;this.name=(i=e==null?void 0:e.name)!==null&&i!==void 0?i:"";var u;this.key=(u=e==null?void 0:e.key)!==null&&u!==void 0?u:"";var a;this.value=(a=e==null||(n=e.value)===null||n===void 0?void 0:n.map(function(l){return new Ru(l)}))!==null&&a!==void 0?a:[]},Fn=function(t){de(e,t);function e(n){A(this,e);var i,u;i=se(this,e,[n]),f(i,"attributes",void 0);var a;return i.attributes=(a=n==null||(u=n.attributes)===null||u===void 0?void 0:u.map(function(l){return new ur(l)}))!==null&&a!==void 0?a:[],i}return e}(Y),pm=function(t){de(e,t);function e(n){A(this,e);var i,u;i=se(this,e,[n]),f(i,"attributes",void 0),f(i,"formCode",void 0);var a;i.attributes=(a=n==null||(u=n.attributes)===null||u===void 0?void 0:u.map(function(r){return new ur(r)}))!==null&&a!==void 0?a:[];var l;return i.formCode=(l=n==null?void 0:n.formCode)!==null&&l!==void 0?l:"",i}return e}(Y),ar=function(t){de(e,t);function e(n){A(this,e);var i;i=se(this,e,[n]),f(i,"rootNode",void 0),f(i,"filterCode",void 0),i.rootNode=new Bt(n==null?void 0:n.rootNode);var u;return i.filterCode=(u=n==null?void 0:n.filterCode)!==null&&u!==void 0?u:"",i}return e}(Fn),lr=function t(e){A(this,t);var n;f(this,"dataCode",void 0),f(this,"appId",void 0),f(this,"fillList",void 0);var i;this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:"";var u;this.appId=(u=e==null?void 0:e.appId)!==null&&u!==void 0?u:"";var a;this.fillList=(a=e==null||(n=e.fillList)===null||n===void 0?void 0:n.map(function(l){return new ne(l)}))!==null&&a!==void 0?a:[]},rr=function(t){de(e,t);function e(n){A(this,e);var i;return i=se(this,e,[n]),f(i,"filters",void 0),f(i,"viewFilters",void 0),f(i,"orders",void 0),Pu.call(i,n),i}return e}(lr),or=function(t){de(e,t);function e(n){A(this,e);var i;i=se(this,e,[n]),f(i,"mode",void 0),f(i,"multiple",void 0);var u;i.mode=(u=n==null?void 0:n.mode)!==null&&u!==void 0?u:"current";var a;return i.multiple=(a=n==null?void 0:n.multiple)!==null&&a!==void 0?a:!1,i}return e}(lr),xu=function t(e){A(this,t),f(this,"stencilName",void 0),f(this,"expression",void 0),f(this,"errMessage",void 0);var n;this.stencilName=(n=e==null?void 0:e.stencilName)!==null&&n!==void 0?n:"";var i;this.expression=(i=e==null?void 0:e.expression)!==null&&i!==void 0?i:"";var u;this.errMessage=(u=e==null?void 0:e.errMessage)!==null&&u!==void 0?u:""},ev=function t(e){A(this,t),f(this,"id",void 0),f(this,"label",void 0),f(this,"value",void 0);var n;this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:ce(8);var i;this.label=(i=e==null?void 0:e.label)!==null&&i!==void 0?i:"";var u;this.value=(u=e==null?void 0:e.value)!==null&&u!==void 0?u:this.label};function _e(t){var e;return(e=t==null?void 0:t.map(function(n){return new ev(n)}))!==null&&e!==void 0?e:[]}var ku=function t(){A(this,t)},tv=function(t){de(e,t);function e(n){A(this,e);var i;return i=se(this,e),f(i,"amount",void 0),f(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}(ku),nv=function t(e){A(this,t),f(this,"amount",void 0),f(this,"currency",void 0);var n;this.amount=(n=e==null?void 0:e.amount)!==null&&n!==void 0?n:"";var i;this.currency=(i=e==null?void 0:e.currency)!==null&&i!==void 0?i:"CNY"},iv=function(t){de(e,t);function e(n){A(this,e);var i;return i=se(this,e),f(i,"min",void 0),f(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}(ku),uv=function t(e){A(this,t),f(this,"min",void 0),f(this,"max",void 0);var n;this.min=(n=e==null?void 0:e.min)!==null&&n!==void 0?n:"";var i;this.max=(i=e==null?void 0:e.max)!==null&&i!==void 0?i:""},av=function t(e){A(this,t),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);var n;this.city=(n=e==null?void 0:e.city)!==null&&n!==void 0?n:"";var i;this.cityDisplay=(i=e==null?void 0:e.cityDisplay)!==null&&i!==void 0?i:"";var u;this.district=(u=e==null?void 0:e.district)!==null&&u!==void 0?u:"";var a;this.districtDisplay=(a=e==null?void 0:e.districtDisplay)!==null&&a!==void 0?a:"";var l;this.province=(l=e==null?void 0:e.province)!==null&&l!==void 0?l:"";var r;this.provinceDisplay=(r=e==null?void 0:e.provinceDisplay)!==null&&r!==void 0?r:""},lv=function(t){de(e,t);function e(n){A(this,e);var i;return i=se(this,e),f(i,"result",void 0),f(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}(ku),rv=function t(e){A(this,t),f(this,"result",void 0),f(this,"unit",void 0);var n;this.result=(n=e==null?void 0:e.result)!==null&&n!==void 0?n:0;var i;this.unit=(i=e==null?void 0:e.unit)!==null&&i!==void 0?i:""},Fu;(function(t){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"})(Fu||(Fu={}));var o;(function(t){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.CAPTION_SIZE="captionSize",t.CAPTION_COLOR="captionColor",t.IS_CAPTION_ITALIC="isCaptionItalic",t.ONLY_ALLOW_TAKE_PHOTO="onlyAllowTakePhoto",t.FORBID_DOWNLOAD="forbidDownload",t.ACCESS_CONTROL="accessControl"})(o||(o={}));var Lu;(function(t){t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT"})(Lu||(Lu={}));var Te=function t(e){A(this,t),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);var n;this.isShow=(n=e==null?void 0:e.isShow)!==null&&n!==void 0?n:!0;var i;this.content=(i=e==null?void 0:e.content)!==null&&i!==void 0?i:"";var u;this.formKey=(u=e==null?void 0:e.formKey)!==null&&u!==void 0?u:"";var a;this.openType=(a=e==null?void 0:e.openType)!==null&&a!==void 0?a:"modal";var l;this.type=(l=e==null?void 0:e.type)!==null&&l!==void 0?l:"";var r;this.priorityProcess=(r=e==null?void 0:e.priorityProcess)!==null&&r!==void 0?r:!1},ov=function t(e){A(this,t);var n;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);var i;this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:ce(8);var u;this.title=(u=e==null?void 0:e.title)!==null&&u!==void 0?u:"";var a;this.headers=(a=e==null||(n=e.headers)===null||n===void 0?void 0:n.map(function(l){return new ir(l)}))!==null&&a!==void 0?a:[],Pu.call(this,e)},cv=function t(e){A(this,t),f(this,"width",void 0),f(this,"height",void 0),f(this,"widthConfig",void 0),f(this,"heightConfig",void 0);var n;this.width=(n=e==null?void 0:e.width)!==null&&n!==void 0?n:"";var i;this.height=(i=e==null?void 0:e.height)!==null&&i!==void 0?i:"";var u;this.widthConfig=(u=e==null?void 0:e.widthConfig)!==null&&u!==void 0?u:"fill";var a;this.heightConfig=(a=e==null?void 0:e.heightConfig)!==null&&a!==void 0?a:"fill"},sv=function t(e){A(this,t),f(this,"optCode",void 0),f(this,"optType",void 0);var n;this.optCode=(n=e==null?void 0:e.optCode)!==null&&n!==void 0?n:"";var i;this.optType=(i=e==null?void 0:e.optType)!==null&&i!==void 0?i:""},dv=function t(e){A(this,t);var n;f(this,"id",void 0),f(this,"name",void 0),f(this,"color",void 0),f(this,"filters",void 0);var i;this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:ce();var u;this.name=(u=e==null?void 0:e.name)!==null&&u!==void 0?u:"";var a;this.color=(a=e==null?void 0:e.color)!==null&&a!==void 0?a:"theme";var l;this.filters=(l=e==null||(n=e.filters)===null||n===void 0?void 0:n.map(function(r){return r.children!==void 0?new Bu(r):new kn(r)}))!==null&&l!==void 0?l:[]},hv=function t(e){A(this,t),f(this,"id",void 0),f(this,"script",void 0),f(this,"color",void 0);var n;this.id=(n=e.id)!==null&&n!==void 0?n:ce();var i;this.script=(i=e.script)!==null&&i!==void 0?i:"";var u;this.color=(u=e.color)!==null&&u!==void 0?u:"theme"};function fv(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function yv(t,e,n){return e=Rt(e),gv(t,$u()?Reflect.construct(e,n||[],Rt(t).constructor):e.apply(t,n))}function Nu(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ln(t,e,n){return $u()?Ln=Reflect.construct:Ln=function(u,a,l){var r=[null];r.push.apply(r,a);var s=Function.bind.apply(u,r),c=new s;return l&&Pt(c,l.prototype),c},Ln.apply(null,arguments)}function Oe(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Rt(t){return Rt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Rt(t)}function mv(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&&Pt(t,e)}function vv(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function gv(t,e){return e&&(bv(e)==="object"||typeof e=="function")?e:fv(t)}function Pt(t,e){return Pt=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Pt(t,e)}function bv(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Mu(t){var e=typeof Map=="function"?new Map:void 0;return Mu=function(i){if(i===null||!vv(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,Rt(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Pt(u,i)},Mu(t)}function $u(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return($u=function(){return!!t})()}var W=function t(e){Nu(this,t),Oe(this,"isHide",{type:"boolean"})},$e=function(t){mv(e,t);function e(n){return Nu(this,e),yv(this,e)}return e}(Mu(Array)),G=function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";Nu(this,t),Oe(this,"isHide",void 0),Oe(this,"className",void 0),Oe(this,"style",void 0),Oe(this,"caption",void 0);var i;this.isHide=(i=e==null?void 0:e.isHide)!==null&&i!==void 0?i:!1,this.style=new cv(e==null?void 0:e.style);var u;this.caption=(u=e==null?void 0:e.caption)!==null&&u!==void 0?u:n};Oe(G,"mode",void 0),Oe(G,"Rules",W),Oe(G,"RuntimeRules",$e);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 _v(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function Vu(t){return Vu=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Vu(t)}function Nn(t,e){return Nn=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Nn(t,e)}function Cv(){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 Mn(t,e,n){return Cv()?Mn=Reflect.construct:Mn=function(u,a,l){var r=[null];r.push.apply(r,a);var s=Function.bind.apply(u,r),c=new s;return l&&Nn(c,l.prototype),c},Mn.apply(null,arguments)}function wv(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Hu(t){var e=typeof Map=="function"?new Map:void 0;return Hu=function(i){if(i===null||!wv(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 Mn(i,arguments,Vu(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Nn(u,i)},Hu(t)}var Iv=/%[sdj%]/g,cr=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(cr=function(e,n){typeof console!="undefined"&&console.warn&&n.every(function(i){return typeof i=="string"})&&console.warn(e,n)});function ju(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 ue(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i=1,u=e[0],a=e.length;if(typeof u=="function")return u.apply(null,e.slice(1));if(typeof u=="string"){var l=String(u).replace(Iv,function(r){if(r==="%%")return"%";if(i>=a)return r;switch(r){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 r}});return l}return u}function Ev(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||Ev(e)&&typeof t=="string"&&!t)}function Sv(t,e,n){var i=[],u=0,a=t.length;function l(r){i.push.apply(i,r),u++,u===a&&n(i)}t.forEach(function(r){e(r,l)})}function sr(t,e,n){var i=0,u=t.length;function a(l){if(l&&l.length){n(l);return}var r=i;i=i+1,r<u?e(t[r],a):n([])}a([])}function Av(t){var e=[];return Object.keys(t).forEach(function(n){e.push.apply(e,t[n])}),e}var dr=function(t){_v(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}(Hu(Error));function Tv(t,e,n,i){if(e.first){var u=new Promise(function(v,g){var C=function(E){return i(E),E.length?g(new dr(E,ju(E))):v()},I=Av(t);sr(I,n,C)});return u.catch(function(v){return v}),u}var a=e.firstFields||[];a===!0&&(a=Object.keys(t));var l=Object.keys(t),r=l.length,s=0,c=[],h=new Promise(function(v,g){var C=function(_){if(c.push.apply(c,_),s++,s===r)return i(c),c.length?g(new dr(c,ju(c))):v()};l.length||(i(c),v()),l.forEach(function(I){var _=t[I];a.indexOf(I)!==-1?sr(_,n,C):Sv(_,n,C)})});return h.catch(function(v){return v}),h}function hr(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 fr(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 yr(t,e,n,i,u,a){t.required&&(!n.hasOwnProperty(t.field)||K(e,a||t.type))&&i.push(ue(u.messages.required,t.fullField))}function Ov(t,e,n,i,u){(/^\s+$/.test(e)||e==="")&&i.push(ue(u.messages.whitespace,t.fullField))}var qu={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},Dt={integer:function(e){return Dt.number(e)&&parseInt(e,10)===e},float:function(e){return Dt.number(e)&&!Dt.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"&&!Dt.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(qu.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(qu.url)},hex:function(e){return typeof e=="string"&&!!e.match(qu.hex)}};function Bv(t,e,n,i,u){if(t.required&&e===void 0){yr(t,e,n,i,u);return}var a=["integer","float","array","regexp","object","method","email","number","date","url","hex"],l=t.type;a.indexOf(l)>-1?Dt[l](e)||i.push(ue(u.messages.types[l],t.fullField,t.type)):l&&typeof e!==t.type&&i.push(ue(u.messages.types[l],t.fullField,t.type))}function Rv(t,e,n,i,u){var a=typeof t.len=="number",l=typeof t.min=="number",r=typeof t.max=="number",s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,c=e,h=null,v=typeof e=="number",g=typeof e=="string",C=Array.isArray(e);if(v?h="number":g?h="string":C&&(h="array"),!h)return!1;C&&(c=e.length),g&&(c=e.replace(s,"_").length),a?c!==t.len&&i.push(ue(u.messages[h].len,t.fullField,t.len)):l&&!r&&c<t.min?i.push(ue(u.messages[h].min,t.fullField,t.min)):r&&!l&&c>t.max?i.push(ue(u.messages[h].max,t.fullField,t.max)):l&&r&&(c<t.min||c>t.max)&&i.push(ue(u.messages[h].range,t.fullField,t.min,t.max))}var ot="enum";function Pv(t,e,n,i,u){t[ot]=Array.isArray(t[ot])?t[ot]:[],t[ot].indexOf(e)===-1&&i.push(ue(u.messages[ot],t.fullField,t[ot].join(", ")))}function Dv(t,e,n,i,u){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||i.push(ue(u.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var a=new RegExp(t.pattern);a.test(e)||i.push(ue(u.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var O={required:yr,whitespace:Ov,type:Bv,range:Rv,enum:Pv,pattern:Dv};function xv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e,"string")&&!t.required)return n();O.required(t,e,i,a,u,"string"),K(e,"string")||(O.type(t,e,i,a,u),O.range(t,e,i,a,u),O.pattern(t,e,i,a,u),t.whitespace===!0&&O.whitespace(t,e,i,a,u))}n(a)}function kv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();O.required(t,e,i,a,u),e!==void 0&&O.type(t,e,i,a,u)}n(a)}function Fv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(e===""&&(e=void 0),K(e)&&!t.required)return n();O.required(t,e,i,a,u),e!==void 0&&(O.type(t,e,i,a,u),O.range(t,e,i,a,u))}n(a)}function Lv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();O.required(t,e,i,a,u),e!==void 0&&O.type(t,e,i,a,u)}n(a)}function Nv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();O.required(t,e,i,a,u),K(e)||O.type(t,e,i,a,u)}n(a)}function Mv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();O.required(t,e,i,a,u),e!==void 0&&(O.type(t,e,i,a,u),O.range(t,e,i,a,u))}n(a)}function $v(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();O.required(t,e,i,a,u),e!==void 0&&(O.type(t,e,i,a,u),O.range(t,e,i,a,u))}n(a)}function Vv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(e==null&&!t.required)return n();O.required(t,e,i,a,u,"array"),e!=null&&(O.type(t,e,i,a,u),O.range(t,e,i,a,u))}n(a)}function Hv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();O.required(t,e,i,a,u),e!==void 0&&O.type(t,e,i,a,u)}n(a)}var jv="enum";function qv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();O.required(t,e,i,a,u),e!==void 0&&O[jv](t,e,i,a,u)}n(a)}function Uv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e,"string")&&!t.required)return n();O.required(t,e,i,a,u),K(e,"string")||O.pattern(t,e,i,a,u)}n(a)}function Wv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e,"date")&&!t.required)return n();if(O.required(t,e,i,a,u),!K(e,"date")){var r;e instanceof Date?r=e:r=new Date(e),O.type(t,r,i,a,u),r&&O.range(t,r.getTime(),i,a,u)}}n(a)}function Kv(t,e,n,i,u){var a=[],l=Array.isArray(e)?"array":typeof e;O.required(t,e,i,a,u,l),n(a)}function Uu(t,e,n,i,u){var a=t.type,l=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(K(e,a)&&!t.required)return n();O.required(t,e,i,l,u,a),K(e,a)||O.type(t,e,i,l,u)}n(l)}function zv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();O.required(t,e,i,a,u)}n(a)}var xt={string:xv,method:kv,number:Fv,boolean:Lv,regexp:Nv,integer:Mv,float:$v,array:Vv,object:Hv,enum:qv,pattern:Uv,date:Wv,url:Uu,hex:Uu,email:Uu,required:Kv,any:zv};function Wu(){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 Ku=Wu();function Be(t){this.rules=null,this._messages=Ku,this.define(t)}Be.prototype={messages:function(e){return e&&(this._messages=fr(Wu(),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 a=e,l=n,r=i;if(typeof l=="function"&&(r=l,l={}),!this.rules||Object.keys(this.rules).length===0)return r&&r(),Promise.resolve();function s(_){var E,m=[],w={};function T(R){if(Array.isArray(R)){var x;m=(x=m).concat.apply(x,R)}else m.push(R)}for(E=0;E<_.length;E++)T(_[E]);m.length?w=ju(m):(m=null,w=null),r(m,w)}if(l.messages){var c=this.messages();c===Ku&&(c=Wu()),fr(c,l.messages),l.messages=c}else l.messages=this.messages();var h,v,g={},C=l.keys||Object.keys(this.rules);C.forEach(function(_){h=u.rules[_],v=a[_],h.forEach(function(E){var m=E;typeof m.transform=="function"&&(a===e&&(a=me({},a)),v=a[_]=m.transform(v)),typeof m=="function"?m={validator:m}:m=me({},m),m.validator=u.getValidationMethod(m),m.field=_,m.fullField=m.fullField||_,m.type=u.getType(m),m.validator&&(g[_]=g[_]||[],g[_].push({rule:m,value:v,source:a,field:_}))})});var I={};return Tv(g,l,function(_,E){var m=_.rule,w=(m.type==="object"||m.type==="array")&&(typeof m.fields=="object"||typeof m.defaultField=="object");w=w&&(m.required||!m.required&&_.value),m.field=_.field;function T(re,k){return me(me({},k),{},{fullField:m.fullField+"."+re})}function R(re){re===void 0&&(re=[]);var k=re;if(Array.isArray(k)||(k=[k]),!l.suppressWarning&&k.length&&Be.warning("async-validator:",k),k.length&&m.message!==void 0&&(k=[].concat(m.message)),k=k.map(hr(m)),l.first&&k.length)return I[m.field]=1,E(k);if(!w)E(k);else{if(m.required&&!_.value)return m.message!==void 0?k=[].concat(m.message).map(hr(m)):l.error&&(k=[l.error(m,ue(l.messages.required,m.field))]),E(k);var oe={};if(m.defaultField)for(var On in _.value)_.value.hasOwnProperty(On)&&(oe[On]=m.defaultField);oe=me(me({},oe),_.rule.fields);for(var we in oe)if(oe.hasOwnProperty(we)){var cu=Array.isArray(oe[we])?oe[we]:[oe[we]];oe[we]=cu.map(T.bind(null,we))}var Bn=new Be(oe);Bn.messages(l.messages),_.rule.options&&(_.rule.options.messages=l.messages,_.rule.options.error=l.error),Bn.validate(_.value,_.rule.options||l,function(It){var Ie=[];k&&k.length&&Ie.push.apply(Ie,k),It&&It.length&&Ie.push.apply(Ie,It),E(Ie.length?Ie:null)})}}var x;m.asyncValidator?x=m.asyncValidator(m,_.value,R,_.source,l):m.validator&&(x=m.validator(m,_.value,R,_.source,l),x===!0?R():x===!1?R(m.message||m.field+" fails"):x instanceof Array?R(x):x instanceof Error&&R(x.message)),x&&x.then&&x.then(function(){return R()},function(re){return R(re)})},function(_){s(_)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!xt.hasOwnProperty(e.type))throw new Error(ue("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"?xt.required:xt[this.getType(e)]||!1}},Be.register=function(e,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");xt[e]=n},Be.warning=cr,Be.messages=Ku,Be.validators=xt;var Gv={required:"%s \u5FC5\u586B",maxLength:"%s \u8D85\u51FA\u6700\u5927\u957F\u5EA6\u9650\u5236",minLength:"%s \u5C0F\u4E8E\u6700\u5C0F\u957F\u5EA6\u9650\u5236",string:{range:"%s \u4E0D\u5728\u6307\u5B9A\u957F\u5EA6\u5185"}};function Zv(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new Be(t);return n.messages(Object.assign(Gv,e)),n}var Qv=new Bm;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 Xv(t){if(Array.isArray(t))return t}function Jv(t){if(Array.isArray(t))return zu(t)}function mr(t,e,n,i,u,a,l){try{var r=t[a](l),s=r.value}catch(c){n(c);return}r.done?e(s):Promise.resolve(s).then(i,u)}function vr(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function l(s){mr(a,i,u,l,r,"next",s)}function r(s){mr(a,i,u,l,r,"throw",s)}l(void 0)})}}function Yv(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function gr(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 pv(t,e,n){return e&&gr(t.prototype,e),n&&gr(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 br(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function _r(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function eg(){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 tg(){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 Cr(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 ng(t){return Xv(t)||_r(t)||wr(t)||eg()}function Gu(t){return Jv(t)||_r(t)||wr(t)||tg()}function ig(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function wr(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 Ir(t,e){var n,i,u,a,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return a={next:r(0),throw:r(1),return:r(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function r(c){return function(h){return s([c,h])}}function s(c){if(n)throw new TypeError("Generator is already executing.");for(;l;)try{if(n=1,i&&(u=c[0]&2?i.return:c[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,c[1])).done)return u;switch(i=0,u&&(c=[c[0]&2,u.value]),c[0]){case 0:case 1:u=c;break;case 4:return l.label++,{value:c[1],done:!1};case 5:l.label++,i=c[1],c=[0];continue;case 7:c=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(c[0]===6||c[0]===2)){l=0;continue}if(c[0]===3&&(!u||c[1]>u[0]&&c[1]<u[3])){l.label=c[1];break}if(c[0]===6&&l.label<u[1]){l.label=u[1],u=c;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(c);break}u[2]&&l.ops.pop(),l.trys.pop();continue}c=e.call(t,l)}catch(h){c=[6,h],i=0}finally{n=u=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var N=function(){function e(n){var i=this;Yv(this,e),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,"updateSetting",Sr),L(this,"removeSetting",Er),this._callControlHooks("preInstance",n);var u=br(this,e)?this.constructor:void 0,a=u.controlName,l=u.controlIcon,r=u.controlType,s=u.controlFieldType,c=u.controlEventKeys,h=u.controlCustomEvents,v=u.name,g=u.setting;a&&l&&r||Hl("The ".concat(v," controlName,controlIcon,controlType is not define"));var C;this.id=(C=n==null?void 0:n.id)!==null&&C!==void 0?C:ce(10),this.name=a,this.icon=l;var I;this.type=(I=n==null?void 0:n.type)!==null&&I!==void 0?I:r,this.props=new G(n==null?void 0:n.props,(br(this,e)?this.constructor:void 0).controlName);var _;this.controlType=(_=n==null?void 0:n.controlType)!==null&&_!==void 0?_:"base",this.setting=Se(g);var E;this.fieldType=(E=n==null?void 0:n.fieldType)!==null&&E!==void 0?E:s,this.eventKeys=Se(c),this.customEvents=Se(h),Promise.resolve().then(function(){i._callControlHooks("postInstance",n)})}return pv(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),a=0;a<i;a++)u[a]=arguments[a];var l,r=ng(u),s=r[0],c=r.slice(1);return(l=Qv).emit.apply(l,[s,this].concat(Gu(c)))}},{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),fm(this.props,i,u),this.postUpdate(i,u)}},{key:"preValidate",value:function(){var i=this;return vr(function(){var u,a,l;return Ir(this,function(r){switch(r.label){case 0:return u=Cr({},i.rules),[4,i._callControlHooks("preValidate",u)];case 1:return a=r.sent(),l=a[a.length-1],[2,l===!1?void 0:l]}})})()}},{key:"validate",value:function(i,u){var a=this;return vr(function(){var l,r,s,c;return Ir(this,function(h){switch(h.label){case 0:return[4,a.preValidate()];case 1:l=h.sent(),r=l!==void 0?l:Cr({},a.rules),Array.isArray(u)&&u.forEach(function(v){r.hasOwnProperty(v)&&delete r[v]}),s=Zv(r,i),h.label=2;case 2:return h.trys.push([2,4,,5]),[4,s.validate(a.props)];case 3:return h.sent(),[2,!0];case 4:throw c=h.sent(),c.control||(c.control=a),c;case 5:return[2]}})})()}},{key:"toDataBindModel",value:function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=this.fieldType,a=this.id,l=this.type,r=this.props,s=r.dataBind,c=r.datasourceBind,h=r.optionConfig,v=r.caption,g=r.required,C=r.maxLength,I=r.options,_=r.encrypted,E=r.encryptedMode;if(!(!u&&!s&&!c)){var m={parentId:i,fieldType:u,controlId:a,caption:v,type:l,props:{}};switch(s&&(m.dataBind=s),h){case"datasource":case void 0:c&&(m.datasourceBind=c);break;case"custom":m.props.options=I;break}return g!==void 0&&(m.required=g),C!==void 0&&(m.maxLength=C),_!==void 0&&(m.encrypted=_),E!==void 0&&(m.encryptedMode=E),m}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:Se(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(i,u){if(i==="setting"){if(u.add){var a;(a=this.setting).push.apply(a,Gu(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),e}();L(N,"mode","Designer"),L(N,"controlName","\u63A7\u4EF6"),L(N,"controlIcon","icon"),L(N,"controlType","control"),L(N,"controlFieldType",void 0),L(N,"controlEventKeys",[]),L(N,"controlCustomEvents",[]),L(N,"setting",[]),L(N,"__is_control__",!0),L(N,"removeSettingItem",Er),L(N,"updateSettingItem",Sr);function Er(t){var e=this,n=Array.isArray(t)?t:[t];n.forEach(function(i){var u,a=typeof i!="string",l=(u=e.setting)===null||u===void 0?void 0:u.findIndex(function(c){return c.key===(a?i.key:i)});if(l!==-1){var r,s;a?e.setting[l].showItems=(r=e.setting[l].showItems)===null||r===void 0?void 0:r.filter(function(c){return!i.hideItems.includes(c)}):e.setting.splice(l,1),a&&!(!((s=e.setting[l].showItems)===null||s===void 0)&&s.length)&&e.setting.splice(l,1)}})}function Sr(t,e){var n=this,i=typeof t=="string"?[t]:t;i.forEach(function(u){var a=n.setting.find(function(c){return c.key===u});if(a){if(typeof e=="boolean")a.visible=e;else if((typeof e=="undefined"?"undefined":ig(e))==="object"){var l,r=(l=e.type)!==null&&l!==void 0?l:"replace";if(r==="replace")a.showItems=e.showItems;else{var s;(s=a.showItems).push.apply(s,Gu(e.showItems))}}}})}function ug(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ar(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 ag(t,e,n){return e&&Ar(t.prototype,e),n&&Ar(t,n),t}function ae(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function lg(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}var z=function(){function e(n){ug(this,e),ae(this,"id",void 0),ae(this,"type",void 0),ae(this,"controlType",void 0),ae(this,"props",void 0),ae(this,"fieldType",void 0),ae(this,"customEvents",[]),ae(this,"pageStatus",void 0),ae(this,"parent",null);var i=lg(this,e)?this.constructor:void 0,u=i.controlType,a=i.controlFieldType,l=i.name,r=i.controlCustomEvents;u||Hl("The ".concat(l," controlType is not define"));var s;this.id=(s=n==null?void 0:n.id)!==null&&s!==void 0?s:ce(10);var c;this.type=(c=n==null?void 0:n.type)!==null&&c!==void 0?c:u,this.props=new G(n==null?void 0:n.props),this.customEvents=r;var h;this.controlType=(h=n==null?void 0:n.controlType)!==null&&h!==void 0?h:"base";var v;this.fieldType=(v=n==null?void 0:n.fieldType)!==null&&v!==void 0?v:a;var g;this.pageStatus=(g=n==null?void 0:n.pageStatus)!==null&&g!==void 0?g:Lu.UNKNOWN}return ag(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}();ae(z,"mode","Runtime"),ae(z,"controlType","control"),ae(z,"controlFieldType",void 0),ae(z,"__is_control__",!0),ae(z,"controlCustomEvents",[]);function Zu(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:d.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:d.getMessage("pleaseEnterLabel")},value:{type:"string",required:!0,message:d.getMessage("pleaseEnterValue")}}}},{type:"array",validator:function(n,i,u){i.length===0&&u(d.getMessage("optionIsRequired")),u()}},{type:"array",validator:function(n,i,u){var a=i.map(function(r){return r.value}),l=_m(a);a.length!==l.length?u(d.getMessage("optionIdIsRepeat")):u()},message:d.getMessage("optionIdIsRepeat")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterSvcCode")},displayBoList:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",validator:function(n,i,u){i.length===0&&u(d.getMessage("pleaseBindAtLeastOneDisplayValue")),u()},message:d.getMessage("pleaseBindAtLeastOneDisplayValue")}],orders:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:d.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:d.getMessage("isNotBoolean")}}}}]}}])}function $n(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:d.getMessage(n?"pleaseEnterDataCodeInDataSetting":"pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:d.getMessage(n?"pleaseEnterValueFieldCodeInDataSetting":"pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:d.getMessage(n?"pleaseEnterSvcCodeInDataSetting":"pleaseEnterSvcCode")},attributes:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:d.getMessage("isNotString")},key:{type:"string",required:!0,message:d.getMessage("isNotString")},value:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",validator:function(u,a,l){a.length===0&&l(d.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")),l()},message:d.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")}]}}}],orders:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:d.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:d.getMessage("isNotBoolean")}}}}]}}]}function rg(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}function og(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Vn(t,e,n){return e=jn(e),cg(t,Tr()?Reflect.construct(e,n||[],jn(t).constructor):e.apply(t,n))}function Hn(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 jn(t){return jn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},jn(t)}function qn(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&&Qu(t,e)}function cg(t,e){return e&&(sg(e)==="object"||typeof e=="function")?e:og(t)}function Qu(t,e){return Qu=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Qu(t,e)}function sg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Tr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Tr=function(){return!!t})()}var Z=function(t){qn(e,t);function e(n){Hn(this,e);var i;i=Vn(this,e,[n]),F(i,"dataBind",{}),F(i,"caption",{type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")}),F(i,"isHideCaption",{type:"boolean"}),F(i,"labelPosition",{type:"enum",enum:["top","left"]}),F(i,"defaultState",{type:"enum",enum:["default","readonly"]}),F(i,"required",{type:"boolean"}),F(i,"captionTip",{type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")});var u={fieldCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterFieldCode")}};if(rg(n.dataBind))i.dataBind={type:"object",required:!0,fields:Se(u),message:d.getMessage("pleaseEnterFieldCode")};else{var a={type:"object",required:!0,fields:{},message:d.getMessage("pleaseEnterFieldCode")};Object.keys(n.dataBind).forEach(function(l){a.fields[l]={type:"object",required:!0,fields:Se(u),message:d.getMessage("pleaseEnterFieldCode")}}),i.dataBind=a}return n.isShowCaptionTip&&(i.captionTip.required=!0),i}return e}(W),M=function(t){qn(e,t);function e(n){Hn(this,e);var i;i=Vn(this,e,[n]);var u=n.isHide?!1:n.required;return u&&i.push({type:"string",required:u,message:n.requiredMessage!==""?n.requiredMessage:d.getMessage("runtimeRequired",{caption:n.caption})}),i}return e}($e),B=function(t){qn(e,t);function e(n){Hn(this,e);var i;i=Vn(this,e,[n]),F(i,"caption",void 0),F(i,"captionSize",void 0),F(i,"captionColor",void 0),F(i,"isCaptionItalic",void 0),F(i,"isHideCaption",void 0),F(i,"isShowCaptionTip",void 0),F(i,"captionTip",void 0),F(i,"labelPosition",void 0),F(i,"dataBind",void 0),F(i,"defaultValue",void 0),F(i,"placeholder",void 0),F(i,"defaultState",void 0),F(i,"required",void 0),F(i,"requiredMessage",void 0);var u;i.caption=(u=n==null?void 0:n.caption)!==null&&u!==void 0?u:"";var a;i.captionSize=(a=n==null?void 0:n.captionSize)!==null&&a!==void 0?a:"";var l;i.captionColor=(l=n==null?void 0:n.captionColor)!==null&&l!==void 0?l:"";var r;i.isCaptionItalic=(r=n==null?void 0:n.isCaptionItalic)!==null&&r!==void 0?r:!1;var s;i.isHideCaption=(s=n==null?void 0:n.isHideCaption)!==null&&s!==void 0?s:!1;var c;i.isShowCaptionTip=(c=n==null?void 0:n.isShowCaptionTip)!==null&&c!==void 0?c:!1;var h;i.captionTip=(h=n==null?void 0:n.captionTip)!==null&&h!==void 0?h:"";var v;i.defaultState=(v=n==null?void 0:n.defaultState)!==null&&v!==void 0?v:"default";var g;i.labelPosition=(g=n==null?void 0:n.labelPosition)!==null&&g!==void 0?g:"top";var C;i.placeholder=(C=n==null?void 0:n.placeholder)!==null&&C!==void 0?C:"";var I;i.required=(I=n==null?void 0:n.required)!==null&&I!==void 0?I:!1;var _;i.requiredMessage=(_=n==null?void 0:n.requiredMessage)!==null&&_!==void 0?_:"",i.dataBind=new ye(n==null?void 0:n.dataBind);var E;return i.defaultValue=(E=n==null?void 0:n.defaultValue)!==null&&E!==void 0?E:"",i}return e}(G);F(B,"Rules",Z),F(B,"RuntimeRules",M);var ct=function(t){qn(e,t);function e(n){Hn(this,e);var i;return i=Vn(this,e,[n]),F(i,"optionConfig",{type:"enum",enum:["custom","datasource"],message:d.getMessage("PleaseSelectTheCorrectOptionSettings")}),F(i,"options",[{type:"array",message:d.getMessage("isNotArray")}]),F(i,"datasourceBind",[{type:"object",message:d.getMessage("isNotObject")}]),Zu.call(i,n),i}return e}(Z);function dg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function hg(t,e,n){return e=Wn(e),mg(t,Or()?Reflect.construct(e,n||[],Wn(t).constructor):e.apply(t,n))}function fg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Un(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Wn(t){return Wn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Wn(t)}function yg(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&&Xu(t,e)}function mg(t,e){return e&&(vg(e)==="object"||typeof e=="function")?e:dg(t)}function Xu(t,e){return Xu=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Xu(t,e)}function vg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Or(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Or=function(){return!!t})()}var P=function(t){yg(e,t);function e(n){fg(this,e);var i;return i=hg(this,e,[n]),Un(i,"controlType","form"),Un(i,"props",void 0),i.props=new B(n==null?void 0:n.props),i}return e}(N);Un(P,"controlEventKeys",["on_change","on_focus","on_blur"]),Un(P,"controlCustomAttributes",void 0);function gg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function bg(t,e,n){return e=Kn(e),wg(t,Br()?Reflect.construct(e,n||[],Kn(t).constructor):e.apply(t,n))}function _g(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ju(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Kn(t){return Kn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Kn(t)}function Cg(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&&Yu(t,e)}function wg(t,e){return e&&(Ig(e)==="object"||typeof e=="function")?e:gg(t)}function Yu(t,e){return Yu=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Yu(t,e)}function Ig(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Br(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Br=function(){return!!t})()}var D=function(t){Cg(e,t);function e(n){_g(this,e);var i;return i=bg(this,e,[n]),Ju(i,"controlType","form"),Ju(i,"props",void 0),Ju(i,"value",void 0),i.props=new B(n==null?void 0:n.props),i}return e}(z);function Eg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Sg(t,e,n){return e=zn(e),Og(t,Rr()?Reflect.construct(e,n||[],zn(t).constructor):e.apply(t,n))}function Ag(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function zn(t){return zn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},zn(t)}function Tg(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&&pu(t,e)}function Og(t,e){return e&&(Bg(e)==="object"||typeof e=="function")?e:Eg(t)}function pu(t,e){return pu=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},pu(t,e)}function Bg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Rr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Rr=function(){return!!t})()}var $=function(t){Tg(e,t);function e(n){return Ag(this,e),Sg(this,e,[n])}return e}(G);function ea(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 Rg(t){if(Array.isArray(t))return ea(t)}function Pg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Pr(t,e,n,i,u,a,l){try{var r=t[a](l),s=r.value}catch(c){n(c);return}r.done?e(s):Promise.resolve(s).then(i,u)}function Dg(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function l(s){Pr(a,i,u,l,r,"next",s)}function r(s){Pr(a,i,u,l,r,"throw",s)}l(void 0)})}}function xg(t,e,n){return e=Pe(e),qg(t,kr()?Reflect.construct(e,n||[],Pe(t).constructor):e.apply(t,n))}function kg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Dr(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 Fg(t,e,n){return e&&Dr(t.prototype,e),n&&Dr(t,n),t}function Re(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,a,l){var r=Ug(u,a);if(!!r){var s=Object.getOwnPropertyDescriptor(r,a);return s.get?s.get.call(l||u):s.value}},st(t,e,n||t)}function Pe(t){return Pe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Pe(t)}function Lg(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 Ng(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function Mg(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function $g(){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 Vg(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){Re(t,u,n[u])})}return t}function Hg(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 jg(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Hg(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function qg(t,e){return e&&(Wg(e)==="object"||typeof e=="function")?e:Pg(t)}function ta(t,e){return ta=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ta(t,e)}function Ug(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=Pe(t),t!==null););return t}function xr(t){return Rg(t)||Mg(t)||Kg(t)||$g()}function Wg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Kg(t,e){if(!!t){if(typeof t=="string")return ea(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 ea(t,e)}}function kr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(kr=function(){return!!t})()}function zg(t,e){var n,i,u,a,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return a={next:r(0),throw:r(1),return:r(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function r(c){return function(h){return s([c,h])}}function s(c){if(n)throw new TypeError("Generator is already executing.");for(;l;)try{if(n=1,i&&(u=c[0]&2?i.return:c[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,c[1])).done)return u;switch(i=0,u&&(c=[c[0]&2,u.value]),c[0]){case 0:case 1:u=c;break;case 4:return l.label++,{value:c[1],done:!1};case 5:l.label++,i=c[1],c=[0];continue;case 7:c=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(c[0]===6||c[0]===2)){l=0;continue}if(c[0]===3&&(!u||c[1]>u[0]&&c[1]<u[3])){l.label=c[1];break}if(c[0]===6&&l.label<u[1]){l.label=u[1],u=c;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(c);break}u[2]&&l.ops.pop(),l.trys.pop();continue}c=e.call(t,l)}catch(h){c=[6,h],i=0}finally{n=u=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var Gg=1e4,H=function(e){Lg(n,e);function n(i){kg(this,n);var u;u=xg(this,n,[i]),Re(u,"controlType","layout"),Re(u,"children",void 0),Re(u,"excludes",void 0),Re(u,"childrenMaxLength",void 0),Re(u,"props",void 0);var a=Ng(this,n)?this.constructor:void 0,l=a.excludes,r=a.childrenMaxLength;return u.props=new $(i==null?void 0:i.props),fe(u,"children",i==null?void 0:i.children,void 0,"Designer"),u.excludes=Se(l),u.childrenMaxLength=r,u}return Fg(n,[{key:"judgeExcludesChildren",value:function(u){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(u)}},{key:"judgeJoinChildren",value:function(u){var a=this.judgeExcludesChildren(u);return a&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(u,a){var l=this,r=this,s=function(){return st(Pe(n.prototype),"validate",l)};return Dg(function(){return zg(this,function(c){switch(c.label){case 0:return[4,s().call(r,u,a)];case 1:return c.sent(),[4,Promise.all(r.children.map(function(h){return h.validate(u,a)}))];case 2:return c.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,a=st(Pe(n.prototype),"toDataBindModel",this).call(this),l=a?[a]:[];return this.children.reduce(function(r,s){var c=s.toDataBindModel(u);if(Array.isArray(c)){var h=c.filter(function(v){return!!v});return xr(r).concat(xr(h))}return c&&r.push(c),r},l)}},{key:"toSchema",value:function(){var u=st(Pe(n.prototype),"toSchema",this).call(this),a=this.children.map(function(l){var r=l.toSchema();return r});return jg(Vg({},u),{children:a})}}]),n}(N);Re(H,"excludes",!1),Re(H,"childrenMaxLength",Gg);function Zg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Qg(t,e,n){return e=Gn(e),Yg(t,Fr()?Reflect.construct(e,n||[],Gn(t).constructor):e.apply(t,n))}function Xg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function na(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Gn(t){return Gn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Gn(t)}function Jg(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&ia(t,e)}function Yg(t,e){return e&&(pg(e)==="object"||typeof e=="function")?e:Zg(t)}function ia(t,e){return ia=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ia(t,e)}function pg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Fr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Fr=function(){return!!t})()}var j=function(t){Jg(e,t);function e(n){Xg(this,e);var i;return i=Qg(this,e,[n]),na(i,"controlType","layout"),na(i,"children",void 0),na(i,"props",void 0),i.props=new $(n==null?void 0:n.props),fe(i,"children",n==null?void 0:n.children,void 0,"Runtime"),i}return e}(z);function e0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function t0(t,e,n){return e=Zn(e),u0(t,Lr()?Reflect.construct(e,n||[],Zn(t).constructor):e.apply(t,n))}function n0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function dt(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Zn(t){return Zn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Zn(t)}function i0(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&&ua(t,e)}function u0(t,e){return e&&(a0(e)==="object"||typeof e=="function")?e:e0(t)}function ua(t,e){return ua=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ua(t,e)}function a0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Lr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Lr=function(){return!!t})()}var Qn=function(t){i0(e,t);function e(n,i,u){n0(this,e);var a;a=t0(this,e,[i]),dt(a,"headers",void 0),dt(a,"footers",void 0),dt(a,"pageIndex",void 0),dt(a,"pageSize",void 0),dt(a,"pageSizeOptions",void 0),dt(a,"totalCount",void 0),fe(a,"headers",i==null?void 0:i.headers,n,u),fe(a,"footers",i==null?void 0:i.footers,n);var l;a.pageIndex=(l=i==null?void 0:i.pageIndex)!==null&&l!==void 0?l:1;var r;a.pageSize=(r=i==null?void 0:i.pageSize)!==null&&r!==void 0?r:20;var s;a.pageSizeOptions=(s=i==null?void 0:i.pageSizeOptions)!==null&&s!==void 0?s:[20];var c;return a.totalCount=(c=i==null?void 0:i.totalCount)!==null&&c!==void 0?c:0,a}return e}(G);function aa(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 l0(t){if(Array.isArray(t))return aa(t)}function r0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Nr(t,e,n,i,u,a,l){try{var r=t[a](l),s=r.value}catch(c){n(c);return}r.done?e(s):Promise.resolve(s).then(i,u)}function o0(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function l(s){Nr(a,i,u,l,r,"next",s)}function r(s){Nr(a,i,u,l,r,"throw",s)}l(void 0)})}}function c0(t,e,n){return e=De(e),v0(t,jr()?Reflect.construct(e,n||[],De(t).constructor):e.apply(t,n))}function s0(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 d0(t,e,n){return e&&Mr(t.prototype,e),n&&Mr(t,n),t}function Xn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ht(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?ht=Reflect.get:ht=function(u,a,l){var r=g0(u,a);if(!!r){var s=Object.getOwnPropertyDescriptor(r,a);return s.get?s.get.call(l||u):s.value}},ht(t,e,n||t)}function De(t){return De=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},De(t)}function h0(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&la(t,e)}function f0(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function y0(){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 $r(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){Xn(t,u,n[u])})}return t}function m0(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 Vr(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):m0(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function v0(t,e){return e&&(b0(e)==="object"||typeof e=="function")?e:r0(t)}function la(t,e){return la=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},la(t,e)}function g0(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=De(t),t!==null););return t}function Hr(t){return l0(t)||f0(t)||_0(t)||y0()}function b0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function _0(t,e){if(!!t){if(typeof t=="string")return aa(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 aa(t,e)}}function jr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(jr=function(){return!!t})()}function C0(t,e){var n,i,u,a,l={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return a={next:r(0),throw:r(1),return:r(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function r(c){return function(h){return s([c,h])}}function s(c){if(n)throw new TypeError("Generator is already executing.");for(;l;)try{if(n=1,i&&(u=c[0]&2?i.return:c[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,c[1])).done)return u;switch(i=0,u&&(c=[c[0]&2,u.value]),c[0]){case 0:case 1:u=c;break;case 4:return l.label++,{value:c[1],done:!1};case 5:l.label++,i=c[1],c=[0];continue;case 7:c=l.ops.pop(),l.trys.pop();continue;default:if(u=l.trys,!(u=u.length>0&&u[u.length-1])&&(c[0]===6||c[0]===2)){l=0;continue}if(c[0]===3&&(!u||c[1]>u[0]&&c[1]<u[3])){l.label=c[1];break}if(c[0]===6&&l.label<u[1]){l.label=u[1],u=c;break}if(u&&l.label<u[2]){l.label=u[2],l.ops.push(c);break}u[2]&&l.ops.pop(),l.trys.pop();continue}c=e.call(t,l)}catch(h){c=[6,h],i=0}finally{n=u=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var ra=function(t){h0(e,t);function e(n){s0(this,e);var i;return i=c0(this,e,[n]),Xn(i,"controlType","list"),Xn(i,"props",void 0),i.props=new Qn(i,n==null?void 0:n.props,"Designer"),i}return d0(e,[{key:"validate",value:function(i,u){var a=this,l=this,r=function(){return ht(De(e.prototype),"validate",a)};return o0(function(){return C0(this,function(s){switch(s.label){case 0:return[4,r().call(l,i)];case 1:return s.sent(),[4,Promise.all(l.props.headers.map(function(c){return c.validate(i,u)}))];case 2:return s.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var i=ht(De(e.prototype),"toDataBindModel",this).call(this),u=i?[i]:[],a=this.id;return this.props.headers.reduce(function(l,r){var s=r.toDataBindModel(a);if(Array.isArray(s)){var c=s.filter(function(h){return!!h});return Hr(l).concat(Hr(c))}return s&&l.push(s),l},u)}},{key:"toSchema",value:function(){var i,u,a=ht(De(e.prototype),"toSchema",this).call(this),l=this.props.headers.map(function(s){return s.toSchema()}),r=(u=this.props)===null||u===void 0||(i=u.footers)===null||i===void 0?void 0:i.map(function(s){if(s)return s.toSchema()});return Vr($r({},a),{props:Vr($r({},this.props),{headers:l,footers:r})})}}]),e}(N);Xn(ra,"controlFieldType",b.LIST);function w0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function I0(t,e,n){return e=Jn(e),T0(t,Ur()?Reflect.construct(e,n||[],Jn(t).constructor):e.apply(t,n))}function E0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function qr(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 S0(t,e,n){return e&&qr(t.prototype,e),n&&qr(t,n),t}function oa(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Jn(t){return Jn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Jn(t)}function A0(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&&ca(t,e)}function T0(t,e){return e&&(O0(e)==="object"||typeof e=="function")?e:w0(t)}function ca(t,e){return ca=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ca(t,e)}function O0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ur(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ur=function(){return!!t})()}var Wr=function(t){A0(e,t);function e(n){E0(this,e);var i;return i=I0(this,e,[n]),oa(i,"controlType","list"),oa(i,"children",void 0),oa(i,"props",void 0),i.props=new Qn(i,n==null?void 0:n.props,"Runtime"),fe(i,"children",n==null?void 0:n.children,void 0,"Runtime"),i}return S0(e,[{key:"length",get:function(){return this.children.length}}]),e}(z);function B0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function sa(t,e,n){return e=Yn(e),R0(t,Kr()?Reflect.construct(e,n||[],Yn(t).constructor):e.apply(t,n))}function da(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Q(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 ha(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&&fa(t,e)}function R0(t,e){return e&&(P0(e)==="object"||typeof e=="function")?e:B0(t)}function fa(t,e){return fa=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},fa(t,e)}function P0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Kr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Kr=function(){return!!t})()}var ve=function(t){ha(e,t);function e(n){da(this,e);var i;return i=sa(this,e,[n]),Q(i,"caption",{type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")}),Q(i,"width",{type:"number",required:!1,message:d.getMessage("pleaseEnterColumnWidth")}),i.width.required=n.widthType==="px",i}return e}(W),q=function(t){ha(e,t);function e(n){da(this,e);var i;i=sa(this,e,[n]),Q(i,"widthType",void 0),Q(i,"width",void 0),Q(i,"caption",void 0),Q(i,"dataBind",void 0),Q(i,"autoWidth",void 0),Q(i,"fixed",void 0),Q(i,"sort",void 0),Q(i,"align",void 0),Q(i,"colSpan",void 0),Q(i,"autoHeight",void 0),Q(i,"children",void 0);var u;i.width=(u=n==null?void 0:n.width)!==null&&u!==void 0?u:150,i.widthType=(n==null?void 0:n.widthType)||"auto";var a;i.caption=(a=n==null?void 0:n.caption)!==null&&a!==void 0?a:"";var l;i.fixed=(l=n==null?void 0:n.fixed)!==null&&l!==void 0?l:"none",i.autoWidth=new nr(n==null?void 0:n.autoWidth),i.dataBind=new ye(n==null?void 0:n.dataBind);var r;i.sort=(r=n==null?void 0:n.sort)!==null&&r!==void 0?r:!0,i.align=n==null?void 0:n.align,i.colSpan=n==null?void 0:n.colSpan;var s;return i.autoHeight=(s=n==null?void 0:n.autoHeight)!==null&&s!==void 0?s:!1,i}return e}(G);Q(q,"Rules",ve);var zr=function(t){ha(e,t);function e(n){da(this,e);var i;return i=sa(this,e,[n]),Q(i,"optionConfig",{type:"enum",enum:["custom","datasource","none"],message:d.getMessage("PleaseSelectTheCorrectOptionSettings")}),Q(i,"options",[{type:"array",message:d.getMessage("isNotArray")}]),Q(i,"datasourceBind",[{type:"object",message:d.getMessage("isNotObject")}]),Zu.call(i,n),i}return e}(ve);function D0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function x0(t,e,n){return e=ft(e),V0(t,Zr()?Reflect.construct(e,n||[],ft(t).constructor):e.apply(t,n))}function k0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Gr(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 F0(t,e,n){return e&&Gr(t.prototype,e),n&&Gr(t,n),t}function pn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ei(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?ei=Reflect.get:ei=function(u,a,l){var r=H0(u,a);if(!!r){var s=Object.getOwnPropertyDescriptor(r,a);return s.get?s.get.call(l||u):s.value}},ei(t,e,n||t)}function ft(t){return ft=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ft(t)}function L0(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&&ya(t,e)}function N0(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){pn(t,u,n[u])})}return t}function M0(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 $0(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):M0(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function V0(t,e){return e&&(j0(e)==="object"||typeof e=="function")?e:D0(t)}function ya(t,e){return ya=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ya(t,e)}function H0(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=ft(t),t!==null););return t}function j0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Zr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Zr=function(){return!!t})()}var X=function(t){L0(e,t);function e(n){k0(this,e);var i;return i=x0(this,e,[n]),pn(i,"controlType","column"),pn(i,"props",void 0),pn(i,"children",void 0),i.props=new q(n==null?void 0:n.props),fe(i,"children",n==null?void 0:n.children,void 0,"Designer"),i}return F0(e,[{key:"toSchema",value:function(){var i=ei(ft(e.prototype),"toSchema",this).call(this);return $0(N0({},i),{children:this.children?this.children.map(function(u){return u.toSchema()}):[]})}}]),e}(N);function q0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function U0(t,e,n){return e=ti(e),z0(t,Qr()?Reflect.construct(e,n||[],ti(t).constructor):e.apply(t,n))}function W0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ma(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 K0(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&&va(t,e)}function z0(t,e){return e&&(G0(e)==="object"||typeof e=="function")?e:q0(t)}function va(t,e){return va=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},va(t,e)}function G0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Qr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Qr=function(){return!!t})()}var J=function(t){K0(e,t);function e(n){W0(this,e);var i;return i=U0(this,e,[n]),ma(i,"controlType","column"),ma(i,"props",void 0),ma(i,"children",void 0),i.props=new q(n==null?void 0:n.props),fe(i,"children",n==null?void 0:n.children,void 0,"Runtime"),i}return e}(z);function Z0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Q0(t,e,n){return e=ni(e),p0(t,Xr()?Reflect.construct(e,n||[],ni(t).constructor):e.apply(t,n))}function X0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function J0(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 Y0(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&&ga(t,e)}function p0(t,e){return e&&(eb(e)==="object"||typeof e=="function")?e:Z0(t)}function ga(t,e){return ga=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ga(t,e)}function eb(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Xr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Xr=function(){return!!t})()}var ba=function(t){Y0(e,t);function e(n){X0(this,e);var i;return i=Q0(this,e,[n]),J0(i,"dataBind",void 0),i.dataBind=new ye(n==null?void 0:n.dataBind),i}return e}($);function tb(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function nb(t,e,n){return e=ii(e),ab(t,Yr()?Reflect.construct(e,n||[],ii(t).constructor):e.apply(t,n))}function ib(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Jr(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 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&&_a(t,e)}function ab(t,e){return e&&(lb(e)==="object"||typeof e=="function")?e:tb(t)}function _a(t,e){return _a=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},_a(t,e)}function lb(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Yr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Yr=function(){return!!t})()}var rb=function(t){ub(e,t);function e(n){ib(this,e);var i;return i=nb(this,e,[n]),Jr(i,"controlType","search"),Jr(i,"props",void 0),i.props=new ba(n==null?void 0:n.props),i}return e}(H);function ob(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function cb(t,e,n){return e=ui(e),hb(t,eo()?Reflect.construct(e,n||[],ui(t).constructor):e.apply(t,n))}function sb(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function pr(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ui(t){return ui=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ui(t)}function db(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Ca(t,e)}function hb(t,e){return e&&(fb(e)==="object"||typeof e=="function")?e:ob(t)}function Ca(t,e){return Ca=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ca(t,e)}function fb(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function eo(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(eo=function(){return!!t})()}var yb=function(t){db(e,t);function e(n){sb(this,e);var i;return i=cb(this,e,[n]),pr(i,"controlType","search"),pr(i,"props",void 0),i.props=new ba(n==null?void 0:n.props),i}return e}(j);function mb(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function vb(t,e,n){return e=ai(e),_b(t,to()?Reflect.construct(e,n||[],ai(t).constructor):e.apply(t,n))}function gb(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ai(t){return ai=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ai(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&&wa(t,e)}function _b(t,e){return e&&(Cb(e)==="object"||typeof e=="function")?e:mb(t)}function wa(t,e){return wa=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},wa(t,e)}function Cb(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 Ia=function(t){bb(e,t);function e(n){return gb(this,e),vb(this,e,[n])}return e}($);function wb(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Ib(t,e,n){return e=li(e),Ab(t,io()?Reflect.construct(e,n||[],li(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 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 li(t){return li=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},li(t)}function Sb(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&&Ea(t,e)}function Ab(t,e){return e&&(Tb(e)==="object"||typeof e=="function")?e:wb(t)}function Ea(t,e){return Ea=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ea(t,e)}function Tb(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function io(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(io=function(){return!!t})()}var Ob=function(t){Sb(e,t);function e(n){Eb(this,e);var i;return i=Ib(this,e,[n]),no(i,"controlType","wrap"),no(i,"props",void 0),i.props=new Ia(n==null?void 0:n.props),i}return e}(H);function Bb(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=ri(e),xb(t,ao()?Reflect.construct(e,n||[],ri(t).constructor):e.apply(t,n))}function Pb(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function uo(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ri(t){return ri=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ri(t)}function Db(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Sa(t,e)}function xb(t,e){return e&&(kb(e)==="object"||typeof e=="function")?e:Bb(t)}function Sa(t,e){return Sa=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Sa(t,e)}function kb(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 Fb=function(t){Db(e,t);function e(n){Pb(this,e);var i;return i=Rb(this,e,[n]),uo(i,"controlType","wrap"),uo(i,"props",void 0),i.props=new Ia(n==null?void 0:n.props),i}return e}(j);function xe(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:d.getMessage("pleaseEnterForm")}}}])}class Aa extends G{constructor(e){var n,i,u,a,l,r;super(e),this.fontSize=(n=e==null?void 0:e.fontSize)!=null?n:"14px",this.color=(i=e==null?void 0:e.color)!=null?i:"#646A73",this.icon=(u=e==null?void 0:e.icon)!=null?u:"page-hint",this.showState=(a=e==null?void 0:e.showState)!=null?a:"text",this.content=(l=e==null?void 0:e.content)!=null?l:"\u8BF4\u660E\u6587\u5B57",this.align=(r=e==null?void 0:e.align)!=null?r:""}}class lo extends N{constructor(e){super(e),this.props=new Aa(e==null?void 0:e.props)}static get controlName(){return"\u8BF4\u660E\u6587\u5B57"}static get controlIcon(){return"iconwenben"}static get controlType(){return"text"}}lo.setting=[{key:"content",visible:!0},{key:"text-font-size",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"text-color",visible:!0},{key:"text-state",visible:!0},{key:"text-icon",visible:!0},{key:"super-setting",visible:!0}];class Lb extends z{constructor(e){super(e),this.props=new Aa(e==null?void 0:e.props)}static get controlType(){return"text"}}var ro={Designer:lo,Runtime:Lb,Property:Aa};class Ta extends B{constructor(e){var n,i,u;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:"\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",this.url=(i=e==null?void 0:e.url)!=null?i:"",this.openMode=(u=e==null?void 0:e.openMode)!=null?u:"new"}}class Oa extends N{constructor(e){super(e),this.props=new Ta(e==null?void 0:e.props)}static get controlName(){return"\u94FE\u63A5"}static get controlIcon(){return"iconlink_new"}static get controlType(){return"link"}}Oa.controlEventKeys=["on_click"],Oa.setting=[{key:"data-bind",visible:!0},{key:"content",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],visible:!0},{key:"link-url",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"open-mode",visible:!0},{key:"super-setting",visible:!0}];class Nb extends z{constructor(e){super(e),this.props=new Ta(e==null?void 0:e.props)}static get controlType(){return"link"}}var oo={Designer:Oa,Runtime:Nb,Property:Ta};class ee extends G{constructor(e){var n,i,u,a,l,r,s,c,h;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:"\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=(a=e==null?void 0:e.color)!=null?a:"primary",this.icon=(l=e==null?void 0:e.icon)!=null?l:"iconfenlei2",this.defaultState=(r=e==null?void 0:e.defaultState)!=null?r:"default",this.command=(s=e==null?void 0:e.command)!=null?s:"custom",this.isLoading=(c=e==null?void 0:e.isLoading)!=null?c:!1,this.optObj=new sv((h=e==null?void 0:e.optObj)!=null?h:{})}}class te extends N{constructor(e){super(e),this.props=new ee(e==null?void 0:e.props)}static get controlName(){return"\u6309\u94AE"}static get controlIcon(){return"iconbtn"}static get controlType(){return"button"}}te.controlEventKeys=["on_click"],te.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 le extends z{constructor(e){super(e),this.props=new ee(e==null?void 0:e.props)}static get controlType(){return"button"}}var co={Designer:te,Runtime:le,Property:ee},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||{}),so=(t=>(t.EARLY_DATE="earlyDate",t.LATE_DATE="lateDate",t.UN_SELECT_ABLE_INTERVAL="unSelectAbleInterval",t))(so||{}),ho=(t=>(t.FILE_IN_TIME="filledInTime",t.BEFORE_TIME="beforeTime",t.AFTER_TIME="afterTime",t.TIME_SPECIFIED="timeSpecified",t))(ho||{});class oi{constructor(e={dateConfigType:"unSelectAbleInterval",dateLimitType:"filledInTime",id:ce(8),value:["",""]}){this.id=e.id,this.dateConfigType=e.dateConfigType,this.dateLimitType=e.dateLimitType,this.value=e.value}}var Ba=(t=>(t.PRAISE="praise",t.STAR="star",t.FLOWER="flower",t.HAND="hand",t.HEART="heart",t.SMILE="smile",t))(Ba||{});class ci{constructor(e){var n,i;this.id=(n=e==null?void 0:e.id)!=null?n:ce(),this.text=(i=e==null?void 0:e.text)!=null?i:""}}var Ra=(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))(Ra||{});class Pa{constructor(e){var n,i,u,a,l,r,s,c;this.type=(n=e==null?void 0:e.type)!=null?n:"private",this.person=new Bt((i=e==null?void 0:e.person)!=null?i:{type:"form"}),this.signatureType=(u=e==null?void 0:e.signatureType)!=null?u:[],this.telephone=(l=e==null?void 0:e.telephone)!=null?l:new Bt((a=e==null?void 0:e.telephone)!=null?a:{type:"form"}),this.company=(s=e==null?void 0:e.company)!=null?s:new Bt((r=e==null?void 0:e.company)!=null?r:{type:"form"}),this.remark=(c=e==null?void 0:e.remark)!=null?c:""}}class fo{constructor(e){var n,i,u,a,l,r;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 Pa(s)))!=null?u:[new Pa],this.statusControl=(a=e==null?void 0:e.statusControl)!=null?a:"",this.completeControl=(l=e==null?void 0:e.completeControl)!=null?l:"",this.completeTimeControl=(r=e==null?void 0:e.completeTimeControl)!=null?r:""}}class Da{constructor(e){var n,i,u,a,l,r,s;this.id=(n=e==null?void 0:e.id)!=null?n:ce(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=(a=e==null?void 0:e.svcCode)!=null?a:"",this.name=(l=e==null?void 0:e.name)!=null?l:"",this.fieldList=(r=e==null?void 0:e.fieldList)!=null?r:[],this.active=(s=e==null?void 0:e.active)!=null?s:!1}}class xa{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 yo{constructor(e){var n,i,u,a;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=(a=e==null?void 0:e.logicToDelete)!=null?a:!0,this.watermark=new xa(e==null?void 0:e.watermark),this.autoRename=new xa(e==null?void 0:e.autoRename)}}const mo=480;function Ve(t){return new RegExp(t.replace(/^\/|\/$/g,""))}class vo{constructor(e){var n,i,u,a,l;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=(a=e.isDefault)!=null?a:!1,this.rules=(l=e.rules)!=null?l:[]}}class go{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 bo=(t=>(t.NO_MASK="NO_MASK",t.LAST_FOUR_MASK="LAST_FOUR_MASK",t.ALL_MASK="ALL_MASK",t))(bo||{}),ka=(t=>(t.ALL="ALL",t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL",t.INTERNAL_EXTERNAL="INTERNAL_EXTERNAL",t))(ka||{}),si=(t=>(t.INTERNAL_BUSINESS="INTERNAL_BUSINESS",t.INTERNAL="INTERNAL",t.BUSINESS="BUSINESS",t))(si||{}),Fe=(t=>(t.ALL="all",t.ASSIGN="assign",t))(Fe||{}),Fa=(t=>(t.ALL="all",t.ADMIN="admin",t))(Fa||{});class La extends G{constructor(e){var n,i;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:Ra.SOLID}}class _o extends N{constructor(e){super(e),this.props=new La(e==null?void 0:e.props)}static get controlName(){return"\u5206\u5272\u7EBF"}static get controlIcon(){return"iconfengexian"}static get controlType(){return"divider"}}_o.setting=[{key:"line-style",visible:!0},{key:"color",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]}];class Mb extends z{constructor(e){super(e),this.props=new La(e==null?void 0:e.props)}static get controlType(){return"divider"}}var Co={Designer:_o,Runtime:Mb,Property:La};class $b extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},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:d.getMessage("bizKeyNotBindFiled")},dataCode:{type:"string",required:!0,message:d.getMessage("bizKeyNotBindFiled")}},message:d.getMessage("bizKeyNotBindFiled")}),!e.isHide&&e.config.length===0&&(this.config={type:"array",min:1,required:!0,message:d.getMessage("pleaseSelectOneField")})}}class di extends G{constructor(e){var n,i,u,a;super(e),this.dataBind=new ye(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:yt==null?void 0:yt.controlName)!=null?u:"",this.position=(a=e==null?void 0:e.position)!=null?a:"top"}}di.Rules=$b;class yt extends N{constructor(e){super(e),this.props=new di(e==null?void 0:e.props)}static get controlName(){return"\u6807\u9898\u7EC4\u4EF6"}static get controlIcon(){return"title"}static get controlType(){return"title"}}yt.controlFieldType=b.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 Vb extends z{constructor(e){super(e),this.props=new di(e==null?void 0:e.props)}static get controlType(){return"title"}}var wo={Designer:yt,Runtime:Vb,Property:di};class Hb extends W{constructor(e){super(e),this.formKey={type:"string",required:!0,message:d.getMessage("pleaseEnterForm")}}}class hi extends ee{constructor(e){var n,i,u,a;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:kt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:kt.controlName,this.formKey=(u=e==null?void 0:e.formKey)!=null?u:"",this.openType=(a=e==null?void 0:e.openType)!=null?a:"modal"}}hi.Rules=Hb;class kt extends te{constructor(e){super(e),this.props=new hi(e==null?void 0:e.props)}static get controlName(){return"\u521B\u5EFA\u5355\u636E"}static get controlIcon(){return"iconchuangjiandanju"}static get controlType(){return"list-page-btn-create-form"}}kt.controlEventKeys=["on_click","on_click_finish"],kt.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 jb extends le{constructor(e){super(e),this.props=new hi(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-create-form"}}var Io={Designer:kt,Runtime:jb,Property:hi};class qb extends W{constructor(e){super(e),this.processKey=[{type:"string",message:d.getMessage("isNotString")},{type:"string",required:!0,message:d.getMessage("pleaseEnterProcess")}]}}class fi extends ee{constructor(e){var n,i,u,a,l,r;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.initiatorMode=(u=e==null?void 0:e.initiatorMode)!=null?u:"currentInitiator",this.processKey=(a=e==null?void 0:e.processKey)!=null?a:"",this.fieldCode=(l=e==null?void 0:e.fieldCode)!=null?l:"",this.employeeId=(r=e==null?void 0:e.employeeId)!=null?r:""}}fi.Rules=qb;class Ft extends te{constructor(e){super(e),this.props=new fi(e==null?void 0:e.props)}static get controlName(){return"\u6279\u91CF\u63D0\u4EA4"}static get controlIcon(){return"iconbtn_piliangtijiao"}static get controlType(){return"list-page-btn-batch-submission"}}Ft.controlEventKeys=["on_click","on_click_finish"],Ft.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 Ub extends le{constructor(e){super(e),this.props=new fi(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-submission"}}var Eo={Designer:Ft,Runtime:Ub,Property:fi};class Na extends ee{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Lt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Lt.controlIcon}}class Lt extends te{constructor(e){super(e),this.props=new Na(e==null?void 0:e.props)}static get controlName(){return"\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55"}static get controlIcon(){return"iconyyzy-renwu"}static get controlType(){return"list-page-btn-submission-record"}}Lt.controlEventKeys=["on_click"],Lt.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 Wb extends le{constructor(e){super(e),this.props=new Na(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-submission-record"}}var So={Designer:Lt,Runtime:Wb,Property:Na};class Ma extends ee{constructor(e){var n,i,u,a,l;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:Nt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:Nt.controlName,this.templateType=(u=e==null?void 0:e.templateType)!=null?u:"system",this.templateList=(l=(a=e==null?void 0:e.templateList)==null?void 0:a.map(r=>new Da(r)))!=null?l:[new Da({id:"default",name:"\u9ED8\u8BA4\u6A21\u677F",appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}class Nt extends te{constructor(e){super(e),this.props=new Ma(e==null?void 0:e.props)}static get controlName(){return"\u5BFC\u51FA"}static get controlIcon(){return"iconxiazai1"}static get controlType(){return"list-page-btn-export-list"}}Nt.controlEventKeys=["on_click","on_click_finish"],Nt.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 Kb extends le{constructor(e){super(e),this.props=new Ma(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-list"}}var Ao={Designer:Nt,Runtime:Kb,Property:Ma};class $a extends ee{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Mt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Mt.controlIcon}}class Mt extends te{constructor(e){super(e),this.props=new $a(e==null?void 0:e.props)}static get controlName(){return"\u5BFC\u51FA\u8BB0\u5F55"}static get controlIcon(){return"icondaochujilu"}static get controlType(){return"list-page-btn-export-record"}}Mt.controlEventKeys=["on_click"],Mt.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 zb extends le{constructor(e){super(e),this.props=new $a(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-record"}}var To={Designer:Mt,Runtime:zb,Property:$a};class Gb{constructor(e){this.dataCode=e.dataCode}}class Va extends ee{constructor(e){var n,i,u,a,l;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:$t.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:$t.controlIcon,this.canImportList=(a=(u=e==null?void 0:e.canImportList)==null?void 0:u.map(r=>new Gb(r)))!=null?a:[],this.templateType=(l=e==null?void 0:e.templateType)!=null?l:"system"}}class $t extends te{constructor(e){super(e),this.props=new Va(e==null?void 0:e.props)}static get controlName(){return"\u5BFC\u5165"}static get controlIcon(){return"iconshangchuan3"}static get controlType(){return"list-page-btn-import-record"}}$t.controlEventKeys=["on_click","on_click_finish"],$t.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 Zb extends le{constructor(e){super(e),this.props=new Va(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-import-record"}}var Oo={Designer:$t,Runtime:Zb,Property:Va};function yi(){return{dataCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterDataCode")},fillList:{type:"array",defaultField:{type:"object",fields:{fieldCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterFieldCode")},controlId:{type:"string",required:!0,message:d.getMessage("pleaseSelectControl")}}}}}}class Qb extends W{constructor(e){super(e),this.fillPayload={type:"object",fields:at({},yi())},this.formBind={type:"object",fields:{formKey:{type:"string",required:!0,message:d.getMessage("pleaseEnterList")}}},this.fillBack={type:"object",fields:at({mode:{type:"string",required:!0,message:d.getMessage("pleaseSelectFillBackMode")}},yi())},(e.command==="edit"||e.command==="view")&&(this.formBind.fields.primaryControlId={type:"string",required:!0,message:d.getMessage("pleaseSelectControl")})}}class mi extends ee{constructor(e){var n,i,u;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,this.command=(u=e==null?void 0:e.command)!=null?u:"create",this.fillPayload=new rr(e==null?void 0:e.fillPayload),this.formBind=new zm(e==null?void 0:e.formBind),this.fillBack=new or(e==null?void 0:e.fillBack)}}mi.Rules=Qb;class Vt extends te{constructor(e){super(e),this.props=new mi(e==null?void 0:e.props)}static get controlName(){return"\u8868\u5355\u64CD\u4F5C"}static get controlIcon(){return"iconbiaodancaozuo"}static get controlType(){return"form-select-button"}}Vt.controlEventKeys=["on_click","on_click_finish"],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:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class Xb extends le{constructor(e){super(e),this.props=new mi(e==null?void 0:e.props)}static get controlType(){return"form-select-button"}}var Bo={Designer:Vt,Runtime:Xb,Property:mi};class Jb extends W{constructor(e){super(e),this.fillPayload={type:"object",fields:at({},yi())},this.listPageBind={type:"object",fields:{formKey:{type:"string",required:!0,message:d.getMessage("pleaseEnterList")},headers:{type:"array",required:!0,message:d.getMessage("pleaseSelectAtLeastOneColumn")}}},this.fillBack={type:"object",fields:at({mode:{type:"string",required:!0,message:d.getMessage("pleaseSelectFillBackMode")}},yi())}}}class vi extends ee{constructor(e){var n,i,u,a;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Ht.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Ht.controlIcon,this.fillPayload=new rr(e==null?void 0:e.fillPayload),this.listPageBind=new Ou(e==null?void 0:e.listPageBind),this.fillBack=new or(e==null?void 0:e.fillBack),this.showSelectedDetail=(u=e==null?void 0:e.showSelectedDetail)!=null?u:!1,this.selectedContentConfig=new Du(e==null?void 0:e.selectedContentConfig),this.disableFilling=(a=e==null?void 0:e.disableFilling)!=null?a:!0}}vi.Rules=Jb;class Ht extends te{constructor(e){super(e),this.props=new vi(e==null?void 0:e.props)}static get controlName(){return"\u5217\u8868\u9009\u62E9"}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"list-select-button"}}Ht.controlEventKeys=["on_click","on_click_finish","on_modal_ok"],Ht.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 Yb extends le{constructor(e){super(e),this.props=new vi(e==null?void 0:e.props)}static get controlType(){return"list-select-button"}}var Ro={Designer:Ht,Runtime:Yb,Property:vi};class pb extends W{constructor(e){super(e)}}class e_ extends $e{constructor(e){super(e)}}class jt extends G{constructor(e){super(e)}}jt.Rules=pb,jt.RuntimeRules=e_;class Po extends N{constructor(e){super(e),this.props=new jt(e==null?void 0:e.props)}static get controlName(){return"\u5206\u9875"}static get controlIcon(){return"pagination"}static get controlType(){return"pagination"}}Po.setting=[];class t_ extends z{constructor(e){super(e),this.props=new jt(e==null?void 0:e.props)}static get controlType(){return"pagination"}}var Do={Designer:Po,Runtime:t_,Property:jt};class n_ extends W{constructor(e){super(e),this.dashboardKey={type:"string",required:!0,message:d.getMessage("pleaseSelectDashboard")},this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.captionTip={type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class gi extends G{constructor(e){var n,i,u,a,l,r;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=(a=e==null?void 0:e.isShowCaptionTip)!=null?a:!1,this.captionTip=(l=e==null?void 0:e.captionTip)!=null?l:"",this.labelPosition=(r=e==null?void 0:e.labelPosition)!=null?r:"top"}}gi.Rules=n_;class xo extends N{constructor(e){super(e),this.props=new gi(e==null?void 0:e.props)}static get controlName(){return"\u4EEA\u8868\u76D8"}static get controlIcon(){return"iconbiaodan_yibiaopan"}static get controlType(){return"dashboard"}}xo.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:"super-setting",visible:!0}];class i_ extends z{constructor(e){super(e),this.props=new gi(e==null?void 0:e.props)}static get controlType(){return"dashboard"}}var ko={Designer:xo,Runtime:i_,Property:gi};class u_ extends W{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:d.getMessage("theViewNameCannotBeEmpty")},headers:{type:"array",required:!0,min:1,message:d.getMessage("pleaseSelectAtLeastOneColumn")}}}}}}class bi extends G{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(a=>new ov(a)))!=null?u:[]}}bi.Rules=u_;class Fo extends N{constructor(e){super(e),this.props=new bi(e==null?void 0:e.props)}static get controlName(){return"\u5217\u8868\u89C6\u56FE"}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"list-view-select"}}Fo.setting=[{key:"view-list-setting",visible:!0},{key:"view-list-show-type",visible:!0},{key:"super-setting",visible:!0}];class a_ extends z{constructor(e){super(e),this.props=new bi(e==null?void 0:e.props)}static get controlType(){return"list-view-select"}}var Lo={Designer:Fo,Runtime:a_,Property:bi};class l_ extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.ocrType={type:"string",required:!0,message:d.getMessage("pleaseSelectOcrType")},this.fillList={type:"array",validator(n,i,u){if(i.every(l=>!l.controlId)){u(d.getMessage("pleaseSelectAtLeastOneFieldToFillIn"));return}u()}},this.captionTip={type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class _i extends ee{constructor(e){var n,i,u,a,l,r,s,c,h,v;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:mt.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=(a=e==null?void 0:e.captionTip)!=null?a:"",this.labelPosition=(l=e==null?void 0:e.labelPosition)!=null?l:"top",this.content=(r=e==null?void 0:e.content)!=null?r:mt.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:mt.controlIcon,this.ocrType=(c=e==null?void 0:e.ocrType)!=null?c:"",this.fillList=(v=(h=e==null?void 0:e.fillList)==null?void 0:h.map(g=>new ne(g)))!=null?v:[]}}_i.Rules=l_;class mt extends te{constructor(e){super(e),this.props=new _i(e==null?void 0:e.props)}static get controlName(){return"\u6587\u5B57\u8BC6\u522B"}static get controlIcon(){return"iconwenzishibie"}static get controlType(){return"text-ocr-button"}}mt.controlEventKeys=["on_click","on_click_finish"],mt.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 r_ extends le{constructor(e){super(e),this.props=new _i(e==null?void 0:e.props)}static get controlType(){return"text-ocr-button"}}var No={Designer:mt,Runtime:r_,Property:_i};class o_ extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},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(l=>!l.controlId)){u(d.getMessage("pleaseSelectAtLeastOneFieldToFillIn"));return}u()}},this.captionTip={type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Ci extends ee{constructor(e){var n,i,u,a,l,r,s,c,h,v;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:vt.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=(a=e==null?void 0:e.captionTip)!=null?a:"",this.labelPosition=(l=e==null?void 0:e.labelPosition)!=null?l:"top",this.content=(r=e==null?void 0:e.content)!=null?r:vt.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:vt.controlIcon,this.invoiceCheck=(c=e==null?void 0:e.invoiceCheck)!=null?c:!0,this.fillList=(v=(h=e==null?void 0:e.fillList)==null?void 0:h.map(g=>new ne(g)))!=null?v:[]}}Ci.Rules=o_;class vt extends te{constructor(e){super(e),this.props=new Ci(e==null?void 0:e.props)}static get controlName(){return"\u53D1\u7968\u8BC6\u522B"}static get controlIcon(){return"iconfabiaoshibie1"}static get controlType(){return"invoice-check-button"}}vt.controlEventKeys=["on_click","on_click_finish"],vt.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 c_ extends le{constructor(e){super(e),this.props=new Ci(e==null?void 0:e.props)}static get controlType(){return"invoice-check-button"}}var Mo={Designer:vt,Runtime:c_,Property:Ci};class s_ extends W{constructor(){super(...arguments),this.printTemplates={type:"array",min:1,required:!0,message:d.getMessage("pleaseUploadAtLeastOnePrintTemplate")}}}class wi extends ee{constructor(e){var n,i,u,a,l;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:qt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:qt.controlName,this.printTemplates=(a=(u=e==null?void 0:e.printTemplates)==null?void 0:u.map(r=>new vo(r)))!=null?a:[],this.autoSelectTemplate=(l=e==null?void 0:e.autoSelectTemplate)!=null?l:!1}}wi.Rules=s_;class qt extends te{constructor(e){super(e),this.props=new wi(e==null?void 0:e.props)}static get controlName(){return"\u6279\u91CF\u6253\u5370"}static get controlIcon(){return"iconbtn_piliangtijiao"}static get controlType(){return"list-page-btn-batch-print"}}qt.controlEventKeys=["on_click","on_click_finish"],qt.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 d_ extends le{constructor(e){super(e),this.props=new wi(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print"}}var $o={Designer:qt,Runtime:d_,Property:wi};class Ha extends ee{constructor(e){var n,i;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}}class Ut extends te{constructor(e){super(e),this.props=new Ha(e==null?void 0:e.props)}static get controlName(){return"\u6279\u91CF\u6253\u5370\u8BB0\u5F55"}static get controlIcon(){return"iconyyzy-renwu"}static get controlType(){return"list-page-btn-batch-print-record"}}Ut.controlEventKeys=["on_click"],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:"super-setting",visible:!0}];class h_ extends le{constructor(e){super(e),this.props=new Ha(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print-record"}}var Vo={Designer:Ut,Runtime:h_,Property:Ha};class f_ extends W{constructor(e){super(e),this.formKey={type:"string",required:!1},(e.command==="edit"||e.command==="view")&&(this.formKey={type:"string",required:!0,message:d.getMessage("pleaseEnterForm")})}}class Ii extends G{constructor(e){var n,i,u,a,l;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:"\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=(a=e==null?void 0:e.defaultState)!=null?a:"default",this.priorityProcess=e==null?void 0:e.priorityProcess,this.isLoading=(l=e==null?void 0:e.isLoading)!=null?l:!1}}Ii.Rules=f_;class Ei extends N{constructor(e){super(e),this.props=new Ii(e==null?void 0:e.props)}static get controlName(){return"\u64CD\u4F5C\u6309\u94AE"}static get controlIcon(){return"iconbtn"}static get controlType(){return"operation-button"}}Ei.controlEventKeys=["on_click"],Ei.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 y_ extends z{constructor(e){super(e),this.props=new Ii(e==null?void 0:e.props)}static get controlType(){return"operation-button"}}var Ho={Designer:Ei,Runtime:y_,Property:Ii};class ja extends G{constructor(e){var n,i,u,a,l,r,s,c,h;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=(a=e==null?void 0:e.showType)!=null?a:"iconText",this.color=(l=e==null?void 0:e.color)!=null?l:"danger",this.isHide=(r=e==null?void 0:e.isHide)!=null?r:!1,this.defaultState=(s=e==null?void 0:e.defaultState)!=null?s:"default",this.command=(c=e==null?void 0:e.command)!=null?c:"custom",this.isLoading=(h=e==null?void 0:e.isLoading)!=null?h:!1}}class Wt extends N{constructor(e){super(e),this.props=new ja(e==null?void 0:e.props)}static get controlName(){return"\u6279\u91CF\u5220\u9664"}static get controlIcon(){return"iconlajitong"}static get controlType(){return"list-page-btn-batch-delete"}}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:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class m_ extends z{constructor(e){super(e),this.props=new ja(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-delete"}}var jo={Designer:Wt,Runtime:m_,Property:ja},v_=Object.freeze({__proto__:null,Text:ro,Link:oo,Button:co,Divider:Co,Title:wo,CreateFormListButton:Io,BatchSubmissionListButton:Eo,SubmissionRecordListButton:So,ExportListButton:Ao,ExportRecordListButton:To,ImportRecordListButton:Oo,FormSelectButton:Bo,ListSelectButton:Ro,Pagination:Do,Dashboard:ko,ListViewSelect:Lo,TextOcrButton:No,InvoiceCheckButton:Mo,BatchPrintListButton:$o,BatchPrintRecordListButton:Vo,OperationButton:Ho,BatchDeleteButton:jo});class g_ extends Z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:d.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:200,message:d.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue=[{type:"string",max:200,min:0,message:d.getMessage("stringRangeError")},{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=d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength}),this.defaultValue[1].pattern=Ve(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class b_ extends M{constructor(e){super(e),this.push({type:"string",message:d.getMessage("isNotString")},{max:e.maxLength,min:e.minLength,message:d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Ve(e.regularRules.expression),message:e.regularRules.errMessage})}}class gt extends B{constructor(e){var n,i,u,a,l,r,s;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 xu(e==null?void 0:e.regularRules),this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:"",this.caption=(a=e==null?void 0:e.caption)!=null?a:bt.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.encrypted=(r=e==null?void 0:e.encrypted)!=null?r:!1,this.encryptedMode=(s=e==null?void 0:e.encryptedMode)!=null?s:""}}gt.Rules=g_,gt.RuntimeRules=b_;class bt extends P{constructor(e){super(e),this.props=new gt(e==null?void 0:e.props)}static get controlName(){return"\u5355\u884C\u6587\u672C"}static get controlIcon(){return"iconSingleline_new1"}static get controlType(){return"input"}}bt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],bt.controlFieldType=b.VARCHAR,bt.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],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:"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 qo extends D{constructor(e){super(e),this.props=new gt(e==null?void 0:e.props)}static get controlType(){return"input"}}qo.controlFieldType=b.VARCHAR;var Uo={Designer:bt,Runtime:qo,Property:gt};class __ extends ct{constructor(e){super(e),this.limitMax={type:"number",min:void 0,message:d.getMessage("PleaseReselectTheOptionalQuantity")},e.limitMax==="unlimited"&&(this.limitMax.type="string");const i=u=>u==="unlimited"?void 0:u;this.limitMax.min=i(e.limitMin)}}class C_ 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 Kt extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I;super(e),this.options=_e((n=e==null?void 0:e.options)!=null?n:[{label:"\u9009\u9879\u4E00",value:"\u9009\u9879\u4E00"},{label:"\u9009\u9879\u4E8C",value:"\u9009\u9879\u4E8C"},{label:"\u9009\u9879\u4E09",value:"\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=(a=e==null?void 0:e.optionsOrder)!=null?a:!1,this.otherOption=(l=e==null?void 0:e.otherOption)!=null?l:!1,this.limitMin=(r=e==null?void 0:e.limitMin)!=null?r:"unlimited",this.limitMax=(s=e==null?void 0:e.limitMax)!=null?s:"unlimited",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.interreaction=(c=e==null?void 0:e.interreaction)!=null?c:[],this.caption=(h=e==null?void 0:e.caption)!=null?h:zt.controlName,this.defaultValue=(v=e==null?void 0:e.defaultValue)!=null?v:[],this.optionsFormat=(g=e==null?void 0:e.optionsFormat)!=null?g:"horizontal",this.defaultShowOptions=(C=e==null?void 0:e.defaultShowOptions)!=null?C:!0,this.openMultistageFilling=(I=e==null?void 0:e.openMultistageFilling)!=null?I:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(_=>{var E;(E=this.multistageFilling)==null||E.push(new ne(_))}))}}Kt.Rules=__,Kt.RuntimeRules=C_;class zt extends P{constructor(e){super(e),this.props=new Kt(e==null?void 0:e.props)}static get controlName(){return"\u591A\u9009"}static get controlIcon(){return"iconduoxuan"}static get controlType(){return"checkbox"}}zt.controlEventKeys=["on_change","on_click"],zt.controlFieldType=b.ARRAY,zt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC],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:"options-setting",visible:!0},{key:"limit-select",visible:!0},{key:"options-order",visible:!0},{key:"super-setting",visible:!0}];class Wo extends D{constructor(e){super(e),this.props=new Kt(e==null?void 0:e.props)}static get controlType(){return"checkbox"}}Wo.controlFieldType=b.ARRAY;var Ko={Designer:zt,Runtime:Wo,Property:Kt};class w_ extends ct{constructor(e){super(e)}}class Si extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g;super(e),this.options=_e((n=e==null?void 0:e.options)!=null?n:[{label:"\u9009\u9879\u4E00",value:"\u9009\u9879\u4E00"},{label:"\u9009\u9879\u4E8C",value:"\u9009\u9879\u4E8C"},{label:"\u9009\u9879\u4E09",value:"\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=(a=e==null?void 0:e.otherOption)!=null?a:!1,this.optionsOrder=(l=e==null?void 0:e.optionsOrder)!=null?l:!1,this.defaultShowOptions=(r=e==null?void 0:e.defaultShowOptions)!=null?r:!0,this.optionsFormat=(s=e==null?void 0:e.optionsFormat)!=null?s:"horizontal",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.interreaction=(c=e==null?void 0:e.interreaction)!=null?c:[],this.caption=(h=e==null?void 0:e.caption)!=null?h:Gt.controlName,this.defaultValue=(v=e==null?void 0:e.defaultValue)!=null?v:"",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(C=>{var I;(I=this.multistageFilling)==null||I.push(new ne(C))}))}}Si.Rules=w_;class Gt extends P{constructor(e){super(e),this.props=new Si(e==null?void 0:e.props)}static get controlName(){return"\u5355\u9009"}static get controlIcon(){return"iconradio_new"}static get controlType(){return"radio"}}Gt.controlEventKeys=["on_change","on_click"],Gt.controlFieldType=b.VARCHAR,Gt.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],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:"options-setting",visible:!0},{key:"options-order",visible:!0},{key:"super-setting",visible:!0}];class zo extends D{constructor(e){super(e),this.props=new Si(e==null?void 0:e.props)}static get controlType(){return"radio"}}zo.controlFieldType=b.VARCHAR;var Go={Designer:Gt,Runtime:zo,Property:Si};class I_ extends Z{constructor(e){super(e),this.defaultValue=[{type:"number",min:0,max:200,message:d.getMessage("pleaseEnterNumberRange")},{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=d.getMessage("pleaseEnterNumberRange",{max:n,min:i}),i&&n!==void 0&&(this.rangeMax={type:"number",min:i,message:d.getMessage("numberRangeSetError")}),this.defaultValue[1].pattern=Ve(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class E_ 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:d.getMessage(n===void 0?"pleaseEnterAValueGreaterThanMin":i===void 0?"pleaseEnterAValueLessThanMax":"pleaseEnterNumberRange",{max:n,min:i})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Ve(e.regularRules.expression),message:e.regularRules.errMessage})}}class Zt extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I;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=(a=e==null?void 0:e.percentageFormat)!=null?a:!1,this.micrometer=(l=e==null?void 0:e.micrometer)!=null?l:!1,this.precision=(r=e==null?void 0:e.precision)!=null?r:0,this.showUpperCase=(s=e==null?void 0:e.showUpperCase)!=null?s:!1,this.isShowUnit=(c=e==null?void 0:e.isShowUnit)!=null?c:!1,this.unitPosition=(h=e==null?void 0:e.unitPosition)!=null?h:"right",this.unit=(v=e==null?void 0:e.unit)!=null?v:"",this.caption=(g=e==null?void 0:e.caption)!=null?g:Qt.controlName,this.placeholder=(C=e==null?void 0:e.placeholder)!=null?C:"\u8BF7\u8F93\u5165",this.defaultValue=(I=e==null?void 0:e.defaultValue)!=null?I:"",this.regularRules=new xu(e==null?void 0:e.regularRules)}}Zt.Rules=I_,Zt.RuntimeRules=E_;class Qt extends P{constructor(e){super(e),this.props=new Zt(e==null?void 0:e.props)}static get controlName(){return"\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}}Qt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Qt.controlFieldType=b.DECIMAL,Qt.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],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:"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 Zo extends D{constructor(e){super(e),this.props=new Zt(e==null?void 0:e.props)}static get controlType(){return"number"}}Zo.controlFieldType=b.DECIMAL;var Qo={Designer:Qt,Runtime:Zo,Property:Zt};class qa extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Ee.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=(a=e==null?void 0:e.setValueType)!=null?a:"custom",this.caption=(l=e==null?void 0:e.caption)!=null?l:Ai.controlName,this.placeholder=(r=e==null?void 0:e.placeholder)!=null?r:"\u8BF7\u8F93\u5165\u65E5\u671F",this.defaultValue=(s=e==null?void 0:e.defaultValue)!=null?s:"",this.limitDateList=(h=(c=e==null?void 0:e.limitDateList)==null?void 0:c.map(C=>new oi(C)))!=null?h:[],this.allowDateRange=(v=e==null?void 0:e.allowDateRange)!=null?v:["",""],this.filterWeekend=(g=e==null?void 0:e.filterWeekend)!=null?g:!1}}class Ai extends P{constructor(e){super(e),this.props=new qa(e==null?void 0:e.props)}static get controlName(){return"\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}=this.props;n.props.dateType=i}return n}}Ai.controlFieldType=b.TIMESTAMP,Ai.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],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",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 Xo extends D{constructor(e){super(e),this.props=new qa(e==null?void 0:e.props)}static get controlType(){return"date-picker"}}Xo.controlFieldType=b.TIMESTAMP;var Jo={Designer:Ai,Runtime:Xo,Property:qa};class S_ 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 Ti extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g;super(e),this.dataBind=new iv(e==null?void 0:e.dataBind),this.defaultValue=new uv(e==null?void 0:e.defaultValue),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Ee.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=(a=e==null?void 0:e.setValueType)!=null?a:"custom",this.rangeMin=(l=e==null?void 0:e.rangeMin)!=null?l:"",this.rangeMax=(r=e==null?void 0:e.rangeMax)!=null?r:"",this.placeholderStart=(s=e==null?void 0:e.placeholderStart)!=null?s:"\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",this.placeholderEnd=(c=e==null?void 0:e.placeholderEnd)!=null?c:"\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",this.caption=(h=e==null?void 0:e.caption)!=null?h:Oi.controlName,this.limitDateList=(g=(v=e==null?void 0:e.limitDateList)==null?void 0:v.map(C=>new oi(C)))!=null?g:[]}}Ti.RuntimeRules=S_;class Oi extends P{constructor(e){super(e),this.props=new Ti(e==null?void 0:e.props)}static get controlName(){return"\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}=this.props;n.props.dateType=i}return n}}Oi.controlFieldType=b.TIMESCOPE,Oi.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],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 Yo extends D{constructor(e){super(e),this.props=new Ti(e==null?void 0:e.props)}static get controlType(){return"date-range"}}Yo.controlFieldType=b.TIMESCOPE;var po={Designer:Oi,Runtime:Yo,Property:Ti};class A_ extends Z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:d.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:1e6,message:d.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue={type:"string",max:200,min:0,message:d.getMessage("stringRangeError")},this.maxLength.min=e.minLength,this.minLength.max=e.maxLength,this.defaultValue.max=e.maxLength,this.defaultValue.min=e.minLength,this.defaultValue.message=d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}}class T_ extends M{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})})}}class Xt extends B{constructor(e){var n,i,u,a,l,r,s;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=(a=e==null?void 0:e.caption)!=null?a:Jt.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.lineEllipsis=(r=e==null?void 0:e.lineEllipsis)!=null?r:4,this.autoSize=(s=e==null?void 0:e.autoSize)!=null?s:!1,this.maxRows=e==null?void 0:e.maxRows}}Xt.Rules=A_,Xt.RuntimeRules=T_;class Jt extends P{constructor(e){super(e),this.props=new Xt(e==null?void 0:e.props)}static get controlName(){return"\u591A\u884C\u6587\u672C"}static get controlIcon(){return"iconMultilineline_new1"}static get controlType(){return"textarea"}}Jt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Jt.controlFieldType=b.TEXT,Jt.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],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:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"default-value",visible:!0},{key:"column-line-ellipsis",visible:!0},{key:"super-setting",visible:!0}];class ec extends D{constructor(e){super(e),this.props=new Xt(e==null?void 0:e.props)}static get controlType(){return"textarea"}}ec.controlFieldType=b.TEXT;var tc={Designer:Jt,Runtime:ec,Property:Xt};class O_ extends Z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:d.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:1e6,message:d.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue={type:"string",max:200,min:0,message:d.getMessage("stringRangeError")},this.maxLength.min=e.minLength,this.minLength.max=e.maxLength,this.defaultValue.max=e.maxLength,this.defaultValue.min=e.minLength,this.defaultValue.message=d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}}class B_ extends M{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})})}}class Yt extends B{constructor(e){var n,i,u,a,l;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=(a=e==null?void 0:e.caption)!=null?a:pt.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165"}}Yt.Rules=O_,Yt.RuntimeRules=B_;class pt extends P{constructor(e){super(e),this.props=new Yt(e==null?void 0:e.props)}static get controlName(){return"\u5BCC\u6587\u672C"}static get controlIcon(){return"iconRichtextbox_new"}static get controlType(){return"rich-text"}}pt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],pt.controlFieldType=b.TEXT,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],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:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"rich-text",visible:!0},{key:"super-setting",visible:!0}];class nc extends D{constructor(e){super(e),this.props=new Yt(e==null?void 0:e.props)}static get controlType(){return"rich-text"}}nc.controlFieldType=b.TEXT;var ic={Designer:pt,Runtime:nc,Property:Yt};class R_ extends ct{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:d.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class Bi extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v;super(e),this.options=_e((n=e==null?void 0:e.options)!=null?n:[{label:"\u9009\u9879\u4E00",value:"\u9009\u9879\u4E00"},{label:"\u9009\u9879\u4E8C",value:"\u9009\u9879\u4E8C"},{label:"\u9009\u9879\u4E09",value:"\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 Y(e==null?void 0:e.datasourceBind),this.caption=(a=e==null?void 0:e.caption)!=null?a:Ri.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u9009\u62E9",this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:"",this.allowCopyOptions=(s=e==null?void 0:e.allowCopyOptions)!=null?s:!1,this.openMultistageFilling=(c=e==null?void 0:e.openMultistageFilling)!=null?c:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(g=>{var C;(C=this.multistageFilling)==null||C.push(new ne(g))})),this.canViewForm=(h=e==null?void 0:e.canViewForm)!=null?h:!1,this.viewFormModelType=(v=e==null?void 0:e.viewFormModelType)!=null?v:"window",this.formBind=new rt(e==null?void 0:e.formBind)}}Bi.Rules=R_;class Ri extends P{constructor(e){super(e),this.props=new Bi(e==null?void 0:e.props)}static get controlName(){return"\u4E0B\u62C9\u5355\u9009"}static get controlIcon(){return"iconxiala1"}static get controlType(){return"select"}}Ri.controlFieldType=b.VARCHAR,Ri.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],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:"options-setting",visible:!0,showItems:[o.CAN_VIEW_FORM,o.VIEW_FORM_MODEL_TYPE]},{key:"super-setting",visible:!0}];class uc extends D{constructor(e){super(e),this.props=new Bi(e==null?void 0:e.props)}static get controlType(){return"select"}}uc.controlFieldType=b.VARCHAR;var ac={Designer:Ri,Runtime:uc,Property:Bi};class P_ extends ct{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:d.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class D_ extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class en extends B{constructor(e){var n,i,u,a,l,r,s,c,h;super(e),this.options=_e((n=e==null?void 0:e.options)!=null?n:[{label:"\u9009\u9879\u4E00",value:"\u9009\u9879\u4E00"},{label:"\u9009\u9879\u4E8C",value:"\u9009\u9879\u4E8C"},{label:"\u9009\u9879\u4E09",value:"\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 Y(e==null?void 0:e.datasourceBind),this.caption=(a=e==null?void 0:e.caption)!=null?a:Pi.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u9009\u62E9",this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],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(v=>{var g;(g=this.multistageFilling)==null||g.push(new ne(v))})),this.canViewForm=(c=e==null?void 0:e.canViewForm)!=null?c:!1,this.viewFormModelType=(h=e==null?void 0:e.viewFormModelType)!=null?h:"window",this.formBind=new rt(e==null?void 0:e.formBind)}}en.Rules=P_,en.RuntimeRules=D_;class Pi extends P{constructor(e){super(e),this.props=new en(e==null?void 0:e.props)}static get controlName(){return"\u4E0B\u62C9\u591A\u9009"}static get controlIcon(){return"iconxialaduoxuan"}static get controlType(){return"select-multiple"}}Pi.controlFieldType=b.ARRAY,Pi.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],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:"options-setting",visible:!0,showItems:[o.CAN_VIEW_FORM,o.VIEW_FORM_MODEL_TYPE]},{key:"super-setting",visible:!0}];class lc extends D{constructor(e){super(e),this.props=new en(e==null?void 0:e.props)}static get controlType(){return"select-multiple"}}lc.controlFieldType=b.ARRAY;var rc={Designer:Pi,Runtime:lc,Property:en};class x_ extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Di extends B{constructor(e){var n,i,u,a,l,r,s,c,h;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=(a=e==null?void 0:e.multiple)!=null?a:!1,this.defaultValueType=(l=e==null?void 0:e.defaultValueType)!=null?l:"none",this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],this.caption=(s=e==null?void 0:e.caption)!=null?s:xi.controlName,this.placeholder=(c=e==null?void 0:e.placeholder)!=null?c:"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",this.openMultistageFilling=(h=e==null?void 0:e.openMultistageFilling)!=null?h:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(v=>{var g;(g=this.multistageFilling)==null||g.push(new ne(v))}))}}Di.RuntimeRules=x_;class xi extends P{constructor(e){super(e),this.props=new Di(e==null?void 0:e.props)}static get controlName(){return"\u4EBA\u5458"}static get controlIcon(){return"iconpeople1"}static get controlType(){return"employee"}}xi.controlFieldType=b.EMPLOYEES,xi.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],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 oc extends D{constructor(e){super(e),this.props=new Di(e==null?void 0:e.props)}static get controlType(){return"employee"}}oc.controlFieldType=b.EMPLOYEES;var cc={Designer:xi,Runtime:oc,Property:Di};const k_=10485760,F_=104857600,L_=1048576e3;class N_ extends Z{constructor(e){super(e),this.maxSize={type:"number",min:0,max:L_,message:d.getMessage("attachmentMaxSize")}}}class M_ 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:d.getMessage("attachmentLimitError",{max:e.maxLimit,min:e.minLimit})})}}class _t extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,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=(a=e==null?void 0:e.attachmentAccept)!=null?a:[],this.maxLimit=(l=e==null?void 0:e.maxLimit)!=null?l:10,this.minLimit=(r=e==null?void 0:e.minLimit)!=null?r:0,this.maxSize=(s=e==null?void 0:e.maxSize)!=null?s:F_,this.caption=(c=e==null?void 0:e.caption)!=null?c:Ct.controlName,this.placeholder=(h=e==null?void 0:e.placeholder)!=null?h:"\u4E0A\u4F20\u9644\u4EF6",this.isShowWatermark=(v=e==null?void 0:e.isShowWatermark)!=null?v:!1,this.watermarkFx=(g=e==null?void 0:e.watermarkFx)!=null?g:{},this.forbidDownload=(C=e==null?void 0:e.forbidDownload)!=null?C:!1,this.accessControl=(I=e==null?void 0:e.accessControl)!=null?I:!1}}_t.Rules=N_,_t.RuntimeRules=M_;class Ct extends P{constructor(e){super(e),this.props=new _t(e==null?void 0:e.props)}static get controlName(){return"\u9644\u4EF6"}static get controlIcon(){return"iconfujian2"}static get controlType(){return"attachment"}}Ct.controlEventKeys=["on_change"],Ct.controlFieldType=b.FILE,Ct.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],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,o.FORBID_DOWNLOAD,o.ACCESS_CONTROL]},{key:"attachment-state",visible:!0},{key:"attachment-accept",visible:!0},{key:"attachment-limit",visible:!0},{key:"attachment-size",visible:!0},{key:"attachment-defaultval",visible:!0},{key:"super-setting",visible:!0}];class Ua extends D{constructor(e){super(e),this.props=new _t(e==null?void 0:e.props)}static get controlType(){return"attachment"}}Ua.controlFieldType=b.FILE;var sc={Designer:Ct,Runtime:Ua,Property:_t};const dc=class extends Ct{static get controlName(){return"\u56FE\u7247"}static get controlIcon(){return"iconpic_new"}static get controlType(){return"image"}constructor(t){var e,n,i,u;super(t),this.props.showType="image",this.props.caption=(n=(e=t==null?void 0:t.props)==null?void 0:e.caption)!=null?n:dc.controlName,this.props.placeholder=(u=(i=t==null?void 0:t.props)==null?void 0:i.placeholder)!=null?u:"\u4E0A\u4F20\u56FE\u7247"}};let Wa=dc;Wa.controlFieldType=b.IMAGE,Wa.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.FORBID_DOWNLOAD,o.ONLY_ALLOW_TAKE_PHOTO,o.ACCESS_CONTROL],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,o.IS_SHOW_WATERMARK]},{key:"attachment-limit",visible:!0},{key:"image-defaultval",visible:!0},{key:"super-setting",visible:!0}];class $_ extends Ua{static get controlType(){return"image"}constructor(e){var n,i,u,a,l,r;super(e),this.props.showType="image",this.props.maxLimit=(i=(n=e==null?void 0:e.props)==null?void 0:n.maxLimit)!=null?i:9,this.props.caption=(a=(u=e==null?void 0:e.props)==null?void 0:u.caption)!=null?a:"\u56FE\u7247",this.props.placeholder=(r=(l=e==null?void 0:e.props)==null?void 0:l.placeholder)!=null?r:"\u4E0A\u4F20\u56FE\u7247"}}class V_ extends _t{constructor(e){var n;super(e),this.onlyAllowTakePhoto=(n=e==null?void 0:e.onlyAllowTakePhoto)!=null?n:!1}}var hc={Designer:Wa,Runtime:$_,Property:V_};class H_ extends ct{constructor(e){super(e),this.defaultValue={type:"object",fields:{amount:[{type:"number",min:void 0,max:void 0,message:d.getMessage("pleaseEnterNumberRange")}]}},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=d.getMessage("pleaseEnterNumberRange",{max:n,min:i}),i&&n!==void 0&&(this.rangeMax={type:"number",min:i,message:d.getMessage("numberRangeSetError")})}}class j_ 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:[Ol(at({},this[0]),{type:"number"}),{type:"number",min:i,max:n,message:d.getMessage(n===void 0?"pleaseEnterAValueGreaterThanMin":i===void 0?"pleaseEnterAValueLessThanMax":"pleaseEnterNumberRange",{max:n,min:i})}],currency:{type:"string"}}})}}class tn extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g;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=(a=e==null?void 0:e.micrometer)!=null?a:!1,this.precision=(l=e==null?void 0:e.precision)!=null?l:2,this.dataBind=new tv(e==null?void 0:e.dataBind),this.datasourceBind=new Y((r=e==null?void 0:e.datasourceBind)!=null?r:{displayBoList:[new Ru({value:"name"})]}),this.defaultValue=new nv((s=e==null?void 0:e.defaultValue)!=null?s:{amount:"",currency:Fu.CNY}),this.options=_e(e==null?void 0:e.options),this.caption=(c=e==null?void 0:e.caption)!=null?c:nn.controlName,this.placeholder=(h=e==null?void 0:e.placeholder)!=null?h:"\u8BF7\u8F93\u5165",this.submitSelectCurrency=(v=e==null?void 0:e.submitSelectCurrency)!=null?v:!1,this.showUpperCase=(g=e==null?void 0:e.showUpperCase)!=null?g:!1}}tn.Rules=H_,tn.RuntimeRules=j_;class nn extends P{constructor(e){super(e),this.props=new tn(e==null?void 0:e.props)}static get controlName(){return"\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}}nn.controlEventKeys=["on_change","on_input","on_focus","on_blur"],nn.controlFieldType=b.MONEY,nn.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],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:"currency-type",visible:!0},{key:"number-suite",showItems:[o.SHOW_UPPER_CASE,o.MICROMETER,o.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class fc extends D{constructor(e){super(e),this.props=new tn(e==null?void 0:e.props)}static get controlType(){return"amount"}}fc.controlFieldType=b.MONEY;var yc={Designer:nn,Runtime:fc,Property:tn};class q_ extends Z{constructor(e){super(e),this.totalScore=[{type:"number",required:!0,message:d.getMessage("pleaseEnterTotalScoreSetting")},{type:"number",min:1,message:d.getMessage("theTotalScoreMustNotBeLessThan1")}],this.defaultValue={type:"number",min:0,max:5,message:d.getMessage("scoreDefaultValueRange")},this.defaultValue.max=e.totalScore,this.defaultValue.message=d.getMessage("scoreDefaultValueRange",{max:e.totalScore,min:0})}}class U_ 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:d.getMessage("scoreDefaultValueRange",{max:e.totalScore,min:n})})}}class un extends B{constructor(e){var n,i,u,a,l,r,s;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:Ba.STAR,this.isShowExplain=(u=e==null?void 0:e.isShowExplain)!=null?u:!0,this.explain=(l=(a=e==null?void 0:e.explain)==null?void 0:a.map(c=>new ci(c)))!=null?l:Array(this.totalScore).fill(void 0).map(()=>new ci),this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:0,this.caption=(s=e==null?void 0:e.caption)!=null?s:an.controlName}}un.Rules=q_,un.RuntimeRules=U_;class an extends P{constructor(e){super(e),this.props=new un(e==null?void 0:e.props)}static get controlName(){return"\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 ci);this.props.explain.push(...u)}}super.postUpdate(e,n)}}an.controlEventKeys=["on_change","on_click"],an.controlFieldType=b.DECIMAL,an.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],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:"score-type",visible:!0},{key:"total-setting",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class mc extends D{constructor(e){super(e),this.props=new un(e==null?void 0:e.props)}static get controlType(){return"score"}}mc.controlFieldType=b.DECIMAL;var vc={Designer:an,Runtime:mc,Property:un};class W_ extends M{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:d.getMessage("pleaseSelectProvince")}}};e.addressType.includes("city")&&(n.fields.city={type:"string",required:e.required,message:d.getMessage("pleaseSelectCity")}),e.addressType.includes("district")&&(n.fields.district={type:"string",required:e.required,message:d.getMessage("pleaseSelectDistrict")}),this.push(n)}}}class ki extends B{constructor(e){var n,i,u,a,l;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Fi.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 av((a=e==null?void 0:e.defaultValue)!=null?a:{}),this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u9009\u62E9\u5730\u5740"}}ki.RuntimeRules=W_;class Fi extends P{constructor(e){super(e),this.props=new ki(e==null?void 0:e.props)}static get controlName(){return"\u5730\u5740"}static get controlIcon(){return"icondizhi"}static get controlType(){return"address"}}Fi.controlFieldType=b.ADDRESS,Fi.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],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 gc extends D{constructor(e){super(e),this.props=new ki(e==null?void 0:e.props)}static get controlName(){return"\u7701\u5E02\u533A"}static get controlIcon(){return"iconicon_site_management11"}static get controlType(){return"address"}}gc.controlFieldType=b.ADDRESS;var bc={Designer:Fi,Runtime:gc,Property:ki};class K_ extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Li extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,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=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.rangeOptions=(l=e==null?void 0:e.rangeOptions)!=null?l:[],this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],this.displayLevel=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(c=e==null?void 0:e.showSubDept)!=null?c:!0,this.caption=(h=e==null?void 0:e.caption)!=null?h:ln.controlName,this.placeholder=(v=e==null?void 0:e.placeholder)!=null?v:"\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(C=>{var I;(I=this.multistageFilling)==null||I.push(new ne(C))}))}}Li.RuntimeRules=K_;class ln extends P{constructor(e){super(e),this.props=new Li(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}}ln.controlName="\u90E8\u95E8",ln.controlFieldType=b.DEPARTMENTS,ln.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],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 _c extends D{constructor(e){super(e),this.props=new Li(e==null?void 0:e.props)}static get controlType(){return"department"}}_c.controlFieldType=b.DEPARTMENTS;var Cc={Designer:ln,Runtime:_c,Property:Li};class Ka extends B{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:rn.controlName,this.placeholder=(u=e==null?void 0:e.placeholder)!=null?u:"\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7"}}class rn extends P{constructor(e){super(e),this.props=new Ka(e==null?void 0:e.props)}static get controlName(){return"\u81EA\u52A8\u7F16\u53F7"}static get controlIcon(){return"iconnumber_new"}static get controlType(){return"auto-number"}}rn.controlEventKeys=["on_change"],rn.controlFieldType=b.AUTO_NUMBER,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],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 wc extends D{constructor(e){super(e),this.props=new Ka(e==null?void 0:e.props)}static get controlType(){return"auto-number"}}wc.controlFieldType=b.AUTO_NUMBER;var Ic={Designer:rn,Runtime:wc,Property:Ka};class z_ extends Z{constructor(e){super(e),this.dataBind.fields.result.required=!1,this.dataBind.fields.result.fields.fieldCode.required=!1,this.dataBind.fields.result.fields.dataCode.required=!1,this.dataBind.fields.unit.required=!1,this.dataBind.fields.unit.fields.fieldCode.required=!1,this.dataBind.fields.unit.fields.dataCode.required=!1}}class G_ extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="object"),this.push({type:"object",message:d.getMessage("isNotObject"),fields:{result:[{type:"number",message:d.getMessage("isNotNumber")}],unit:{type:"string",message:d.getMessage("isNotString")}}})}}class on extends B{constructor(e){var n,i,u,a,l,r,s,c;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 lv(e==null?void 0:e.dataBind),this.defaultValue=new rv(e==null?void 0:e.defaultValue),this.caption=(a=e==null?void 0:e.caption)!=null?a:cn.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.scriptEcho=(r=e==null?void 0:e.scriptEcho)!=null?r:[],this.scriptSrc=(s=e==null?void 0:e.scriptSrc)!=null?s:"",this.calcOnMounted=(c=e==null?void 0:e.calcOnMounted)!=null?c:!1}}on.Rules=z_,on.RuntimeRules=G_;class cn extends P{constructor(e){super(e),this.props=new on(e==null?void 0:e.props)}static get controlName(){return"\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}}cn.controlEventKeys=["on_change"],cn.controlFieldType=b.CALC,cn.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],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:"default-value",visible:!1},{key:"number-suite",showItems:[o.SHOW_UPPER_CASE,o.MICROMETER,o.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class Ec extends D{constructor(e){super(e),this.props=new on(e==null?void 0:e.props)}static get controlType(){return"calc"}}Ec.controlFieldType=b.CALC;var Sc={Designer:cn,Runtime:Ec,Property:on};class Z_ extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),this.push({validator(n,i){return e.required&&i.every(a=>!a)?Promise.reject(d.getMessage("runtimeRequired",{caption:e.caption})):Promise.resolve()}})}}class Ni extends B{constructor(e){var n,i,u,a,l,r;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=(a=e==null?void 0:e.placeholderStart)!=null?a:"\u6700\u5C0F\u503C",this.placeholderEnd=(l=e==null?void 0:e.placeholderEnd)!=null?l:"\u6700\u5927\u503C",this.caption=(r=e==null?void 0:e.caption)!=null?r:Mi.controlName}}Ni.RuntimeRules=Z_;class Mi extends P{constructor(e){super(e),this.props=new Ni(e==null?void 0:e.props)}static get controlName(){return"\u6570\u5B57\u533A\u95F4"}static get controlIcon(){return"iconshuziqujian"}static get controlType(){return"search-number-range"}}Mi.controlFieldType=b.DECIMAL_RANGE,Mi.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],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 Ac extends D{constructor(e){super(e),this.props=new Ni(e==null?void 0:e.props)}static get controlType(){return"search-number-range"}}Ac.controlFieldType=b.DECIMAL_RANGE;var Tc={Designer:Mi,Runtime:Ac,Property:Ni};class Q_ 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 $i extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:["",""],this.dateType=(i=e==null?void 0:e.dateType)!=null?i:Ee.DATE,this.dateFormat=(u=e==null?void 0:e.dateFormat)!=null?u:"",this.commonTimeSetting=(a=e==null?void 0:e.commonTimeSetting)!=null?a:[],this.setValueType=(l=e==null?void 0:e.setValueType)!=null?l:"custom",this.rangeMin=(r=e==null?void 0:e.rangeMin)!=null?r:"",this.rangeMax=(s=e==null?void 0:e.rangeMax)!=null?s:"",this.placeholderStart=(c=e==null?void 0:e.placeholderStart)!=null?c:"\u5F00\u59CB\u65E5\u671F",this.placeholderEnd=(h=e==null?void 0:e.placeholderEnd)!=null?h:"\u7ED3\u675F\u65E5\u671F",this.caption=(v=e==null?void 0:e.caption)!=null?v:Vi.controlName,this.limitDateList=(C=(g=e==null?void 0:e.limitDateList)==null?void 0:g.map(I=>new oi(I)))!=null?C:[]}}$i.RuntimeRules=Q_;class Vi extends P{constructor(e){super(e),this.props=new $i(e==null?void 0:e.props)}static get controlName(){return"\u65E5\u671F\u533A\u95F4"}static get controlIcon(){return"iconriqiqujian"}static get controlType(){return"search-date-range"}}Vi.controlFieldType=b.ARRAY,Vi.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],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 Oc extends D{constructor(e){super(e),this.props=new $i(e==null?void 0:e.props)}static get controlType(){return"search-date-range"}}Oc.controlFieldType=b.ARRAY;var Bc={Designer:Vi,Runtime:Oc,Property:$i};class X_ extends Z{constructor(e){super(e),this.dataBind={type:"any"}}}class J_ extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class sn extends B{constructor(e){var n,i,u,a,l;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:dn.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=(a=e==null?void 0:e.permissions)!=null?a:[],this.isInlineEdit=(l=e==null?void 0:e.isInlineEdit)!=null?l:!1}}sn.Rules=X_,sn.RuntimeRules=J_;class dn extends P{constructor(e){super(e),this.props=new sn(e==null?void 0:e.props)}static get controlName(){return"Vue\u5BB9\u5668"}static get controlIcon(){return"iconvuerongqi"}static get controlType(){return"vue-form-item"}}dn.controlFieldType=b.ANY,dn.controlEventKeys=[],dn.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],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 Rc extends D{constructor(e){super(e),this.props=new sn(e==null?void 0:e.props)}static get controlType(){return"vue-form-item"}}Rc.controlFieldType=b.ANY;var Pc={Designer:dn,Runtime:Rc,Property:sn};class Y_ extends ct{constructor(e){super(e),this.listPageBind=[{type:"object",message:d.getMessage("isNotObject")},{type:"object",required:!0,fields:{formKey:[{type:"string",message:d.getMessage("isNotString")},{type:"string",required:!0,message:d.getMessage("pleaseEnterList")}]}}],this.formBind={type:"object",fields:{formKey:{type:"string",message:d.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class Hi extends B{constructor(e){var n,i,u,a,l,r,s,c,h;super(e),this.options=_e((n=e==null?void 0:e.options)!=null?n:[]),this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"datasource",this.listPageBind=new Ou(e==null?void 0:e.listPageBind),this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.caption=(u=e==null?void 0:e.caption)!=null?u:hn.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:"\u8BF7\u9009\u62E9",this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:"",this.openMultistageFilling=(r=e==null?void 0:e.openMultistageFilling)!=null?r:!1,this.showSelectedDetail=(s=e==null?void 0:e.showSelectedDetail)!=null?s:!1,this.selectedContentConfig=new Du(e==null?void 0:e.selectedContentConfig),this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(v=>{var g;(g=this.multistageFilling)==null||g.push(new ne(v))})),this.canViewForm=(c=e==null?void 0:e.canViewForm)!=null?c:!1,this.viewFormModelType=(h=e==null?void 0:e.viewFormModelType)!=null?h:"window",this.formBind=new rt(e==null?void 0:e.formBind)}}Hi.Rules=Y_;class hn extends P{constructor(e){super(e),this.props=new Hi(e==null?void 0:e.props)}static get controlName(){return"\u5173\u8054\u5355\u9009"}static get controlIcon(){return"iconguanliandanxuan"}static get controlType(){return"select-relation"}}hn.controlFieldType=b.VARCHAR,hn.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],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:"relation-setting",visible:!0,showItems:[o.CAN_VIEW_FORM,o.VIEW_FORM_MODEL_TYPE]},{key:"super-setting",visible:!0}],hn.controlEventKeys=["on_change","on_focus","on_blur","on_modal_ok"];class Dc extends D{constructor(e){super(e),this.props=new Hi(e==null?void 0:e.props)}static get controlType(){return"select-relation"}}Dc.controlFieldType=b.VARCHAR;var xc={Designer:hn,Runtime:Dc,Property:Hi};class za extends gt{constructor(e){super(e)}}class kc extends bt{constructor(e){super(e),this.props=new za(e==null?void 0:e.props)}static get controlName(){return"\u5355\u884C\u6587\u672C"}static get controlType(){return"search-input"}}kc.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],visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED]},{key:"super-setting",visible:!0}];class Fc extends D{constructor(e){super(e),this.props=new za(e==null?void 0:e.props)}static get controlType(){return"search-input"}}Fc.controlFieldType=b.VARCHAR;var Lc={Designer:kc,Runtime:Fc,Property:za};class p_ extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")}],$n.call(this,e,Le.controlCustomAttributes,!0),this.datasourceBind[1].fields&&(this.datasourceBind[1].fields.rootNode=[{type:"object",required:!0,message:d.getMessage("isNotObject")},{type:"object",fields:{type:{type:"enum",enum:["form","system","custom","gv"],required:!0},value:{type:"array",required:!0,min:1,message:d.getMessage("rootNodeIsRequired")}}}])}}class eC extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class fn extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_,E,m,w,T,R;super(e),this.optionConfig="datasource",this.caption=(n=e==null?void 0:e.caption)!=null?n:Le.controlName,this.placeholder=(i=e==null?void 0:e.placeholder)!=null?i:"\u8BF7\u9009\u62E9",this.multiple=(u=e==null?void 0:e.multiple)!=null?u:!1,this.canSearch=(a=e==null?void 0:e.canSearch)!=null?a:!0,this.levelType=(l=e==null?void 0:e.levelType)!=null?l:"all",this.optionalLevel=(r=e==null?void 0:e.optionalLevel)!=null?r:1,this.containsSubNode=(s=e==null?void 0:e.containsSubNode)!=null?s:!1,this.isShowFilterItem=(c=e==null?void 0:e.isShowFilterItem)!=null?c:!1,this.isShowIncludeSub=(h=e==null?void 0:e.isShowIncludeSub)!=null?h:!1,this.isDefaultCheckSub=(v=e==null?void 0:e.isDefaultCheckSub)!=null?v:!1,this.defaultCollapse=(g=e==null?void 0:e.defaultCollapse)!=null?g:"all",this.defaultCollapseLevel=(C=e==null?void 0:e.defaultCollapseLevel)!=null?C:1,this.datasourceBind=new ar((I=e==null?void 0:e.datasourceBind)!=null?I:{attributes:Le.controlCustomAttributes}),this.filterItemDatasourceBind=new ar((_=e==null?void 0:e.filterItemDatasourceBind)!=null?_:{attributes:Le.controlCustomAttributes}),this.openMultistageFilling=(E=e==null?void 0:e.openMultistageFilling)!=null?E:!1,this.defaultDisplay=(m=e==null?void 0:e.defaultDisplay)!=null?m:!1,this.multistageFilling=(T=(w=e==null?void 0:e.multistageFilling)==null?void 0:w.map(x=>new ne(x)))!=null?T:[],this.defaultValue=(R=e==null?void 0:e.defaultValue)!=null?R:[]}}fn.Rules=p_,fn.RuntimeRules=eC;class Le extends P{constructor(e){super(e),this.props=new fn(e==null?void 0:e.props)}static get controlName(){return"\u6811"}static get controlIcon(){return"icontree"}static get controlType(){return"tree"}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",required:!0},{key:"parentField",name:"\u7236\u7EA7\u5B57\u6BB5",required:!0}]}}Le.controlEventKeys=["on_change","on_click"],Le.controlFieldType=b.ARRAY,Le.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],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:"super-setting",visible:!0}];class Nc extends D{constructor(e){super(e),this.props=new fn(e==null?void 0:e.props)}static get controlType(){return"tree"}}Nc.controlFieldType=b.ARRAY;var Mc={Designer:Le,Runtime:Nc,Property:fn};class tC extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")}],this.externalScope={type:"any"},$n.call(this,e,wt.controlCustomAttributes),e.externalType===Fe.ASSIGN&&(this.externalScope={type:"array",required:!0,message:d.getMessage("pleaseAssignExternal")})}}class nC extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class yn extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_;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=(a=e==null?void 0:e.multiple)!=null?a:!1,this.defaultValueType=(l=e==null?void 0:e.defaultValueType)!=null?l:"none",this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],this.caption=(s=e==null?void 0:e.caption)!=null?s:wt.controlName,this.placeholder=(c=e==null?void 0:e.placeholder)!=null?c:"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",this.datasourceBind=new Fn((h=e==null?void 0:e.datasourceBind)!=null?h:{attributes:wt.controlCustomAttributes}),this.datasourceType=(v=e==null?void 0:e.datasourceType)!=null?v:ka.INTERNAL,this.insideType=(g=e==null?void 0:e.insideType)!=null?g:Fa.ADMIN,this.externalType=(C=e==null?void 0:e.externalType)!=null?C:Fe.ALL,this.externalScope=(I=e==null?void 0:e.externalScope)!=null?I:[],this.openMultistageFilling=(_=e==null?void 0:e.openMultistageFilling)!=null?_:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(E=>{var m;(m=this.multistageFilling)==null||m.push(new ne(E))}))}}yn.Rules=tC,yn.RuntimeRules=nC;class wt extends P{constructor(e){super(e),this.props=new yn(e==null?void 0:e.props)}static get controlName(){return"\u4EBA\u5458"}static get controlIcon(){return"iconpeople1"}static get controlType(){return"employee2"}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",required:!0}]}}wt.controlFieldType=b.EMPLOYEES,wt.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],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-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 $c extends D{constructor(e){super(e),this.props=new yn(e==null?void 0:e.props)}static get controlType(){return"employee2"}}$c.controlFieldType=b.EMPLOYEES;var Vc={Designer:wt,Runtime:$c,Property:yn};class iC extends Z{constructor(e){super(e),this.signatureConfig={type:"object",fields:{fileControl:{type:"string",required:!0,message:"\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6"},undersignedList:{type:"array",required:!0,min:1,message:"\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:"\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA"}}},signatureType:{type:"array",required:!0,min:1,message:"\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B"},telephone:{type:"object",required:!0,validator(a,l,r){if(i.type==="public"&&Cu(l.value)&&l.value.length===0){r("\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1");return}r()}},company:{type:"object",required:!0,validator(a,l,r){if(i.type==="public"&&i.signatureType.includes("company")&&Cu(l.value)&&l.value.length===0){r("\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0");return}r()}}}},n),{})}}}}}class ji extends B{constructor(e){var n,i,u,a,l,r;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:"\u53D1\u8D77\u7B7E\u7F72",this.buttonType=(u=e==null?void 0:e.buttonType)!=null?u:"primary",this.showType=(a=e==null?void 0:e.showType)!=null?a:"text",this.color=(l=e==null?void 0:e.color)!=null?l:"primary",this.icon=(r=e==null?void 0:e.icon)!=null?r:"iconfenlei2",this.signatureConfig=new fo(e==null?void 0:e.signatureConfig)}}ji.Rules=iC;class mn extends P{constructor(e){super(e),this.props=new ji(e==null?void 0:e.props)}static get controlName(){return"\u7535\u5B50\u7B7E\u7AE0"}static get controlIcon(){return"icondianziqianzhang"}static get controlType(){return"electronic-signature"}}mn.controlEventKeys=["on_click","on_click_finish"],mn.controlFieldType=b.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],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 Hc extends D{constructor(e){super(e),this.props=new ji(e==null?void 0:e.props)}static get controlType(){return"electronic-signature"}}Hc.controlFieldType=b.VARCHAR;var jc={Designer:mn,Runtime:Hc,Property:ji};class uC extends Z{constructor(e){super(e),this.content={type:"string",required:!0,message:d.getMessage("pleaseEnterButtonContent")},this.wpsSetting={type:"object",fields:{watermark:{type:"object",validator(n,i,u){if(i.active&&!i.text){u(d.getMessage("pleaseEnterWatermark"));return}u()}},autoRename:{type:"object",validator(n,i,u){if(i.active&&!i.text){u(d.getMessage("pleaseEnterFileName"));return}u()}}}},this.canAdd={type:"boolean",validator(n,i,u){if(e.canAdd&&!e.addLocal&&!e.addOnline){u(d.getMessage("pleaseChooseAtLeastOne"));return}u()}}}}class aC extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class vn extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:gn.controlName,this.content=(i=e==null?void 0:e.content)!=null?i:"\u65B0\u5EFA\u6587\u6863",this.canAdd=(u=e==null?void 0:e.canAdd)!=null?u:!0,this.addLocal=(a=e==null?void 0:e.addLocal)!=null?a:!0,this.addOnline=(l=e==null?void 0:e.addOnline)!=null?l:!0,this.canEdit=(r=e==null?void 0:e.canEdit)!=null?r:!0,this.canDownload=(s=e==null?void 0:e.canDownload)!=null?s:!0,this.canExport=(c=e==null?void 0:e.canExport)!=null?c:!0,this.canDelete=(h=e==null?void 0:e.canDelete)!=null?h:!1,this.maxSize=(v=e==null?void 0:e.maxSize)!=null?v:k_,this.defaultValue=(g=e==null?void 0:e.defaultValue)!=null?g:[],this.wpsSetting=new yo(e==null?void 0:e.wpsSetting),this.revisionsMode=(C=e==null?void 0:e.revisionsMode)!=null?C:!1}}vn.Rules=uC,vn.RuntimeRules=aC;class gn extends P{constructor(e){super(e),this.props=new vn(e==null?void 0:e.props)}static get controlName(){return"\u5728\u7EBF\u6587\u6863"}static get controlIcon(){return"iconwps"}static get controlType(){return"wps"}}gn.controlEventKeys=["on_change","on_wps_open"],gn.controlFieldType=b.FILE,gn.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],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 qc extends D{constructor(e){super(e),this.props=new vn(e==null?void 0:e.props)}static get controlType(){return"wps"}}qc.controlFieldType=b.FILE;var Uc={Designer:gn,Runtime:qc,Property:vn};class lC extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")}],this.businessScope={type:"any"},$n.call(this,e,He.controlCustomAttributes),e.businessType===Fe.ASSIGN&&(this.businessScope={type:"array",required:!0,message:d.getMessage("pleaseAssignBusiness")})}}class rC extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class bn extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_,E;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=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.rangeOptions=(l=e==null?void 0:e.rangeOptions)!=null?l:[],this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],this.displayLevel=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(c=e==null?void 0:e.showSubDept)!=null?c:!0,this.caption=(h=e==null?void 0:e.caption)!=null?h:He.controlName,this.placeholder=(v=e==null?void 0:e.placeholder)!=null?v:"\u8BF7\u9009\u62E9\u90E8\u95E8",this.datasourceBind=new Fn((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:He.controlCustomAttributes}),this.datasourceType=(C=e==null?void 0:e.datasourceType)!=null?C:si.INTERNAL,this.businessScope=(I=e==null?void 0:e.businessScope)!=null?I:[],this.businessType=(_=e==null?void 0:e.businessType)!=null?_:Fe.ALL,this.openMultistageFilling=(E=e==null?void 0:e.openMultistageFilling)!=null?E:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(m=>{var w;(w=this.multistageFilling)==null||w.push(new ne(m))}))}}bn.Rules=lC,bn.RuntimeRules=rC;class He extends P{constructor(e){super(e),this.props=new bn(e==null?void 0:e.props)}static get controlIcon(){return"icondepartment_new"}static get controlType(){return"department2"}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",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}}He.controlName="\u90E8\u95E8",He.controlFieldType=b.DEPARTMENTS,He.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],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-datasource-setting",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 Wc extends D{constructor(e){super(e),this.props=new bn(e==null?void 0:e.props)}static get controlType(){return"department2"}}Wc.controlFieldType=b.DEPARTMENTS;var Kc={Designer:He,Runtime:Wc,Property:bn};class oC extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")}],this.businessScope={type:"any"},$n.call(this,e,je.controlCustomAttributes),e.businessType===Fe.ASSIGN&&(this.businessScope={type:"array",required:!0,message:d.getMessage("pleaseAssignBusiness")})}}class cC extends M{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class _n extends B{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_,E,m,w,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 Ou(e==null?void 0:e.listPageBind),this.defaultValueType=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.rangeOptions=(l=e==null?void 0:e.rangeOptions)!=null?l:[],this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],this.displayLevel=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(c=e==null?void 0:e.showSubDept)!=null?c:!0,this.caption=(h=e==null?void 0:e.caption)!=null?h:je.controlName,this.placeholder=(v=e==null?void 0:e.placeholder)!=null?v:"\u8BF7\u9009\u62E9\u7EC4\u7EC7",this.datasourceBind=new pm((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:je.controlCustomAttributes}),this.datasourceType=(C=e==null?void 0:e.datasourceType)!=null?C:si.INTERNAL,this.businessScope=(I=e==null?void 0:e.businessScope)!=null?I:[],this.businessType=(_=e==null?void 0:e.businessType)!=null?_:Fe.ALL,this.organizingFunction=(E=e==null?void 0:e.organizingFunction)!=null?E:void 0,this.organizationView=(m=e==null?void 0:e.organizationView)!=null?m:void 0,this.showSelectedDetail=(w=e==null?void 0:e.showSelectedDetail)!=null?w:!1,this.selectedContentConfig=new Du(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(R=>{var x;(x=this.multistageFilling)==null||x.push(new ne(R))}))}}_n.Rules=oC,_n.RuntimeRules=cC;class je extends P{constructor(e){super(e),this.props=new _n(e==null?void 0:e.props)}static get controlIcon(){return"icondepartment_new"}static get controlType(){return"organization-selection"}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",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}}je.controlName="\u4E1A\u52A1\u7EC4\u7EC7",je.controlFieldType=b.DEPARTMENTS,je.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],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 zc extends D{constructor(e){super(e),this.props=new _n(e==null?void 0:e.props)}static get controlType(){return"organization-selection"}}zc.controlFieldType=b.DEPARTMENTS;var Gc={Designer:je,Runtime:zc,Property:_n};class sC extends Z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:d.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:200,message:d.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue=[{type:"string",max:200,min:0,message:d.getMessage("stringRangeError")},{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=d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength}),this.defaultValue[1].pattern=Ve(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class dC extends M{constructor(e){super(e),this.push({type:"string",message:d.getMessage("isNotString")},{max:e.maxLength,min:e.minLength,message:d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Ve(e.regularRules.expression),message:e.regularRules.errMessage})}}class Cn extends B{constructor(e){var n,i,u,a,l,r,s;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 xu(e==null?void 0:e.regularRules),this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:"",this.caption=(a=e==null?void 0:e.caption)!=null?a:wn.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.encrypted=(r=e==null?void 0:e.encrypted)!=null?r:!1,this.encryptedMode=(s=e==null?void 0:e.encryptedMode)!=null?s:""}}Cn.Rules=sC,Cn.RuntimeRules=dC;class wn extends P{constructor(e){super(e),this.props=new Cn(e==null?void 0:e.props)}static get controlName(){return"\u654F\u611F\u4FE1\u606F"}static get controlIcon(){return"iconSingleline_new1"}static get controlType(){return"sensitiven-information"}}wn.controlEventKeys=["on_change","on_input","on_focus","on_blur"],wn.controlFieldType=b.VARCHAR,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],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:"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 Zc extends D{constructor(e){super(e),this.props=new Cn(e==null?void 0:e.props)}static get controlType(){return"sensitiven-information"}}Zc.controlFieldType=b.VARCHAR;var Qc={Designer:wn,Runtime:Zc,Property:Cn},hC=Object.freeze({__proto__:null,Input:Uo,Checkbox:Ko,Radio:Go,Number:Qo,DatePicker:Jo,DateRange:po,Textarea:tc,RichText:ic,Select:ac,SelectMultiple:rc,Employee:cc,Image:hc,Attachment:sc,Amount:yc,Score:vc,Address:bc,Department:Cc,AutoNumber:Ic,Calc:Sc,SearchNumberRange:Tc,SearchDateRange:Bc,VueFormItem:Pc,SelectRelation:xc,SearchInput:Lc,Tree:Mc,Employee2:Vc,ElectronicSignature:jc,WPS:Uc,Department2:Kc,OrganizationSelection:Gc,SensitivenInformation:Qc});class Xc extends H{static get controlName(){return"\u753B\u5E03"}static get controlIcon(){return"grid"}static get controlType(){return"grid"}constructor(e){super(e)}}Xc.excludes=[S.GRID];class fC extends j{static get controlType(){return"grid"}constructor(e){super(e)}}var Jc={Designer:Xc,Runtime:fC,Property:$};const yC=24;class qe extends ${constructor(e){var n,i;super(e),this.span=(n=e==null?void 0:e.span)!=null?n:yC,this.offset=(i=e==null?void 0:e.offset)!=null?i:0}}class In extends H{constructor(e){super(e),this.props=new qe(e==null?void 0:e.props)}static get controlName(){return"\u6805\u683C\u5217"}static get controlType(){return"col"}static get controlIcon(){return"col"}}In.excludes=[S.COL,S.CARD_GROUP,S.SUBTABLE,S.SUBTABLE_COLUMN,S.GRID_LAYOUT_CONTAINER,S.DIVIDER],In.childrenMaxLength=1;class Ga extends j{constructor(e){super(e),this.props=new qe(e==null?void 0:e.props)}static get controlType(){return"col"}}var Yc={Designer:In,Runtime:Ga,Property:qe};class qi extends ${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 Ui extends H{constructor(e){super(e),this.props=new qi(e==null?void 0:e.props)}static get controlName(){return"\u6805\u683C\u5E03\u5C40"}static get controlType(){return"row"}static get controlIcon(){return"iconyihangduolie"}}Ui.excludes=[S.ROW],Ui.setting=[{key:"col-setting",visible:!0}];class pc extends j{constructor(e){super(e),this.props=new qi(e==null?void 0:e.props)}static get controlType(){return"row"}}var es={Designer:Ui,Runtime:pc,Property:qi};const mC=4;class Wi extends Ui{static get controlName(){return"\u6805\u683C\u7B49\u5206\u884C"}static get controlType(){return"grid-row"}static get controlIcon(){return"grid-row"}constructor(e){super(e)}}Wi.excludes=[S.GRID_ROW],Wi.setting=[],Wi.childrenMaxLength=mC;class vC extends pc{static get controlType(){return"grid-row"}constructor(e){super(e)}}class gC extends qi{constructor(e){super(e)}}var ts={Designer:Wi,Runtime:vC,Property:gC};class bC extends $.Rules{constructor(){super(...arguments),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")}}}class Ki extends ${constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:"\u5206\u7EC4",this.collapse=(i=e==null?void 0:e.collapse)!=null?i:"none"}}Ki.Rules=bC;class Za extends H{constructor(e){super(e),this.props=new Ki(e==null?void 0:e.props)}static get controlName(){return"\u5206\u7EC4"}static get controlIcon(){return"iconfenzu6"}static get controlType(){return"card-group"}}Za.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"collapse-setting",visible:!0},{key:"super-setting",visible:!0}],Za.excludes=[S.CARD_GROUP];class _C extends j{constructor(e){super(e),this.props=new Ki(e==null?void 0:e.props)}static get controlType(){return"card-group"}}var ns={Designer:Za,Runtime:_C,Property:Ki};class CC extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},this.width={type:"number",required:!1,message:d.getMessage("pleaseEnterColumnWidth")},this.captionTip={type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class zi extends ${constructor(e){var n,i,u,a,l;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=(a=e==null?void 0:e.captionTip)!=null?a:"",this.isHideCaption=(l=e==null?void 0:e.isHideCaption)!=null?l:!1,this.metaAutoWidth=new Wm(e==null?void 0:e.metaAutoWidth)}}zi.Rules=CC;class he extends H{constructor(e){super(e),this.props=new zi(e==null?void 0:e.props)}}he.controlName="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",he.controlType="subtable-column",he.controlIcon="subtable-column",he.childrenMaxLength=1,he.excludes=[S.SUBTABLE,S.SUBTABLE_COLUMN,S.ROW,S.COL,S.CARD_GROUP,S.DIVIDER,S.TEXT],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 is extends j{constructor(e){super(e),this.props=new zi(e==null?void 0:e.props)}}is.controlType="subtable-column";var us={Designer:he,Runtime:is,Property:zi};class Qa extends ${constructor(e){super(e)}}class Ue extends H{constructor(e){super(e),this.props=new Qa(e==null?void 0:e.props)}}Ue.controlName="\u660E\u7EC6\u5B50\u8868\u884C",Ue.controlType="subtable-row",Ue.controlIcon="subtable-row",Ue.childrenMaxLength=1,Ue.excludes=[S.SUBTABLE,S.SUBTABLE_COLUMN,S.SUBTABLE_ROW,S.ROW,S.COL,S.CARD_GROUP,S.DIVIDER,S.TEXT],Ue.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0}];class wC extends j{constructor(e){super(e),this.props=new Qa(e==null?void 0:e.props)}static get controlType(){return"subtable-row"}}var as={Designer:Ue,Runtime:wC,Property:Qa};class Xa extends ${constructor(e){var n,i,u,a,l,r,s,c,h,v;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=(a=e==null?void 0:e.fieldCode)!=null?a:"",this.fieldType=(l=e==null?void 0:e.fieldType)!=null?l:b.VARCHAR,this.fieldName=(r=e==null?void 0:e.fieldName)!=null?r:"",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.textCleanFormart=(s=e==null?void 0:e.textCleanFormart)!=null?s:!1,this.decimalKeepPrecision=(c=e==null?void 0:e.decimalKeepPrecision)!=null?c:0,this.timestampDateType=(h=e==null?void 0:e.timestampDateType)!=null?h:Ee.DATE,this.departmentDisplayLevel=(v=e==null?void 0:e.departmentDisplayLevel)!=null?v:1}}class We extends H{constructor(e){super(e),this.props=new Xa(e==null?void 0:e.props)}}We.controlName="\u5217\u8868\u5355\u5143\u683C",We.controlType="gridtable-column",We.controlIcon="gridtable-column",We.childrenMaxLength=1,We.excludes=[S.GRID_TABLE,S.GRID_TABLE_COLUMN,S.ROW,S.COL,S.CARD_GROUP,S.DIVIDER,S.TEXT],We.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-fixed",visible:!0}];class ls extends j{constructor(e){super(e),this.props=new Xa(e==null?void 0:e.props)}}ls.controlType="gridtable-column";var rs={Designer:We,Runtime:ls,Property:Xa};class Ja extends ${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 Ya extends H{constructor(e){super(e),this.props=new Ja(e==null?void 0:e.props)}static get controlName(){return"\u6362\u884C\u5BB9\u5668"}static get controlType(){return"grid-layout-container"}static get controlIcon(){return"icona-huanhangrongqi1"}}Ya.excludes=[S.GRID_LAYOUT_CONTAINER,S.CARD_GROUP,S.TAB],Ya.setting=[{key:"grid-child-min-width",visible:!0},{key:"grid-col-gap",visible:!0}];class IC extends j{constructor(e){super(e),this.props=new Ja(e==null?void 0:e.props)}static get controlType(){return"grid-layout-container"}}var os={Designer:Ya,Runtime:IC,Property:Ja};class pa extends ${constructor(e){var n;super(e),this.mobileShowType=(n=e==null?void 0:e.mobileShowType)!=null?n:"vertical"}}class EC extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")}}}class Gi extends ${constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Sn.controlName}}Gi.Rules=EC;class En extends H{constructor(e){super(e),this.props=new Gi(e==null?void 0:e.props)}static get controlName(){return"\u6807\u7B7E\u5355\u5143"}static get controlType(){return"tab-pane"}static get controlIcon(){return"tab-pane"}}En.excludes=[S.TAB],En.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class SC extends j{constructor(e){super(e),this.props=new Gi(e==null?void 0:e.props)}static get controlType(){return"tab-pane"}}var cs={Designer:En,Runtime:SC,Property:Gi};class Sn extends H{constructor(e){var n;super(e),this.props=new pa(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[new En,new En]}static get controlName(){return"\u6807\u7B7E\u9875"}static get controlType(){return"tab"}static get controlIcon(){return"iconmanage11"}}Sn.excludes=[S.TAB],Sn.controlEventKeys=["on_change_tab"],Sn.setting=[{key:"tab-mobile-show-type",visible:!0},{key:"super-setting",visible:!0}];class AC extends j{constructor(e){super(e),this.props=new pa(e==null?void 0:e.props)}static get controlType(){return"tab"}}var ss={Designer:Sn,Runtime:AC,Property:pa};class ds extends ${constructor(e){super(e)}}class hs extends H{constructor(e){super(e),this.props=new ds({}),this.children=(e==null?void 0:e.children)||[new In({props:new qe({span:12})}),new In({props:new qe({span:12})})]}static get controlName(){return"\u5DE5\u5177\u680F"}static get controlType(){return"toolbox"}static get controlIcon(){return"toolbox"}}hs.excludes=[S.GRID_ROW,S.ROW,S.GRID,S.SUBTABLE,S.TAB,S.TOOLBOX];class TC extends j{static get controlType(){return"toolbox"}constructor(e){super(e),this.children=(e==null?void 0:e.children)||[new Ga({props:new qe({span:12})}),new Ga({props:new qe({span:12})})]}}var fs={Designer:hs,Runtime:TC,Property:ds};class OC extends $e{constructor(e){super(e),this.push({type:"object",fields:{}})}}class BC extends W{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:d.getMessage("pleaseEnterFieldCode")}),e.isShowJoinRelation&&(this.joinRelation=[{type:"object",message:d.getMessage("isNotObject")},{type:"object",fields:{aliasCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterAliasCode")},datasourceBind:[{type:"object",message:d.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:d.getMessage("pleaseSelectDataCode")},svcCode:{type:"string",required:!0,message:d.getMessage("pleaseSelectSvcCode")}}}],relationFields:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{joinFieldCode:{type:"string",required:!0,message:d.getMessage("pleaseSelectJoinFieldCode")},mainFieldCode:{type:"string",required:!0,message:d.getMessage("pleaseSelectMainFieldCode")}}}}]}}]),Zu.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 ${constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_,E,m,w,T;super(e),this.datasourceBind=new Y(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=(a=e==null?void 0:e.triggerFieldCode)!=null?a:"",this.sublistPage=new Qm(e==null?void 0:e.sublistPage),this.isShowJoinRelation=(l=e==null?void 0:e.isShowJoinRelation)!=null?l:!1,this.joinRelation=new Jm(e==null?void 0:e.joinRelation),this.showType=(r=e==null?void 0:e.showType)!=null?r:"stretch",this.showFullScreen=(s=e==null?void 0:e.showFullScreen)!=null?s:!1,this.selectionType=(c=e==null?void 0:e.selectionType)!=null?c:"multiple",this.isFixedHeader=(h=e==null?void 0:e.isFixedHeader)!=null?h:!1,this.isShowSelection=(v=e==null?void 0:e.isShowSelection)!=null?v:!1,this.isAllLoaded=(g=e==null?void 0:e.isAllLoaded)!=null?g:!0,this.countType=e==null?void 0:e.countType,this.countLimit=(C=e==null?void 0:e.countLimit)!=null?C:1e5,this.rowStyleType=(I=e==null?void 0:e.rowStyleType)!=null?I:"none",this.rowStyleBgColor=(_=e==null?void 0:e.rowStyleBgColor)!=null?_:"theme",this.rowStyleRules=(e==null?void 0:e.rowStyleRules)&&Array.isArray(e==null?void 0:e.rowStyleRules)?(m=(E=e==null?void 0:e.rowStyleRules)==null?void 0:E.map(R=>new dv(R)))!=null?m:[]:[],this.rowStyleRulesScript=(e==null?void 0:e.rowStyleRulesScript)&&Array.isArray(e==null?void 0:e.rowStyleRulesScript)?(T=(w=e==null?void 0:e.rowStyleRulesScript)==null?void 0:w.map(R=>new hv(R)))!=null?T:[]:[]}}An.Rules=BC,An.RuntimeRules=OC;class Zi extends H{constructor(e){super(e),this.props=new An(e==null?void 0:e.props)}static get controlName(){return"\u5217\u8868\u5BB9\u5668"}static get controlType(){return"list-view"}static get controlIcon(){return"iconyihangduolie"}}Zi.excludes=[S.ROW],Zi.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"],Zi.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-row-style",visible:!0},{key:"super-setting",visible:!0}];class RC extends j{constructor(e){super(e),this.props=new An(e==null?void 0:e.props)}static get controlType(){return"list-view"}}var ys={Designer:Zi,Runtime:RC,Property:An};class PC extends $e{constructor(e){super(e),this.push({type:"object",fields:{}})}}class Qi extends ${constructor(e){var n,i,u,a,l,r;super(e),this.save=new Te((n=e==null?void 0:e.save)!=null?n:{content:"\u4FDD\u5B58",type:"save",isShow:!1}),this.cancel=new Te((i=e==null?void 0:e.cancel)!=null?i:{content:"\u53D6\u6D88",type:"cancel",isShow:!1}),this.saveAs=new Te((u=e==null?void 0:e.saveAs)!=null?u:{content:"\u4FDD\u5B58\u8349\u7A3F",type:"saveAs",isShow:!1}),this.print=new Te((a=e==null?void 0:e.print)!=null?a:{content:"\u6253\u5370",type:"print",isShow:!1}),this.custom=((l=e==null?void 0:e.custom)!=null?l:[]).map(s=>new Te(s)),this.isLoading=(r=e==null?void 0:e.isLoading)!=null?r:!1,this.datasourceBind=new Y(e==null?void 0:e.datasourceBind)}}Qi.RuntimeRules=PC;class ms extends H{constructor(e){super(e),this.props=new Qi(e==null?void 0:e.props)}static get controlName(){return"\u6570\u636E\u5BB9\u5668"}static get controlType(){return"data-view"}}ms.excludes=[];class DC extends j{constructor(e){super(e),this.props=new Qi(e==null?void 0:e.props)}static get controlType(){return"data-view"}}var vs={Designer:ms,Runtime:DC,Property:Qi};class xC extends H{static get controlName(){return"\u81EA\u7531\u9875\u9762"}static get controlIcon(){return"page"}static get controlType(){return"page"}constructor(e){super(e)}}class kC extends j{static get controlType(){return"page"}constructor(e){super(e)}}class FC extends ${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 gs={Designer:xC,Runtime:kC,Property:FC};class LC extends H{static get controlName(){return"\u9AD8\u7EA7\u5BB9\u5668"}static get controlIcon(){return"AdvancedContainer"}static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class NC extends j{static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class MC extends ${constructor(e){super(e),this.display=(e==null?void 0:e.display)||"flex",this.flexConfig=new go(e==null?void 0:e.flexConfig)}}var bs={Designer:LC,Runtime:NC,Property:MC};class $C extends H{static get controlName(){return"\u5B9A\u4F4D\u5BB9\u5668"}static get controlIcon(){return"PositioningContainer"}static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class VC extends j{static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class HC extends ${constructor(e){super(e)}}var _s={Designer:$C,Runtime:VC,Property:HC};class jC extends H{static get controlName(){return"\u5B9A\u4F4D\u5B50\u5BB9\u5668"}static get controlIcon(){return"position"}static get controlType(){return"position"}constructor(e){super(e)}}class qC extends j{static get controlType(){return"position"}constructor(e){super(e)}}class UC extends ${constructor(e){var n,i,u,a;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=(a=e==null?void 0:e.top)!=null?a:0}}var Cs={Designer:jC,Runtime:qC,Property:UC};class el extends ${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 tl extends H{constructor(e){var n;super(e),this.props=new el((n=e==null?void 0:e.props)!=null?n:{})}static get controlName(){return"\u6309\u94AE\u64CD\u4F5C\u680F"}static get controlType(){return"action-bar"}static get controlIcon(){return"action-bar"}}tl.excludes=[],tl.setting=[{key:"action-buttons",visible:!0},{key:"action-position",visible:!0},{key:"background-opacity",visible:!0},{key:"buttons-align",visible:!0}];class WC extends j{constructor(e){var n;super(e),this.props=new el((n=e==null?void 0:e.props)!=null?n:{})}static get controlType(){return"action-bar"}}var ws={Designer:tl,Runtime:WC,Property:el},KC=Object.freeze({__proto__:null,Grid:Jc,Col:Yc,Row:es,GridRow:ts,CardGroup:ns,SubTableColumn:us,SubTableRow:as,GridTableColumn:rs,GridLayoutContainer:os,Tab:ss,TabPane:cs,Toolbox:fs,ListView:ys,DataView:vs,Page:gs,AdvancedContainer:bs,PositioningContainer:_s,Position:Cs,ActionBar:ws});class zC extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},this.limitRows=[{type:"number",required:!0,message:d.getMessage("isNotNumber")},{type:"number",min:0,message:d.getMessage("limitRowsCannotBeLessThan0")}],this.formKey={type:"string",required:!1,message:d.getMessage("pleaseEnterForm")},this.maxHeight={type:"number",required:!0,message:d.getMessage("pleaseEnterMaxHeight")},this.captionTip={type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")},this.mobileRowCaption={type:"string",required:!1,message:d.getMessage("pleaseEnterRowCaption")},e.openType==="modal"&&(this.formKey.required=!0),e.isShowCaptionTip&&(this.captionTip.required=!0),e.mobileShowType==="tile"&&(this.mobileRowCaption.required=!0)}}class GC extends $e{constructor(e){super(e),e.isHide||this.push({type:"array",required:e.limitRows>0,message:d.getMessage("runtimeRequired",{caption:e.caption})},{type:"array",validator(n,i,u){i.length<e.limitRows&&u(d.getMessage("TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows})),u()},message:d.getMessage("TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows})})}}const Is=class extends Qn{constructor(t,e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_,E,m,w,T,R,x,re,k,oe,On,we,cu,Bn,It,Ie,Gs,Zs;super(t,e,Is.mode),this.caption=(n=e==null?void 0:e.caption)!=null?n:Xi.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=(a=e==null?void 0:e.labelPosition)!=null?a:"top",this.openType=(l=e==null?void 0:e.openType)!=null?l:"default",this.formKey=(r=e==null?void 0:e.formKey)!=null?r:"",this.useCustomHeight=(s=e==null?void 0:e.useCustomHeight)!=null?s:!1,this.maxHeight=(c=e==null?void 0:e.maxHeight)!=null?c:mo,this.printMode=(h=e==null?void 0:e.printMode)!=null?h:"row",this.limitRows=(v=e==null?void 0:e.limitRows)!=null?v:1,this.maxRows=(g=e==null?void 0:e.maxRows)!=null?g:null,this.defaultRows=(C=e==null?void 0:e.defaultRows)!=null?C:1,this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.canAdd=(I=e==null?void 0:e.canAdd)!=null?I:!0,this.canDelete=(_=e==null?void 0:e.canDelete)!=null?_:!0,this.canCheck=(E=e==null?void 0:e.canCheck)!=null?E:!1,this.canEdit=(m=e==null?void 0:e.canEdit)!=null?m:!1,this.canImport=(w=e==null?void 0:e.canImport)!=null?w:!1,this.canExport=(T=e==null?void 0:e.canExport)!=null?T:!1,this.canClear=(R=e==null?void 0:e.canClear)!=null?R:!0,this.serverPagination=(x=e==null?void 0:e.serverPagination)!=null?x:!1,this.isShowCaptionTip=(re=e==null?void 0:e.isShowCaptionTip)!=null?re:!1,this.captionTip=(k=e==null?void 0:e.captionTip)!=null?k:"",this.mobileShowType=(oe=e==null?void 0:e.mobileShowType)!=null?oe:"list",this.mobileDefaultNum=(On=e==null?void 0:e.mobileDefaultNum)!=null?On:10,this.dataStorageDoc=(we=e==null?void 0:e.dataStorageDoc)!=null?we:new Km,this.fixedColumn=(cu=e==null?void 0:e.fixedColumn)!=null?cu:[],this.mobileRowCaption=(Bn=e==null?void 0:e.mobileRowCaption)!=null?Bn:"\u660E\u7EC6",this.mobileIsTile=(It=e==null?void 0:e.mobileIsTile)!=null?It:!1,this.isPaste=(Ie=e==null?void 0:e.isPaste)!=null?Ie:!1,this.pageSize=(Gs=e==null?void 0:e.pageSize)!=null?Gs:10,this.pageSizeOptions=(Zs=e==null?void 0:e.pageSizeOptions)!=null?Zs:[10,20,50,100]}};let Tn=Is;Tn.Rules=zC,Tn.RuntimeRules=GC;class Xi extends ra{constructor(e){var n,i;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 he,new he,new he]),((i=e==null?void 0:e.props)==null?void 0:i.footers)===void 0&&(this.props.footers=[])}static get controlName(){return"\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}}Xi.controlEventKeys=["on_list_search","on_list_mounted","on_list_change","on_list_delete","on_list_before_insert","on_list_before_import"],Xi.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]},{key:"default-state",visible:!0},{key:"subtable-btn-setting",visible:!0},{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 ZC extends Wr{constructor(e){super(e),this.props=new Tn(this,e==null?void 0:e.props)}static get controlType(){return"subtable"}getChildrenDataSourceBindLayout(){Ot("Method not implemented.")}getChildrenFormControl(){return[]}}var Es={Designer:Xi,Runtime:ZC,Property:Tn};class nl extends Qn{constructor(e,n){var i,u,a,l,r;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=(a=n==null?void 0:n.isShowSelection)!=null?a:!1,this.isShowCustomColumns=(l=n==null?void 0:n.isShowCustomColumns)!=null?l:!0,this.pageSizeOptions=(r=n==null?void 0:n.pageSizeOptions)!=null?r:[10,20,50,100,500]}}class QC extends ve{constructor(e){super(e),this.caption.required=!1}}class Ji extends q{constructor(e){var n,i,u,a,l,r,s,c;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:Ke.controlName,this.width=(u=e==null?void 0:e.width)!=null?u:60,this.autoWidth.minWidth=(l=(a=e==null?void 0:e.autoWidth)==null?void 0:a.minWidth)!=null?l:60,this.autoWidth.flex=(s=(r=e==null?void 0:e.autoWidth)==null?void 0:r.flex)!=null?s:.4,this.widthType=(c=e==null?void 0:e.widthType)!=null?c:"px"}}Ji.Rules=QC;class Ke extends X{constructor(e){super(e),this.props=new Ji(e==null?void 0:e.props)}}Ke.controlType="order-column",Ke.controlName="\u5E8F\u53F7",Ke.controlIcon="order-column",Ke.setting=[{key:"column-fixed",visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0}];class il extends J{constructor(e){super(e),this.props=new Ji(e==null?void 0:e.props)}}il.controlType="order-column",il.controlFieldType=b.DECIMAL;var Ss={Designer:Ke,Runtime:il,Property:Ji};class ul extends q{constructor(e){var n,i,u,a,l,r;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=(a=e==null?void 0:e.caption)!=null?a:Ce.controlName,this.showType=(l=e==null?void 0:e.showType)!=null?l:"icon",this.limit=(r=e==null?void 0:e.limit)!=null?r:3}}class Ce extends X{constructor(e){super(e),this.props=new ul(e==null?void 0:e.props)}toDataBindModel(){const e=super.toDataBindModel();return this.children.map(n=>{if(n.type===Ei.controlType){const i=n;e.props[i.props.command]=i.props}}),e}validate(e,n){return Rl(this,null,function*(){return yield Bl(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="\u64CD\u4F5C",Ce.controlIcon="operation-column",Ce.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-opt-btns",visible:!0},{key:"column-opt-limit",visible:!0},{key:"column-show-type",visible:!0},{key:"column-sort",visible:!0}];class al extends J{constructor(e){super(e),this.props=new ul(e==null?void 0:e.props)}}al.controlType="operation-column",al.controlFieldType=b.FILE;var As={Designer:Ce,Runtime:al,Property:ul};class Yi extends ra{constructor(e){var n;super(e),this.props=new nl(this,e==null?void 0:e.props),fe(this,"children",e==null?void 0:e.children,void 0,"Designer"),(e==null?void 0:e.props.headers)===void 0&&(this.props.headers=[new Ke,new Ce]),((n=e==null?void 0:e.props)==null?void 0:n.footers)===void 0&&(this.props.footers=[])}static get controlName(){return"\u8868\u683C"}static get controlIcon(){return"iconlistview"}static get controlType(){return"grid-table"}toSchema(){const e=super.toSchema(),n=this.children.map(i=>i.toSchema());return Ol(at({},e),{children:n})}validate(e,n){return Rl(this,null,function*(){return yield Bl(Yi.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(i=>i.validate(e,n))),!0})}}Yi.setting=[{key:"list-fixed-header",visible:!0}];class XC extends Wr{constructor(e){super(e),this.props=new nl(this,e==null?void 0:e.props)}static get controlType(){return"grid-table"}getChildrenDataSourceBindLayout(){Ot("Method not implemented.")}getChildrenFormControl(){return[]}getCheckboxProps(e){return{}}}var Ts={Designer:Yi,Runtime:XC,Property:nl},JC=Object.freeze({__proto__:null,SubTable:Es,GridTable:Ts});class YC extends zr{constructor(e){super(e),xe.call(this,e)}}class pi extends q{constructor(e){var n,i,u,a,l,r;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:ze.controlName,this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"none",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.options=_e((u=e==null?void 0:e.options)!=null?u:[{}]),this.showLinkOperation=(a=e==null?void 0:e.showLinkOperation)!=null?a:!1,this.linkOperationOption=new be(e==null?void 0:e.linkOperationOption),this.lineEllipsis=(l=e==null?void 0:e.lineEllipsis)!=null?l:1,this.displayPlaintext=(r=e==null?void 0:e.displayPlaintext)!=null?r:!1}}pi.Rules=YC;class ze extends X{constructor(e){super(e),this.props=new pi(e==null?void 0:e.props)}}ze.controlType="varchar-column",ze.controlName="\u77ED\u6587\u672C",ze.controlIcon="varchar-column",ze.controlFieldType=b.VARCHAR,ze.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:"column-display-plaintext",visible:!0}];class ll extends J{constructor(e){super(e),this.props=new pi(e==null?void 0:e.props)}}ll.controlType="varchar-column",ll.controlFieldType=b.VARCHAR;var Os={Designer:ze,Runtime:ll,Property:pi};class pC extends ve{constructor(e){super(e),xe.call(this,e)}}class eu extends q{constructor(e){var n,i,u,a;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:Ge.controlName,this.lineEllipsis=(u=e==null?void 0:e.lineEllipsis)!=null?u:1,this.showLinkOperation=(a=e==null?void 0:e.showLinkOperation)!=null?a:!1,this.linkOperationOption=new be(e==null?void 0:e.linkOperationOption)}}eu.Rules=pC;class Ge extends X{constructor(e){super(e),this.props=new eu(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}}Ge.controlType="text-column",Ge.controlName="\u957F\u6587\u672C",Ge.controlIcon="text-column",Ge.controlFieldType=b.TEXT,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-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}];class rl extends J{constructor(e){super(e),this.props=new eu(e==null?void 0:e.props)}}rl.controlType="text-column",rl.controlFieldType=b.TEXT;var Bs={Designer:Ge,Runtime:rl,Property:eu};class ew extends ve{constructor(e){super(e),xe.call(this,e)}}class tu extends q{constructor(e){var n,i,u,a,l,r,s;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ze.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=(a=e==null?void 0:e.percentageFormat)!=null?a:!1,this.optionConfig=(l=e==null?void 0:e.optionConfig)!=null?l:"none",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.options=_e((r=e==null?void 0:e.options)!=null?r:[{}]),this.showLinkOperation=(s=e==null?void 0:e.showLinkOperation)!=null?s:!1,this.linkOperationOption=new be(e==null?void 0:e.linkOperationOption)}}tu.Rules=ew;class Ze extends X{constructor(e){super(e),this.props=new tu(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}}Ze.controlType="decimal-column",Ze.controlName="\u6570\u503C",Ze.controlIcon="decimal-column",Ze.controlFieldType=b.DECIMAL,Ze.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}];class ol extends J{constructor(e){super(e),this.props=new tu(e==null?void 0:e.props)}}ol.controlType="decimal-column",ol.controlFieldType=b.DECIMAL;var Rs={Designer:Ze,Runtime:ol,Property:tu};class tw extends ve{constructor(e){super(e),xe.call(this,e)}}class nu extends q{constructor(e){var n,i,u;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Ee.DATE,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new be(e==null?void 0:e.linkOperationOption),this.caption=(u=e==null?void 0:e.caption)!=null?u:Qe.controlName}}nu.Rules=tw;class Qe 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}=this.props;n.props.dateType=i}return n}}Qe.controlType="timescope-column",Qe.controlName="\u65E5\u671F\u533A\u95F4",Qe.controlIcon="timescope-column",Qe.controlFieldType=b.TIMESCOPE,Qe.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}];class cl extends J{constructor(e){super(e),this.props=new nu(e==null?void 0:e.props)}}cl.controlType="timescope-column",cl.controlFieldType=b.TIMESCOPE;var Ps={Designer:Qe,Runtime:cl,Property:nu};class nw extends ve{constructor(e){super(e),xe.call(this,e)}}class iu extends q{constructor(e){var n,i,u;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Ee.DATE,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new be(e==null?void 0:e.linkOperationOption),this.caption=(u=e==null?void 0:e.caption)!=null?u:Xe.controlName}}iu.Rules=nw;class Xe extends X{constructor(e){super(e),this.props=new iu(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{dateType:i}=this.props;n.props.dateType=i}return n}}Xe.controlType="timestamp-column",Xe.controlName="\u65E5\u671F",Xe.controlIcon="timestamp-column",Xe.controlFieldType=b.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}];class sl extends J{constructor(e){super(e),this.props=new iu(e==null?void 0:e.props)}}sl.controlType="timestamp-column",sl.controlFieldType=b.TIMESTAMP;var Ds={Designer:Xe,Runtime:sl,Property:iu};class iw extends zr{constructor(e){super(e),xe.call(this,e)}}class uu extends q{constructor(e){var n,i,u,a;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 Y(e==null?void 0:e.datasourceBind),this.showLinkOperation=(u=e==null?void 0:e.showLinkOperation)!=null?u:!1,this.linkOperationOption=new be(e==null?void 0:e.linkOperationOption),this.options=_e((a=e==null?void 0:e.options)!=null?a:[{}])}}uu.Rules=iw;class Je extends X{constructor(e){super(e),this.props=new uu(e==null?void 0:e.props)}}Je.controlType="array-column",Je.controlName="\u6570\u7EC4",Je.controlIcon="array-column",Je.controlFieldType=b.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}];class dl extends J{constructor(e){super(e),this.props=new uu(e==null?void 0:e.props)}}dl.controlType="array-column",dl.controlFieldType=b.ARRAY;var xs={Designer:Je,Runtime:dl,Property:uu};class hl extends q{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 hl(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="\u90E8\u95E8",Ye.controlIcon="department-column",Ye.controlFieldType=b.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}];class fl extends J{constructor(e){super(e),this.props=new hl(e==null?void 0:e.props)}}fl.controlType="department-column",fl.controlFieldType=b.DEPARTMENTS;var ks={Designer:Ye,Runtime:fl,Property:hl};class uw extends ve{constructor(e){super(e),xe.call(this,e)}}class au extends q{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 be(e==null?void 0:e.linkOperationOption)}}au.Rules=uw;class pe extends X{constructor(e){super(e),this.props=new au(e==null?void 0:e.props)}}pe.controlType="auto-number-column",pe.controlName="\u81EA\u52A8\u7F16\u53F7",pe.controlIcon="auto-number-column",pe.controlFieldType=b.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}];class yl extends J{constructor(e){super(e),this.props=new au(e==null?void 0:e.props)}}yl.controlType="auto-number-column",yl.controlFieldType=b.AUTO_NUMBER;var Fs={Designer:pe,Runtime:yl,Property:au};class ml extends q{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:et.controlName}}class et extends X{constructor(e){super(e),this.props=new ml(e==null?void 0:e.props)}}et.controlType="file-column",et.controlName="\u9644\u4EF6",et.controlIcon="file-column",et.controlFieldType=b.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:"column-fixed",visible:!0},{key:"column-sort",visible:!0}];class vl extends J{constructor(e){super(e),this.props=new ml(e==null?void 0:e.props)}}vl.controlType="file-column",vl.controlFieldType=b.FILE;var Ls={Designer:et,Runtime:vl,Property:ml};class gl extends q{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 gl(e==null?void 0:e.props)}}tt.controlType="image-column",tt.controlName="\u56FE\u7247",tt.controlIcon="image-column",tt.controlFieldType=b.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}];class bl extends J{constructor(e){super(e),this.props=new gl(e==null?void 0:e.props)}}bl.controlType="image-column",bl.controlFieldType=b.IMAGE;var Ns={Designer:tt,Runtime:bl,Property:gl};class _l extends q{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 _l(e==null?void 0:e.props)}}nt.controlType="people-column",nt.controlName="\u4EBA\u5458",nt.controlIcon="people-column",nt.controlFieldType=b.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}];class Cl extends J{constructor(e){super(e),this.props=new _l(e==null?void 0:e.props)}}Cl.controlType="people-column",Cl.controlFieldType=b.EMPLOYEES;var Ms={Designer:nt,Runtime:Cl,Property:_l};class aw extends ve{constructor(e){super(e),xe.call(this,e)}}class lu extends q{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 be(e==null?void 0:e.linkOperationOption)}}lu.Rules=aw;class it extends X{constructor(e){super(e),this.props=new lu(e==null?void 0:e.props)}}it.controlType="location-column",it.controlName="\u5730\u5740",it.controlIcon="location-column",it.controlFieldType=b.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}];class wl extends J{constructor(e){super(e),this.props=new lu(e==null?void 0:e.props)}}wl.controlType="location-column",wl.controlFieldType=b.ADDRESS;var $s={Designer:it,Runtime:wl,Property:lu};class lw extends ve{constructor(e){super(e),this.sortFieldCode={type:"string",message:d.getMessage("pleaseSelectSortFieldCode")},e.sort===!0&&(this.sortFieldCode.required=!0)}}class ru extends q{constructor(e){var n,i,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ne.controlName,this.fieldCodeList=(i=e==null?void 0:e.fieldCodeList)!=null?i:[],this.sortFieldCode=(u=e==null?void 0:e.sortFieldCode)!=null?u:""}}ru.Rules=lw;const rw=1;class Ne extends X{constructor(e){super(e);const{excludes:n,childrenMaxLength:i}=new.target;this.props=new ru(e==null?void 0:e.props),fe(this,"children",e==null?void 0:e.children,void 0,"Designer"),this.excludes=Se(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}}Ne.controlType="custom-column",Ne.controlName="\u81EA\u5B9A\u4E49",Ne.controlIcon="custom-column",Ne.excludes=[],Ne.childrenMaxLength=rw,Ne.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}];class Vs extends J{constructor(e){super(e),this.props=new ru(e==null?void 0:e.props),fe(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}Vs.controlType="custom-column";var Hs={Designer:Ne,Runtime:Vs,Property:ru};class Il extends q{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Me.controlName,this.datasourceBind=new Fn((i=e==null?void 0:e.datasourceBind)!=null?i:{attributes:Me.controlCustomAttributes})}}class Me extends X{constructor(e){super(e),this.props=new Il(e==null?void 0:e.props)}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",required:!0}]}}Me.controlType="employee-column",Me.controlName="\u4EBA\u5458",Me.controlIcon="employee-column",Me.controlFieldType=b.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}];class El extends J{constructor(e){super(e),this.props=new Il(e==null?void 0:e.props)}}El.controlType="employee-column",El.controlFieldType=b.EMPLOYEES;var js={Designer:Me,Runtime:El,Property:Il};class Sl extends q{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 be(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 Sl(e==null?void 0:e.props)}}ut.controlType="approval-status-column",ut.controlName="\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}];class qs extends J{constructor(e){super(e),this.props=new Sl(e==null?void 0:e.props)}}qs.controlType="approval-status-column";var Us={Designer:ut,Runtime:qs,Property:Sl},ow=Object.freeze({__proto__:null,VarcharColumn:Os,TextColumn:Bs,DecimalColumn:Rs,TimescopeColumn:Ps,TimestampColumn:Ds,ArrayColumn:xs,DepartmentColumn:ks,AutoNumberColumn:Fs,FileColumn:Ls,ImageColumn:Ns,PeopleColumn:Ms,LocationColumn:$s,CustomColumn:Hs,OrderColumn:Ss,OperationColumn:As,EmployeeColumn:js,ApprovalStatusColumn:Us});class cw extends $e{constructor(e){super(e),this.push({type:"object",fields:{}})}}class ou extends ba{constructor(e){var n,i,u,a,l,r,s,c,h,v;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 Te((a=e==null?void 0:e.search)!=null?a:{content:"\u67E5\u8BE2",isShow:!0}),this.cancel=new Te((l=e==null?void 0:e.cancel)!=null?l:{content:"\u91CD\u7F6E",isShow:!0}),this.isLoading=(r=e==null?void 0:e.isLoading)!=null?r:!1,this.custom=((s=e==null?void 0:e.custom)!=null?s:[]).map(g=>new Te(g)),this.queryTypeMap=(c=e==null?void 0:e.queryTypeMap)!=null?c:[],this.childMinWidth=(h=e==null?void 0:e.childMinWidth)!=null?h:230,this.colGap=(v=e==null?void 0:e.colGap)!=null?v:24}}ou.RuntimeRules=cw;class Al extends rb{constructor(e){super(e),this.props=new ou(e==null?void 0:e.props)}}Al.controlType="simple-search",Al.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 Ws extends yb{constructor(e){var n;super(e),this.props=new ou(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[]}}Ws.controlType="simple-search";var Ks={Designer:Al,Runtime:Ws,Property:ou},sw=Object.freeze({__proto__:null,SimpleSearch:Ks});class Tl extends Ia{constructor(e){var n;super(e),this.wholeRow=(n=e==null?void 0:e.wholeRow)!=null?n:!1}}class dw extends Ob{constructor(e){super(e),this.props=new Tl(e==null?void 0:e.props)}static get controlName(){return"\u6362\u884C\u5BB9\u5668Wrap"}static get controlIcon(){return"page"}static get controlType(){return"grid-layout-wrap"}}class hw extends Fb{constructor(e){super(e),this.props=new Tl(e==null?void 0:e.props)}static get controlType(){return"grid-layout-wrap"}}function Iw(t){return t}var fw={fields:[{key:"wholeRow",type:"boolean",component:"switch",label:"\u5145\u6EE1\u6574\u884C",props:{updateParent:!0}}],groups:[{items:["wholeRow"]}]},zs={Designer:dw,Runtime:hw,Property:Tl,Setting:fw},yw=Object.freeze({__proto__:null,GridLayoutWrap:zs});y.ActionBar=ws,y.Address=bc,y.AdvancedContainer=bs,y.Amount=yc,y.ApprovalStatusColumn=Us,y.ArrayColumn=xs,y.AssignType=Fe,y.Attachment=sc,y.AutoNumber=Ic,y.AutoNumberColumn=Fs,y.BatchDeleteButton=jo,y.BatchPrintListButton=$o,y.BatchPrintRecordListButton=Vo,y.BatchSubmissionListButton=Eo,y.Button=co,y.Calc=Sc,y.CardGroup=ns,y.Checkbox=Ko,y.Col=Yc,y.CreateFormListButton=Io,y.CustomColumn=Hs,y.DATE_CONFIG_TYPE=so,y.DATE_LIMIT_TYPE=ho,y.Dashboard=ko,y.DataView=vs,y.DatePicker=Jo,y.DateRange=po,y.DecimalColumn=Rs,y.Department=Cc,y.Department2=Kc,y.DepartmentColumn=ks,y.DepartmentType=si,y.Divider=Co,y.ElectronicSignature=jc,y.ElectronicSignatureConfig=fo,y.Employee=cc,y.Employee2=Vc,y.EmployeeColumn=js,y.EncryptTypeEnum=bo,y.Explain=ci,y.ExportListButton=Ao,y.ExportRecordListButton=To,y.ExportTemplate=Da,y.FileColumn=Ls,y.FlexStyleConfig=go,y.FormSelectButton=Bo,y.Grid=Jc,y.GridLayoutContainer=os,y.GridLayoutWrap=zs,y.GridRow=ts,y.GridTable=Ts,y.GridTableColumn=rs,y.Image=hc,y.ImageColumn=Ns,y.ImportRecordListButton=Oo,y.Input=Uo,y.InternalType=Fa,y.InvoiceCheckButton=Mo,y.LINE_STYLE=Ra,y.LimitDate=oi,y.Link=oo,y.ListSelectButton=Ro,y.ListView=ys,y.ListViewSelect=Lo,y.LocationColumn=$s,y.Number=Qo,y.OperationButton=Ho,y.OperationColumn=As,y.OrderColumn=Ss,y.OrganizationSelection=Gc,y.OrganizeType=ka,y.Page=gs,y.Pagination=Do,y.PeopleColumn=Ms,y.Position=Cs,y.PositioningContainer=_s,y.PrintTemplate=vo,y.Radio=Go,y.RichText=ic,y.Row=es,y.SCORE_TYPE=Ba,y.SUBTABLE_DEFAULT_MAX_HEIGHT=mo,y.Score=vc,y.SearchDateRange=Bc,y.SearchInput=Lc,y.SearchNumberRange=Tc,y.Select=ac,y.SelectMultiple=rc,y.SelectRelation=xc,y.SensitivenInformation=Qc,y.SimpleSearch=Ks,y.SubTable=Es,y.SubTableColumn=us,y.SubTableRow=as,y.SubmissionRecordListButton=So,y.Tab=ss,y.TabPane=cs,y.Text=ro,y.TextColumn=Bs,y.TextOcrButton=No,y.Textarea=tc,y.TimescopeColumn=Ps,y.TimestampColumn=Ds,y.Title=wo,y.TitleConfigEnum=ke,y.Toolbox=fs,y.Tree=Mc,y.UndersignedPerson=Pa,y.VarcharColumn=Os,y.VueFormItem=Pc,y.WPS=Uc,y.WPSSetting=yo,y.WpsOperationItem=xa,y.baseControls=v_,y.columnControls=ow,y.formControls=hC,y.initExpression=Ve,y.layoutControls=KC,y.listControls=JC,y.searchControls=sw,y.wrapControls=yw,Object.defineProperty(y,"__esModule",{value:!0})});
1
+ var dw=Object.defineProperty,hw=Object.defineProperties;var fw=Object.getOwnPropertyDescriptors;var Us=Object.getOwnPropertySymbols,yw=Object.getPrototypeOf,mw=Object.prototype.hasOwnProperty,vw=Object.prototype.propertyIsEnumerable,gw=Reflect.get;var Ws=(y,V,U)=>V in y?dw(y,V,{enumerable:!0,configurable:!0,writable:!0,value:U}):y[V]=U,ut=(y,V)=>{for(var U in V||(V={}))mw.call(V,U)&&Ws(y,U,V[U]);if(Us)for(var U of Us(V))vw.call(V,U)&&Ws(y,U,V[U]);return y},Al=(y,V)=>hw(y,fw(V));var Tl=(y,V,U)=>gw(yw(y),U,V);var Ol=(y,V,U)=>new Promise((su,Pn)=>{var du=ge=>{try{It(U.next(ge))}catch(Et){Pn(Et)}},hu=ge=>{try{It(U.throw(ge))}catch(Et){Pn(Et)}},It=ge=>ge.done?su(ge.value):Promise.resolve(ge.value).then(du,hu);It((U=U.apply(y,V)).next())});(function(y,V){typeof exports=="object"&&typeof module!="undefined"?V(exports):typeof define=="function"&&define.amd?define(["exports"],V):(y=typeof globalThis!="undefined"?globalThis:y||self,V(y.modelDrivenControls={}))})(this,function(y){"use strict";var V="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",U="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",su="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",Pn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",du="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",hu="{caption}\u5FC5\u586B",It="\u8BF7\u8F93\u5165\u6807\u9898",ge="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Et="\u8BF7\u8F93\u5165\u884C\u6807\u9898",Ks="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",zs="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Gs="\u8BF7\u7ED1\u5B9A\u8868\u5355",Zs="\u8BF7\u7ED1\u5B9A\u5217\u8868",Qs="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Xs="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Js="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Ys="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",ps="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",ed="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",td="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",nd="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",id="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",ud="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",ad="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",ld="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",rd="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",od="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",cd="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",sd="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",dd="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",hd="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",fd="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",yd="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",md="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",vd="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",gd="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",bd="\u8BF7\u7ED1\u5B9A\u670D\u52A1",_d="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Cd="\u8BF7\u9009\u62E9\u7701",wd="\u8BF7\u9009\u62E9\u5E02",Id="\u8BF7\u9009\u62E9\u533A",Ed="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Sd="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Ad="\u8BF7\u8F93\u5165\u5217\u5BBD",Td="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Od="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Pd="\u8BF7\u9009\u62E9\u63A7\u4EF6",Bd="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Rd="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Dd="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",xd="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Fd="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",kd="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Ld="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Nd="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",$d="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Md="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Vd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Hd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",jd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",qd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Ud="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Wd="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Kd="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",zd="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Gd="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Zd="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Qd="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Xd="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Jd="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Yd="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",pd="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",eh="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",th="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",nh={isNotNumber:V,isNotString:U,isNotObject:su,isNotArray:Pn,isNotBoolean:du,runtimeRequired:hu,pleaseEnterCaption:It,pleaseEnterCaptionTip:ge,pleaseEnterRowCaption:Et,pleaseEnterPlaceholder:Ks,pleaseEnterFieldCode:zs,pleaseEnterForm:Gs,pleaseEnterList:Zs,pleaseEnterProcess:Qs,pleaseEnterLabel:Xs,pleaseEnterValue:Js,bizKeyNotBindFiled:Ys,pleaseSelectOneField:ps,pleaseEnterNumberRange:ed,pleaseEnterAValueGreaterThanMin:td,pleaseEnterAValueLessThanMax:nd,numberRangeSetError:id,stringRangeError:ud,attachmentMaxSize:ad,pleaseEnterTotalScoreSetting:ld,theTotalScoreMustNotBeLessThan1:rd,scoreDefaultValueRange:od,attachmentLimitError:cd,PleaseReselectTheOptionalQuantity:sd,TheMaximumLengthIsGreaterThanTheMinimumLength:dd,TheMinimumLengthIsGreaterThanTheMaximumLength:hd,PleaseSelectTheCorrectOptionSettings:fd,optionIdIsRepeat:yd,optionIsRequired:md,pleaseEnterDataCode:vd,pleaseEnterValueFieldCode:gd,pleaseEnterSvcCode:bd,pleaseBindAtLeastOneDisplayValue:_d,pleaseSelectProvince:Cd,pleaseSelectCity:wd,pleaseSelectDistrict:Id,limitRowsCannotBeLessThan0:Ed,TheNumberOfRowsCannotBeLessThanMinRows:Sd,pleaseEnterColumnWidth:Ad,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Td,pleaseCompleteAllRulesAndConditions:Od,pleaseSelectControl:Pd,pleaseSelectAtLeastOneColumn:Bd,pleaseSelectFillBackMode:Rd,pleaseSelectDashboard:Dd,rootNodeIsRequired:xd,theViewNameCannotBeEmpty:Fd,pleaseSelectOcrType:kd,pleaseSelectAtLeastOneFieldToFillIn:Ld,pleaseChooseAtLeastOne:Nd,pleaseEnterButtonContent:$d,pleaseEnterDataCodeInDataSetting:Md,pleaseEnterValueFieldCodeInDataSetting:Vd,pleaseEnterSvcCodeInDataSetting:Hd,pleaseBindAtLeastOneDisplayValueInDataSetting:jd,rootNodeIsRequiredInDataSetting:qd,pleaseEnterMaxHeight:Ud,pleaseEnter:Wd,pleaseEnterWatermark:Kd,pleaseEnterFileName:zd,pleaseUploadAtLeastOnePrintTemplate:Gd,pleaseAssignBusiness:Zd,pleaseAssignExternal:Qd,pleaseEnterAliasCode:Xd,pleaseSelectDataCode:Jd,pleaseSelectSvcCode:Yd,pleaseSelectJoinFieldCode:pd,pleaseSelectMainFieldCode:eh,pleaseSelectSortFieldCode:th},ih="Please enter a number",uh="Please enter a string",ah="Please enter an object",lh="Please enter an array",rh="Please enter a boolean",oh="{caption} Required",ch="Please enter the title",sh="Please enter the bubble prompt",dh="Please enter the row title",hh="Please enter the prompt text",fh="Please bind data items",yh="Please bind the form",mh="Please bind the list",vh="Please bind the process",gh="Please enter the displayed value",bh="Please enter the stored value",_h="The document number is not bound to the data item",Ch="Please select at least one display field",wh="Please enter a value greater than or equal to {min} and less than or equal to {max}",Ih="Please enter a value greater than or equal to {min}",Eh="Please enter a value less than or equal to {max}",Sh="The value range is set incorrectly",Ah="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Th="The attachment size must be between 0MB and 1000MB",Oh="Please fill in the total score setting",Ph="The total score cannot be less than 1",Bh="The default value must be between {min} and {max}",Rh="The number of attachments uploaded must be between {min} and {max}",Dh="Please re-select the optional quantity",xh="The maximum length of the control must be greater than the minimum length",Fh="The minimum length of the control must be less than the maximum length",kh="Please select the correct option setting",Lh="Option ID cannot be repeated",Nh="Please enter at least one option",$h="Please bind the data source",Mh="Please bind the stored value",Vh="Please bind the service",Hh="At least one display value must be bound",jh="Please select a province",qh="Please select a city",Uh="Please select a district",Wh="The minimum number of lines to fill in cannot be less than 0",Kh="The number of rows cannot be less than {min} rows",zh="Please enter the column width",Gh="Please set the logical relationship of all rule conditions",Zh="Please complete all rules and conditions",Qh="please select control",Xh="Please select the dashboard",Jh="View name cannot be empty",Yh="Please select recognition type",ph="Please select at least one field to fill in",ef="Please select at least one",tf="Please enter the button title",nf="Please bind the business model in the data settings",uf="Please bind storage values in data settings",af="Please bind the service in the data settings",lf="Please bind at least one display value in the data settings",rf="Please select the root node in the data settings",of="Please enter the maximum height",cf="The input content cannot be empty",sf="Watermark cannot be empty",df="File name cannot be empty",hf="Please upload at least one printing template!\uFF01",ff="Please select a specific business department",yf="Please select a specified external organization",mf="Please enter a sub table alias",vf="Please select the associated table to set the business model",gf="Please select the association table to set the binding service",bf="Select associated sub table fields",_f="Please select the associated main table field",Cf="Please select the sort field",wf={isNotNumber:ih,isNotString:uh,isNotObject:ah,isNotArray:lh,isNotBoolean:rh,runtimeRequired:oh,pleaseEnterCaption:ch,pleaseEnterCaptionTip:sh,pleaseEnterRowCaption:dh,pleaseEnterPlaceholder:hh,pleaseEnterFieldCode:fh,pleaseEnterForm:yh,pleaseEnterList:mh,pleaseEnterProcess:vh,pleaseEnterLabel:gh,pleaseEnterValue:bh,bizKeyNotBindFiled:_h,pleaseSelectOneField:Ch,pleaseEnterNumberRange:wh,pleaseEnterAValueGreaterThanMin:Ih,pleaseEnterAValueLessThanMax:Eh,numberRangeSetError:Sh,stringRangeError:Ah,attachmentMaxSize:Th,pleaseEnterTotalScoreSetting:Oh,theTotalScoreMustNotBeLessThan1:Ph,scoreDefaultValueRange:Bh,attachmentLimitError:Rh,PleaseReselectTheOptionalQuantity:Dh,TheMaximumLengthIsGreaterThanTheMinimumLength:xh,TheMinimumLengthIsGreaterThanTheMaximumLength:Fh,PleaseSelectTheCorrectOptionSettings:kh,optionIdIsRepeat:Lh,optionIsRequired:Nh,pleaseEnterDataCode:$h,pleaseEnterValueFieldCode:Mh,pleaseEnterSvcCode:Vh,pleaseBindAtLeastOneDisplayValue:Hh,pleaseSelectProvince:jh,pleaseSelectCity:qh,pleaseSelectDistrict:Uh,limitRowsCannotBeLessThan0:Wh,TheNumberOfRowsCannotBeLessThanMinRows:Kh,pleaseEnterColumnWidth:zh,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Gh,pleaseCompleteAllRulesAndConditions:Zh,pleaseSelectControl:Qh,pleaseSelectDashboard:Xh,theViewNameCannotBeEmpty:Jh,pleaseSelectOcrType:Yh,pleaseSelectAtLeastOneFieldToFillIn:ph,pleaseChooseAtLeastOne:ef,pleaseEnterButtonContent:tf,pleaseEnterDataCodeInDataSetting:nf,pleaseEnterValueFieldCodeInDataSetting:uf,pleaseEnterSvcCodeInDataSetting:af,pleaseBindAtLeastOneDisplayValueInDataSetting:lf,rootNodeIsRequiredInDataSetting:rf,pleaseEnterMaxHeight:of,pleaseEnter:cf,pleaseEnterWatermark:sf,pleaseEnterFileName:df,pleaseUploadAtLeastOnePrintTemplate:hf,pleaseAssignBusiness:ff,pleaseAssignExternal:yf,pleaseEnterAliasCode:mf,pleaseSelectDataCode:vf,pleaseSelectSvcCode:gf,pleaseSelectJoinFieldCode:bf,pleaseSelectMainFieldCode:_f,pleaseSelectSortFieldCode:Cf},If="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ef="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Sf="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Af="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Tf="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Of="{caption}\u5FC5\u9808",Pf="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Bf="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Rf="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Df="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xf="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ff="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",kf="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Lf="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Nf="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$f="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Mf="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Vf="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Hf="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",jf="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",qf="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Uf="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",Wf="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Kf="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",zf="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Gf="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Zf="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Qf="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Xf="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Jf="\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",Yf="\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",pf="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ey="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",ty="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",ny="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",iy="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",uy="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ay="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",ly="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ry="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",oy="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",cy="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",sy="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",dy="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",hy="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",fy="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",yy="please select control",my="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",vy="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",gy="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",by="\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",_y="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Cy="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",wy="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Iy="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ey="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Sy="\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",Ay="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ty="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Oy="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Py="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",By="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ry="\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",Dy="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xy="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Fy="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ky="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Ly="\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",Ny="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",$y="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",My="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Vy={isNotNumber:If,isNotString:Ef,isNotObject:Sf,isNotArray:Af,isNotBoolean:Tf,runtimeRequired:Of,pleaseEnterCaption:Pf,pleaseEnterCaptionTip:Bf,pleaseEnterRowCaption:Rf,pleaseEnterPlaceholder:Df,pleaseEnterFieldCode:xf,pleaseEnterForm:Ff,pleaseEnterList:kf,pleaseEnterProcess:Lf,pleaseEnterLabel:Nf,pleaseEnterValue:$f,bizKeyNotBindFiled:Mf,pleaseSelectOneField:Vf,pleaseEnterNumberRange:Hf,pleaseEnterAValueGreaterThanMin:jf,pleaseEnterAValueLessThanMax:qf,numberRangeSetError:Uf,stringRangeError:Wf,attachmentMaxSize:Kf,pleaseEnterTotalScoreSetting:zf,theTotalScoreMustNotBeLessThan1:Gf,scoreDefaultValueRange:Zf,attachmentLimitError:Qf,PleaseReselectTheOptionalQuantity:Xf,TheMaximumLengthIsGreaterThanTheMinimumLength:Jf,TheMinimumLengthIsGreaterThanTheMaximumLength:Yf,PleaseSelectTheCorrectOptionSettings:pf,optionIdIsRepeat:ey,optionIsRequired:ty,pleaseEnterDataCode:ny,pleaseEnterValueFieldCode:iy,pleaseEnterSvcCode:uy,pleaseBindAtLeastOneDisplayValue:ay,pleaseSelectProvince:ly,pleaseSelectCity:ry,pleaseSelectDistrict:oy,limitRowsCannotBeLessThan0:cy,TheNumberOfRowsCannotBeLessThanMinRows:sy,pleaseEnterColumnWidth:dy,pleaseSetTheLogicalRelationshipOfAllRuleConditions:hy,pleaseCompleteAllRulesAndConditions:fy,pleaseSelectControl:yy,pleaseSelectDashboard:my,theViewNameCannotBeEmpty:vy,pleaseSelectOcrType:gy,pleaseSelectAtLeastOneFieldToFillIn:by,pleaseChooseAtLeastOne:_y,pleaseEnterButtonContent:Cy,pleaseEnterDataCodeInDataSetting:wy,pleaseEnterValueFieldCodeInDataSetting:Iy,pleaseEnterSvcCodeInDataSetting:Ey,pleaseBindAtLeastOneDisplayValueInDataSetting:Sy,rootNodeIsRequiredInDataSetting:Ay,pleaseEnterMaxHeight:Ty,pleaseEnter:Oy,pleaseEnterWatermark:Py,pleaseEnterFileName:By,pleaseUploadAtLeastOnePrintTemplate:Ry,pleaseAssignBusiness:Dy,pleaseAssignExternal:xy,pleaseEnterAliasCode:Fy,pleaseSelectDataCode:ky,pleaseSelectSvcCode:Ly,pleaseSelectJoinFieldCode:Ny,pleaseSelectMainFieldCode:$y,pleaseSelectSortFieldCode:My},Hy={zhCN:nh,enUS:wf,jaJP:Vy},jy="zh-CN";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}var Bn=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}({}),A=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.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.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.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.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.SENSITIVEN_INFORMATION="sensitiven-information",t}({}),b=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.RELATION="relation",t.LIST="list",t.RELATION_FIELD="relation-field",t.REFERENCE_FIELD="reference-field",t.CALC_FIELD="calc",t.JSON="json",t.BIGINT="bigint",t.ANY="ANY",t.ENCRYPTED_FIELD="encrypted_field",t}({}),p;p={},ie(p,"array","array-column"),ie(p,"auto_number","auto-number-column"),ie(p,"decimal","decimal-column"),ie(p,"department","department-column"),ie(p,"file","file-column"),ie(p,"image","image-column"),ie(p,"location","location-column"),ie(p,"people","employee-column"),ie(p,"text","text-column"),ie(p,"timescope","timescope-column"),ie(p,"timestamp","timestamp-column"),ie(p,"varchar","varchar-column"),ie(p,"relation","varchar-column");var at=function(t){return t.YEAR="year",t.MONTH="month",t.DATE="date",t.DATEHOUR="datehour",t.DATEMIN="datemin",t.DATETIME="datetime",t}({}),Pl="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",qy=Pl+"0123456789";function ce(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",n=0;n<t;n++){var i=n===0?Pl:qy,u=Math.random()*i.length;e+=i[parseInt(String(u),10)]}return e}function fu(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 Uy(t){if(Array.isArray(t))return fu(t)}function Wy(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=St(e),Zy(t,mu()?Reflect.construct(e,n||[],St(t).constructor):e.apply(t,n))}function Rl(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Rn(t,e,n){return mu()?Rn=Reflect.construct:Rn=function(u,a,l){var r=[null];r.push.apply(r,a);var s=Function.bind.apply(u,r),c=new s;return l&&At(c,l.prototype),c},Rn.apply(null,arguments)}function St(t){return St=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},St(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&&At(t,e)}function Ky(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function zy(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Gy(){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 Zy(t,e){return e&&(Qy(e)==="object"||typeof e=="function")?e:Wy(t)}function At(t,e){return At=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},At(t,e)}function xl(t){return Uy(t)||zy(t)||Xy(t)||Gy()}function Qy(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Xy(t,e){if(!!t){if(typeof t=="string")return fu(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 fu(t,e)}}function yu(t){var e=typeof Map=="function"?new Map:void 0;return yu=function(i){if(i===null||!Ky(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 Rn(i,arguments,St(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),At(u,i)},yu(t)}function mu(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(mu=function(){return!!t})()}var vu=console;function gu(){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=vu).warn.apply(i,["\u{1F9D0} Driven Warning:"+e[0]].concat(xl(u)))}function Fl(){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=vu).log.apply(i,["\u{1F680} Driven Log:"+e[0]].concat(xl(u)))}function Jy(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var bu=function(t){Dl(e,t);function e(n){Rl(this,e);var i;return i=Bl(this,e,[n]),i.name="\u{1F4A5} Driven Error",i.message=n?Jy(n):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",i}return e}(yu(Error)),Yy=function(t){Dl(e,t);function e(n){Rl(this,e);var i;return i=Bl(this,e,[n]),i.name="\u{1F6A8} Driven Reference Error",i}return e}(bu);function Tt(t){throw new bu(t)}function kl(t){throw new Yy(t)}function py(t){vu.error(new bu(t))}var em=Object.prototype.toString;function Ll(t,e){return em.call(t)==="[object "+e+"]"}function tm(t){return Ll(t,"String")}function nm(t){return Ll(t,"Promise")}var im=function(){function t(e){var n,i;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((i=(n=e.messages)!==null&&n!==void 0?n:this.getPreImport(e.locale))!==null&&i!==void 0?i:{}),e.variableRegExp&&(this.variableRegExp=e.variableRegExp),this.setLocale(e.locale)}return t.prototype.setLocale=function(e){var n=this;this.locale=e,this._messageCache.clear();var i=this.getMessageData();nm(i)?i.then(function(u){n._messageCache.clear(),n.messages[n.localeInMessageKey]=u}):this.messages[this.localeInMessageKey]=i},t.prototype.getMessageData=function(){var e=this._messages[this.localeInMessageKey];return typeof e=="function"?e():e},t.prototype.translate=function(e,n,i){var u=this.getMessage(e);return u?this.formatMessage(u,i):this.formatMessage(n,i)},t.prototype.getMessage=function(e){if(this._messageCache.has(e))return this._messageCache.get(e);var n=this.getPathArray(e),i=n.reduce(function(u,a,l,r){if(u!==void 0){var s=u[a];if(!(l===r.length-1&&!tm(s)))return s}},this.message);return this._messageCache.set(e,i),i},t.prototype.formatMessage=function(e,n){return n?e.replace(this.variableRegExp,function(i,u){var a=n[u];return a!==void 0?String(a):i}):e},t.prototype.getPreImport=function(e){var n;if(window.okI18nPreImport){var i=this.getLocaleInMessageKey(e);return window.okI18nPreImport.hasOwnProperty(i)?window.okI18nPreImport:(n={},n[i]=window.okI18nPreImport,n)}},t.prototype.getPathArray=function(e){return e.split(".")},t.prototype.getLocaleInMessageKey=function(e){return e.replace(/-/g,"")},Object.defineProperty(t.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"message",{get:function(){var e;return(e=this.messages[this.localeInMessageKey])!==null&&e!==void 0?e:{}},enumerable:!1,configurable:!0}),t}();function um(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Nl(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 am(t,e,n){return e&&Nl(t.prototype,e),n&&Nl(t,n),t}function lm(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var d=function(){function t(){um(this,t)}return am(t,null,[{key:"getMessage",value:function(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",i)}},{key:"resetI18n",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:jy;return new im({locale:n,messages:Hy})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),t}();lm(d,"$i18n",d.resetI18n());function rm(t,e,n){var i=e.replace(/\[(\d)]/g,function(a,l){return"."+l}).split("."),u=!1;return i.reduce(function(a,l,r,s){var c=a;if(!!a){if(!Object.prototype.hasOwnProperty.call(a,l)){gu("Can not set ".concat(e,"'s ").concat(l," property in current %o, Because there is no ").concat(l," property on the %o"),a,a);return}return r===s.length-1&&!Object.is(c[l],n)&&(c[l]=n,u=!0),c[l]}},t),u}var om=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},cm={exports:{}};(function(t){(function(e){var n=function(m,w,x){if(!c(w)||v(w)||g(w)||C(w)||s(w))return w;var P,D=0,re=0;if(h(w))for(P=[],re=w.length;D<re;D++)P.push(n(m,w[D],x));else{P={};for(var F in w)Object.prototype.hasOwnProperty.call(w,F)&&(P[m(F,x)]=n(m,w[F],x))}return P},i=function(m,w){w=w||{};var x=w.separator||"_",P=w.split||/(?=[A-Z])/;return m.split(P).join(x)},u=function(m){return I(m)?m:(m=m.replace(/[\-_\s]+(.)?/g,function(w,x){return x?x.toUpperCase():""}),m.substr(0,1).toLowerCase()+m.substr(1))},a=function(m){var w=u(m);return w.substr(0,1).toUpperCase()+w.substr(1)},l=function(m,w){return i(m,w).toLowerCase()},r=Object.prototype.toString,s=function(m){return typeof m=="function"},c=function(m){return m===Object(m)},h=function(m){return r.call(m)=="[object Array]"},v=function(m){return r.call(m)=="[object Date]"},g=function(m){return r.call(m)=="[object RegExp]"},C=function(m){return r.call(m)=="[object Boolean]"},I=function(m){return m=m-0,m===m},_=function(m,w){var x=w&&"process"in w?w.process:w;return typeof x!="function"?m:function(P,D){return x(P,m,D)}},E={camelize:u,decamelize:l,pascalize:a,depascalize:l,camelizeKeys:function(m,w){return n(_(u,w),m)},decamelizeKeys:function(m,w){return n(_(l,w),m,w)},pascalizeKeys:function(m,w){return n(_(a,w),m)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=E:e.humps=E})(om)})(cm);var $l={};Object.defineProperty($l,"__esModule",{value:!0});function _u(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:_u(e));{const e={};for(const n in t){const i=t[n];e[n]=typeof i!="object"||i===null?i:_u(i)}return e}}var sm=$l.default=_u;function dm(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ee(t){if(t!==void 0)return(typeof t=="undefined"?"undefined":dm(t))==="object"?sm(t):t}function hm(t){return Object.prototype.toString.call(t)==="[object Object]"}function Cu(t){return Array.isArray(t)}function fm(t){return t.reduce(function(e,n){return e.includes(n)||e.push(n),e},[])}function wu(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 ym(t){if(Array.isArray(t))return wu(t)}function Ml(t,e,n,i,u,a,l){try{var r=t[a](l),s=r.value}catch(c){n(c);return}r.done?e(s):Promise.resolve(s).then(i,u)}function mm(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function l(s){Ml(a,i,u,l,r,"next",s)}function r(s){Ml(a,i,u,l,r,"throw",s)}l(void 0)})}}function vm(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Vl(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 gm(t,e,n){return e&&Vl(t.prototype,e),n&&Vl(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 bm(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function _m(){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 Iu(t){return ym(t)||bm(t)||Cm(t)||_m()}function Cm(t,e){if(!!t){if(typeof t=="string")return wu(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 wu(t,e)}}function wm(t,e){var n,i,u,a={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},l=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return l.next=r(0),l.throw=r(1),l.return=r(2),typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function r(c){return function(h){return s([c,h])}}function s(c){if(n)throw new TypeError("Generator is already executing.");for(;l&&(l=0,c[0]&&(a=0)),a;)try{if(n=1,i&&(u=c[0]&2?i.return:c[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,c[1])).done)return u;switch(i=0,u&&(c=[c[0]&2,u.value]),c[0]){case 0:case 1:u=c;break;case 4:return a.label++,{value:c[1],done:!1};case 5:a.label++,i=c[1],c=[0];continue;case 7:c=a.ops.pop(),a.trys.pop();continue;default:if(u=a.trys,!(u=u.length>0&&u[u.length-1])&&(c[0]===6||c[0]===2)){a=0;continue}if(c[0]===3&&(!u||c[1]>u[0]&&c[1]<u[3])){a.label=c[1];break}if(c[0]===6&&a.label<u[1]){a.label=u[1],u=c;break}if(u&&a.label<u[2]){a.label=u[2],a.ops.push(c);break}u[2]&&a.ops.pop(),a.trys.pop();continue}c=e.call(t,a)}catch(h){c=[6,h],i=0}finally{n=u=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var Im=function(){function t(){vm(this,t),Hl(this,"_events",new Map),Hl(this,"debug",!1)}return gm(t,[{key:"emit",value:function(n){for(var i=arguments.length,u=new Array(i>1?i-1:0),a=1;a<i;a++)u[a-1]=arguments[a];return mm(function(){var l,r,s,c,h,v,g,C,I,_,E,m;return wm(this,function(w){switch(w.label){case 0:if(l=this._events.get(n),r=[],!l)return[3,10];s=l.slice(),c=!0,h=!1,v=void 0,w.label=1;case 1:w.trys.push([1,8,9,10]),g=s[Symbol.iterator](),w.label=2;case 2:if(c=(C=g.next()).done)return[3,7];if(I=C.value,!l.includes(I))return[3,6];w.label=3;case 3:return w.trys.push([3,5,,6]),this.debug&&Fl.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(I.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+I.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(Iu(u))),[4,I.apply(null,Iu(u))];case 4:return _=w.sent(),this.debug&&Fl.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(I.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+I.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(Iu(u),[_])),r.push(_),_===!1?[3,7]:[3,6];case 5:return E=w.sent(),py(String(E)+":"+String(E.stack)),[3,6];case 6:return c=!0,[3,2];case 7:return[3,10];case 8:return m=w.sent(),h=!0,v=m,[3,10];case 9:try{!c&&g.return!=null&&g.return()}finally{if(h)throw v}return[7];case 10:return[2,r]}})}).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),a=u==null?void 0:u.indexOf(i);u==null||u.splice(a,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),t}();function Em(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function jl(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 Sm(t,e,n){return e&&jl(t.prototype,e),n&&jl(t,n),t}function Am(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Tm=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],Om=function(){function t(){Em(this,t)}return Sm(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(l){return u.includes(l.key)}));var a=n.customEvents.map(function(l){var r=l.key;return{key:r,code:l.key,name:l.name}});return i=i.concat(a),i}}]),t}();Am(Om,"events",Tm);function Eu(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 Pm(t){if(Array.isArray(t))return Eu(t)}function Bm(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Rm(){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 ql(t){return Pm(t)||Bm(t)||Dm(t)||Rm()}function Dm(t,e){if(!!t){if(typeof t=="string")return Eu(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 Eu(t,e)}}function Su(t,e){var n;!((n=Object.getOwnPropertyDescriptors(t)[e])===null||n===void 0)&&n.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function Ul(t,e,n){n!=="Runtime"&&(t.parent=e,Su(t,"parent"))}function xm(t,e,n){t.forEach(function(i){Ul(i,e,n)})}var Wl=Symbol("targetKey");function Kl(t){var e;return(e=t[Wl])!==null&&e!==void 0?e:t}function zl(t,e,n){return xm(t,e,n),new Proxy(t,{get:function(u,a){for(var l=arguments.length,r=new Array(l>2?l-2:0),s=2;s<l;s++)r[s-2]=arguments[s];var c;return a===Wl?u:(c=Reflect).get.apply(c,[u,a].concat(ql(r)))},set:function(u,a,l){for(var r=arguments.length,s=new Array(r>3?r-3:0),c=3;c<r;c++)s[c-3]=arguments[c];var h;if(Cu(t)&&a==="length"&&l===t.length)return!0;var v=(h=Reflect).set.apply(h,[u,a,l].concat(ql(s)));return hm(l)&&Ul(l,e,n),v}})}function fe(t,e,n,i,u){var a=i!=null?i:t,l=zl(Kl(n!=null?n:[]),a,u);Object.defineProperty(t,e,{get:function(){return l},set:function(s){l=zl(Kl(s),a,u)},enumerable:!0})}function Fm(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Gl(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 km(t,e,n){return e&&Gl(t.prototype,e),n&&Gl(t,n),t}function Se(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Zl=[],Dn=function(){function t(e){Fm(this,t),Se(this,"registeredControlTypes",new Set),Se(this,"controlConfigMap",new Map),Se(this,"_controls",[]),Se(this,"_type",void 0),this._type=e,this._initControls(e)}return km(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__||Tt("".concat(n.name," is not a Control"));var i=this._controls.findIndex(function(u){return u.controlType===n.controlType});return i>-1&&(gu("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===Bn.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===Bn.FORM}},{key:"isListControl",value:function(n){return n.controlType===Bn.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===Bn.COLUMN}},{key:"createControl",value:function(n,i){var u=this;if(Array.isArray(n))return n.map(function(h){return u.createControl(h,i)});if(n.children&&(n.children=n.children.map(function(h){return u.createControl(h,i)})),this.isListControl(n)){var a=n.props;a.headers&&(a.headers=a.headers.map(function(h){return u.createControl(h,i)})),a.footers&&(a.footers=a.footers.map(function(h){var v;return h&&(v=u.createControl(h,i)),v}))}var l=this.getControlFormType(n.type);if(l){var r=n;if(typeof i=="function"){var s=i(r);s&&(r=s)}var c;return l.mode==="Runtime"?(c=r,c.fieldType=l.controlFieldType,this._setParentPrototypeToSchema(c,this)):c=new l(r),c}else Tt("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}}),Su(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,i){i._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var a=n.id,l=i._controlParentIdMap,r=i.instanceMap;if(!(!l||!r)){var s=l[a],c=r[a];if(!(!s&&!c)){var h=c.findIndex(function(C){return C==n}),v=r[s]||[],g;return v.length!==c.length?g=v[0]:g=v[h],g}}}}),Su(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),a=[];if(u){var l=new u(i);a=Array.from(l)}return a}},{key:"register",value:function(n,i){var u=n.Designer,a=n.Runtime,l=n.Property;(!u||!a||!u.__is_control__||!a.__is_control__)&&Tt("".concat(n," is can't register as a Control"));var r=this.staticControls.findIndex(function(s){return s.Designer.controlType===u.controlType});return r>-1&&(gu("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(r,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),l.mode=i,this}}]),t}();Se(Dn,"staticControlsRuntimeRules",new Map),Se(Dn,"staticControls",Zl),Se(Dn,"staticRegisteredTypes",new Set(Zl.map(function(t){return t.Designer.controlType}))),Se(Dn,"staticRegisteredConfigs",new Map);function Lm(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function se(t,e,n){return e=xn(e),Nm(t,Ql()?Reflect.construct(e,n||[],xn(t).constructor):e.apply(t,n))}function S(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 xn(t){return xn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},xn(t)}function de(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&&Au(t,e)}function Nm(t,e){return e&&($m(e)==="object"||typeof e=="function")?e:Lm(t)}function Au(t,e){return Au=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Au(t,e)}function $m(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ql(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ql=function(){return!!t})()}var ye=function t(e){S(this,t),f(this,"dataCode",void 0),f(this,"fieldCode",void 0),f(this,"fieldType",void 0),f(this,"aliasCode",void 0);var n;this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"";var i;this.fieldCode=(i=e==null?void 0:e.fieldCode)!==null&&i!==void 0?i:"";var u;this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:"",this.aliasCode=e==null?void 0:e.aliasCode},Xl=function t(e){S(this,t),f(this,"minWidth",void 0),f(this,"maxWidth",void 0),f(this,"flex",void 0);var n;this.minWidth=(n=e==null?void 0:e.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=e==null?void 0:e.maxWidth;var i;this.flex=(i=e==null?void 0:e.flex)!==null&&i!==void 0?i:1},Tu=function(t){de(e,t);function e(n){S(this,e);var i;i=se(this,e,[n]),f(i,"width",void 0),f(i,"widthType",void 0);var u;i.width=(u=n==null?void 0:n.width)!==null&&u!==void 0?u:240;var a;return i.widthType=(a=n==null?void 0:n.widthType)!==null&&a!==void 0?a:"auto",i}return e}(Xl),Mm=function t(e){S(this,t),f(this,"pc",void 0),f(this,"mobile",void 0),this.pc=new Tu(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new Tu(e==null?void 0:e.mobile):new Tu({width:130,minWidth:180})},Vm=function t(e){S(this,t),f(this,"type",void 0),f(this,"customOptions",void 0);var n;this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"firstThree";var i;this.customOptions=(i=e==null?void 0:e.customOptions)!==null&&i!==void 0?i:[]},lt=function t(e){S(this,t),f(this,"dataCode",void 0),f(this,"formKey",void 0),f(this,"appId",void 0);var n;this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"";var i;this.formKey=(i=e==null?void 0:e.formKey)!==null&&i!==void 0?i:"";var u;this.appId=(u=e==null?void 0:e.appId)!==null&&u!==void 0?u:""},Hm=function(t){de(e,t);function e(n){S(this,e);var i;i=se(this,e,[n]),f(i,"primaryControlId",void 0);var u;return i.primaryControlId=(u=n==null?void 0:n.primaryControlId)!==null&&u!==void 0?u:"",i}return e}(lt),Jl=function t(e){S(this,t),f(this,"fieldCode",void 0),f(this,"dataCode",void 0);var n;this.fieldCode=(n=e==null?void 0:e.fieldCode)!==null&&n!==void 0?n:"";var i;this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:""},Ou=function t(e){S(this,t);var n;f(this,"appId",void 0),f(this,"formKey",void 0),f(this,"headers",void 0);var i;this.appId=(i=e==null?void 0:e.appId)!==null&&i!==void 0?i:"";var u;this.formKey=(u=e==null?void 0:e.formKey)!==null&&u!==void 0?u:"";var a;this.headers=(a=e==null||(n=e.headers)===null||n===void 0?void 0:n.map(function(l){return new Jl(l)}))!==null&&a!==void 0?a:[]},jm=function t(e){S(this,t),f(this,"fieldName",void 0),f(this,"fieldCode",void 0),f(this,"fieldType",void 0);var n;this.fieldName=(n=e==null?void 0:e.fieldName)!==null&&n!==void 0?n:"";var i;this.fieldCode=(i=e==null?void 0:e.fieldCode)!==null&&i!==void 0?i:"";var u;this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:b.VARCHAR},qm=function(t){de(e,t);function e(n){S(this,e);var i;i=se(this,e,[n]),f(i,"title",void 0),f(i,"svcCode",void 0),f(i,"isOpenFilter",void 0),f(i,"filters",void 0);var u;i.title=(u=n==null?void 0:n.title)!==null&&u!==void 0?u:"";var a;i.svcCode=(a=n==null?void 0:n.svcCode)!==null&&a!==void 0?a:"";var l;i.isOpenFilter=(l=n==null?void 0:n.isOpenFilter)!==null&&l!==void 0?l:!1;var r;return i.filters=(r=n==null?void 0:n.filters)!==null&&r!==void 0?r:[],i}return e}(lt),Um=function t(e){S(this,t);var n,i;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);var u;this.displayFields=(u=e==null||(n=e.displayFields)===null||n===void 0?void 0:n.map(function(l){return new jm(l)}))!==null&&u!==void 0?u:[];var a;this.sublists=(a=e==null||(i=e.sublists)===null||i===void 0?void 0:i.map(function(l){return new qm(l)}))!==null&&a!==void 0?a:[]},Wm=function t(e){S(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},Ot=function t(e){S(this,t),f(this,"type",void 0),f(this,"value",void 0),f(this,"displayBos",void 0);var n;this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"custom";var i;this.value=(i=e==null?void 0:e.value)!==null&&i!==void 0?i:[];var u;this.displayBos=(u=e==null?void 0:e.displayBos)!==null&&u!==void 0?u:[]},Pu=function t(e){var n=this;S(this,t),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);var i;this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:ce();var u;this.ruleId=(u=e==null?void 0:e.ruleId)!==null&&u!==void 0?u:new Date().valueOf();var a;this.level=(a=e==null?void 0:e.level)!==null&&a!==void 0?a:0;var l;this.value=(l=e==null?void 0:e.value)!==null&&l!==void 0?l:"and",this.children=[],Array.isArray(e==null?void 0:e.children)&&(e==null||e.children.map(function(r){if(r.children!==void 0){var s,c=new t(r);(s=n.children)===null||s===void 0||s.push(c)}else{var h,v=new Fn(r);(h=n.children)===null||h===void 0||h.push(v)}}))},Fn=function t(e){S(this,t),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);var n;this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:ce();var i;this.ruleId=(i=e==null?void 0:e.ruleId)!==null&&i!==void 0?i:new Date().valueOf();var u;this.symbol=(u=e==null?void 0:e.symbol)!==null&&u!==void 0?u:"";var a;this.checked=(a=e==null?void 0:e.checked)!==null&&a!==void 0?a:!1;var l;this.describe=(l=e==null?void 0:e.describe)!==null&&l!==void 0?l:"",this.leftVariableBo=new Wm(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new Ot(e==null?void 0:e.rightVariableBo)},Km=function t(e){S(this,t),f(this,"aliasCode",void 0),f(this,"datasourceBind",void 0),f(this,"relationFields",void 0);var n;this.aliasCode=(n=e==null?void 0:e.aliasCode)!==null&&n!==void 0?n:"",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind);var i;this.relationFields=(i=e==null?void 0:e.relationFields)!==null&&i!==void 0?i:[]},ne=function t(e){S(this,t),f(this,"controlId",void 0),f(this,"fieldCode",void 0),f(this,"fieldType",void 0),f(this,"propName",void 0);var n;this.controlId=(n=e==null?void 0:e.controlId)!==null&&n!==void 0?n:"";var i;this.fieldCode=(i=e==null?void 0:e.fieldCode)!==null&&i!==void 0?i:"";var u;this.fieldType=(u=e==null?void 0:e.fieldType)!==null&&u!==void 0?u:"";var a;this.propName=(a=e==null?void 0:e.propName)!==null&&a!==void 0?a:""},Bu=function t(e){S(this,t),f(this,"type",void 0),f(this,"value",void 0),f(this,"fieldType",void 0);var n;this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"FIELD";var i;this.value=(i=e==null?void 0:e.value)!==null&&i!==void 0?i:"",this.fieldType=e==null?void 0:e.fieldType},zm=function t(e){S(this,t),f(this,"columnName",void 0),f(this,"desc",void 0);var n;this.columnName=(n=e.columnName)!==null&&n!==void 0?n:"";var i;this.desc=(i=e.desc)!==null&&i!==void 0?i:!1};function Ru(t){var e,n,i,u;this.filters=(u=t==null||(e=t.filters)===null||e===void 0?void 0:e.map(function(r){return r.children!==void 0?new Pu(r):new Fn(r)}))!==null&&u!==void 0?u:[];var a;this.viewFilters=(a=t==null||(n=t.viewFilters)===null||n===void 0?void 0:n.map(function(r){return r.children!==void 0?new Pu(r):new Fn(r)}))!==null&&a!==void 0?a:[];var l;this.orders=(l=t==null||(i=t.orders)===null||i===void 0?void 0:i.map(function(r){return new zm(r)}))!==null&&l!==void 0?l:[]}var Y=function t(e){var n=this;S(this,t),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);var i;this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:"";var u;this.appId=(u=e==null?void 0:e.appId)!==null&&u!==void 0?u:"";var a;this.valueFieldCode=(a=e==null?void 0:e.valueFieldCode)!==null&&a!==void 0?a:"",this.displayBoList=[];var l;this.isOpenViewFilters=(l=e==null?void 0:e.isOpenViewFilters)!==null&&l!==void 0?l:0,Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(function(h){var v;(v=n.displayBoList)===null||v===void 0||v.push(new Bu(h))}));var r;this.keywordMapping=(r=e==null?void 0:e.keywordMapping)!==null&&r!==void 0?r:"";var s;this.showOrder=(s=e==null?void 0:e.showOrder)!==null&&s!==void 0?s:!0;var c;this.svcCode=(c=e==null?void 0:e.svcCode)!==null&&c!==void 0?c:"",Ru.call(this,e)},Du=function t(e){S(this,t),f(this,"dataCode",void 0),f(this,"displayBoList",void 0);var n;this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"";var i;this.displayBoList=(i=e==null?void 0:e.displayBoList)!==null&&i!==void 0?i:[]},be=function t(e){S(this,t),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);var n;this.code=(n=e==null?void 0:e.code)!==null&&n!==void 0?n:"view";var i;this.color=(i=e==null?void 0:e.color)!==null&&i!==void 0?i:"primary";var u;this.command=(u=e==null?void 0:e.command)!==null&&u!==void 0?u:"view";var a;this.confirmMessage=(a=e==null?void 0:e.confirmMessage)!==null&&a!==void 0?a:void 0;var l;this.defaultState=(l=e==null?void 0:e.defaultState)!==null&&l!==void 0?l:"default";var r;this.formKey=(r=e==null?void 0:e.formKey)!==null&&r!==void 0?r:void 0,this.formType=e==null?void 0:e.formType;var s;this.icon=(s=e==null?void 0:e.icon)!==null&&s!==void 0?s:"iconliulan1";var c;this.needConfirm=(c=e==null?void 0:e.needConfirm)!==null&&c!==void 0?c:!1;var h;this.openType=(h=e==null?void 0:e.openType)!==null&&h!==void 0?h:"modal";var v;this.priorityProcess=(v=e==null?void 0:e.priorityProcess)!==null&&v!==void 0?v:!0},Yl=function t(e){S(this,t);var n;f(this,"name",void 0),f(this,"key",void 0),f(this,"value",void 0);var i;this.name=(i=e==null?void 0:e.name)!==null&&i!==void 0?i:"";var u;this.key=(u=e==null?void 0:e.key)!==null&&u!==void 0?u:"";var a;this.value=(a=e==null||(n=e.value)===null||n===void 0?void 0:n.map(function(l){return new Bu(l)}))!==null&&a!==void 0?a:[]},kn=function(t){de(e,t);function e(n){S(this,e);var i,u;i=se(this,e,[n]),f(i,"attributes",void 0);var a;return i.attributes=(a=n==null||(u=n.attributes)===null||u===void 0?void 0:u.map(function(l){return new Yl(l)}))!==null&&a!==void 0?a:[],i}return e}(Y),Gm=function(t){de(e,t);function e(n){S(this,e);var i,u;i=se(this,e,[n]),f(i,"attributes",void 0),f(i,"formCode",void 0);var a;i.attributes=(a=n==null||(u=n.attributes)===null||u===void 0?void 0:u.map(function(r){return new Yl(r)}))!==null&&a!==void 0?a:[];var l;return i.formCode=(l=n==null?void 0:n.formCode)!==null&&l!==void 0?l:"",i}return e}(Y),pl=function(t){de(e,t);function e(n){S(this,e);var i;i=se(this,e,[n]),f(i,"rootNode",void 0),f(i,"filterCode",void 0),i.rootNode=new Ot(n==null?void 0:n.rootNode);var u;return i.filterCode=(u=n==null?void 0:n.filterCode)!==null&&u!==void 0?u:"",i}return e}(kn),er=function t(e){S(this,t);var n;f(this,"dataCode",void 0),f(this,"appId",void 0),f(this,"fillList",void 0);var i;this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:"";var u;this.appId=(u=e==null?void 0:e.appId)!==null&&u!==void 0?u:"";var a;this.fillList=(a=e==null||(n=e.fillList)===null||n===void 0?void 0:n.map(function(l){return new ne(l)}))!==null&&a!==void 0?a:[]},tr=function(t){de(e,t);function e(n){S(this,e);var i;return i=se(this,e,[n]),f(i,"filters",void 0),f(i,"viewFilters",void 0),f(i,"orders",void 0),Ru.call(i,n),i}return e}(er),nr=function(t){de(e,t);function e(n){S(this,e);var i;i=se(this,e,[n]),f(i,"mode",void 0),f(i,"multiple",void 0);var u;i.mode=(u=n==null?void 0:n.mode)!==null&&u!==void 0?u:"current";var a;return i.multiple=(a=n==null?void 0:n.multiple)!==null&&a!==void 0?a:!1,i}return e}(er),xu=function t(e){S(this,t),f(this,"stencilName",void 0),f(this,"expression",void 0),f(this,"errMessage",void 0);var n;this.stencilName=(n=e==null?void 0:e.stencilName)!==null&&n!==void 0?n:"";var i;this.expression=(i=e==null?void 0:e.expression)!==null&&i!==void 0?i:"";var u;this.errMessage=(u=e==null?void 0:e.errMessage)!==null&&u!==void 0?u:""},Zm=function t(e){S(this,t),f(this,"id",void 0),f(this,"label",void 0),f(this,"value",void 0);var n;this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:ce(8);var i;this.label=(i=e==null?void 0:e.label)!==null&&i!==void 0?i:"";var u;this.value=(u=e==null?void 0:e.value)!==null&&u!==void 0?u:this.label};function _e(t){var e;return(e=t==null?void 0:t.map(function(n){return new Zm(n)}))!==null&&e!==void 0?e:[]}var Fu=function t(){S(this,t)},Qm=function(t){de(e,t);function e(n){S(this,e);var i;return i=se(this,e),f(i,"amount",void 0),f(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}(Fu),Xm=function t(e){S(this,t),f(this,"amount",void 0),f(this,"currency",void 0);var n;this.amount=(n=e==null?void 0:e.amount)!==null&&n!==void 0?n:"";var i;this.currency=(i=e==null?void 0:e.currency)!==null&&i!==void 0?i:"CNY"},Jm=function(t){de(e,t);function e(n){S(this,e);var i;return i=se(this,e),f(i,"min",void 0),f(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}(Fu),Ym=function t(e){S(this,t),f(this,"min",void 0),f(this,"max",void 0);var n;this.min=(n=e==null?void 0:e.min)!==null&&n!==void 0?n:"";var i;this.max=(i=e==null?void 0:e.max)!==null&&i!==void 0?i:""},pm=function t(e){S(this,t),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);var n;this.city=(n=e==null?void 0:e.city)!==null&&n!==void 0?n:"";var i;this.cityDisplay=(i=e==null?void 0:e.cityDisplay)!==null&&i!==void 0?i:"";var u;this.district=(u=e==null?void 0:e.district)!==null&&u!==void 0?u:"";var a;this.districtDisplay=(a=e==null?void 0:e.districtDisplay)!==null&&a!==void 0?a:"";var l;this.province=(l=e==null?void 0:e.province)!==null&&l!==void 0?l:"";var r;this.provinceDisplay=(r=e==null?void 0:e.provinceDisplay)!==null&&r!==void 0?r:""},ev=function(t){de(e,t);function e(n){S(this,e);var i;return i=se(this,e),f(i,"result",void 0),f(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}(Fu),tv=function t(e){S(this,t),f(this,"result",void 0),f(this,"unit",void 0);var n;this.result=(n=e==null?void 0:e.result)!==null&&n!==void 0?n:0;var i;this.unit=(i=e==null?void 0:e.unit)!==null&&i!==void 0?i:""},nv=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.CAPTION_SIZE="captionSize",t.CAPTION_COLOR="captionColor",t.IS_CAPTION_ITALIC="isCaptionItalic",t.ONLY_ALLOW_TAKE_PHOTO="onlyAllowTakePhoto",t.FORBID_DOWNLOAD="forbidDownload",t.ACCESS_CONTROL="accessControl",t}({}),iv=function(t){return t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT",t}({}),Ae=function t(e){S(this,t),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);var n;this.isShow=(n=e==null?void 0:e.isShow)!==null&&n!==void 0?n:!0;var i;this.content=(i=e==null?void 0:e.content)!==null&&i!==void 0?i:"";var u;this.formKey=(u=e==null?void 0:e.formKey)!==null&&u!==void 0?u:"";var a;this.openType=(a=e==null?void 0:e.openType)!==null&&a!==void 0?a:"modal";var l;this.type=(l=e==null?void 0:e.type)!==null&&l!==void 0?l:"";var r;this.priorityProcess=(r=e==null?void 0:e.priorityProcess)!==null&&r!==void 0?r:!1},uv=function t(e){S(this,t);var n;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);var i;this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:ce(8);var u;this.title=(u=e==null?void 0:e.title)!==null&&u!==void 0?u:"";var a;this.headers=(a=e==null||(n=e.headers)===null||n===void 0?void 0:n.map(function(l){return new Jl(l)}))!==null&&a!==void 0?a:[],Ru.call(this,e)},av=function t(e){S(this,t),f(this,"width",void 0),f(this,"height",void 0),f(this,"widthConfig",void 0),f(this,"heightConfig",void 0);var n;this.width=(n=e==null?void 0:e.width)!==null&&n!==void 0?n:"";var i;this.height=(i=e==null?void 0:e.height)!==null&&i!==void 0?i:"";var u;this.widthConfig=(u=e==null?void 0:e.widthConfig)!==null&&u!==void 0?u:"fill";var a;this.heightConfig=(a=e==null?void 0:e.heightConfig)!==null&&a!==void 0?a:"fill"},lv=function t(e){S(this,t),f(this,"optCode",void 0),f(this,"optType",void 0);var n;this.optCode=(n=e==null?void 0:e.optCode)!==null&&n!==void 0?n:"";var i;this.optType=(i=e==null?void 0:e.optType)!==null&&i!==void 0?i:""},rv=function t(e){S(this,t);var n;f(this,"id",void 0),f(this,"name",void 0),f(this,"color",void 0),f(this,"filters",void 0);var i;this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:ce();var u;this.name=(u=e==null?void 0:e.name)!==null&&u!==void 0?u:"";var a;this.color=(a=e==null?void 0:e.color)!==null&&a!==void 0?a:"theme";var l;this.filters=(l=e==null||(n=e.filters)===null||n===void 0?void 0:n.map(function(r){return r.children!==void 0?new Pu(r):new Fn(r)}))!==null&&l!==void 0?l:[]},ov=function t(e){S(this,t),f(this,"id",void 0),f(this,"script",void 0),f(this,"color",void 0);var n;this.id=(n=e.id)!==null&&n!==void 0?n:ce();var i;this.script=(i=e.script)!==null&&i!==void 0?i:"";var u;this.color=(u=e.color)!==null&&u!==void 0?u:"theme"};function cv(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function sv(t,e,n){return e=Pt(e),fv(t,Nu()?Reflect.construct(e,n||[],Pt(t).constructor):e.apply(t,n))}function ku(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ln(t,e,n){return Nu()?Ln=Reflect.construct:Ln=function(u,a,l){var r=[null];r.push.apply(r,a);var s=Function.bind.apply(u,r),c=new s;return l&&Bt(c,l.prototype),c},Ln.apply(null,arguments)}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 Pt(t){return Pt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Pt(t)}function dv(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&&Bt(t,e)}function hv(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function fv(t,e){return e&&(yv(e)==="object"||typeof e=="function")?e:cv(t)}function Bt(t,e){return Bt=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Bt(t,e)}function yv(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Lu(t){var e=typeof Map=="function"?new Map:void 0;return Lu=function(i){if(i===null||!hv(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,Pt(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Bt(u,i)},Lu(t)}function Nu(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Nu=function(){return!!t})()}var W=function t(e){ku(this,t),Te(this,"isHide",{type:"boolean"})},$e=function(t){dv(e,t);function e(n){return ku(this,e),sv(this,e)}return e}(Lu(Array)),G=function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";ku(this,t),Te(this,"isHide",void 0),Te(this,"className",void 0),Te(this,"style",void 0),Te(this,"caption",void 0);var i;this.isHide=(i=e==null?void 0:e.isHide)!==null&&i!==void 0?i:!1,this.style=new av(e==null?void 0:e.style);var u;this.caption=(u=e==null?void 0:e.caption)!==null&&u!==void 0?u:n};Te(G,"mode",void 0),Te(G,"Rules",W),Te(G,"RuntimeRules",$e);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 mv(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function $u(t){return $u=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},$u(t)}function Nn(t,e){return Nn=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Nn(t,e)}function vv(){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 $n(t,e,n){return vv()?$n=Reflect.construct:$n=function(u,a,l){var r=[null];r.push.apply(r,a);var s=Function.bind.apply(u,r),c=new s;return l&&Nn(c,l.prototype),c},$n.apply(null,arguments)}function gv(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Mu(t){var e=typeof Map=="function"?new Map:void 0;return Mu=function(i){if(i===null||!gv(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 $n(i,arguments,$u(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Nn(u,i)},Mu(t)}var bv=/%[sdj%]/g,ir=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(ir=function(e,n){typeof console!="undefined"&&console.warn&&n.every(function(i){return typeof i=="string"})&&console.warn(e,n)});function Vu(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 ue(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i=1,u=e[0],a=e.length;if(typeof u=="function")return u.apply(null,e.slice(1));if(typeof u=="string"){var l=String(u).replace(bv,function(r){if(r==="%%")return"%";if(i>=a)return r;switch(r){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 r}});return l}return u}function _v(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||_v(e)&&typeof t=="string"&&!t)}function Cv(t,e,n){var i=[],u=0,a=t.length;function l(r){i.push.apply(i,r),u++,u===a&&n(i)}t.forEach(function(r){e(r,l)})}function ur(t,e,n){var i=0,u=t.length;function a(l){if(l&&l.length){n(l);return}var r=i;i=i+1,r<u?e(t[r],a):n([])}a([])}function wv(t){var e=[];return Object.keys(t).forEach(function(n){e.push.apply(e,t[n])}),e}var ar=function(t){mv(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}(Mu(Error));function Iv(t,e,n,i){if(e.first){var u=new Promise(function(v,g){var C=function(E){return i(E),E.length?g(new ar(E,Vu(E))):v()},I=wv(t);ur(I,n,C)});return u.catch(function(v){return v}),u}var a=e.firstFields||[];a===!0&&(a=Object.keys(t));var l=Object.keys(t),r=l.length,s=0,c=[],h=new Promise(function(v,g){var C=function(_){if(c.push.apply(c,_),s++,s===r)return i(c),c.length?g(new ar(c,Vu(c))):v()};l.length||(i(c),v()),l.forEach(function(I){var _=t[I];a.indexOf(I)!==-1?ur(_,n,C):Cv(_,n,C)})});return h.catch(function(v){return v}),h}function lr(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 rr(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 or(t,e,n,i,u,a){t.required&&(!n.hasOwnProperty(t.field)||K(e,a||t.type))&&i.push(ue(u.messages.required,t.fullField))}function Ev(t,e,n,i,u){(/^\s+$/.test(e)||e==="")&&i.push(ue(u.messages.whitespace,t.fullField))}var Hu={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},Rt={integer:function(e){return Rt.number(e)&&parseInt(e,10)===e},float:function(e){return Rt.number(e)&&!Rt.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"&&!Rt.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(Hu.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(Hu.url)},hex:function(e){return typeof e=="string"&&!!e.match(Hu.hex)}};function Sv(t,e,n,i,u){if(t.required&&e===void 0){or(t,e,n,i,u);return}var a=["integer","float","array","regexp","object","method","email","number","date","url","hex"],l=t.type;a.indexOf(l)>-1?Rt[l](e)||i.push(ue(u.messages.types[l],t.fullField,t.type)):l&&typeof e!==t.type&&i.push(ue(u.messages.types[l],t.fullField,t.type))}function Av(t,e,n,i,u){var a=typeof t.len=="number",l=typeof t.min=="number",r=typeof t.max=="number",s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,c=e,h=null,v=typeof e=="number",g=typeof e=="string",C=Array.isArray(e);if(v?h="number":g?h="string":C&&(h="array"),!h)return!1;C&&(c=e.length),g&&(c=e.replace(s,"_").length),a?c!==t.len&&i.push(ue(u.messages[h].len,t.fullField,t.len)):l&&!r&&c<t.min?i.push(ue(u.messages[h].min,t.fullField,t.min)):r&&!l&&c>t.max?i.push(ue(u.messages[h].max,t.fullField,t.max)):l&&r&&(c<t.min||c>t.max)&&i.push(ue(u.messages[h].range,t.fullField,t.min,t.max))}var rt="enum";function Tv(t,e,n,i,u){t[rt]=Array.isArray(t[rt])?t[rt]:[],t[rt].indexOf(e)===-1&&i.push(ue(u.messages[rt],t.fullField,t[rt].join(", ")))}function Ov(t,e,n,i,u){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||i.push(ue(u.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var a=new RegExp(t.pattern);a.test(e)||i.push(ue(u.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var T={required:or,whitespace:Ev,type:Sv,range:Av,enum:Tv,pattern:Ov};function Pv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e,"string")&&!t.required)return n();T.required(t,e,i,a,u,"string"),K(e,"string")||(T.type(t,e,i,a,u),T.range(t,e,i,a,u),T.pattern(t,e,i,a,u),t.whitespace===!0&&T.whitespace(t,e,i,a,u))}n(a)}function Bv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();T.required(t,e,i,a,u),e!==void 0&&T.type(t,e,i,a,u)}n(a)}function Rv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(e===""&&(e=void 0),K(e)&&!t.required)return n();T.required(t,e,i,a,u),e!==void 0&&(T.type(t,e,i,a,u),T.range(t,e,i,a,u))}n(a)}function Dv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();T.required(t,e,i,a,u),e!==void 0&&T.type(t,e,i,a,u)}n(a)}function xv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();T.required(t,e,i,a,u),K(e)||T.type(t,e,i,a,u)}n(a)}function Fv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();T.required(t,e,i,a,u),e!==void 0&&(T.type(t,e,i,a,u),T.range(t,e,i,a,u))}n(a)}function kv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();T.required(t,e,i,a,u),e!==void 0&&(T.type(t,e,i,a,u),T.range(t,e,i,a,u))}n(a)}function Lv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(e==null&&!t.required)return n();T.required(t,e,i,a,u,"array"),e!=null&&(T.type(t,e,i,a,u),T.range(t,e,i,a,u))}n(a)}function Nv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();T.required(t,e,i,a,u),e!==void 0&&T.type(t,e,i,a,u)}n(a)}var $v="enum";function Mv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();T.required(t,e,i,a,u),e!==void 0&&T[$v](t,e,i,a,u)}n(a)}function Vv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e,"string")&&!t.required)return n();T.required(t,e,i,a,u),K(e,"string")||T.pattern(t,e,i,a,u)}n(a)}function Hv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e,"date")&&!t.required)return n();if(T.required(t,e,i,a,u),!K(e,"date")){var r;e instanceof Date?r=e:r=new Date(e),T.type(t,r,i,a,u),r&&T.range(t,r.getTime(),i,a,u)}}n(a)}function jv(t,e,n,i,u){var a=[],l=Array.isArray(e)?"array":typeof e;T.required(t,e,i,a,u,l),n(a)}function ju(t,e,n,i,u){var a=t.type,l=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(K(e,a)&&!t.required)return n();T.required(t,e,i,l,u,a),K(e,a)||T.type(t,e,i,l,u)}n(l)}function qv(t,e,n,i,u){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(K(e)&&!t.required)return n();T.required(t,e,i,a,u)}n(a)}var Dt={string:Pv,method:Bv,number:Rv,boolean:Dv,regexp:xv,integer:Fv,float:kv,array:Lv,object:Nv,enum:Mv,pattern:Vv,date:Hv,url:ju,hex:ju,email:ju,required:jv,any:qv};function qu(){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 Uu=qu();function Oe(t){this.rules=null,this._messages=Uu,this.define(t)}Oe.prototype={messages:function(e){return e&&(this._messages=rr(qu(),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 a=e,l=n,r=i;if(typeof l=="function"&&(r=l,l={}),!this.rules||Object.keys(this.rules).length===0)return r&&r(),Promise.resolve();function s(_){var E,m=[],w={};function x(P){if(Array.isArray(P)){var D;m=(D=m).concat.apply(D,P)}else m.push(P)}for(E=0;E<_.length;E++)x(_[E]);m.length?w=Vu(m):(m=null,w=null),r(m,w)}if(l.messages){var c=this.messages();c===Uu&&(c=qu()),rr(c,l.messages),l.messages=c}else l.messages=this.messages();var h,v,g={},C=l.keys||Object.keys(this.rules);C.forEach(function(_){h=u.rules[_],v=a[_],h.forEach(function(E){var m=E;typeof m.transform=="function"&&(a===e&&(a=me({},a)),v=a[_]=m.transform(v)),typeof m=="function"?m={validator:m}:m=me({},m),m.validator=u.getValidationMethod(m),m.field=_,m.fullField=m.fullField||_,m.type=u.getType(m),m.validator&&(g[_]=g[_]||[],g[_].push({rule:m,value:v,source:a,field:_}))})});var I={};return Iv(g,l,function(_,E){var m=_.rule,w=(m.type==="object"||m.type==="array")&&(typeof m.fields=="object"||typeof m.defaultField=="object");w=w&&(m.required||!m.required&&_.value),m.field=_.field;function x(re,F){return me(me({},F),{},{fullField:m.fullField+"."+re})}function P(re){re===void 0&&(re=[]);var F=re;if(Array.isArray(F)||(F=[F]),!l.suppressWarning&&F.length&&Oe.warning("async-validator:",F),F.length&&m.message!==void 0&&(F=[].concat(m.message)),F=F.map(lr(m)),l.first&&F.length)return I[m.field]=1,E(F);if(!w)E(F);else{if(m.required&&!_.value)return m.message!==void 0?F=[].concat(m.message).map(lr(m)):l.error&&(F=[l.error(m,ue(l.messages.required,m.field))]),E(F);var oe={};if(m.defaultField)for(var Tn in _.value)_.value.hasOwnProperty(Tn)&&(oe[Tn]=m.defaultField);oe=me(me({},oe),_.rule.fields);for(var we in oe)if(oe.hasOwnProperty(we)){var cu=Array.isArray(oe[we])?oe[we]:[oe[we]];oe[we]=cu.map(x.bind(null,we))}var On=new Oe(oe);On.messages(l.messages),_.rule.options&&(_.rule.options.messages=l.messages,_.rule.options.error=l.error),On.validate(_.value,_.rule.options||l,function(wt){var Ie=[];F&&F.length&&Ie.push.apply(Ie,F),wt&&wt.length&&Ie.push.apply(Ie,wt),E(Ie.length?Ie:null)})}}var D;m.asyncValidator?D=m.asyncValidator(m,_.value,P,_.source,l):m.validator&&(D=m.validator(m,_.value,P,_.source,l),D===!0?P():D===!1?P(m.message||m.field+" fails"):D instanceof Array?P(D):D instanceof Error&&P(D.message)),D&&D.then&&D.then(function(){return P()},function(re){return P(re)})},function(_){s(_)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!Dt.hasOwnProperty(e.type))throw new Error(ue("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"?Dt.required:Dt[this.getType(e)]||!1}},Oe.register=function(e,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");Dt[e]=n},Oe.warning=ir,Oe.messages=Uu,Oe.validators=Dt;var Uv={required:"%s \u5FC5\u586B",maxLength:"%s \u8D85\u51FA\u6700\u5927\u957F\u5EA6\u9650\u5236",minLength:"%s \u5C0F\u4E8E\u6700\u5C0F\u957F\u5EA6\u9650\u5236",string:{range:"%s \u4E0D\u5728\u6307\u5B9A\u957F\u5EA6\u5185"}};function Wv(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new Oe(t);return n.messages(Object.assign(Uv,e)),n}var Kv=new Im;function Wu(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 zv(t){if(Array.isArray(t))return t}function Gv(t){if(Array.isArray(t))return Wu(t)}function cr(t,e,n,i,u,a,l){try{var r=t[a](l),s=r.value}catch(c){n(c);return}r.done?e(s):Promise.resolve(s).then(i,u)}function sr(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function l(s){cr(a,i,u,l,r,"next",s)}function r(s){cr(a,i,u,l,r,"throw",s)}l(void 0)})}}function Zv(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function dr(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 Qv(t,e,n){return e&&dr(t.prototype,e),n&&dr(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 hr(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function fr(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Xv(){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 Jv(){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 yr(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 Yv(t){return zv(t)||fr(t)||mr(t)||Xv()}function Ku(t){return Gv(t)||fr(t)||mr(t)||Jv()}function pv(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function mr(t,e){if(!!t){if(typeof t=="string")return Wu(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 Wu(t,e)}}function vr(t,e){var n,i,u,a={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},l=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return l.next=r(0),l.throw=r(1),l.return=r(2),typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function r(c){return function(h){return s([c,h])}}function s(c){if(n)throw new TypeError("Generator is already executing.");for(;l&&(l=0,c[0]&&(a=0)),a;)try{if(n=1,i&&(u=c[0]&2?i.return:c[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,c[1])).done)return u;switch(i=0,u&&(c=[c[0]&2,u.value]),c[0]){case 0:case 1:u=c;break;case 4:return a.label++,{value:c[1],done:!1};case 5:a.label++,i=c[1],c=[0];continue;case 7:c=a.ops.pop(),a.trys.pop();continue;default:if(u=a.trys,!(u=u.length>0&&u[u.length-1])&&(c[0]===6||c[0]===2)){a=0;continue}if(c[0]===3&&(!u||c[1]>u[0]&&c[1]<u[3])){a.label=c[1];break}if(c[0]===6&&a.label<u[1]){a.label=u[1],u=c;break}if(u&&a.label<u[2]){a.label=u[2],a.ops.push(c);break}u[2]&&a.ops.pop(),a.trys.pop();continue}c=e.call(t,a)}catch(h){c=[6,h],i=0}finally{n=u=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var N=function(){function e(n){var i=this;Zv(this,e),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,"updateSetting",br),L(this,"removeSetting",gr),this._callControlHooks("preInstance",n);var u=hr(this,e)?this.constructor:void 0,a=u.controlName,l=u.controlIcon,r=u.controlType,s=u.controlFieldType,c=u.controlEventKeys,h=u.controlCustomEvents,v=u.name,g=u.setting;a&&l&&r||kl("The ".concat(v," controlName,controlIcon,controlType is not define"));var C;this.id=(C=n==null?void 0:n.id)!==null&&C!==void 0?C:ce(10),this.name=a,this.icon=l;var I;this.type=(I=n==null?void 0:n.type)!==null&&I!==void 0?I:r,this.props=new G(n==null?void 0:n.props,(hr(this,e)?this.constructor:void 0).controlName);var _;this.controlType=(_=n==null?void 0:n.controlType)!==null&&_!==void 0?_:"base",this.setting=Ee(g);var E;this.fieldType=(E=n==null?void 0:n.fieldType)!==null&&E!==void 0?E:s,this.eventKeys=Ee(c),this.customEvents=Ee(h),Promise.resolve().then(function(){i._callControlHooks("postInstance",n)})}return Qv(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),a=0;a<i;a++)u[a]=arguments[a];var l,r=Yv(u),s=r[0],c=r.slice(1);return(l=Kv).emit.apply(l,[s,this].concat(Ku(c)))}},{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),rm(this.props,i,u),this.postUpdate(i,u)}},{key:"preValidate",value:function(){return sr(function(){var i,u,a;return vr(this,function(l){switch(l.label){case 0:return i=yr({},this.rules),[4,this._callControlHooks("preValidate",i)];case 1:return u=l.sent(),a=u[u.length-1],[2,a===!1?void 0:a]}})}).call(this)}},{key:"validate",value:function(i,u){return sr(function(){var a,l,r,s;return vr(this,function(c){switch(c.label){case 0:return[4,this.preValidate()];case 1:a=c.sent(),l=a!==void 0?a:yr({},this.rules),Array.isArray(u)&&u.forEach(function(h){l.hasOwnProperty(h)&&delete l[h]}),r=Wv(l,i),c.label=2;case 2:return c.trys.push([2,4,,5]),[4,r.validate(this.props)];case 3:return c.sent(),[2,!0];case 4:throw s=c.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,a=this.id,l=this.type,r=this.props,s=r.dataBind,c=r.datasourceBind,h=r.optionConfig,v=r.caption,g=r.required,C=r.maxLength,I=r.options,_=r.encrypted,E=r.encryptedMode;if(!(!u&&!s&&!c)){var m={parentId:i,fieldType:u,controlId:a,caption:v,type:l,props:{}};switch(s&&(m.dataBind=s),h){case"datasource":case void 0:c&&(m.datasourceBind=c);break;case"custom":m.props.options=I;break}return g!==void 0&&(m.required=g),C!==void 0&&(m.maxLength=C),_!==void 0&&(m.encrypted=_),E!==void 0&&(m.encryptedMode=E),m}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:Ee(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(i,u){if(i==="setting"){if(u.add){var a;(a=this.setting).push.apply(a,Ku(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),e}();L(N,"mode","Designer"),L(N,"controlName","\u63A7\u4EF6"),L(N,"controlIcon","icon"),L(N,"controlType","control"),L(N,"controlFieldType",void 0),L(N,"controlEventKeys",[]),L(N,"controlCustomEvents",[]),L(N,"setting",[]),L(N,"__is_control__",!0),L(N,"removeSettingItem",gr),L(N,"updateSettingItem",br);function gr(t){var e=this,n=Array.isArray(t)?t:[t];n.forEach(function(i){var u,a=typeof i!="string",l=(u=e.setting)===null||u===void 0?void 0:u.findIndex(function(c){return c.key===(a?i.key:i)});if(l!==-1){var r,s;a?e.setting[l].showItems=(r=e.setting[l].showItems)===null||r===void 0?void 0:r.filter(function(c){return!i.hideItems.includes(c)}):e.setting.splice(l,1),a&&!(!((s=e.setting[l].showItems)===null||s===void 0)&&s.length)&&e.setting.splice(l,1)}})}function br(t,e){var n=this,i=typeof t=="string"?[t]:t;i.forEach(function(u){var a=n.setting.find(function(c){return c.key===u});if(a){if(typeof e=="boolean")a.visible=e;else if((typeof e=="undefined"?"undefined":pv(e))==="object"){var l,r=(l=e.type)!==null&&l!==void 0?l:"replace";if(r==="replace")a.showItems=e.showItems;else{var s;(s=a.showItems).push.apply(s,Ku(e.showItems))}}}})}function eg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _r(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 tg(t,e,n){return e&&_r(t.prototype,e),n&&_r(t,n),t}function ae(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ng(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}var z=function(){function e(n){eg(this,e),ae(this,"id",void 0),ae(this,"type",void 0),ae(this,"controlType",void 0),ae(this,"props",void 0),ae(this,"fieldType",void 0),ae(this,"customEvents",[]),ae(this,"pageStatus",void 0),ae(this,"parent",null);var i=ng(this,e)?this.constructor:void 0,u=i.controlType,a=i.controlFieldType,l=i.name,r=i.controlCustomEvents;u||kl("The ".concat(l," controlType is not define"));var s;this.id=(s=n==null?void 0:n.id)!==null&&s!==void 0?s:ce(10);var c;this.type=(c=n==null?void 0:n.type)!==null&&c!==void 0?c:u,this.props=new G(n==null?void 0:n.props),this.customEvents=r;var h;this.controlType=(h=n==null?void 0:n.controlType)!==null&&h!==void 0?h:"base";var v;this.fieldType=(v=n==null?void 0:n.fieldType)!==null&&v!==void 0?v:a;var g;this.pageStatus=(g=n==null?void 0:n.pageStatus)!==null&&g!==void 0?g:iv.UNKNOWN}return tg(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}();ae(z,"mode","Runtime"),ae(z,"controlType","control"),ae(z,"controlFieldType",void 0),ae(z,"__is_control__",!0),ae(z,"controlCustomEvents",[]);function zu(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:d.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:d.getMessage("pleaseEnterLabel")},value:{type:"string",required:!0,message:d.getMessage("pleaseEnterValue")}}}},{type:"array",validator:function(n,i,u){i.length===0&&u(d.getMessage("optionIsRequired")),u()}},{type:"array",validator:function(n,i,u){var a=i.map(function(r){return r.value}),l=fm(a);a.length!==l.length?u(d.getMessage("optionIdIsRepeat")):u()},message:d.getMessage("optionIdIsRepeat")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterSvcCode")},displayBoList:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",validator:function(n,i,u){i.length===0&&u(d.getMessage("pleaseBindAtLeastOneDisplayValue")),u()},message:d.getMessage("pleaseBindAtLeastOneDisplayValue")}],orders:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:d.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:d.getMessage("isNotBoolean")}}}}]}}])}function Mn(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:d.getMessage(n?"pleaseEnterDataCodeInDataSetting":"pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:d.getMessage(n?"pleaseEnterValueFieldCodeInDataSetting":"pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:d.getMessage(n?"pleaseEnterSvcCodeInDataSetting":"pleaseEnterSvcCode")},attributes:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:d.getMessage("isNotString")},key:{type:"string",required:!0,message:d.getMessage("isNotString")},value:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",validator:function(u,a,l){a.length===0&&l(d.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")),l()},message:d.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")}]}}}],orders:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:d.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:d.getMessage("isNotBoolean")}}}}]}}]}function ig(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}function ug(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Vn(t,e,n){return e=jn(e),ag(t,Cr()?Reflect.construct(e,n||[],jn(t).constructor):e.apply(t,n))}function Hn(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function k(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function jn(t){return jn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},jn(t)}function qn(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&&Gu(t,e)}function ag(t,e){return e&&(lg(e)==="object"||typeof e=="function")?e:ug(t)}function Gu(t,e){return Gu=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Gu(t,e)}function lg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Cr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Cr=function(){return!!t})()}var Z=function(t){qn(e,t);function e(n){Hn(this,e);var i;i=Vn(this,e,[n]),k(i,"dataBind",{}),k(i,"caption",{type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")}),k(i,"isHideCaption",{type:"boolean"}),k(i,"labelPosition",{type:"enum",enum:["top","left"]}),k(i,"defaultState",{type:"enum",enum:["default","readonly"]}),k(i,"required",{type:"boolean"}),k(i,"captionTip",{type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")});var u={fieldCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterFieldCode")}};if(ig(n.dataBind))i.dataBind={type:"object",required:!0,fields:Ee(u),message:d.getMessage("pleaseEnterFieldCode")};else{var a={type:"object",required:!0,fields:{},message:d.getMessage("pleaseEnterFieldCode")};Object.keys(n.dataBind).forEach(function(l){a.fields[l]={type:"object",required:!0,fields:Ee(u),message:d.getMessage("pleaseEnterFieldCode")}}),i.dataBind=a}return n.isShowCaptionTip&&(i.captionTip.required=!0),i}return e}(W),$=function(t){qn(e,t);function e(n){Hn(this,e);var i;i=Vn(this,e,[n]);var u=n.isHide?!1:n.required;return u&&i.push({type:"string",required:u,message:n.requiredMessage!==""?n.requiredMessage:d.getMessage("runtimeRequired",{caption:n.caption})}),i}return e}($e),O=function(t){qn(e,t);function e(n){Hn(this,e);var i;i=Vn(this,e,[n]),k(i,"caption",void 0),k(i,"captionSize",void 0),k(i,"captionColor",void 0),k(i,"isCaptionItalic",void 0),k(i,"isHideCaption",void 0),k(i,"isShowCaptionTip",void 0),k(i,"captionTip",void 0),k(i,"labelPosition",void 0),k(i,"dataBind",void 0),k(i,"defaultValue",void 0),k(i,"placeholder",void 0),k(i,"defaultState",void 0),k(i,"required",void 0),k(i,"requiredMessage",void 0);var u;i.caption=(u=n==null?void 0:n.caption)!==null&&u!==void 0?u:"";var a;i.captionSize=(a=n==null?void 0:n.captionSize)!==null&&a!==void 0?a:"";var l;i.captionColor=(l=n==null?void 0:n.captionColor)!==null&&l!==void 0?l:"";var r;i.isCaptionItalic=(r=n==null?void 0:n.isCaptionItalic)!==null&&r!==void 0?r:!1;var s;i.isHideCaption=(s=n==null?void 0:n.isHideCaption)!==null&&s!==void 0?s:!1;var c;i.isShowCaptionTip=(c=n==null?void 0:n.isShowCaptionTip)!==null&&c!==void 0?c:!1;var h;i.captionTip=(h=n==null?void 0:n.captionTip)!==null&&h!==void 0?h:"";var v;i.defaultState=(v=n==null?void 0:n.defaultState)!==null&&v!==void 0?v:"default";var g;i.labelPosition=(g=n==null?void 0:n.labelPosition)!==null&&g!==void 0?g:"top";var C;i.placeholder=(C=n==null?void 0:n.placeholder)!==null&&C!==void 0?C:"";var I;i.required=(I=n==null?void 0:n.required)!==null&&I!==void 0?I:!1;var _;i.requiredMessage=(_=n==null?void 0:n.requiredMessage)!==null&&_!==void 0?_:"",i.dataBind=new ye(n==null?void 0:n.dataBind);var E;return i.defaultValue=(E=n==null?void 0:n.defaultValue)!==null&&E!==void 0?E:"",i}return e}(G);k(O,"Rules",Z),k(O,"RuntimeRules",$);var ot=function(t){qn(e,t);function e(n){Hn(this,e);var i;return i=Vn(this,e,[n]),k(i,"optionConfig",{type:"enum",enum:["custom","datasource"],message:d.getMessage("PleaseSelectTheCorrectOptionSettings")}),k(i,"options",[{type:"array",message:d.getMessage("isNotArray")}]),k(i,"datasourceBind",[{type:"object",message:d.getMessage("isNotObject")}]),zu.call(i,n),i}return e}(Z);function rg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function og(t,e,n){return e=Wn(e),dg(t,wr()?Reflect.construct(e,n||[],Wn(t).constructor):e.apply(t,n))}function cg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Un(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Wn(t){return Wn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Wn(t)}function sg(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&&Zu(t,e)}function dg(t,e){return e&&(hg(e)==="object"||typeof e=="function")?e:rg(t)}function Zu(t,e){return Zu=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Zu(t,e)}function hg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function wr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(wr=function(){return!!t})()}var B=function(t){sg(e,t);function e(n){cg(this,e);var i;return i=og(this,e,[n]),Un(i,"controlType","form"),Un(i,"props",void 0),i.props=new O(n==null?void 0:n.props),i}return e}(N);Un(B,"controlEventKeys",["on_change","on_focus","on_blur"]),Un(B,"controlCustomAttributes",void 0);function fg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function yg(t,e,n){return e=Kn(e),gg(t,Ir()?Reflect.construct(e,n||[],Kn(t).constructor):e.apply(t,n))}function mg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Qu(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Kn(t){return Kn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Kn(t)}function vg(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&&Xu(t,e)}function gg(t,e){return e&&(bg(e)==="object"||typeof e=="function")?e:fg(t)}function Xu(t,e){return Xu=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Xu(t,e)}function bg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ir(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ir=function(){return!!t})()}var R=function(t){vg(e,t);function e(n){mg(this,e);var i;return i=yg(this,e,[n]),Qu(i,"controlType","form"),Qu(i,"props",void 0),Qu(i,"value",void 0),i.props=new O(n==null?void 0:n.props),i}return e}(z);function _g(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Cg(t,e,n){return e=zn(e),Eg(t,Er()?Reflect.construct(e,n||[],zn(t).constructor):e.apply(t,n))}function wg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function zn(t){return zn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},zn(t)}function Ig(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 Eg(t,e){return e&&(Sg(e)==="object"||typeof e=="function")?e:_g(t)}function Ju(t,e){return Ju=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ju(t,e)}function Sg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Er(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Er=function(){return!!t})()}var M=function(t){Ig(e,t);function e(n){return wg(this,e),Cg(this,e,[n])}return e}(G);function Yu(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 Ag(t){if(Array.isArray(t))return Yu(t)}function Tg(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,i,u,a,l){try{var r=t[a](l),s=r.value}catch(c){n(c);return}r.done?e(s):Promise.resolve(s).then(i,u)}function Og(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function l(s){Sr(a,i,u,l,r,"next",s)}function r(s){Sr(a,i,u,l,r,"throw",s)}l(void 0)})}}function Pg(t,e,n){return e=Be(e),Mg(t,Or()?Reflect.construct(e,n||[],Be(t).constructor):e.apply(t,n))}function Bg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ar(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 Rg(t,e,n){return e&&Ar(t.prototype,e),n&&Ar(t,n),t}function Pe(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,a,l){var r=Vg(u,a);if(!!r){var s=Object.getOwnPropertyDescriptor(r,a);return s.get?s.get.call(l||u):s.value}},ct(t,e,n||t)}function Be(t){return Be=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Be(t)}function Dg(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&&pu(t,e)}function xg(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function Fg(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function kg(){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 Lg(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){Pe(t,u,n[u])})}return t}function Ng(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 $g(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Ng(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function Mg(t,e){return e&&(Hg(e)==="object"||typeof e=="function")?e:Tg(t)}function pu(t,e){return pu=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},pu(t,e)}function Vg(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=Be(t),t!==null););return t}function Tr(t){return Ag(t)||Fg(t)||jg(t)||kg()}function Hg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function jg(t,e){if(!!t){if(typeof t=="string")return Yu(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 Yu(t,e)}}function Or(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Or=function(){return!!t})()}function qg(t,e){var n,i,u,a={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},l=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return l.next=r(0),l.throw=r(1),l.return=r(2),typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function r(c){return function(h){return s([c,h])}}function s(c){if(n)throw new TypeError("Generator is already executing.");for(;l&&(l=0,c[0]&&(a=0)),a;)try{if(n=1,i&&(u=c[0]&2?i.return:c[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,c[1])).done)return u;switch(i=0,u&&(c=[c[0]&2,u.value]),c[0]){case 0:case 1:u=c;break;case 4:return a.label++,{value:c[1],done:!1};case 5:a.label++,i=c[1],c=[0];continue;case 7:c=a.ops.pop(),a.trys.pop();continue;default:if(u=a.trys,!(u=u.length>0&&u[u.length-1])&&(c[0]===6||c[0]===2)){a=0;continue}if(c[0]===3&&(!u||c[1]>u[0]&&c[1]<u[3])){a.label=c[1];break}if(c[0]===6&&a.label<u[1]){a.label=u[1],u=c;break}if(u&&a.label<u[2]){a.label=u[2],a.ops.push(c);break}u[2]&&a.ops.pop(),a.trys.pop();continue}c=e.call(t,a)}catch(h){c=[6,h],i=0}finally{n=u=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var Ug=1e4,H=function(e){Dg(n,e);function n(i){Bg(this,n);var u;u=Pg(this,n,[i]),Pe(u,"controlType","layout"),Pe(u,"children",void 0),Pe(u,"excludes",void 0),Pe(u,"childrenMaxLength",void 0),Pe(u,"props",void 0);var a=xg(this,n)?this.constructor:void 0,l=a.excludes,r=a.childrenMaxLength;return u.props=new M(i==null?void 0:i.props),fe(u,"children",i==null?void 0:i.children,void 0,"Designer"),u.excludes=Ee(l),u.childrenMaxLength=r,u}return Rg(n,[{key:"judgeExcludesChildren",value:function(u){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(u)}},{key:"judgeJoinChildren",value:function(u){var a=this.judgeExcludesChildren(u);return a&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(u,a){var l=this,r=this,s=function(){return ct(Be(n.prototype),"validate",l)};return Og(function(){return qg(this,function(c){switch(c.label){case 0:return[4,s().call(r,u,a)];case 1:return c.sent(),[4,Promise.all(this.children.map(function(h){return h.validate(u,a)}))];case 2:return c.sent(),[2,!0]}})}).call(this)}},{key:"toDataBindModel",value:function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,a=ct(Be(n.prototype),"toDataBindModel",this).call(this),l=a?[a]:[];return this.children.reduce(function(r,s){var c=s.toDataBindModel(u);if(Array.isArray(c)){var h=c.filter(function(v){return!!v});return Tr(r).concat(Tr(h))}return c&&r.push(c),r},l)}},{key:"toSchema",value:function(){var u=ct(Be(n.prototype),"toSchema",this).call(this),a=this.children.map(function(l){var r=l.toSchema();return r});return $g(Lg({},u),{children:a})}}]),n}(N);Pe(H,"excludes",!1),Pe(H,"childrenMaxLength",Ug);function Wg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Kg(t,e,n){return e=Gn(e),Zg(t,Pr()?Reflect.construct(e,n||[],Gn(t).constructor):e.apply(t,n))}function zg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ea(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Gn(t){return Gn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Gn(t)}function Gg(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 Zg(t,e){return e&&(Qg(e)==="object"||typeof e=="function")?e:Wg(t)}function ta(t,e){return ta=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ta(t,e)}function Qg(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 j=function(t){Gg(e,t);function e(n){zg(this,e);var i;return i=Kg(this,e,[n]),ea(i,"controlType","layout"),ea(i,"children",void 0),ea(i,"props",void 0),i.props=new M(n==null?void 0:n.props),fe(i,"children",n==null?void 0:n.children,void 0,"Runtime"),i}return e}(z);function Xg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Jg(t,e,n){return e=Zn(e),e0(t,Br()?Reflect.construct(e,n||[],Zn(t).constructor):e.apply(t,n))}function Yg(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 Zn(t){return Zn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Zn(t)}function pg(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 e0(t,e){return e&&(t0(e)==="object"||typeof e=="function")?e:Xg(t)}function na(t,e){return na=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},na(t,e)}function t0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Br(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Br=function(){return!!t})()}var Qn=function(t){pg(e,t);function e(n,i,u){Yg(this,e);var a;a=Jg(this,e,[i]),st(a,"headers",void 0),st(a,"footers",void 0),st(a,"pageIndex",void 0),st(a,"pageSize",void 0),st(a,"pageSizeOptions",void 0),st(a,"totalCount",void 0),fe(a,"headers",i==null?void 0:i.headers,n,u),fe(a,"footers",i==null?void 0:i.footers,n);var l;a.pageIndex=(l=i==null?void 0:i.pageIndex)!==null&&l!==void 0?l:1;var r;a.pageSize=(r=i==null?void 0:i.pageSize)!==null&&r!==void 0?r:20;var s;a.pageSizeOptions=(s=i==null?void 0:i.pageSizeOptions)!==null&&s!==void 0?s:[20];var c;return a.totalCount=(c=i==null?void 0:i.totalCount)!==null&&c!==void 0?c:0,a}return e}(G);function ia(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 n0(t){if(Array.isArray(t))return ia(t)}function i0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Rr(t,e,n,i,u,a,l){try{var r=t[a](l),s=r.value}catch(c){n(c);return}r.done?e(s):Promise.resolve(s).then(i,u)}function u0(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function l(s){Rr(a,i,u,l,r,"next",s)}function r(s){Rr(a,i,u,l,r,"throw",s)}l(void 0)})}}function a0(t,e,n){return e=Re(e),h0(t,Lr()?Reflect.construct(e,n||[],Re(t).constructor):e.apply(t,n))}function l0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Dr(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 r0(t,e,n){return e&&Dr(t.prototype,e),n&&Dr(t,n),t}function Xn(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,a,l){var r=f0(u,a);if(!!r){var s=Object.getOwnPropertyDescriptor(r,a);return s.get?s.get.call(l||u):s.value}},dt(t,e,n||t)}function Re(t){return Re=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Re(t)}function o0(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&&ua(t,e)}function c0(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function s0(){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 xr(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){Xn(t,u,n[u])})}return t}function d0(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 Fr(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):d0(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function h0(t,e){return e&&(y0(e)==="object"||typeof e=="function")?e:i0(t)}function ua(t,e){return ua=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ua(t,e)}function f0(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=Re(t),t!==null););return t}function kr(t){return n0(t)||c0(t)||m0(t)||s0()}function y0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function m0(t,e){if(!!t){if(typeof t=="string")return ia(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 ia(t,e)}}function Lr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Lr=function(){return!!t})()}function v0(t,e){var n,i,u,a={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},l=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return l.next=r(0),l.throw=r(1),l.return=r(2),typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function r(c){return function(h){return s([c,h])}}function s(c){if(n)throw new TypeError("Generator is already executing.");for(;l&&(l=0,c[0]&&(a=0)),a;)try{if(n=1,i&&(u=c[0]&2?i.return:c[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,c[1])).done)return u;switch(i=0,u&&(c=[c[0]&2,u.value]),c[0]){case 0:case 1:u=c;break;case 4:return a.label++,{value:c[1],done:!1};case 5:a.label++,i=c[1],c=[0];continue;case 7:c=a.ops.pop(),a.trys.pop();continue;default:if(u=a.trys,!(u=u.length>0&&u[u.length-1])&&(c[0]===6||c[0]===2)){a=0;continue}if(c[0]===3&&(!u||c[1]>u[0]&&c[1]<u[3])){a.label=c[1];break}if(c[0]===6&&a.label<u[1]){a.label=u[1],u=c;break}if(u&&a.label<u[2]){a.label=u[2],a.ops.push(c);break}u[2]&&a.ops.pop(),a.trys.pop();continue}c=e.call(t,a)}catch(h){c=[6,h],i=0}finally{n=u=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var aa=function(t){o0(e,t);function e(n){l0(this,e);var i;return i=a0(this,e,[n]),Xn(i,"controlType","list"),Xn(i,"props",void 0),i.props=new Qn(i,n==null?void 0:n.props,"Designer"),i}return r0(e,[{key:"validate",value:function(i,u){var a=this,l=this,r=function(){return dt(Re(e.prototype),"validate",a)};return u0(function(){return v0(this,function(s){switch(s.label){case 0:return[4,r().call(l,i)];case 1:return s.sent(),[4,Promise.all(this.props.headers.map(function(c){return c.validate(i,u)}))];case 2:return s.sent(),[2,!0]}})}).call(this)}},{key:"toDataBindModel",value:function(){var i=dt(Re(e.prototype),"toDataBindModel",this).call(this),u=i?[i]:[],a=this.id;return this.props.headers.reduce(function(l,r){var s=r.toDataBindModel(a);if(Array.isArray(s)){var c=s.filter(function(h){return!!h});return kr(l).concat(kr(c))}return s&&l.push(s),l},u)}},{key:"toSchema",value:function(){var i,u,a=dt(Re(e.prototype),"toSchema",this).call(this),l=this.props.headers.map(function(s){return s.toSchema()}),r=(u=this.props)===null||u===void 0||(i=u.footers)===null||i===void 0?void 0:i.map(function(s){if(s)return s.toSchema()});return Fr(xr({},a),{props:Fr(xr({},this.props),{headers:l,footers:r})})}}]),e}(N);Xn(aa,"controlFieldType",b.LIST);function g0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function b0(t,e,n){return e=Jn(e),I0(t,$r()?Reflect.construct(e,n||[],Jn(t).constructor):e.apply(t,n))}function _0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Nr(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 C0(t,e,n){return e&&Nr(t.prototype,e),n&&Nr(t,n),t}function la(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Jn(t){return Jn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Jn(t)}function w0(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&&ra(t,e)}function I0(t,e){return e&&(E0(e)==="object"||typeof e=="function")?e:g0(t)}function ra(t,e){return ra=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ra(t,e)}function E0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function $r(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return($r=function(){return!!t})()}var Mr=function(t){w0(e,t);function e(n){_0(this,e);var i;return i=b0(this,e,[n]),la(i,"controlType","list"),la(i,"children",void 0),la(i,"props",void 0),i.props=new Qn(i,n==null?void 0:n.props,"Runtime"),fe(i,"children",n==null?void 0:n.children,void 0,"Runtime"),i}return C0(e,[{key:"length",get:function(){return this.children.length}}]),e}(z);function S0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function oa(t,e,n){return e=Yn(e),A0(t,Vr()?Reflect.construct(e,n||[],Yn(t).constructor):e.apply(t,n))}function ca(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Q(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 sa(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&&da(t,e)}function A0(t,e){return e&&(T0(e)==="object"||typeof e=="function")?e:S0(t)}function da(t,e){return da=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},da(t,e)}function T0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Vr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Vr=function(){return!!t})()}var ve=function(t){sa(e,t);function e(n){ca(this,e);var i;return i=oa(this,e,[n]),Q(i,"caption",{type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")}),Q(i,"width",{type:"number",required:!1,message:d.getMessage("pleaseEnterColumnWidth")}),i.width.required=n.widthType==="px",i}return e}(W),q=function(t){sa(e,t);function e(n){ca(this,e);var i;i=oa(this,e,[n]),Q(i,"widthType",void 0),Q(i,"width",void 0),Q(i,"caption",void 0),Q(i,"dataBind",void 0),Q(i,"autoWidth",void 0),Q(i,"fixed",void 0),Q(i,"sort",void 0),Q(i,"align",void 0),Q(i,"colSpan",void 0),Q(i,"autoHeight",void 0),Q(i,"children",void 0);var u;i.width=(u=n==null?void 0:n.width)!==null&&u!==void 0?u:150,i.widthType=(n==null?void 0:n.widthType)||"auto";var a;i.caption=(a=n==null?void 0:n.caption)!==null&&a!==void 0?a:"";var l;i.fixed=(l=n==null?void 0:n.fixed)!==null&&l!==void 0?l:"none",i.autoWidth=new Xl(n==null?void 0:n.autoWidth),i.dataBind=new ye(n==null?void 0:n.dataBind);var r;i.sort=(r=n==null?void 0:n.sort)!==null&&r!==void 0?r:!0,i.align=n==null?void 0:n.align,i.colSpan=n==null?void 0:n.colSpan;var s;return i.autoHeight=(s=n==null?void 0:n.autoHeight)!==null&&s!==void 0?s:!1,i}return e}(G);Q(q,"Rules",ve);var Hr=function(t){sa(e,t);function e(n){ca(this,e);var i;return i=oa(this,e,[n]),Q(i,"optionConfig",{type:"enum",enum:["custom","datasource","none"],message:d.getMessage("PleaseSelectTheCorrectOptionSettings")}),Q(i,"options",[{type:"array",message:d.getMessage("isNotArray")}]),Q(i,"datasourceBind",[{type:"object",message:d.getMessage("isNotObject")}]),zu.call(i,n),i}return e}(ve);function O0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function P0(t,e,n){return e=ht(e),L0(t,qr()?Reflect.construct(e,n||[],ht(t).constructor):e.apply(t,n))}function B0(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 R0(t,e,n){return e&&jr(t.prototype,e),n&&jr(t,n),t}function pn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ei(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?ei=Reflect.get:ei=function(u,a,l){var r=N0(u,a);if(!!r){var s=Object.getOwnPropertyDescriptor(r,a);return s.get?s.get.call(l||u):s.value}},ei(t,e,n||t)}function ht(t){return ht=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ht(t)}function D0(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&&ha(t,e)}function x0(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){pn(t,u,n[u])})}return t}function F0(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 k0(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):F0(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function L0(t,e){return e&&($0(e)==="object"||typeof e=="function")?e:O0(t)}function ha(t,e){return ha=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ha(t,e)}function N0(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=ht(t),t!==null););return t}function $0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function qr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(qr=function(){return!!t})()}var X=function(t){D0(e,t);function e(n){B0(this,e);var i;return i=P0(this,e,[n]),pn(i,"controlType","column"),pn(i,"props",void 0),pn(i,"children",void 0),i.props=new q(n==null?void 0:n.props),fe(i,"children",n==null?void 0:n.children,void 0,"Designer"),i}return R0(e,[{key:"toSchema",value:function(){var i=ei(ht(e.prototype),"toSchema",this).call(this);return k0(x0({},i),{children:this.children?this.children.map(function(u){return u.toSchema()}):[]})}}]),e}(N);function M0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function V0(t,e,n){return e=ti(e),q0(t,Ur()?Reflect.construct(e,n||[],ti(t).constructor):e.apply(t,n))}function H0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function fa(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 j0(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&&ya(t,e)}function q0(t,e){return e&&(U0(e)==="object"||typeof e=="function")?e:M0(t)}function ya(t,e){return ya=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ya(t,e)}function U0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ur(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ur=function(){return!!t})()}var J=function(t){j0(e,t);function e(n){H0(this,e);var i;return i=V0(this,e,[n]),fa(i,"controlType","column"),fa(i,"props",void 0),fa(i,"children",void 0),i.props=new q(n==null?void 0:n.props),fe(i,"children",n==null?void 0:n.children,void 0,"Runtime"),i}return e}(z);function W0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function K0(t,e,n){return e=ni(e),Q0(t,Wr()?Reflect.construct(e,n||[],ni(t).constructor):e.apply(t,n))}function z0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function G0(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 Z0(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&&ma(t,e)}function Q0(t,e){return e&&(X0(e)==="object"||typeof e=="function")?e:W0(t)}function ma(t,e){return ma=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ma(t,e)}function X0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Wr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Wr=function(){return!!t})()}var va=function(t){Z0(e,t);function e(n){z0(this,e);var i;return i=K0(this,e,[n]),G0(i,"dataBind",void 0),i.dataBind=new ye(n==null?void 0:n.dataBind),i}return e}(M);function J0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Y0(t,e,n){return e=ii(e),tb(t,zr()?Reflect.construct(e,n||[],ii(t).constructor):e.apply(t,n))}function p0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Kr(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 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&&ga(t,e)}function tb(t,e){return e&&(nb(e)==="object"||typeof e=="function")?e:J0(t)}function ga(t,e){return ga=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ga(t,e)}function nb(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function zr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(zr=function(){return!!t})()}var ib=function(t){eb(e,t);function e(n){p0(this,e);var i;return i=Y0(this,e,[n]),Kr(i,"controlType","search"),Kr(i,"props",void 0),i.props=new va(n==null?void 0:n.props),i}return e}(H);function ub(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=ui(e),ob(t,Zr()?Reflect.construct(e,n||[],ui(t).constructor):e.apply(t,n))}function lb(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Gr(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ui(t){return ui=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ui(t)}function rb(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&&ba(t,e)}function ob(t,e){return e&&(cb(e)==="object"||typeof e=="function")?e:ub(t)}function ba(t,e){return ba=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ba(t,e)}function cb(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Zr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Zr=function(){return!!t})()}var sb=function(t){rb(e,t);function e(n){lb(this,e);var i;return i=ab(this,e,[n]),Gr(i,"controlType","search"),Gr(i,"props",void 0),i.props=new va(n==null?void 0:n.props),i}return e}(j);function db(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function hb(t,e,n){return e=ai(e),mb(t,Qr()?Reflect.construct(e,n||[],ai(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 ai(t){return ai=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ai(t)}function yb(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&&_a(t,e)}function mb(t,e){return e&&(vb(e)==="object"||typeof e=="function")?e:db(t)}function _a(t,e){return _a=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},_a(t,e)}function vb(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Qr(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Qr=function(){return!!t})()}var Ca=function(t){yb(e,t);function e(n){return fb(this,e),hb(this,e,[n])}return e}(M);function gb(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function bb(t,e,n){return e=li(e),wb(t,Jr()?Reflect.construct(e,n||[],li(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 Xr(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 Cb(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&&wa(t,e)}function wb(t,e){return e&&(Ib(e)==="object"||typeof e=="function")?e:gb(t)}function wa(t,e){return wa=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},wa(t,e)}function Ib(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 Eb=function(t){Cb(e,t);function e(n){_b(this,e);var i;return i=bb(this,e,[n]),Xr(i,"controlType","wrap"),Xr(i,"props",void 0),i.props=new Ca(n==null?void 0:n.props),i}return e}(H);function Sb(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=ri(e),Pb(t,pr()?Reflect.construct(e,n||[],ri(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 Yr(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ri(t){return ri=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ri(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&&Ia(t,e)}function Pb(t,e){return e&&(Bb(e)==="object"||typeof e=="function")?e:Sb(t)}function Ia(t,e){return Ia=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ia(t,e)}function Bb(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 Rb=function(t){Ob(e,t);function e(n){Tb(this,e);var i;return i=Ab(this,e,[n]),Yr(i,"controlType","wrap"),Yr(i,"props",void 0),i.props=new Ca(n==null?void 0:n.props),i}return e}(j);function De(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:d.getMessage("pleaseEnterForm")}}}])}class Ea extends G{constructor(e){var n,i,u,a,l,r;super(e),this.fontSize=(n=e==null?void 0:e.fontSize)!=null?n:"14px",this.color=(i=e==null?void 0:e.color)!=null?i:"#646A73",this.icon=(u=e==null?void 0:e.icon)!=null?u:"page-hint",this.showState=(a=e==null?void 0:e.showState)!=null?a:"text",this.content=(l=e==null?void 0:e.content)!=null?l:"\u8BF4\u660E\u6587\u5B57",this.align=(r=e==null?void 0:e.align)!=null?r:""}}class eo extends N{constructor(e){super(e),this.props=new Ea(e==null?void 0:e.props)}static get controlName(){return"\u8BF4\u660E\u6587\u5B57"}static get controlIcon(){return"iconwenben"}static get controlType(){return"text"}}eo.setting=[{key:"content",visible:!0},{key:"text-font-size",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"text-color",visible:!0},{key:"text-state",visible:!0},{key:"text-icon",visible:!0},{key:"super-setting",visible:!0}];class Db extends z{constructor(e){super(e),this.props=new Ea(e==null?void 0:e.props)}static get controlType(){return"text"}}var to={Designer:eo,Runtime:Db,Property:Ea};class Sa extends O{constructor(e){var n,i,u;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:"\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",this.url=(i=e==null?void 0:e.url)!=null?i:"",this.openMode=(u=e==null?void 0:e.openMode)!=null?u:"new"}}class Aa extends N{constructor(e){super(e),this.props=new Sa(e==null?void 0:e.props)}static get controlName(){return"\u94FE\u63A5"}static get controlIcon(){return"iconlink_new"}static get controlType(){return"link"}}Aa.controlEventKeys=["on_click"],Aa.setting=[{key:"data-bind",visible:!0},{key:"content",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],visible:!0},{key:"link-url",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"open-mode",visible:!0},{key:"super-setting",visible:!0}];class xb extends z{constructor(e){super(e),this.props=new Sa(e==null?void 0:e.props)}static get controlType(){return"link"}}var no={Designer:Aa,Runtime:xb,Property:Sa};class ee extends G{constructor(e){var n,i,u,a,l,r,s,c,h;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:"\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=(a=e==null?void 0:e.color)!=null?a:"primary",this.icon=(l=e==null?void 0:e.icon)!=null?l:"iconfenlei2",this.defaultState=(r=e==null?void 0:e.defaultState)!=null?r:"default",this.command=(s=e==null?void 0:e.command)!=null?s:"custom",this.isLoading=(c=e==null?void 0:e.isLoading)!=null?c:!1,this.optObj=new lv((h=e==null?void 0:e.optObj)!=null?h:{})}}class te extends N{constructor(e){super(e),this.props=new ee(e==null?void 0:e.props)}static get controlName(){return"\u6309\u94AE"}static get controlIcon(){return"iconbtn"}static get controlType(){return"button"}}te.controlEventKeys=["on_click"],te.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 le extends z{constructor(e){super(e),this.props=new ee(e==null?void 0:e.props)}static get controlType(){return"button"}}var io={Designer:te,Runtime:le,Property:ee},xe=(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))(xe||{}),uo=(t=>(t.EARLY_DATE="earlyDate",t.LATE_DATE="lateDate",t.UN_SELECT_ABLE_INTERVAL="unSelectAbleInterval",t))(uo||{}),ao=(t=>(t.FILE_IN_TIME="filledInTime",t.BEFORE_TIME="beforeTime",t.AFTER_TIME="afterTime",t.TIME_SPECIFIED="timeSpecified",t))(ao||{});class oi{constructor(e={dateConfigType:"unSelectAbleInterval",dateLimitType:"filledInTime",id:ce(8),value:["",""]}){this.id=e.id,this.dateConfigType=e.dateConfigType,this.dateLimitType=e.dateLimitType,this.value=e.value}}var Ta=(t=>(t.PRAISE="praise",t.STAR="star",t.FLOWER="flower",t.HAND="hand",t.HEART="heart",t.SMILE="smile",t))(Ta||{});class ci{constructor(e){var n,i;this.id=(n=e==null?void 0:e.id)!=null?n:ce(),this.text=(i=e==null?void 0:e.text)!=null?i:""}}var Oa=(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))(Oa||{});class Pa{constructor(e){var n,i,u,a,l,r,s,c;this.type=(n=e==null?void 0:e.type)!=null?n:"private",this.person=new Ot((i=e==null?void 0:e.person)!=null?i:{type:"form"}),this.signatureType=(u=e==null?void 0:e.signatureType)!=null?u:[],this.telephone=(l=e==null?void 0:e.telephone)!=null?l:new Ot((a=e==null?void 0:e.telephone)!=null?a:{type:"form"}),this.company=(s=e==null?void 0:e.company)!=null?s:new Ot((r=e==null?void 0:e.company)!=null?r:{type:"form"}),this.remark=(c=e==null?void 0:e.remark)!=null?c:""}}class lo{constructor(e){var n,i,u,a,l,r;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 Pa(s)))!=null?u:[new Pa],this.statusControl=(a=e==null?void 0:e.statusControl)!=null?a:"",this.completeControl=(l=e==null?void 0:e.completeControl)!=null?l:"",this.completeTimeControl=(r=e==null?void 0:e.completeTimeControl)!=null?r:""}}class Ba{constructor(e){var n,i,u,a,l,r,s;this.id=(n=e==null?void 0:e.id)!=null?n:ce(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=(a=e==null?void 0:e.svcCode)!=null?a:"",this.name=(l=e==null?void 0:e.name)!=null?l:"",this.fieldList=(r=e==null?void 0:e.fieldList)!=null?r:[],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 ro{constructor(e){var n,i,u,a;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=(a=e==null?void 0:e.logicToDelete)!=null?a:!0,this.watermark=new Ra(e==null?void 0:e.watermark),this.autoRename=new Ra(e==null?void 0:e.autoRename)}}const oo=480;function Me(t){return new RegExp(t.replace(/^\/|\/$/g,""))}class co{constructor(e){var n,i,u,a,l;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=(a=e.isDefault)!=null?a:!1,this.rules=(l=e.rules)!=null?l:[]}}class so{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 ho=(t=>(t.NO_MASK="NO_MASK",t.LAST_FOUR_MASK="LAST_FOUR_MASK",t.ALL_MASK="ALL_MASK",t))(ho||{}),Da=(t=>(t.ALL="ALL",t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL",t.INTERNAL_EXTERNAL="INTERNAL_EXTERNAL",t))(Da||{}),si=(t=>(t.INTERNAL_BUSINESS="INTERNAL_BUSINESS",t.INTERNAL="INTERNAL",t.BUSINESS="BUSINESS",t))(si||{}),Fe=(t=>(t.ALL="all",t.ASSIGN="assign",t))(Fe||{}),xa=(t=>(t.ALL="all",t.ADMIN="admin",t))(xa||{});class Fa extends G{constructor(e){var n,i;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:Oa.SOLID}}class fo extends N{constructor(e){super(e),this.props=new Fa(e==null?void 0:e.props)}static get controlName(){return"\u5206\u5272\u7EBF"}static get controlIcon(){return"iconfengexian"}static get controlType(){return"divider"}}fo.setting=[{key:"line-style",visible:!0},{key:"color",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]}];class Fb extends z{constructor(e){super(e),this.props=new Fa(e==null?void 0:e.props)}static get controlType(){return"divider"}}var yo={Designer:fo,Runtime:Fb,Property:Fa};class kb extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},this.dataBind={type:"any"},this.config={type:"array"},e.config.includes(xe.ShowBizKey)&&(this.dataBind={type:"object",required:!0,fields:{fieldCode:{type:"string",required:!0,message:d.getMessage("bizKeyNotBindFiled")},dataCode:{type:"string",required:!0,message:d.getMessage("bizKeyNotBindFiled")}},message:d.getMessage("bizKeyNotBindFiled")}),!e.isHide&&e.config.length===0&&(this.config={type:"array",min:1,required:!0,message:d.getMessage("pleaseSelectOneField")})}}class di extends G{constructor(e){var n,i,u,a;super(e),this.dataBind=new ye(e==null?void 0:e.dataBind),this.config=(n=e==null?void 0:e.config)!=null?n:[xe.ShowSubmitUser,xe.ShowSubmitDept,xe.ShowSubmitTime,xe.ShowCurrentApprovar,xe.ShowTitle],this.caption=(u=(i=e==null?void 0:e.caption)!=null?i:ft==null?void 0:ft.controlName)!=null?u:"",this.position=(a=e==null?void 0:e.position)!=null?a:"top"}}di.Rules=kb;class ft extends N{constructor(e){super(e),this.props=new di(e==null?void 0:e.props)}static get controlName(){return"\u6807\u9898\u7EC4\u4EF6"}static get controlIcon(){return"title"}static get controlType(){return"title"}}ft.controlFieldType=b.AUTO_NUMBER,ft.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 Lb extends z{constructor(e){super(e),this.props=new di(e==null?void 0:e.props)}static get controlType(){return"title"}}var mo={Designer:ft,Runtime:Lb,Property:di};class Nb extends W{constructor(e){super(e),this.formKey={type:"string",required:!0,message:d.getMessage("pleaseEnterForm")}}}class hi extends ee{constructor(e){var n,i,u,a;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:xt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:xt.controlName,this.formKey=(u=e==null?void 0:e.formKey)!=null?u:"",this.openType=(a=e==null?void 0:e.openType)!=null?a:"modal"}}hi.Rules=Nb;class xt extends te{constructor(e){super(e),this.props=new hi(e==null?void 0:e.props)}static get controlName(){return"\u521B\u5EFA\u5355\u636E"}static get controlIcon(){return"iconchuangjiandanju"}static get controlType(){return"list-page-btn-create-form"}}xt.controlEventKeys=["on_click","on_click_finish"],xt.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 $b extends le{constructor(e){super(e),this.props=new hi(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-create-form"}}var vo={Designer:xt,Runtime:$b,Property:hi};class Mb extends W{constructor(e){super(e),this.processKey=[{type:"string",message:d.getMessage("isNotString")},{type:"string",required:!0,message:d.getMessage("pleaseEnterProcess")}]}}class fi extends ee{constructor(e){var n,i,u,a,l,r;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.initiatorMode=(u=e==null?void 0:e.initiatorMode)!=null?u:"currentInitiator",this.processKey=(a=e==null?void 0:e.processKey)!=null?a:"",this.fieldCode=(l=e==null?void 0:e.fieldCode)!=null?l:"",this.employeeId=(r=e==null?void 0:e.employeeId)!=null?r:""}}fi.Rules=Mb;class Ft extends te{constructor(e){super(e),this.props=new fi(e==null?void 0:e.props)}static get controlName(){return"\u6279\u91CF\u63D0\u4EA4"}static get controlIcon(){return"iconbtn_piliangtijiao"}static get controlType(){return"list-page-btn-batch-submission"}}Ft.controlEventKeys=["on_click","on_click_finish"],Ft.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 Vb extends le{constructor(e){super(e),this.props=new fi(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-submission"}}var go={Designer:Ft,Runtime:Vb,Property:fi};class ka extends ee{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:kt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:kt.controlIcon}}class kt extends te{constructor(e){super(e),this.props=new ka(e==null?void 0:e.props)}static get controlName(){return"\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55"}static get controlIcon(){return"iconyyzy-renwu"}static get controlType(){return"list-page-btn-submission-record"}}kt.controlEventKeys=["on_click"],kt.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 Hb extends le{constructor(e){super(e),this.props=new ka(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-submission-record"}}var bo={Designer:kt,Runtime:Hb,Property:ka};class La extends ee{constructor(e){var n,i,u,a,l;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:Lt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:Lt.controlName,this.templateType=(u=e==null?void 0:e.templateType)!=null?u:"system",this.templateList=(l=(a=e==null?void 0:e.templateList)==null?void 0:a.map(r=>new Ba(r)))!=null?l:[new Ba({id:"default",name:"\u9ED8\u8BA4\u6A21\u677F",appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}class Lt extends te{constructor(e){super(e),this.props=new La(e==null?void 0:e.props)}static get controlName(){return"\u5BFC\u51FA"}static get controlIcon(){return"iconxiazai1"}static get controlType(){return"list-page-btn-export-list"}}Lt.controlEventKeys=["on_click","on_click_finish"],Lt.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 le{constructor(e){super(e),this.props=new La(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-list"}}var _o={Designer:Lt,Runtime:jb,Property:La};class Na extends ee{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Nt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Nt.controlIcon}}class Nt extends te{constructor(e){super(e),this.props=new Na(e==null?void 0:e.props)}static get controlName(){return"\u5BFC\u51FA\u8BB0\u5F55"}static get controlIcon(){return"icondaochujilu"}static get controlType(){return"list-page-btn-export-record"}}Nt.controlEventKeys=["on_click"],Nt.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 qb extends le{constructor(e){super(e),this.props=new Na(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-record"}}var Co={Designer:Nt,Runtime:qb,Property:Na};class Ub{constructor(e){this.dataCode=e.dataCode}}class $a extends ee{constructor(e){var n,i,u,a,l;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:$t.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:$t.controlIcon,this.canImportList=(a=(u=e==null?void 0:e.canImportList)==null?void 0:u.map(r=>new Ub(r)))!=null?a:[],this.templateType=(l=e==null?void 0:e.templateType)!=null?l:"system"}}class $t extends te{constructor(e){super(e),this.props=new $a(e==null?void 0:e.props)}static get controlName(){return"\u5BFC\u5165"}static get controlIcon(){return"iconshangchuan3"}static get controlType(){return"list-page-btn-import-record"}}$t.controlEventKeys=["on_click","on_click_finish"],$t.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 Wb extends le{constructor(e){super(e),this.props=new $a(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-import-record"}}var wo={Designer:$t,Runtime:Wb,Property:$a};function yi(){return{dataCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterDataCode")},fillList:{type:"array",defaultField:{type:"object",fields:{fieldCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterFieldCode")},controlId:{type:"string",required:!0,message:d.getMessage("pleaseSelectControl")}}}}}}class Kb extends W{constructor(e){super(e),this.fillPayload={type:"object",fields:ut({},yi())},this.formBind={type:"object",fields:{formKey:{type:"string",required:!0,message:d.getMessage("pleaseEnterList")}}},this.fillBack={type:"object",fields:ut({mode:{type:"string",required:!0,message:d.getMessage("pleaseSelectFillBackMode")}},yi())},(e.command==="edit"||e.command==="view")&&(this.formBind.fields.primaryControlId={type:"string",required:!0,message:d.getMessage("pleaseSelectControl")})}}class mi extends ee{constructor(e){var n,i,u;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Mt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Mt.controlIcon,this.command=(u=e==null?void 0:e.command)!=null?u:"create",this.fillPayload=new tr(e==null?void 0:e.fillPayload),this.formBind=new Hm(e==null?void 0:e.formBind),this.fillBack=new nr(e==null?void 0:e.fillBack)}}mi.Rules=Kb;class Mt extends te{constructor(e){super(e),this.props=new mi(e==null?void 0:e.props)}static get controlName(){return"\u8868\u5355\u64CD\u4F5C"}static get controlIcon(){return"iconbiaodancaozuo"}static get controlType(){return"form-select-button"}}Mt.controlEventKeys=["on_click","on_click_finish"],Mt.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 zb extends le{constructor(e){super(e),this.props=new mi(e==null?void 0:e.props)}static get controlType(){return"form-select-button"}}var Io={Designer:Mt,Runtime:zb,Property:mi};class Gb extends W{constructor(e){super(e),this.fillPayload={type:"object",fields:ut({},yi())},this.listPageBind={type:"object",fields:{formKey:{type:"string",required:!0,message:d.getMessage("pleaseEnterList")},headers:{type:"array",required:!0,message:d.getMessage("pleaseSelectAtLeastOneColumn")}}},this.fillBack={type:"object",fields:ut({mode:{type:"string",required:!0,message:d.getMessage("pleaseSelectFillBackMode")}},yi())}}}class vi extends ee{constructor(e){var n,i,u,a;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,this.fillPayload=new tr(e==null?void 0:e.fillPayload),this.listPageBind=new Ou(e==null?void 0:e.listPageBind),this.fillBack=new nr(e==null?void 0:e.fillBack),this.showSelectedDetail=(u=e==null?void 0:e.showSelectedDetail)!=null?u:!1,this.selectedContentConfig=new Du(e==null?void 0:e.selectedContentConfig),this.disableFilling=(a=e==null?void 0:e.disableFilling)!=null?a:!0}}vi.Rules=Gb;class Vt extends te{constructor(e){super(e),this.props=new vi(e==null?void 0:e.props)}static get controlName(){return"\u5217\u8868\u9009\u62E9"}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"list-select-button"}}Vt.controlEventKeys=["on_click","on_click_finish","on_modal_ok"],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:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class Zb extends le{constructor(e){super(e),this.props=new vi(e==null?void 0:e.props)}static get controlType(){return"list-select-button"}}var Eo={Designer:Vt,Runtime:Zb,Property:vi};class Qb extends W{constructor(e){super(e)}}class Xb extends $e{constructor(e){super(e)}}class Ht extends G{constructor(e){super(e)}}Ht.Rules=Qb,Ht.RuntimeRules=Xb;class So extends N{constructor(e){super(e),this.props=new Ht(e==null?void 0:e.props)}static get controlName(){return"\u5206\u9875"}static get controlIcon(){return"pagination"}static get controlType(){return"pagination"}}So.setting=[];class Jb extends z{constructor(e){super(e),this.props=new Ht(e==null?void 0:e.props)}static get controlType(){return"pagination"}}var Ao={Designer:So,Runtime:Jb,Property:Ht};class Yb extends W{constructor(e){super(e),this.dashboardKey={type:"string",required:!0,message:d.getMessage("pleaseSelectDashboard")},this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.captionTip={type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class gi extends G{constructor(e){var n,i,u,a,l,r;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=(a=e==null?void 0:e.isShowCaptionTip)!=null?a:!1,this.captionTip=(l=e==null?void 0:e.captionTip)!=null?l:"",this.labelPosition=(r=e==null?void 0:e.labelPosition)!=null?r:"top"}}gi.Rules=Yb;class To extends N{constructor(e){super(e),this.props=new gi(e==null?void 0:e.props)}static get controlName(){return"\u4EEA\u8868\u76D8"}static get controlIcon(){return"iconbiaodan_yibiaopan"}static get controlType(){return"dashboard"}}To.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:"super-setting",visible:!0}];class pb extends z{constructor(e){super(e),this.props=new gi(e==null?void 0:e.props)}static get controlType(){return"dashboard"}}var Oo={Designer:To,Runtime:pb,Property:gi};class e_ extends W{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:d.getMessage("theViewNameCannotBeEmpty")},headers:{type:"array",required:!0,min:1,message:d.getMessage("pleaseSelectAtLeastOneColumn")}}}}}}class bi extends G{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(a=>new uv(a)))!=null?u:[]}}bi.Rules=e_;class Po extends N{constructor(e){super(e),this.props=new bi(e==null?void 0:e.props)}static get controlName(){return"\u5217\u8868\u89C6\u56FE"}static get controlIcon(){return"iconliebiaoxuanze"}static get controlType(){return"list-view-select"}}Po.setting=[{key:"view-list-setting",visible:!0},{key:"view-list-show-type",visible:!0},{key:"super-setting",visible:!0}];class t_ extends z{constructor(e){super(e),this.props=new bi(e==null?void 0:e.props)}static get controlType(){return"list-view-select"}}var Bo={Designer:Po,Runtime:t_,Property:bi};class n_ extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.ocrType={type:"string",required:!0,message:d.getMessage("pleaseSelectOcrType")},this.fillList={type:"array",validator(n,i,u){if(i.every(l=>!l.controlId)){u(d.getMessage("pleaseSelectAtLeastOneFieldToFillIn"));return}u()}},this.captionTip={type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class _i extends ee{constructor(e){var n,i,u,a,l,r,s,c,h,v;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:yt.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=(a=e==null?void 0:e.captionTip)!=null?a:"",this.labelPosition=(l=e==null?void 0:e.labelPosition)!=null?l:"top",this.content=(r=e==null?void 0:e.content)!=null?r:yt.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:yt.controlIcon,this.ocrType=(c=e==null?void 0:e.ocrType)!=null?c:"",this.fillList=(v=(h=e==null?void 0:e.fillList)==null?void 0:h.map(g=>new ne(g)))!=null?v:[]}}_i.Rules=n_;class yt extends te{constructor(e){super(e),this.props=new _i(e==null?void 0:e.props)}static get controlName(){return"\u6587\u5B57\u8BC6\u522B"}static get controlIcon(){return"iconwenzishibie"}static get controlType(){return"text-ocr-button"}}yt.controlEventKeys=["on_click","on_click_finish"],yt.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 i_ extends le{constructor(e){super(e),this.props=new _i(e==null?void 0:e.props)}static get controlType(){return"text-ocr-button"}}var Ro={Designer:yt,Runtime:i_,Property:_i};class u_ extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},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(l=>!l.controlId)){u(d.getMessage("pleaseSelectAtLeastOneFieldToFillIn"));return}u()}},this.captionTip={type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Ci extends ee{constructor(e){var n,i,u,a,l,r,s,c,h,v;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:mt.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=(a=e==null?void 0:e.captionTip)!=null?a:"",this.labelPosition=(l=e==null?void 0:e.labelPosition)!=null?l:"top",this.content=(r=e==null?void 0:e.content)!=null?r:mt.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:mt.controlIcon,this.invoiceCheck=(c=e==null?void 0:e.invoiceCheck)!=null?c:!0,this.fillList=(v=(h=e==null?void 0:e.fillList)==null?void 0:h.map(g=>new ne(g)))!=null?v:[]}}Ci.Rules=u_;class mt extends te{constructor(e){super(e),this.props=new Ci(e==null?void 0:e.props)}static get controlName(){return"\u53D1\u7968\u8BC6\u522B"}static get controlIcon(){return"iconfabiaoshibie1"}static get controlType(){return"invoice-check-button"}}mt.controlEventKeys=["on_click","on_click_finish"],mt.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 a_ extends le{constructor(e){super(e),this.props=new Ci(e==null?void 0:e.props)}static get controlType(){return"invoice-check-button"}}var Do={Designer:mt,Runtime:a_,Property:Ci};class l_ extends W{constructor(){super(...arguments),this.printTemplates={type:"array",min:1,required:!0,message:d.getMessage("pleaseUploadAtLeastOnePrintTemplate")}}}class wi extends ee{constructor(e){var n,i,u,a,l;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:jt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:jt.controlName,this.printTemplates=(a=(u=e==null?void 0:e.printTemplates)==null?void 0:u.map(r=>new co(r)))!=null?a:[],this.autoSelectTemplate=(l=e==null?void 0:e.autoSelectTemplate)!=null?l:!1}}wi.Rules=l_;class jt extends te{constructor(e){super(e),this.props=new wi(e==null?void 0:e.props)}static get controlName(){return"\u6279\u91CF\u6253\u5370"}static get controlIcon(){return"iconbtn_piliangtijiao"}static get controlType(){return"list-page-btn-batch-print"}}jt.controlEventKeys=["on_click","on_click_finish"],jt.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 r_ extends le{constructor(e){super(e),this.props=new wi(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print"}}var xo={Designer:jt,Runtime:r_,Property:wi};class Ma extends ee{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:qt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:qt.controlIcon}}class qt extends te{constructor(e){super(e),this.props=new Ma(e==null?void 0:e.props)}static get controlName(){return"\u6279\u91CF\u6253\u5370\u8BB0\u5F55"}static get controlIcon(){return"iconyyzy-renwu"}static get controlType(){return"list-page-btn-batch-print-record"}}qt.controlEventKeys=["on_click"],qt.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 o_ extends le{constructor(e){super(e),this.props=new Ma(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print-record"}}var Fo={Designer:qt,Runtime:o_,Property:Ma};class c_ extends W{constructor(e){super(e),this.formKey={type:"string",required:!1},(e.command==="edit"||e.command==="view")&&(this.formKey={type:"string",required:!0,message:d.getMessage("pleaseEnterForm")})}}class Ii extends G{constructor(e){var n,i,u,a,l;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:"\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=(a=e==null?void 0:e.defaultState)!=null?a:"default",this.priorityProcess=e==null?void 0:e.priorityProcess,this.isLoading=(l=e==null?void 0:e.isLoading)!=null?l:!1}}Ii.Rules=c_;class Ei extends N{constructor(e){super(e),this.props=new Ii(e==null?void 0:e.props)}static get controlName(){return"\u64CD\u4F5C\u6309\u94AE"}static get controlIcon(){return"iconbtn"}static get controlType(){return"operation-button"}}Ei.controlEventKeys=["on_click"],Ei.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 s_ extends z{constructor(e){super(e),this.props=new Ii(e==null?void 0:e.props)}static get controlType(){return"operation-button"}}var ko={Designer:Ei,Runtime:s_,Property:Ii};class Va extends G{constructor(e){var n,i,u,a,l,r,s,c,h;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.buttonType=(u=e==null?void 0:e.buttonType)!=null?u:"primary",this.showType=(a=e==null?void 0:e.showType)!=null?a:"iconText",this.color=(l=e==null?void 0:e.color)!=null?l:"danger",this.isHide=(r=e==null?void 0:e.isHide)!=null?r:!1,this.defaultState=(s=e==null?void 0:e.defaultState)!=null?s:"default",this.command=(c=e==null?void 0:e.command)!=null?c:"custom",this.isLoading=(h=e==null?void 0:e.isLoading)!=null?h:!1}}class Ut extends N{constructor(e){super(e),this.props=new Va(e==null?void 0:e.props)}static get controlName(){return"\u6279\u91CF\u5220\u9664"}static get controlIcon(){return"iconlajitong"}static get controlType(){return"list-page-btn-batch-delete"}}Ut.controlEventKeys=["on_click"],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:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class d_ extends z{constructor(e){super(e),this.props=new Va(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-delete"}}var Lo={Designer:Ut,Runtime:d_,Property:Va},h_=Object.freeze({__proto__:null,Text:to,Link:no,Button:io,Divider:yo,Title:mo,CreateFormListButton:vo,BatchSubmissionListButton:go,SubmissionRecordListButton:bo,ExportListButton:_o,ExportRecordListButton:Co,ImportRecordListButton:wo,FormSelectButton:Io,ListSelectButton:Eo,Pagination:Ao,Dashboard:Oo,ListViewSelect:Bo,TextOcrButton:Ro,InvoiceCheckButton:Do,BatchPrintListButton:xo,BatchPrintRecordListButton:Fo,OperationButton:ko,BatchDeleteButton:Lo});class f_ extends Z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:d.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:200,message:d.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue=[{type:"string",max:200,min:0,message:d.getMessage("stringRangeError")},{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=d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength}),this.defaultValue[1].pattern=Me(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class y_ extends ${constructor(e){super(e),this.push({type:"string",message:d.getMessage("isNotString")},{max:e.maxLength,min:e.minLength,message:d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Me(e.regularRules.expression),message:e.regularRules.errMessage})}}class vt extends O{constructor(e){var n,i,u,a,l,r,s;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 xu(e==null?void 0:e.regularRules),this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:"",this.caption=(a=e==null?void 0:e.caption)!=null?a:gt.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.encrypted=(r=e==null?void 0:e.encrypted)!=null?r:!1,this.encryptedMode=(s=e==null?void 0:e.encryptedMode)!=null?s:""}}vt.Rules=f_,vt.RuntimeRules=y_;class gt extends B{constructor(e){super(e),this.props=new vt(e==null?void 0:e.props)}static get controlName(){return"\u5355\u884C\u6587\u672C"}static get controlIcon(){return"iconSingleline_new1"}static get controlType(){return"input"}}gt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],gt.controlFieldType=b.VARCHAR,gt.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],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:"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 No extends R{constructor(e){super(e),this.props=new vt(e==null?void 0:e.props)}static get controlType(){return"input"}}No.controlFieldType=b.VARCHAR;var $o={Designer:gt,Runtime:No,Property:vt};class m_ extends ot{constructor(e){super(e),this.limitMax={type:"number",min:void 0,message:d.getMessage("PleaseReselectTheOptionalQuantity")},e.limitMax==="unlimited"&&(this.limitMax.type="string");const i=u=>u==="unlimited"?void 0:u;this.limitMax.min=i(e.limitMin)}}class v_ extends ${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 Wt extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I;super(e),this.options=_e((n=e==null?void 0:e.options)!=null?n:[{label:"\u9009\u9879\u4E00",value:"\u9009\u9879\u4E00"},{label:"\u9009\u9879\u4E8C",value:"\u9009\u9879\u4E8C"},{label:"\u9009\u9879\u4E09",value:"\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=(a=e==null?void 0:e.optionsOrder)!=null?a:!1,this.otherOption=(l=e==null?void 0:e.otherOption)!=null?l:!1,this.limitMin=(r=e==null?void 0:e.limitMin)!=null?r:"unlimited",this.limitMax=(s=e==null?void 0:e.limitMax)!=null?s:"unlimited",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.interreaction=(c=e==null?void 0:e.interreaction)!=null?c:[],this.caption=(h=e==null?void 0:e.caption)!=null?h:Kt.controlName,this.defaultValue=(v=e==null?void 0:e.defaultValue)!=null?v:[],this.optionsFormat=(g=e==null?void 0:e.optionsFormat)!=null?g:"horizontal",this.defaultShowOptions=(C=e==null?void 0:e.defaultShowOptions)!=null?C:!0,this.openMultistageFilling=(I=e==null?void 0:e.openMultistageFilling)!=null?I:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(_=>{var E;(E=this.multistageFilling)==null||E.push(new ne(_))}))}}Wt.Rules=m_,Wt.RuntimeRules=v_;class Kt extends B{constructor(e){super(e),this.props=new Wt(e==null?void 0:e.props)}static get controlName(){return"\u591A\u9009"}static get controlIcon(){return"iconduoxuan"}static get controlType(){return"checkbox"}}Kt.controlEventKeys=["on_change","on_click"],Kt.controlFieldType=b.ARRAY,Kt.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],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:"options-setting",visible:!0},{key:"limit-select",visible:!0},{key:"options-order",visible:!0},{key:"super-setting",visible:!0}];class Mo extends R{constructor(e){super(e),this.props=new Wt(e==null?void 0:e.props)}static get controlType(){return"checkbox"}}Mo.controlFieldType=b.ARRAY;var Vo={Designer:Kt,Runtime:Mo,Property:Wt};class g_ extends ot{constructor(e){super(e)}}class Si extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g;super(e),this.options=_e((n=e==null?void 0:e.options)!=null?n:[{label:"\u9009\u9879\u4E00",value:"\u9009\u9879\u4E00"},{label:"\u9009\u9879\u4E8C",value:"\u9009\u9879\u4E8C"},{label:"\u9009\u9879\u4E09",value:"\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=(a=e==null?void 0:e.otherOption)!=null?a:!1,this.optionsOrder=(l=e==null?void 0:e.optionsOrder)!=null?l:!1,this.defaultShowOptions=(r=e==null?void 0:e.defaultShowOptions)!=null?r:!0,this.optionsFormat=(s=e==null?void 0:e.optionsFormat)!=null?s:"horizontal",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.interreaction=(c=e==null?void 0:e.interreaction)!=null?c:[],this.caption=(h=e==null?void 0:e.caption)!=null?h:zt.controlName,this.defaultValue=(v=e==null?void 0:e.defaultValue)!=null?v:"",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(C=>{var I;(I=this.multistageFilling)==null||I.push(new ne(C))}))}}Si.Rules=g_;class zt extends B{constructor(e){super(e),this.props=new Si(e==null?void 0:e.props)}static get controlName(){return"\u5355\u9009"}static get controlIcon(){return"iconradio_new"}static get controlType(){return"radio"}}zt.controlEventKeys=["on_change","on_click"],zt.controlFieldType=b.VARCHAR,zt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC],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:"options-setting",visible:!0},{key:"options-order",visible:!0},{key:"super-setting",visible:!0}];class Ho extends R{constructor(e){super(e),this.props=new Si(e==null?void 0:e.props)}static get controlType(){return"radio"}}Ho.controlFieldType=b.VARCHAR;var jo={Designer:zt,Runtime:Ho,Property:Si};class b_ extends Z{constructor(e){super(e),this.defaultValue=[{type:"number",min:0,max:200,message:d.getMessage("pleaseEnterNumberRange")},{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=d.getMessage("pleaseEnterNumberRange",{max:n,min:i}),i&&n!==void 0&&(this.rangeMax={type:"number",min:i,message:d.getMessage("numberRangeSetError")}),this.defaultValue[1].pattern=Me(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class __ extends ${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:d.getMessage(n===void 0?"pleaseEnterAValueGreaterThanMin":i===void 0?"pleaseEnterAValueLessThanMax":"pleaseEnterNumberRange",{max:n,min:i})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Me(e.regularRules.expression),message:e.regularRules.errMessage})}}class Gt extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I;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=(a=e==null?void 0:e.percentageFormat)!=null?a:!1,this.micrometer=(l=e==null?void 0:e.micrometer)!=null?l:!1,this.precision=(r=e==null?void 0:e.precision)!=null?r:0,this.showUpperCase=(s=e==null?void 0:e.showUpperCase)!=null?s:!1,this.isShowUnit=(c=e==null?void 0:e.isShowUnit)!=null?c:!1,this.unitPosition=(h=e==null?void 0:e.unitPosition)!=null?h:"right",this.unit=(v=e==null?void 0:e.unit)!=null?v:"",this.caption=(g=e==null?void 0:e.caption)!=null?g:Zt.controlName,this.placeholder=(C=e==null?void 0:e.placeholder)!=null?C:"\u8BF7\u8F93\u5165",this.defaultValue=(I=e==null?void 0:e.defaultValue)!=null?I:"",this.regularRules=new xu(e==null?void 0:e.regularRules)}}Gt.Rules=b_,Gt.RuntimeRules=__;class Zt extends B{constructor(e){super(e),this.props=new Gt(e==null?void 0:e.props)}static get controlName(){return"\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}}Zt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Zt.controlFieldType=b.DECIMAL,Zt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC],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:"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 qo extends R{constructor(e){super(e),this.props=new Gt(e==null?void 0:e.props)}static get controlType(){return"number"}}qo.controlFieldType=b.DECIMAL;var Uo={Designer:Zt,Runtime:qo,Property:Gt};class Ha extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g;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=(a=e==null?void 0:e.setValueType)!=null?a:"custom",this.caption=(l=e==null?void 0:e.caption)!=null?l:Ai.controlName,this.placeholder=(r=e==null?void 0:e.placeholder)!=null?r:"\u8BF7\u8F93\u5165\u65E5\u671F",this.defaultValue=(s=e==null?void 0:e.defaultValue)!=null?s:"",this.limitDateList=(h=(c=e==null?void 0:e.limitDateList)==null?void 0:c.map(C=>new oi(C)))!=null?h:[],this.allowDateRange=(v=e==null?void 0:e.allowDateRange)!=null?v:["",""],this.filterWeekend=(g=e==null?void 0:e.filterWeekend)!=null?g:!1}}class Ai extends B{constructor(e){super(e),this.props=new Ha(e==null?void 0:e.props)}static get controlName(){return"\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}=this.props;n.props.dateType=i}return n}}Ai.controlFieldType=b.TIMESTAMP,Ai.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],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",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 Wo extends R{constructor(e){super(e),this.props=new Ha(e==null?void 0:e.props)}static get controlType(){return"date-picker"}}Wo.controlFieldType=b.TIMESTAMP;var Ko={Designer:Ai,Runtime:Wo,Property:Ha};class C_ extends ${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 Ti extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g;super(e),this.dataBind=new Jm(e==null?void 0:e.dataBind),this.defaultValue=new Ym(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=(a=e==null?void 0:e.setValueType)!=null?a:"custom",this.rangeMin=(l=e==null?void 0:e.rangeMin)!=null?l:"",this.rangeMax=(r=e==null?void 0:e.rangeMax)!=null?r:"",this.placeholderStart=(s=e==null?void 0:e.placeholderStart)!=null?s:"\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",this.placeholderEnd=(c=e==null?void 0:e.placeholderEnd)!=null?c:"\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",this.caption=(h=e==null?void 0:e.caption)!=null?h:Oi.controlName,this.limitDateList=(g=(v=e==null?void 0:e.limitDateList)==null?void 0:v.map(C=>new oi(C)))!=null?g:[]}}Ti.RuntimeRules=C_;class Oi extends B{constructor(e){super(e),this.props=new Ti(e==null?void 0:e.props)}static get controlName(){return"\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}=this.props;n.props.dateType=i}return n}}Oi.controlFieldType=b.TIMESCOPE,Oi.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],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 zo extends R{constructor(e){super(e),this.props=new Ti(e==null?void 0:e.props)}static get controlType(){return"date-range"}}zo.controlFieldType=b.TIMESCOPE;var Go={Designer:Oi,Runtime:zo,Property:Ti};class w_ extends Z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:d.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:1e6,message:d.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue={type:"string",max:200,min:0,message:d.getMessage("stringRangeError")},this.maxLength.min=e.minLength,this.minLength.max=e.maxLength,this.defaultValue.max=e.maxLength,this.defaultValue.min=e.minLength,this.defaultValue.message=d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}}class I_ extends ${constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})})}}class Qt extends O{constructor(e){var n,i,u,a,l,r,s;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=(a=e==null?void 0:e.caption)!=null?a:Xt.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.lineEllipsis=(r=e==null?void 0:e.lineEllipsis)!=null?r:4,this.autoSize=(s=e==null?void 0:e.autoSize)!=null?s:!1,this.maxRows=e==null?void 0:e.maxRows}}Qt.Rules=w_,Qt.RuntimeRules=I_;class Xt extends B{constructor(e){super(e),this.props=new Qt(e==null?void 0:e.props)}static get controlName(){return"\u591A\u884C\u6587\u672C"}static get controlIcon(){return"iconMultilineline_new1"}static get controlType(){return"textarea"}}Xt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Xt.controlFieldType=b.TEXT,Xt.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],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:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"default-value",visible:!0},{key:"column-line-ellipsis",visible:!0},{key:"super-setting",visible:!0}];class Zo extends R{constructor(e){super(e),this.props=new Qt(e==null?void 0:e.props)}static get controlType(){return"textarea"}}Zo.controlFieldType=b.TEXT;var Qo={Designer:Xt,Runtime:Zo,Property:Qt};class E_ extends Z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:d.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:1e6,message:d.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue={type:"string",max:200,min:0,message:d.getMessage("stringRangeError")},this.maxLength.min=e.minLength,this.minLength.max=e.maxLength,this.defaultValue.max=e.maxLength,this.defaultValue.min=e.minLength,this.defaultValue.message=d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}}class S_ extends ${constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})})}}class Jt extends O{constructor(e){var n,i,u,a,l;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=(a=e==null?void 0:e.caption)!=null?a:Yt.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165"}}Jt.Rules=E_,Jt.RuntimeRules=S_;class Yt extends B{constructor(e){super(e),this.props=new Jt(e==null?void 0:e.props)}static get controlName(){return"\u5BCC\u6587\u672C"}static get controlIcon(){return"iconRichtextbox_new"}static get controlType(){return"rich-text"}}Yt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Yt.controlFieldType=b.TEXT,Yt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[o.CAPTION,o.IS_HIDE_CAPTION],visible:!0},{key:"caption-style",showItems:[o.CAPTION_SIZE,o.CAPTION_COLOR,o.IS_CAPTION_ITALIC],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:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"rich-text",visible:!0},{key:"super-setting",visible:!0}];class Xo extends R{constructor(e){super(e),this.props=new Jt(e==null?void 0:e.props)}static get controlType(){return"rich-text"}}Xo.controlFieldType=b.TEXT;var Jo={Designer:Yt,Runtime:Xo,Property:Jt};class A_ extends ot{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:d.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class Pi extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v;super(e),this.options=_e((n=e==null?void 0:e.options)!=null?n:[{label:"\u9009\u9879\u4E00",value:"\u9009\u9879\u4E00"},{label:"\u9009\u9879\u4E8C",value:"\u9009\u9879\u4E8C"},{label:"\u9009\u9879\u4E09",value:"\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 Y(e==null?void 0:e.datasourceBind),this.caption=(a=e==null?void 0:e.caption)!=null?a:Bi.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u9009\u62E9",this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:"",this.allowCopyOptions=(s=e==null?void 0:e.allowCopyOptions)!=null?s:!1,this.openMultistageFilling=(c=e==null?void 0:e.openMultistageFilling)!=null?c:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(g=>{var C;(C=this.multistageFilling)==null||C.push(new ne(g))})),this.canViewForm=(h=e==null?void 0:e.canViewForm)!=null?h:!1,this.viewFormModelType=(v=e==null?void 0:e.viewFormModelType)!=null?v:"window",this.formBind=new lt(e==null?void 0:e.formBind)}}Pi.Rules=A_;class Bi extends B{constructor(e){super(e),this.props=new Pi(e==null?void 0:e.props)}static get controlName(){return"\u4E0B\u62C9\u5355\u9009"}static get controlIcon(){return"iconxiala1"}static get controlType(){return"select"}}Bi.controlFieldType=b.VARCHAR,Bi.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],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:"options-setting",visible:!0,showItems:[o.CAN_VIEW_FORM,o.VIEW_FORM_MODEL_TYPE]},{key:"super-setting",visible:!0}];class Yo extends R{constructor(e){super(e),this.props=new Pi(e==null?void 0:e.props)}static get controlType(){return"select"}}Yo.controlFieldType=b.VARCHAR;var po={Designer:Bi,Runtime:Yo,Property:Pi};class T_ extends ot{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:d.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class O_ extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class pt extends O{constructor(e){var n,i,u,a,l,r,s,c,h;super(e),this.options=_e((n=e==null?void 0:e.options)!=null?n:[{label:"\u9009\u9879\u4E00",value:"\u9009\u9879\u4E00"},{label:"\u9009\u9879\u4E8C",value:"\u9009\u9879\u4E8C"},{label:"\u9009\u9879\u4E09",value:"\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 Y(e==null?void 0:e.datasourceBind),this.caption=(a=e==null?void 0:e.caption)!=null?a:Ri.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u9009\u62E9",this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],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(v=>{var g;(g=this.multistageFilling)==null||g.push(new ne(v))})),this.canViewForm=(c=e==null?void 0:e.canViewForm)!=null?c:!1,this.viewFormModelType=(h=e==null?void 0:e.viewFormModelType)!=null?h:"window",this.formBind=new lt(e==null?void 0:e.formBind)}}pt.Rules=T_,pt.RuntimeRules=O_;class Ri extends B{constructor(e){super(e),this.props=new pt(e==null?void 0:e.props)}static get controlName(){return"\u4E0B\u62C9\u591A\u9009"}static get controlIcon(){return"iconxialaduoxuan"}static get controlType(){return"select-multiple"}}Ri.controlFieldType=b.ARRAY,Ri.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],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:"options-setting",visible:!0,showItems:[o.CAN_VIEW_FORM,o.VIEW_FORM_MODEL_TYPE]},{key:"super-setting",visible:!0}];class ec extends R{constructor(e){super(e),this.props=new pt(e==null?void 0:e.props)}static get controlType(){return"select-multiple"}}ec.controlFieldType=b.ARRAY;var tc={Designer:Ri,Runtime:ec,Property:pt};class P_ extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Di extends O{constructor(e){var n,i,u,a,l,r,s,c,h;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=(a=e==null?void 0:e.multiple)!=null?a:!1,this.defaultValueType=(l=e==null?void 0:e.defaultValueType)!=null?l:"none",this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],this.caption=(s=e==null?void 0:e.caption)!=null?s:xi.controlName,this.placeholder=(c=e==null?void 0:e.placeholder)!=null?c:"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",this.openMultistageFilling=(h=e==null?void 0:e.openMultistageFilling)!=null?h:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(v=>{var g;(g=this.multistageFilling)==null||g.push(new ne(v))}))}}Di.RuntimeRules=P_;class xi extends B{constructor(e){super(e),this.props=new Di(e==null?void 0:e.props)}static get controlName(){return"\u4EBA\u5458"}static get controlIcon(){return"iconpeople1"}static get controlType(){return"employee"}}xi.controlFieldType=b.EMPLOYEES,xi.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],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 nc extends R{constructor(e){super(e),this.props=new Di(e==null?void 0:e.props)}static get controlType(){return"employee"}}nc.controlFieldType=b.EMPLOYEES;var ic={Designer:xi,Runtime:nc,Property:Di};const B_=10485760,R_=104857600,D_=1048576e3;class x_ extends Z{constructor(e){super(e),this.maxSize={type:"number",min:0,max:D_,message:d.getMessage("attachmentMaxSize")}}}class F_ extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),this.push({type:"array",max:e.maxLimit,min:e.minLimit,message:d.getMessage("attachmentLimitError",{max:e.maxLimit,min:e.minLimit})})}}class bt extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,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=(a=e==null?void 0:e.attachmentAccept)!=null?a:[],this.maxLimit=(l=e==null?void 0:e.maxLimit)!=null?l:10,this.minLimit=(r=e==null?void 0:e.minLimit)!=null?r:0,this.maxSize=(s=e==null?void 0:e.maxSize)!=null?s:R_,this.caption=(c=e==null?void 0:e.caption)!=null?c:_t.controlName,this.placeholder=(h=e==null?void 0:e.placeholder)!=null?h:"\u4E0A\u4F20\u9644\u4EF6",this.isShowWatermark=(v=e==null?void 0:e.isShowWatermark)!=null?v:!1,this.watermarkFx=(g=e==null?void 0:e.watermarkFx)!=null?g:{},this.forbidDownload=(C=e==null?void 0:e.forbidDownload)!=null?C:!1,this.accessControl=(I=e==null?void 0:e.accessControl)!=null?I:!1}}bt.Rules=x_,bt.RuntimeRules=F_;class _t extends B{constructor(e){super(e),this.props=new bt(e==null?void 0:e.props)}static get controlName(){return"\u9644\u4EF6"}static get controlIcon(){return"iconfujian2"}static get controlType(){return"attachment"}}_t.controlEventKeys=["on_change"],_t.controlFieldType=b.FILE,_t.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],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,o.FORBID_DOWNLOAD,o.ACCESS_CONTROL]},{key:"attachment-state",visible:!0},{key:"attachment-accept",visible:!0},{key:"attachment-limit",visible:!0},{key:"attachment-size",visible:!0},{key:"attachment-defaultval",visible:!0},{key:"super-setting",visible:!0}];class ja extends R{constructor(e){super(e),this.props=new bt(e==null?void 0:e.props)}static get controlType(){return"attachment"}}ja.controlFieldType=b.FILE;var uc={Designer:_t,Runtime:ja,Property:bt};const ac=class extends _t{static get controlName(){return"\u56FE\u7247"}static get controlIcon(){return"iconpic_new"}static get controlType(){return"image"}constructor(t){var e,n,i,u;super(t),this.props.showType="image",this.props.caption=(n=(e=t==null?void 0:t.props)==null?void 0:e.caption)!=null?n:ac.controlName,this.props.placeholder=(u=(i=t==null?void 0:t.props)==null?void 0:i.placeholder)!=null?u:"\u4E0A\u4F20\u56FE\u7247"}};let qa=ac;qa.controlFieldType=b.IMAGE,qa.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],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,o.FORBID_DOWNLOAD,o.ONLY_ALLOW_TAKE_PHOTO,o.ACCESS_CONTROL,o.IS_SHOW_WATERMARK]},{key:"attachment-limit",visible:!0},{key:"image-defaultval",visible:!0},{key:"super-setting",visible:!0}];class k_ extends ja{static get controlType(){return"image"}constructor(e){var n,i,u,a,l,r;super(e),this.props.showType="image",this.props.maxLimit=(i=(n=e==null?void 0:e.props)==null?void 0:n.maxLimit)!=null?i:9,this.props.caption=(a=(u=e==null?void 0:e.props)==null?void 0:u.caption)!=null?a:"\u56FE\u7247",this.props.placeholder=(r=(l=e==null?void 0:e.props)==null?void 0:l.placeholder)!=null?r:"\u4E0A\u4F20\u56FE\u7247"}}class L_ extends bt{constructor(e){var n;super(e),this.onlyAllowTakePhoto=(n=e==null?void 0:e.onlyAllowTakePhoto)!=null?n:!1}}var lc={Designer:qa,Runtime:k_,Property:L_};class N_ extends ot{constructor(e){super(e),this.defaultValue={type:"object",fields:{amount:[{type:"number",min:void 0,max:void 0,message:d.getMessage("pleaseEnterNumberRange")}]}},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=d.getMessage("pleaseEnterNumberRange",{max:n,min:i}),i&&n!==void 0&&(this.rangeMax={type:"number",min:i,message:d.getMessage("numberRangeSetError")})}}class $_ extends ${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:[Al(ut({},this[0]),{type:"number"}),{type:"number",min:i,max:n,message:d.getMessage(n===void 0?"pleaseEnterAValueGreaterThanMin":i===void 0?"pleaseEnterAValueLessThanMax":"pleaseEnterNumberRange",{max:n,min:i})}],currency:{type:"string"}}})}}class en extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g;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=(a=e==null?void 0:e.micrometer)!=null?a:!1,this.precision=(l=e==null?void 0:e.precision)!=null?l:2,this.dataBind=new Qm(e==null?void 0:e.dataBind),this.datasourceBind=new Y((r=e==null?void 0:e.datasourceBind)!=null?r:{displayBoList:[new Bu({value:"name"})]}),this.defaultValue=new Xm((s=e==null?void 0:e.defaultValue)!=null?s:{amount:"",currency:nv.CNY}),this.options=_e(e==null?void 0:e.options),this.caption=(c=e==null?void 0:e.caption)!=null?c:tn.controlName,this.placeholder=(h=e==null?void 0:e.placeholder)!=null?h:"\u8BF7\u8F93\u5165",this.submitSelectCurrency=(v=e==null?void 0:e.submitSelectCurrency)!=null?v:!1,this.showUpperCase=(g=e==null?void 0:e.showUpperCase)!=null?g:!1}}en.Rules=N_,en.RuntimeRules=$_;class tn extends B{constructor(e){super(e),this.props=new en(e==null?void 0:e.props)}static get controlName(){return"\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}}tn.controlEventKeys=["on_change","on_input","on_focus","on_blur"],tn.controlFieldType=b.MONEY,tn.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],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:"currency-type",visible:!0},{key:"number-suite",showItems:[o.SHOW_UPPER_CASE,o.MICROMETER,o.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class rc extends R{constructor(e){super(e),this.props=new en(e==null?void 0:e.props)}static get controlType(){return"amount"}}rc.controlFieldType=b.MONEY;var oc={Designer:tn,Runtime:rc,Property:en};class M_ extends Z{constructor(e){super(e),this.totalScore=[{type:"number",required:!0,message:d.getMessage("pleaseEnterTotalScoreSetting")},{type:"number",min:1,message:d.getMessage("theTotalScoreMustNotBeLessThan1")}],this.defaultValue={type:"number",min:0,max:5,message:d.getMessage("scoreDefaultValueRange")},this.defaultValue.max=e.totalScore,this.defaultValue.message=d.getMessage("scoreDefaultValueRange",{max:e.totalScore,min:0})}}class V_ extends ${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:d.getMessage("scoreDefaultValueRange",{max:e.totalScore,min:n})})}}class nn extends O{constructor(e){var n,i,u,a,l,r,s;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:Ta.STAR,this.isShowExplain=(u=e==null?void 0:e.isShowExplain)!=null?u:!0,this.explain=(l=(a=e==null?void 0:e.explain)==null?void 0:a.map(c=>new ci(c)))!=null?l:Array(this.totalScore).fill(void 0).map(()=>new ci),this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:0,this.caption=(s=e==null?void 0:e.caption)!=null?s:un.controlName}}nn.Rules=M_,nn.RuntimeRules=V_;class un extends B{constructor(e){super(e),this.props=new nn(e==null?void 0:e.props)}static get controlName(){return"\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 ci);this.props.explain.push(...u)}}super.postUpdate(e,n)}}un.controlEventKeys=["on_change","on_click"],un.controlFieldType=b.DECIMAL,un.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],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:"score-type",visible:!0},{key:"total-setting",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class cc extends R{constructor(e){super(e),this.props=new nn(e==null?void 0:e.props)}static get controlType(){return"score"}}cc.controlFieldType=b.DECIMAL;var sc={Designer:un,Runtime:cc,Property:nn};class H_ extends ${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:d.getMessage("pleaseSelectProvince")}}};e.addressType.includes("city")&&(n.fields.city={type:"string",required:e.required,message:d.getMessage("pleaseSelectCity")}),e.addressType.includes("district")&&(n.fields.district={type:"string",required:e.required,message:d.getMessage("pleaseSelectDistrict")}),this.push(n)}}}class Fi extends O{constructor(e){var n,i,u,a,l;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:ki.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 pm((a=e==null?void 0:e.defaultValue)!=null?a:{}),this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u9009\u62E9\u5730\u5740"}}Fi.RuntimeRules=H_;class ki extends B{constructor(e){super(e),this.props=new Fi(e==null?void 0:e.props)}static get controlName(){return"\u5730\u5740"}static get controlIcon(){return"icondizhi"}static get controlType(){return"address"}}ki.controlFieldType=b.ADDRESS,ki.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],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 dc extends R{constructor(e){super(e),this.props=new Fi(e==null?void 0:e.props)}static get controlName(){return"\u7701\u5E02\u533A"}static get controlIcon(){return"iconicon_site_management11"}static get controlType(){return"address"}}dc.controlFieldType=b.ADDRESS;var hc={Designer:ki,Runtime:dc,Property:Fi};class j_ extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Li extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,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=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.rangeOptions=(l=e==null?void 0:e.rangeOptions)!=null?l:[],this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],this.displayLevel=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(c=e==null?void 0:e.showSubDept)!=null?c:!0,this.caption=(h=e==null?void 0:e.caption)!=null?h:an.controlName,this.placeholder=(v=e==null?void 0:e.placeholder)!=null?v:"\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(C=>{var I;(I=this.multistageFilling)==null||I.push(new ne(C))}))}}Li.RuntimeRules=j_;class an extends B{constructor(e){super(e),this.props=new Li(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}}an.controlName="\u90E8\u95E8",an.controlFieldType=b.DEPARTMENTS,an.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],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 fc extends R{constructor(e){super(e),this.props=new Li(e==null?void 0:e.props)}static get controlType(){return"department"}}fc.controlFieldType=b.DEPARTMENTS;var yc={Designer:an,Runtime:fc,Property:Li};class Ua extends O{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:ln.controlName,this.placeholder=(u=e==null?void 0:e.placeholder)!=null?u:"\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7"}}class ln extends B{constructor(e){super(e),this.props=new Ua(e==null?void 0:e.props)}static get controlName(){return"\u81EA\u52A8\u7F16\u53F7"}static get controlIcon(){return"iconnumber_new"}static get controlType(){return"auto-number"}}ln.controlEventKeys=["on_change"],ln.controlFieldType=b.AUTO_NUMBER,ln.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],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 mc extends R{constructor(e){super(e),this.props=new Ua(e==null?void 0:e.props)}static get controlType(){return"auto-number"}}mc.controlFieldType=b.AUTO_NUMBER;var vc={Designer:ln,Runtime:mc,Property:Ua};class q_ extends Z{constructor(e){super(e),this.dataBind.fields.result.required=!1,this.dataBind.fields.result.fields.fieldCode.required=!1,this.dataBind.fields.result.fields.dataCode.required=!1,this.dataBind.fields.unit.required=!1,this.dataBind.fields.unit.fields.fieldCode.required=!1,this.dataBind.fields.unit.fields.dataCode.required=!1}}class U_ extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="object"),this.push({type:"object",message:d.getMessage("isNotObject"),fields:{result:[{type:"number",message:d.getMessage("isNotNumber")}],unit:{type:"string",message:d.getMessage("isNotString")}}})}}class rn extends O{constructor(e){var n,i,u,a,l,r,s,c;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 ev(e==null?void 0:e.dataBind),this.defaultValue=new tv(e==null?void 0:e.defaultValue),this.caption=(a=e==null?void 0:e.caption)!=null?a:on.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.scriptEcho=(r=e==null?void 0:e.scriptEcho)!=null?r:[],this.scriptSrc=(s=e==null?void 0:e.scriptSrc)!=null?s:"",this.calcOnMounted=(c=e==null?void 0:e.calcOnMounted)!=null?c:!1}}rn.Rules=q_,rn.RuntimeRules=U_;class on extends B{constructor(e){super(e),this.props=new rn(e==null?void 0:e.props)}static get controlName(){return"\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}}on.controlEventKeys=["on_change"],on.controlFieldType=b.CALC,on.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],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:"default-value",visible:!1},{key:"number-suite",showItems:[o.SHOW_UPPER_CASE,o.MICROMETER,o.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class gc extends R{constructor(e){super(e),this.props=new rn(e==null?void 0:e.props)}static get controlType(){return"calc"}}gc.controlFieldType=b.CALC;var bc={Designer:on,Runtime:gc,Property:rn};class W_ extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),this.push({validator(n,i){return e.required&&i.every(a=>!a)?Promise.reject(d.getMessage("runtimeRequired",{caption:e.caption})):Promise.resolve()}})}}class Ni extends O{constructor(e){var n,i,u,a,l,r;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=(a=e==null?void 0:e.placeholderStart)!=null?a:"\u6700\u5C0F\u503C",this.placeholderEnd=(l=e==null?void 0:e.placeholderEnd)!=null?l:"\u6700\u5927\u503C",this.caption=(r=e==null?void 0:e.caption)!=null?r:$i.controlName}}Ni.RuntimeRules=W_;class $i extends B{constructor(e){super(e),this.props=new Ni(e==null?void 0:e.props)}static get controlName(){return"\u6570\u5B57\u533A\u95F4"}static get controlIcon(){return"iconshuziqujian"}static get controlType(){return"search-number-range"}}$i.controlFieldType=b.DECIMAL_RANGE,$i.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],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 _c extends R{constructor(e){super(e),this.props=new Ni(e==null?void 0:e.props)}static get controlType(){return"search-number-range"}}_c.controlFieldType=b.DECIMAL_RANGE;var Cc={Designer:$i,Runtime:_c,Property:Ni};class K_ extends ${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 Mi extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C;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=(a=e==null?void 0:e.commonTimeSetting)!=null?a:[],this.setValueType=(l=e==null?void 0:e.setValueType)!=null?l:"custom",this.rangeMin=(r=e==null?void 0:e.rangeMin)!=null?r:"",this.rangeMax=(s=e==null?void 0:e.rangeMax)!=null?s:"",this.placeholderStart=(c=e==null?void 0:e.placeholderStart)!=null?c:"\u5F00\u59CB\u65E5\u671F",this.placeholderEnd=(h=e==null?void 0:e.placeholderEnd)!=null?h:"\u7ED3\u675F\u65E5\u671F",this.caption=(v=e==null?void 0:e.caption)!=null?v:Vi.controlName,this.limitDateList=(C=(g=e==null?void 0:e.limitDateList)==null?void 0:g.map(I=>new oi(I)))!=null?C:[]}}Mi.RuntimeRules=K_;class Vi extends B{constructor(e){super(e),this.props=new Mi(e==null?void 0:e.props)}static get controlName(){return"\u65E5\u671F\u533A\u95F4"}static get controlIcon(){return"iconriqiqujian"}static get controlType(){return"search-date-range"}}Vi.controlFieldType=b.ARRAY,Vi.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],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 wc extends R{constructor(e){super(e),this.props=new Mi(e==null?void 0:e.props)}static get controlType(){return"search-date-range"}}wc.controlFieldType=b.ARRAY;var Ic={Designer:Vi,Runtime:wc,Property:Mi};class z_ extends Z{constructor(e){super(e),this.dataBind={type:"any"}}}class G_ extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class cn extends O{constructor(e){var n,i,u,a,l;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:sn.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=(a=e==null?void 0:e.permissions)!=null?a:[],this.isInlineEdit=(l=e==null?void 0:e.isInlineEdit)!=null?l:!1}}cn.Rules=z_,cn.RuntimeRules=G_;class sn extends B{constructor(e){super(e),this.props=new cn(e==null?void 0:e.props)}static get controlName(){return"Vue\u5BB9\u5668"}static get controlIcon(){return"iconvuerongqi"}static get controlType(){return"vue-form-item"}}sn.controlFieldType=b.ANY,sn.controlEventKeys=[],sn.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],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 Ec extends R{constructor(e){super(e),this.props=new cn(e==null?void 0:e.props)}static get controlType(){return"vue-form-item"}}Ec.controlFieldType=b.ANY;var Sc={Designer:sn,Runtime:Ec,Property:cn};class Z_ extends ot{constructor(e){super(e),this.listPageBind=[{type:"object",message:d.getMessage("isNotObject")},{type:"object",required:!0,fields:{formKey:[{type:"string",message:d.getMessage("isNotString")},{type:"string",required:!0,message:d.getMessage("pleaseEnterList")}]}}],this.formBind={type:"object",fields:{formKey:{type:"string",message:d.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class Hi extends O{constructor(e){var n,i,u,a,l,r,s,c,h;super(e),this.options=_e((n=e==null?void 0:e.options)!=null?n:[]),this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"datasource",this.listPageBind=new Ou(e==null?void 0:e.listPageBind),this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.caption=(u=e==null?void 0:e.caption)!=null?u:dn.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:"\u8BF7\u9009\u62E9",this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:"",this.openMultistageFilling=(r=e==null?void 0:e.openMultistageFilling)!=null?r:!1,this.showSelectedDetail=(s=e==null?void 0:e.showSelectedDetail)!=null?s:!1,this.selectedContentConfig=new Du(e==null?void 0:e.selectedContentConfig),this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(v=>{var g;(g=this.multistageFilling)==null||g.push(new ne(v))})),this.canViewForm=(c=e==null?void 0:e.canViewForm)!=null?c:!1,this.viewFormModelType=(h=e==null?void 0:e.viewFormModelType)!=null?h:"window",this.formBind=new lt(e==null?void 0:e.formBind)}}Hi.Rules=Z_;class dn extends B{constructor(e){super(e),this.props=new Hi(e==null?void 0:e.props)}static get controlName(){return"\u5173\u8054\u5355\u9009"}static get controlIcon(){return"iconguanliandanxuan"}static get controlType(){return"select-relation"}}dn.controlFieldType=b.VARCHAR,dn.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],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:"relation-setting",visible:!0,showItems:[o.CAN_VIEW_FORM,o.VIEW_FORM_MODEL_TYPE]},{key:"super-setting",visible:!0}],dn.controlEventKeys=["on_change","on_focus","on_blur","on_modal_ok"];class Ac extends R{constructor(e){super(e),this.props=new Hi(e==null?void 0:e.props)}static get controlType(){return"select-relation"}}Ac.controlFieldType=b.VARCHAR;var Tc={Designer:dn,Runtime:Ac,Property:Hi};class Wa extends vt{constructor(e){super(e)}}class Oc extends gt{constructor(e){super(e),this.props=new Wa(e==null?void 0:e.props)}static get controlName(){return"\u5355\u884C\u6587\u672C"}static get controlType(){return"search-input"}}Oc.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],visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[o.REQUIRED]},{key:"super-setting",visible:!0}];class Pc extends R{constructor(e){super(e),this.props=new Wa(e==null?void 0:e.props)}static get controlType(){return"search-input"}}Pc.controlFieldType=b.VARCHAR;var Bc={Designer:Oc,Runtime:Pc,Property:Wa};class Q_ extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")}],Mn.call(this,e,ke.controlCustomAttributes,!0),this.datasourceBind[1].fields&&(this.datasourceBind[1].fields.rootNode=[{type:"object",required:!0,message:d.getMessage("isNotObject")},{type:"object",fields:{type:{type:"enum",enum:["form","system","custom","gv"],required:!0},value:{type:"array",required:!0,min:1,message:d.getMessage("rootNodeIsRequired")}}}])}}class X_ extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class hn extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_,E,m,w,x,P;super(e),this.optionConfig="datasource",this.caption=(n=e==null?void 0:e.caption)!=null?n:ke.controlName,this.placeholder=(i=e==null?void 0:e.placeholder)!=null?i:"\u8BF7\u9009\u62E9",this.multiple=(u=e==null?void 0:e.multiple)!=null?u:!1,this.canSearch=(a=e==null?void 0:e.canSearch)!=null?a:!0,this.levelType=(l=e==null?void 0:e.levelType)!=null?l:"all",this.optionalLevel=(r=e==null?void 0:e.optionalLevel)!=null?r:1,this.containsSubNode=(s=e==null?void 0:e.containsSubNode)!=null?s:!1,this.isShowFilterItem=(c=e==null?void 0:e.isShowFilterItem)!=null?c:!1,this.isShowIncludeSub=(h=e==null?void 0:e.isShowIncludeSub)!=null?h:!1,this.isDefaultCheckSub=(v=e==null?void 0:e.isDefaultCheckSub)!=null?v:!1,this.defaultCollapse=(g=e==null?void 0:e.defaultCollapse)!=null?g:"all",this.defaultCollapseLevel=(C=e==null?void 0:e.defaultCollapseLevel)!=null?C:1,this.datasourceBind=new pl((I=e==null?void 0:e.datasourceBind)!=null?I:{attributes:ke.controlCustomAttributes}),this.filterItemDatasourceBind=new pl((_=e==null?void 0:e.filterItemDatasourceBind)!=null?_:{attributes:ke.controlCustomAttributes}),this.openMultistageFilling=(E=e==null?void 0:e.openMultistageFilling)!=null?E:!1,this.defaultDisplay=(m=e==null?void 0:e.defaultDisplay)!=null?m:!1,this.multistageFilling=(x=(w=e==null?void 0:e.multistageFilling)==null?void 0:w.map(D=>new ne(D)))!=null?x:[],this.defaultValue=(P=e==null?void 0:e.defaultValue)!=null?P:[]}}hn.Rules=Q_,hn.RuntimeRules=X_;class ke extends B{constructor(e){super(e),this.props=new hn(e==null?void 0:e.props)}static get controlName(){return"\u6811"}static get controlIcon(){return"icontree"}static get controlType(){return"tree"}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",required:!0},{key:"parentField",name:"\u7236\u7EA7\u5B57\u6BB5",required:!0}]}}ke.controlEventKeys=["on_change","on_click"],ke.controlFieldType=b.ARRAY,ke.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],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:"super-setting",visible:!0}];class Rc extends R{constructor(e){super(e),this.props=new hn(e==null?void 0:e.props)}static get controlType(){return"tree"}}Rc.controlFieldType=b.ARRAY;var Dc={Designer:ke,Runtime:Rc,Property:hn};class J_ extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")}],this.externalScope={type:"any"},Mn.call(this,e,Ct.controlCustomAttributes),e.externalType===Fe.ASSIGN&&(this.externalScope={type:"array",required:!0,message:d.getMessage("pleaseAssignExternal")})}}class Y_ extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class fn extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_;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=(a=e==null?void 0:e.multiple)!=null?a:!1,this.defaultValueType=(l=e==null?void 0:e.defaultValueType)!=null?l:"none",this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],this.caption=(s=e==null?void 0:e.caption)!=null?s:Ct.controlName,this.placeholder=(c=e==null?void 0:e.placeholder)!=null?c:"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",this.datasourceBind=new kn((h=e==null?void 0:e.datasourceBind)!=null?h:{attributes:Ct.controlCustomAttributes}),this.datasourceType=(v=e==null?void 0:e.datasourceType)!=null?v:Da.INTERNAL,this.insideType=(g=e==null?void 0:e.insideType)!=null?g:xa.ADMIN,this.externalType=(C=e==null?void 0:e.externalType)!=null?C:Fe.ALL,this.externalScope=(I=e==null?void 0:e.externalScope)!=null?I:[],this.openMultistageFilling=(_=e==null?void 0:e.openMultistageFilling)!=null?_:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(E=>{var m;(m=this.multistageFilling)==null||m.push(new ne(E))}))}}fn.Rules=J_,fn.RuntimeRules=Y_;class Ct extends B{constructor(e){super(e),this.props=new fn(e==null?void 0:e.props)}static get controlName(){return"\u4EBA\u5458"}static get controlIcon(){return"iconpeople1"}static get controlType(){return"employee2"}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",required:!0}]}}Ct.controlFieldType=b.EMPLOYEES,Ct.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],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-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 xc extends R{constructor(e){super(e),this.props=new fn(e==null?void 0:e.props)}static get controlType(){return"employee2"}}xc.controlFieldType=b.EMPLOYEES;var Fc={Designer:Ct,Runtime:xc,Property:fn};class p_ extends Z{constructor(e){super(e),this.signatureConfig={type:"object",fields:{fileControl:{type:"string",required:!0,message:"\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6"},undersignedList:{type:"array",required:!0,min:1,message:"\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:"\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA"}}},signatureType:{type:"array",required:!0,min:1,message:"\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B"},telephone:{type:"object",required:!0,validator(a,l,r){if(i.type==="public"&&Cu(l.value)&&l.value.length===0){r("\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1");return}r()}},company:{type:"object",required:!0,validator(a,l,r){if(i.type==="public"&&i.signatureType.includes("company")&&Cu(l.value)&&l.value.length===0){r("\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0");return}r()}}}},n),{})}}}}}class ji extends O{constructor(e){var n,i,u,a,l,r;super(e),this.command="",this.isLoading=!1,this.caption=(n=e==null?void 0:e.caption)!=null?n:yn.controlName,this.content=(i=e==null?void 0:e.content)!=null?i:"\u53D1\u8D77\u7B7E\u7F72",this.buttonType=(u=e==null?void 0:e.buttonType)!=null?u:"primary",this.showType=(a=e==null?void 0:e.showType)!=null?a:"text",this.color=(l=e==null?void 0:e.color)!=null?l:"primary",this.icon=(r=e==null?void 0:e.icon)!=null?r:"iconfenlei2",this.signatureConfig=new lo(e==null?void 0:e.signatureConfig)}}ji.Rules=p_;class yn extends B{constructor(e){super(e),this.props=new ji(e==null?void 0:e.props)}static get controlName(){return"\u7535\u5B50\u7B7E\u7AE0"}static get controlIcon(){return"icondianziqianzhang"}static get controlType(){return"electronic-signature"}}yn.controlEventKeys=["on_click","on_click_finish"],yn.controlFieldType=b.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],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 kc extends R{constructor(e){super(e),this.props=new ji(e==null?void 0:e.props)}static get controlType(){return"electronic-signature"}}kc.controlFieldType=b.VARCHAR;var Lc={Designer:yn,Runtime:kc,Property:ji};class eC extends Z{constructor(e){super(e),this.content={type:"string",required:!0,message:d.getMessage("pleaseEnterButtonContent")},this.wpsSetting={type:"object",fields:{watermark:{type:"object",validator(n,i,u){if(i.active&&!i.text){u(d.getMessage("pleaseEnterWatermark"));return}u()}},autoRename:{type:"object",validator(n,i,u){if(i.active&&!i.text){u(d.getMessage("pleaseEnterFileName"));return}u()}}}},this.canAdd={type:"boolean",validator(n,i,u){if(e.canAdd&&!e.addLocal&&!e.addOnline){u(d.getMessage("pleaseChooseAtLeastOne"));return}u()}}}}class tC extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class mn extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:vn.controlName,this.content=(i=e==null?void 0:e.content)!=null?i:"\u65B0\u5EFA\u6587\u6863",this.canAdd=(u=e==null?void 0:e.canAdd)!=null?u:!0,this.addLocal=(a=e==null?void 0:e.addLocal)!=null?a:!0,this.addOnline=(l=e==null?void 0:e.addOnline)!=null?l:!0,this.canEdit=(r=e==null?void 0:e.canEdit)!=null?r:!0,this.canDownload=(s=e==null?void 0:e.canDownload)!=null?s:!0,this.canExport=(c=e==null?void 0:e.canExport)!=null?c:!0,this.canDelete=(h=e==null?void 0:e.canDelete)!=null?h:!1,this.maxSize=(v=e==null?void 0:e.maxSize)!=null?v:B_,this.defaultValue=(g=e==null?void 0:e.defaultValue)!=null?g:[],this.wpsSetting=new ro(e==null?void 0:e.wpsSetting),this.revisionsMode=(C=e==null?void 0:e.revisionsMode)!=null?C:!1}}mn.Rules=eC,mn.RuntimeRules=tC;class vn extends B{constructor(e){super(e),this.props=new mn(e==null?void 0:e.props)}static get controlName(){return"\u5728\u7EBF\u6587\u6863"}static get controlIcon(){return"iconwps"}static get controlType(){return"wps"}}vn.controlEventKeys=["on_change","on_wps_open"],vn.controlFieldType=b.FILE,vn.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],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 Nc extends R{constructor(e){super(e),this.props=new mn(e==null?void 0:e.props)}static get controlType(){return"wps"}}Nc.controlFieldType=b.FILE;var $c={Designer:vn,Runtime:Nc,Property:mn};class nC extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")}],this.businessScope={type:"any"},Mn.call(this,e,Ve.controlCustomAttributes),e.businessType===Fe.ASSIGN&&(this.businessScope={type:"array",required:!0,message:d.getMessage("pleaseAssignBusiness")})}}class iC extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class gn extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_,E;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=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.rangeOptions=(l=e==null?void 0:e.rangeOptions)!=null?l:[],this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],this.displayLevel=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(c=e==null?void 0:e.showSubDept)!=null?c:!0,this.caption=(h=e==null?void 0:e.caption)!=null?h:Ve.controlName,this.placeholder=(v=e==null?void 0:e.placeholder)!=null?v:"\u8BF7\u9009\u62E9\u90E8\u95E8",this.datasourceBind=new kn((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:Ve.controlCustomAttributes}),this.datasourceType=(C=e==null?void 0:e.datasourceType)!=null?C:si.INTERNAL,this.businessScope=(I=e==null?void 0:e.businessScope)!=null?I:[],this.businessType=(_=e==null?void 0:e.businessType)!=null?_:Fe.ALL,this.openMultistageFilling=(E=e==null?void 0:e.openMultistageFilling)!=null?E:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(m=>{var w;(w=this.multistageFilling)==null||w.push(new ne(m))}))}}gn.Rules=nC,gn.RuntimeRules=iC;class Ve extends B{constructor(e){super(e),this.props=new gn(e==null?void 0:e.props)}static get controlIcon(){return"icondepartment_new"}static get controlType(){return"department2"}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",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="\u90E8\u95E8",Ve.controlFieldType=b.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],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-datasource-setting",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 Mc extends R{constructor(e){super(e),this.props=new gn(e==null?void 0:e.props)}static get controlType(){return"department2"}}Mc.controlFieldType=b.DEPARTMENTS;var Vc={Designer:Ve,Runtime:Mc,Property:gn};class uC extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:d.getMessage("isNotObject")}],this.businessScope={type:"any"},Mn.call(this,e,He.controlCustomAttributes),e.businessType===Fe.ASSIGN&&(this.businessScope={type:"array",required:!0,message:d.getMessage("pleaseAssignBusiness")})}}class aC extends ${constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class bn extends O{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_,E,m,w,x;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 Ou(e==null?void 0:e.listPageBind),this.defaultValueType=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.rangeOptions=(l=e==null?void 0:e.rangeOptions)!=null?l:[],this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:[],this.displayLevel=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(c=e==null?void 0:e.showSubDept)!=null?c:!0,this.caption=(h=e==null?void 0:e.caption)!=null?h:He.controlName,this.placeholder=(v=e==null?void 0:e.placeholder)!=null?v:"\u8BF7\u9009\u62E9\u7EC4\u7EC7",this.datasourceBind=new Gm((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:He.controlCustomAttributes}),this.datasourceType=(C=e==null?void 0:e.datasourceType)!=null?C:si.INTERNAL,this.businessScope=(I=e==null?void 0:e.businessScope)!=null?I:[],this.businessType=(_=e==null?void 0:e.businessType)!=null?_:Fe.ALL,this.organizingFunction=(E=e==null?void 0:e.organizingFunction)!=null?E:void 0,this.organizationView=(m=e==null?void 0:e.organizationView)!=null?m:void 0,this.showSelectedDetail=(w=e==null?void 0:e.showSelectedDetail)!=null?w:!1,this.selectedContentConfig=new Du(e==null?void 0:e.selectedContentConfig),this.openMultistageFilling=(x=e==null?void 0:e.openMultistageFilling)!=null?x:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(P=>{var D;(D=this.multistageFilling)==null||D.push(new ne(P))}))}}bn.Rules=uC,bn.RuntimeRules=aC;class He extends B{constructor(e){super(e),this.props=new bn(e==null?void 0:e.props)}static get controlIcon(){return"icondepartment_new"}static get controlType(){return"organization-selection"}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",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}}He.controlName="\u4E1A\u52A1\u7EC4\u7EC7",He.controlFieldType=b.DEPARTMENTS,He.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],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 Hc extends R{constructor(e){super(e),this.props=new bn(e==null?void 0:e.props)}static get controlType(){return"organization-selection"}}Hc.controlFieldType=b.DEPARTMENTS;var jc={Designer:He,Runtime:Hc,Property:bn};class lC extends Z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:d.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:200,message:d.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue=[{type:"string",max:200,min:0,message:d.getMessage("stringRangeError")},{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=d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength}),this.defaultValue[1].pattern=Me(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class rC extends ${constructor(e){super(e),this.push({type:"string",message:d.getMessage("isNotString")},{max:e.maxLength,min:e.minLength,message:d.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Me(e.regularRules.expression),message:e.regularRules.errMessage})}}class _n extends O{constructor(e){var n,i,u,a,l,r,s;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 xu(e==null?void 0:e.regularRules),this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:"",this.caption=(a=e==null?void 0:e.caption)!=null?a:Cn.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.encrypted=(r=e==null?void 0:e.encrypted)!=null?r:!1,this.encryptedMode=(s=e==null?void 0:e.encryptedMode)!=null?s:""}}_n.Rules=lC,_n.RuntimeRules=rC;class Cn extends B{constructor(e){super(e),this.props=new _n(e==null?void 0:e.props)}static get controlName(){return"\u654F\u611F\u4FE1\u606F"}static get controlIcon(){return"iconSingleline_new1"}static get controlType(){return"sensitiven-information"}}Cn.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Cn.controlFieldType=b.VARCHAR,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],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:"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 qc extends R{constructor(e){super(e),this.props=new _n(e==null?void 0:e.props)}static get controlType(){return"sensitiven-information"}}qc.controlFieldType=b.VARCHAR;var Uc={Designer:Cn,Runtime:qc,Property:_n},oC=Object.freeze({__proto__:null,Input:$o,Checkbox:Vo,Radio:jo,Number:Uo,DatePicker:Ko,DateRange:Go,Textarea:Qo,RichText:Jo,Select:po,SelectMultiple:tc,Employee:ic,Image:lc,Attachment:uc,Amount:oc,Score:sc,Address:hc,Department:yc,AutoNumber:vc,Calc:bc,SearchNumberRange:Cc,SearchDateRange:Ic,VueFormItem:Sc,SelectRelation:Tc,SearchInput:Bc,Tree:Dc,Employee2:Fc,ElectronicSignature:Lc,WPS:$c,Department2:Vc,OrganizationSelection:jc,SensitivenInformation:Uc});class Wc extends H{static get controlName(){return"\u753B\u5E03"}static get controlIcon(){return"grid"}static get controlType(){return"grid"}constructor(e){super(e)}}Wc.excludes=[A.GRID];class cC extends j{static get controlType(){return"grid"}constructor(e){super(e)}}var Kc={Designer:Wc,Runtime:cC,Property:M};const sC=24;class je extends M{constructor(e){var n,i;super(e),this.span=(n=e==null?void 0:e.span)!=null?n:sC,this.offset=(i=e==null?void 0:e.offset)!=null?i:0}}class wn extends H{constructor(e){super(e),this.props=new je(e==null?void 0:e.props)}static get controlName(){return"\u6805\u683C\u5217"}static get controlType(){return"col"}static get controlIcon(){return"col"}}wn.excludes=[A.COL,A.CARD_GROUP,A.SUBTABLE,A.SUBTABLE_COLUMN,A.GRID_LAYOUT_CONTAINER,A.DIVIDER],wn.childrenMaxLength=1;class Ka extends j{constructor(e){super(e),this.props=new je(e==null?void 0:e.props)}static get controlType(){return"col"}}var zc={Designer:wn,Runtime:Ka,Property:je};class qi extends M{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 Ui extends H{constructor(e){super(e),this.props=new qi(e==null?void 0:e.props)}static get controlName(){return"\u6805\u683C\u5E03\u5C40"}static get controlType(){return"row"}static get controlIcon(){return"iconyihangduolie"}}Ui.excludes=[A.ROW],Ui.setting=[{key:"col-setting",visible:!0}];class Gc extends j{constructor(e){super(e),this.props=new qi(e==null?void 0:e.props)}static get controlType(){return"row"}}var Zc={Designer:Ui,Runtime:Gc,Property:qi};const dC=4;class Wi extends Ui{static get controlName(){return"\u6805\u683C\u7B49\u5206\u884C"}static get controlType(){return"grid-row"}static get controlIcon(){return"grid-row"}constructor(e){super(e)}}Wi.excludes=[A.GRID_ROW],Wi.setting=[],Wi.childrenMaxLength=dC;class hC extends Gc{static get controlType(){return"grid-row"}constructor(e){super(e)}}class fC extends qi{constructor(e){super(e)}}var Qc={Designer:Wi,Runtime:hC,Property:fC};class yC extends M.Rules{constructor(){super(...arguments),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")}}}class Ki extends M{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:"\u5206\u7EC4",this.collapse=(i=e==null?void 0:e.collapse)!=null?i:"none"}}Ki.Rules=yC;class za extends H{constructor(e){super(e),this.props=new Ki(e==null?void 0:e.props)}static get controlName(){return"\u5206\u7EC4"}static get controlIcon(){return"iconfenzu6"}static get controlType(){return"card-group"}}za.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"collapse-setting",visible:!0},{key:"super-setting",visible:!0}],za.excludes=[A.CARD_GROUP];class mC extends j{constructor(e){super(e),this.props=new Ki(e==null?void 0:e.props)}static get controlType(){return"card-group"}}var Xc={Designer:za,Runtime:mC,Property:Ki};class vC extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},this.width={type:"number",required:!1,message:d.getMessage("pleaseEnterColumnWidth")},this.captionTip={type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class zi extends M{constructor(e){var n,i,u,a,l;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=(a=e==null?void 0:e.captionTip)!=null?a:"",this.isHideCaption=(l=e==null?void 0:e.isHideCaption)!=null?l:!1,this.metaAutoWidth=new Mm(e==null?void 0:e.metaAutoWidth)}}zi.Rules=vC;class he extends H{constructor(e){super(e),this.props=new zi(e==null?void 0:e.props)}}he.controlName="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",he.controlType="subtable-column",he.controlIcon="subtable-column",he.childrenMaxLength=1,he.excludes=[A.SUBTABLE,A.SUBTABLE_COLUMN,A.ROW,A.COL,A.CARD_GROUP,A.DIVIDER,A.TEXT],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 Jc extends j{constructor(e){super(e),this.props=new zi(e==null?void 0:e.props)}}Jc.controlType="subtable-column";var Yc={Designer:he,Runtime:Jc,Property:zi};class Ga extends M{constructor(e){super(e)}}class qe extends H{constructor(e){super(e),this.props=new Ga(e==null?void 0:e.props)}}qe.controlName="\u660E\u7EC6\u5B50\u8868\u884C",qe.controlType="subtable-row",qe.controlIcon="subtable-row",qe.childrenMaxLength=1,qe.excludes=[A.SUBTABLE,A.SUBTABLE_COLUMN,A.SUBTABLE_ROW,A.ROW,A.COL,A.CARD_GROUP,A.DIVIDER,A.TEXT],qe.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0}];class gC extends j{constructor(e){super(e),this.props=new Ga(e==null?void 0:e.props)}static get controlType(){return"subtable-row"}}var pc={Designer:qe,Runtime:gC,Property:Ga};class Za extends M{constructor(e){var n,i,u,a,l,r,s,c,h,v;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=(a=e==null?void 0:e.fieldCode)!=null?a:"",this.fieldType=(l=e==null?void 0:e.fieldType)!=null?l:b.VARCHAR,this.fieldName=(r=e==null?void 0:e.fieldName)!=null?r:"",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.textCleanFormart=(s=e==null?void 0:e.textCleanFormart)!=null?s:!1,this.decimalKeepPrecision=(c=e==null?void 0:e.decimalKeepPrecision)!=null?c:0,this.timestampDateType=(h=e==null?void 0:e.timestampDateType)!=null?h:at.DATE,this.departmentDisplayLevel=(v=e==null?void 0:e.departmentDisplayLevel)!=null?v:1}}class Ue extends H{constructor(e){super(e),this.props=new Za(e==null?void 0:e.props)}}Ue.controlName="\u5217\u8868\u5355\u5143\u683C",Ue.controlType="gridtable-column",Ue.controlIcon="gridtable-column",Ue.childrenMaxLength=1,Ue.excludes=[A.GRID_TABLE,A.GRID_TABLE_COLUMN,A.ROW,A.COL,A.CARD_GROUP,A.DIVIDER,A.TEXT],Ue.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-fixed",visible:!0}];class es extends j{constructor(e){super(e),this.props=new Za(e==null?void 0:e.props)}}es.controlType="gridtable-column";var ts={Designer:Ue,Runtime:es,Property:Za};class Qa extends M{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 Xa extends H{constructor(e){super(e),this.props=new Qa(e==null?void 0:e.props)}static get controlName(){return"\u6362\u884C\u5BB9\u5668"}static get controlType(){return"grid-layout-container"}static get controlIcon(){return"icona-huanhangrongqi1"}}Xa.excludes=[A.GRID_LAYOUT_CONTAINER,A.CARD_GROUP,A.TAB],Xa.setting=[{key:"grid-child-min-width",visible:!0},{key:"grid-col-gap",visible:!0}];class bC extends j{constructor(e){super(e),this.props=new Qa(e==null?void 0:e.props)}static get controlType(){return"grid-layout-container"}}var ns={Designer:Xa,Runtime:bC,Property:Qa};class Ja extends M{constructor(e){var n;super(e),this.mobileShowType=(n=e==null?void 0:e.mobileShowType)!=null?n:"vertical"}}class _C extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")}}}class Gi extends M{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:En.controlName}}Gi.Rules=_C;class In extends H{constructor(e){super(e),this.props=new Gi(e==null?void 0:e.props)}static get controlName(){return"\u6807\u7B7E\u5355\u5143"}static get controlType(){return"tab-pane"}static get controlIcon(){return"tab-pane"}}In.excludes=[A.TAB],In.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[o.IS_HIDE]},{key:"super-setting",visible:!0}];class CC extends j{constructor(e){super(e),this.props=new Gi(e==null?void 0:e.props)}static get controlType(){return"tab-pane"}}var is={Designer:In,Runtime:CC,Property:Gi};class En extends H{constructor(e){var n;super(e),this.props=new Ja(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[new In,new In]}static get controlName(){return"\u6807\u7B7E\u9875"}static get controlType(){return"tab"}static get controlIcon(){return"iconmanage11"}}En.excludes=[A.TAB],En.controlEventKeys=["on_change_tab"],En.setting=[{key:"tab-mobile-show-type",visible:!0},{key:"super-setting",visible:!0}];class wC extends j{constructor(e){super(e),this.props=new Ja(e==null?void 0:e.props)}static get controlType(){return"tab"}}var us={Designer:En,Runtime:wC,Property:Ja};class as extends M{constructor(e){super(e)}}class ls extends H{constructor(e){super(e),this.props=new as({}),this.children=(e==null?void 0:e.children)||[new wn({props:new je({span:12})}),new wn({props:new je({span:12})})]}static get controlName(){return"\u5DE5\u5177\u680F"}static get controlType(){return"toolbox"}static get controlIcon(){return"toolbox"}}ls.excludes=[A.GRID_ROW,A.ROW,A.GRID,A.SUBTABLE,A.TAB,A.TOOLBOX];class IC extends j{static get controlType(){return"toolbox"}constructor(e){super(e),this.children=(e==null?void 0:e.children)||[new Ka({props:new je({span:12})}),new Ka({props:new je({span:12})})]}}var rs={Designer:ls,Runtime:IC,Property:as};class EC extends $e{constructor(e){super(e),this.push({type:"object",fields:{}})}}class SC extends W{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:d.getMessage("pleaseEnterFieldCode")}),e.isShowJoinRelation&&(this.joinRelation=[{type:"object",message:d.getMessage("isNotObject")},{type:"object",fields:{aliasCode:{type:"string",required:!0,message:d.getMessage("pleaseEnterAliasCode")},datasourceBind:[{type:"object",message:d.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:d.getMessage("pleaseSelectDataCode")},svcCode:{type:"string",required:!0,message:d.getMessage("pleaseSelectSvcCode")}}}],relationFields:[{type:"array",message:d.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{joinFieldCode:{type:"string",required:!0,message:d.getMessage("pleaseSelectJoinFieldCode")},mainFieldCode:{type:"string",required:!0,message:d.getMessage("pleaseSelectMainFieldCode")}}}}]}}]),zu.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 Sn extends M{constructor(e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_,E,m,w,x;super(e),this.datasourceBind=new Y(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=(a=e==null?void 0:e.triggerFieldCode)!=null?a:"",this.sublistPage=new Um(e==null?void 0:e.sublistPage),this.isShowJoinRelation=(l=e==null?void 0:e.isShowJoinRelation)!=null?l:!1,this.joinRelation=new Km(e==null?void 0:e.joinRelation),this.showType=(r=e==null?void 0:e.showType)!=null?r:"stretch",this.showFullScreen=(s=e==null?void 0:e.showFullScreen)!=null?s:!1,this.selectionType=(c=e==null?void 0:e.selectionType)!=null?c:"multiple",this.isFixedHeader=(h=e==null?void 0:e.isFixedHeader)!=null?h:!1,this.isShowSelection=(v=e==null?void 0:e.isShowSelection)!=null?v:!1,this.isAllLoaded=(g=e==null?void 0:e.isAllLoaded)!=null?g:!0,this.countType=e==null?void 0:e.countType,this.countLimit=(C=e==null?void 0:e.countLimit)!=null?C:1e5,this.rowStyleType=(I=e==null?void 0:e.rowStyleType)!=null?I:"none",this.rowStyleBgColor=(_=e==null?void 0:e.rowStyleBgColor)!=null?_:"theme",this.rowStyleRules=(e==null?void 0:e.rowStyleRules)&&Array.isArray(e==null?void 0:e.rowStyleRules)?(m=(E=e==null?void 0:e.rowStyleRules)==null?void 0:E.map(P=>new rv(P)))!=null?m:[]:[],this.rowStyleRulesScript=(e==null?void 0:e.rowStyleRulesScript)&&Array.isArray(e==null?void 0:e.rowStyleRulesScript)?(x=(w=e==null?void 0:e.rowStyleRulesScript)==null?void 0:w.map(P=>new ov(P)))!=null?x:[]:[]}}Sn.Rules=SC,Sn.RuntimeRules=EC;class Zi extends H{constructor(e){super(e),this.props=new Sn(e==null?void 0:e.props)}static get controlName(){return"\u5217\u8868\u5BB9\u5668"}static get controlType(){return"list-view"}static get controlIcon(){return"iconyihangduolie"}}Zi.excludes=[A.ROW],Zi.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"],Zi.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-row-style",visible:!0},{key:"super-setting",visible:!0}];class AC extends j{constructor(e){super(e),this.props=new Sn(e==null?void 0:e.props)}static get controlType(){return"list-view"}}var os={Designer:Zi,Runtime:AC,Property:Sn};class TC extends $e{constructor(e){super(e),this.push({type:"object",fields:{}})}}class Qi extends M{constructor(e){var n,i,u,a,l,r;super(e),this.save=new Ae((n=e==null?void 0:e.save)!=null?n:{content:"\u4FDD\u5B58",type:"save",isShow:!1}),this.cancel=new Ae((i=e==null?void 0:e.cancel)!=null?i:{content:"\u53D6\u6D88",type:"cancel",isShow:!1}),this.saveAs=new Ae((u=e==null?void 0:e.saveAs)!=null?u:{content:"\u4FDD\u5B58\u8349\u7A3F",type:"saveAs",isShow:!1}),this.print=new Ae((a=e==null?void 0:e.print)!=null?a:{content:"\u6253\u5370",type:"print",isShow:!1}),this.custom=((l=e==null?void 0:e.custom)!=null?l:[]).map(s=>new Ae(s)),this.isLoading=(r=e==null?void 0:e.isLoading)!=null?r:!1,this.datasourceBind=new Y(e==null?void 0:e.datasourceBind)}}Qi.RuntimeRules=TC;class cs extends H{constructor(e){super(e),this.props=new Qi(e==null?void 0:e.props)}static get controlName(){return"\u6570\u636E\u5BB9\u5668"}static get controlType(){return"data-view"}}cs.excludes=[];class OC extends j{constructor(e){super(e),this.props=new Qi(e==null?void 0:e.props)}static get controlType(){return"data-view"}}var ss={Designer:cs,Runtime:OC,Property:Qi};class PC extends H{static get controlName(){return"\u81EA\u7531\u9875\u9762"}static get controlIcon(){return"page"}static get controlType(){return"page"}constructor(e){super(e)}}class BC extends j{static get controlType(){return"page"}constructor(e){super(e)}}class RC extends M{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 ds={Designer:PC,Runtime:BC,Property:RC};class DC extends H{static get controlName(){return"\u9AD8\u7EA7\u5BB9\u5668"}static get controlIcon(){return"AdvancedContainer"}static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class xC extends j{static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class FC extends M{constructor(e){super(e),this.display=(e==null?void 0:e.display)||"flex",this.flexConfig=new so(e==null?void 0:e.flexConfig)}}var hs={Designer:DC,Runtime:xC,Property:FC};class kC extends H{static get controlName(){return"\u5B9A\u4F4D\u5BB9\u5668"}static get controlIcon(){return"PositioningContainer"}static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class LC extends j{static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class NC extends M{constructor(e){super(e)}}var fs={Designer:kC,Runtime:LC,Property:NC};class $C extends H{static get controlName(){return"\u5B9A\u4F4D\u5B50\u5BB9\u5668"}static get controlIcon(){return"position"}static get controlType(){return"position"}constructor(e){super(e)}}class MC extends j{static get controlType(){return"position"}constructor(e){super(e)}}class VC extends M{constructor(e){var n,i,u,a;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=(a=e==null?void 0:e.top)!=null?a:0}}var ys={Designer:$C,Runtime:MC,Property:VC};class Ya extends M{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 pa extends H{constructor(e){var n;super(e),this.props=new Ya((n=e==null?void 0:e.props)!=null?n:{})}static get controlName(){return"\u6309\u94AE\u64CD\u4F5C\u680F"}static get controlType(){return"action-bar"}static get controlIcon(){return"action-bar"}}pa.excludes=[],pa.setting=[{key:"action-buttons",visible:!0},{key:"action-position",visible:!0},{key:"background-opacity",visible:!0},{key:"buttons-align",visible:!0}];class HC extends j{constructor(e){var n;super(e),this.props=new Ya((n=e==null?void 0:e.props)!=null?n:{})}static get controlType(){return"action-bar"}}var ms={Designer:pa,Runtime:HC,Property:Ya},jC=Object.freeze({__proto__:null,Grid:Kc,Col:zc,Row:Zc,GridRow:Qc,CardGroup:Xc,SubTableColumn:Yc,SubTableRow:pc,GridTableColumn:ts,GridLayoutContainer:ns,Tab:us,TabPane:is,Toolbox:rs,ListView:os,DataView:ss,Page:ds,AdvancedContainer:hs,PositioningContainer:fs,Position:ys,ActionBar:ms});class qC extends W{constructor(e){super(e),this.caption={type:"string",required:!0,message:d.getMessage("pleaseEnterCaption")},this.limitRows=[{type:"number",required:!0,message:d.getMessage("isNotNumber")},{type:"number",min:0,message:d.getMessage("limitRowsCannotBeLessThan0")}],this.formKey={type:"string",required:!1,message:d.getMessage("pleaseEnterForm")},this.maxHeight={type:"number",required:!0,message:d.getMessage("pleaseEnterMaxHeight")},this.captionTip={type:"string",required:!1,message:d.getMessage("pleaseEnterCaptionTip")},this.mobileRowCaption={type:"string",required:!1,message:d.getMessage("pleaseEnterRowCaption")},e.openType==="modal"&&(this.formKey.required=!0),e.isShowCaptionTip&&(this.captionTip.required=!0),e.mobileShowType==="tile"&&(this.mobileRowCaption.required=!0)}}class UC extends $e{constructor(e){super(e),e.isHide||this.push({type:"array",required:e.limitRows>0,message:d.getMessage("runtimeRequired",{caption:e.caption})},{type:"array",validator(n,i,u){i.length<e.limitRows&&u(d.getMessage("TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows})),u()},message:d.getMessage("TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows})})}}const vs=class extends Qn{constructor(t,e){var n,i,u,a,l,r,s,c,h,v,g,C,I,_,E,m,w,x,P,D,re,F,oe,Tn,we,cu,On,wt,Ie,js,qs;super(t,e,vs.mode),this.caption=(n=e==null?void 0:e.caption)!=null?n:Xi.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=(a=e==null?void 0:e.labelPosition)!=null?a:"top",this.openType=(l=e==null?void 0:e.openType)!=null?l:"default",this.formKey=(r=e==null?void 0:e.formKey)!=null?r:"",this.useCustomHeight=(s=e==null?void 0:e.useCustomHeight)!=null?s:!1,this.maxHeight=(c=e==null?void 0:e.maxHeight)!=null?c:oo,this.printMode=(h=e==null?void 0:e.printMode)!=null?h:"row",this.limitRows=(v=e==null?void 0:e.limitRows)!=null?v:1,this.maxRows=(g=e==null?void 0:e.maxRows)!=null?g:null,this.defaultRows=(C=e==null?void 0:e.defaultRows)!=null?C:1,this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.canAdd=(I=e==null?void 0:e.canAdd)!=null?I:!0,this.canDelete=(_=e==null?void 0:e.canDelete)!=null?_:!0,this.canCheck=(E=e==null?void 0:e.canCheck)!=null?E:!1,this.canEdit=(m=e==null?void 0:e.canEdit)!=null?m:!1,this.canImport=(w=e==null?void 0:e.canImport)!=null?w:!1,this.canExport=(x=e==null?void 0:e.canExport)!=null?x:!1,this.canClear=(P=e==null?void 0:e.canClear)!=null?P:!0,this.serverPagination=(D=e==null?void 0:e.serverPagination)!=null?D:!1,this.isShowCaptionTip=(re=e==null?void 0:e.isShowCaptionTip)!=null?re:!1,this.captionTip=(F=e==null?void 0:e.captionTip)!=null?F:"",this.mobileShowType=(oe=e==null?void 0:e.mobileShowType)!=null?oe:"list",this.mobileDefaultNum=(Tn=e==null?void 0:e.mobileDefaultNum)!=null?Tn:10,this.dataStorageDoc=(we=e==null?void 0:e.dataStorageDoc)!=null?we:new Vm,this.fixedColumn=(cu=e==null?void 0:e.fixedColumn)!=null?cu:[],this.mobileRowCaption=(On=e==null?void 0:e.mobileRowCaption)!=null?On:"\u660E\u7EC6",this.mobileIsTile=(wt=e==null?void 0:e.mobileIsTile)!=null?wt:!1,this.isPaste=(Ie=e==null?void 0:e.isPaste)!=null?Ie:!1,this.pageSize=(js=e==null?void 0:e.pageSize)!=null?js:10,this.pageSizeOptions=(qs=e==null?void 0:e.pageSizeOptions)!=null?qs:[10,20,50,100]}};let An=vs;An.Rules=qC,An.RuntimeRules=UC;class Xi extends aa{constructor(e){var n,i;super(e),this.props=new An(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]),((i=e==null?void 0:e.props)==null?void 0:i.footers)===void 0&&(this.props.footers=[])}static get controlName(){return"\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}}Xi.controlEventKeys=["on_list_search","on_list_mounted","on_list_change","on_list_delete","on_list_before_insert","on_list_before_import"],Xi.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]},{key:"default-state",visible:!0},{key:"subtable-btn-setting",visible:!0},{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 WC extends Mr{constructor(e){super(e),this.props=new An(this,e==null?void 0:e.props)}static get controlType(){return"subtable"}getChildrenDataSourceBindLayout(){Tt("Method not implemented.")}getChildrenFormControl(){return[]}}var gs={Designer:Xi,Runtime:WC,Property:An};class el extends Qn{constructor(e,n){var i,u,a,l,r;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=(a=n==null?void 0:n.isShowSelection)!=null?a:!1,this.isShowCustomColumns=(l=n==null?void 0:n.isShowCustomColumns)!=null?l:!0,this.pageSizeOptions=(r=n==null?void 0:n.pageSizeOptions)!=null?r:[10,20,50,100,500]}}class KC extends ve{constructor(e){super(e),this.caption.required=!1}}class Ji extends q{constructor(e){var n,i,u,a,l,r,s,c;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:We.controlName,this.width=(u=e==null?void 0:e.width)!=null?u:60,this.autoWidth.minWidth=(l=(a=e==null?void 0:e.autoWidth)==null?void 0:a.minWidth)!=null?l:60,this.autoWidth.flex=(s=(r=e==null?void 0:e.autoWidth)==null?void 0:r.flex)!=null?s:.4,this.widthType=(c=e==null?void 0:e.widthType)!=null?c:"px"}}Ji.Rules=KC;class We extends X{constructor(e){super(e),this.props=new Ji(e==null?void 0:e.props)}}We.controlType="order-column",We.controlName="\u5E8F\u53F7",We.controlIcon="order-column",We.setting=[{key:"column-fixed",visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0}];class tl extends J{constructor(e){super(e),this.props=new Ji(e==null?void 0:e.props)}}tl.controlType="order-column",tl.controlFieldType=b.DECIMAL;var bs={Designer:We,Runtime:tl,Property:Ji};class nl extends q{constructor(e){var n,i,u,a,l,r;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=(a=e==null?void 0:e.caption)!=null?a:Ce.controlName,this.showType=(l=e==null?void 0:e.showType)!=null?l:"icon",this.limit=(r=e==null?void 0:e.limit)!=null?r:3}}class Ce extends X{constructor(e){super(e),this.props=new nl(e==null?void 0:e.props)}toDataBindModel(){const e=super.toDataBindModel();return this.children.map(n=>{if(n.type===Ei.controlType){const i=n;e.props[i.props.command]=i.props}}),e}validate(e,n){return Ol(this,null,function*(){return yield Tl(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="\u64CD\u4F5C",Ce.controlIcon="operation-column",Ce.setting=[{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-opt-btns",visible:!0},{key:"column-opt-limit",visible:!0},{key:"column-show-type",visible:!0},{key:"column-sort",visible:!0}];class il extends J{constructor(e){super(e),this.props=new nl(e==null?void 0:e.props)}}il.controlType="operation-column",il.controlFieldType=b.FILE;var _s={Designer:Ce,Runtime:il,Property:nl};class Yi extends aa{constructor(e){var n;super(e),this.props=new el(this,e==null?void 0:e.props),fe(this,"children",e==null?void 0:e.children,void 0,"Designer"),(e==null?void 0:e.props.headers)===void 0&&(this.props.headers=[new We,new Ce]),((n=e==null?void 0:e.props)==null?void 0:n.footers)===void 0&&(this.props.footers=[])}static get controlName(){return"\u8868\u683C"}static get controlIcon(){return"iconlistview"}static get controlType(){return"grid-table"}toSchema(){const e=super.toSchema(),n=this.children.map(i=>i.toSchema());return Al(ut({},e),{children:n})}validate(e,n){return Ol(this,null,function*(){return yield Tl(Yi.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(i=>i.validate(e,n))),!0})}}Yi.setting=[{key:"list-fixed-header",visible:!0}];class zC extends Mr{constructor(e){super(e),this.props=new el(this,e==null?void 0:e.props)}static get controlType(){return"grid-table"}getChildrenDataSourceBindLayout(){Tt("Method not implemented.")}getChildrenFormControl(){return[]}getCheckboxProps(e){return{}}}var Cs={Designer:Yi,Runtime:zC,Property:el},GC=Object.freeze({__proto__:null,SubTable:gs,GridTable:Cs});class ZC extends Hr{constructor(e){super(e),De.call(this,e)}}class pi extends q{constructor(e){var n,i,u,a,l,r;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ke.controlName,this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"none",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.options=_e((u=e==null?void 0:e.options)!=null?u:[{}]),this.showLinkOperation=(a=e==null?void 0:e.showLinkOperation)!=null?a:!1,this.linkOperationOption=new be(e==null?void 0:e.linkOperationOption),this.lineEllipsis=(l=e==null?void 0:e.lineEllipsis)!=null?l:1,this.displayPlaintext=(r=e==null?void 0:e.displayPlaintext)!=null?r:!1}}pi.Rules=ZC;class Ke extends X{constructor(e){super(e),this.props=new pi(e==null?void 0:e.props)}}Ke.controlType="varchar-column",Ke.controlName="\u77ED\u6587\u672C",Ke.controlIcon="varchar-column",Ke.controlFieldType=b.VARCHAR,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-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:"column-display-plaintext",visible:!0}];class ul extends J{constructor(e){super(e),this.props=new pi(e==null?void 0:e.props)}}ul.controlType="varchar-column",ul.controlFieldType=b.VARCHAR;var ws={Designer:Ke,Runtime:ul,Property:pi};class QC extends ve{constructor(e){super(e),De.call(this,e)}}class eu extends q{constructor(e){var n,i,u,a;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=(a=e==null?void 0:e.showLinkOperation)!=null?a:!1,this.linkOperationOption=new be(e==null?void 0:e.linkOperationOption)}}eu.Rules=QC;class ze extends X{constructor(e){super(e),this.props=new eu(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="\u957F\u6587\u672C",ze.controlIcon="text-column",ze.controlFieldType=b.TEXT,ze.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}];class al extends J{constructor(e){super(e),this.props=new eu(e==null?void 0:e.props)}}al.controlType="text-column",al.controlFieldType=b.TEXT;var Is={Designer:ze,Runtime:al,Property:eu};class XC extends ve{constructor(e){super(e),De.call(this,e)}}class tu extends q{constructor(e){var n,i,u,a,l,r,s;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ge.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=(a=e==null?void 0:e.percentageFormat)!=null?a:!1,this.optionConfig=(l=e==null?void 0:e.optionConfig)!=null?l:"none",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.options=_e((r=e==null?void 0:e.options)!=null?r:[{}]),this.showLinkOperation=(s=e==null?void 0:e.showLinkOperation)!=null?s:!1,this.linkOperationOption=new be(e==null?void 0:e.linkOperationOption)}}tu.Rules=XC;class Ge extends X{constructor(e){super(e),this.props=new tu(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}}Ge.controlType="decimal-column",Ge.controlName="\u6570\u503C",Ge.controlIcon="decimal-column",Ge.controlFieldType=b.DECIMAL,Ge.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}];class ll extends J{constructor(e){super(e),this.props=new tu(e==null?void 0:e.props)}}ll.controlType="decimal-column",ll.controlFieldType=b.DECIMAL;var Es={Designer:Ge,Runtime:ll,Property:tu};class JC extends ve{constructor(e){super(e),De.call(this,e)}}class nu extends q{constructor(e){var n,i,u;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 be(e==null?void 0:e.linkOperationOption),this.caption=(u=e==null?void 0:e.caption)!=null?u:Ze.controlName}}nu.Rules=JC;class Ze 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}=this.props;n.props.dateType=i}return n}}Ze.controlType="timescope-column",Ze.controlName="\u65E5\u671F\u533A\u95F4",Ze.controlIcon="timescope-column",Ze.controlFieldType=b.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}];class rl extends J{constructor(e){super(e),this.props=new nu(e==null?void 0:e.props)}}rl.controlType="timescope-column",rl.controlFieldType=b.TIMESCOPE;var Ss={Designer:Ze,Runtime:rl,Property:nu};class YC extends ve{constructor(e){super(e),De.call(this,e)}}class iu extends q{constructor(e){var n,i,u;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 be(e==null?void 0:e.linkOperationOption),this.caption=(u=e==null?void 0:e.caption)!=null?u:Qe.controlName}}iu.Rules=YC;class Qe extends X{constructor(e){super(e),this.props=new iu(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{dateType:i}=this.props;n.props.dateType=i}return n}}Qe.controlType="timestamp-column",Qe.controlName="\u65E5\u671F",Qe.controlIcon="timestamp-column",Qe.controlFieldType=b.TIMESTAMP,Qe.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}];class ol extends J{constructor(e){super(e),this.props=new iu(e==null?void 0:e.props)}}ol.controlType="timestamp-column",ol.controlFieldType=b.TIMESTAMP;var As={Designer:Qe,Runtime:ol,Property:iu};class pC extends Hr{constructor(e){super(e),De.call(this,e)}}class uu extends q{constructor(e){var n,i,u,a;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Xe.controlName,this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"none",this.datasourceBind=new Y(e==null?void 0:e.datasourceBind),this.showLinkOperation=(u=e==null?void 0:e.showLinkOperation)!=null?u:!1,this.linkOperationOption=new be(e==null?void 0:e.linkOperationOption),this.options=_e((a=e==null?void 0:e.options)!=null?a:[{}])}}uu.Rules=pC;class Xe extends X{constructor(e){super(e),this.props=new uu(e==null?void 0:e.props)}}Xe.controlType="array-column",Xe.controlName="\u6570\u7EC4",Xe.controlIcon="array-column",Xe.controlFieldType=b.ARRAY,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-fixed",visible:!0},{key:"column-options-setting",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-sort",visible:!0}];class cl extends J{constructor(e){super(e),this.props=new uu(e==null?void 0:e.props)}}cl.controlType="array-column",cl.controlFieldType=b.ARRAY;var Ts={Designer:Xe,Runtime:cl,Property:uu};class sl extends q{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Je.controlName,this.displayLevel=(i=e==null?void 0:e.displayLevel)!=null?i:1}}class Je extends X{constructor(e){super(e),this.props=new sl(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}}Je.controlType="department-column",Je.controlName="\u90E8\u95E8",Je.controlIcon="department-column",Je.controlFieldType=b.DEPARTMENTS,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:"department-level",visible:!0},{key:"column-sort",visible:!0}];class dl extends J{constructor(e){super(e),this.props=new sl(e==null?void 0:e.props)}}dl.controlType="department-column",dl.controlFieldType=b.DEPARTMENTS;var Os={Designer:Je,Runtime:dl,Property:sl};class ew extends ve{constructor(e){super(e),De.call(this,e)}}class au extends q{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ye.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new be(e==null?void 0:e.linkOperationOption)}}au.Rules=ew;class Ye extends X{constructor(e){super(e),this.props=new au(e==null?void 0:e.props)}}Ye.controlType="auto-number-column",Ye.controlName="\u81EA\u52A8\u7F16\u53F7",Ye.controlIcon="auto-number-column",Ye.controlFieldType=b.AUTO_NUMBER,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:"column-link-operation",visible:!0},{key:"column-sort",visible:!0}];class hl extends J{constructor(e){super(e),this.props=new au(e==null?void 0:e.props)}}hl.controlType="auto-number-column",hl.controlFieldType=b.AUTO_NUMBER;var Ps={Designer:Ye,Runtime:hl,Property:au};class fl extends q{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:pe.controlName}}class pe extends X{constructor(e){super(e),this.props=new fl(e==null?void 0:e.props)}}pe.controlType="file-column",pe.controlName="\u9644\u4EF6",pe.controlIcon="file-column",pe.controlFieldType=b.FILE,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-sort",visible:!0}];class yl extends J{constructor(e){super(e),this.props=new fl(e==null?void 0:e.props)}}yl.controlType="file-column",yl.controlFieldType=b.FILE;var Bs={Designer:pe,Runtime:yl,Property:fl};class ml extends q{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:et.controlName}}class et extends X{constructor(e){super(e),this.props=new ml(e==null?void 0:e.props)}}et.controlType="image-column",et.controlName="\u56FE\u7247",et.controlIcon="image-column",et.controlFieldType=b.IMAGE,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:"column-fixed",visible:!0},{key:"column-sort",visible:!0}];class vl extends J{constructor(e){super(e),this.props=new ml(e==null?void 0:e.props)}}vl.controlType="image-column",vl.controlFieldType=b.IMAGE;var Rs={Designer:et,Runtime:vl,Property:ml};class gl extends q{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 gl(e==null?void 0:e.props)}}tt.controlType="people-column",tt.controlName="\u4EBA\u5458",tt.controlIcon="people-column",tt.controlFieldType=b.EMPLOYEES,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}];class bl extends J{constructor(e){super(e),this.props=new gl(e==null?void 0:e.props)}}bl.controlType="people-column",bl.controlFieldType=b.EMPLOYEES;var Ds={Designer:tt,Runtime:bl,Property:gl};class tw extends ve{constructor(e){super(e),De.call(this,e)}}class lu extends q{constructor(e){var n,i;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 be(e==null?void 0:e.linkOperationOption)}}lu.Rules=tw;class nt extends X{constructor(e){super(e),this.props=new lu(e==null?void 0:e.props)}}nt.controlType="location-column",nt.controlName="\u5730\u5740",nt.controlIcon="location-column",nt.controlFieldType=b.ADDRESS,nt.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[o.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0},{key:"column-fixed",visible:!0},{key:"column-link-operation",visible:!0},{key:"column-sort",visible:!0}];class _l extends J{constructor(e){super(e),this.props=new lu(e==null?void 0:e.props)}}_l.controlType="location-column",_l.controlFieldType=b.ADDRESS;var xs={Designer:nt,Runtime:_l,Property:lu};class nw extends ve{constructor(e){super(e),this.sortFieldCode={type:"string",message:d.getMessage("pleaseSelectSortFieldCode")},e.sort===!0&&(this.sortFieldCode.required=!0)}}class ru extends q{constructor(e){var n,i,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Le.controlName,this.fieldCodeList=(i=e==null?void 0:e.fieldCodeList)!=null?i:[],this.sortFieldCode=(u=e==null?void 0:e.sortFieldCode)!=null?u:""}}ru.Rules=nw;const iw=1;class Le extends X{constructor(e){super(e);const{excludes:n,childrenMaxLength:i}=new.target;this.props=new ru(e==null?void 0:e.props),fe(this,"children",e==null?void 0:e.children,void 0,"Designer"),this.excludes=Ee(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}}Le.controlType="custom-column",Le.controlName="\u81EA\u5B9A\u4E49",Le.controlIcon="custom-column",Le.excludes=[],Le.childrenMaxLength=iw,Le.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}];class Fs extends J{constructor(e){super(e),this.props=new ru(e==null?void 0:e.props),fe(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}Fs.controlType="custom-column";var ks={Designer:Le,Runtime:Fs,Property:ru};class Cl extends q{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ne.controlName,this.datasourceBind=new kn((i=e==null?void 0:e.datasourceBind)!=null?i:{attributes:Ne.controlCustomAttributes})}}class Ne extends X{constructor(e){super(e),this.props=new Cl(e==null?void 0:e.props)}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",required:!0}]}}Ne.controlType="employee-column",Ne.controlName="\u4EBA\u5458",Ne.controlIcon="employee-column",Ne.controlFieldType=b.EMPLOYEES,Ne.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}];class wl extends J{constructor(e){super(e),this.props=new Cl(e==null?void 0:e.props)}}wl.controlType="employee-column",wl.controlFieldType=b.EMPLOYEES;var Ls={Designer:Ne,Runtime:wl,Property:Cl};class Il extends q{constructor(e){var n,i,u;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 be(e==null?void 0:e.linkOperationOption),this.lineEllipsis=(u=e==null?void 0:e.lineEllipsis)!=null?u:1}}class it extends X{constructor(e){super(e),this.props=new Il(e==null?void 0:e.props)}}it.controlType="approval-status-column",it.controlName="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",it.controlIcon="approval-status-column",it.excludes=[],it.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}];class Ns extends J{constructor(e){super(e),this.props=new Il(e==null?void 0:e.props)}}Ns.controlType="approval-status-column";var $s={Designer:it,Runtime:Ns,Property:Il},uw=Object.freeze({__proto__:null,VarcharColumn:ws,TextColumn:Is,DecimalColumn:Es,TimescopeColumn:Ss,TimestampColumn:As,ArrayColumn:Ts,DepartmentColumn:Os,AutoNumberColumn:Ps,FileColumn:Bs,ImageColumn:Rs,PeopleColumn:Ds,LocationColumn:xs,CustomColumn:ks,OrderColumn:bs,OperationColumn:_s,EmployeeColumn:Ls,ApprovalStatusColumn:$s});class aw extends $e{constructor(e){super(e),this.push({type:"object",fields:{}})}}class ou extends va{constructor(e){var n,i,u,a,l,r,s,c,h,v;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 Ae((a=e==null?void 0:e.search)!=null?a:{content:"\u67E5\u8BE2",isShow:!0}),this.cancel=new Ae((l=e==null?void 0:e.cancel)!=null?l:{content:"\u91CD\u7F6E",isShow:!0}),this.isLoading=(r=e==null?void 0:e.isLoading)!=null?r:!1,this.custom=((s=e==null?void 0:e.custom)!=null?s:[]).map(g=>new Ae(g)),this.queryTypeMap=(c=e==null?void 0:e.queryTypeMap)!=null?c:[],this.childMinWidth=(h=e==null?void 0:e.childMinWidth)!=null?h:230,this.colGap=(v=e==null?void 0:e.colGap)!=null?v:24}}ou.RuntimeRules=aw;class El extends ib{constructor(e){super(e),this.props=new ou(e==null?void 0:e.props)}}El.controlType="simple-search",El.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 Ms extends sb{constructor(e){var n;super(e),this.props=new ou(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[]}}Ms.controlType="simple-search";var Vs={Designer:El,Runtime:Ms,Property:ou},lw=Object.freeze({__proto__:null,SimpleSearch:Vs});class Sl extends Ca{constructor(e){var n;super(e),this.wholeRow=(n=e==null?void 0:e.wholeRow)!=null?n:!1}}class rw extends Eb{constructor(e){super(e),this.props=new Sl(e==null?void 0:e.props)}static get controlName(){return"\u6362\u884C\u5BB9\u5668Wrap"}static get controlIcon(){return"page"}static get controlType(){return"grid-layout-wrap"}}class ow extends Rb{constructor(e){super(e),this.props=new Sl(e==null?void 0:e.props)}static get controlType(){return"grid-layout-wrap"}}function bw(t){return t}var cw={fields:[{key:"wholeRow",type:"boolean",component:"switch",label:"\u5145\u6EE1\u6574\u884C",props:{updateParent:!0}}],groups:[{items:["wholeRow"]}]},Hs={Designer:rw,Runtime:ow,Property:Sl,Setting:cw},sw=Object.freeze({__proto__:null,GridLayoutWrap:Hs});y.ActionBar=ms,y.Address=hc,y.AdvancedContainer=hs,y.Amount=oc,y.ApprovalStatusColumn=$s,y.ArrayColumn=Ts,y.AssignType=Fe,y.Attachment=uc,y.AutoNumber=vc,y.AutoNumberColumn=Ps,y.BatchDeleteButton=Lo,y.BatchPrintListButton=xo,y.BatchPrintRecordListButton=Fo,y.BatchSubmissionListButton=go,y.Button=io,y.Calc=bc,y.CardGroup=Xc,y.Checkbox=Vo,y.Col=zc,y.CreateFormListButton=vo,y.CustomColumn=ks,y.DATE_CONFIG_TYPE=uo,y.DATE_LIMIT_TYPE=ao,y.Dashboard=Oo,y.DataView=ss,y.DatePicker=Ko,y.DateRange=Go,y.DecimalColumn=Es,y.Department=yc,y.Department2=Vc,y.DepartmentColumn=Os,y.DepartmentType=si,y.Divider=yo,y.ElectronicSignature=Lc,y.ElectronicSignatureConfig=lo,y.Employee=ic,y.Employee2=Fc,y.EmployeeColumn=Ls,y.EncryptTypeEnum=ho,y.Explain=ci,y.ExportListButton=_o,y.ExportRecordListButton=Co,y.ExportTemplate=Ba,y.FileColumn=Bs,y.FlexStyleConfig=so,y.FormSelectButton=Io,y.Grid=Kc,y.GridLayoutContainer=ns,y.GridLayoutWrap=Hs,y.GridRow=Qc,y.GridTable=Cs,y.GridTableColumn=ts,y.Image=lc,y.ImageColumn=Rs,y.ImportRecordListButton=wo,y.Input=$o,y.InternalType=xa,y.InvoiceCheckButton=Do,y.LINE_STYLE=Oa,y.LimitDate=oi,y.Link=no,y.ListSelectButton=Eo,y.ListView=os,y.ListViewSelect=Bo,y.LocationColumn=xs,y.Number=Uo,y.OperationButton=ko,y.OperationColumn=_s,y.OrderColumn=bs,y.OrganizationSelection=jc,y.OrganizeType=Da,y.Page=ds,y.Pagination=Ao,y.PeopleColumn=Ds,y.Position=ys,y.PositioningContainer=fs,y.PrintTemplate=co,y.Radio=jo,y.RichText=Jo,y.Row=Zc,y.SCORE_TYPE=Ta,y.SUBTABLE_DEFAULT_MAX_HEIGHT=oo,y.Score=sc,y.SearchDateRange=Ic,y.SearchInput=Bc,y.SearchNumberRange=Cc,y.Select=po,y.SelectMultiple=tc,y.SelectRelation=Tc,y.SensitivenInformation=Uc,y.SimpleSearch=Vs,y.SubTable=gs,y.SubTableColumn=Yc,y.SubTableRow=pc,y.SubmissionRecordListButton=bo,y.Tab=us,y.TabPane=is,y.Text=to,y.TextColumn=Is,y.TextOcrButton=Ro,y.Textarea=Qo,y.TimescopeColumn=Ss,y.TimestampColumn=As,y.Title=mo,y.TitleConfigEnum=xe,y.Toolbox=rs,y.Tree=Dc,y.UndersignedPerson=Pa,y.VarcharColumn=ws,y.VueFormItem=Sc,y.WPS=$c,y.WPSSetting=ro,y.WpsOperationItem=Ra,y.baseControls=h_,y.columnControls=uw,y.formControls=oC,y.initExpression=Me,y.layoutControls=jC,y.listControls=GC,y.searchControls=lw,y.wrapControls=sw,Object.defineProperty(y,"__esModule",{value:!0})});