@byteluck-fe/model-driven-controls 2.22.1-beta.2 → 2.22.2-beta.1

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 (447) 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/property.js +11 -11
  18. package/dist/esm/columnControls/OrderColumn/property.js +3 -3
  19. package/dist/esm/columnControls/PeopleColumn/property.js +2 -2
  20. package/dist/esm/columnControls/TextColumn/property.js +17 -17
  21. package/dist/esm/columnControls/TimescopeColumn/property.js +13 -13
  22. package/dist/esm/columnControls/TimestampColumn/property.js +13 -13
  23. package/dist/esm/columnControls/VarcharColumn/property.js +24 -24
  24. package/dist/esm/formControls/Address/property.js +11 -11
  25. package/dist/esm/formControls/Amount/property.js +34 -34
  26. package/dist/esm/formControls/Attachment/property.js +8 -8
  27. package/dist/esm/formControls/Calc/property.js +25 -25
  28. package/dist/esm/formControls/DateRange/property.js +45 -45
  29. package/dist/esm/formControls/Department/property.js +18 -18
  30. package/dist/esm/formControls/Department2/property.js +22 -22
  31. package/dist/esm/formControls/Employee/property.js +2 -2
  32. package/dist/esm/formControls/Employee2/property.js +2 -2
  33. package/dist/esm/formControls/Image/designer.js +6 -6
  34. package/dist/esm/formControls/Image/property.js +6 -6
  35. package/dist/esm/formControls/Input/property.js +26 -26
  36. package/dist/esm/formControls/Number/property.js +50 -50
  37. package/dist/esm/formControls/OrganizationSelection/property.js +25 -25
  38. package/dist/esm/formControls/Select/property.js +12 -12
  39. package/dist/esm/formControls/SelectMultiple/property.js +12 -12
  40. package/dist/esm/formControls/SelectRelation/property.js +41 -41
  41. package/dist/esm/formControls/Textarea/property.js +19 -19
  42. package/dist/esm/formControls/WPS/designer.js +7 -7
  43. package/dist/esm/framework.js +24 -24
  44. package/dist/esm/index.js +6 -6
  45. package/dist/esm/layoutControls/CardGroup/property.js +5 -5
  46. package/dist/esm/layoutControls/DataView/property.js +12 -12
  47. package/dist/esm/layoutControls/ListView/property.js +66 -66
  48. package/dist/esm/layoutControls/Page/property.js +4 -4
  49. package/dist/esm/layoutControls/SubTableColumn/property.js +13 -13
  50. package/dist/esm/listControls/GridTable/property.js +29 -29
  51. package/dist/esm/listControls/SubTable/property.js +113 -113
  52. package/dist/esm/searchControls/SimpleSearch/property.js +45 -45
  53. package/dist/esm/wrapControls/GridLayoutWrap/Setting.js +6 -6
  54. package/dist/esm/wrapControls/GridLayoutWrap/designer.js +6 -6
  55. package/dist/esm/wrapControls/GridLayoutWrap/index.js +6 -6
  56. package/dist/esm/wrapControls/GridLayoutWrap/runtime.js +6 -6
  57. package/dist/index.umd.js +45 -1
  58. package/dist/types/api-doc-index.d.ts +90 -90
  59. package/dist/types/baseControls/BatchDeleteButton/designer.d.ts +14 -14
  60. package/dist/types/baseControls/BatchDeleteButton/index.d.ts +12 -12
  61. package/dist/types/baseControls/BatchDeleteButton/property.d.ts +14 -14
  62. package/dist/types/baseControls/BatchDeleteButton/runtime.d.ts +9 -9
  63. package/dist/types/baseControls/BatchPrintListButton/designer.d.ts +15 -15
  64. package/dist/types/baseControls/BatchPrintListButton/index.d.ts +12 -12
  65. package/dist/types/baseControls/BatchPrintListButton/property.d.ts +15 -15
  66. package/dist/types/baseControls/BatchPrintListButton/runtime.d.ts +10 -10
  67. package/dist/types/baseControls/BatchPrintRecordListButton/designer.d.ts +16 -16
  68. package/dist/types/baseControls/BatchPrintRecordListButton/index.d.ts +12 -12
  69. package/dist/types/baseControls/BatchPrintRecordListButton/property.d.ts +6 -6
  70. package/dist/types/baseControls/BatchPrintRecordListButton/runtime.d.ts +10 -10
  71. package/dist/types/baseControls/BatchSubmissionListButton/designer.d.ts +15 -15
  72. package/dist/types/baseControls/BatchSubmissionListButton/index.d.ts +12 -12
  73. package/dist/types/baseControls/BatchSubmissionListButton/property.d.ts +27 -27
  74. package/dist/types/baseControls/BatchSubmissionListButton/runtime.d.ts +10 -10
  75. package/dist/types/baseControls/Button/designer.d.ts +14 -14
  76. package/dist/types/baseControls/Button/index.d.ts +12 -12
  77. package/dist/types/baseControls/Button/property.d.ts +55 -55
  78. package/dist/types/baseControls/Button/runtime.d.ts +9 -9
  79. package/dist/types/baseControls/CreateFormListButton/designer.d.ts +15 -15
  80. package/dist/types/baseControls/CreateFormListButton/index.d.ts +12 -12
  81. package/dist/types/baseControls/CreateFormListButton/property.d.ts +15 -15
  82. package/dist/types/baseControls/CreateFormListButton/runtime.d.ts +10 -10
  83. package/dist/types/baseControls/Dashboard/designer.d.ts +12 -12
  84. package/dist/types/baseControls/Dashboard/index.d.ts +12 -12
  85. package/dist/types/baseControls/Dashboard/property.d.ts +22 -22
  86. package/dist/types/baseControls/Dashboard/runtime.d.ts +10 -10
  87. package/dist/types/baseControls/Divider/designer.d.ts +12 -12
  88. package/dist/types/baseControls/Divider/index.d.ts +12 -12
  89. package/dist/types/baseControls/Divider/property.d.ts +9 -9
  90. package/dist/types/baseControls/Divider/runtime.d.ts +10 -10
  91. package/dist/types/baseControls/ExportListButton/designer.d.ts +16 -16
  92. package/dist/types/baseControls/ExportListButton/index.d.ts +12 -12
  93. package/dist/types/baseControls/ExportListButton/property.d.ts +9 -9
  94. package/dist/types/baseControls/ExportListButton/runtime.d.ts +10 -10
  95. package/dist/types/baseControls/ExportRecordListButton/designer.d.ts +16 -16
  96. package/dist/types/baseControls/ExportRecordListButton/index.d.ts +12 -12
  97. package/dist/types/baseControls/ExportRecordListButton/property.d.ts +6 -6
  98. package/dist/types/baseControls/ExportRecordListButton/runtime.d.ts +10 -10
  99. package/dist/types/baseControls/FormSelectButton/designer.d.ts +15 -15
  100. package/dist/types/baseControls/FormSelectButton/index.d.ts +12 -12
  101. package/dist/types/baseControls/FormSelectButton/property.d.ts +19 -19
  102. package/dist/types/baseControls/FormSelectButton/runtime.d.ts +10 -10
  103. package/dist/types/baseControls/ImportRecordListButton/designer.d.ts +16 -16
  104. package/dist/types/baseControls/ImportRecordListButton/index.d.ts +12 -12
  105. package/dist/types/baseControls/ImportRecordListButton/property.d.ts +12 -12
  106. package/dist/types/baseControls/ImportRecordListButton/runtime.d.ts +10 -10
  107. package/dist/types/baseControls/InvoiceCheckButton/designer.d.ts +15 -15
  108. package/dist/types/baseControls/InvoiceCheckButton/index.d.ts +12 -12
  109. package/dist/types/baseControls/InvoiceCheckButton/property.d.ts +25 -25
  110. package/dist/types/baseControls/InvoiceCheckButton/runtime.d.ts +10 -10
  111. package/dist/types/baseControls/Link/designer.d.ts +13 -13
  112. package/dist/types/baseControls/Link/index.d.ts +12 -12
  113. package/dist/types/baseControls/Link/property.d.ts +9 -9
  114. package/dist/types/baseControls/Link/runtime.d.ts +10 -10
  115. package/dist/types/baseControls/ListSelectButton/designer.d.ts +15 -15
  116. package/dist/types/baseControls/ListSelectButton/index.d.ts +12 -12
  117. package/dist/types/baseControls/ListSelectButton/property.d.ts +42 -42
  118. package/dist/types/baseControls/ListSelectButton/runtime.d.ts +10 -10
  119. package/dist/types/baseControls/ListViewSelect/designer.d.ts +12 -12
  120. package/dist/types/baseControls/ListViewSelect/index.d.ts +12 -12
  121. package/dist/types/baseControls/ListViewSelect/property.d.ts +15 -15
  122. package/dist/types/baseControls/ListViewSelect/runtime.d.ts +9 -9
  123. package/dist/types/baseControls/OperationButton/designer.d.ts +13 -13
  124. package/dist/types/baseControls/OperationButton/index.d.ts +12 -12
  125. package/dist/types/baseControls/OperationButton/property.d.ts +25 -25
  126. package/dist/types/baseControls/OperationButton/runtime.d.ts +9 -9
  127. package/dist/types/baseControls/Pagination/designer.d.ts +13 -13
  128. package/dist/types/baseControls/Pagination/index.d.ts +12 -12
  129. package/dist/types/baseControls/Pagination/property.d.ts +14 -14
  130. package/dist/types/baseControls/Pagination/runtime.d.ts +10 -10
  131. package/dist/types/baseControls/SubmissionRecordListButton/designer.d.ts +16 -16
  132. package/dist/types/baseControls/SubmissionRecordListButton/index.d.ts +12 -12
  133. package/dist/types/baseControls/SubmissionRecordListButton/property.d.ts +6 -6
  134. package/dist/types/baseControls/SubmissionRecordListButton/runtime.d.ts +10 -10
  135. package/dist/types/baseControls/Text/designer.d.ts +12 -12
  136. package/dist/types/baseControls/Text/index.d.ts +12 -12
  137. package/dist/types/baseControls/Text/property.d.ts +12 -12
  138. package/dist/types/baseControls/Text/runtime.d.ts +10 -10
  139. package/dist/types/baseControls/TextOcrButton/designer.d.ts +15 -15
  140. package/dist/types/baseControls/TextOcrButton/index.d.ts +12 -12
  141. package/dist/types/baseControls/TextOcrButton/property.d.ts +25 -25
  142. package/dist/types/baseControls/TextOcrButton/runtime.d.ts +10 -10
  143. package/dist/types/baseControls/Title/designer.d.ts +14 -14
  144. package/dist/types/baseControls/Title/index.d.ts +12 -12
  145. package/dist/types/baseControls/Title/property.d.ts +19 -19
  146. package/dist/types/baseControls/Title/runtime.d.ts +10 -10
  147. package/dist/types/baseControls/index.d.ts +22 -22
  148. package/dist/types/baseControls/utils.d.ts +2 -2
  149. package/dist/types/columnControls/ApprovalStatusColumn/designer.d.ts +14 -14
  150. package/dist/types/columnControls/ApprovalStatusColumn/index.d.ts +12 -12
  151. package/dist/types/columnControls/ApprovalStatusColumn/property.d.ts +28 -28
  152. package/dist/types/columnControls/ApprovalStatusColumn/runtime.d.ts +12 -12
  153. package/dist/types/columnControls/ArrayColumn/designer.d.ts +14 -14
  154. package/dist/types/columnControls/ArrayColumn/index.d.ts +12 -12
  155. package/dist/types/columnControls/ArrayColumn/property.d.ts +48 -48
  156. package/dist/types/columnControls/ArrayColumn/runtime.d.ts +12 -12
  157. package/dist/types/columnControls/AutoNumberColumn/designer.d.ts +14 -14
  158. package/dist/types/columnControls/AutoNumberColumn/index.d.ts +12 -12
  159. package/dist/types/columnControls/AutoNumberColumn/property.d.ts +24 -24
  160. package/dist/types/columnControls/AutoNumberColumn/runtime.d.ts +12 -12
  161. package/dist/types/columnControls/CustomColumn/designer.d.ts +20 -20
  162. package/dist/types/columnControls/CustomColumn/index.d.ts +12 -12
  163. package/dist/types/columnControls/CustomColumn/property.d.ts +18 -18
  164. package/dist/types/columnControls/CustomColumn/runtime.d.ts +12 -12
  165. package/dist/types/columnControls/DecimalColumn/designer.d.ts +15 -15
  166. package/dist/types/columnControls/DecimalColumn/index.d.ts +12 -12
  167. package/dist/types/columnControls/DecimalColumn/property.d.ts +59 -59
  168. package/dist/types/columnControls/DecimalColumn/runtime.d.ts +12 -12
  169. package/dist/types/columnControls/DepartmentColumn/designer.d.ts +15 -15
  170. package/dist/types/columnControls/DepartmentColumn/index.d.ts +12 -12
  171. package/dist/types/columnControls/DepartmentColumn/property.d.ts +16 -16
  172. package/dist/types/columnControls/DepartmentColumn/runtime.d.ts +12 -12
  173. package/dist/types/columnControls/EmployeeColumn/designer.d.ts +19 -19
  174. package/dist/types/columnControls/EmployeeColumn/index.d.ts +12 -12
  175. package/dist/types/columnControls/EmployeeColumn/property.d.ts +15 -15
  176. package/dist/types/columnControls/EmployeeColumn/runtime.d.ts +12 -12
  177. package/dist/types/columnControls/FileColumn/designer.d.ts +14 -14
  178. package/dist/types/columnControls/FileColumn/index.d.ts +12 -12
  179. package/dist/types/columnControls/FileColumn/property.d.ts +9 -9
  180. package/dist/types/columnControls/FileColumn/runtime.d.ts +12 -12
  181. package/dist/types/columnControls/ImageColumn/designer.d.ts +14 -14
  182. package/dist/types/columnControls/ImageColumn/index.d.ts +12 -12
  183. package/dist/types/columnControls/ImageColumn/property.d.ts +9 -9
  184. package/dist/types/columnControls/ImageColumn/runtime.d.ts +12 -12
  185. package/dist/types/columnControls/LocationColumn/designer.d.ts +14 -14
  186. package/dist/types/columnControls/LocationColumn/index.d.ts +12 -12
  187. package/dist/types/columnControls/LocationColumn/property.d.ts +24 -24
  188. package/dist/types/columnControls/LocationColumn/runtime.d.ts +12 -12
  189. package/dist/types/columnControls/OperationColumn/designer.d.ts +14 -14
  190. package/dist/types/columnControls/OperationColumn/index.d.ts +12 -12
  191. package/dist/types/columnControls/OperationColumn/property.d.ts +22 -22
  192. package/dist/types/columnControls/OperationColumn/runtime.d.ts +12 -12
  193. package/dist/types/columnControls/OrderColumn/designer.d.ts +12 -12
  194. package/dist/types/columnControls/OrderColumn/index.d.ts +12 -12
  195. package/dist/types/columnControls/OrderColumn/property.d.ts +14 -14
  196. package/dist/types/columnControls/OrderColumn/runtime.d.ts +12 -12
  197. package/dist/types/columnControls/PeopleColumn/designer.d.ts +14 -14
  198. package/dist/types/columnControls/PeopleColumn/index.d.ts +12 -12
  199. package/dist/types/columnControls/PeopleColumn/property.d.ts +9 -9
  200. package/dist/types/columnControls/PeopleColumn/runtime.d.ts +12 -12
  201. package/dist/types/columnControls/TextColumn/designer.d.ts +15 -15
  202. package/dist/types/columnControls/TextColumn/index.d.ts +12 -12
  203. package/dist/types/columnControls/TextColumn/property.d.ts +36 -36
  204. package/dist/types/columnControls/TextColumn/runtime.d.ts +12 -12
  205. package/dist/types/columnControls/TimescopeColumn/designer.d.ts +15 -15
  206. package/dist/types/columnControls/TimescopeColumn/index.d.ts +12 -12
  207. package/dist/types/columnControls/TimescopeColumn/property.d.ts +31 -31
  208. package/dist/types/columnControls/TimescopeColumn/runtime.d.ts +12 -12
  209. package/dist/types/columnControls/TimestampColumn/designer.d.ts +15 -15
  210. package/dist/types/columnControls/TimestampColumn/index.d.ts +12 -12
  211. package/dist/types/columnControls/TimestampColumn/property.d.ts +31 -31
  212. package/dist/types/columnControls/TimestampColumn/runtime.d.ts +12 -12
  213. package/dist/types/columnControls/VarcharColumn/designer.d.ts +14 -14
  214. package/dist/types/columnControls/VarcharColumn/index.d.ts +12 -12
  215. package/dist/types/columnControls/VarcharColumn/property.d.ts +52 -52
  216. package/dist/types/columnControls/VarcharColumn/runtime.d.ts +12 -12
  217. package/dist/types/columnControls/index.d.ts +17 -17
  218. package/dist/types/formControls/Address/designer.d.ts +14 -14
  219. package/dist/types/formControls/Address/index.d.ts +12 -12
  220. package/dist/types/formControls/Address/property.d.ts +28 -28
  221. package/dist/types/formControls/Address/runtime.d.ts +14 -14
  222. package/dist/types/formControls/Amount/designer.d.ts +16 -16
  223. package/dist/types/formControls/Amount/index.d.ts +12 -12
  224. package/dist/types/formControls/Amount/property.d.ts +76 -76
  225. package/dist/types/formControls/Amount/runtime.d.ts +12 -12
  226. package/dist/types/formControls/Attachment/designer.d.ts +15 -15
  227. package/dist/types/formControls/Attachment/index.d.ts +12 -12
  228. package/dist/types/formControls/Attachment/property.d.ts +31 -31
  229. package/dist/types/formControls/Attachment/runtime.d.ts +12 -12
  230. package/dist/types/formControls/AutoNumber/designer.d.ts +15 -15
  231. package/dist/types/formControls/AutoNumber/index.d.ts +12 -12
  232. package/dist/types/formControls/AutoNumber/property.d.ts +7 -7
  233. package/dist/types/formControls/AutoNumber/runtime.d.ts +12 -12
  234. package/dist/types/formControls/Calc/designer.d.ts +16 -16
  235. package/dist/types/formControls/Calc/index.d.ts +12 -12
  236. package/dist/types/formControls/Calc/property.d.ts +58 -58
  237. package/dist/types/formControls/Calc/runtime.d.ts +12 -12
  238. package/dist/types/formControls/Checkbox/designer.d.ts +15 -15
  239. package/dist/types/formControls/Checkbox/index.d.ts +12 -12
  240. package/dist/types/formControls/Checkbox/property.d.ts +30 -30
  241. package/dist/types/formControls/Checkbox/runtime.d.ts +12 -12
  242. package/dist/types/formControls/DatePicker/designer.d.ts +15 -15
  243. package/dist/types/formControls/DatePicker/index.d.ts +12 -12
  244. package/dist/types/formControls/DatePicker/property.d.ts +16 -16
  245. package/dist/types/formControls/DatePicker/runtime.d.ts +12 -12
  246. package/dist/types/formControls/DateRange/designer.d.ts +15 -15
  247. package/dist/types/formControls/DateRange/index.d.ts +12 -12
  248. package/dist/types/formControls/DateRange/property.d.ts +80 -80
  249. package/dist/types/formControls/DateRange/runtime.d.ts +12 -12
  250. package/dist/types/formControls/Department/designer.d.ts +15 -15
  251. package/dist/types/formControls/Department/index.d.ts +12 -12
  252. package/dist/types/formControls/Department/property.d.ts +47 -47
  253. package/dist/types/formControls/Department/runtime.d.ts +12 -12
  254. package/dist/types/formControls/Department2/designer.d.ts +20 -20
  255. package/dist/types/formControls/Department2/index.d.ts +12 -12
  256. package/dist/types/formControls/Department2/property.d.ts +64 -64
  257. package/dist/types/formControls/Department2/runtime.d.ts +12 -12
  258. package/dist/types/formControls/ElectronicSignature/designer.d.ts +15 -15
  259. package/dist/types/formControls/ElectronicSignature/index.d.ts +12 -12
  260. package/dist/types/formControls/ElectronicSignature/property.d.ts +22 -22
  261. package/dist/types/formControls/ElectronicSignature/runtime.d.ts +12 -12
  262. package/dist/types/formControls/Employee/designer.d.ts +14 -14
  263. package/dist/types/formControls/Employee/index.d.ts +12 -12
  264. package/dist/types/formControls/Employee/property.d.ts +21 -21
  265. package/dist/types/formControls/Employee/runtime.d.ts +12 -12
  266. package/dist/types/formControls/Employee2/designer.d.ts +19 -19
  267. package/dist/types/formControls/Employee2/index.d.ts +12 -12
  268. package/dist/types/formControls/Employee2/property.d.ts +33 -33
  269. package/dist/types/formControls/Employee2/runtime.d.ts +12 -12
  270. package/dist/types/formControls/Image/designer.d.ts +13 -13
  271. package/dist/types/formControls/Image/index.d.ts +12 -12
  272. package/dist/types/formControls/Image/property.d.ts +6 -6
  273. package/dist/types/formControls/Image/runtime.d.ts +8 -8
  274. package/dist/types/formControls/Input/designer.d.ts +15 -15
  275. package/dist/types/formControls/Input/index.d.ts +12 -12
  276. package/dist/types/formControls/Input/property.d.ts +57 -57
  277. package/dist/types/formControls/Input/runtime.d.ts +12 -12
  278. package/dist/types/formControls/Number/designer.d.ts +16 -16
  279. package/dist/types/formControls/Number/index.d.ts +12 -12
  280. package/dist/types/formControls/Number/property.d.ts +92 -92
  281. package/dist/types/formControls/Number/runtime.d.ts +12 -12
  282. package/dist/types/formControls/OrganizationSelection/designer.d.ts +20 -20
  283. package/dist/types/formControls/OrganizationSelection/index.d.ts +12 -12
  284. package/dist/types/formControls/OrganizationSelection/property.d.ts +73 -73
  285. package/dist/types/formControls/OrganizationSelection/runtime.d.ts +12 -12
  286. package/dist/types/formControls/Radio/designer.d.ts +15 -15
  287. package/dist/types/formControls/Radio/index.d.ts +12 -12
  288. package/dist/types/formControls/Radio/property.d.ts +22 -22
  289. package/dist/types/formControls/Radio/runtime.d.ts +12 -12
  290. package/dist/types/formControls/RichText/designer.d.ts +15 -15
  291. package/dist/types/formControls/RichText/index.d.ts +12 -12
  292. package/dist/types/formControls/RichText/property.d.ts +21 -21
  293. package/dist/types/formControls/RichText/runtime.d.ts +12 -12
  294. package/dist/types/formControls/Score/designer.d.ts +16 -16
  295. package/dist/types/formControls/Score/index.d.ts +12 -12
  296. package/dist/types/formControls/Score/property.d.ts +23 -23
  297. package/dist/types/formControls/Score/runtime.d.ts +12 -12
  298. package/dist/types/formControls/SearchDateRange/designer.d.ts +14 -14
  299. package/dist/types/formControls/SearchDateRange/index.d.ts +12 -12
  300. package/dist/types/formControls/SearchDateRange/property.d.ts +22 -22
  301. package/dist/types/formControls/SearchDateRange/runtime.d.ts +12 -12
  302. package/dist/types/formControls/SearchInput/designer.d.ts +12 -12
  303. package/dist/types/formControls/SearchInput/index.d.ts +12 -12
  304. package/dist/types/formControls/SearchInput/property.d.ts +10 -10
  305. package/dist/types/formControls/SearchInput/runtime.d.ts +12 -12
  306. package/dist/types/formControls/SearchNumberRange/designer.d.ts +14 -14
  307. package/dist/types/formControls/SearchNumberRange/index.d.ts +12 -12
  308. package/dist/types/formControls/SearchNumberRange/property.d.ts +15 -15
  309. package/dist/types/formControls/SearchNumberRange/runtime.d.ts +12 -12
  310. package/dist/types/formControls/Select/designer.d.ts +14 -14
  311. package/dist/types/formControls/Select/index.d.ts +12 -12
  312. package/dist/types/formControls/Select/property.d.ts +37 -37
  313. package/dist/types/formControls/Select/runtime.d.ts +12 -12
  314. package/dist/types/formControls/SelectMultiple/designer.d.ts +14 -14
  315. package/dist/types/formControls/SelectMultiple/index.d.ts +12 -12
  316. package/dist/types/formControls/SelectMultiple/property.d.ts +40 -40
  317. package/dist/types/formControls/SelectMultiple/runtime.d.ts +12 -12
  318. package/dist/types/formControls/SelectRelation/designer.d.ts +16 -16
  319. package/dist/types/formControls/SelectRelation/index.d.ts +12 -12
  320. package/dist/types/formControls/SelectRelation/property.d.ts +79 -79
  321. package/dist/types/formControls/SelectRelation/runtime.d.ts +12 -12
  322. package/dist/types/formControls/Textarea/designer.d.ts +15 -15
  323. package/dist/types/formControls/Textarea/index.d.ts +12 -12
  324. package/dist/types/formControls/Textarea/property.d.ts +46 -46
  325. package/dist/types/formControls/Textarea/runtime.d.ts +12 -12
  326. package/dist/types/formControls/Tree/designer.d.ts +20 -20
  327. package/dist/types/formControls/Tree/index.d.ts +12 -12
  328. package/dist/types/formControls/Tree/property.d.ts +34 -34
  329. package/dist/types/formControls/Tree/runtime.d.ts +11 -11
  330. package/dist/types/formControls/VueFormItem/designer.d.ts +16 -16
  331. package/dist/types/formControls/VueFormItem/index.d.ts +12 -12
  332. package/dist/types/formControls/VueFormItem/property.d.ts +18 -18
  333. package/dist/types/formControls/VueFormItem/runtime.d.ts +12 -12
  334. package/dist/types/formControls/VuePage/designer.d.ts +15 -15
  335. package/dist/types/formControls/VuePage/index.d.ts +12 -12
  336. package/dist/types/formControls/VuePage/property.d.ts +18 -18
  337. package/dist/types/formControls/VuePage/runtime.d.ts +12 -12
  338. package/dist/types/formControls/WPS/designer.d.ts +15 -15
  339. package/dist/types/formControls/WPS/index.d.ts +12 -12
  340. package/dist/types/formControls/WPS/property.d.ts +32 -32
  341. package/dist/types/formControls/WPS/runtime.d.ts +12 -12
  342. package/dist/types/formControls/index.d.ts +31 -31
  343. package/dist/types/framework.d.ts +205 -205
  344. package/dist/types/index.d.ts +17 -17
  345. package/dist/types/layoutControls/ActionBar/designer.d.ts +16 -16
  346. package/dist/types/layoutControls/ActionBar/index.d.ts +12 -12
  347. package/dist/types/layoutControls/ActionBar/property.d.ts +9 -9
  348. package/dist/types/layoutControls/ActionBar/runtime.d.ts +10 -10
  349. package/dist/types/layoutControls/AdvancedContainer/Setting.d.ts +2 -2
  350. package/dist/types/layoutControls/AdvancedContainer/designer.d.ts +10 -10
  351. package/dist/types/layoutControls/AdvancedContainer/index.d.ts +12 -12
  352. package/dist/types/layoutControls/AdvancedContainer/property.d.ts +8 -8
  353. package/dist/types/layoutControls/AdvancedContainer/runtime.d.ts +9 -9
  354. package/dist/types/layoutControls/CardGroup/designer.d.ts +14 -14
  355. package/dist/types/layoutControls/CardGroup/index.d.ts +12 -12
  356. package/dist/types/layoutControls/CardGroup/property.d.ts +14 -14
  357. package/dist/types/layoutControls/CardGroup/runtime.d.ts +10 -10
  358. package/dist/types/layoutControls/Col/designer.d.ts +14 -14
  359. package/dist/types/layoutControls/Col/index.d.ts +12 -12
  360. package/dist/types/layoutControls/Col/property.d.ts +8 -8
  361. package/dist/types/layoutControls/Col/runtime.d.ts +10 -10
  362. package/dist/types/layoutControls/DataView/designer.d.ts +11 -11
  363. package/dist/types/layoutControls/DataView/index.d.ts +12 -12
  364. package/dist/types/layoutControls/DataView/property.d.ts +33 -33
  365. package/dist/types/layoutControls/DataView/runtime.d.ts +10 -10
  366. package/dist/types/layoutControls/Grid/designer.d.ts +11 -11
  367. package/dist/types/layoutControls/Grid/index.d.ts +12 -12
  368. package/dist/types/layoutControls/Grid/property.d.ts +2 -2
  369. package/dist/types/layoutControls/Grid/runtime.d.ts +9 -9
  370. package/dist/types/layoutControls/GridLayoutContainer/designer.d.ts +14 -14
  371. package/dist/types/layoutControls/GridLayoutContainer/index.d.ts +12 -12
  372. package/dist/types/layoutControls/GridLayoutContainer/property.d.ts +8 -8
  373. package/dist/types/layoutControls/GridLayoutContainer/runtime.d.ts +10 -10
  374. package/dist/types/layoutControls/GridRow/designer.d.ts +16 -16
  375. package/dist/types/layoutControls/GridRow/index.d.ts +12 -12
  376. package/dist/types/layoutControls/GridRow/property.d.ts +6 -6
  377. package/dist/types/layoutControls/GridRow/runtime.d.ts +10 -10
  378. package/dist/types/layoutControls/GridTableColumn/designer.d.ts +23 -23
  379. package/dist/types/layoutControls/GridTableColumn/index.d.ts +12 -12
  380. package/dist/types/layoutControls/GridTableColumn/property.d.ts +19 -19
  381. package/dist/types/layoutControls/GridTableColumn/runtime.d.ts +10 -10
  382. package/dist/types/layoutControls/ListView/designer.d.ts +20 -20
  383. package/dist/types/layoutControls/ListView/index.d.ts +12 -12
  384. package/dist/types/layoutControls/ListView/property.d.ts +128 -128
  385. package/dist/types/layoutControls/ListView/runtime.d.ts +12 -12
  386. package/dist/types/layoutControls/Page/Setting.d.ts +2 -2
  387. package/dist/types/layoutControls/Page/designer.d.ts +10 -10
  388. package/dist/types/layoutControls/Page/index.d.ts +12 -12
  389. package/dist/types/layoutControls/Page/property.d.ts +15 -15
  390. package/dist/types/layoutControls/Page/runtime.d.ts +9 -9
  391. package/dist/types/layoutControls/Position/Setting.d.ts +2 -2
  392. package/dist/types/layoutControls/Position/designer.d.ts +10 -10
  393. package/dist/types/layoutControls/Position/index.d.ts +12 -12
  394. package/dist/types/layoutControls/Position/property.d.ts +9 -9
  395. package/dist/types/layoutControls/Position/runtime.d.ts +9 -9
  396. package/dist/types/layoutControls/PositioningContainer/Setting.d.ts +2 -2
  397. package/dist/types/layoutControls/PositioningContainer/designer.d.ts +10 -10
  398. package/dist/types/layoutControls/PositioningContainer/index.d.ts +12 -12
  399. package/dist/types/layoutControls/PositioningContainer/property.d.ts +5 -5
  400. package/dist/types/layoutControls/PositioningContainer/runtime.d.ts +9 -9
  401. package/dist/types/layoutControls/Row/designer.d.ts +15 -15
  402. package/dist/types/layoutControls/Row/index.d.ts +12 -12
  403. package/dist/types/layoutControls/Row/property.d.ts +8 -8
  404. package/dist/types/layoutControls/Row/runtime.d.ts +11 -11
  405. package/dist/types/layoutControls/SubTableColumn/designer.d.ts +23 -23
  406. package/dist/types/layoutControls/SubTableColumn/index.d.ts +12 -12
  407. package/dist/types/layoutControls/SubTableColumn/property.d.ts +39 -39
  408. package/dist/types/layoutControls/SubTableColumn/runtime.d.ts +10 -10
  409. package/dist/types/layoutControls/SubTableRow/designer.d.ts +20 -20
  410. package/dist/types/layoutControls/SubTableRow/index.d.ts +12 -12
  411. package/dist/types/layoutControls/SubTableRow/property.d.ts +6 -6
  412. package/dist/types/layoutControls/SubTableRow/runtime.d.ts +11 -11
  413. package/dist/types/layoutControls/Tab/designer.d.ts +16 -16
  414. package/dist/types/layoutControls/Tab/index.d.ts +12 -12
  415. package/dist/types/layoutControls/Tab/property.d.ts +7 -7
  416. package/dist/types/layoutControls/Tab/runtime.d.ts +11 -11
  417. package/dist/types/layoutControls/TabPane/designer.d.ts +14 -14
  418. package/dist/types/layoutControls/TabPane/index.d.ts +12 -12
  419. package/dist/types/layoutControls/TabPane/property.d.ts +13 -13
  420. package/dist/types/layoutControls/TabPane/runtime.d.ts +10 -10
  421. package/dist/types/layoutControls/Toolbox/designer.d.ts +14 -14
  422. package/dist/types/layoutControls/Toolbox/index.d.ts +12 -12
  423. package/dist/types/layoutControls/Toolbox/property.d.ts +6 -6
  424. package/dist/types/layoutControls/Toolbox/runtime.d.ts +10 -10
  425. package/dist/types/layoutControls/index.d.ts +19 -19
  426. package/dist/types/listControls/GridTable/designer.d.ts +26 -26
  427. package/dist/types/listControls/GridTable/index.d.ts +12 -12
  428. package/dist/types/listControls/GridTable/property.d.ts +45 -45
  429. package/dist/types/listControls/GridTable/runtime.d.ts +13 -13
  430. package/dist/types/listControls/SubTable/designer.d.ts +27 -27
  431. package/dist/types/listControls/SubTable/index.d.ts +12 -12
  432. package/dist/types/listControls/SubTable/property.d.ts +211 -211
  433. package/dist/types/listControls/SubTable/runtime.d.ts +13 -13
  434. package/dist/types/listControls/index.d.ts +2 -2
  435. package/dist/types/searchControls/SimpleSearch/designer.d.ts +13 -13
  436. package/dist/types/searchControls/SimpleSearch/index.d.ts +12 -12
  437. package/dist/types/searchControls/SimpleSearch/property.d.ts +84 -84
  438. package/dist/types/searchControls/SimpleSearch/runtime.d.ts +11 -11
  439. package/dist/types/searchControls/index.d.ts +1 -1
  440. package/dist/types/type.d.ts +115 -115
  441. package/dist/types/wrapControls/GridLayoutWrap/Setting.d.ts +2 -2
  442. package/dist/types/wrapControls/GridLayoutWrap/designer.d.ts +11 -11
  443. package/dist/types/wrapControls/GridLayoutWrap/index.d.ts +14 -14
  444. package/dist/types/wrapControls/GridLayoutWrap/property.d.ts +6 -6
  445. package/dist/types/wrapControls/GridLayoutWrap/runtime.d.ts +9 -9
  446. package/dist/types/wrapControls/index.d.ts +1 -1
  447. package/package.json +5 -5
package/dist/index.umd.js CHANGED
@@ -1 +1,45 @@
1
- var IC=Object.defineProperty,SC=Object.defineProperties;var AC=Object.getOwnPropertyDescriptors;var Ys=Object.getOwnPropertySymbols,RC=Object.getPrototypeOf,TC=Object.prototype.hasOwnProperty,BC=Object.prototype.propertyIsEnumerable,PC=Reflect.get;var ps=(y,j,K)=>j in y?IC(y,j,{enumerable:!0,configurable:!0,writable:!0,value:K}):y[j]=K,ot=(y,j)=>{for(var K in j||(j={}))TC.call(j,K)&&ps(y,K,j[K]);if(Ys)for(var K of Ys(j))BC.call(j,K)&&ps(y,K,j[K]);return y},Nr=(y,j)=>SC(y,AC(j));var Vr=(y,j,K)=>PC(RC(y),K,j);var Hr=(y,j,K)=>new Promise((Eu,Hn)=>{var Iu=_e=>{try{Lt(K.next(_e))}catch(Nt){Hn(Nt)}},Su=_e=>{try{Lt(K.throw(_e))}catch(Nt){Hn(Nt)}},Lt=_e=>_e.done?Eu(_e.value):Promise.resolve(_e.value).then(Iu,Su);Lt((K=K.apply(y,j)).next())});(function(y,j){typeof exports=="object"&&typeof module!="undefined"?j(exports):typeof define=="function"&&define.amd?define(["exports"],j):(y=typeof globalThis!="undefined"?globalThis:y||self,j(y.modelDrivenControls={}))})(this,function(y){"use strict";var j="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",K="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Eu="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",Hn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",Iu="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",Su="{caption}\u5FC5\u586B",Lt="\u8BF7\u8F93\u5165\u6807\u9898",_e="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Nt="\u8BF7\u8F93\u5165\u884C\u6807\u9898",ed="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",td="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",nd="\u8BF7\u7ED1\u5B9A\u8868\u5355",id="\u8BF7\u7ED1\u5B9A\u5217\u8868",ud="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",ad="\u8BF7\u8F93\u5165\u663E\u793A\u503C",rd="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",ld="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",od="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",cd="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",sd="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",dd="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",fd="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",hd="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",yd="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",vd="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",md="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",gd="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",bd="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",_d="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",wd="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Cd="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Ed="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Id="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Sd="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Ad="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Rd="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Td="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Bd="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Pd="\u8BF7\u9009\u62E9\u7701",xd="\u8BF7\u9009\u62E9\u5E02",Dd="\u8BF7\u9009\u62E9\u533A",Fd="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",kd="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Od="\u8BF7\u8F93\u5165\u5217\u5BBD",Md="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",$d="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ld="\u8BF7\u9009\u62E9\u63A7\u4EF6",Nd="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Vd="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Hd="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",jd="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",qd="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ud="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Wd="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Kd="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",zd="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Gd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Qd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Xd="\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",Zd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Yd="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",pd="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",ef="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",tf="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",nf="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",uf="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",af="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",rf="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",lf="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",of="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",cf="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",sf="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",df="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",ff={isNotNumber:j,isNotString:K,isNotObject:Eu,isNotArray:Hn,isNotBoolean:Iu,runtimeRequired:Su,pleaseEnterCaption:Lt,pleaseEnterCaptionTip:_e,pleaseEnterRowCaption:Nt,pleaseEnterPlaceholder:ed,pleaseEnterFieldCode:td,pleaseEnterForm:nd,pleaseEnterList:id,pleaseEnterProcess:ud,pleaseEnterLabel:ad,pleaseEnterValue:rd,bizKeyNotBindFiled:ld,pleaseSelectOneField:od,pleaseEnterNumberRange:cd,pleaseEnterAValueGreaterThanMin:sd,pleaseEnterAValueLessThanMax:dd,numberRangeSetError:fd,stringRangeError:hd,attachmentMaxSize:yd,pleaseEnterTotalScoreSetting:vd,theTotalScoreMustNotBeLessThan1:md,scoreDefaultValueRange:gd,attachmentLimitError:bd,PleaseReselectTheOptionalQuantity:_d,TheMaximumLengthIsGreaterThanTheMinimumLength:wd,TheMinimumLengthIsGreaterThanTheMaximumLength:Cd,PleaseSelectTheCorrectOptionSettings:Ed,optionIdIsRepeat:Id,optionIsRequired:Sd,pleaseEnterDataCode:Ad,pleaseEnterValueFieldCode:Rd,pleaseEnterSvcCode:Td,pleaseBindAtLeastOneDisplayValue:Bd,pleaseSelectProvince:Pd,pleaseSelectCity:xd,pleaseSelectDistrict:Dd,limitRowsCannotBeLessThan0:Fd,TheNumberOfRowsCannotBeLessThanMinRows:kd,pleaseEnterColumnWidth:Od,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Md,pleaseCompleteAllRulesAndConditions:$d,pleaseSelectControl:Ld,pleaseSelectAtLeastOneColumn:Nd,pleaseSelectFillBackMode:Vd,pleaseSelectDashboard:Hd,rootNodeIsRequired:jd,theViewNameCannotBeEmpty:qd,pleaseSelectOcrType:Ud,pleaseSelectAtLeastOneFieldToFillIn:Wd,pleaseChooseAtLeastOne:Kd,pleaseEnterButtonContent:zd,pleaseEnterDataCodeInDataSetting:Gd,pleaseEnterValueFieldCodeInDataSetting:Qd,pleaseEnterSvcCodeInDataSetting:Xd,pleaseBindAtLeastOneDisplayValueInDataSetting:Jd,rootNodeIsRequiredInDataSetting:Zd,pleaseEnterMaxHeight:Yd,pleaseEnter:pd,pleaseEnterWatermark:ef,pleaseEnterFileName:tf,pleaseUploadAtLeastOnePrintTemplate:nf,pleaseAssignBusiness:uf,pleaseAssignExternal:af,pleaseEnterAliasCode:rf,pleaseSelectDataCode:lf,pleaseSelectSvcCode:of,pleaseSelectJoinFieldCode:cf,pleaseSelectMainFieldCode:sf,pleaseSelectSortFieldCode:df},hf="Please enter a number",yf="Please enter a string",vf="Please enter an object",mf="Please enter an array",gf="Please enter a boolean",bf="{caption} Required",_f="Please enter the title",wf="Please enter the bubble prompt",Cf="Please enter the row title",Ef="Please enter the prompt text",If="Please bind data items",Sf="Please bind the form",Af="Please bind the list",Rf="Please bind the process",Tf="Please enter the displayed value",Bf="Please enter the stored value",Pf="The document number is not bound to the data item",xf="Please select at least one display field",Df="Please enter a value greater than or equal to {min} and less than or equal to {max}",Ff="Please enter a value greater than or equal to {min}",kf="Please enter a value less than or equal to {max}",Of="The value range is set incorrectly",Mf="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",$f="The attachment size must be between 0MB and 1000MB",Lf="Please fill in the total score setting",Nf="The total score cannot be less than 1",Vf="The default value must be between {min} and {max}",Hf="The number of attachment uploads exceeds the limit",jf="Please re-select the optional quantity",qf="The maximum length of the control must be greater than the minimum length",Uf="The minimum length of the control must be less than the maximum length",Wf="Please select the correct option setting",Kf="Option ID cannot be repeated",zf="Please enter at least one option",Gf="Please bind the data source",Qf="Please bind the stored value",Xf="Please bind the service",Jf="At least one display value must be bound",Zf="Please select a province",Yf="Please select a city",pf="Please select a district",eh="The minimum number of lines to fill in cannot be less than 0",th="The number of rows cannot be less than {min} rows",nh="Please enter the column width",ih="Please set the logical relationship of all rule conditions",uh="Please complete all rules and conditions",ah="please select control",rh="Please select the dashboard",lh="View name cannot be empty",oh="Please select recognition type",ch="Please select at least one field to fill in",sh="Please select at least one",dh="Please enter the button title",fh="Please bind the business model in the data settings",hh="Please bind storage values in data settings",yh="Please bind the service in the data settings",vh="Please bind at least one display value in the data settings",mh="Please select the root node in the data settings",gh="Please enter the maximum height",bh="The input content cannot be empty",_h="Watermark cannot be empty",wh="File name cannot be empty",Ch="Please upload at least one printing template!\uFF01",Eh="Please select a specific business department",Ih="Please select a specified external organization",Sh="Please enter a sub table alias",Ah="Please select the associated table to set the business model",Rh="Please select the association table to set the binding service",Th="Select associated sub table fields",Bh="Please select the associated main table field",Ph="Please select the sort field",xh={isNotNumber:hf,isNotString:yf,isNotObject:vf,isNotArray:mf,isNotBoolean:gf,runtimeRequired:bf,pleaseEnterCaption:_f,pleaseEnterCaptionTip:wf,pleaseEnterRowCaption:Cf,pleaseEnterPlaceholder:Ef,pleaseEnterFieldCode:If,pleaseEnterForm:Sf,pleaseEnterList:Af,pleaseEnterProcess:Rf,pleaseEnterLabel:Tf,pleaseEnterValue:Bf,bizKeyNotBindFiled:Pf,pleaseSelectOneField:xf,pleaseEnterNumberRange:Df,pleaseEnterAValueGreaterThanMin:Ff,pleaseEnterAValueLessThanMax:kf,numberRangeSetError:Of,stringRangeError:Mf,attachmentMaxSize:$f,pleaseEnterTotalScoreSetting:Lf,theTotalScoreMustNotBeLessThan1:Nf,scoreDefaultValueRange:Vf,attachmentLimitError:Hf,PleaseReselectTheOptionalQuantity:jf,TheMaximumLengthIsGreaterThanTheMinimumLength:qf,TheMinimumLengthIsGreaterThanTheMaximumLength:Uf,PleaseSelectTheCorrectOptionSettings:Wf,optionIdIsRepeat:Kf,optionIsRequired:zf,pleaseEnterDataCode:Gf,pleaseEnterValueFieldCode:Qf,pleaseEnterSvcCode:Xf,pleaseBindAtLeastOneDisplayValue:Jf,pleaseSelectProvince:Zf,pleaseSelectCity:Yf,pleaseSelectDistrict:pf,limitRowsCannotBeLessThan0:eh,TheNumberOfRowsCannotBeLessThanMinRows:th,pleaseEnterColumnWidth:nh,pleaseSetTheLogicalRelationshipOfAllRuleConditions:ih,pleaseCompleteAllRulesAndConditions:uh,pleaseSelectControl:ah,pleaseSelectDashboard:rh,theViewNameCannotBeEmpty:lh,pleaseSelectOcrType:oh,pleaseSelectAtLeastOneFieldToFillIn:ch,pleaseChooseAtLeastOne:sh,pleaseEnterButtonContent:dh,pleaseEnterDataCodeInDataSetting:fh,pleaseEnterValueFieldCodeInDataSetting:hh,pleaseEnterSvcCodeInDataSetting:yh,pleaseBindAtLeastOneDisplayValueInDataSetting:vh,rootNodeIsRequiredInDataSetting:mh,pleaseEnterMaxHeight:gh,pleaseEnter:bh,pleaseEnterWatermark:_h,pleaseEnterFileName:wh,pleaseUploadAtLeastOnePrintTemplate:Ch,pleaseAssignBusiness:Eh,pleaseAssignExternal:Ih,pleaseEnterAliasCode:Sh,pleaseSelectDataCode:Ah,pleaseSelectSvcCode:Rh,pleaseSelectJoinFieldCode:Th,pleaseSelectMainFieldCode:Bh,pleaseSelectSortFieldCode:Ph},Dh="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Fh="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",kh="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Oh="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Mh="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$h="{caption}\u5FC5\u9808",Lh="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Nh="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Vh="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Hh="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",jh="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qh="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Uh="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Wh="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Kh="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",zh="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Gh="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Qh="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Xh="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Jh="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Zh="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Yh="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",ph="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ey="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ty="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ny="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",iy="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",uy="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",ay="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ry="\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",ly="\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",oy="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",cy="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",sy="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",dy="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",fy="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",hy="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",yy="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",vy="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",my="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",gy="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",by="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",_y="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",wy="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Cy="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Ey="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Iy="please select control",Sy="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ay="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ry="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ty="\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",By="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Py="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",xy="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Dy="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Fy="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",ky="\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",Oy="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",My="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",$y="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ly="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ny="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Vy="\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",Hy="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",jy="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",qy="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Uy="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Wy="\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",Ky="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",zy="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Gy="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Qy={isNotNumber:Dh,isNotString:Fh,isNotObject:kh,isNotArray:Oh,isNotBoolean:Mh,runtimeRequired:$h,pleaseEnterCaption:Lh,pleaseEnterCaptionTip:Nh,pleaseEnterRowCaption:Vh,pleaseEnterPlaceholder:Hh,pleaseEnterFieldCode:jh,pleaseEnterForm:qh,pleaseEnterList:Uh,pleaseEnterProcess:Wh,pleaseEnterLabel:Kh,pleaseEnterValue:zh,bizKeyNotBindFiled:Gh,pleaseSelectOneField:Qh,pleaseEnterNumberRange:Xh,pleaseEnterAValueGreaterThanMin:Jh,pleaseEnterAValueLessThanMax:Zh,numberRangeSetError:Yh,stringRangeError:ph,attachmentMaxSize:ey,pleaseEnterTotalScoreSetting:ty,theTotalScoreMustNotBeLessThan1:ny,scoreDefaultValueRange:iy,attachmentLimitError:uy,PleaseReselectTheOptionalQuantity:ay,TheMaximumLengthIsGreaterThanTheMinimumLength:ry,TheMinimumLengthIsGreaterThanTheMaximumLength:ly,PleaseSelectTheCorrectOptionSettings:oy,optionIdIsRepeat:cy,optionIsRequired:sy,pleaseEnterDataCode:dy,pleaseEnterValueFieldCode:fy,pleaseEnterSvcCode:hy,pleaseBindAtLeastOneDisplayValue:yy,pleaseSelectProvince:vy,pleaseSelectCity:my,pleaseSelectDistrict:gy,limitRowsCannotBeLessThan0:by,TheNumberOfRowsCannotBeLessThanMinRows:_y,pleaseEnterColumnWidth:wy,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Cy,pleaseCompleteAllRulesAndConditions:Ey,pleaseSelectControl:Iy,pleaseSelectDashboard:Sy,theViewNameCannotBeEmpty:Ay,pleaseSelectOcrType:Ry,pleaseSelectAtLeastOneFieldToFillIn:Ty,pleaseChooseAtLeastOne:By,pleaseEnterButtonContent:Py,pleaseEnterDataCodeInDataSetting:xy,pleaseEnterValueFieldCodeInDataSetting:Dy,pleaseEnterSvcCodeInDataSetting:Fy,pleaseBindAtLeastOneDisplayValueInDataSetting:ky,rootNodeIsRequiredInDataSetting:Oy,pleaseEnterMaxHeight:My,pleaseEnter:$y,pleaseEnterWatermark:Ly,pleaseEnterFileName:Ny,pleaseUploadAtLeastOnePrintTemplate:Vy,pleaseAssignBusiness:Hy,pleaseAssignExternal:jy,pleaseEnterAliasCode:qy,pleaseSelectDataCode:Uy,pleaseSelectSvcCode:Wy,pleaseSelectJoinFieldCode:Ky,pleaseSelectMainFieldCode:zy,pleaseSelectSortFieldCode:Gy},Xy={zhCN:ff,enUS:xh,jaJP:Qy},jr;(function(t){t.Number="Number",t.Operator="Operator",t.VariableInMainTable="VariableInMainTable",t.VariableInCurrentSubTable="VariableInCurrentSubTable",t.VariableInOtherSubTable="VariableInOtherSubTable",t.UndefinedVariable="UndefinedVariable"})(jr||(jr={}));var qr;(function(t){t.SUM="SUM",t.AVG="AVG",t.MAX="MAX",t.MIN="MIN"})(qr||(qr={}));var Jy="zh-CN",ct;(function(t){t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search"})(ct||(ct={}));var Ur;(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"})(Ur||(Ur={}));var A;(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.VUE_PAGE="vue-page"})(A||(A={}));var Wr;(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"})(Wr||(Wr={}));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.LIST="list",t.JSON="json",t.ANY="ANY"})(b||(b={}));var Be;(function(t){t.YEAR="year",t.MONTH="month",t.DATE="date",t.DATEHOUR="datehour",t.DATEMIN="datemin",t.DATETIME="datetime"})(Be||(Be={}));var Kr={DEFAULT:"default"},zr="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Zy=zr+"0123456789";function ye(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",n=0;n<t;n++){var i=n===0?zr:Zy,u=Math.random()*i.length;e+=i[parseInt(String(u),10)]}return e}function Au(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 Yy(t){if(Array.isArray(t))return Au(t)}function py(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Gr(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function jn(t,e,n){return Jr()?jn=Reflect.construct:jn=function(u,a,r){var l=[null];l.push.apply(l,a);var c=Function.bind.apply(u,l),o=new c;return r&&Ht(o,r.prototype),o},jn.apply(null,arguments)}function Vt(t){return Vt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Vt(t)}function Qr(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Ht(t,e)}function ev(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function tv(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function nv(){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 iv(t,e){return e&&(uv(e)==="object"||typeof e=="function")?e:py(t)}function Ht(t,e){return Ht=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ht(t,e)}function Xr(t){return Yy(t)||tv(t)||av(t)||nv()}function uv(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function av(t,e){if(!!t){if(typeof t=="string")return Au(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 Au(t,e)}}function Ru(t){var e=typeof Map=="function"?new Map:void 0;return Ru=function(i){if(i===null||!ev(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 jn(i,arguments,Vt(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Ht(u,i)},Ru(t)}function Jr(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function Zr(t){var e=Jr();return function(){var i=Vt(t),u;if(e){var a=Vt(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return iv(this,u)}}var Tu=console;function Bu(){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=Tu).warn.apply(i,["\u{1F9D0} Driven Warning:"+e[0]].concat(Xr(u)))}function Yr(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i,u=e.slice(1);(i=Tu).log.apply(i,["\u{1F680} Driven Log:"+e[0]].concat(Xr(u)))}function rv(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Pu=function(t){Qr(n,t);var e=Zr(n);function n(i){Gr(this,n);var u;return u=e.call(this,i),u.name="\u{1F4A5} Driven Error",u.message=i?rv(i):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return n}(Ru(Error)),lv=function(t){Qr(n,t);var e=Zr(n);function n(i){Gr(this,n);var u;return u=e.call(this,i),u.name="\u{1F6A8} Driven Reference Error",u}return n}(Pu);function jt(t){throw new Pu(t)}function pr(t){throw new lv(t)}function ov(t){Tu.error(new Pu(t))}var cv=Object.prototype.toString;function el(t,e){return cv.call(t)==="[object "+e+"]"}function sv(t){return el(t,"String")}function dv(t){return el(t,"Promise")}var fv=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();dv(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,r,l){if(u!==void 0){var c=u[a];if(!(r===l.length-1&&!sv(c)))return c}},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 hv(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function tl(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 yv(t,e,n){return e&&tl(t.prototype,e),n&&tl(t,n),t}function vv(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var h=function(){function t(){hv(this,t)}return yv(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 fv({locale:n,messages:Xy})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),t}();vv(h,"$i18n",h.resetI18n());function mv(t,e,n){var i=e.replace(/\[(\d)]/g,function(a,r){return"."+r}).split("."),u=!1;return i.reduce(function(a,r,l,c){var o=a;if(!!a){if(!Object.prototype.hasOwnProperty.call(a,r)){Bu("Can not set ".concat(e,"'s ").concat(r," property in current %o, Because there is no ").concat(r," property on the %o"),a,a);return}return l===c.length-1&&!Object.is(o[r],n)&&(o[r]=n,u=!0),o[r]}},t),u}var gv=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},bv={exports:{}};(function(t){(function(e){var n=function(m,C,T){if(!o(C)||v(C)||g(C)||_(C)||c(C))return C;var D,k=0,oe=0;if(d(C))for(D=[],oe=C.length;k<oe;k++)D.push(n(m,C[k],T));else{D={};for(var M in C)Object.prototype.hasOwnProperty.call(C,M)&&(D[m(M,T)]=n(m,C[M],T))}return D},i=function(m,C){C=C||{};var T=C.separator||"_",D=C.split||/(?=[A-Z])/;return m.split(D).join(T)},u=function(m){return E(m)?m:(m=m.replace(/[\-_\s]+(.)?/g,function(C,T){return T?T.toUpperCase():""}),m.substr(0,1).toLowerCase()+m.substr(1))},a=function(m){var C=u(m);return C.substr(0,1).toUpperCase()+C.substr(1)},r=function(m,C){return i(m,C).toLowerCase()},l=Object.prototype.toString,c=function(m){return typeof m=="function"},o=function(m){return m===Object(m)},d=function(m){return l.call(m)=="[object Array]"},v=function(m){return l.call(m)=="[object Date]"},g=function(m){return l.call(m)=="[object RegExp]"},_=function(m){return l.call(m)=="[object Boolean]"},E=function(m){return m=m-0,m===m},w=function(m,C){var T=C&&"process"in C?C.process:C;return typeof T!="function"?m:function(D,k){return T(D,m,k)}},S={camelize:u,decamelize:r,pascalize:a,depascalize:r,camelizeKeys:function(m,C){return n(w(u,C),m)},decamelizeKeys:function(m,C){return n(w(r,C),m,C)},pascalizeKeys:function(m,C){return n(w(a,C),m)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=S:e.humps=S})(gv)})(bv);var nl={};Object.defineProperty(nl,"__esModule",{value:!0});function xu(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:xu(e));{const e={};for(const n in t){const i=t[n];e[n]=typeof i!="object"||i===null?i:xu(i)}return e}}var _v=nl.default=xu;function wv(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function se(t){if(t!==void 0)return(typeof t=="undefined"?"undefined":wv(t))==="object"?_v(t):t}function Cv(t){return Object.prototype.toString.call(t)==="[object Object]"}function Du(t){return Array.isArray(t)}function Ev(t){return t.reduce(function(e,n){return e.includes(n)||e.push(n),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 Iv(t){if(Array.isArray(t))return Fu(t)}function il(t,e,n,i,u,a,r){try{var l=t[a](r),c=l.value}catch(o){n(o);return}l.done?e(c):Promise.resolve(c).then(i,u)}function Sv(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function r(c){il(a,i,u,r,l,"next",c)}function l(c){il(a,i,u,r,l,"throw",c)}r(void 0)})}}function Av(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ul(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 Rv(t,e,n){return e&&ul(t.prototype,e),n&&ul(t,n),t}function al(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Tv(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Bv(){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 ku(t){return Iv(t)||Tv(t)||Pv(t)||Bv()}function Pv(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 xv(t,e){var n,i,u,a,r={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return a={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function l(o){return function(d){return c([o,d])}}function c(o){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(u=o[0]&2?i.return:o[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,o[1])).done)return u;switch(i=0,u&&(o=[o[0]&2,u.value]),o[0]){case 0:case 1:u=o;break;case 4:return r.label++,{value:o[1],done:!1};case 5:r.label++,i=o[1],o=[0];continue;case 7:o=r.ops.pop(),r.trys.pop();continue;default:if(u=r.trys,!(u=u.length>0&&u[u.length-1])&&(o[0]===6||o[0]===2)){r=0;continue}if(o[0]===3&&(!u||o[1]>u[0]&&o[1]<u[3])){r.label=o[1];break}if(o[0]===6&&r.label<u[1]){r.label=u[1],u=o;break}if(u&&r.label<u[2]){r.label=u[2],r.ops.push(o);break}u[2]&&r.ops.pop(),r.trys.pop();continue}o=e.call(t,r)}catch(d){o=[6,d],i=0}finally{n=u=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}}var Dv=function(){function t(){Av(this,t),al(this,"_events",new Map),al(this,"debug",!1)}return Rv(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 r=this;return Sv(function(){var l,c,o,d,v,g,_,E,w,S,m,C;return xv(this,function(T){switch(T.label){case 0:if(l=r._events.get(n),c=[],!l)return[3,10];o=l.slice(),d=!0,v=!1,g=void 0,T.label=1;case 1:T.trys.push([1,8,9,10]),_=o[Symbol.iterator](),T.label=2;case 2:if(d=(E=_.next()).done)return[3,7];if(w=E.value,!l.includes(w))return[3,6];T.label=3;case 3:return T.trys.push([3,5,,6]),r.debug&&Yr.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(w.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+w.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(ku(u))),[4,w.apply(null,ku(u))];case 4:return S=T.sent(),r.debug&&Yr.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(w.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+w.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(ku(u),[S])),c.push(S),S===!1?[3,7]:[3,6];case 5:return m=T.sent(),ov(String(m)+":"+String(m.stack)),[3,6];case 6:return d=!0,[3,2];case 7:return[3,10];case 8:return C=T.sent(),v=!0,g=C,[3,10];case 9:try{!d&&_.return!=null&&_.return()}finally{if(v)throw g}return[7];case 10:return[2,c]}})})()}},{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 Fv(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function rl(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 kv(t,e,n){return e&&rl(t.prototype,e),n&&rl(t,n),t}function Ov(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Mv=[{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"}],$v=function(){function t(){Fv(this,t)}return kv(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(r){return u.includes(r.key)}));var a=n.customEvents.map(function(r){var l=r.key;return r.namespace!==void 0&&r.namespace!==null&&r.namespace!==""&&(l=r.namespace+":"+r.key),{key:l,code:r.key,name:r.name}});return i=i.concat(a),i}}]),t}();Ov($v,"events",Mv);function Ou(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 Lv(t){if(Array.isArray(t))return Ou(t)}function Nv(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Vv(){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 ll(t){return Lv(t)||Nv(t)||Hv(t)||Vv()}function Hv(t,e){if(!!t){if(typeof t=="string")return Ou(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 Ou(t,e)}}function Mu(t,e){var n;!((n=Object.getOwnPropertyDescriptors(t)[e])===null||n===void 0)&&n.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function ol(t,e,n){n!=="Runtime"&&(t.parent=e,Mu(t,"parent"))}function jv(t,e,n){t.forEach(function(i){ol(i,e,n)})}var cl=Symbol("targetKey");function sl(t){var e;return(e=t[cl])!==null&&e!==void 0?e:t}function dl(t,e,n){return jv(t,e,n),new Proxy(t,{get:function(u,a){for(var r=arguments.length,l=new Array(r>2?r-2:0),c=2;c<r;c++)l[c-2]=arguments[c];var o;return a===cl?u:(o=Reflect).get.apply(o,[u,a].concat(ll(l)))},set:function(u,a,r){for(var l=arguments.length,c=new Array(l>3?l-3:0),o=3;o<l;o++)c[o-3]=arguments[o];var d;if(Du(t)&&a==="length"&&r===t.length)return!0;var v=(d=Reflect).set.apply(d,[u,a,r].concat(ll(c)));return Cv(r)&&ol(r,e,n),v}})}function ve(t,e,n,i,u){var a=i!=null?i:t,r=dl(sl(n!=null?n:[]),a,u);Object.defineProperty(t,e,{get:function(){return r},set:function(c){r=dl(sl(c),a,u)},enumerable:!0})}function qv(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function fl(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 Uv(t,e,n){return e&&fl(t.prototype,e),n&&fl(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}var hl=[],qn=function(){function t(e){qv(this,t),Pe(this,"registeredControlTypes",new Set),Pe(this,"controlConfigMap",new Map),Pe(this,"_controls",[]),Pe(this,"_type",void 0),this._type=e,this._initControls(e)}return Uv(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__||jt("".concat(n.name," is not a Control"));var i=this._controls.findIndex(function(u){return u.controlType===n.controlType});return i>-1&&(Bu("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===ct.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===ct.FORM}},{key:"isListControl",value:function(n){return n.controlType===ct.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===ct.COLUMN}},{key:"createControl",value:function(n,i){var u=this;if(Array.isArray(n))return n.map(function(d){return u.createControl(d,i)});if(n.children&&(n.children=n.children.map(function(d){return u.createControl(d,i)})),this.isListControl(n)){var a=n.props;a.headers&&(a.headers=a.headers.map(function(d){return u.createControl(d,i)}))}var r=this.getControlFormType(n.type);if(r){var l=n;if(typeof i=="function"){var c=i(l);c&&(l=c)}var o;return r.mode==="Runtime"?(o=l,o.fieldType=r.controlFieldType,this._setParentPrototypeToSchema(o,this)):o=new r(l),o}else jt("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}}),Mu(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,i){i._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var a=n.id,r=i._controlParentIdMap,l=i.instanceMap;if(!(!r||!l)){var c=r[a],o=l[a];if(!(!c&&!o)){var d=o.findIndex(function(_){return _==n}),v=l[c]||[],g;return v.length!==o.length?g=v[0]:g=v[d],g}}}}),Mu(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 r=new u(i);a=Array.from(r)}return a}},{key:"register",value:function(n,i){var u=n.Designer,a=n.Runtime,r=n.Property;(!u||!a||!u.__is_control__||!a.__is_control__)&&jt("".concat(n," is can't register as a Control"));var l=this.staticControls.findIndex(function(c){return c.Designer.controlType===u.controlType});return l>-1&&(Bu("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(l,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),r.mode=i,this}}]),t}();Pe(qn,"staticControlsRuntimeRules",new Map),Pe(qn,"staticControls",hl),Pe(qn,"staticRegisteredTypes",new Set(hl.map(function(t){return t.Designer.controlType}))),Pe(qn,"staticRegisteredConfigs",new Map);function $(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function I(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 Un(t){return Un=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Un(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&&$u(t,e)}function Wv(t,e){return e&&(Kv(e)==="object"||typeof e=="function")?e:$(t)}function $u(t,e){return $u=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},$u(t,e)}function Kv(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function zv(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function fe(t){var e=zv();return function(){var i=Un(t),u;if(e){var a=Un(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return Wv(this,u)}}var me=function t(e){I(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},yl=function t(e){I(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},vl=function t(e){I(this,t),f(this,"rowHeightType",void 0),f(this,"minRows",void 0),f(this,"maxRows",void 0),f(this,"fiexdRow",void 0);var n;this.rowHeightType=(n=e==null?void 0:e.rowHeightType)!==null&&n!==void 0?n:"fixed";var i;this.minRows=(i=e==null?void 0:e.minRows)!==null&&i!==void 0?i:4;var u;this.maxRows=(u=e==null?void 0:e.maxRows)!==null&&u!==void 0?u:20;var a;this.fiexdRow=(a=e==null?void 0:e.fiexdRow)!==null&&a!==void 0?a:4},Gv=function t(e){I(this,t),f(this,"pc",void 0),f(this,"mobile",void 0),this.pc=new vl(e==null?void 0:e.pc),this.mobile=new vl(e==null?void 0:e.mobile)},Lu=function(t){de(n,t);var e=fe(n);function n(i){I(this,n);var u;u=e.call(this,i),f($(u),"width",void 0),f($(u),"widthType",void 0);var a;u.width=(a=i==null?void 0:i.width)!==null&&a!==void 0?a:240;var r;return u.widthType=(r=i==null?void 0:i.widthType)!==null&&r!==void 0?r:"auto",u}return n}(yl),Qv=function t(e){I(this,t),f(this,"pc",void 0),f(this,"mobile",void 0),this.pc=new Lu(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new Lu(e==null?void 0:e.mobile):new Lu({width:130,minWidth:180})},Xv=function t(e){I(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:[]},st=function t(e){I(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:""},Jv=function(t){de(n,t);var e=fe(n);function n(i){I(this,n);var u;u=e.call(this,i),f($(u),"primaryControlId",void 0);var a;return u.primaryControlId=(a=i==null?void 0:i.primaryControlId)!==null&&a!==void 0?a:"",u}return n}(st),ml=function t(e){I(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:""},Nu=function t(e){I(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(r){return new ml(r)}))!==null&&a!==void 0?a:[]},Zv=function t(e){I(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},Yv=function(t){de(n,t);var e=fe(n);function n(i){I(this,n);var u;u=e.call(this,i),f($(u),"title",void 0),f($(u),"svcCode",void 0),f($(u),"isOpenFilter",void 0),f($(u),"filters",void 0);var a;u.title=(a=i==null?void 0:i.title)!==null&&a!==void 0?a:"";var r;u.svcCode=(r=i==null?void 0:i.svcCode)!==null&&r!==void 0?r:"";var l;u.isOpenFilter=(l=i==null?void 0:i.isOpenFilter)!==null&&l!==void 0?l:!1;var c;return u.filters=(c=i==null?void 0:i.filters)!==null&&c!==void 0?c:[],u}return n}(st),pv=function t(e){I(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 st(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(r){return new Zv(r)}))!==null&&u!==void 0?u:[];var a;this.sublists=(a=e==null||(i=e.sublists)===null||i===void 0?void 0:i.map(function(r){return new Yv(r)}))!==null&&a!==void 0?a:[]},em=function t(e){I(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},qt=function t(e){I(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:[]},Vu=function t(e){var n=this;I(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:ye();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 r;this.value=(r=e==null?void 0:e.value)!==null&&r!==void 0?r:"and",this.children=[],Array.isArray(e==null?void 0:e.children)&&(e==null||e.children.map(function(l){if(l.children!==void 0){var c,o=new t(l);(c=n.children)===null||c===void 0||c.push(o)}else{var d,v=new Wn(l);(d=n.children)===null||d===void 0||d.push(v)}}))},Wn=function t(e){I(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:ye();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 r;this.describe=(r=e==null?void 0:e.describe)!==null&&r!==void 0?r:"",this.leftVariableBo=new em(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new qt(e==null?void 0:e.rightVariableBo)},tm=function t(e){I(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 te(e==null?void 0:e.datasourceBind);var i;this.relationFields=(i=e==null?void 0:e.relationFields)!==null&&i!==void 0?i:[]},ue=function t(e){I(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:""},Hu=function t(e){I(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},nm=function t(e){I(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 ju(t){var e,n,i,u;this.filters=(u=t==null||(e=t.filters)===null||e===void 0?void 0:e.map(function(l){return l.children!==void 0?new Vu(l):new Wn(l)}))!==null&&u!==void 0?u:[];var a;this.viewFilters=(a=t==null||(n=t.viewFilters)===null||n===void 0?void 0:n.map(function(l){return l.children!==void 0?new Vu(l):new Wn(l)}))!==null&&a!==void 0?a:[];var r;this.orders=(r=t==null||(i=t.orders)===null||i===void 0?void 0:i.map(function(l){return new nm(l)}))!==null&&r!==void 0?r:[]}var te=function t(e){var n=this;I(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 r;this.isOpenViewFilters=(r=e==null?void 0:e.isOpenViewFilters)!==null&&r!==void 0?r:0,Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(function(d){var v;(v=n.displayBoList)===null||v===void 0||v.push(new Hu(d))}));var l;this.keywordMapping=(l=e==null?void 0:e.keywordMapping)!==null&&l!==void 0?l:"";var c;this.showOrder=(c=e==null?void 0:e.showOrder)!==null&&c!==void 0?c:!0;var o;this.svcCode=(o=e==null?void 0:e.svcCode)!==null&&o!==void 0?o:"",ju.call(this,e)},qu=function t(e){I(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:[]},we=function t(e){I(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 r;this.defaultState=(r=e==null?void 0:e.defaultState)!==null&&r!==void 0?r:"default";var l;this.formKey=(l=e==null?void 0:e.formKey)!==null&&l!==void 0?l:void 0,this.formType=e==null?void 0:e.formType;var c;this.icon=(c=e==null?void 0:e.icon)!==null&&c!==void 0?c:"iconliulan1";var o;this.needConfirm=(o=e==null?void 0:e.needConfirm)!==null&&o!==void 0?o:!1;var d;this.openType=(d=e==null?void 0:e.openType)!==null&&d!==void 0?d:"modal";var v;this.priorityProcess=(v=e==null?void 0:e.priorityProcess)!==null&&v!==void 0?v:!0},gl=function t(e){I(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(r){return new Hu(r)}))!==null&&a!==void 0?a:[]},Kn=function(t){de(n,t);var e=fe(n);function n(i){I(this,n);var u,a;u=e.call(this,i),f($(u),"attributes",void 0);var r;return u.attributes=(r=i==null||(a=i.attributes)===null||a===void 0?void 0:a.map(function(l){return new gl(l)}))!==null&&r!==void 0?r:[],u}return n}(te),im=function(t){de(n,t);var e=fe(n);function n(i){I(this,n);var u,a;u=e.call(this,i),f($(u),"attributes",void 0),f($(u),"formCode",void 0);var r;u.attributes=(r=i==null||(a=i.attributes)===null||a===void 0?void 0:a.map(function(c){return new gl(c)}))!==null&&r!==void 0?r:[];var l;return u.formCode=(l=i==null?void 0:i.formCode)!==null&&l!==void 0?l:"",u}return n}(te),bl=function(t){de(n,t);var e=fe(n);function n(i){I(this,n);var u;u=e.call(this,i),f($(u),"rootNode",void 0),f($(u),"filterCode",void 0),u.rootNode=new qt(i==null?void 0:i.rootNode);var a;return u.filterCode=(a=i==null?void 0:i.filterCode)!==null&&a!==void 0?a:"",u}return n}(Kn),_l=function t(e){I(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(r){return new ue(r)}))!==null&&a!==void 0?a:[]},wl=function(t){de(n,t);var e=fe(n);function n(i){I(this,n);var u;return u=e.call(this,i),f($(u),"filters",void 0),f($(u),"viewFilters",void 0),f($(u),"orders",void 0),ju.call($(u),i),u}return n}(_l),Cl=function(t){de(n,t);var e=fe(n);function n(i){I(this,n);var u;u=e.call(this,i),f($(u),"mode",void 0),f($(u),"multiple",void 0);var a;u.mode=(a=i==null?void 0:i.mode)!==null&&a!==void 0?a:"current";var r;return u.multiple=(r=i==null?void 0:i.multiple)!==null&&r!==void 0?r:!1,u}return n}(_l),El=function t(e){I(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:""},um=function t(e){I(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:ye(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 Ce(t){var e;return(e=t==null?void 0:t.map(function(n){return new um(n)}))!==null&&e!==void 0?e:[]}var Uu=function t(){I(this,t)},am=function(t){de(n,t);var e=fe(n);function n(i){I(this,n);var u;return u=e.call(this),f($(u),"amount",void 0),f($(u),"currency",void 0),u.amount=new me(i==null?void 0:i.amount),u.currency=new me(i==null?void 0:i.currency),u}return n}(Uu),rm=function t(e){I(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"},lm=function(t){de(n,t);var e=fe(n);function n(i){I(this,n);var u;return u=e.call(this),f($(u),"min",void 0),f($(u),"max",void 0),u.min=new me(i==null?void 0:i.min),u.max=new me(i==null?void 0:i.max),u}return n}(Uu),om=function t(e){I(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:""},cm=function t(e){I(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 r;this.province=(r=e==null?void 0:e.province)!==null&&r!==void 0?r:"";var l;this.provinceDisplay=(l=e==null?void 0:e.provinceDisplay)!==null&&l!==void 0?l:""},sm=function(t){de(n,t);var e=fe(n);function n(i){I(this,n);var u;return u=e.call(this),f($(u),"result",void 0),f($(u),"unit",void 0),u.result=new me(i==null?void 0:i.result),u.unit=new me(i==null?void 0:i.unit),u}return n}(Uu),dm=function t(e){I(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:""},Wu;(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"})(Wu||(Wu={}));var s;(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.SORTABLE="sortable"})(s||(s={}));var Ku;(function(t){t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT"})(Ku||(Ku={}));var xe=function t(e){I(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 r;this.type=(r=e==null?void 0:e.type)!==null&&r!==void 0?r:"";var l;this.priorityProcess=(l=e==null?void 0:e.priorityProcess)!==null&&l!==void 0?l:!1},fm=function t(e){I(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:ye(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(r){return new ml(r)}))!==null&&a!==void 0?a:[],ju.call(this,e)},hm=function t(e){I(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"},ym=function t(e){I(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:""},vm=function t(e){I(this,t);var n,i;f(this,"id",void 0),f(this,"name",void 0),f(this,"settings",void 0),f(this,"filters",void 0),f(this,"script",void 0);var u;this.id=(u=e==null?void 0:e.id)!==null&&u!==void 0?u:ye();var a;this.name=(a=e==null?void 0:e.name)!==null&&a!==void 0?a:"";var r;this.filters=(r=e==null||(n=e.filters)===null||n===void 0?void 0:n.map(function(c){return c.children!==void 0?new Vu(c):new Wn(c)}))!==null&&r!==void 0?r:[];var l;this.settings=(e==null?void 0:e.settings)&&Array.isArray(e==null?void 0:e.settings)?(l=e==null||(i=e.settings)===null||i===void 0?void 0:i.map(function(c){return new mm(c)}))!==null&&l!==void 0?l:[]:[],this.script=e==null?void 0:e.script},mm=function t(e){I(this,t),f(this,"color",void 0),f(this,"fieldCodes",void 0),f(this,"type",void 0),f(this,"scope",void 0);var n;this.type=(n=e.type)!==null&&n!==void 0?n:"background";var i;this.fieldCodes=(i=e.fieldCodes)!==null&&i!==void 0?i:[];var u;this.color=(u=e.color)!==null&&u!==void 0?u:"theme";var a;this.scope=(a=e.scope)!==null&&a!==void 0?a:"row"},gm=function t(e){I(this,t);var n;f(this,"type",void 0),f(this,"interval",void 0),f(this,"rules",void 0);var i;this.type=(i=e==null?void 0:e.type)!==null&&i!==void 0?i:"none";var u;this.interval=(u=e==null?void 0:e.interval)!==null&&u!==void 0?u:{color:""};var a;this.rules=(e==null?void 0:e.rules)&&Array.isArray(e==null?void 0:e.rules)?(a=e==null||(n=e.rules)===null||n===void 0?void 0:n.map(function(r){return new vm(r)}))!==null&&a!==void 0?a:[]:[]};function bm(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function zu(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function zn(t,e,n){return Il()?zn=Reflect.construct:zn=function(u,a,r){var l=[null];l.push.apply(l,a);var c=Function.bind.apply(u,l),o=new c;return r&&Wt(o,r.prototype),o},zn.apply(null,arguments)}function Ee(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Ut(t){return Ut=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ut(t)}function _m(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Wt(t,e)}function wm(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Cm(t,e){return e&&(Em(e)==="object"||typeof e=="function")?e:bm(t)}function Wt(t,e){return Wt=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Wt(t,e)}function Em(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Gu(t){var e=typeof Map=="function"?new Map:void 0;return Gu=function(i){if(i===null||!wm(i))return i;if(typeof i!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(i))return e.get(i);e.set(i,u)}function u(){return zn(i,arguments,Ut(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Wt(u,i)},Gu(t)}function Il(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function Im(t){var e=Il();return function(){var i=Ut(t),u;if(e){var a=Ut(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return Cm(this,u)}}var z=function t(e){zu(this,t),Ee(this,"isHide",{type:"boolean"})},He=function(t){_m(n,t);var e=Im(n);function n(i){return zu(this,n),e.call(this)}return n}(Gu(Array)),G=function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";zu(this,t),Ee(this,"isHide",void 0),Ee(this,"className",void 0),Ee(this,"style",void 0),Ee(this,"caption",void 0),Ee(this,"defaultState",void 0);var i;this.isHide=(i=e==null?void 0:e.isHide)!==null&&i!==void 0?i:!1,this.style=new hm(e==null?void 0:e.style);var u;this.caption=(u=e==null?void 0:e.caption)!==null&&u!==void 0?u:n};Ee(G,"mode",void 0),Ee(G,"Rules",z),Ee(G,"RuntimeRules",He);function ge(){return ge=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},ge.apply(this,arguments)}function Sm(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function Qu(t){return Qu=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Qu(t)}function Gn(t,e){return Gn=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Gn(t,e)}function Am(){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 Qn(t,e,n){return Am()?Qn=Reflect.construct:Qn=function(u,a,r){var l=[null];l.push.apply(l,a);var c=Function.bind.apply(u,l),o=new c;return r&&Gn(o,r.prototype),o},Qn.apply(null,arguments)}function Rm(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Xu(t){var e=typeof Map=="function"?new Map:void 0;return Xu=function(i){if(i===null||!Rm(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 Qn(i,arguments,Qu(this).constructor)}return u.prototype=Object.create(i.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Gn(u,i)},Xu(t)}var Tm=/%[sdj%]/g,Sl=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Sl=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 ae(){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 r=String(u).replace(Tm,function(l){if(l==="%%")return"%";if(i>=a)return l;switch(l){case"%s":return String(e[i++]);case"%d":return Number(e[i++]);case"%j":try{return JSON.stringify(e[i++])}catch(c){return"[Circular]"}break;default:return l}});return r}return u}function Bm(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function Q(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||Bm(e)&&typeof t=="string"&&!t)}function Pm(t,e,n){var i=[],u=0,a=t.length;function r(l){i.push.apply(i,l),u++,u===a&&n(i)}t.forEach(function(l){e(l,r)})}function Al(t,e,n){var i=0,u=t.length;function a(r){if(r&&r.length){n(r);return}var l=i;i=i+1,l<u?e(t[l],a):n([])}a([])}function xm(t){var e=[];return Object.keys(t).forEach(function(n){e.push.apply(e,t[n])}),e}var Rl=function(t){Sm(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}(Xu(Error));function Dm(t,e,n,i){if(e.first){var u=new Promise(function(v,g){var _=function(S){return i(S),S.length?g(new Rl(S,Ju(S))):v()},E=xm(t);Al(E,n,_)});return u.catch(function(v){return v}),u}var a=e.firstFields||[];a===!0&&(a=Object.keys(t));var r=Object.keys(t),l=r.length,c=0,o=[],d=new Promise(function(v,g){var _=function(w){if(o.push.apply(o,w),c++,c===l)return i(o),o.length?g(new Rl(o,Ju(o))):v()};r.length||(i(o),v()),r.forEach(function(E){var w=t[E];a.indexOf(E)!==-1?Al(w,n,_):Pm(w,n,_)})});return d.catch(function(v){return v}),d}function Tl(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 Bl(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]=ge(ge({},t[n]),i):t[n]=i}}return t}function Pl(t,e,n,i,u,a){t.required&&(!n.hasOwnProperty(t.field)||Q(e,a||t.type))&&i.push(ae(u.messages.required,t.fullField))}function Fm(t,e,n,i,u){(/^\s+$/.test(e)||e==="")&&i.push(ae(u.messages.whitespace,t.fullField))}var Zu={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},Kt={integer:function(e){return Kt.number(e)&&parseInt(e,10)===e},float:function(e){return Kt.number(e)&&!Kt.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"&&!Kt.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(Zu.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(Zu.url)},hex:function(e){return typeof e=="string"&&!!e.match(Zu.hex)}};function km(t,e,n,i,u){if(t.required&&e===void 0){Pl(t,e,n,i,u);return}var a=["integer","float","array","regexp","object","method","email","number","date","url","hex"],r=t.type;a.indexOf(r)>-1?Kt[r](e)||i.push(ae(u.messages.types[r],t.fullField,t.type)):r&&typeof e!==t.type&&i.push(ae(u.messages.types[r],t.fullField,t.type))}function Om(t,e,n,i,u){var a=typeof t.len=="number",r=typeof t.min=="number",l=typeof t.max=="number",c=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,o=e,d=null,v=typeof e=="number",g=typeof e=="string",_=Array.isArray(e);if(v?d="number":g?d="string":_&&(d="array"),!d)return!1;_&&(o=e.length),g&&(o=e.replace(c,"_").length),a?o!==t.len&&i.push(ae(u.messages[d].len,t.fullField,t.len)):r&&!l&&o<t.min?i.push(ae(u.messages[d].min,t.fullField,t.min)):l&&!r&&o>t.max?i.push(ae(u.messages[d].max,t.fullField,t.max)):r&&l&&(o<t.min||o>t.max)&&i.push(ae(u.messages[d].range,t.fullField,t.min,t.max))}var dt="enum";function Mm(t,e,n,i,u){t[dt]=Array.isArray(t[dt])?t[dt]:[],t[dt].indexOf(e)===-1&&i.push(ae(u.messages[dt],t.fullField,t[dt].join(", ")))}function $m(t,e,n,i,u){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||i.push(ae(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(ae(u.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var R={required:Pl,whitespace:Fm,type:km,range:Om,enum:Mm,pattern:$m};function Lm(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(Q(e,"string")&&!t.required)return n();R.required(t,e,i,a,u,"string"),Q(e,"string")||(R.type(t,e,i,a,u),R.range(t,e,i,a,u),R.pattern(t,e,i,a,u),t.whitespace===!0&&R.whitespace(t,e,i,a,u))}n(a)}function Nm(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(Q(e)&&!t.required)return n();R.required(t,e,i,a,u),e!==void 0&&R.type(t,e,i,a,u)}n(a)}function Vm(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(e===""&&(e=void 0),Q(e)&&!t.required)return n();R.required(t,e,i,a,u),e!==void 0&&(R.type(t,e,i,a,u),R.range(t,e,i,a,u))}n(a)}function Hm(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(Q(e)&&!t.required)return n();R.required(t,e,i,a,u),e!==void 0&&R.type(t,e,i,a,u)}n(a)}function jm(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(Q(e)&&!t.required)return n();R.required(t,e,i,a,u),Q(e)||R.type(t,e,i,a,u)}n(a)}function qm(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(Q(e)&&!t.required)return n();R.required(t,e,i,a,u),e!==void 0&&(R.type(t,e,i,a,u),R.range(t,e,i,a,u))}n(a)}function Um(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(Q(e)&&!t.required)return n();R.required(t,e,i,a,u),e!==void 0&&(R.type(t,e,i,a,u),R.range(t,e,i,a,u))}n(a)}function Wm(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(e==null&&!t.required)return n();R.required(t,e,i,a,u,"array"),e!=null&&(R.type(t,e,i,a,u),R.range(t,e,i,a,u))}n(a)}function Km(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(Q(e)&&!t.required)return n();R.required(t,e,i,a,u),e!==void 0&&R.type(t,e,i,a,u)}n(a)}var zm="enum";function Gm(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(Q(e)&&!t.required)return n();R.required(t,e,i,a,u),e!==void 0&&R[zm](t,e,i,a,u)}n(a)}function Qm(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(Q(e,"string")&&!t.required)return n();R.required(t,e,i,a,u),Q(e,"string")||R.pattern(t,e,i,a,u)}n(a)}function Xm(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(Q(e,"date")&&!t.required)return n();if(R.required(t,e,i,a,u),!Q(e,"date")){var l;e instanceof Date?l=e:l=new Date(e),R.type(t,l,i,a,u),l&&R.range(t,l.getTime(),i,a,u)}}n(a)}function Jm(t,e,n,i,u){var a=[],r=Array.isArray(e)?"array":typeof e;R.required(t,e,i,a,u,r),n(a)}function Yu(t,e,n,i,u){var a=t.type,r=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(Q(e,a)&&!t.required)return n();R.required(t,e,i,r,u,a),Q(e,a)||R.type(t,e,i,r,u)}n(r)}function Zm(t,e,n,i,u){var a=[],r=t.required||!t.required&&i.hasOwnProperty(t.field);if(r){if(Q(e)&&!t.required)return n();R.required(t,e,i,a,u)}n(a)}var zt={string:Lm,method:Nm,number:Vm,boolean:Hm,regexp:jm,integer:qm,float:Um,array:Wm,object:Km,enum:Gm,pattern:Qm,date:Xm,url:Yu,hex:Yu,email:Yu,required:Jm,any:Zm};function pu(){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 ea=pu();function De(t){this.rules=null,this._messages=ea,this.define(t)}De.prototype={messages:function(e){return e&&(this._messages=Bl(pu(),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,r=n,l=i;if(typeof r=="function"&&(l=r,r={}),!this.rules||Object.keys(this.rules).length===0)return l&&l(),Promise.resolve();function c(w){var S,m=[],C={};function T(D){if(Array.isArray(D)){var k;m=(k=m).concat.apply(k,D)}else m.push(D)}for(S=0;S<w.length;S++)T(w[S]);m.length?C=Ju(m):(m=null,C=null),l(m,C)}if(r.messages){var o=this.messages();o===ea&&(o=pu()),Bl(o,r.messages),r.messages=o}else r.messages=this.messages();var d,v,g={},_=r.keys||Object.keys(this.rules);_.forEach(function(w){d=u.rules[w],v=a[w],d.forEach(function(S){var m=S;typeof m.transform=="function"&&(a===e&&(a=ge({},a)),v=a[w]=m.transform(v)),typeof m=="function"?m={validator:m}:m=ge({},m),m.validator=u.getValidationMethod(m),m.field=w,m.fullField=m.fullField||w,m.type=u.getType(m),m.validator&&(g[w]=g[w]||[],g[w].push({rule:m,value:v,source:a,field:w}))})});var E={};return Dm(g,r,function(w,S){var m=w.rule,C=(m.type==="object"||m.type==="array")&&(typeof m.fields=="object"||typeof m.defaultField=="object");C=C&&(m.required||!m.required&&w.value),m.field=w.field;function T(oe,M){return ge(ge({},M),{},{fullField:m.fullField+"."+oe})}function D(oe){oe===void 0&&(oe=[]);var M=oe;if(Array.isArray(M)||(M=[M]),!r.suppressWarning&&M.length&&De.warning("async-validator:",M),M.length&&m.message!==void 0&&(M=[].concat(m.message)),M=M.map(Tl(m)),r.first&&M.length)return E[m.field]=1,S(M);if(!C)S(M);else{if(m.required&&!w.value)return m.message!==void 0?M=[].concat(m.message).map(Tl(m)):r.error&&(M=[r.error(m,ae(r.messages.required,m.field))]),S(M);var ce={};if(m.defaultField)for(var Nn in w.value)w.value.hasOwnProperty(Nn)&&(ce[Nn]=m.defaultField);ce=ge(ge({},ce),w.rule.fields);for(var Re in ce)if(ce.hasOwnProperty(Re)){var Cu=Array.isArray(ce[Re])?ce[Re]:[ce[Re]];ce[Re]=Cu.map(T.bind(null,Re))}var Vn=new De(ce);Vn.messages(r.messages),w.rule.options&&(w.rule.options.messages=r.messages,w.rule.options.error=r.error),Vn.validate(w.value,w.rule.options||r,function($t){var Te=[];M&&M.length&&Te.push.apply(Te,M),$t&&$t.length&&Te.push.apply(Te,$t),S(Te.length?Te:null)})}}var k;m.asyncValidator?k=m.asyncValidator(m,w.value,D,w.source,r):m.validator&&(k=m.validator(m,w.value,D,w.source,r),k===!0?D():k===!1?D(m.message||m.field+" fails"):k instanceof Array?D(k):k instanceof Error&&D(k.message)),k&&k.then&&k.then(function(){return D()},function(oe){return D(oe)})},function(w){c(w)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!zt.hasOwnProperty(e.type))throw new Error(ae("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if(typeof e.validator=="function")return e.validator;var n=Object.keys(e),i=n.indexOf("message");return i!==-1&&n.splice(i,1),n.length===1&&n[0]==="required"?zt.required:zt[this.getType(e)]||!1}},De.register=function(e,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");zt[e]=n},De.warning=Sl,De.messages=ea,De.validators=zt;var Ym={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 pm(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new De(t);return n.messages(Object.assign(Ym,e)),n}var eg=new Dv;function ta(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 tg(t){if(Array.isArray(t))return t}function ng(t){if(Array.isArray(t))return ta(t)}function xl(t,e,n,i,u,a,r){try{var l=t[a](r),c=l.value}catch(o){n(o);return}l.done?e(c):Promise.resolve(c).then(i,u)}function Dl(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function r(c){xl(a,i,u,r,l,"next",c)}function l(c){xl(a,i,u,r,l,"throw",c)}r(void 0)})}}function ig(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Fl(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 ug(t,e,n){return e&&Fl(t.prototype,e),n&&Fl(t,n),t}function F(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function kl(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function Ol(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function ag(){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 rg(){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 Ml(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){F(t,u,n[u])})}return t}function lg(t){return tg(t)||Ol(t)||$l(t)||ag()}function na(t){return ng(t)||Ol(t)||$l(t)||rg()}function og(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function $l(t,e){if(!!t){if(typeof t=="string")return ta(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 ta(t,e)}}function Ll(t,e){var n,i,u,a,r={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return a={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function l(o){return function(d){return c([o,d])}}function c(o){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(u=o[0]&2?i.return:o[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,o[1])).done)return u;switch(i=0,u&&(o=[o[0]&2,u.value]),o[0]){case 0:case 1:u=o;break;case 4:return r.label++,{value:o[1],done:!1};case 5:r.label++,i=o[1],o=[0];continue;case 7:o=r.ops.pop(),r.trys.pop();continue;default:if(u=r.trys,!(u=u.length>0&&u[u.length-1])&&(o[0]===6||o[0]===2)){r=0;continue}if(o[0]===3&&(!u||o[1]>u[0]&&o[1]<u[3])){r.label=o[1];break}if(o[0]===6&&r.label<u[1]){r.label=u[1],u=o;break}if(u&&r.label<u[2]){r.label=u[2],r.ops.push(o);break}u[2]&&r.ops.pop(),r.trys.pop();continue}o=e.call(t,r)}catch(d){o=[6,d],i=0}finally{n=u=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}}var O=function(){function e(n){var i=this;ig(this,e),F(this,"id",void 0),F(this,"name",void 0),F(this,"icon",void 0),F(this,"type",void 0),F(this,"controlType",void 0),F(this,"props",void 0),F(this,"setting",[]),F(this,"fieldType",void 0),F(this,"eventKeys",[]),F(this,"customEvents",[]),F(this,"parent",null),F(this,"slots",void 0),F(this,"slotPosition",void 0),F(this,"updateSetting",Vl),F(this,"removeSetting",Nl),this._callControlHooks("preInstance",n);var u=kl(this,e)?this.constructor:void 0,a=u.controlName,r=u.controlIcon,l=u.controlType,c=u.controlFieldType,o=u.controlEventKeys,d=u.controlCustomEvents,v=u.name,g=u.setting,_=u.slots,E=u.slotPosition;a&&r&&l||pr("The ".concat(v," controlName,controlIcon,controlType is not define"));var w;this.id=(w=n==null?void 0:n.id)!==null&&w!==void 0?w:ye(10),this.name=a,this.icon=r;var S;this.type=(S=n==null?void 0:n.type)!==null&&S!==void 0?S:l,this.props=new G(n==null?void 0:n.props,(kl(this,e)?this.constructor:void 0).controlName);var m;this.controlType=(m=n==null?void 0:n.controlType)!==null&&m!==void 0?m:"base",this.setting=se(g);var C;this.fieldType=(C=n==null?void 0:n.fieldType)!==null&&C!==void 0?C:c,this.eventKeys=se(o),this.customEvents=se(d),this.slots=se(_),this.slotPosition=se(E),Promise.resolve().then(function(){i._callControlHooks("postInstance",n)})}return ug(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 r,l=lg(u),c=l[0],o=l.slice(1);return(r=eg).emit.apply(r,[c,this].concat(na(o)))}},{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),mv(this.props,i,u),this.postUpdate(i,u)}},{key:"preValidate",value:function(){var i=this;return Dl(function(){var u,a,r;return Ll(this,function(l){switch(l.label){case 0:return u=Ml({},i.rules),[4,i._callControlHooks("preValidate",u)];case 1:return a=l.sent(),r=a[a.length-1],[2,r===!1?void 0:r]}})})()}},{key:"validate",value:function(i,u){var a=this;return Dl(function(){var r,l,c,o;return Ll(this,function(d){switch(d.label){case 0:return[4,a.preValidate()];case 1:r=d.sent(),l=r!==void 0?r:Ml({},a.rules),Array.isArray(u)&&u.forEach(function(v){l.hasOwnProperty(v)&&delete l[v]}),c=pm(l,i),d.label=2;case 2:return d.trys.push([2,4,,5]),[4,c.validate(a.props)];case 3:return d.sent(),[2,!0];case 4:throw o=d.sent(),o.control||(o.control=a),o;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,r=this.type,l=this.props,c=l.dataBind,o=l.datasourceBind,d=l.optionConfig,v=l.caption,g=l.required,_=l.maxLength,E=l.options,w=l.encrypted,S=l.encryptedMode;if(!(!u&&!c&&!o)){var m={parentId:i,fieldType:u,controlId:a,caption:v,type:r,props:{}};switch(c&&(m.dataBind=c),d){case"datasource":case void 0:o&&(m.datasourceBind=o);break;case"custom":m.props.options=E;break}return g!==void 0&&(m.required=g),_!==void 0&&(m.maxLength=_),w!==void 0&&(m.encrypted=w),S!==void 0&&(m.encryptedMode=S),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,na(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),e}();F(O,"mode","Designer"),F(O,"slots",void 0),F(O,"slotPosition",void 0),F(O,"controlName","\u63A7\u4EF6"),F(O,"controlIcon","icon"),F(O,"controlType","control"),F(O,"controlFieldType",void 0),F(O,"controlEventKeys",[]),F(O,"controlCustomEvents",[]),F(O,"setting",[]),F(O,"__is_control__",!0),F(O,"removeSettingItem",Nl),F(O,"updateSettingItem",Vl);function Nl(t){var e=this,n=Array.isArray(t)?t:[t];n.forEach(function(i){var u,a=typeof i!="string",r=(u=e.setting)===null||u===void 0?void 0:u.findIndex(function(o){return o.key===(a?i.key:i)});if(r!==-1){var l,c;a?e.setting[r].showItems=(l=e.setting[r].showItems)===null||l===void 0?void 0:l.filter(function(o){return!i.hideItems.includes(o)}):e.setting.splice(r,1),a&&!(!((c=e.setting[r].showItems)===null||c===void 0)&&c.length)&&e.setting.splice(r,1)}})}function Vl(t,e){var n=this,i=typeof t=="string"?[t]:t;i.forEach(function(u){var a=n.setting.find(function(o){return o.key===u});if(a){if(typeof e=="boolean")a.visible=e;else if((typeof e=="undefined"?"undefined":og(e))==="object"){var r,l=(r=e.type)!==null&&r!==void 0?r:"replace";if(l==="replace")a.showItems=e.showItems;else{var c;(c=a.showItems).push.apply(c,na(e.showItems))}}}})}function cg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Hl(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 sg(t,e,n){return e&&Hl(t.prototype,e),n&&Hl(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 dg(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}var X=function(){function e(n){cg(this,e),re(this,"id",void 0),re(this,"type",void 0),re(this,"controlType",void 0),re(this,"props",void 0),re(this,"fieldType",void 0),re(this,"customEvents",[]),re(this,"pageStatus",void 0),re(this,"parent",null);var i=dg(this,e)?this.constructor:void 0,u=i.controlType,a=i.controlFieldType,r=i.name,l=i.controlCustomEvents;u||pr("The ".concat(r," controlType is not define"));var c;this.id=(c=n==null?void 0:n.id)!==null&&c!==void 0?c:ye(10);var o;this.type=(o=n==null?void 0:n.type)!==null&&o!==void 0?o:u,this.props=new G(n==null?void 0:n.props),this.customEvents=l;var d;this.controlType=(d=n==null?void 0:n.controlType)!==null&&d!==void 0?d:"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:Ku.UNKNOWN}return sg(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}();re(X,"mode","Runtime"),re(X,"controlType","control"),re(X,"controlFieldType",void 0),re(X,"__is_control__",!0),re(X,"controlCustomEvents",[]);function ia(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:h.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:h.getMessage("pleaseEnterLabel")},value:{type:"string",required:!0,message:h.getMessage("pleaseEnterValue")}}}},{type:"array",validator:function(n,i,u){i.length===0&&u(h.getMessage("optionIsRequired")),u()}},{type:"array",validator:function(n,i,u){var a=i.map(function(l){return l.value}),r=Ev(a);a.length!==r.length?u(h.getMessage("optionIdIsRepeat")):u()},message:h.getMessage("optionIdIsRepeat")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:h.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:h.getMessage("pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:h.getMessage("pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:h.getMessage("pleaseEnterSvcCode")},displayBoList:[{type:"array",message:h.getMessage("isNotArray")},{type:"array",validator:function(n,i,u){i.length===0&&u(h.getMessage("pleaseBindAtLeastOneDisplayValue")),u()},message:h.getMessage("pleaseBindAtLeastOneDisplayValue")}],orders:[{type:"array",message:h.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:h.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:h.getMessage("isNotBoolean")}}}}]}}])}function Xn(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;this.datasourceBind=[{type:"object",message:h.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:h.getMessage(n?"pleaseEnterDataCodeInDataSetting":"pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:h.getMessage(n?"pleaseEnterValueFieldCodeInDataSetting":"pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:h.getMessage(n?"pleaseEnterSvcCodeInDataSetting":"pleaseEnterSvcCode")},attributes:[{type:"array",message:h.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:h.getMessage("isNotString")},key:{type:"string",required:!0,message:h.getMessage("isNotString")},value:[{type:"array",message:h.getMessage("isNotArray")},{type:"array",validator:function(u,a,r){a.length===0&&r(h.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")),r()},message:h.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")}]}}}],orders:[{type:"array",message:h.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:h.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:h.getMessage("isNotBoolean")}}}}]}}]}function fg(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}function N(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Jn(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function V(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 Yn(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 hg(t,e){return e&&(yg(e)==="object"||typeof e=="function")?e:N(t)}function ua(t,e){return ua=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ua(t,e)}function yg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function vg(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function pn(t){var e=vg();return function(){var i=Zn(t),u;if(e){var a=Zn(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return hg(this,u)}}var Z=function(t){Yn(n,t);var e=pn(n);function n(i){Jn(this,n);var u;u=e.call(this,i),V(N(u),"dataBind",{}),V(N(u),"caption",{type:"string",required:!0,message:h.getMessage("pleaseEnterCaption")}),V(N(u),"isHideCaption",{type:"boolean"}),V(N(u),"labelPosition",{type:"enum",enum:["top","left"]}),V(N(u),"defaultState",{type:"enum",enum:["default","readonly"]}),V(N(u),"required",{type:"boolean"}),V(N(u),"captionTip",{type:"string",required:!1,message:h.getMessage("pleaseEnterCaptionTip")});var a={fieldCode:{type:"string",required:!0,message:h.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:h.getMessage("pleaseEnterFieldCode")}};if(fg(i.dataBind))u.dataBind={type:"object",required:!0,fields:se(a),message:h.getMessage("pleaseEnterFieldCode")};else{var r={type:"object",required:!0,fields:{},message:h.getMessage("pleaseEnterFieldCode")};Object.keys(i.dataBind).forEach(function(l){r.fields[l]={type:"object",required:!0,fields:se(a),message:h.getMessage("pleaseEnterFieldCode")}}),u.dataBind=r}return i.isShowCaptionTip&&(u.captionTip.required=!0),u}return n}(z),L=function(t){Yn(n,t);var e=pn(n);function n(i){Jn(this,n);var u;u=e.call(this,i);var a=i.isHide?!1:i.required;return a&&u.push({type:"string",required:a,message:i.requiredMessage!==""?i.requiredMessage:h.getMessage("runtimeRequired",{caption:i.caption})}),u}return n}(He),B=function(t){Yn(n,t);var e=pn(n);function n(i){Jn(this,n);var u;u=e.call(this,i),V(N(u),"caption",void 0),V(N(u),"isHideCaption",void 0),V(N(u),"isShowCaptionTip",void 0),V(N(u),"captionTip",void 0),V(N(u),"labelPosition",void 0),V(N(u),"dataBind",void 0),V(N(u),"defaultValue",void 0),V(N(u),"placeholder",void 0),V(N(u),"defaultState",void 0),V(N(u),"required",void 0),V(N(u),"requiredMessage",void 0);var a;u.caption=(a=i==null?void 0:i.caption)!==null&&a!==void 0?a:"";var r;u.isHideCaption=(r=i==null?void 0:i.isHideCaption)!==null&&r!==void 0?r:!1;var l;u.isShowCaptionTip=(l=i==null?void 0:i.isShowCaptionTip)!==null&&l!==void 0?l:!1;var c;u.captionTip=(c=i==null?void 0:i.captionTip)!==null&&c!==void 0?c:"";var o;u.defaultState=(o=i==null?void 0:i.defaultState)!==null&&o!==void 0?o:"default";var d;u.labelPosition=(d=i==null?void 0:i.labelPosition)!==null&&d!==void 0?d:"top";var v;u.placeholder=(v=i==null?void 0:i.placeholder)!==null&&v!==void 0?v:"";var g;u.required=(g=i==null?void 0:i.required)!==null&&g!==void 0?g:!1;var _;u.requiredMessage=(_=i==null?void 0:i.requiredMessage)!==null&&_!==void 0?_:"",u.dataBind=new me(i==null?void 0:i.dataBind);var E;return u.defaultValue=(E=i==null?void 0:i.defaultValue)!==null&&E!==void 0?E:"",u}return n}(G);V(B,"Rules",Z),V(B,"RuntimeRules",L);var ft=function(t){Yn(n,t);var e=pn(n);function n(i){Jn(this,n);var u;return u=e.call(this,i),V(N(u),"optionConfig",{type:"enum",enum:["custom","datasource"],message:h.getMessage("PleaseSelectTheCorrectOptionSettings")}),V(N(u),"options",[{type:"array",message:h.getMessage("isNotArray")}]),V(N(u),"datasourceBind",[{type:"object",message:h.getMessage("isNotObject")}]),ia.call(N(u),i),u}return n}(Z);function aa(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function mg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ei(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ti(t){return ti=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ti(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&&ra(t,e)}function bg(t,e){return e&&(_g(e)==="object"||typeof e=="function")?e:aa(t)}function ra(t,e){return ra=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ra(t,e)}function _g(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function wg(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function Cg(t){var e=wg();return function(){var i=ti(t),u;if(e){var a=ti(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return bg(this,u)}}var P=function(t){gg(n,t);var e=Cg(n);function n(i){mg(this,n);var u;return u=e.call(this,i),ei(aa(u),"controlType","form"),ei(aa(u),"props",void 0),u.props=new B(i==null?void 0:i.props),u}return n}(O);ei(P,"controlEventKeys",["on_change","on_focus","on_blur"]),ei(P,"controlCustomAttributes",void 0);function ni(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Eg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}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 ii(t){return ii=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ii(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&&oa(t,e)}function Sg(t,e){return e&&(Ag(e)==="object"||typeof e=="function")?e:ni(t)}function oa(t,e){return oa=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},oa(t,e)}function Ag(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Rg(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function Tg(t){var e=Rg();return function(){var i=ii(t),u;if(e){var a=ii(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return Sg(this,u)}}var x=function(t){Ig(n,t);var e=Tg(n);function n(i){Eg(this,n);var u;return u=e.call(this,i),la(ni(u),"controlType","form"),la(ni(u),"props",void 0),la(ni(u),"value",void 0),u.props=new B(i==null?void 0:i.props),u}return n}(X);function Bg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Pg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ui(t){return ui=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ui(t)}function xg(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 Dg(t,e){return e&&(Fg(e)==="object"||typeof e=="function")?e:Bg(t)}function ca(t,e){return ca=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ca(t,e)}function Fg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function kg(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function Og(t){var e=kg();return function(){var i=ui(t),u;if(e){var a=ui(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return Dg(this,u)}}var H=function(t){xg(n,t);var e=Og(n);function n(i){return Pg(this,n),e.call(this,i)}return n}(G);function sa(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 Mg(t){if(Array.isArray(t))return sa(t)}function je(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function jl(t,e,n,i,u,a,r){try{var l=t[a](r),c=l.value}catch(o){n(o);return}l.done?e(c):Promise.resolve(c).then(i,u)}function $g(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function r(c){jl(a,i,u,r,l,"next",c)}function l(c){jl(a,i,u,r,l,"throw",c)}r(void 0)})}}function Lg(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 Ng(t,e,n){return e&&ql(t.prototype,e),n&&ql(t,n),t}function Fe(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,r){var l=Gg(u,a);if(!!l){var c=Object.getOwnPropertyDescriptor(l,a);return c.get?c.get.call(r||u):c.value}},ht(t,e,n||t)}function ke(t){return ke=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ke(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&&da(t,e)}function Hg(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function jg(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function qg(){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 Ug(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){Fe(t,u,n[u])})}return t}function Wg(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 Kg(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Wg(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function zg(t,e){return e&&(Qg(e)==="object"||typeof e=="function")?e:je(t)}function da(t,e){return da=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},da(t,e)}function Gg(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=ke(t),t!==null););return t}function Ul(t){return Mg(t)||jg(t)||Xg(t)||qg()}function Qg(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Xg(t,e){if(!!t){if(typeof t=="string")return sa(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 sa(t,e)}}function Jg(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function Zg(t){var e=Jg();return function(){var i=ke(t),u;if(e){var a=ke(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return zg(this,u)}}function Yg(t,e){var n,i,u,a,r={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return a={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function l(o){return function(d){return c([o,d])}}function c(o){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(u=o[0]&2?i.return:o[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,o[1])).done)return u;switch(i=0,u&&(o=[o[0]&2,u.value]),o[0]){case 0:case 1:u=o;break;case 4:return r.label++,{value:o[1],done:!1};case 5:r.label++,i=o[1],o=[0];continue;case 7:o=r.ops.pop(),r.trys.pop();continue;default:if(u=r.trys,!(u=u.length>0&&u[u.length-1])&&(o[0]===6||o[0]===2)){r=0;continue}if(o[0]===3&&(!u||o[1]>u[0]&&o[1]<u[3])){r.label=o[1];break}if(o[0]===6&&r.label<u[1]){r.label=u[1],u=o;break}if(u&&r.label<u[2]){r.label=u[2],r.ops.push(o);break}u[2]&&r.ops.pop(),r.trys.pop();continue}o=e.call(t,r)}catch(d){o=[6,d],i=0}finally{n=u=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}}var pg=1e4,q=function(e){Vg(i,e);var n=Zg(i);function i(u){Lg(this,i);var a;a=n.call(this,u),Fe(je(a),"controlType","layout"),Fe(je(a),"children",void 0),Fe(je(a),"excludes",void 0),Fe(je(a),"childrenMaxLength",void 0),Fe(je(a),"props",void 0);var r=Hg(this,i)?this.constructor:void 0,l=r.excludes,c=r.childrenMaxLength;return a.props=new H(u==null?void 0:u.props),ve(je(a),"children",u==null?void 0:u.children,void 0,"Designer"),a.excludes=se(l),a.childrenMaxLength=c,a}return Ng(i,[{key:"judgeExcludesChildren",value:function(a){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(a)}},{key:"judgeJoinChildren",value:function(a){var r=this.judgeExcludesChildren(a);return r&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(a,r){var l=this,c=this,o=function(){return ht(ke(i.prototype),"validate",l)};return $g(function(){return Yg(this,function(d){switch(d.label){case 0:return[4,o().call(c,a,r)];case 1:return d.sent(),[4,Promise.all(c.children.map(function(v){return v.validate(a,r)}))];case 2:return d.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,r=ht(ke(i.prototype),"toDataBindModel",this).call(this),l=r?[r]:[];return this.children.reduce(function(c,o){var d=o.toDataBindModel(a);if(Array.isArray(d)){var v=d.filter(function(g){return!!g});return Ul(c).concat(Ul(v))}return d&&c.push(d),c},l)}},{key:"toSchema",value:function(){var a=ht(ke(i.prototype),"toSchema",this).call(this),r=this.children.map(function(l){var c=l.toSchema();return c});return Kg(Ug({},a),{children:r})}}]),i}(O);Fe(q,"excludes",!1),Fe(q,"childrenMaxLength",pg);function Gt(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function e0(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 ai(t){return ai=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ai(t)}function t0(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 n0(t,e){return e&&(i0(e)==="object"||typeof e=="function")?e:Gt(t)}function ha(t,e){return ha=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ha(t,e)}function i0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function u0(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function a0(t){var e=u0();return function(){var i=ai(t),u;if(e){var a=ai(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return n0(this,u)}}var U=function(t){t0(n,t);var e=a0(n);function n(i){e0(this,n);var u;return u=e.call(this,i),fa(Gt(u),"controlType","layout"),fa(Gt(u),"children",void 0),fa(Gt(u),"props",void 0),u.props=new H(i==null?void 0:i.props),ve(Gt(u),"children",i==null?void 0:i.children,void 0,"Runtime"),u}return n}(X);function Ie(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function r0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function yt(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 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 o0(t,e){return e&&(c0(e)==="object"||typeof e=="function")?e:Ie(t)}function ya(t,e){return ya=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ya(t,e)}function c0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function s0(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function d0(t){var e=s0();return function(){var i=ri(t),u;if(e){var a=ri(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return o0(this,u)}}var li=function(t){l0(n,t);var e=d0(n);function n(i,u,a){r0(this,n);var r;r=e.call(this,u),yt(Ie(r),"headers",void 0),yt(Ie(r),"footers",void 0),yt(Ie(r),"pageIndex",void 0),yt(Ie(r),"pageSize",void 0),yt(Ie(r),"pageSizeOptions",void 0),yt(Ie(r),"totalCount",void 0),ve(Ie(r),"headers",u==null?void 0:u.headers,i,a),ve(Ie(r),"footers",u==null?void 0:u.footers,i);var l;r.pageIndex=(l=u==null?void 0:u.pageIndex)!==null&&l!==void 0?l:1;var c;r.pageSize=(c=u==null?void 0:u.pageSize)!==null&&c!==void 0?c:20;var o;r.pageSizeOptions=(o=u==null?void 0:u.pageSizeOptions)!==null&&o!==void 0?o:[20];var d;return r.totalCount=(d=u==null?void 0:u.totalCount)!==null&&d!==void 0?d:0,r}return n}(G);function va(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 f0(t){if(Array.isArray(t))return va(t)}function oi(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Wl(t,e,n,i,u,a,r){try{var l=t[a](r),c=l.value}catch(o){n(o);return}l.done?e(c):Promise.resolve(c).then(i,u)}function h0(t){return function(){var e=this,n=arguments;return new Promise(function(i,u){var a=t.apply(e,n);function r(c){Wl(a,i,u,r,l,"next",c)}function l(c){Wl(a,i,u,r,l,"throw",c)}r(void 0)})}}function y0(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 v0(t,e,n){return e&&Kl(t.prototype,e),n&&Kl(t,n),t}function ci(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function vt(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?vt=Reflect.get:vt=function(u,a,r){var l=C0(u,a);if(!!l){var c=Object.getOwnPropertyDescriptor(l,a);return c.get?c.get.call(r||u):c.value}},vt(t,e,n||t)}function Oe(t){return Oe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Oe(t)}function m0(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 g0(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function b0(){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){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){ci(t,u,n[u])})}return t}function _0(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 Gl(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):_0(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function w0(t,e){return e&&(E0(e)==="object"||typeof e=="function")?e:oi(t)}function ma(t,e){return ma=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ma(t,e)}function C0(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=Oe(t),t!==null););return t}function Ql(t){return f0(t)||g0(t)||I0(t)||b0()}function E0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function I0(t,e){if(!!t){if(typeof t=="string")return va(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 va(t,e)}}function S0(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function A0(t){var e=S0();return function(){var i=Oe(t),u;if(e){var a=Oe(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return w0(this,u)}}function R0(t,e){var n,i,u,a,r={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return a={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function l(o){return function(d){return c([o,d])}}function c(o){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(u=o[0]&2?i.return:o[0]?i.throw||((u=i.return)&&u.call(i),0):i.next)&&!(u=u.call(i,o[1])).done)return u;switch(i=0,u&&(o=[o[0]&2,u.value]),o[0]){case 0:case 1:u=o;break;case 4:return r.label++,{value:o[1],done:!1};case 5:r.label++,i=o[1],o=[0];continue;case 7:o=r.ops.pop(),r.trys.pop();continue;default:if(u=r.trys,!(u=u.length>0&&u[u.length-1])&&(o[0]===6||o[0]===2)){r=0;continue}if(o[0]===3&&(!u||o[1]>u[0]&&o[1]<u[3])){r.label=o[1];break}if(o[0]===6&&r.label<u[1]){r.label=u[1],u=o;break}if(u&&r.label<u[2]){r.label=u[2],r.ops.push(o);break}u[2]&&r.ops.pop(),r.trys.pop();continue}o=e.call(t,r)}catch(d){o=[6,d],i=0}finally{n=u=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}}var ga=function(t){m0(n,t);var e=A0(n);function n(i){y0(this,n);var u;return u=e.call(this,i),ci(oi(u),"controlType","list"),ci(oi(u),"props",void 0),u.props=new li(oi(u),i==null?void 0:i.props,"Designer"),u}return v0(n,[{key:"validate",value:function(u,a){var r=this,l=this,c=function(){return vt(Oe(n.prototype),"validate",r)};return h0(function(){return R0(this,function(o){switch(o.label){case 0:return[4,c().call(l,u)];case 1:return o.sent(),[4,Promise.all(l.props.headers.map(function(d){return d.validate(u,a)}))];case 2:return o.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var u=vt(Oe(n.prototype),"toDataBindModel",this).call(this),a=u?[u]:[],r=this.id;return this.props.headers.reduce(function(l,c){var o=c.toDataBindModel(r);if(Array.isArray(o)){var d=o.filter(function(v){return!!v});return Ql(l).concat(Ql(d))}return o&&l.push(o),l},a)}},{key:"toSchema",value:function(){var u=vt(Oe(n.prototype),"toSchema",this).call(this),a=this.props.headers.map(function(r){return r.toSchema()});return Gl(zl({},u),{props:Gl(zl({},this.props),{headers:a})})}}]),n}(O);ci(ga,"controlFieldType",b.LIST);function mt(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function T0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Xl(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 B0(t,e,n){return e&&Xl(t.prototype,e),n&&Xl(t,n),t}function ba(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function si(t){return si=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},si(t)}function P0(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 x0(t,e){return e&&(D0(e)==="object"||typeof e=="function")?e:mt(t)}function _a(t,e){return _a=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},_a(t,e)}function D0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function F0(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function k0(t){var e=F0();return function(){var i=si(t),u;if(e){var a=si(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return x0(this,u)}}var Jl=function(t){P0(n,t);var e=k0(n);function n(i){T0(this,n);var u;return u=e.call(this,i),ba(mt(u),"controlType","list"),ba(mt(u),"children",void 0),ba(mt(u),"props",void 0),u.props=new li(mt(u),i==null?void 0:i.props,"Runtime"),ve(mt(u),"children",i==null?void 0:i.children,void 0,"Runtime"),u}return B0(n,[{key:"length",get:function(){return this.children.length}}]),n}(X);function J(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function wa(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Y(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function di(t){return di=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},di(t)}function Ca(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 O0(t,e){return e&&(M0(e)==="object"||typeof e=="function")?e:J(t)}function Ea(t,e){return Ea=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ea(t,e)}function M0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function $0(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function Ia(t){var e=$0();return function(){var i=di(t),u;if(e){var a=di(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return O0(this,u)}}var be=function(t){Ca(n,t);var e=Ia(n);function n(i){wa(this,n);var u;return u=e.call(this,i),Y(J(u),"caption",{type:"string",required:!0,message:h.getMessage("pleaseEnterCaption")}),Y(J(u),"width",{type:"number",required:!1,message:h.getMessage("pleaseEnterColumnWidth")}),u.width.required=i.widthType==="px",u}return n}(z),W=function(t){Ca(n,t);var e=Ia(n);function n(i){wa(this,n);var u;u=e.call(this,i),Y(J(u),"widthType",void 0),Y(J(u),"width",void 0),Y(J(u),"caption",void 0),Y(J(u),"dataBind",void 0),Y(J(u),"autoWidth",void 0),Y(J(u),"fixed",void 0),Y(J(u),"sort",void 0),Y(J(u),"align",void 0),Y(J(u),"colSpan",void 0),Y(J(u),"autoHeight",void 0),Y(J(u),"children",void 0);var a;u.width=(a=i==null?void 0:i.width)!==null&&a!==void 0?a:150,u.widthType=(i==null?void 0:i.widthType)||"auto";var r;u.caption=(r=i==null?void 0:i.caption)!==null&&r!==void 0?r:"";var l;u.fixed=(l=i==null?void 0:i.fixed)!==null&&l!==void 0?l:"none",u.autoWidth=new yl(i==null?void 0:i.autoWidth),u.dataBind=new me(i==null?void 0:i.dataBind);var c;u.sort=(c=i==null?void 0:i.sort)!==null&&c!==void 0?c:!0,u.align=i==null?void 0:i.align,u.colSpan=i==null?void 0:i.colSpan;var o;return u.autoHeight=(o=i==null?void 0:i.autoHeight)!==null&&o!==void 0?o:!1,u}return n}(G);Y(W,"Rules",be);var Zl=function(t){Ca(n,t);var e=Ia(n);function n(i){wa(this,n);var u;return u=e.call(this,i),Y(J(u),"optionConfig",{type:"enum",enum:["custom","datasource","none"],message:h.getMessage("PleaseSelectTheCorrectOptionSettings")}),Y(J(u),"options",[{type:"array",message:h.getMessage("isNotArray")}]),Y(J(u),"datasourceBind",[{type:"object",message:h.getMessage("isNotObject")}]),ia.call(J(u),i),u}return n}(be);function Qt(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function L0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Yl(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 N0(t,e,n){return e&&Yl(t.prototype,e),n&&Yl(t,n),t}function fi(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function hi(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?hi=Reflect.get:hi=function(u,a,r){var l=W0(u,a);if(!!l){var c=Object.getOwnPropertyDescriptor(l,a);return c.get?c.get.call(r||u):c.value}},hi(t,e,n||t)}function gt(t){return gt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},gt(t)}function V0(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 H0(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){fi(t,u,n[u])})}return t}function j0(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 q0(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):j0(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function U0(t,e){return e&&(K0(e)==="object"||typeof e=="function")?e:Qt(t)}function Sa(t,e){return Sa=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Sa(t,e)}function W0(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=gt(t),t!==null););return t}function K0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function z0(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function G0(t){var e=z0();return function(){var i=gt(t),u;if(e){var a=gt(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return U0(this,u)}}var p=function(t){V0(n,t);var e=G0(n);function n(i){L0(this,n);var u;return u=e.call(this,i),fi(Qt(u),"controlType","column"),fi(Qt(u),"props",void 0),fi(Qt(u),"children",void 0),u.props=new W(i==null?void 0:i.props),ve(Qt(u),"children",i==null?void 0:i.children,void 0,"Designer"),u}return N0(n,[{key:"toSchema",value:function(){var u=hi(gt(n.prototype),"toSchema",this).call(this);return q0(H0({},u),{children:this.children?this.children.map(function(a){return a.toSchema()}):[]})}}]),n}(O);function Xt(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Q0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Aa(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function yi(t){return yi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},yi(t)}function X0(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 J0(t,e){return e&&(Z0(e)==="object"||typeof e=="function")?e:Xt(t)}function Ra(t,e){return Ra=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ra(t,e)}function Z0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Y0(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function p0(t){var e=Y0();return function(){var i=yi(t),u;if(e){var a=yi(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return J0(this,u)}}var ee=function(t){X0(n,t);var e=p0(n);function n(i){Q0(this,n);var u;return u=e.call(this,i),Aa(Xt(u),"controlType","column"),Aa(Xt(u),"props",void 0),Aa(Xt(u),"children",void 0),u.props=new W(i==null?void 0:i.props),ve(Xt(u),"children",i==null?void 0:i.children,void 0,"Runtime"),u}return n}(X);function pl(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function eb(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function tb(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function vi(t){return vi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},vi(t)}function nb(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Ta(t,e)}function ib(t,e){return e&&(ub(e)==="object"||typeof e=="function")?e:pl(t)}function Ta(t,e){return Ta=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Ta(t,e)}function ub(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function ab(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function rb(t){var e=ab();return function(){var i=vi(t),u;if(e){var a=vi(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return ib(this,u)}}var Ba=function(t){nb(n,t);var e=rb(n);function n(i){eb(this,n);var u;return u=e.call(this,i),tb(pl(u),"dataBind",void 0),u.dataBind=new me(i==null?void 0:i.dataBind),u}return n}(H);function Pa(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function lb(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function eo(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function mi(t){return mi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},mi(t)}function 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&&xa(t,e)}function cb(t,e){return e&&(sb(e)==="object"||typeof e=="function")?e:Pa(t)}function xa(t,e){return xa=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},xa(t,e)}function sb(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function db(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function fb(t){var e=db();return function(){var i=mi(t),u;if(e){var a=mi(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return cb(this,u)}}var hb=function(t){ob(n,t);var e=fb(n);function n(i){lb(this,n);var u;return u=e.call(this,i),eo(Pa(u),"controlType","search"),eo(Pa(u),"props",void 0),u.props=new Ba(i==null?void 0:i.props),u}return n}(q);function Da(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function yb(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function to(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function gi(t){return gi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},gi(t)}function vb(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 mb(t,e){return e&&(gb(e)==="object"||typeof e=="function")?e:Da(t)}function Fa(t,e){return Fa=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Fa(t,e)}function gb(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function bb(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function _b(t){var e=bb();return function(){var i=gi(t),u;if(e){var a=gi(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return mb(this,u)}}var wb=function(t){vb(n,t);var e=_b(n);function n(i){yb(this,n);var u;return u=e.call(this,i),to(Da(u),"controlType","search"),to(Da(u),"props",void 0),u.props=new Ba(i==null?void 0:i.props),u}return n}(U);function Cb(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Eb(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function bi(t){return bi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},bi(t)}function Ib(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&ka(t,e)}function Sb(t,e){return e&&(Ab(e)==="object"||typeof e=="function")?e:Cb(t)}function ka(t,e){return ka=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},ka(t,e)}function Ab(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Rb(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function Tb(t){var e=Rb();return function(){var i=bi(t),u;if(e){var a=bi(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return Sb(this,u)}}var Oa=function(t){Ib(n,t);var e=Tb(n);function n(i){return Eb(this,n),e.call(this,i)}return n}(H);function Ma(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Bb(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 _i(t){return _i=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},_i(t)}function Pb(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 xb(t,e){return e&&(Db(e)==="object"||typeof e=="function")?e:Ma(t)}function $a(t,e){return $a=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},$a(t,e)}function Db(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Fb(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function kb(t){var e=Fb();return function(){var i=_i(t),u;if(e){var a=_i(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return xb(this,u)}}var Ob=function(t){Pb(n,t);var e=kb(n);function n(i){Bb(this,n);var u;return u=e.call(this,i),no(Ma(u),"controlType","wrap"),no(Ma(u),"props",void 0),u.props=new Oa(i==null?void 0:i.props),u}return n}(q);function La(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Mb(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function io(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function wi(t){return wi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},wi(t)}function $b(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Na(t,e)}function Lb(t,e){return e&&(Nb(e)==="object"||typeof e=="function")?e:La(t)}function Na(t,e){return Na=Object.setPrototypeOf||function(i,u){return i.__proto__=u,i},Na(t,e)}function Nb(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Vb(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function Hb(t){var e=Vb();return function(){var i=wi(t),u;if(e){var a=wi(this).constructor;u=Reflect.construct(i,arguments,a)}else u=i.apply(this,arguments);return Lb(this,u)}}var jb=function(t){$b(n,t);var e=Hb(n);function n(i){Mb(this,n);var u;return u=e.call(this,i),io(La(u),"controlType","wrap"),io(La(u),"props",void 0),u.props=new Oa(i==null?void 0:i.props),u}return n}(U);function Me(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:h.getMessage("pleaseEnterForm")}}}])}class Va extends G{constructor(e){var n,i,u,a,r,l;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=(r=e==null?void 0:e.content)!=null?r:"\u8BF4\u660E\u6587\u5B57",this.align=(l=e==null?void 0:e.align)!=null?l:""}}class uo extends O{constructor(e){super(e),this.props=new Va(e==null?void 0:e.props)}static get controlName(){return"\u8BF4\u660E\u6587\u5B57"}static get controlIcon(){return"iconwenben"}static get controlType(){return"text"}}uo.setting=[{key:"content",visible:!0},{key:"text-font-size",visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE]},{key:"text-color",visible:!0},{key:"text-state",visible:!0},{key:"text-icon",visible:!0},{key:"super-setting",visible:!0}];class qb extends X{constructor(e){super(e),this.props=new Va(e==null?void 0:e.props)}static get controlType(){return"text"}}var ao={Designer:uo,Runtime:qb,Property:Va};class Ha extends G{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 ja extends O{constructor(e){super(e),this.props=new Ha(e==null?void 0:e.props)}static get controlName(){return"\u94FE\u63A5"}static get controlIcon(){return"iconlink_new"}static get controlType(){return"link"}}ja.controlEventKeys=["on_click"],ja.setting=[{key:"content",visible:!0},{key:"link-url",visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE]},{key:"open-mode",visible:!0},{key:"super-setting",visible:!0}];class Ub extends X{constructor(e){super(e),this.props=new Ha(e==null?void 0:e.props)}static get controlType(){return"link"}}var ro={Designer:ja,Runtime:Ub,Property:Ha};class ie extends G{constructor(e){var n,i,u,a,r,l,c,o,d;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=(r=e==null?void 0:e.icon)!=null?r:"iconfenlei2",this.defaultState=(l=e==null?void 0:e.defaultState)!=null?l:"default",this.command=(c=e==null?void 0:e.command)!=null?c:"custom",this.isLoading=(o=e==null?void 0:e.isLoading)!=null?o:!1,this.optObj=new ym((d=e==null?void 0:e.optObj)!=null?d:{})}}class ne extends O{constructor(e){super(e),this.props=new ie(e==null?void 0:e.props)}static get controlName(){return"\u6309\u94AE"}static get controlIcon(){return"iconbtn"}static get controlType(){return"button"}}ne.slots=["grid-table-toolbar-slot","action-bar-slot",Kr.DEFAULT],ne.controlEventKeys=["on_click"],ne.setting=[{key:"button-content",visible:!0},{key:"button-opt-type",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE]},{key:"super-setting",visible:!0}];class le extends X{constructor(e){super(e),this.props=new ie(e==null?void 0:e.props)}static get controlType(){return"button"}}var lo={Designer:ne,Runtime:le,Property:ie},$e=(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))($e||{}),oo=(t=>(t.EARLY_DATE="earlyDate",t.LATE_DATE="lateDate",t.UN_SELECT_ABLE_INTERVAL="unSelectAbleInterval",t))(oo||{}),co=(t=>(t.FILE_IN_TIME="filledInTime",t.BEFORE_TIME="beforeTime",t.AFTER_TIME="afterTime",t.TIME_SPECIFIED="timeSpecified",t))(co||{});class Ci{constructor(e={dateConfigType:"unSelectAbleInterval",dateLimitType:"filledInTime",id:ye(8),value:["",""]}){this.id=e.id,this.dateConfigType=e.dateConfigType,this.dateLimitType=e.dateLimitType,this.value=e.value}}var qa=(t=>(t.PRAISE="praise",t.STAR="star",t.FLOWER="flower",t.HAND="hand",t.HEART="heart",t.SMILE="smile",t))(qa||{});class Ei{constructor(e){var n,i;this.id=(n=e==null?void 0:e.id)!=null?n:ye(),this.text=(i=e==null?void 0:e.text)!=null?i:""}}var Ua=(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))(Ua||{});class Wa{constructor(e){var n,i,u,a,r,l,c,o;this.type=(n=e==null?void 0:e.type)!=null?n:"private",this.person=new qt((i=e==null?void 0:e.person)!=null?i:{type:"form"}),this.signatureType=(u=e==null?void 0:e.signatureType)!=null?u:[],this.telephone=(r=e==null?void 0:e.telephone)!=null?r:new qt((a=e==null?void 0:e.telephone)!=null?a:{type:"form"}),this.company=(c=e==null?void 0:e.company)!=null?c:new qt((l=e==null?void 0:e.company)!=null?l:{type:"form"}),this.remark=(o=e==null?void 0:e.remark)!=null?o:""}}class so{constructor(e){var n,i,u,a,r,l;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(c=>new Wa(c)))!=null?u:[new Wa],this.statusControl=(a=e==null?void 0:e.statusControl)!=null?a:"",this.completeControl=(r=e==null?void 0:e.completeControl)!=null?r:"",this.completeTimeControl=(l=e==null?void 0:e.completeTimeControl)!=null?l:""}}class Jt{constructor(e){var n,i,u,a,r,l,c;this.id=(n=e==null?void 0:e.id)!=null?n:ye(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=(r=e==null?void 0:e.name)!=null?r:"",this.fieldList=(l=e==null?void 0:e.fieldList)!=null?l:[],this.active=(c=e==null?void 0:e.active)!=null?c:!1}}class Ka{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 fo{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 Ka(e==null?void 0:e.watermark),this.autoRename=new Ka(e==null?void 0:e.autoRename)}}class ho{constructor(e){this.dataCode=e.dataCode}}class yo{constructor(e){var n,i,u;this.templateType=(n=e==null?void 0:e.templateType)!=null?n:"system",this.templateList=(u=(i=e==null?void 0:e.templateList)==null?void 0:i.map(a=>new ho(a)))!=null?u:[]}}class vo{constructor(e){var n,i,u;this.templateType=(n=e==null?void 0:e.templateType)!=null?n:"system",this.templateList=(u=(i=e==null?void 0:e.templateList)==null?void 0:i.map(a=>new Jt(a)))!=null?u:[new Jt({id:"default",name:"\u9ED8\u8BA4\u6A21\u677F",appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}const mo=480;function Zt(t){return new RegExp(t.replace(/^\/|\/$/g,""))}class go{constructor(e){var n,i,u,a,r;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=(r=e.rules)!=null?r:[]}}class bo{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 _o=(t=>(t.NO_MASK="NO_MASK",t.LAST_FOUR_MASK="LAST_FOUR_MASK",t.ALL_MASK="ALL_MASK",t))(_o||{}),za=(t=>(t.ALL="ALL",t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL",t.INTERNAL_EXTERNAL="INTERNAL_EXTERNAL",t))(za||{}),Ii=(t=>(t.INTERNAL_BUSINESS="INTERNAL_BUSINESS",t.INTERNAL="INTERNAL",t.BUSINESS="BUSINESS",t))(Ii||{}),Le=(t=>(t.ALL="all",t.ASSIGN="assign",t))(Le||{}),Ga=(t=>(t.ALL="all",t.ADMIN="admin",t))(Ga||{});class Qa 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:Ua.SOLID}}class wo extends O{constructor(e){super(e),this.props=new Qa(e==null?void 0:e.props)}static get controlName(){return"\u5206\u5272\u7EBF"}static get controlIcon(){return"iconfengexian"}static get controlType(){return"divider"}}wo.setting=[{key:"line-style",visible:!0},{key:"color",visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE]}];class Wb extends X{constructor(e){super(e),this.props=new Qa(e==null?void 0:e.props)}static get controlType(){return"divider"}}var Co={Designer:wo,Runtime:Wb,Property:Qa};class Kb extends z{constructor(e){super(e),this.caption={type:"string",required:!0,message:h.getMessage("pleaseEnterCaption")},this.dataBind={type:"any"},this.config={type:"array"},e.config.includes($e.ShowBizKey)&&(this.dataBind={type:"object",required:!0,fields:{fieldCode:{type:"string",required:!0,message:h.getMessage("bizKeyNotBindFiled")},dataCode:{type:"string",required:!0,message:h.getMessage("bizKeyNotBindFiled")}},message:h.getMessage("bizKeyNotBindFiled")}),!e.isHide&&e.config.length===0&&(this.config={type:"array",min:1,required:!0,message:h.getMessage("pleaseSelectOneField")})}}class Si extends G{constructor(e){var n,i,u,a;super(e),this.dataBind=new me(e==null?void 0:e.dataBind),this.config=(n=e==null?void 0:e.config)!=null?n:[$e.ShowSubmitUser,$e.ShowSubmitDept,$e.ShowSubmitTime,$e.ShowCurrentApprovar,$e.ShowTitle],this.caption=(u=(i=e==null?void 0:e.caption)!=null?i:bt==null?void 0:bt.controlName)!=null?u:"",this.position=(a=e==null?void 0:e.position)!=null?a:"top"}}Si.Rules=Kb;class bt extends O{constructor(e){super(e),this.props=new Si(e==null?void 0:e.props)}static get controlName(){return"\u6807\u9898\u7EC4\u4EF6"}static get controlIcon(){return"title"}static get controlType(){return"title"}}bt.controlFieldType=b.AUTO_NUMBER,bt.setting=[{key:"common-setting",visible:!0,showItems:[s.IS_HIDE]},{key:"caption",showItems:[s.CAPTION],visible:!0},{key:"title-setting",visible:!0},{key:"position",visible:!0},{key:"super-setting",visible:!0}];class zb extends X{constructor(e){super(e),this.props=new Si(e==null?void 0:e.props)}static get controlType(){return"title"}}var Eo={Designer:bt,Runtime:zb,Property:Si};class Gb extends z{constructor(e){super(e),this.formKey={type:"string",required:!0,message:h.getMessage("pleaseEnterForm")}}}class Ai extends ie{constructor(e){var n,i,u,a;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:_t.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:_t.controlName,this.formKey=(u=e==null?void 0:e.formKey)!=null?u:"",this.openType=(a=e==null?void 0:e.openType)!=null?a:"modal"}}Ai.Rules=Gb;class _t extends ne{constructor(e){super(e),this.props=new Ai(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"}}_t.slots=["grid-table-toolbar-slot"],_t.controlEventKeys=["on_click","on_click_finish"],_t.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 Qb extends le{constructor(e){super(e),this.props=new Ai(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-create-form"}}var Io={Designer:_t,Runtime:Qb,Property:Ai};class Xb extends z{constructor(e){super(e),this.processKey=[{type:"string",message:h.getMessage("isNotString")},{type:"string",required:!0,message:h.getMessage("pleaseEnterProcess")}]}}class Ri extends ie{constructor(e){var n,i,u,a,r,l;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:wt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:wt.controlName,this.initiatorMode=(u=e==null?void 0:e.initiatorMode)!=null?u:"currentInitiator",this.processKey=(a=e==null?void 0:e.processKey)!=null?a:"",this.fieldCode=(r=e==null?void 0:e.fieldCode)!=null?r:"",this.employeeId=(l=e==null?void 0:e.employeeId)!=null?l:""}}Ri.Rules=Xb;class wt extends ne{constructor(e){super(e),this.props=new Ri(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"}}wt.slots=["grid-table-toolbar-slot"],wt.controlEventKeys=["on_click","on_click_finish"],wt.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 Jb extends le{constructor(e){super(e),this.props=new Ri(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-submission"}}var So={Designer:wt,Runtime:Jb,Property:Ri};class Xa extends ie{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Ct.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Ct.controlIcon}}class Ct extends ne{constructor(e){super(e),this.props=new Xa(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"}}Ct.slots=["grid-table-toolbar-slot"],Ct.controlEventKeys=["on_click"],Ct.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class Zb extends le{constructor(e){super(e),this.props=new Xa(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-submission-record"}}var Ao={Designer:Ct,Runtime:Zb,Property:Xa};class Ja extends ie{constructor(e){var n,i,u,a,r;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:Et.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:Et.controlName,this.templateType=(u=e==null?void 0:e.templateType)!=null?u:"system",this.templateList=(r=(a=e==null?void 0:e.templateList)==null?void 0:a.map(l=>new Jt(l)))!=null?r:[new Jt({id:"default",name:"\u9ED8\u8BA4\u6A21\u677F",appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}class Et extends ne{constructor(e){super(e),this.props=new Ja(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"}}Et.slots=["grid-table-toolbar-slot"],Et.controlEventKeys=["on_click","on_click_finish"],Et.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 Yb extends le{constructor(e){super(e),this.props=new Ja(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-list"}}var Ro={Designer:Et,Runtime:Yb,Property:Ja};class Za extends ie{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:It.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:It.controlIcon}}class It extends ne{constructor(e){super(e),this.props=new Za(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"}}It.slots=["grid-table-toolbar-slot"],It.controlEventKeys=["on_click"],It.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class pb extends le{constructor(e){super(e),this.props=new Za(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-record"}}var To={Designer:It,Runtime:pb,Property:Za};class e_{constructor(e){this.dataCode=e.dataCode}}class Ya extends ie{constructor(e){var n,i,u,a,r;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:St.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:St.controlIcon,this.canImportList=(a=(u=e==null?void 0:e.canImportList)==null?void 0:u.map(l=>new e_(l)))!=null?a:[],this.templateType=(r=e==null?void 0:e.templateType)!=null?r:"system"}}class St extends ne{constructor(e){super(e),this.props=new Ya(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"}}St.slots=["grid-table-toolbar-slot"],St.controlEventKeys=["on_click","on_click_finish"],St.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 t_ extends le{constructor(e){super(e),this.props=new Ya(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-import-record"}}var Bo={Designer:St,Runtime:t_,Property:Ya};function Ti(){return{dataCode:{type:"string",required:!0,message:h.getMessage("pleaseEnterDataCode")},fillList:{type:"array",defaultField:{type:"object",fields:{fieldCode:{type:"string",required:!0,message:h.getMessage("pleaseEnterFieldCode")},controlId:{type:"string",required:!0,message:h.getMessage("pleaseSelectControl")}}}}}}class n_ extends z{constructor(e){super(e),this.fillPayload={type:"object",fields:ot({},Ti())},this.formBind={type:"object",fields:{formKey:{type:"string",required:!0,message:h.getMessage("pleaseEnterList")}}},this.fillBack={type:"object",fields:ot({mode:{type:"string",required:!0,message:h.getMessage("pleaseSelectFillBackMode")}},Ti())},(e.command==="edit"||e.command==="view")&&(this.formBind.fields.primaryControlId={type:"string",required:!0,message:h.getMessage("pleaseSelectControl")})}}class Bi extends ie{constructor(e){var n,i,u;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Yt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Yt.controlIcon,this.command=(u=e==null?void 0:e.command)!=null?u:"create",this.fillPayload=new wl(e==null?void 0:e.fillPayload),this.formBind=new Jv(e==null?void 0:e.formBind),this.fillBack=new Cl(e==null?void 0:e.fillBack)}}Bi.Rules=n_;class Yt extends ne{constructor(e){super(e),this.props=new Bi(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"}}Yt.controlEventKeys=["on_click","on_click_finish"],Yt.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:[s.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class i_ extends le{constructor(e){super(e),this.props=new Bi(e==null?void 0:e.props)}static get controlType(){return"form-select-button"}}var Po={Designer:Yt,Runtime:i_,Property:Bi};class u_ extends z{constructor(e){super(e),this.fillPayload={type:"object",fields:ot({},Ti())},this.listPageBind={type:"object",fields:{formKey:{type:"string",required:!0,message:h.getMessage("pleaseEnterList")},headers:{type:"array",required:!0,message:h.getMessage("pleaseSelectAtLeastOneColumn")}}},this.fillBack={type:"object",fields:ot({mode:{type:"string",required:!0,message:h.getMessage("pleaseSelectFillBackMode")}},Ti())}}}class Pi extends ie{constructor(e){var n,i,u,a,r;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:pt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:pt.controlIcon,this.fillPayload=new wl(e==null?void 0:e.fillPayload),this.listPageBind=new Nu(e==null?void 0:e.listPageBind),this.fillBack=new Cl(e==null?void 0:e.fillBack),this.showSelectedDetail=(u=e==null?void 0:e.showSelectedDetail)!=null?u:!1,this.selectedContentConfig=new qu(e==null?void 0:e.selectedContentConfig),this.isSelectedRowFill=(a=e==null?void 0:e.isSelectedRowFill)!=null?a:!1,this.disableFilling=(r=e==null?void 0:e.disableFilling)!=null?r:!0}}Pi.Rules=u_;class pt extends ne{constructor(e){super(e),this.props=new Pi(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"}}pt.controlEventKeys=["on_click","on_click_finish","on_modal_ok"],pt.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:[s.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class a_ extends le{constructor(e){super(e),this.props=new Pi(e==null?void 0:e.props)}static get controlType(){return"list-select-button"}}var xo={Designer:pt,Runtime:a_,Property:Pi};class r_ extends z{constructor(e){super(e)}}class l_ extends He{constructor(e){super(e)}}class en extends G{constructor(e){super(e)}}en.Rules=r_,en.RuntimeRules=l_;class Do extends O{constructor(e){super(e),this.props=new en(e==null?void 0:e.props)}static get controlName(){return"\u5206\u9875"}static get controlIcon(){return"pagination"}static get controlType(){return"pagination"}}Do.setting=[];class o_ extends X{constructor(e){super(e),this.props=new en(e==null?void 0:e.props)}static get controlType(){return"pagination"}}var Fo={Designer:Do,Runtime:o_,Property:en};class c_ extends z{constructor(e){super(e),this.dashboardKey={type:"string",required:!0,message:h.getMessage("pleaseSelectDashboard")},this.caption={type:"string",required:!0,message:h.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.captionTip={type:"string",required:!1,message:h.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class xi extends G{constructor(e){var n,i,u,a,r,l;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=(r=e==null?void 0:e.captionTip)!=null?r:"",this.labelPosition=(l=e==null?void 0:e.labelPosition)!=null?l:"top"}}xi.Rules=c_;class ko extends O{constructor(e){super(e),this.props=new xi(e==null?void 0:e.props)}static get controlName(){return"\u4EEA\u8868\u76D8"}static get controlIcon(){return"iconbiaodan_yibiaopan"}static get controlType(){return"dashboard"}}ko.setting=[{key:"dashboard-setting",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE,s.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class s_ extends X{constructor(e){super(e),this.props=new xi(e==null?void 0:e.props)}static get controlType(){return"dashboard"}}var Oo={Designer:ko,Runtime:s_,Property:xi};class d_ extends z{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:h.getMessage("theViewNameCannotBeEmpty")},headers:{type:"array",required:!0,min:1,message:h.getMessage("pleaseSelectAtLeastOneColumn")}}}}}}class Di 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 fm(a)))!=null?u:[]}}Di.Rules=d_;class Mo extends O{constructor(e){super(e),this.props=new Di(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"}}Mo.setting=[{key:"view-list-setting",visible:!0},{key:"view-list-show-type",visible:!0},{key:"super-setting",visible:!0}];class f_ extends X{constructor(e){super(e),this.props=new Di(e==null?void 0:e.props)}static get controlType(){return"list-view-select"}}var $o={Designer:Mo,Runtime:f_,Property:Di};class h_ extends z{constructor(e){super(e),this.caption={type:"string",required:!0,message:h.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.ocrType={type:"string",required:!0,message:h.getMessage("pleaseSelectOcrType")},this.fillList={type:"array",validator(n,i,u){if(i.every(r=>!r.controlId)){u(h.getMessage("pleaseSelectAtLeastOneFieldToFillIn"));return}u()}},this.captionTip={type:"string",required:!1,message:h.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Fi extends ie{constructor(e){var n,i,u,a,r,l,c,o,d,v;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:At.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=(r=e==null?void 0:e.labelPosition)!=null?r:"top",this.content=(l=e==null?void 0:e.content)!=null?l:At.controlName,this.icon=(c=e==null?void 0:e.icon)!=null?c:At.controlIcon,this.ocrType=(o=e==null?void 0:e.ocrType)!=null?o:"",this.fillList=(v=(d=e==null?void 0:e.fillList)==null?void 0:d.map(g=>new ue(g)))!=null?v:[]}}Fi.Rules=h_;class At extends ne{constructor(e){super(e),this.props=new Fi(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"}}At.controlEventKeys=["on_click","on_click_finish"],At.setting=[{key:"caption",showItems:[s.CAPTION,s.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:[s.IS_HIDE,s.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class y_ extends le{constructor(e){super(e),this.props=new Fi(e==null?void 0:e.props)}static get controlType(){return"text-ocr-button"}}var Lo={Designer:At,Runtime:y_,Property:Fi};class v_ extends z{constructor(e){super(e),this.caption={type:"string",required:!0,message:h.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(r=>!r.controlId)){u(h.getMessage("pleaseSelectAtLeastOneFieldToFillIn"));return}u()}},this.captionTip={type:"string",required:!1,message:h.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class ki extends ie{constructor(e){var n,i,u,a,r,l,c,o,d,v;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Rt.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=(r=e==null?void 0:e.labelPosition)!=null?r:"top",this.content=(l=e==null?void 0:e.content)!=null?l:Rt.controlName,this.icon=(c=e==null?void 0:e.icon)!=null?c:Rt.controlIcon,this.invoiceCheck=(o=e==null?void 0:e.invoiceCheck)!=null?o:!0,this.fillList=(v=(d=e==null?void 0:e.fillList)==null?void 0:d.map(g=>new ue(g)))!=null?v:[]}}ki.Rules=v_;class Rt extends ne{constructor(e){super(e),this.props=new ki(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"}}Rt.controlEventKeys=["on_click","on_click_finish"],Rt.setting=[{key:"caption",showItems:[s.CAPTION,s.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:[s.IS_HIDE,s.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class m_ extends le{constructor(e){super(e),this.props=new ki(e==null?void 0:e.props)}static get controlType(){return"invoice-check-button"}}var No={Designer:Rt,Runtime:m_,Property:ki};class g_ extends z{constructor(){super(...arguments),this.printTemplates={type:"array",min:1,required:!0,message:h.getMessage("pleaseUploadAtLeastOnePrintTemplate")}}}class Oi extends ie{constructor(e){var n,i,u,a,r;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:Tt.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:Tt.controlName,this.printTemplates=(a=(u=e==null?void 0:e.printTemplates)==null?void 0:u.map(l=>new go(l)))!=null?a:[],this.autoSelectTemplate=(r=e==null?void 0:e.autoSelectTemplate)!=null?r:!1}}Oi.Rules=g_;class Tt extends ne{constructor(e){super(e),this.props=new Oi(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"}}Tt.slots=["grid-table-toolbar-slot"],Tt.controlEventKeys=["on_click","on_click_finish"],Tt.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 b_ extends le{constructor(e){super(e),this.props=new Oi(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print"}}var Vo={Designer:Tt,Runtime:b_,Property:Oi};class pa extends ie{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Bt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Bt.controlIcon}}class Bt extends ne{constructor(e){super(e),this.props=new pa(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"}}Bt.slots=["grid-table-toolbar-slot"],Bt.controlEventKeys=["on_click"],Bt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class __ extends le{constructor(e){super(e),this.props=new pa(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print-record"}}var Ho={Designer:Bt,Runtime:__,Property:pa};class w_ extends z{constructor(e){super(e),this.formKey={type:"string",required:!1},(e.command==="edit"||e.command==="view")&&(this.formKey={type:"string",required:!0,message:h.getMessage("pleaseEnterForm")})}}class Mi extends G{constructor(e){var n,i,u,a,r;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=(r=e==null?void 0:e.isLoading)!=null?r:!1}}Mi.Rules=w_;class $i extends O{constructor(e){super(e),this.props=new Mi(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"}}$i.controlEventKeys=["on_click"],$i.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:[s.IS_HIDE]},{key:"super-setting",visible:!0}];class C_ extends X{constructor(e){super(e),this.props=new Mi(e==null?void 0:e.props)}static get controlType(){return"operation-button"}}var jo={Designer:$i,Runtime:C_,Property:Mi};class er extends G{constructor(e){var n,i,u,a,r,l,c,o,d;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Pt.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Pt.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=(r=e==null?void 0:e.color)!=null?r:"danger",this.isHide=(l=e==null?void 0:e.isHide)!=null?l:!1,this.defaultState=(c=e==null?void 0:e.defaultState)!=null?c:"default",this.command=(o=e==null?void 0:e.command)!=null?o:"custom",this.isLoading=(d=e==null?void 0:e.isLoading)!=null?d:!1}}class Pt extends O{constructor(e){super(e),this.props=new er(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"}}Pt.slots=["grid-table-toolbar-slot"],Pt.controlEventKeys=["on_click"],Pt.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:[s.IS_HIDE]},{key:"super-setting",visible:!0}];class E_ extends X{constructor(e){super(e),this.props=new er(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-delete"}}var qo={Designer:Pt,Runtime:E_,Property:er},I_=Object.freeze({__proto__:null,Text:ao,Link:ro,Button:lo,Divider:Co,Title:Eo,CreateFormListButton:Io,BatchSubmissionListButton:So,SubmissionRecordListButton:Ao,ExportListButton:Ro,ExportRecordListButton:To,ImportRecordListButton:Bo,FormSelectButton:Po,ListSelectButton:xo,Pagination:Fo,Dashboard:Oo,ListViewSelect:$o,TextOcrButton:Lo,InvoiceCheckButton:No,BatchPrintListButton:Vo,BatchPrintRecordListButton:Ho,OperationButton:jo,BatchDeleteButton:qo});class S_ extends Z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:h.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:200,message:h.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue=[{type:"string",max:200,min:0,message:h.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=h.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength}),this.defaultValue[1].pattern=Zt(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class A_ extends L{constructor(e){super(e),this.push({type:"string",message:h.getMessage("isNotString")},{max:e.maxLength,min:e.minLength,message:h.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Zt(e.regularRules.expression),message:e.regularRules.errMessage})}}class xt extends B{constructor(e){var n,i,u,a,r,l,c;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 El(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:Dt.controlName,this.placeholder=(r=e==null?void 0:e.placeholder)!=null?r:"\u8BF7\u8F93\u5165",this.encrypted=(l=e==null?void 0:e.encrypted)!=null?l:!1,this.encryptedMode=(c=e==null?void 0:e.encryptedMode)!=null?c:""}}xt.Rules=S_,xt.RuntimeRules=A_;class Dt extends P{constructor(e){super(e),this.props=new xt(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"}}Dt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Dt.controlFieldType=b.VARCHAR,Dt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP,s.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 Uo extends x{constructor(e){super(e),this.props=new xt(e==null?void 0:e.props)}static get controlType(){return"input"}}Uo.controlFieldType=b.VARCHAR;var Wo={Designer:Dt,Runtime:Uo,Property:xt};class R_ extends ft{constructor(e){super(e),this.limitMax={type:"number",min:void 0,message:h.getMessage("PleaseReselectTheOptionalQuantity")},e.limitMax==="unlimited"&&(this.limitMax.type="string");const i=u=>u==="unlimited"?void 0:u;this.limitMax.min=i(e.limitMin)}}class T_ extends L{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 tn extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g,_,E;super(e),this.options=Ce((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=(r=e==null?void 0:e.otherOption)!=null?r:!1,this.limitMin=(l=e==null?void 0:e.limitMin)!=null?l:"unlimited",this.limitMax=(c=e==null?void 0:e.limitMax)!=null?c:"unlimited",this.datasourceBind=new te(e==null?void 0:e.datasourceBind),this.interreaction=(o=e==null?void 0:e.interreaction)!=null?o:[],this.caption=(d=e==null?void 0:e.caption)!=null?d:nn.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=(_=e==null?void 0:e.defaultShowOptions)!=null?_:!0,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(w=>{var S;(S=this.multistageFilling)==null||S.push(new ue(w))}))}}tn.Rules=R_,tn.RuntimeRules=T_;class nn extends P{constructor(e){super(e),this.props=new tn(e==null?void 0:e.props)}static get controlName(){return"\u591A\u9009"}static get controlIcon(){return"iconduoxuan"}static get controlType(){return"checkbox"}}nn.controlEventKeys=["on_change","on_click"],nn.controlFieldType=b.ARRAY,nn.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"options-format",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0},{key:"limit-select",visible:!0},{key:"options-order",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Ko extends x{constructor(e){super(e),this.props=new tn(e==null?void 0:e.props)}static get controlType(){return"checkbox"}}Ko.controlFieldType=b.ARRAY;var zo={Designer:nn,Runtime:Ko,Property:tn};class B_ extends ft{constructor(e){super(e)}}class Li extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g;super(e),this.options=Ce((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=(r=e==null?void 0:e.optionsOrder)!=null?r:!1,this.defaultShowOptions=(l=e==null?void 0:e.defaultShowOptions)!=null?l:!0,this.optionsFormat=(c=e==null?void 0:e.optionsFormat)!=null?c:"horizontal",this.datasourceBind=new te(e==null?void 0:e.datasourceBind),this.interreaction=(o=e==null?void 0:e.interreaction)!=null?o:[],this.caption=(d=e==null?void 0:e.caption)!=null?d:un.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(_=>{var E;(E=this.multistageFilling)==null||E.push(new ue(_))}))}}Li.Rules=B_;class un extends P{constructor(e){super(e),this.props=new Li(e==null?void 0:e.props)}static get controlName(){return"\u5355\u9009"}static get controlIcon(){return"iconradio_new"}static get controlType(){return"radio"}}un.controlEventKeys=["on_change","on_click"],un.controlFieldType=b.VARCHAR,un.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"options-format",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0},{key:"options-order",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Go extends x{constructor(e){super(e),this.props=new Li(e==null?void 0:e.props)}static get controlType(){return"radio"}}Go.controlFieldType=b.VARCHAR;var Qo={Designer:un,Runtime:Go,Property:Li};class P_ extends Z{constructor(e){super(e),this.defaultValue=[{type:"number",min:0,max:200,message:h.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=h.getMessage("pleaseEnterNumberRange",{max:n,min:i}),i&&n!==void 0&&(this.rangeMax={type:"number",min:i,message:h.getMessage("numberRangeSetError")}),this.defaultValue[1].pattern=Zt(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class x_ extends L{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:h.getMessage(n===void 0?"pleaseEnterAValueGreaterThanMin":i===void 0?"pleaseEnterAValueLessThanMax":"pleaseEnterNumberRange",{max:n,min:i})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:Zt(e.regularRules.expression),message:e.regularRules.errMessage})}}class an extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g,_,E;super(e),this.rangeMin=(n=e==null?void 0:e.rangeMin)!=null?n:"",this.rangeMax=(i=e==null?void 0:e.rangeMax)!=null?i:"",this.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=(r=e==null?void 0:e.micrometer)!=null?r:!1,this.precision=(l=e==null?void 0:e.precision)!=null?l:0,this.showUpperCase=(c=e==null?void 0:e.showUpperCase)!=null?c:!1,this.isShowUnit=(o=e==null?void 0:e.isShowUnit)!=null?o:!1,this.unitPosition=(d=e==null?void 0:e.unitPosition)!=null?d:"right",this.unit=(v=e==null?void 0:e.unit)!=null?v:"",this.caption=(g=e==null?void 0:e.caption)!=null?g:rn.controlName,this.placeholder=(_=e==null?void 0:e.placeholder)!=null?_:"\u8BF7\u8F93\u5165",this.defaultValue=(E=e==null?void 0:e.defaultValue)!=null?E:"",this.regularRules=new El(e==null?void 0:e.regularRules)}}an.Rules=P_,an.RuntimeRules=x_;class rn extends P{constructor(e){super(e),this.props=new an(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}}rn.controlEventKeys=["on_change","on_input","on_focus","on_blur"],rn.controlFieldType=b.DECIMAL,rn.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"number-range",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_UNIT,s.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:[s.SHOW_UPPER_CASE,s.MICROMETER,s.PRECISION],visible:!0},{key:"regular-rules",visible:!0},{key:"super-setting",visible:!0}];class Xo extends x{constructor(e){super(e),this.props=new an(e==null?void 0:e.props)}static get controlType(){return"number"}}Xo.controlFieldType=b.DECIMAL;var Jo={Designer:rn,Runtime:Xo,Property:an};class tr extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Be.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=(r=e==null?void 0:e.caption)!=null?r:Ni.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165\u65E5\u671F",this.defaultValue=(c=e==null?void 0:e.defaultValue)!=null?c:"",this.limitDateList=(d=(o=e==null?void 0:e.limitDateList)==null?void 0:o.map(_=>new Ci(_)))!=null?d:[],this.allowDateRange=(v=e==null?void 0:e.allowDateRange)!=null?v:["",""],this.filterWeekend=(g=e==null?void 0:e.filterWeekend)!=null?g:!1}}class Ni extends P{constructor(e){super(e),this.props=new tr(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}}Ni.controlFieldType=b.TIMESTAMP,Ni.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],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:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Zo extends x{constructor(e){super(e),this.props=new tr(e==null?void 0:e.props)}static get controlType(){return"date-picker"}}Zo.controlFieldType=b.TIMESTAMP;var Yo={Designer:Ni,Runtime:Zo,Property:tr};class D_ extends L{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 Vi extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g;super(e),this.dataBind=new lm(e==null?void 0:e.dataBind),this.defaultValue=new om(e==null?void 0:e.defaultValue),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Be.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=(r=e==null?void 0:e.rangeMin)!=null?r:"",this.rangeMax=(l=e==null?void 0:e.rangeMax)!=null?l:"",this.placeholderStart=(c=e==null?void 0:e.placeholderStart)!=null?c:"\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",this.placeholderEnd=(o=e==null?void 0:e.placeholderEnd)!=null?o:"\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",this.caption=(d=e==null?void 0:e.caption)!=null?d:Hi.controlName,this.limitDateList=(g=(v=e==null?void 0:e.limitDateList)==null?void 0:v.map(_=>new Ci(_)))!=null?g:[]}}Vi.RuntimeRules=D_;class Hi extends P{constructor(e){super(e),this.props=new Vi(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}}Hi.controlFieldType=b.TIMESCOPE,Hi.setting=[{key:"data-bind-date-range",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],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:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class po extends x{constructor(e){super(e),this.props=new Vi(e==null?void 0:e.props)}static get controlType(){return"date-range"}}po.controlFieldType=b.TIMESCOPE;var ec={Designer:Hi,Runtime:po,Property:Vi};class F_ extends Z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:h.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:1e6,message:h.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue={type:"string",max:200,min:0,message:h.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=h.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}}class k_ extends L{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:h.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})})}}class ln extends B{constructor(e){var n,i,u,a,r;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:on.controlName,this.placeholder=(r=e==null?void 0:e.placeholder)!=null?r:"\u8BF7\u8F93\u5165",this.rowHeightSetting=new Gv(e==null?void 0:e.rowHeightSetting)}}ln.Rules=F_,ln.RuntimeRules=k_;class on extends P{constructor(e){super(e),this.props=new ln(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"}}on.controlEventKeys=["on_change","on_input","on_focus","on_blur"],on.controlFieldType=b.TEXT,on.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP]},{key:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"default-value",visible:!0},{key:"row-height-setting",visible:!0},{key:"super-setting",visible:!0}];class tc extends x{constructor(e){super(e),this.props=new ln(e==null?void 0:e.props)}static get controlType(){return"textarea"}}tc.controlFieldType=b.TEXT;var nc={Designer:on,Runtime:tc,Property:ln};class O_ extends Z{constructor(e){super(e),this.maxLength={type:"number",min:0,message:h.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:1e6,message:h.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue={type:"string",max:200,min:0,message:h.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=h.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}}class M_ extends L{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:h.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})})}}class cn extends B{constructor(e){var n,i,u,a,r;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:sn.controlName,this.placeholder=(r=e==null?void 0:e.placeholder)!=null?r:"\u8BF7\u8F93\u5165"}}cn.Rules=O_,cn.RuntimeRules=M_;class sn extends P{constructor(e){super(e),this.props=new cn(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"}}sn.controlEventKeys=["on_change","on_input","on_focus","on_blur"],sn.controlFieldType=b.TEXT,sn.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.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 ic extends x{constructor(e){super(e),this.props=new cn(e==null?void 0:e.props)}static get controlType(){return"rich-text"}}ic.controlFieldType=b.TEXT;var uc={Designer:sn,Runtime:ic,Property:cn};class $_ extends ft{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:h.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class ji extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v;super(e),this.options=Ce((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 te(e==null?void 0:e.datasourceBind),this.caption=(a=e==null?void 0:e.caption)!=null?a:qi.controlName,this.placeholder=(r=e==null?void 0:e.placeholder)!=null?r:"\u8BF7\u9009\u62E9",this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:"",this.allowCopyOptions=(c=e==null?void 0:e.allowCopyOptions)!=null?c:!1,this.openMultistageFilling=(o=e==null?void 0:e.openMultistageFilling)!=null?o:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(g=>{var _;(_=this.multistageFilling)==null||_.push(new ue(g))})),this.canViewForm=(d=e==null?void 0:e.canViewForm)!=null?d:!1,this.viewFormModelType=(v=e==null?void 0:e.viewFormModelType)!=null?v:"window",this.formBind=new st(e==null?void 0:e.formBind)}}ji.Rules=$_;class qi extends P{constructor(e){super(e),this.props=new ji(e==null?void 0:e.props)}static get controlName(){return"\u4E0B\u62C9\u5355\u9009"}static get controlIcon(){return"iconxiala1"}static get controlType(){return"select"}}qi.controlFieldType=b.VARCHAR,qi.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.DEFAULT_SHOW_OPTIONS,s.IS_SHOW_CAPTION_TIP,s.ALLOW_COPY_OPTIONS]},{key:"options-setting",visible:!0,showItems:[s.CAN_VIEW_FORM,s.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class ac extends x{constructor(e){super(e),this.props=new ji(e==null?void 0:e.props)}static get controlType(){return"select"}}ac.controlFieldType=b.VARCHAR;var rc={Designer:qi,Runtime:ac,Property:ji};class L_ extends ft{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:h.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class N_ extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class dn extends B{constructor(e){var n,i,u,a,r,l,c,o,d;super(e),this.options=Ce((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 te(e==null?void 0:e.datasourceBind),this.caption=(a=e==null?void 0:e.caption)!=null?a:Ui.controlName,this.placeholder=(r=e==null?void 0:e.placeholder)!=null?r:"\u8BF7\u9009\u62E9",this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:[],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(v=>{var g;(g=this.multistageFilling)==null||g.push(new ue(v))})),this.canViewForm=(o=e==null?void 0:e.canViewForm)!=null?o:!1,this.viewFormModelType=(d=e==null?void 0:e.viewFormModelType)!=null?d:"window",this.formBind=new st(e==null?void 0:e.formBind)}}dn.Rules=L_,dn.RuntimeRules=N_;class Ui extends P{constructor(e){super(e),this.props=new dn(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"}}Ui.controlFieldType=b.ARRAY,Ui.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.DEFAULT_SHOW_OPTIONS,s.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0,showItems:[s.CAN_VIEW_FORM,s.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class lc extends x{constructor(e){super(e),this.props=new dn(e==null?void 0:e.props)}static get controlType(){return"select-multiple"}}lc.controlFieldType=b.ARRAY;var oc={Designer:Ui,Runtime:lc,Property:dn};class V_ extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Wi extends B{constructor(e){var n,i,u,a,r,l,c,o,d;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.range=(i=e==null?void 0:e.range)!=null?i:"all",this.rangeOptions=(u=e==null?void 0:e.rangeOptions)!=null?u:[],this.multiple=(a=e==null?void 0:e.multiple)!=null?a:!1,this.defaultValueType=(r=e==null?void 0:e.defaultValueType)!=null?r:"none",this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:[],this.caption=(c=e==null?void 0:e.caption)!=null?c:Ki.controlName,this.placeholder=(o=e==null?void 0:e.placeholder)!=null?o:"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",this.openMultistageFilling=(d=e==null?void 0:e.openMultistageFilling)!=null?d:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(v=>{var g;(g=this.multistageFilling)==null||g.push(new ue(v))}))}}Wi.RuntimeRules=V_;class Ki extends P{constructor(e){super(e),this.props=new Wi(e==null?void 0:e.props)}static get controlName(){return"\u4EBA\u5458"}static get controlIcon(){return"iconpeople1"}static get controlType(){return"employee"}}Ki.controlFieldType=b.EMPLOYEES,Ki.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.MULTIPLE,s.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 cc extends x{constructor(e){super(e),this.props=new Wi(e==null?void 0:e.props)}static get controlType(){return"employee"}}cc.controlFieldType=b.EMPLOYEES;var sc={Designer:Ki,Runtime:cc,Property:Wi};const H_=10485760,j_=104857600,q_=1048576e3;class U_ extends Z{constructor(e){super(e),this.maxSize={type:"number",min:0,max:q_,message:h.getMessage("attachmentMaxSize")}}}class W_ extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),this.push({type:"array",max:e.maxLimit,min:e.minLimit,message:h.getMessage("attachmentLimitError",{max:e.maxLimit,min:e.minLimit})})}}class Ft extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g;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=(r=e==null?void 0:e.maxLimit)!=null?r:10,this.minLimit=(l=e==null?void 0:e.minLimit)!=null?l:0,this.maxSize=(c=e==null?void 0:e.maxSize)!=null?c:j_,this.caption=(o=e==null?void 0:e.caption)!=null?o:kt.controlName,this.placeholder=(d=e==null?void 0:e.placeholder)!=null?d:"\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:{}}}Ft.Rules=U_,Ft.RuntimeRules=W_;class kt extends P{constructor(e){super(e),this.props=new Ft(e==null?void 0:e.props)}static get controlName(){return"\u9644\u4EF6"}static get controlIcon(){return"iconfujian2"}static get controlType(){return"attachment"}}kt.controlEventKeys=["on_change"],kt.controlFieldType=b.FILE,kt.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!1},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP]},{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 nr extends x{constructor(e){super(e),this.props=new Ft(e==null?void 0:e.props)}static get controlType(){return"attachment"}}nr.controlFieldType=b.FILE;var dc={Designer:kt,Runtime:nr,Property:Ft};const fc=class extends kt{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:fc.controlName,this.props.placeholder=(u=(i=t==null?void 0:t.props)==null?void 0:i.placeholder)!=null?u:"\u4E0A\u4F20\u56FE\u7247"}};let ir=fc;ir.controlFieldType=b.IMAGE,ir.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!1},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP,s.IS_SHOW_WATERMARK]},{key:"attachment-limit",visible:!0},{key:"image-defaultval",visible:!0},{key:"super-setting",visible:!0}];class K_ extends nr{static get controlType(){return"image"}constructor(e){var n,i,u,a,r,l;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=(l=(r=e==null?void 0:e.props)==null?void 0:r.placeholder)!=null?l:"\u4E0A\u4F20\u56FE\u7247"}}class z_ extends Ft{constructor(e){super(e)}}var hc={Designer:ir,Runtime:K_,Property:z_};class G_ extends ft{constructor(e){super(e),this.defaultValue={type:"object",fields:{amount:[{type:"number",min:void 0,max:void 0,message:h.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=h.getMessage("pleaseEnterNumberRange",{max:n,min:i}),i&&n!==void 0&&(this.rangeMax={type:"number",min:i,message:h.getMessage("numberRangeSetError")})}}class Q_ extends L{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:[Nr(ot({},this[0]),{type:"number"}),{type:"number",min:i,max:n,message:h.getMessage(n===void 0?"pleaseEnterAValueGreaterThanMin":i===void 0?"pleaseEnterAValueLessThanMax":"pleaseEnterNumberRange",{max:n,min:i})}],currency:{type:"string"}}})}}class fn extends B{constructor(e){var n,i,u,a,r,l,c,o,d,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=(r=e==null?void 0:e.precision)!=null?r:2,this.dataBind=new am(e==null?void 0:e.dataBind),this.datasourceBind=new te((l=e==null?void 0:e.datasourceBind)!=null?l:{displayBoList:[new Hu({value:"name"})]}),this.defaultValue=new rm((c=e==null?void 0:e.defaultValue)!=null?c:{amount:"",currency:Wu.CNY}),this.unitPosition=(o=e==null?void 0:e.unitPosition)!=null?o:"right",this.options=Ce(e==null?void 0:e.options),this.caption=(d=e==null?void 0:e.caption)!=null?d:hn.controlName,this.placeholder=(v=e==null?void 0:e.placeholder)!=null?v:"\u8BF7\u8F93\u5165",this.submitSelectCurrency=(g=e==null?void 0:e.submitSelectCurrency)!=null?g:!1,this.showUpperCase=(_=e==null?void 0:e.showUpperCase)!=null?_:!1}}fn.Rules=G_,fn.RuntimeRules=Q_;class hn extends P{constructor(e){super(e),this.props=new fn(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}}hn.controlEventKeys=["on_change","on_input","on_focus","on_blur"],hn.controlFieldType=b.MONEY,hn.setting=[{key:"data-bind-amount",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.SUBMIT_SELECT_CURRENCY,s.IS_SHOW_CAPTION_TIP]},{key:"amount-range",visible:!0},{key:"default-value",visible:!0},{key:"unit-position",visible:!0},{key:"currency-type",visible:!0},{key:"number-suite",showItems:[s.SHOW_UPPER_CASE,s.MICROMETER,s.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class yc extends x{constructor(e){super(e),this.props=new fn(e==null?void 0:e.props)}static get controlType(){return"amount"}}yc.controlFieldType=b.MONEY;var vc={Designer:hn,Runtime:yc,Property:fn};class X_ extends Z{constructor(e){super(e),this.totalScore=[{type:"number",required:!0,message:h.getMessage("pleaseEnterTotalScoreSetting")},{type:"number",min:1,message:h.getMessage("theTotalScoreMustNotBeLessThan1")}],this.defaultValue={type:"number",min:0,max:5,message:h.getMessage("scoreDefaultValueRange")},this.defaultValue.max=e.totalScore,this.defaultValue.message=h.getMessage("scoreDefaultValueRange",{max:e.totalScore,min:0})}}class J_ extends L{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:h.getMessage("scoreDefaultValueRange",{max:e.totalScore,min:n})})}}class yn extends B{constructor(e){var n,i,u,a,r,l,c;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:qa.STAR,this.isShowExplain=(u=e==null?void 0:e.isShowExplain)!=null?u:!0,this.explain=(r=(a=e==null?void 0:e.explain)==null?void 0:a.map(o=>new Ei(o)))!=null?r:Array(this.totalScore).fill(void 0).map(()=>new Ei),this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:0,this.caption=(c=e==null?void 0:e.caption)!=null?c:vn.controlName}}yn.Rules=X_,yn.RuntimeRules=J_;class vn extends P{constructor(e){super(e),this.props=new yn(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 Ei);this.props.explain.push(...u)}}super.postUpdate(e,n)}}vn.controlEventKeys=["on_change","on_click"],vn.controlFieldType=b.DECIMAL,vn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.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 x{constructor(e){super(e),this.props=new yn(e==null?void 0:e.props)}static get controlType(){return"score"}}mc.controlFieldType=b.DECIMAL;var gc={Designer:vn,Runtime:mc,Property:yn};class Z_ extends L{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:h.getMessage("pleaseSelectProvince")}}};e.addressType.includes("city")&&(n.fields.city={type:"string",required:e.required,message:h.getMessage("pleaseSelectCity")}),e.addressType.includes("district")&&(n.fields.district={type:"string",required:e.required,message:h.getMessage("pleaseSelectDistrict")}),this.push(n)}}}class zi extends B{constructor(e){var n,i,u,a,r;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Gi.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 cm((a=e==null?void 0:e.defaultValue)!=null?a:{}),this.placeholder=(r=e==null?void 0:e.placeholder)!=null?r:"\u8BF7\u9009\u62E9\u5730\u5740"}}zi.RuntimeRules=Z_;class Gi extends P{constructor(e){super(e),this.props=new zi(e==null?void 0:e.props)}static get controlName(){return"\u5730\u5740"}static get controlIcon(){return"icondizhi"}static get controlType(){return"address"}}Gi.controlFieldType=b.ADDRESS,Gi.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_SHOW_CAPTION_TIP]},{key:"address-defaultval",visible:!0},{key:"super-setting",visible:!0}];class bc extends x{constructor(e){super(e),this.props=new zi(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"}}bc.controlFieldType=b.ADDRESS;var _c={Designer:Gi,Runtime:bc,Property:zi};class Y_ extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Qi extends B{constructor(e){var n,i,u,a,r,l,c,o,d,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=(r=e==null?void 0:e.rangeOptions)!=null?r:[],this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:[],this.displayLevel=(c=e==null?void 0:e.displayLevel)!=null?c:1,this.showSubDept=(o=e==null?void 0:e.showSubDept)!=null?o:!0,this.caption=(d=e==null?void 0:e.caption)!=null?d:mn.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(_=>{var E;(E=this.multistageFilling)==null||E.push(new ue(_))}))}}Qi.RuntimeRules=Y_;class mn extends P{constructor(e){super(e),this.props=new Qi(e==null?void 0:e.props)}static get controlIcon(){return"icondepartment_new"}static get controlType(){return"department"}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{displayLevel:i,showSubDept:u}=this.props;n.props.displayLevel=i,n.props.showSubDept=u}return n}}mn.controlName="\u90E8\u95E8",mn.controlFieldType=b.DEPARTMENTS,mn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.MULTIPLE,s.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 wc extends x{constructor(e){super(e),this.props=new Qi(e==null?void 0:e.props)}static get controlType(){return"department"}}wc.controlFieldType=b.DEPARTMENTS;var Cc={Designer:mn,Runtime:wc,Property:Qi};class ur 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:gn.controlName,this.placeholder=(u=e==null?void 0:e.placeholder)!=null?u:"\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7"}}class gn extends P{constructor(e){super(e),this.props=new ur(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"}}gn.controlEventKeys=["on_change"],gn.controlFieldType=b.AUTO_NUMBER,gn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class Ec extends x{constructor(e){super(e),this.props=new ur(e==null?void 0:e.props)}static get controlType(){return"auto-number"}}Ec.controlFieldType=b.AUTO_NUMBER;var Ic={Designer:gn,Runtime:Ec,Property:ur};class p_ 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 ew extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="object"),this.push({type:"object",message:h.getMessage("isNotObject"),fields:{result:[{type:"number",message:h.getMessage("isNotNumber")}],unit:{type:"string",message:h.getMessage("isNotString")}}})}}class bn extends B{constructor(e){var n,i,u,a,r,l,c,o,d;super(e),this.precision=(n=e==null?void 0:e.precision)!=null?n:0,this.micrometer=(i=e==null?void 0:e.micrometer)!=null?i:!1,this.showUpperCase=(u=e==null?void 0:e.showUpperCase)!=null?u:!1,this.dataBind=new sm(e==null?void 0:e.dataBind),this.defaultValue=new dm(e==null?void 0:e.defaultValue),this.caption=(a=e==null?void 0:e.caption)!=null?a:_n.controlName,this.unitPosition=(r=e==null?void 0:e.unitPosition)!=null?r:"right",this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.scriptEcho=(c=e==null?void 0:e.scriptEcho)!=null?c:[],this.scriptSrc=(o=e==null?void 0:e.scriptSrc)!=null?o:"",this.calcOnMounted=(d=e==null?void 0:e.calcOnMounted)!=null?d:!1}}bn.Rules=p_,bn.RuntimeRules=ew;class _n extends P{constructor(e){super(e),this.props=new bn(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}}_n.controlEventKeys=["on_change"],_n.controlFieldType=b.CALC,_n.setting=[{key:"data-bind-calc",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],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:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP]},{key:"unit-alone",visible:!0},{key:"unit-position",visible:!0},{key:"default-value",visible:!1},{key:"number-suite",showItems:[s.SHOW_UPPER_CASE,s.MICROMETER,s.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class Sc extends x{constructor(e){super(e),this.props=new bn(e==null?void 0:e.props)}static get controlType(){return"calc"}}Sc.controlFieldType=b.CALC;var Ac={Designer:_n,Runtime:Sc,Property:bn};class tw extends L{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(h.getMessage("runtimeRequired",{caption:e.caption})):Promise.resolve()}})}}class Xi extends B{constructor(e){var n,i,u,a,r,l;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=(r=e==null?void 0:e.placeholderEnd)!=null?r:"\u6700\u5927\u503C",this.caption=(l=e==null?void 0:e.caption)!=null?l:Ji.controlName}}Xi.RuntimeRules=tw;class Ji extends P{constructor(e){super(e),this.props=new Xi(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"}}Ji.controlFieldType=b.DECIMAL_RANGE,Ji.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],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:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Rc extends x{constructor(e){super(e),this.props=new Xi(e==null?void 0:e.props)}static get controlType(){return"search-number-range"}}Rc.controlFieldType=b.DECIMAL_RANGE;var Tc={Designer:Ji,Runtime:Rc,Property:Xi};class nw extends L{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 Zi extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g,_;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:["",""],this.dateType=(i=e==null?void 0:e.dateType)!=null?i:Be.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=(r=e==null?void 0:e.setValueType)!=null?r:"custom",this.rangeMin=(l=e==null?void 0:e.rangeMin)!=null?l:"",this.rangeMax=(c=e==null?void 0:e.rangeMax)!=null?c:"",this.placeholderStart=(o=e==null?void 0:e.placeholderStart)!=null?o:"\u5F00\u59CB\u65E5\u671F",this.placeholderEnd=(d=e==null?void 0:e.placeholderEnd)!=null?d:"\u7ED3\u675F\u65E5\u671F",this.caption=(v=e==null?void 0:e.caption)!=null?v:Yi.controlName,this.limitDateList=(_=(g=e==null?void 0:e.limitDateList)==null?void 0:g.map(E=>new Ci(E)))!=null?_:[]}}Zi.RuntimeRules=nw;class Yi extends P{constructor(e){super(e),this.props=new Zi(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"}}Yi.controlFieldType=b.ARRAY,Yi.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],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:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.IS_SHOW_CAPTION_TIP]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Bc extends x{constructor(e){super(e),this.props=new Zi(e==null?void 0:e.props)}static get controlType(){return"search-date-range"}}Bc.controlFieldType=b.ARRAY;var Pc={Designer:Yi,Runtime:Bc,Property:Zi};class iw extends Z{constructor(e){super(e),this.dataBind={type:"any"}}}class uw extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class wn extends B{constructor(e){var n,i,u,a,r;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ot.controlName,this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i:void 0,this.controlExportName=(u=e==null?void 0:e.controlExportName)!=null?u:"",this.permissions=(a=e==null?void 0:e.permissions)!=null?a:[],this.isInlineEdit=(r=e==null?void 0:e.isInlineEdit)!=null?r:!1}}wn.Rules=iw,wn.RuntimeRules=uw;class Ot extends P{constructor(e){super(e),this.props=new wn(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"}}Ot.controlFieldType=b.ANY,Ot.controlEventKeys=[],Ot.slots=["grid-table-toolbar-slot",Kr.DEFAULT],Ot.setting=[{key:"data-bind-vue",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE,s.IS_HIDE_CAPTION,s.REQUIRED,s.IS_SHOW_CAPTION_TIP,s.IS_INLINE_EDIT]},{key:"vue-control-export-name",visible:!0},{key:"vue-permissions",visible:!0},{key:"super-setting",visible:!0}];class xc extends x{constructor(e){super(e),this.props=new wn(e==null?void 0:e.props)}static get controlType(){return"vue-form-item"}}xc.controlFieldType=b.ANY;var Dc={Designer:Ot,Runtime:xc,Property:wn};class aw extends ft{constructor(e){super(e),this.listPageBind=[{type:"object",message:h.getMessage("isNotObject")},{type:"object",required:!0,fields:{formKey:[{type:"string",message:h.getMessage("isNotString")},{type:"string",required:!0,message:h.getMessage("pleaseEnterList")}]}}],this.formBind={type:"object",fields:{formKey:{type:"string",message:h.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class pi extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g;super(e),this.options=Ce((n=e==null?void 0:e.options)!=null?n:[]),this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"datasource",this.listPageBind=new Nu(e==null?void 0:e.listPageBind),this.datasourceBind=new te(e==null?void 0:e.datasourceBind),this.caption=(u=e==null?void 0:e.caption)!=null?u:Cn.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:"\u8BF7\u9009\u62E9",this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:"",this.openMultistageFilling=(l=e==null?void 0:e.openMultistageFilling)!=null?l:!1,this.showSelectedDetail=(c=e==null?void 0:e.showSelectedDetail)!=null?c:!1,this.selectedContentConfig=new qu(e==null?void 0:e.selectedContentConfig),this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(_=>{var E;(E=this.multistageFilling)==null||E.push(new ue(_))})),this.canViewForm=(o=e==null?void 0:e.canViewForm)!=null?o:!1,this.viewFormModelType=(d=e==null?void 0:e.viewFormModelType)!=null?d:"window",this.formBind=new st(e==null?void 0:e.formBind),this.optionDisplayConfig=(v=e==null?void 0:e.optionDisplayConfig)!=null?v:[],this.canSearch=(g=e==null?void 0:e.canSearch)!=null?g:!1}}pi.Rules=aw;class Cn extends P{constructor(e){super(e),this.props=new pi(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"}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{optionDisplayConfig:i}=this.props;n.props.optionDisplayConfig=i}return n}}Cn.controlFieldType=b.VARCHAR,Cn.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_SHOW_CAPTION_TIP,s.CAN_SEARCH]},{key:"relation-setting",visible:!0,showItems:[s.CAN_VIEW_FORM,s.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"option-config-setting",visible:!0},{key:"super-setting",visible:!0}],Cn.controlEventKeys=["on_change","on_focus","on_blur","on_modal_ok"];class Fc extends x{constructor(e){super(e),this.props=new pi(e==null?void 0:e.props)}static get controlType(){return"select-relation"}}Fc.controlFieldType=b.VARCHAR;var kc={Designer:Cn,Runtime:Fc,Property:pi};class ar extends xt{constructor(e){super(e)}}class Oc extends Dt{constructor(e){super(e),this.props=new ar(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:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED]},{key:"super-setting",visible:!0}];class Mc extends x{constructor(e){super(e),this.props=new ar(e==null?void 0:e.props)}static get controlType(){return"search-input"}}Mc.controlFieldType=b.VARCHAR;var $c={Designer:Oc,Runtime:Mc,Property:ar};class rw extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:h.getMessage("isNotObject")}],Xn.call(this,e,Ne.controlCustomAttributes,!0),this.datasourceBind[1].fields&&(this.datasourceBind[1].fields.rootNode=[{type:"object",required:!0,message:h.getMessage("isNotObject")},{type:"object",fields:{type:{type:"enum",enum:["form","system","custom","gv"],required:!0},value:{type:"array",required:!0,min:1,message:h.getMessage("rootNodeIsRequired")}}}])}}class lw extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class En extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g,_,E,w,S,m,C,T,D;super(e),this.optionConfig="datasource",this.caption=(n=e==null?void 0:e.caption)!=null?n:Ne.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=(r=e==null?void 0:e.levelType)!=null?r:"all",this.optionalLevel=(l=e==null?void 0:e.optionalLevel)!=null?l:1,this.containsSubNode=(c=e==null?void 0:e.containsSubNode)!=null?c:!1,this.isShowFilterItem=(o=e==null?void 0:e.isShowFilterItem)!=null?o:!1,this.isShowIncludeSub=(d=e==null?void 0:e.isShowIncludeSub)!=null?d:!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=(_=e==null?void 0:e.defaultCollapseLevel)!=null?_:1,this.datasourceBind=new bl((E=e==null?void 0:e.datasourceBind)!=null?E:{attributes:Ne.controlCustomAttributes}),this.filterItemDatasourceBind=new bl((w=e==null?void 0:e.filterItemDatasourceBind)!=null?w:{attributes:Ne.controlCustomAttributes}),this.openMultistageFilling=(S=e==null?void 0:e.openMultistageFilling)!=null?S:!1,this.defaultDisplay=(m=e==null?void 0:e.defaultDisplay)!=null?m:!1,this.multistageFilling=(T=(C=e==null?void 0:e.multistageFilling)==null?void 0:C.map(k=>new ue(k)))!=null?T:[],this.defaultValue=(D=e==null?void 0:e.defaultValue)!=null?D:[]}}En.Rules=rw,En.RuntimeRules=lw;class Ne extends P{constructor(e){super(e),this.props=new En(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}]}}Ne.controlEventKeys=["on_change","on_click"],Ne.controlFieldType=b.ARRAY,Ne.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.MULTIPLE,s.CAN_SEARCH,s.DEFAULT_DISPLAY,s.CONTAINS_SUB_NODE,s.IS_SHOW_CAPTION_TIP]},{key:"tree-optional-level",visible:!0},{key:"tree-default-collapse",visible:!0},{key:"tree-datasource-bind",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Lc extends x{constructor(e){super(e),this.props=new En(e==null?void 0:e.props)}static get controlType(){return"tree"}}Lc.controlFieldType=b.ARRAY;var Nc={Designer:Ne,Runtime:Lc,Property:En};class ow extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:h.getMessage("isNotObject")}],this.externalScope={type:"any"},Xn.call(this,e,Mt.controlCustomAttributes),e.externalType===Le.ASSIGN&&(this.externalScope={type:"array",required:!0,message:h.getMessage("pleaseAssignExternal")})}}class cw extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class In extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g,_,E,w;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=(r=e==null?void 0:e.defaultValueType)!=null?r:"none",this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:[],this.caption=(c=e==null?void 0:e.caption)!=null?c:Mt.controlName,this.placeholder=(o=e==null?void 0:e.placeholder)!=null?o:"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",this.datasourceBind=new Kn((d=e==null?void 0:e.datasourceBind)!=null?d:{attributes:Mt.controlCustomAttributes}),this.datasourceType=(v=e==null?void 0:e.datasourceType)!=null?v:za.INTERNAL,this.insideType=(g=e==null?void 0:e.insideType)!=null?g:Ga.ADMIN,this.externalType=(_=e==null?void 0:e.externalType)!=null?_:Le.ALL,this.externalScope=(E=e==null?void 0:e.externalScope)!=null?E:[],this.openMultistageFilling=(w=e==null?void 0:e.openMultistageFilling)!=null?w:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(S=>{var m;(m=this.multistageFilling)==null||m.push(new ue(S))}))}}In.Rules=ow,In.RuntimeRules=cw;class Mt extends P{constructor(e){super(e),this.props=new In(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}]}}Mt.controlFieldType=b.EMPLOYEES,Mt.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.MULTIPLE,s.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 Vc extends x{constructor(e){super(e),this.props=new In(e==null?void 0:e.props)}static get controlType(){return"employee2"}}Vc.controlFieldType=b.EMPLOYEES;var Hc={Designer:Mt,Runtime:Vc,Property:In};class sw 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,r,l){if(i.type==="public"&&Du(r.value)&&r.value.length===0){l("\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1");return}l()}},company:{type:"object",required:!0,validator(a,r,l){if(i.type==="public"&&i.signatureType.includes("company")&&Du(r.value)&&r.value.length===0){l("\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0");return}l()}}}},n),{})}}}}}class eu extends B{constructor(e){var n,i,u,a,r,l;super(e),this.command="",this.isLoading=!1,this.caption=(n=e==null?void 0:e.caption)!=null?n:Sn.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=(r=e==null?void 0:e.color)!=null?r:"primary",this.icon=(l=e==null?void 0:e.icon)!=null?l:"iconfenlei2",this.signatureConfig=new so(e==null?void 0:e.signatureConfig)}}eu.Rules=sw;class Sn extends P{constructor(e){super(e),this.props=new eu(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"}}Sn.controlEventKeys=["on_click","on_click_finish"],Sn.controlFieldType=b.VARCHAR,Sn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[s.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 jc extends x{constructor(e){super(e),this.props=new eu(e==null?void 0:e.props)}static get controlType(){return"electronic-signature"}}jc.controlFieldType=b.VARCHAR;var qc={Designer:Sn,Runtime:jc,Property:eu};class dw extends Z{constructor(e){super(e),this.content={type:"string",required:!0,message:h.getMessage("pleaseEnterButtonContent")},this.wpsSetting={type:"object",fields:{watermark:{type:"object",validator(n,i,u){if(i.active&&!i.text){u(h.getMessage("pleaseEnterWatermark"));return}u()}},autoRename:{type:"object",validator(n,i,u){if(i.active&&!i.text){u(h.getMessage("pleaseEnterFileName"));return}u()}}}},this.canAdd={type:"boolean",validator(n,i,u){if(e.canAdd&&!e.addLocal&&!e.addOnline){u(h.getMessage("pleaseChooseAtLeastOne"));return}u()}}}}class fw extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class An extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g,_;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Rn.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=(r=e==null?void 0:e.addOnline)!=null?r:!0,this.canEdit=(l=e==null?void 0:e.canEdit)!=null?l:!0,this.canDownload=(c=e==null?void 0:e.canDownload)!=null?c:!0,this.canExport=(o=e==null?void 0:e.canExport)!=null?o:!0,this.canDelete=(d=e==null?void 0:e.canDelete)!=null?d:!1,this.maxSize=(v=e==null?void 0:e.maxSize)!=null?v:H_,this.defaultValue=(g=e==null?void 0:e.defaultValue)!=null?g:[],this.wpsSetting=new fo(e==null?void 0:e.wpsSetting),this.revisionsMode=(_=e==null?void 0:e.revisionsMode)!=null?_:!1}}An.Rules=dw,An.RuntimeRules=fw;class Rn extends P{constructor(e){super(e),this.props=new An(e==null?void 0:e.props)}static get controlName(){return"\u5728\u7EBF\u6587\u6863"}static get controlIcon(){return"iconwps"}static get controlType(){return"wps"}}Rn.controlEventKeys=["on_change","on_wps_open"],Rn.controlFieldType=b.FILE,Rn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_SHOW_CAPTION_TIP,s.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 Uc extends x{constructor(e){super(e),this.props=new An(e==null?void 0:e.props)}static get controlType(){return"wps"}}Uc.controlFieldType=b.FILE;var Wc={Designer:Rn,Runtime:Uc,Property:An};class hw extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:h.getMessage("isNotObject")}],this.businessScope={type:"any"},Xn.call(this,e,qe.controlCustomAttributes),e.businessType===Le.ASSIGN&&(this.businessScope={type:"array",required:!0,message:h.getMessage("pleaseAssignBusiness")})}}class yw extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Tn extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g,_,E,w,S;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.multiple=(i=e==null?void 0:e.multiple)!=null?i:!1,this.range=(u=e==null?void 0:e.range)!=null?u:"all",this.defaultValueType=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.rangeOptions=(r=e==null?void 0:e.rangeOptions)!=null?r:[],this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:[],this.displayLevel=(c=e==null?void 0:e.displayLevel)!=null?c:1,this.showSubDept=(o=e==null?void 0:e.showSubDept)!=null?o:!0,this.caption=(d=e==null?void 0:e.caption)!=null?d:qe.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:qe.controlCustomAttributes}),this.datasourceType=(_=e==null?void 0:e.datasourceType)!=null?_:Ii.INTERNAL,this.businessScope=(E=e==null?void 0:e.businessScope)!=null?E:[],this.businessType=(w=e==null?void 0:e.businessType)!=null?w:Le.ALL,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(m=>{var C;(C=this.multistageFilling)==null||C.push(new ue(m))}))}}Tn.Rules=hw,Tn.RuntimeRules=yw;class qe extends P{constructor(e){super(e),this.props=new Tn(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}}qe.controlName="\u90E8\u95E8",qe.controlFieldType=b.DEPARTMENTS,qe.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.MULTIPLE,s.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 Kc extends x{constructor(e){super(e),this.props=new Tn(e==null?void 0:e.props)}static get controlType(){return"department2"}}Kc.controlFieldType=b.DEPARTMENTS;var zc={Designer:qe,Runtime:Kc,Property:Tn};class vw extends Z{constructor(e){super(e),this.datasourceBind=[{type:"object",message:h.getMessage("isNotObject")}],this.businessScope={type:"any"},Xn.call(this,e,Ue.controlCustomAttributes),e.businessType===Le.ASSIGN&&(this.businessScope={type:"array",required:!0,message:h.getMessage("pleaseAssignBusiness")})}}class mw extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Bn extends B{constructor(e){var n,i,u,a,r,l,c,o,d,v,g,_,E,w,S,m,C,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 Nu(e==null?void 0:e.listPageBind),this.defaultValueType=(a=e==null?void 0:e.defaultValueType)!=null?a:"none",this.rangeOptions=(r=e==null?void 0:e.rangeOptions)!=null?r:[],this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:[],this.displayLevel=(c=e==null?void 0:e.displayLevel)!=null?c:1,this.showSubDept=(o=e==null?void 0:e.showSubDept)!=null?o:!0,this.caption=(d=e==null?void 0:e.caption)!=null?d:Ue.controlName,this.placeholder=(v=e==null?void 0:e.placeholder)!=null?v:"\u8BF7\u9009\u62E9\u7EC4\u7EC7",this.datasourceBind=new im((g=e==null?void 0:e.datasourceBind)!=null?g:{attributes:Ue.controlCustomAttributes}),this.datasourceType=(_=e==null?void 0:e.datasourceType)!=null?_:Ii.INTERNAL,this.businessScope=(E=e==null?void 0:e.businessScope)!=null?E:[],this.businessType=(w=e==null?void 0:e.businessType)!=null?w:Le.ALL,this.organizingFunction=(S=e==null?void 0:e.organizingFunction)!=null?S:void 0,this.organizationView=(m=e==null?void 0:e.organizationView)!=null?m:void 0,this.showSelectedDetail=(C=e==null?void 0:e.showSelectedDetail)!=null?C:!1,this.selectedContentConfig=new qu(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(D=>{var k;(k=this.multistageFilling)==null||k.push(new ue(D))}))}}Bn.Rules=vw,Bn.RuntimeRules=mw;class Ue 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"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}}Ue.controlName="\u4E1A\u52A1\u7EC4\u7EC7",Ue.controlFieldType=b.DEPARTMENTS,Ue.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[s.REQUIRED,s.IS_HIDE,s.IS_HIDE_CAPTION,s.MULTIPLE,s.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 Gc extends x{constructor(e){super(e),this.props=new Bn(e==null?void 0:e.props)}static get controlType(){return"organization-selection"}}Gc.controlFieldType=b.DEPARTMENTS;var Qc={Designer:Ue,Runtime:Gc,Property:Bn};class gw extends Z{constructor(e){super(e),this.dataBind={type:"any"}}}class bw extends L{constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class Pn extends B{constructor(e){var n,i,u,a,r;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:xn.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=(r=e==null?void 0:e.isInlineEdit)!=null?r:!1}}Pn.Rules=gw,Pn.RuntimeRules=bw;class xn extends P{constructor(e){super(e),this.props=new Pn(e==null?void 0:e.props)}static get controlName(){return"Vue\u9875\u9762"}static get controlIcon(){return"iconvuerongqi"}static get controlType(){return A.VUE_PAGE}}xn.controlFieldType=b.ANY,xn.controlEventKeys=[],xn.setting=[];class Xc extends x{constructor(e){super(e),this.props=new Pn(e==null?void 0:e.props)}static get controlType(){return A.VUE_PAGE}}Xc.controlFieldType=b.ANY;var Jc={Designer:xn,Runtime:Xc,Property:Pn},_w=Object.freeze({__proto__:null,Input:Wo,Checkbox:zo,Radio:Qo,Number:Jo,DatePicker:Yo,DateRange:ec,Textarea:nc,RichText:uc,Select:rc,SelectMultiple:oc,Employee:sc,Image:hc,Attachment:dc,Amount:vc,Score:gc,Address:_c,Department:Cc,AutoNumber:Ic,Calc:Ac,SearchNumberRange:Tc,SearchDateRange:Pc,VueFormItem:Dc,SelectRelation:kc,SearchInput:$c,Tree:Nc,Employee2:Hc,ElectronicSignature:qc,WPS:Wc,Department2:zc,OrganizationSelection:Qc,VuePage:Jc});class Zc extends q{static get controlName(){return"\u753B\u5E03"}static get controlIcon(){return"grid"}static get controlType(){return"grid"}constructor(e){super(e)}}Zc.excludes=[A.GRID];class ww extends U{static get controlType(){return"grid"}constructor(e){super(e)}}var Yc={Designer:Zc,Runtime:ww,Property:H};const Cw=24;class We extends H{constructor(e){var n,i;super(e),this.span=(n=e==null?void 0:e.span)!=null?n:Cw,this.offset=(i=e==null?void 0:e.offset)!=null?i:0}}class Dn extends q{constructor(e){super(e),this.props=new We(e==null?void 0:e.props)}static get controlName(){return"\u6805\u683C\u5217"}static get controlType(){return"col"}static get controlIcon(){return"col"}}Dn.excludes=[A.COL,A.SUBTABLE,A.SUBTABLE_COLUMN,A.GRID_LAYOUT_CONTAINER,A.DIVIDER],Dn.childrenMaxLength=1;class rr extends U{constructor(e){super(e),this.props=new We(e==null?void 0:e.props)}static get controlType(){return"col"}}var pc={Designer:Dn,Runtime:rr,Property:We};class tu extends H{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 nu extends q{constructor(e){super(e),this.props=new tu(e==null?void 0:e.props)}static get controlName(){return"\u6805\u683C\u5E03\u5C40"}static get controlType(){return"row"}static get controlIcon(){return"iconyihangduolie"}}nu.excludes=[A.ROW],nu.setting=[{key:"col-setting",visible:!0}];class es extends U{constructor(e){super(e),this.props=new tu(e==null?void 0:e.props)}static get controlType(){return"row"}}var ts={Designer:nu,Runtime:es,Property:tu};const Ew=4;class iu extends nu{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)}}iu.excludes=[A.GRID_ROW],iu.setting=[],iu.childrenMaxLength=Ew;class Iw extends es{static get controlType(){return"grid-row"}constructor(e){super(e)}}class Sw extends tu{constructor(e){super(e)}}var ns={Designer:iu,Runtime:Iw,Property:Sw};class Aw extends H.Rules{constructor(){super(...arguments),this.caption={type:"string",required:!0,message:h.getMessage("pleaseEnterCaption")}}}class uu extends H{constructor(e){var n,i,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:"\u5206\u7EC4",this.isHideCaption=(i=e==null?void 0:e.isHideCaption)!=null?i:!1,this.collapse=(u=e==null?void 0:e.collapse)!=null?u:"none"}}uu.Rules=Aw;class lr extends q{constructor(e){super(e),this.props=new uu(e==null?void 0:e.props)}static get controlName(){return"\u5206\u7EC4"}static get controlIcon(){return"iconfenzu6"}static get controlType(){return"card-group"}}lr.setting=[{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE]},{key:"collapse-setting",visible:!0},{key:"super-setting",visible:!0}],lr.excludes=[A.CARD_GROUP];class Rw extends U{constructor(e){super(e),this.props=new uu(e==null?void 0:e.props)}static get controlType(){return"card-group"}}var is={Designer:lr,Runtime:Rw,Property:uu};class Tw extends z{constructor(e){super(e),this.caption={type:"string",required:!0,message:h.getMessage("pleaseEnterCaption")},this.width={type:"number",required:!1,message:h.getMessage("pleaseEnterColumnWidth")},this.captionTip={type:"string",required:!1,message:h.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class au extends H{constructor(e){var n,i,u,a,r;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=(r=e==null?void 0:e.isHideCaption)!=null?r:!1,this.metaAutoWidth=new Qv(e==null?void 0:e.metaAutoWidth)}}au.Rules=Tw;class he extends q{constructor(e){super(e),this.props=new au(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:[s.CAPTION],visible:!0},{key:"common-setting",showItems:[s.IS_SHOW_CAPTION_TIP],visible:!0},{key:"column-auto-width",visible:!0}];class us extends U{constructor(e){super(e),this.props=new au(e==null?void 0:e.props)}}us.controlType="subtable-column";var as={Designer:he,Runtime:us,Property:au};class or extends H{constructor(e){super(e)}}class Ke extends q{constructor(e){super(e),this.props=new or(e==null?void 0:e.props)}}Ke.controlName="\u660E\u7EC6\u5B50\u8868\u884C",Ke.controlType="subtable-row",Ke.controlIcon="subtable-row",Ke.childrenMaxLength=1,Ke.excludes=[A.SUBTABLE,A.SUBTABLE_COLUMN,A.SUBTABLE_ROW,A.ROW,A.COL,A.CARD_GROUP,A.DIVIDER,A.TEXT],Ke.setting=[{key:"caption",showItems:[s.CAPTION],visible:!0}];class Bw extends U{constructor(e){super(e),this.props=new or(e==null?void 0:e.props)}static get controlType(){return"subtable-row"}}var rs={Designer:Ke,Runtime:Bw,Property:or};class cr extends H{constructor(e){var n,i,u,a,r,l,c,o,d,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=(r=e==null?void 0:e.fieldType)!=null?r:b.VARCHAR,this.fieldName=(l=e==null?void 0:e.fieldName)!=null?l:"",this.datasourceBind=new te(e==null?void 0:e.datasourceBind),this.textCleanFormart=(c=e==null?void 0:e.textCleanFormart)!=null?c:!1,this.decimalKeepPrecision=(o=e==null?void 0:e.decimalKeepPrecision)!=null?o:0,this.timestampDateType=(d=e==null?void 0:e.timestampDateType)!=null?d:Be.DATE,this.departmentDisplayLevel=(v=e==null?void 0:e.departmentDisplayLevel)!=null?v:1}}class ze extends q{constructor(e){super(e),this.props=new cr(e==null?void 0:e.props)}}ze.controlName="\u5217\u8868\u5355\u5143\u683C",ze.controlType="gridtable-column",ze.controlIcon="gridtable-column",ze.childrenMaxLength=1,ze.excludes=[A.GRID_TABLE,A.GRID_TABLE_COLUMN,A.ROW,A.COL,A.CARD_GROUP,A.DIVIDER,A.TEXT],ze.setting=[{key:"caption",showItems:[s.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-fixed",visible:!0}];class ls extends U{constructor(e){super(e),this.props=new cr(e==null?void 0:e.props)}}ls.controlType="gridtable-column";var os={Designer:ze,Runtime:ls,Property:cr};class sr extends H{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 dr extends q{constructor(e){super(e),this.props=new sr(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"}}dr.excludes=[A.GRID_LAYOUT_CONTAINER,A.CARD_GROUP,A.TAB],dr.setting=[{key:"grid-child-min-width",visible:!0},{key:"grid-col-gap",visible:!0}];class Pw extends U{constructor(e){super(e),this.props=new sr(e==null?void 0:e.props)}static get controlType(){return"grid-layout-container"}}var cs={Designer:dr,Runtime:Pw,Property:sr};class fr extends H{constructor(e){var n;super(e),this.mobileShowType=(n=e==null?void 0:e.mobileShowType)!=null?n:"vertical"}}class xw extends z{constructor(e){super(e),this.caption={type:"string",required:!0,message:h.getMessage("pleaseEnterCaption")}}}class ru extends H{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:kn.controlName}}ru.Rules=xw;class Fn extends q{constructor(e){super(e),this.props=new ru(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"}}Fn.excludes=[A.TAB],Fn.setting=[{key:"caption",showItems:[s.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE]},{key:"super-setting",visible:!0}];class Dw extends U{constructor(e){super(e),this.props=new ru(e==null?void 0:e.props)}static get controlType(){return"tab-pane"}}var ss={Designer:Fn,Runtime:Dw,Property:ru};class kn extends q{constructor(e){var n;super(e),this.props=new fr(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[new Fn,new Fn]}static get controlName(){return"\u6807\u7B7E\u9875"}static get controlType(){return"tab"}static get controlIcon(){return"iconmanage11"}}kn.excludes=[A.TAB],kn.controlEventKeys=["on_change_tab"],kn.setting=[{key:"tab-mobile-show-type",visible:!0},{key:"super-setting",visible:!0}];class Fw extends U{constructor(e){super(e),this.props=new fr(e==null?void 0:e.props)}static get controlType(){return"tab"}}var ds={Designer:kn,Runtime:Fw,Property:fr};class fs extends H{constructor(e){super(e)}}class hs extends q{constructor(e){super(e),this.props=new fs({}),this.children=(e==null?void 0:e.children)||[new Dn({props:new We({span:12})}),new Dn({props:new We({span:12})})]}static get controlName(){return"\u5DE5\u5177\u680F"}static get controlType(){return"toolbox"}static get controlIcon(){return"toolbox"}}hs.excludes=[A.GRID_ROW,A.ROW,A.GRID,A.SUBTABLE,A.TAB,A.TOOLBOX];class kw extends U{static get controlType(){return"toolbox"}constructor(e){super(e),this.children=(e==null?void 0:e.children)||[new rr({props:new We({span:12})}),new rr({props:new We({span:12})})]}}var ys={Designer:hs,Runtime:kw,Property:fs};class Ow extends He{constructor(e){super(e),this.push({type:"object",fields:{}})}}class Mw extends z{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:h.getMessage("pleaseEnterFieldCode")}),e.isShowJoinRelation&&(this.joinRelation=[{type:"object",message:h.getMessage("isNotObject")},{type:"object",fields:{aliasCode:{type:"string",required:!0,message:h.getMessage("pleaseEnterAliasCode")},datasourceBind:[{type:"object",message:h.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:h.getMessage("pleaseSelectDataCode")},svcCode:{type:"string",required:!0,message:h.getMessage("pleaseSelectSvcCode")}}}],relationFields:[{type:"array",message:h.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{joinFieldCode:{type:"string",required:!0,message:h.getMessage("pleaseSelectJoinFieldCode")},mainFieldCode:{type:"string",required:!0,message:h.getMessage("pleaseSelectMainFieldCode")}}}}]}}]),ia.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 On extends H{constructor(e){var n,i,u,a,r,l,c,o,d,v,g,_;super(e),this.datasourceBind=new te(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 pv(e==null?void 0:e.sublistPage),this.isShowJoinRelation=(r=e==null?void 0:e.isShowJoinRelation)!=null?r:!1,this.joinRelation=new tm(e==null?void 0:e.joinRelation),this.showType=(l=e==null?void 0:e.showType)!=null?l:"stretch",this.showFullScreen=(c=e==null?void 0:e.showFullScreen)!=null?c:!1,this.selectionType=(o=e==null?void 0:e.selectionType)!=null?o:"multiple",this.isFixedHeader=(d=e==null?void 0:e.isFixedHeader)!=null?d:!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=(_=e==null?void 0:e.countLimit)!=null?_:1e5,this.rowStyle=new gm(e==null?void 0:e.rowStyle)}}On.Rules=Mw,On.RuntimeRules=Ow;class Mn extends q{constructor(e){super(e),this.props=new On(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"}}Mn.slotPosition={left:"list-view-left-slot"},Mn.excludes=[A.ROW],Mn.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"],Mn.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 $w extends U{constructor(e){super(e),this.props=new On(e==null?void 0:e.props)}static get controlType(){return"list-view"}}var vs={Designer:Mn,Runtime:$w,Property:On};class Lw extends He{constructor(e){super(e),this.push({type:"object",fields:{}})}}class lu extends H{constructor(e){var n,i,u,a,r,l;super(e),this.save=new xe((n=e==null?void 0:e.save)!=null?n:{content:"\u4FDD\u5B58",type:"save",isShow:!1}),this.cancel=new xe((i=e==null?void 0:e.cancel)!=null?i:{content:"\u53D6\u6D88",type:"cancel",isShow:!1}),this.saveAs=new xe((u=e==null?void 0:e.saveAs)!=null?u:{content:"\u4FDD\u5B58\u8349\u7A3F",type:"saveAs",isShow:!1}),this.print=new xe((a=e==null?void 0:e.print)!=null?a:{content:"\u6253\u5370",type:"print",isShow:!1}),this.custom=((r=e==null?void 0:e.custom)!=null?r:[]).map(c=>new xe(c)),this.isLoading=(l=e==null?void 0:e.isLoading)!=null?l:!1,this.datasourceBind=new te(e==null?void 0:e.datasourceBind)}}lu.RuntimeRules=Lw;class ms extends q{constructor(e){super(e),this.props=new lu(e==null?void 0:e.props)}static get controlName(){return"\u6570\u636E\u5BB9\u5668"}static get controlType(){return"data-view"}}ms.excludes=[];class Nw extends U{constructor(e){super(e),this.props=new lu(e==null?void 0:e.props)}static get controlType(){return"data-view"}}var gs={Designer:ms,Runtime:Nw,Property:lu};class Vw extends q{static get controlName(){return"\u81EA\u7531\u9875\u9762"}static get controlIcon(){return"page"}static get controlType(){return"page"}constructor(e){super(e)}}class Hw extends U{static get controlType(){return"page"}constructor(e){super(e)}}class jw extends H{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 bs={Designer:Vw,Runtime:Hw,Property:jw};class qw extends q{static get controlName(){return"\u9AD8\u7EA7\u5BB9\u5668"}static get controlIcon(){return"AdvancedContainer"}static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class Uw extends U{static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class Ww extends H{constructor(e){super(e),this.display=(e==null?void 0:e.display)||"flex",this.flexConfig=new bo(e==null?void 0:e.flexConfig)}}var _s={Designer:qw,Runtime:Uw,Property:Ww};class Kw extends q{static get controlName(){return"\u5B9A\u4F4D\u5BB9\u5668"}static get controlIcon(){return"PositioningContainer"}static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class zw extends U{static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class Gw extends H{constructor(e){super(e)}}var ws={Designer:Kw,Runtime:zw,Property:Gw};class Qw extends q{static get controlName(){return"\u5B9A\u4F4D\u5B50\u5BB9\u5668"}static get controlIcon(){return"position"}static get controlType(){return"position"}constructor(e){super(e)}}class Xw extends U{static get controlType(){return"position"}constructor(e){super(e)}}class Jw extends H{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:Qw,Runtime:Xw,Property:Jw};class hr extends H{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 ou extends q{constructor(e){var n;super(e),this.props=new hr((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"}}ou.slotPosition={default:"action-bar-slot"},ou.excludes=[],ou.setting=[{key:"action-position",visible:!0},{key:"background-opacity",visible:!0},{key:"buttons-align",visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE]},{key:"super-setting",visible:!0}];class Zw extends U{constructor(e){var n;super(e),this.props=new hr((n=e==null?void 0:e.props)!=null?n:{})}static get controlType(){return"action-bar"}}var Es={Designer:ou,Runtime:Zw,Property:hr},Yw=Object.freeze({__proto__:null,Grid:Yc,Col:pc,Row:ts,GridRow:ns,CardGroup:is,SubTableColumn:as,SubTableRow:rs,GridTableColumn:os,GridLayoutContainer:cs,Tab:ds,TabPane:ss,Toolbox:ys,ListView:vs,DataView:gs,Page:bs,AdvancedContainer:_s,PositioningContainer:ws,Position:Cs,ActionBar:Es});class pw extends z{constructor(e){super(e),this.caption={type:"string",required:!0,message:h.getMessage("pleaseEnterCaption")},this.limitRows=[{type:"number",required:!0,message:h.getMessage("isNotNumber")},{type:"number",min:0,message:h.getMessage("limitRowsCannotBeLessThan0")}],this.formKey={type:"string",required:!1,message:h.getMessage("pleaseEnterForm")},this.maxHeight={type:"number",required:!0,message:h.getMessage("pleaseEnterMaxHeight")},this.captionTip={type:"string",required:!1,message:h.getMessage("pleaseEnterCaptionTip")},this.mobileRowCaption={type:"string",required:!1,message:h.getMessage("pleaseEnterRowCaption")},e.openType==="modal"&&(this.formKey.required=!0),e.isShowCaptionTip&&(this.captionTip.required=!0),e.mobileShowType==="tile"&&(this.mobileRowCaption.required=!0)}}class eC extends He{constructor(e){super(e),e.isHide||this.push({type:"array",required:e.limitRows>0,message:h.getMessage("runtimeRequired",{caption:e.caption})},{type:"array",validator(n,i,u){i.length<e.limitRows&&u(h.getMessage("TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows})),u()},message:h.getMessage("TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows})})}}const Is=class extends li{constructor(t,e){var n,i,u,a,r,l,c,o,d,v,g,_,E,w,S,m,C,T,D,k,oe,M,ce,Nn,Re,Cu,Vn,$t,Te,Qs,Xs,Js,Zs;super(t,e,Is.mode),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ln.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=(r=e==null?void 0:e.openType)!=null?r:"default",this.formKey=(l=e==null?void 0:e.formKey)!=null?l:"",this.useCustomHeight=(c=e==null?void 0:e.useCustomHeight)!=null?c:!1,this.maxHeight=(o=e==null?void 0:e.maxHeight)!=null?o:mo,this.printMode=(d=e==null?void 0:e.printMode)!=null?d:"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=(_=e==null?void 0:e.defaultRows)!=null?_:1,this.datasourceBind=new te(e==null?void 0:e.datasourceBind),this.canAdd=(E=e==null?void 0:e.canAdd)!=null?E:!0,this.canDelete=(w=e==null?void 0:e.canDelete)!=null?w:!0,this.canCheck=(S=e==null?void 0:e.canCheck)!=null?S:!1,this.canEdit=(m=e==null?void 0:e.canEdit)!=null?m:!1,this.canImport=(C=e==null?void 0:e.canImport)!=null?C:!1,this.canExport=(T=e==null?void 0:e.canExport)!=null?T:!1,this.canClear=(D=e==null?void 0:e.canClear)!=null?D:!0,this.serverPagination=(k=e==null?void 0:e.serverPagination)!=null?k:!1,this.isShowCaptionTip=(oe=e==null?void 0:e.isShowCaptionTip)!=null?oe:!1,this.captionTip=(M=e==null?void 0:e.captionTip)!=null?M:"",this.mobileShowType=(ce=e==null?void 0:e.mobileShowType)!=null?ce:"list",this.mobileDefaultNum=(Nn=e==null?void 0:e.mobileDefaultNum)!=null?Nn:10,this.dataStorageDoc=(Re=e==null?void 0:e.dataStorageDoc)!=null?Re:new Xv,this.fixedColumn=(Cu=e==null?void 0:e.fixedColumn)!=null?Cu:[],this.mobileRowCaption=(Vn=e==null?void 0:e.mobileRowCaption)!=null?Vn:"\u660E\u7EC6",this.mobileIsTile=($t=e==null?void 0:e.mobileIsTile)!=null?$t:!1,this.isPaste=(Te=e==null?void 0:e.isPaste)!=null?Te:!1,this.pageSize=(Qs=e==null?void 0:e.pageSize)!=null?Qs:10,this.pageSizeOptions=(Xs=e==null?void 0:e.pageSizeOptions)!=null?Xs:[10,20,50,100],this.importConfig=new yo(e==null?void 0:e.importConfig),this.exportConfig=new vo(e==null?void 0:e.exportConfig),this.sortable=(Js=e==null?void 0:e.sortable)!=null?Js:!1,this.sortKey=(Zs=e==null?void 0:e.sortKey)!=null?Zs:{}}};let $n=Is;$n.Rules=pw,$n.RuntimeRules=eC;class Ln extends ga{constructor(e){var n;super(e),this.props=new $n(this,e==null?void 0:e.props),((n=e==null?void 0:e.props)==null?void 0:n.headers)===void 0&&(this.props.headers=[new he,new he,new he])}static get controlName(){return"\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}}Ln.controlEventKeys=["on_list_search","on_list_mounted","on_list_change","on_list_delete","on_list_before_insert","on_list_before_import"],Ln.slotPosition={toolbar:"subtable-toolbar-slot"},Ln.setting=[{key:"subtable-datasource-bind",visible:!0},{key:"caption",showItems:[s.CAPTION,s.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE,s.IS_SHOW_CAPTION_TIP,s.IS_PASTE,s.SERVER_PAGINATION,s.SORTABLE]},{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 tC extends Jl{constructor(e){super(e),this.props=new $n(this,e==null?void 0:e.props)}static get controlType(){return"subtable"}getChildrenDataSourceBindLayout(){jt("Method not implemented.")}getChildrenFormControl(){return[]}}var Ss={Designer:Ln,Runtime:tC,Property:$n};class yr extends li{constructor(e,n){var i,u,a,r,l;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=(r=n==null?void 0:n.isShowCustomColumns)!=null?r:!0,this.pageSizeOptions=(l=n==null?void 0:n.pageSizeOptions)!=null?l:[10,20,50,100,500]}}class nC extends be{constructor(e){super(e),this.caption.required=!1}}class cu extends W{constructor(e){var n,i,u,a,r,l,c,o;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:Ge.controlName,this.width=(u=e==null?void 0:e.width)!=null?u:60,this.autoWidth.minWidth=(r=(a=e==null?void 0:e.autoWidth)==null?void 0:a.minWidth)!=null?r:60,this.autoWidth.flex=(c=(l=e==null?void 0:e.autoWidth)==null?void 0:l.flex)!=null?c:.4,this.widthType=(o=e==null?void 0:e.widthType)!=null?o:"px"}}cu.Rules=nC;class Ge extends p{constructor(e){super(e),this.props=new cu(e==null?void 0:e.props)}}Ge.controlType="order-column",Ge.controlName="\u5E8F\u53F7",Ge.controlIcon="order-column",Ge.setting=[{key:"column-fixed",visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0}];class vr extends ee{constructor(e){super(e),this.props=new cu(e==null?void 0:e.props)}}vr.controlType="order-column",vr.controlFieldType=b.DECIMAL;var As={Designer:Ge,Runtime:vr,Property:cu};class mr extends W{constructor(e){var n,i,u,a,r,l;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:Se.controlName,this.showType=(r=e==null?void 0:e.showType)!=null?r:"icon",this.limit=(l=e==null?void 0:e.limit)!=null?l:3}}class Se extends p{constructor(e){super(e),this.props=new mr(e==null?void 0:e.props)}toDataBindModel(){const e=super.toDataBindModel();return this.children.map(n=>{if(n.type===$i.controlType){const i=n;e.props[i.props.command]=i.props}}),e}validate(e,n){return Hr(this,null,function*(){return yield Vr(Se.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(i=>i.validate(e,n))),!0})}}Se.controlType="operation-column",Se.controlName="\u64CD\u4F5C",Se.controlIcon="operation-column",Se.setting=[{key:"caption",showItems:[s.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 gr extends ee{constructor(e){super(e),this.props=new mr(e==null?void 0:e.props)}}gr.controlType="operation-column",gr.controlFieldType=b.FILE;var Rs={Designer:Se,Runtime:gr,Property:mr};const iC=1e4;class Qe extends ga{constructor(e){super(e);const{excludes:n,childrenMaxLength:i}=new.target;this.props=new yr(this,e==null?void 0:e.props),ve(this,"children",e==null?void 0:e.children,void 0,"Designer"),(e==null?void 0:e.props.headers)===void 0&&(this.props.headers=[new Ge,new Se]),this.excludes=se(n),this.childrenMaxLength=i}static get controlName(){return"\u8868\u683C"}static get controlIcon(){return"iconlistview"}static get controlType(){return"grid-table"}judgeJoinChildren(e){const n=this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e);return n&&this.childrenMaxLength>this.children.length}toSchema(){const e=super.toSchema(),n=this.children.map(i=>i.toSchema());return Nr(ot({},e),{children:n})}validate(e,n){return Hr(this,null,function*(){return yield Vr(Qe.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(i=>i.validate(e,n))),!0})}}Qe.slotPosition={toolbar:"grid-table-toolbar-slot"},Qe.setting=[{key:"list-fixed-header",visible:!0}],Qe.excludes=[],Qe.childrenMaxLength=iC;class uC extends Jl{constructor(e){super(e),this.props=new yr(this,e==null?void 0:e.props)}static get controlType(){return"grid-table"}getChildrenDataSourceBindLayout(){jt("Method not implemented.")}getChildrenFormControl(){return[]}getCheckboxProps(e){return{}}}var Ts={Designer:Qe,Runtime:uC,Property:yr},aC=Object.freeze({__proto__:null,SubTable:Ss,GridTable:Ts});class rC extends Zl{constructor(e){super(e),Me.call(this,e)}}class su extends W{constructor(e){var n,i,u,a,r,l;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 te(e==null?void 0:e.datasourceBind),this.options=Ce((u=e==null?void 0:e.options)!=null?u:[{}]),this.showLinkOperation=(a=e==null?void 0:e.showLinkOperation)!=null?a:!1,this.linkOperationOption=new we(e==null?void 0:e.linkOperationOption),this.lineEllipsis=(r=e==null?void 0:e.lineEllipsis)!=null?r:1,this.dictionaryTagConfig=(l=e==null?void 0:e.dictionaryTagConfig)!=null?l:{isTag:!1}}}su.Rules=rC;class Xe extends p{constructor(e){super(e),this.props=new su(e==null?void 0:e.props)}}Xe.controlType="varchar-column",Xe.controlName="\u77ED\u6587\u672C",Xe.controlIcon="varchar-column",Xe.controlFieldType=b.VARCHAR,Xe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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}];class br extends ee{constructor(e){super(e),this.props=new su(e==null?void 0:e.props)}}br.controlType="varchar-column",br.controlFieldType=b.VARCHAR;var Bs={Designer:Xe,Runtime:br,Property:su};class lC extends be{constructor(e){super(e),Me.call(this,e)}}class du extends W{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:Je.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 we(e==null?void 0:e.linkOperationOption)}}du.Rules=lC;class Je extends p{constructor(e){super(e),this.props=new du(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}}Je.controlType="text-column",Je.controlName="\u957F\u6587\u672C",Je.controlIcon="text-column",Je.controlFieldType=b.TEXT,Je.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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 _r extends ee{constructor(e){super(e),this.props=new du(e==null?void 0:e.props)}}_r.controlType="text-column",_r.controlFieldType=b.TEXT;var Ps={Designer:Je,Runtime:_r,Property:du};class oC extends be{constructor(e){super(e),Me.call(this,e)}}class fu extends W{constructor(e){var n,i,u,a,r,l,c;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=(r=e==null?void 0:e.optionConfig)!=null?r:"none",this.datasourceBind=new te(e==null?void 0:e.datasourceBind),this.options=Ce((l=e==null?void 0:e.options)!=null?l:[{}]),this.showLinkOperation=(c=e==null?void 0:e.showLinkOperation)!=null?c:!1,this.linkOperationOption=new we(e==null?void 0:e.linkOperationOption)}}fu.Rules=oC;class Ze extends p{constructor(e){super(e),this.props=new fu(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:[s.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:[s.MICROMETER,s.PRECISION,s.PERCENTAGE],visible:!0},{key:"column-align-content",visible:!0},{key:"column-sort",visible:!0},{key:"column-statistics",visible:!0}];class wr extends ee{constructor(e){super(e),this.props=new fu(e==null?void 0:e.props)}}wr.controlType="decimal-column",wr.controlFieldType=b.DECIMAL;var xs={Designer:Ze,Runtime:wr,Property:fu};class cC extends be{constructor(e){super(e),Me.call(this,e)}}class hu extends W{constructor(e){var n,i,u;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Be.DATE,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new we(e==null?void 0:e.linkOperationOption),this.caption=(u=e==null?void 0:e.caption)!=null?u:Ye.controlName}}hu.Rules=cC;class Ye extends p{constructor(e){super(e),this.props=new hu(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}}Ye.controlType="timescope-column",Ye.controlName="\u65E5\u671F\u533A\u95F4",Ye.controlIcon="timescope-column",Ye.controlFieldType=b.TIMESCOPE,Ye.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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 Cr extends ee{constructor(e){super(e),this.props=new hu(e==null?void 0:e.props)}}Cr.controlType="timescope-column",Cr.controlFieldType=b.TIMESCOPE;var Ds={Designer:Ye,Runtime:Cr,Property:hu};class sC extends be{constructor(e){super(e),Me.call(this,e)}}class yu extends W{constructor(e){var n,i,u;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Be.DATE,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new we(e==null?void 0:e.linkOperationOption),this.caption=(u=e==null?void 0:e.caption)!=null?u:pe.controlName}}yu.Rules=sC;class pe extends p{constructor(e){super(e),this.props=new yu(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}}pe.controlType="timestamp-column",pe.controlName="\u65E5\u671F",pe.controlIcon="timestamp-column",pe.controlFieldType=b.TIMESTAMP,pe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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 Er extends ee{constructor(e){super(e),this.props=new yu(e==null?void 0:e.props)}}Er.controlType="timestamp-column",Er.controlFieldType=b.TIMESTAMP;var Fs={Designer:pe,Runtime:Er,Property:yu};class dC extends Zl{constructor(e){super(e),Me.call(this,e)}}class vu extends W{constructor(e){var n,i,u,a;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:et.controlName,this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"none",this.datasourceBind=new te(e==null?void 0:e.datasourceBind),this.showLinkOperation=(u=e==null?void 0:e.showLinkOperation)!=null?u:!1,this.linkOperationOption=new we(e==null?void 0:e.linkOperationOption),this.options=Ce((a=e==null?void 0:e.options)!=null?a:[{}])}}vu.Rules=dC;class et extends p{constructor(e){super(e),this.props=new vu(e==null?void 0:e.props)}}et.controlType="array-column",et.controlName="\u6570\u7EC4",et.controlIcon="array-column",et.controlFieldType=b.ARRAY,et.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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 Ir extends ee{constructor(e){super(e),this.props=new vu(e==null?void 0:e.props)}}Ir.controlType="array-column",Ir.controlFieldType=b.ARRAY;var ks={Designer:et,Runtime:Ir,Property:vu};class Sr extends W{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:tt.controlName,this.displayLevel=(i=e==null?void 0:e.displayLevel)!=null?i:1}}class tt extends p{constructor(e){super(e),this.props=new Sr(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{displayLevel:i}=this.props;n.props.displayLevel=i}return n}}tt.controlType="department-column",tt.controlName="\u90E8\u95E8",tt.controlIcon="department-column",tt.controlFieldType=b.DEPARTMENTS,tt.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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 Ar extends ee{constructor(e){super(e),this.props=new Sr(e==null?void 0:e.props)}}Ar.controlType="department-column",Ar.controlFieldType=b.DEPARTMENTS;var Os={Designer:tt,Runtime:Ar,Property:Sr};class fC extends be{constructor(e){super(e),Me.call(this,e)}}class mu extends W{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 we(e==null?void 0:e.linkOperationOption)}}mu.Rules=fC;class nt extends p{constructor(e){super(e),this.props=new mu(e==null?void 0:e.props)}}nt.controlType="auto-number-column",nt.controlName="\u81EA\u52A8\u7F16\u53F7",nt.controlIcon="auto-number-column",nt.controlFieldType=b.AUTO_NUMBER,nt.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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 Rr extends ee{constructor(e){super(e),this.props=new mu(e==null?void 0:e.props)}}Rr.controlType="auto-number-column",Rr.controlFieldType=b.AUTO_NUMBER;var Ms={Designer:nt,Runtime:Rr,Property:mu};class Tr extends W{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:it.controlName}}class it extends p{constructor(e){super(e),this.props=new Tr(e==null?void 0:e.props)}}it.controlType="file-column",it.controlName="\u9644\u4EF6",it.controlIcon="file-column",it.controlFieldType=b.FILE,it.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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 Br extends ee{constructor(e){super(e),this.props=new Tr(e==null?void 0:e.props)}}Br.controlType="file-column",Br.controlFieldType=b.FILE;var $s={Designer:it,Runtime:Br,Property:Tr};class Pr extends W{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:ut.controlName}}class ut extends p{constructor(e){super(e),this.props=new Pr(e==null?void 0:e.props)}}ut.controlType="image-column",ut.controlName="\u56FE\u7247",ut.controlIcon="image-column",ut.controlFieldType=b.IMAGE,ut.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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 xr extends ee{constructor(e){super(e),this.props=new Pr(e==null?void 0:e.props)}}xr.controlType="image-column",xr.controlFieldType=b.IMAGE;var Ls={Designer:ut,Runtime:xr,Property:Pr};class Dr extends W{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:at.controlName}}class at extends p{constructor(e){super(e),this.props=new Dr(e==null?void 0:e.props)}}at.controlType="people-column",at.controlName="\u4EBA\u5458",at.controlIcon="people-column",at.controlFieldType=b.EMPLOYEES,at.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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 Fr extends ee{constructor(e){super(e),this.props=new Dr(e==null?void 0:e.props)}}Fr.controlType="people-column",Fr.controlFieldType=b.EMPLOYEES;var Ns={Designer:at,Runtime:Fr,Property:Dr};class hC extends be{constructor(e){super(e),Me.call(this,e)}}class gu extends W{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:rt.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new we(e==null?void 0:e.linkOperationOption)}}gu.Rules=hC;class rt extends p{constructor(e){super(e),this.props=new gu(e==null?void 0:e.props)}}rt.controlType="location-column",rt.controlName="\u5730\u5740",rt.controlIcon="location-column",rt.controlFieldType=b.ADDRESS,rt.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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 kr extends ee{constructor(e){super(e),this.props=new gu(e==null?void 0:e.props)}}kr.controlType="location-column",kr.controlFieldType=b.ADDRESS;var Vs={Designer:rt,Runtime:kr,Property:gu};class yC extends be{constructor(e){super(e),this.sortFieldCode={type:"string",message:h.getMessage("pleaseSelectSortFieldCode")},e.sort===!0&&(this.sortFieldCode.required=!0)}}class bu extends W{constructor(e){var n,i,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ae.controlName,this.fieldCodeList=(i=e==null?void 0:e.fieldCodeList)!=null?i:[],this.sortFieldCode=(u=e==null?void 0:e.sortFieldCode)!=null?u:""}}bu.Rules=yC;const vC=1;class Ae extends p{constructor(e){super(e);const{excludes:n,childrenMaxLength:i}=new.target;this.props=new bu(e==null?void 0:e.props),ve(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}}Ae.controlType="custom-column",Ae.controlName="\u81EA\u5B9A\u4E49",Ae.controlIcon="custom-column",Ae.slots=["column-column-slot"],Ae.excludes=[],Ae.childrenMaxLength=vC,Ae.setting=[{key:"caption",showItems:[s.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 Hs extends ee{constructor(e){super(e),this.props=new bu(e==null?void 0:e.props),ve(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}Hs.controlType="custom-column";var js={Designer:Ae,Runtime:Hs,Property:bu};class Or extends W{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ve.controlName,this.datasourceBind=new Kn((i=e==null?void 0:e.datasourceBind)!=null?i:{attributes:Ve.controlCustomAttributes})}}class Ve extends p{constructor(e){super(e),this.props=new Or(e==null?void 0:e.props)}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",required:!0}]}}Ve.controlType="employee-column",Ve.controlName="\u4EBA\u5458",Ve.controlIcon="employee-column",Ve.controlFieldType=b.EMPLOYEES,Ve.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[s.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 Mr extends ee{constructor(e){super(e),this.props=new Or(e==null?void 0:e.props)}}Mr.controlType="employee-column",Mr.controlFieldType=b.EMPLOYEES;var qs={Designer:Ve,Runtime:Mr,Property:Or};class $r extends W{constructor(e){var n,i,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:lt.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new we(e==null?void 0:e.linkOperationOption),this.lineEllipsis=(u=e==null?void 0:e.lineEllipsis)!=null?u:1}}class lt extends p{constructor(e){super(e),this.props=new $r(e==null?void 0:e.props)}}lt.controlType="approval-status-column",lt.controlName="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",lt.controlIcon="approval-status-column",lt.excludes=[],lt.setting=[{key:"caption",showItems:[s.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 Us extends ee{constructor(e){super(e),this.props=new $r(e==null?void 0:e.props)}}Us.controlType="approval-status-column";var Ws={Designer:lt,Runtime:Us,Property:$r},mC=Object.freeze({__proto__:null,VarcharColumn:Bs,TextColumn:Ps,DecimalColumn:xs,TimescopeColumn:Ds,TimestampColumn:Fs,ArrayColumn:ks,DepartmentColumn:Os,AutoNumberColumn:Ms,FileColumn:$s,ImageColumn:Ls,PeopleColumn:Ns,LocationColumn:Vs,CustomColumn:js,OrderColumn:As,OperationColumn:Rs,EmployeeColumn:qs,ApprovalStatusColumn:Ws});class gC extends He{constructor(e){super(e),this.push({type:"object",fields:{}})}}class _u extends Ba{constructor(e){var n,i,u,a,r,l,c,o,d,v,g,_;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 xe((a=e==null?void 0:e.search)!=null?a:{content:"\u67E5\u8BE2",isShow:!0}),this.cancel=new xe((r=e==null?void 0:e.cancel)!=null?r:{content:"\u91CD\u7F6E",isShow:!0}),this.isLoading=(l=e==null?void 0:e.isLoading)!=null?l:!1,this.custom=((c=e==null?void 0:e.custom)!=null?c:[]).map(E=>new xe(E)),this.queryTypeMap=(o=e==null?void 0:e.queryTypeMap)!=null?o:[],this.childMinWidth=(d=e==null?void 0:e.childMinWidth)!=null?d:230,this.colGap=(v=e==null?void 0:e.colGap)!=null?v:24,this.viewConfig=(g=e==null?void 0:e.viewConfig)!=null?g:[],this.simpleConfig=(_=e==null?void 0:e.simpleConfig)!=null?_:[]}}_u.RuntimeRules=gC;class wu extends hb{constructor(e){super(e),this.props=new _u(e==null?void 0:e.props)}}wu.controlType="simple-search",wu.slotPosition={default:"search"},wu.setting=[{key:"grid-child-min-width",visible:!0},{key:"grid-col-gap",visible:!0},{key:"search-fields",visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[s.IS_HIDE]},{key:"search-view-type",visible:!0}];class Ks extends wb{constructor(e){var n;super(e),this.props=new _u(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[]}}Ks.controlType="simple-search";var zs={Designer:wu,Runtime:Ks,Property:_u},bC=Object.freeze({__proto__:null,SimpleSearch:zs});class Lr extends Oa{constructor(e){var n;super(e),this.wholeRow=(n=e==null?void 0:e.wholeRow)!=null?n:!1}}class _C extends Ob{constructor(e){super(e),this.props=new Lr(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 wC extends jb{constructor(e){super(e),this.props=new Lr(e==null?void 0:e.props)}static get controlType(){return"grid-layout-wrap"}}function xC(t){return t}var CC={fields:[{key:"wholeRow",type:"boolean",component:"switch",label:"\u5145\u6EE1\u6574\u884C",props:{updateParent:!0}}],groups:[{items:["wholeRow"]}]},Gs={Designer:_C,Runtime:wC,Property:Lr,Setting:CC},EC=Object.freeze({__proto__:null,GridLayoutWrap:Gs});y.ActionBar=Es,y.Address=_c,y.AdvancedContainer=_s,y.Amount=vc,y.ApprovalStatusColumn=Ws,y.ArrayColumn=ks,y.AssignType=Le,y.Attachment=dc,y.AutoNumber=Ic,y.AutoNumberColumn=Ms,y.BatchDeleteButton=qo,y.BatchPrintListButton=Vo,y.BatchPrintRecordListButton=Ho,y.BatchSubmissionListButton=So,y.Button=lo,y.Calc=Ac,y.CardGroup=is,y.Checkbox=zo,y.Col=pc,y.CreateFormListButton=Io,y.CustomColumn=js,y.DATE_CONFIG_TYPE=oo,y.DATE_LIMIT_TYPE=co,y.Dashboard=Oo,y.DataView=gs,y.DatePicker=Yo,y.DateRange=ec,y.DecimalColumn=xs,y.Department=Cc,y.Department2=zc,y.DepartmentColumn=Os,y.DepartmentType=Ii,y.Divider=Co,y.ElectronicSignature=qc,y.ElectronicSignatureConfig=so,y.Employee=sc,y.Employee2=Hc,y.EmployeeColumn=qs,y.EncryptTypeEnum=_o,y.Explain=Ei,y.ExportConfig=vo,y.ExportListButton=Ro,y.ExportRecordListButton=To,y.ExportTemplate=Jt,y.FileColumn=$s,y.FlexStyleConfig=bo,y.FormSelectButton=Po,y.Grid=Yc,y.GridLayoutContainer=cs,y.GridLayoutWrap=Gs,y.GridRow=ns,y.GridTable=Ts,y.GridTableColumn=os,y.Image=hc,y.ImageColumn=Ls,y.ImportConfig=yo,y.ImportListBind=ho,y.ImportRecordListButton=Bo,y.Input=Wo,y.InternalType=Ga,y.InvoiceCheckButton=No,y.LINE_STYLE=Ua,y.LimitDate=Ci,y.Link=ro,y.ListSelectButton=xo,y.ListView=vs,y.ListViewSelect=$o,y.LocationColumn=Vs,y.Number=Jo,y.OperationButton=jo,y.OperationColumn=Rs,y.OrderColumn=As,y.OrganizationSelection=Qc,y.OrganizeType=za,y.Page=bs,y.Pagination=Fo,y.PeopleColumn=Ns,y.Position=Cs,y.PositioningContainer=ws,y.PrintTemplate=go,y.Radio=Qo,y.RichText=uc,y.Row=ts,y.SCORE_TYPE=qa,y.SUBTABLE_DEFAULT_MAX_HEIGHT=mo,y.Score=gc,y.SearchDateRange=Pc,y.SearchInput=$c,y.SearchNumberRange=Tc,y.Select=rc,y.SelectMultiple=oc,y.SelectRelation=kc,y.SimpleSearch=zs,y.SubTable=Ss,y.SubTableColumn=as,y.SubTableRow=rs,y.SubmissionRecordListButton=Ao,y.Tab=ds,y.TabPane=ss,y.Text=ao,y.TextColumn=Ps,y.TextOcrButton=Lo,y.Textarea=nc,y.TimescopeColumn=Ds,y.TimestampColumn=Fs,y.Title=Eo,y.TitleConfigEnum=$e,y.Toolbox=ys,y.Tree=Nc,y.UndersignedPerson=Wa,y.VarcharColumn=Bs,y.VueFormItem=Dc,y.VuePage=Jc,y.WPS=Wc,y.WPSSetting=fo,y.WpsOperationItem=Ka,y.baseControls=I_,y.columnControls=mC,y.formControls=_w,y.initExpression=Zt,y.layoutControls=Yw,y.listControls=aC,y.searchControls=bC,y.wrapControls=EC,Object.defineProperty(y,"__esModule",{value:!0})});
1
+ var WR=Object.defineProperty,qR=Object.defineProperties;var KR=Object.getOwnPropertyDescriptors;var hg=Object.getOwnPropertySymbols,GR=Object.getPrototypeOf,XR=Object.prototype.hasOwnProperty,zR=Object.prototype.propertyIsEnumerable,JR=Reflect.get;var mg=(T,he,Ee)=>he in T?WR(T,he,{enumerable:!0,configurable:!0,writable:!0,value:Ee}):T[he]=Ee,$t=(T,he)=>{for(var Ee in he||(he={}))XR.call(he,Ee)&&mg(T,Ee,he[Ee]);if(hg)for(var Ee of hg(he))zR.call(he,Ee)&&mg(T,Ee,he[Ee]);return T},ha=(T,he)=>qR(T,KR(he));var Ws=(T,he,Ee)=>JR(GR(T),Ee,he);var Zn=(T,he,Ee)=>new Promise((ji,ma)=>{var Vt=gt=>{try{V(Ee.next(gt))}catch(D){ma(D)}},ya=gt=>{try{V(Ee.throw(gt))}catch(D){ma(D)}},V=gt=>gt.done?ji(gt.value):Promise.resolve(gt.value).then(Vt,ya);V((Ee=Ee.apply(T,he)).next())});(function(T,he){typeof exports=="object"&&typeof module!="undefined"?he(exports):typeof define=="function"&&define.amd?define(["exports"],he):(T=typeof globalThis!="undefined"?globalThis:T||self,he(T.modelDrivenControls={}))})(this,function(T){"use strict";var he;(function(t){t.Number="Number",t.Operator="Operator",t.VariableInMainTable="VariableInMainTable",t.VariableInCurrentSubTable="VariableInCurrentSubTable",t.VariableInOtherSubTable="VariableInOtherSubTable",t.UndefinedVariable="UndefinedVariable"})(he||(he={}));var Ee;(function(t){t.SUM="SUM",t.AVG="AVG",t.MAX="MAX",t.MIN="MIN"})(Ee||(Ee={}));var ji,ma=(ji=window.localStorage.getItem("locale"))!==null&&ji!==void 0?ji:"zh-CN",Vt;(function(t){t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search"})(Vt||(Vt={}));var ya;(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"})(ya||(ya={}));var V;(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.VUE_PAGE="vue-page"})(V||(V={}));var gt;(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"})(gt||(gt={}));var D;(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.LIST="list",t.JSON="json",t.ANY="ANY"})(D||(D={}));var Ut;(function(t){t.YEAR="year",t.MONTH="month",t.DATE="date",t.DATEHOUR="datehour",t.DATEMIN="datemin",t.DATETIME="datetime"})(Ut||(Ut={}));var qs={DEFAULT:"default"},Ks="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",yg=Ks+"0123456789";function vt(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",n=0;n<t;n++){var i=n===0?Ks:yg,r=Math.random()*i.length;e+=i[parseInt(String(r),10)]}return e}function Po(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 _g(t){if(Array.isArray(t))return Po(t)}function gg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Gs(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _a(t,e,n){return Js()?_a=Reflect.construct:_a=function(r,a,l){var o=[null];o.push.apply(o,a);var u=Function.bind.apply(r,o),c=new u;return l&&qi(c,l.prototype),c},_a.apply(null,arguments)}function Wi(t){return Wi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Wi(t)}function Xs(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&&qi(t,e)}function vg(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function bg(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Eg(){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 wg(t,e){return e&&(Ig(e)==="object"||typeof e=="function")?e:gg(t)}function qi(t,e){return qi=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},qi(t,e)}function zs(t){return _g(t)||bg(t)||Tg(t)||Eg()}function Ig(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Tg(t,e){if(!!t){if(typeof t=="string")return Po(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 Po(t,e)}}function Ao(t){var e=typeof Map=="function"?new Map:void 0;return Ao=function(i){if(i===null||!vg(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,r)}function r(){return _a(i,arguments,Wi(this).constructor)}return r.prototype=Object.create(i.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),qi(r,i)},Ao(t)}function Js(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function Qs(t){var e=Js();return function(){var i=Wi(t),r;if(e){var a=Wi(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return wg(this,r)}}var ko=console;function Do(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i,r=e.slice(1);(i=ko).warn.apply(i,["\u{1F9D0} Driven Warning:"+e[0]].concat(zs(r)))}function Zs(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i,r=e.slice(1);(i=ko).log.apply(i,["\u{1F680} Driven Log:"+e[0]].concat(zs(r)))}function Cg(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Lo=function(t){Xs(n,t);var e=Qs(n);function n(i){Gs(this,n);var r;return r=e.call(this,i),r.name="\u{1F4A5} Driven Error",r.message=i?Cg(i):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",r}return n}(Ao(Error)),Og=function(t){Xs(n,t);var e=Qs(n);function n(i){Gs(this,n);var r;return r=e.call(this,i),r.name="\u{1F6A8} Driven Reference Error",r}return n}(Lo);function Ki(t){throw new Lo(t)}function Ys(t){throw new Og(t)}function Sg(t){ko.error(new Lo(t))}/*!
2
+ * shared v9.13.1
3
+ * (c) 2024 kazuya kawaguchi
4
+ * Released under the MIT License.
5
+ */const ot=typeof window!="undefined";let pe,yn;if(process.env.NODE_ENV!=="production"){const t=ot&&window.performance;t&&t.mark&&t.measure&&t.clearMarks&&t.clearMeasures&&(pe=e=>{t.mark(e)},yn=(e,n,i)=>{t.measure(e,n,i),t.clearMarks(n),t.clearMarks(i)})}const Rg=/\{([0-9a-zA-Z]+)\}/g;function Gi(t,...e){return e.length===1&&J(e[0])&&(e=e[0]),(!e||!e.hasOwnProperty)&&(e={}),t.replace(Rg,(n,i)=>e.hasOwnProperty(i)?e[i]:"")}const ut=(t,e=!1)=>e?Symbol.for(t):Symbol(t),Ng=(t,e,n)=>Pg({l:t,k:e,s:n}),Pg=t=>JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),Oe=t=>typeof t=="number"&&isFinite(t),Ag=t=>nd(t)==="[object Date]",Ht=t=>nd(t)==="[object RegExp]",ga=t=>j(t)&&Object.keys(t).length===0,Se=Object.assign;let ps;const Rt=()=>ps||(ps=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function ed(t){return t.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const kg=Object.prototype.hasOwnProperty;function va(t,e){return kg.call(t,e)}const le=Array.isArray,ie=t=>typeof t=="function",B=t=>typeof t=="string",q=t=>typeof t=="boolean",J=t=>t!==null&&typeof t=="object",Dg=t=>J(t)&&ie(t.then)&&ie(t.catch),td=Object.prototype.toString,nd=t=>td.call(t),j=t=>{if(!J(t))return!1;const e=Object.getPrototypeOf(t);return e===null||e.constructor===Object},Lg=t=>t==null?"":le(t)||j(t)&&t.toString===td?JSON.stringify(t,null,2):String(t);function xo(t,e=""){return t.reduce((n,i,r)=>r===0?n+i:n+e+i,"")}const id=2;function xg(t,e=0,n=t.length){const i=t.split(/\r?\n/);let r=0;const a=[];for(let l=0;l<i.length;l++)if(r+=i[l].length+1,r>=e){for(let o=l-id;o<=l+id||n>r;o++){if(o<0||o>=i.length)continue;const u=o+1;a.push(`${u}${" ".repeat(3-String(u).length)}| ${i[o]}`);const c=i[o].length;if(o===l){const d=e-(r-c)+1,s=Math.max(1,n>r?c-d:n-e);a.push(" | "+" ".repeat(d)+"^".repeat(s))}else if(o>l){if(n>r){const d=Math.max(Math.min(n-r,c),1);a.push(" | "+"^".repeat(d))}r+=c+1}}break}return a.join(`
6
+ `)}function ba(t){let e=t;return()=>++e}function Re(t,e){typeof console!="undefined"&&(console.warn("[intlify] "+t),e&&console.warn(e.stack))}const rd={};function ad(t){rd[t]||(rd[t]=!0,Re(t))}function Mo(){const t=new Map;return{events:t,on(n,i){const r=t.get(n);r&&r.push(i)||t.set(n,[i])},off(n,i){const r=t.get(n);r&&r.splice(r.indexOf(i)>>>0,1)},emit(n,i){(t.get(n)||[]).slice().map(r=>r(i)),(t.get("*")||[]).slice().map(r=>r(n,i))}}}const Ea=t=>!J(t)||le(t);function wa(t,e){if(Ea(t)||Ea(e))throw new Error("Invalid value");const n=[{src:t,des:e}];for(;n.length;){const{src:i,des:r}=n.pop();Object.keys(i).forEach(a=>{Ea(i[a])||Ea(r[a])?r[a]=i[a]:n.push({src:i[a],des:r[a]})})}}/*!
7
+ * message-compiler v9.13.1
8
+ * (c) 2024 kazuya kawaguchi
9
+ * Released under the MIT License.
10
+ */function Mg(t,e,n){return{line:t,column:e,offset:n}}function Ia(t,e,n){const i={start:t,end:e};return n!=null&&(i.source=n),i}const Ta={USE_MODULO_SYNTAX:1,__EXTEND_POINT__:2},Fg={[Ta.USE_MODULO_SYNTAX]:"Use modulo before '{{0}}'."};function Bg(t,e,...n){const i=process.env.NODE_ENV!=="production"?Gi(Fg[t]||"",...n||[]):t,r={message:String(i),code:t};return e&&(r.location=e),r}const U={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},$g={[U.EXPECTED_TOKEN]:"Expected token: '{0}'",[U.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[U.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[U.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[U.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[U.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[U.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[U.EMPTY_PLACEHOLDER]:"Empty placeholder",[U.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[U.INVALID_LINKED_FORMAT]:"Invalid linked format",[U.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[U.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[U.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[U.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[U.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[U.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function Yn(t,e,n={}){const{domain:i,messages:r,args:a}=n,l=process.env.NODE_ENV!=="production"?Gi((r||$g)[t]||"",...a||[]):t,o=new SyntaxError(String(l));return o.code=t,e&&(o.location=e),o.domain=i,o}function Vg(t){throw t}const Ug=/<\/?[\w\s="/.':;#-\/]+>/,Hg=t=>Ug.test(t),Nt=" ",jg="\r",We=`
11
+ `,Wg=String.fromCharCode(8232),qg=String.fromCharCode(8233);function Kg(t){const e=t;let n=0,i=1,r=1,a=0;const l=C=>e[C]===jg&&e[C+1]===We,o=C=>e[C]===We,u=C=>e[C]===qg,c=C=>e[C]===Wg,d=C=>l(C)||o(C)||u(C)||c(C),s=()=>n,h=()=>i,v=()=>r,O=()=>a,I=C=>l(C)||u(C)||c(C)?We:e[C],P=()=>I(n),_=()=>I(n+a);function S(){return a=0,d(n)&&(i++,r=0),l(n)&&n++,n++,r++,e[n]}function g(){return l(n+a)&&a++,a++,e[n+a]}function b(){n=0,i=1,r=1,a=0}function A(C=0){a=C}function N(){const C=n+a;for(;C!==n;)S();a=0}return{index:s,line:h,column:v,peekOffset:O,charAt:I,currentChar:P,currentPeek:_,next:S,peek:g,reset:b,resetPeek:A,skipToPeek:N}}const jt=void 0,Gg=".",ld="'",Xg="tokenizer";function zg(t,e={}){const n=e.location!==!1,i=Kg(t),r=()=>i.index(),a=()=>Mg(i.line(),i.column(),i.index()),l=a(),o=r(),u={currentType:14,offset:o,startLoc:l,endLoc:l,lastType:14,lastOffset:o,lastStartLoc:l,lastEndLoc:l,braceNest:0,inLinked:!1,text:""},c=()=>u,{onError:d}=e;function s(m,y,k,...$){const fe=c();if(y.column+=k,y.offset+=k,d){const ae=n?Ia(fe.startLoc,y):null,ne=Yn(m,ae,{domain:Xg,args:$});d(ne)}}function h(m,y,k){m.endLoc=a(),m.currentType=y;const $={type:y};return n&&($.loc=Ia(m.startLoc,m.endLoc)),k!=null&&($.value=k),$}const v=m=>h(m,14);function O(m,y){return m.currentChar()===y?(m.next(),y):(s(U.EXPECTED_TOKEN,a(),0,y),"")}function I(m){let y="";for(;m.currentPeek()===Nt||m.currentPeek()===We;)y+=m.currentPeek(),m.peek();return y}function P(m){const y=I(m);return m.skipToPeek(),y}function _(m){if(m===jt)return!1;const y=m.charCodeAt(0);return y>=97&&y<=122||y>=65&&y<=90||y===95}function S(m){if(m===jt)return!1;const y=m.charCodeAt(0);return y>=48&&y<=57}function g(m,y){const{currentType:k}=y;if(k!==2)return!1;I(m);const $=_(m.currentPeek());return m.resetPeek(),$}function b(m,y){const{currentType:k}=y;if(k!==2)return!1;I(m);const $=m.currentPeek()==="-"?m.peek():m.currentPeek(),fe=S($);return m.resetPeek(),fe}function A(m,y){const{currentType:k}=y;if(k!==2)return!1;I(m);const $=m.currentPeek()===ld;return m.resetPeek(),$}function N(m,y){const{currentType:k}=y;if(k!==8)return!1;I(m);const $=m.currentPeek()===".";return m.resetPeek(),$}function C(m,y){const{currentType:k}=y;if(k!==9)return!1;I(m);const $=_(m.currentPeek());return m.resetPeek(),$}function L(m,y){const{currentType:k}=y;if(!(k===8||k===12))return!1;I(m);const $=m.currentPeek()===":";return m.resetPeek(),$}function x(m,y){const{currentType:k}=y;if(k!==10)return!1;const $=()=>{const ae=m.currentPeek();return ae==="{"?_(m.peek()):ae==="@"||ae==="%"||ae==="|"||ae===":"||ae==="."||ae===Nt||!ae?!1:ae===We?(m.peek(),$()):W(m,!1)},fe=$();return m.resetPeek(),fe}function X(m){I(m);const y=m.currentPeek()==="|";return m.resetPeek(),y}function Me(m){const y=I(m),k=m.currentPeek()==="%"&&m.peek()==="{";return m.resetPeek(),{isModulo:k,hasSpace:y.length>0}}function W(m,y=!0){const k=(fe=!1,ae="",ne=!1)=>{const R=m.currentPeek();return R==="{"?ae==="%"?!1:fe:R==="@"||!R?ae==="%"?!0:fe:R==="%"?(m.peek(),k(fe,"%",!0)):R==="|"?ae==="%"||ne?!0:!(ae===Nt||ae===We):R===Nt?(m.peek(),k(!0,Nt,ne)):R===We?(m.peek(),k(!0,We,ne)):!0},$=k();return y&&m.resetPeek(),$}function ge(m,y){const k=m.currentChar();return k===jt?jt:y(k)?(m.next(),k):null}function ze(m){const y=m.charCodeAt(0);return y>=97&&y<=122||y>=65&&y<=90||y>=48&&y<=57||y===95||y===36}function dn(m){return ge(m,ze)}function it(m){const y=m.charCodeAt(0);return y>=97&&y<=122||y>=65&&y<=90||y>=48&&y<=57||y===95||y===36||y===45}function fn(m){return ge(m,it)}function hn(m){const y=m.charCodeAt(0);return y>=48&&y<=57}function ta(m){return ge(m,hn)}function na(m){const y=m.charCodeAt(0);return y>=48&&y<=57||y>=65&&y<=70||y>=97&&y<=102}function ia(m){return ge(m,na)}function lt(m){let y="",k="";for(;y=ta(m);)k+=y;return k}function $i(m){P(m);const y=m.currentChar();return y!=="%"&&s(U.EXPECTED_TOKEN,a(),0,y),m.next(),"%"}function Vi(m){let y="";for(;;){const k=m.currentChar();if(k==="{"||k==="}"||k==="@"||k==="|"||!k)break;if(k==="%")if(W(m))y+=k,m.next();else break;else if(k===Nt||k===We)if(W(m))y+=k,m.next();else{if(X(m))break;y+=k,m.next()}else y+=k,m.next()}return y}function ra(m){P(m);let y="",k="";for(;y=fn(m);)k+=y;return m.currentChar()===jt&&s(U.UNTERMINATED_CLOSING_BRACE,a(),0),k}function aa(m){P(m);let y="";return m.currentChar()==="-"?(m.next(),y+=`-${lt(m)}`):y+=lt(m),m.currentChar()===jt&&s(U.UNTERMINATED_CLOSING_BRACE,a(),0),y}function la(m){return m!==ld&&m!==We}function Ro(m){P(m),O(m,"'");let y="",k="";for(;y=ge(m,la);)y==="\\"?k+=oa(m):k+=y;const $=m.currentChar();return $===We||$===jt?(s(U.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),$===We&&(m.next(),O(m,"'")),k):(O(m,"'"),k)}function oa(m){const y=m.currentChar();switch(y){case"\\":case"'":return m.next(),`\\${y}`;case"u":return Ui(m,y,4);case"U":return Ui(m,y,6);default:return s(U.UNKNOWN_ESCAPE_SEQUENCE,a(),0,y),""}}function Ui(m,y,k){O(m,y);let $="";for(let fe=0;fe<k;fe++){const ae=ia(m);if(!ae){s(U.INVALID_UNICODE_ESCAPE_SEQUENCE,a(),0,`\\${y}${$}${m.currentChar()}`);break}$+=ae}return`\\${y}${$}`}function ua(m){return m!=="{"&&m!=="}"&&m!==Nt&&m!==We}function ca(m){P(m);let y="",k="";for(;y=ge(m,ua);)k+=y;return k}function sa(m){let y="",k="";for(;y=dn(m);)k+=y;return k}function F(m){const y=k=>{const $=m.currentChar();return $==="{"||$==="%"||$==="@"||$==="|"||$==="("||$===")"||!$||$===Nt?k:(k+=$,m.next(),y(k))};return y("")}function Y(m){P(m);const y=O(m,"|");return P(m),y}function da(m,y){let k=null;switch(m.currentChar()){case"{":return y.braceNest>=1&&s(U.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),m.next(),k=h(y,2,"{"),P(m),y.braceNest++,k;case"}":return y.braceNest>0&&y.currentType===2&&s(U.EMPTY_PLACEHOLDER,a(),0),m.next(),k=h(y,3,"}"),y.braceNest--,y.braceNest>0&&P(m),y.inLinked&&y.braceNest===0&&(y.inLinked=!1),k;case"@":return y.braceNest>0&&s(U.UNTERMINATED_CLOSING_BRACE,a(),0),k=Jn(m,y)||v(y),y.braceNest=0,k;default:{let fe=!0,ae=!0,ne=!0;if(X(m))return y.braceNest>0&&s(U.UNTERMINATED_CLOSING_BRACE,a(),0),k=h(y,1,Y(m)),y.braceNest=0,y.inLinked=!1,k;if(y.braceNest>0&&(y.currentType===5||y.currentType===6||y.currentType===7))return s(U.UNTERMINATED_CLOSING_BRACE,a(),0),y.braceNest=0,fa(m,y);if(fe=g(m,y))return k=h(y,5,ra(m)),P(m),k;if(ae=b(m,y))return k=h(y,6,aa(m)),P(m),k;if(ne=A(m,y))return k=h(y,7,Ro(m)),P(m),k;if(!fe&&!ae&&!ne)return k=h(y,13,ca(m)),s(U.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,k.value),P(m),k;break}}return k}function Jn(m,y){const{currentType:k}=y;let $=null;const fe=m.currentChar();switch((k===8||k===9||k===12||k===10)&&(fe===We||fe===Nt)&&s(U.INVALID_LINKED_FORMAT,a(),0),fe){case"@":return m.next(),$=h(y,8,"@"),y.inLinked=!0,$;case".":return P(m),m.next(),h(y,9,".");case":":return P(m),m.next(),h(y,10,":");default:return X(m)?($=h(y,1,Y(m)),y.braceNest=0,y.inLinked=!1,$):N(m,y)||L(m,y)?(P(m),Jn(m,y)):C(m,y)?(P(m),h(y,12,sa(m))):x(m,y)?(P(m),fe==="{"?da(m,y)||$:h(y,11,F(m))):(k===8&&s(U.INVALID_LINKED_FORMAT,a(),0),y.braceNest=0,y.inLinked=!1,fa(m,y))}}function fa(m,y){let k={type:14};if(y.braceNest>0)return da(m,y)||v(y);if(y.inLinked)return Jn(m,y)||v(y);switch(m.currentChar()){case"{":return da(m,y)||v(y);case"}":return s(U.UNBALANCED_CLOSING_BRACE,a(),0),m.next(),h(y,3,"}");case"@":return Jn(m,y)||v(y);default:{if(X(m))return k=h(y,1,Y(m)),y.braceNest=0,y.inLinked=!1,k;const{isModulo:fe,hasSpace:ae}=Me(m);if(fe)return ae?h(y,0,Vi(m)):h(y,4,$i(m));if(W(m))return h(y,0,Vi(m));break}}return k}function js(){const{currentType:m,offset:y,startLoc:k,endLoc:$}=u;return u.lastType=m,u.lastOffset=y,u.lastStartLoc=k,u.lastEndLoc=$,u.offset=r(),u.startLoc=a(),i.currentChar()===jt?h(u,14):fa(i,u)}return{nextToken:js,currentOffset:r,currentPosition:a,context:c}}const Jg="parser",Qg=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function Zg(t,e,n){switch(t){case"\\\\":return"\\";case"\\'":return"'";default:{const i=parseInt(e||n,16);return i<=55295||i>=57344?String.fromCodePoint(i):"\uFFFD"}}}function Yg(t={}){const e=t.location!==!1,{onError:n,onWarn:i}=t;function r(g,b,A,N,...C){const L=g.currentPosition();if(L.offset+=N,L.column+=N,n){const x=e?Ia(A,L):null,X=Yn(b,x,{domain:Jg,args:C});n(X)}}function a(g,b,A,N,...C){const L=g.currentPosition();if(L.offset+=N,L.column+=N,i){const x=e?Ia(A,L):null;i(Bg(b,x,C))}}function l(g,b,A){const N={type:g};return e&&(N.start=b,N.end=b,N.loc={start:A,end:A}),N}function o(g,b,A,N){N&&(g.type=N),e&&(g.end=b,g.loc&&(g.loc.end=A))}function u(g,b){const A=g.context(),N=l(3,A.offset,A.startLoc);return N.value=b,o(N,g.currentOffset(),g.currentPosition()),N}function c(g,b){const A=g.context(),{lastOffset:N,lastStartLoc:C}=A,L=l(5,N,C);return L.index=parseInt(b,10),g.nextToken(),o(L,g.currentOffset(),g.currentPosition()),L}function d(g,b,A){const N=g.context(),{lastOffset:C,lastStartLoc:L}=N,x=l(4,C,L);return x.key=b,A===!0&&(x.modulo=!0),g.nextToken(),o(x,g.currentOffset(),g.currentPosition()),x}function s(g,b){const A=g.context(),{lastOffset:N,lastStartLoc:C}=A,L=l(9,N,C);return L.value=b.replace(Qg,Zg),g.nextToken(),o(L,g.currentOffset(),g.currentPosition()),L}function h(g){const b=g.nextToken(),A=g.context(),{lastOffset:N,lastStartLoc:C}=A,L=l(8,N,C);return b.type!==12?(r(g,U.UNEXPECTED_EMPTY_LINKED_MODIFIER,A.lastStartLoc,0),L.value="",o(L,N,C),{nextConsumeToken:b,node:L}):(b.value==null&&r(g,U.UNEXPECTED_LEXICAL_ANALYSIS,A.lastStartLoc,0,ct(b)),L.value=b.value||"",o(L,g.currentOffset(),g.currentPosition()),{node:L})}function v(g,b){const A=g.context(),N=l(7,A.offset,A.startLoc);return N.value=b,o(N,g.currentOffset(),g.currentPosition()),N}function O(g){const b=g.context(),A=l(6,b.offset,b.startLoc);let N=g.nextToken();if(N.type===9){const C=h(g);A.modifier=C.node,N=C.nextConsumeToken||g.nextToken()}switch(N.type!==10&&r(g,U.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,ct(N)),N=g.nextToken(),N.type===2&&(N=g.nextToken()),N.type){case 11:N.value==null&&r(g,U.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,ct(N)),A.key=v(g,N.value||"");break;case 5:N.value==null&&r(g,U.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,ct(N)),A.key=d(g,N.value||"");break;case 6:N.value==null&&r(g,U.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,ct(N)),A.key=c(g,N.value||"");break;case 7:N.value==null&&r(g,U.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,ct(N)),A.key=s(g,N.value||"");break;default:{r(g,U.UNEXPECTED_EMPTY_LINKED_KEY,b.lastStartLoc,0);const C=g.context(),L=l(7,C.offset,C.startLoc);return L.value="",o(L,C.offset,C.startLoc),A.key=L,o(A,C.offset,C.startLoc),{nextConsumeToken:N,node:A}}}return o(A,g.currentOffset(),g.currentPosition()),{node:A}}function I(g){const b=g.context(),A=b.currentType===1?g.currentOffset():b.offset,N=b.currentType===1?b.endLoc:b.startLoc,C=l(2,A,N);C.items=[];let L=null,x=null;do{const W=L||g.nextToken();switch(L=null,W.type){case 0:W.value==null&&r(g,U.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,ct(W)),C.items.push(u(g,W.value||""));break;case 6:W.value==null&&r(g,U.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,ct(W)),C.items.push(c(g,W.value||""));break;case 4:x=!0;break;case 5:W.value==null&&r(g,U.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,ct(W)),C.items.push(d(g,W.value||"",!!x)),x&&(a(g,Ta.USE_MODULO_SYNTAX,b.lastStartLoc,0,ct(W)),x=null);break;case 7:W.value==null&&r(g,U.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,ct(W)),C.items.push(s(g,W.value||""));break;case 8:{const ge=O(g);C.items.push(ge.node),L=ge.nextConsumeToken||null;break}}}while(b.currentType!==14&&b.currentType!==1);const X=b.currentType===1?b.lastOffset:g.currentOffset(),Me=b.currentType===1?b.lastEndLoc:g.currentPosition();return o(C,X,Me),C}function P(g,b,A,N){const C=g.context();let L=N.items.length===0;const x=l(1,b,A);x.cases=[],x.cases.push(N);do{const X=I(g);L||(L=X.items.length===0),x.cases.push(X)}while(C.currentType!==14);return L&&r(g,U.MUST_HAVE_MESSAGES_IN_PLURAL,A,0),o(x,g.currentOffset(),g.currentPosition()),x}function _(g){const b=g.context(),{offset:A,startLoc:N}=b,C=I(g);return b.currentType===14?C:P(g,A,N,C)}function S(g){const b=zg(g,Se({},t)),A=b.context(),N=l(0,A.offset,A.startLoc);return e&&N.loc&&(N.loc.source=g),N.body=_(b),t.onCacheKey&&(N.cacheKey=t.onCacheKey(g)),A.currentType!==14&&r(b,U.UNEXPECTED_LEXICAL_ANALYSIS,A.lastStartLoc,0,g[A.offset]||""),o(N,b.currentOffset(),b.currentPosition()),N}return{parse:S}}function ct(t){if(t.type===14)return"EOF";const e=(t.value||"").replace(/\r?\n/gu,"\\n");return e.length>10?e.slice(0,9)+"\u2026":e}function pg(t,e={}){const n={ast:t,helpers:new Set};return{context:()=>n,helper:a=>(n.helpers.add(a),a)}}function od(t,e){for(let n=0;n<t.length;n++)Fo(t[n],e)}function Fo(t,e){switch(t.type){case 1:od(t.cases,e),e.helper("plural");break;case 2:od(t.items,e);break;case 6:{Fo(t.key,e),e.helper("linked"),e.helper("type");break}case 5:e.helper("interpolate"),e.helper("list");break;case 4:e.helper("interpolate"),e.helper("named");break}}function ev(t,e={}){const n=pg(t);n.helper("normalize"),t.body&&Fo(t.body,n);const i=n.context();t.helpers=Array.from(i.helpers)}function tv(t){const e=t.body;return e.type===2?ud(e):e.cases.forEach(n=>ud(n)),t}function ud(t){if(t.items.length===1){const e=t.items[0];(e.type===3||e.type===9)&&(t.static=e.value,delete e.value)}else{const e=[];for(let n=0;n<t.items.length;n++){const i=t.items[n];if(!(i.type===3||i.type===9)||i.value==null)break;e.push(i.value)}if(e.length===t.items.length){t.static=xo(e);for(let n=0;n<t.items.length;n++){const i=t.items[n];(i.type===3||i.type===9)&&delete i.value}}}}const nv="minifier";function pn(t){switch(t.t=t.type,t.type){case 0:{const e=t;pn(e.body),e.b=e.body,delete e.body;break}case 1:{const e=t,n=e.cases;for(let i=0;i<n.length;i++)pn(n[i]);e.c=n,delete e.cases;break}case 2:{const e=t,n=e.items;for(let i=0;i<n.length;i++)pn(n[i]);e.i=n,delete e.items,e.static&&(e.s=e.static,delete e.static);break}case 3:case 9:case 8:case 7:{const e=t;e.value&&(e.v=e.value,delete e.value);break}case 6:{const e=t;pn(e.key),e.k=e.key,delete e.key,e.modifier&&(pn(e.modifier),e.m=e.modifier,delete e.modifier);break}case 5:{const e=t;e.i=e.index,delete e.index;break}case 4:{const e=t;e.k=e.key,delete e.key;break}default:if(process.env.NODE_ENV!=="production")throw Yn(U.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:nv,args:[t.type]})}delete t.type}const iv="parser";function rv(t,e){const{sourceMap:n,filename:i,breakLineCode:r,needIndent:a}=e,l=e.location!==!1,o={filename:i,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:r,needIndent:a,indentLevel:0};l&&t.loc&&(o.source=t.loc.source);const u=()=>o;function c(P,_){o.code+=P}function d(P,_=!0){const S=_?r:"";c(a?S+" ".repeat(P):S)}function s(P=!0){const _=++o.indentLevel;P&&d(_)}function h(P=!0){const _=--o.indentLevel;P&&d(_)}function v(){d(o.indentLevel)}return{context:u,push:c,indent:s,deindent:h,newline:v,helper:P=>`_${P}`,needIndent:()=>o.needIndent}}function av(t,e){const{helper:n}=t;t.push(`${n("linked")}(`),ei(t,e.key),e.modifier?(t.push(", "),ei(t,e.modifier),t.push(", _type")):t.push(", undefined, _type"),t.push(")")}function lv(t,e){const{helper:n,needIndent:i}=t;t.push(`${n("normalize")}([`),t.indent(i());const r=e.items.length;for(let a=0;a<r&&(ei(t,e.items[a]),a!==r-1);a++)t.push(", ");t.deindent(i()),t.push("])")}function ov(t,e){const{helper:n,needIndent:i}=t;if(e.cases.length>1){t.push(`${n("plural")}([`),t.indent(i());const r=e.cases.length;for(let a=0;a<r&&(ei(t,e.cases[a]),a!==r-1);a++)t.push(", ");t.deindent(i()),t.push("])")}}function uv(t,e){e.body?ei(t,e.body):t.push("null")}function ei(t,e){const{helper:n}=t;switch(e.type){case 0:uv(t,e);break;case 1:ov(t,e);break;case 2:lv(t,e);break;case 6:av(t,e);break;case 8:t.push(JSON.stringify(e.value),e);break;case 7:t.push(JSON.stringify(e.value),e);break;case 5:t.push(`${n("interpolate")}(${n("list")}(${e.index}))`,e);break;case 4:t.push(`${n("interpolate")}(${n("named")}(${JSON.stringify(e.key)}))`,e);break;case 9:t.push(JSON.stringify(e.value),e);break;case 3:t.push(JSON.stringify(e.value),e);break;default:if(process.env.NODE_ENV!=="production")throw Yn(U.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:iv,args:[e.type]})}}const cv=(t,e={})=>{const n=B(e.mode)?e.mode:"normal",i=B(e.filename)?e.filename:"message.intl",r=!!e.sourceMap,a=e.breakLineCode!=null?e.breakLineCode:n==="arrow"?";":`
12
+ `,l=e.needIndent?e.needIndent:n!=="arrow",o=t.helpers||[],u=rv(t,{mode:n,filename:i,sourceMap:r,breakLineCode:a,needIndent:l});u.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),u.indent(l),o.length>0&&(u.push(`const { ${xo(o.map(s=>`${s}: _${s}`),", ")} } = ctx`),u.newline()),u.push("return "),ei(u,t),u.deindent(l),u.push("}"),delete t.helpers;const{code:c,map:d}=u.context();return{ast:t,code:c,map:d?d.toJSON():void 0}};function sv(t,e={}){const n=Se({},e),i=!!n.jit,r=!!n.minify,a=n.optimize==null?!0:n.optimize,o=Yg(n).parse(t);return i?(a&&tv(o),r&&pn(o),{ast:o,code:""}):(ev(o,n),cv(o,n))}/*!
13
+ * core-base v9.13.1
14
+ * (c) 2024 kazuya kawaguchi
15
+ * Released under the MIT License.
16
+ */function dv(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(Rt().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(Rt().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(Rt().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const Wt=[];Wt[0]={w:[0],i:[3,0],["["]:[4],o:[7]},Wt[1]={w:[1],["."]:[2],["["]:[4],o:[7]},Wt[2]={w:[2],i:[3,0],[0]:[3,0]},Wt[3]={i:[3,0],[0]:[3,0],w:[1,1],["."]:[2,1],["["]:[4,1],o:[7,1]},Wt[4]={["'"]:[5,0],['"']:[6,0],["["]:[4,2],["]"]:[1,3],o:8,l:[4,0]},Wt[5]={["'"]:[4,0],o:8,l:[5,0]},Wt[6]={['"']:[4,0],o:8,l:[6,0]};const fv=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function hv(t){return fv.test(t)}function mv(t){const e=t.charCodeAt(0),n=t.charCodeAt(t.length-1);return e===n&&(e===34||e===39)?t.slice(1,-1):t}function yv(t){if(t==null)return"o";switch(t.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return t;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function _v(t){const e=t.trim();return t.charAt(0)==="0"&&isNaN(parseInt(t))?!1:hv(e)?mv(e):"*"+e}function gv(t){const e=[];let n=-1,i=0,r=0,a,l,o,u,c,d,s;const h=[];h[0]=()=>{l===void 0?l=o:l+=o},h[1]=()=>{l!==void 0&&(e.push(l),l=void 0)},h[2]=()=>{h[0](),r++},h[3]=()=>{if(r>0)r--,i=4,h[0]();else{if(r=0,l===void 0||(l=_v(l),l===!1))return!1;h[1]()}};function v(){const O=t[n+1];if(i===5&&O==="'"||i===6&&O==='"')return n++,o="\\"+O,h[0](),!0}for(;i!==null;)if(n++,a=t[n],!(a==="\\"&&v())){if(u=yv(a),s=Wt[i],c=s[u]||s.l||8,c===8||(i=c[0],c[1]!==void 0&&(d=h[c[1]],d&&(o=a,d()===!1))))return;if(i===7)return e}}const cd=new Map;function vv(t,e){return J(t)?t[e]:null}function bv(t,e){if(!J(t))return null;let n=cd.get(e);if(n||(n=gv(e),n&&cd.set(e,n)),!n)return null;const i=n.length;let r=t,a=0;for(;a<i;){const l=r[n[a]];if(l===void 0||ie(r))return null;r=l,a++}return r}const Ev=t=>t,wv=t=>"",Iv="text",Tv=t=>t.length===0?"":xo(t),Cv=Lg;function sd(t,e){return t=Math.abs(t),e===2?t?t>1?1:0:1:t?Math.min(t,2):0}function Ov(t){const e=Oe(t.pluralIndex)?t.pluralIndex:-1;return t.named&&(Oe(t.named.count)||Oe(t.named.n))?Oe(t.named.count)?t.named.count:Oe(t.named.n)?t.named.n:e:e}function Sv(t,e){e.count||(e.count=t),e.n||(e.n=t)}function Rv(t={}){const e=t.locale,n=Ov(t),i=J(t.pluralRules)&&B(e)&&ie(t.pluralRules[e])?t.pluralRules[e]:sd,r=J(t.pluralRules)&&B(e)&&ie(t.pluralRules[e])?sd:void 0,a=_=>_[i(n,_.length,r)],l=t.list||[],o=_=>l[_],u=t.named||{};Oe(t.pluralIndex)&&Sv(n,u);const c=_=>u[_];function d(_){const S=ie(t.messages)?t.messages(_):J(t.messages)?t.messages[_]:!1;return S||(t.parent?t.parent.message(_):wv)}const s=_=>t.modifiers?t.modifiers[_]:Ev,h=j(t.processor)&&ie(t.processor.normalize)?t.processor.normalize:Tv,v=j(t.processor)&&ie(t.processor.interpolate)?t.processor.interpolate:Cv,O=j(t.processor)&&B(t.processor.type)?t.processor.type:Iv,P={list:o,named:c,plural:a,linked:(_,...S)=>{const[g,b]=S;let A="text",N="";S.length===1?J(g)?(N=g.modifier||N,A=g.type||A):B(g)&&(N=g||N):S.length===2&&(B(g)&&(N=g||N),B(b)&&(A=b||A));const C=d(_)(P),L=A==="vnode"&&le(C)&&N?C[0]:C;return N?s(N)(L,A):L},message:d,type:O,interpolate:v,normalize:h,values:Se({},l,u)};return P}let Xi=null;function Nv(t){Xi=t}function Pv(t,e,n){Xi&&Xi.emit("i18n:init",{timestamp:Date.now(),i18n:t,version:e,meta:n})}const Av=kv("function:translate");function kv(t){return e=>Xi&&Xi.emit(t,e)}const dd=Ta.__EXTEND_POINT__,_n=ba(dd),qe={NOT_FOUND_KEY:dd,FALLBACK_TO_TRANSLATE:_n(),CANNOT_FORMAT_NUMBER:_n(),FALLBACK_TO_NUMBER_FORMAT:_n(),CANNOT_FORMAT_DATE:_n(),FALLBACK_TO_DATE_FORMAT:_n(),EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:_n(),__EXTEND_POINT__:_n()},Dv={[qe.NOT_FOUND_KEY]:"Not found '{key}' key in '{locale}' locale messages.",[qe.FALLBACK_TO_TRANSLATE]:"Fall back to translate '{key}' key with '{target}' locale.",[qe.CANNOT_FORMAT_NUMBER]:"Cannot format a number value due to not supported Intl.NumberFormat.",[qe.FALLBACK_TO_NUMBER_FORMAT]:"Fall back to number format '{key}' key with '{target}' locale.",[qe.CANNOT_FORMAT_DATE]:"Cannot format a date value due to not supported Intl.DateTimeFormat.",[qe.FALLBACK_TO_DATE_FORMAT]:"Fall back to datetime format '{key}' key with '{target}' locale.",[qe.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER]:"This project is using Custom Message Compiler, which is an experimental feature. It may receive breaking changes or be removed in the future."};function gn(t,...e){return Gi(Dv[t],...e)}const fd=U.__EXTEND_POINT__,vn=ba(fd),Le={INVALID_ARGUMENT:fd,INVALID_DATE_ARGUMENT:vn(),INVALID_ISO_DATE_ARGUMENT:vn(),NOT_SUPPORT_NON_STRING_MESSAGE:vn(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:vn(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:vn(),NOT_SUPPORT_LOCALE_TYPE:vn(),__EXTEND_POINT__:vn()};function bt(t){return Yn(t,null,process.env.NODE_ENV!=="production"?{messages:Lv}:void 0)}const Lv={[Le.INVALID_ARGUMENT]:"Invalid arguments",[Le.INVALID_DATE_ARGUMENT]:"The date provided is an invalid Date object.Make sure your Date represents a valid date.",[Le.INVALID_ISO_DATE_ARGUMENT]:"The argument provided is not a valid ISO date string",[Le.NOT_SUPPORT_NON_STRING_MESSAGE]:"Not support non-string message",[Le.NOT_SUPPORT_LOCALE_PROMISE_VALUE]:"cannot support promise value",[Le.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION]:"cannot support async function",[Le.NOT_SUPPORT_LOCALE_TYPE]:"cannot support locale type"};function Bo(t,e){return e.locale!=null?hd(e.locale):hd(t.locale)}let $o;function hd(t){if(B(t))return t;if(ie(t)){if(t.resolvedOnce&&$o!=null)return $o;if(t.constructor.name==="Function"){const e=t();if(Dg(e))throw bt(Le.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return $o=e}else throw bt(Le.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw bt(Le.NOT_SUPPORT_LOCALE_TYPE)}function xv(t,e,n){return[...new Set([n,...le(e)?e:J(e)?Object.keys(e):B(e)?[e]:[n]])]}function md(t,e,n){const i=B(n)?n:ti,r=t;r.__localeChainCache||(r.__localeChainCache=new Map);let a=r.__localeChainCache.get(i);if(!a){a=[];let l=[n];for(;le(l);)l=yd(a,l,e);const o=le(e)||!j(e)?e:e.default?e.default:null;l=B(o)?[o]:o,le(l)&&yd(a,l,!1),r.__localeChainCache.set(i,a)}return a}function yd(t,e,n){let i=!0;for(let r=0;r<e.length&&q(i);r++){const a=e[r];B(a)&&(i=Mv(t,e[r],n))}return i}function Mv(t,e,n){let i;const r=e.split("-");do{const a=r.join("-");i=Fv(t,a,n),r.splice(-1,1)}while(r.length&&i===!0);return i}function Fv(t,e,n){let i=!1;if(!t.includes(e)&&(i=!0,e)){i=e[e.length-1]!=="!";const r=e.replace(/!/g,"");t.push(r),(le(n)||j(n))&&n[r]&&(i=n[r])}return i}const Bv="9.13.1",Ca=-1,ti="en-US",Oa="",_d=t=>`${t.charAt(0).toLocaleUpperCase()}${t.substr(1)}`;function $v(){return{upper:(t,e)=>e==="text"&&B(t)?t.toUpperCase():e==="vnode"&&J(t)&&"__v_isVNode"in t?t.children.toUpperCase():t,lower:(t,e)=>e==="text"&&B(t)?t.toLowerCase():e==="vnode"&&J(t)&&"__v_isVNode"in t?t.children.toLowerCase():t,capitalize:(t,e)=>e==="text"&&B(t)?_d(t):e==="vnode"&&J(t)&&"__v_isVNode"in t?_d(t.children):t}}let gd;function vd(t){gd=t}let bd;function Vv(t){bd=t}let Ed;function Uv(t){Ed=t}let wd=null;const Id=t=>{wd=t},Hv=()=>wd;let Td=null;const Cd=t=>{Td=t},jv=()=>Td;let Od=0;function Wv(t={}){const e=ie(t.onWarn)?t.onWarn:Re,n=B(t.version)?t.version:Bv,i=B(t.locale)||ie(t.locale)?t.locale:ti,r=ie(i)?ti:i,a=le(t.fallbackLocale)||j(t.fallbackLocale)||B(t.fallbackLocale)||t.fallbackLocale===!1?t.fallbackLocale:r,l=j(t.messages)?t.messages:{[r]:{}},o=j(t.datetimeFormats)?t.datetimeFormats:{[r]:{}},u=j(t.numberFormats)?t.numberFormats:{[r]:{}},c=Se({},t.modifiers||{},$v()),d=t.pluralRules||{},s=ie(t.missing)?t.missing:null,h=q(t.missingWarn)||Ht(t.missingWarn)?t.missingWarn:!0,v=q(t.fallbackWarn)||Ht(t.fallbackWarn)?t.fallbackWarn:!0,O=!!t.fallbackFormat,I=!!t.unresolving,P=ie(t.postTranslation)?t.postTranslation:null,_=j(t.processor)?t.processor:null,S=q(t.warnHtmlMessage)?t.warnHtmlMessage:!0,g=!!t.escapeParameter,b=ie(t.messageCompiler)?t.messageCompiler:gd;process.env.NODE_ENV!=="production"&&!0&&!0&&ie(t.messageCompiler)&&ad(gn(qe.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));const A=ie(t.messageResolver)?t.messageResolver:bd||vv,N=ie(t.localeFallbacker)?t.localeFallbacker:Ed||xv,C=J(t.fallbackContext)?t.fallbackContext:void 0,L=t,x=J(L.__datetimeFormatters)?L.__datetimeFormatters:new Map,X=J(L.__numberFormatters)?L.__numberFormatters:new Map,Me=J(L.__meta)?L.__meta:{};Od++;const W={version:n,cid:Od,locale:i,fallbackLocale:a,messages:l,modifiers:c,pluralRules:d,missing:s,missingWarn:h,fallbackWarn:v,fallbackFormat:O,unresolving:I,postTranslation:P,processor:_,warnHtmlMessage:S,escapeParameter:g,messageCompiler:b,messageResolver:A,localeFallbacker:N,fallbackContext:C,onWarn:e,__meta:Me};return W.datetimeFormats=o,W.numberFormats=u,W.__datetimeFormatters=x,W.__numberFormatters=X,process.env.NODE_ENV!=="production"&&(W.__v_emitter=L.__v_emitter!=null?L.__v_emitter:void 0),(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&Pv(W,n,Me),W}function Sa(t,e){return t instanceof RegExp?t.test(e):t}function Sd(t,e){return t instanceof RegExp?t.test(e):t}function Vo(t,e,n,i,r){const{missing:a,onWarn:l}=t;if(process.env.NODE_ENV!=="production"){const o=t.__v_emitter;o&&o.emit("missing",{locale:n,key:e,type:r,groupId:`${r}:${e}`})}if(a!==null){const o=a(t,n,e,r);return B(o)?o:e}else return process.env.NODE_ENV!=="production"&&Sd(i,e)&&l(gn(qe.NOT_FOUND_KEY,{key:e,locale:n})),e}function zi(t,e,n){const i=t;i.__localeChainCache=new Map,t.localeFallbacker(t,n,e)}function Rd(t,e){return t===e?!1:t.split("-")[0]===e.split("-")[0]}function qv(t,e){const n=e.indexOf(t);if(n===-1)return!1;for(let i=n+1;i<e.length;i++)if(Rd(t,e[i]))return!0;return!1}function Uo(t){return n=>Kv(n,t)}function Kv(t,e){const n=e.b||e.body;if((n.t||n.type)===1){const i=n,r=i.c||i.cases;return t.plural(r.reduce((a,l)=>[...a,Nd(t,l)],[]))}else return Nd(t,n)}function Nd(t,e){const n=e.s||e.static;if(n)return t.type==="text"?n:t.normalize([n]);{const i=(e.i||e.items).reduce((r,a)=>[...r,Ho(t,a)],[]);return t.normalize(i)}}function Ho(t,e){const n=e.t||e.type;switch(n){case 3:{const i=e;return i.v||i.value}case 9:{const i=e;return i.v||i.value}case 4:{const i=e;return t.interpolate(t.named(i.k||i.key))}case 5:{const i=e;return t.interpolate(t.list(i.i!=null?i.i:i.index))}case 6:{const i=e,r=i.m||i.modifier;return t.linked(Ho(t,i.k||i.key),r?Ho(t,r):void 0,t.type)}case 7:{const i=e;return i.v||i.value}case 8:{const i=e;return i.v||i.value}default:throw new Error(`unhandled node type on format message part: ${n}`)}}const Gv="Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";function Pd(t,e){e&&Hg(t)&&Re(Gi(Gv,{source:t}))}const Ad=t=>t;let ni=Object.create(null);function kd(t){t.code===Ta.USE_MODULO_SYNTAX&&Re(`The use of named interpolation with modulo syntax is deprecated. It will be removed in v10.
17
+ reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format
18
+ (message compiler warning message: ${t.message})`)}const qt=t=>J(t)&&(t.t===0||t.type===0)&&("b"in t||"body"in t);function Dd(t,e={}){let n=!1;const i=e.onError||Vg;return e.onError=r=>{n=!0,i(r)},ha($t({},sv(t,e)),{detectError:n})}const Xv=(t,e)=>{if(!B(t))throw bt(Le.NOT_SUPPORT_NON_STRING_MESSAGE);process.env.NODE_ENV!=="production"&&(e.onWarn=kd);{const n=q(e.warnHtmlMessage)?e.warnHtmlMessage:!0;process.env.NODE_ENV!=="production"&&Pd(t,n);const r=(e.onCacheKey||Ad)(t),a=ni[r];if(a)return a;const{code:l,detectError:o}=Dd(t,e),u=new Function(`return ${l}`)();return o?u:ni[r]=u}};function zv(t,e){if(process.env.NODE_ENV!=="production"&&(e.onWarn=kd),__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&B(t)){const n=q(e.warnHtmlMessage)?e.warnHtmlMessage:!0;process.env.NODE_ENV!=="production"&&Pd(t,n);const r=(e.onCacheKey||Ad)(t),a=ni[r];if(a)return a;const{ast:l,detectError:o}=Dd(t,ha($t({},e),{location:process.env.NODE_ENV!=="production",jit:!0})),u=Uo(l);return o?u:ni[r]=u}else{if(process.env.NODE_ENV!=="production"&&!qt(t))return Re(`the message that is resolve with key '${e.key}' is not supported for jit compilation`),()=>t;const n=t.cacheKey;if(n){const i=ni[n];return i||(ni[n]=Uo(t))}else return Uo(t)}}const Ld=()=>"",rt=t=>ie(t);function xd(t,...e){const{fallbackFormat:n,postTranslation:i,unresolving:r,messageCompiler:a,fallbackLocale:l,messages:o}=t,[u,c]=jo(...e),d=q(c.missingWarn)?c.missingWarn:t.missingWarn,s=q(c.fallbackWarn)?c.fallbackWarn:t.fallbackWarn,h=q(c.escapeParameter)?c.escapeParameter:t.escapeParameter,v=!!c.resolvedMessage,O=B(c.default)||q(c.default)?q(c.default)?a?u:()=>u:c.default:n?a?u:()=>u:"",I=n||O!=="",P=Bo(t,c);h&&Jv(c);let[_,S,g]=v?[u,P,o[P]||{}]:Md(t,u,P,l,s,d),b=_,A=u;if(!v&&!(B(b)||qt(b)||rt(b))&&I&&(b=O,A=b),!v&&(!(B(b)||qt(b)||rt(b))||!B(S)))return r?Ca:u;if(process.env.NODE_ENV!=="production"&&B(b)&&t.messageCompiler==null)return Re(`The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return '${u}'.`),u;let N=!1;const C=()=>{N=!0},L=rt(b)?b:Fd(t,u,S,b,A,C);if(N)return b;const x=pv(t,S,g,c),X=Rv(x),Me=Qv(t,L,X),W=i?i(Me,u):Me;if(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const ge={timestamp:Date.now(),key:B(u)?u:rt(b)?b.key:"",locale:S||(rt(b)?b.locale:""),format:B(b)?b:rt(b)?b.source:"",message:W};ge.meta=Se({},t.__meta,Hv()||{}),Av(ge)}return W}function Jv(t){le(t.list)?t.list=t.list.map(e=>B(e)?ed(e):e):J(t.named)&&Object.keys(t.named).forEach(e=>{B(t.named[e])&&(t.named[e]=ed(t.named[e]))})}function Md(t,e,n,i,r,a){const{messages:l,onWarn:o,messageResolver:u,localeFallbacker:c}=t,d=c(t,i,n);let s={},h,v=null,O=n,I=null;const P="translate";for(let _=0;_<d.length;_++){if(h=I=d[_],process.env.NODE_ENV!=="production"&&n!==h&&!Rd(n,h)&&Sa(r,e)&&o(gn(qe.FALLBACK_TO_TRANSLATE,{key:e,target:h})),process.env.NODE_ENV!=="production"&&n!==h){const A=t.__v_emitter;A&&A.emit("fallback",{type:P,key:e,from:O,to:I,groupId:`${P}:${e}`})}s=l[h]||{};let S=null,g,b;if(process.env.NODE_ENV!=="production"&&ot&&(S=window.performance.now(),g="intlify-message-resolve-start",b="intlify-message-resolve-end",pe&&pe(g)),(v=u(s,e))===null&&(v=s[e]),process.env.NODE_ENV!=="production"&&ot){const A=window.performance.now(),N=t.__v_emitter;N&&S&&v&&N.emit("message-resolve",{type:"message-resolve",key:e,message:v,time:A-S,groupId:`${P}:${e}`}),g&&b&&pe&&yn&&(pe(b),yn("intlify message resolve",g,b))}if(B(v)||qt(v)||rt(v))break;if(!qv(h,d)){const A=Vo(t,e,h,a,P);A!==e&&(v=A)}O=I}return[v,h,s]}function Fd(t,e,n,i,r,a){const{messageCompiler:l,warnHtmlMessage:o}=t;if(rt(i)){const h=i;return h.locale=h.locale||n,h.key=h.key||e,h}if(l==null){const h=()=>i;return h.locale=n,h.key=e,h}let u=null,c,d;process.env.NODE_ENV!=="production"&&ot&&(u=window.performance.now(),c="intlify-message-compilation-start",d="intlify-message-compilation-end",pe&&pe(c));const s=l(i,Zv(t,n,r,i,o,a));if(process.env.NODE_ENV!=="production"&&ot){const h=window.performance.now(),v=t.__v_emitter;v&&u&&v.emit("message-compilation",{type:"message-compilation",message:i,time:h-u,groupId:`translate:${e}`}),c&&d&&pe&&yn&&(pe(d),yn("intlify message compilation",c,d))}return s.locale=n,s.key=e,s.source=i,s}function Qv(t,e,n){let i=null,r,a;process.env.NODE_ENV!=="production"&&ot&&(i=window.performance.now(),r="intlify-message-evaluation-start",a="intlify-message-evaluation-end",pe&&pe(r));const l=e(n);if(process.env.NODE_ENV!=="production"&&ot){const o=window.performance.now(),u=t.__v_emitter;u&&i&&u.emit("message-evaluation",{type:"message-evaluation",value:l,time:o-i,groupId:`translate:${e.key}`}),r&&a&&pe&&yn&&(pe(a),yn("intlify message evaluation",r,a))}return l}function jo(...t){const[e,n,i]=t,r={};if(!B(e)&&!Oe(e)&&!rt(e)&&!qt(e))throw bt(Le.INVALID_ARGUMENT);const a=Oe(e)?String(e):(rt(e),e);return Oe(n)?r.plural=n:B(n)?r.default=n:j(n)&&!ga(n)?r.named=n:le(n)&&(r.list=n),Oe(i)?r.plural=i:B(i)?r.default=i:j(i)&&Se(r,i),[a,r]}function Zv(t,e,n,i,r,a){return{locale:e,key:n,warnHtmlMessage:r,onError:l=>{if(a&&a(l),process.env.NODE_ENV!=="production"){const o=Yv(i),u=`Message compilation error: ${l.message}`,c=l.location&&o&&xg(o,l.location.start.offset,l.location.end.offset),d=t.__v_emitter;d&&o&&d.emit("compile-error",{message:o,error:l.message,start:l.location&&l.location.start.offset,end:l.location&&l.location.end.offset,groupId:`translate:${n}`}),console.error(c?`${u}
19
+ ${c}`:u)}else throw l},onCacheKey:l=>Ng(e,n,l)}}function Yv(t){if(B(t))return t;if(t.loc&&t.loc.source)return t.loc.source}function pv(t,e,n,i){const{modifiers:r,pluralRules:a,messageResolver:l,fallbackLocale:o,fallbackWarn:u,missingWarn:c,fallbackContext:d}=t,h={locale:e,modifiers:r,pluralRules:a,messages:v=>{let O=l(n,v);if(O==null&&d){const[,,I]=Md(d,v,e,o,u,c);O=l(I,v)}if(B(O)||qt(O)){let I=!1;const _=Fd(t,v,e,O,v,()=>{I=!0});return I?Ld:_}else return rt(O)?O:Ld}};return t.processor&&(h.processor=t.processor),i.list&&(h.list=i.list),i.named&&(h.named=i.named),Oe(i.plural)&&(h.pluralIndex=i.plural),h}const Bd=typeof Intl!="undefined",$d={dateTimeFormat:Bd&&typeof Intl.DateTimeFormat!="undefined",numberFormat:Bd&&typeof Intl.NumberFormat!="undefined"};function Vd(t,...e){const{datetimeFormats:n,unresolving:i,fallbackLocale:r,onWarn:a,localeFallbacker:l}=t,{__datetimeFormatters:o}=t;if(process.env.NODE_ENV!=="production"&&!$d.dateTimeFormat)return a(gn(qe.CANNOT_FORMAT_DATE)),Oa;const[u,c,d,s]=Wo(...e),h=q(d.missingWarn)?d.missingWarn:t.missingWarn,v=q(d.fallbackWarn)?d.fallbackWarn:t.fallbackWarn,O=!!d.part,I=Bo(t,d),P=l(t,r,I);if(!B(u)||u==="")return new Intl.DateTimeFormat(I,s).format(c);let _={},S,g=null,b=I,A=null;const N="datetime format";for(let x=0;x<P.length;x++){if(S=A=P[x],process.env.NODE_ENV!=="production"&&I!==S&&Sa(v,u)&&a(gn(qe.FALLBACK_TO_DATE_FORMAT,{key:u,target:S})),process.env.NODE_ENV!=="production"&&I!==S){const X=t.__v_emitter;X&&X.emit("fallback",{type:N,key:u,from:b,to:A,groupId:`${N}:${u}`})}if(_=n[S]||{},g=_[u],j(g))break;Vo(t,u,S,h,N),b=A}if(!j(g)||!B(S))return i?Ca:u;let C=`${S}__${u}`;ga(s)||(C=`${C}__${JSON.stringify(s)}`);let L=o.get(C);return L||(L=new Intl.DateTimeFormat(S,Se({},g,s)),o.set(C,L)),O?L.formatToParts(c):L.format(c)}const Ud=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function Wo(...t){const[e,n,i,r]=t,a={};let l={},o;if(B(e)){const u=e.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!u)throw bt(Le.INVALID_ISO_DATE_ARGUMENT);const c=u[3]?u[3].trim().startsWith("T")?`${u[1].trim()}${u[3].trim()}`:`${u[1].trim()}T${u[3].trim()}`:u[1].trim();o=new Date(c);try{o.toISOString()}catch(d){throw bt(Le.INVALID_ISO_DATE_ARGUMENT)}}else if(Ag(e)){if(isNaN(e.getTime()))throw bt(Le.INVALID_DATE_ARGUMENT);o=e}else if(Oe(e))o=e;else throw bt(Le.INVALID_ARGUMENT);return B(n)?a.key=n:j(n)&&Object.keys(n).forEach(u=>{Ud.includes(u)?l[u]=n[u]:a[u]=n[u]}),B(i)?a.locale=i:j(i)&&(l=i),j(r)&&(l=r),[a.key||"",o,a,l]}function Hd(t,e,n){const i=t;for(const r in n){const a=`${e}__${r}`;!i.__datetimeFormatters.has(a)||i.__datetimeFormatters.delete(a)}}function jd(t,...e){const{numberFormats:n,unresolving:i,fallbackLocale:r,onWarn:a,localeFallbacker:l}=t,{__numberFormatters:o}=t;if(process.env.NODE_ENV!=="production"&&!$d.numberFormat)return a(gn(qe.CANNOT_FORMAT_NUMBER)),Oa;const[u,c,d,s]=qo(...e),h=q(d.missingWarn)?d.missingWarn:t.missingWarn,v=q(d.fallbackWarn)?d.fallbackWarn:t.fallbackWarn,O=!!d.part,I=Bo(t,d),P=l(t,r,I);if(!B(u)||u==="")return new Intl.NumberFormat(I,s).format(c);let _={},S,g=null,b=I,A=null;const N="number format";for(let x=0;x<P.length;x++){if(S=A=P[x],process.env.NODE_ENV!=="production"&&I!==S&&Sa(v,u)&&a(gn(qe.FALLBACK_TO_NUMBER_FORMAT,{key:u,target:S})),process.env.NODE_ENV!=="production"&&I!==S){const X=t.__v_emitter;X&&X.emit("fallback",{type:N,key:u,from:b,to:A,groupId:`${N}:${u}`})}if(_=n[S]||{},g=_[u],j(g))break;Vo(t,u,S,h,N),b=A}if(!j(g)||!B(S))return i?Ca:u;let C=`${S}__${u}`;ga(s)||(C=`${C}__${JSON.stringify(s)}`);let L=o.get(C);return L||(L=new Intl.NumberFormat(S,Se({},g,s)),o.set(C,L)),O?L.formatToParts(c):L.format(c)}const Wd=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function qo(...t){const[e,n,i,r]=t,a={};let l={};if(!Oe(e))throw bt(Le.INVALID_ARGUMENT);const o=e;return B(n)?a.key=n:j(n)&&Object.keys(n).forEach(u=>{Wd.includes(u)?l[u]=n[u]:a[u]=n[u]}),B(i)?a.locale=i:j(i)&&(l=i),j(r)&&(l=r),[a.key||"",o,a,l]}function qd(t,e,n){const i=t;for(const r in n){const a=`${e}__${r}`;!i.__numberFormatters.has(a)||i.__numberFormatters.delete(a)}}dv();/**
20
+ * @vue/shared v3.4.35
21
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
22
+ * @license MIT
23
+ **//*! #__NO_SIDE_EFFECTS__ */function eb(t,e){const n=new Set(t.split(","));return e?i=>n.has(i.toLowerCase()):i=>n.has(i)}const Et=process.env.NODE_ENV!=="production"?Object.freeze({}):{};process.env.NODE_ENV!=="production"&&Object.freeze([]);const Kt=()=>{},tb=()=>!1,nb=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&(t.charCodeAt(2)>122||t.charCodeAt(2)<97),at=Object.assign,ib=(t,e)=>{const n=t.indexOf(e);n>-1&&t.splice(n,1)},rb=Object.prototype.hasOwnProperty,we=(t,e)=>rb.call(t,e),oe=Array.isArray,ii=t=>Ra(t)==="[object Map]",ab=t=>Ra(t)==="[object Set]",Ie=t=>typeof t=="function",st=t=>typeof t=="string",Ji=t=>typeof t=="symbol",Ke=t=>t!==null&&typeof t=="object",lb=t=>(Ke(t)||Ie(t))&&Ie(t.then)&&Ie(t.catch),ob=Object.prototype.toString,Ra=t=>ob.call(t),Kd=t=>Ra(t).slice(8,-1),ub=t=>Ra(t)==="[object Object]",Ko=t=>st(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,Gd=t=>{const e=Object.create(null);return n=>e[n]||(e[n]=t(n))},Xd=Gd(t=>t.charAt(0).toUpperCase()+t.slice(1)),cb=Gd(t=>t?`on${Xd(t)}`:""),Gt=(t,e)=>!Object.is(t,e),sb=(t,e,n,i=!1)=>{Object.defineProperty(t,e,{configurable:!0,enumerable:!1,writable:i,value:n})};let zd;const Jd=()=>zd||(zd=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function Go(t){if(oe(t)){const e={};for(let n=0;n<t.length;n++){const i=t[n],r=st(i)?mb(i):Go(i);if(r)for(const a in r)e[a]=r[a]}return e}else if(st(t)||Ke(t))return t}const db=/;(?![^(]*\))/g,fb=/:([^]+)/,hb=/\/\*[^]*?\*\//g;function mb(t){const e={};return t.replace(hb,"").split(db).forEach(n=>{if(n){const i=n.split(fb);i.length>1&&(e[i[0].trim()]=i[1].trim())}}),e}function Xo(t){let e="";if(st(t))e=t;else if(oe(t))for(let n=0;n<t.length;n++){const i=Xo(t[n]);i&&(e+=i+" ")}else if(Ke(t))for(const n in t)t[n]&&(e+=n+" ");return e.trim()}/**
24
+ * @vue/reactivity v3.4.35
25
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
26
+ * @license MIT
27
+ **/function Xt(t,...e){console.warn(`[Vue warn] ${t}`,...e)}let dt;class yb{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=dt,!e&&dt&&(this.index=(dt.scopes||(dt.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const n=dt;try{return dt=this,e()}finally{dt=n}}else process.env.NODE_ENV!=="production"&&Xt("cannot run an inactive effect scope.")}on(){dt=this}off(){dt=this.parent}stop(e){if(this._active){let n,i;for(n=0,i=this.effects.length;n<i;n++)this.effects[n].stop();for(n=0,i=this.cleanups.length;n<i;n++)this.cleanups[n]();if(this.scopes)for(n=0,i=this.scopes.length;n<i;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!e){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this._active=!1}}}function _b(t){return new yb(t)}function gb(t,e=dt){e&&e.active&&e.effects.push(t)}function vb(){return dt}let bn;class Qd{constructor(e,n,i,r){this.fn=e,this.trigger=n,this.scheduler=i,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,gb(this,r)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,Qi();for(let e=0;e<this._depsLength;e++){const n=this.deps[e];if(n.computed&&(bb(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),Zi()}return this._dirtyLevel>=4}set dirty(e){this._dirtyLevel=e?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let e=zt,n=bn;try{return zt=!0,bn=this,this._runnings++,Zd(this),this.fn()}finally{Yd(this),this._runnings--,bn=n,zt=e}}stop(){this.active&&(Zd(this),Yd(this),this.onStop&&this.onStop(),this.active=!1)}}function bb(t){return t.value}function Zd(t){t._trackId++,t._depsLength=0}function Yd(t){if(t.deps.length>t._depsLength){for(let e=t._depsLength;e<t.deps.length;e++)pd(t.deps[e],t);t.deps.length=t._depsLength}}function pd(t,e){const n=t.get(e);n!==void 0&&e._trackId!==n&&(t.delete(e),t.size===0&&t.cleanup())}let zt=!0,zo=0;const ef=[];function Qi(){ef.push(zt),zt=!1}function Zi(){const t=ef.pop();zt=t===void 0?!0:t}function Jo(){zo++}function Qo(){for(zo--;!zo&&Zo.length;)Zo.shift()()}function tf(t,e,n){var i;if(e.get(t)!==t._trackId){e.set(t,t._trackId);const r=t.deps[t._depsLength];r!==e?(r&&pd(r,t),t.deps[t._depsLength++]=e):t._depsLength++,process.env.NODE_ENV!=="production"&&((i=t.onTrack)==null||i.call(t,at({effect:t},n)))}}const Zo=[];function nf(t,e,n){var i;Jo();for(const r of t.keys()){let a;r._dirtyLevel<e&&(a!=null?a:a=t.get(r)===r._trackId)&&(r._shouldSchedule||(r._shouldSchedule=r._dirtyLevel===0),r._dirtyLevel=e),r._shouldSchedule&&(a!=null?a:a=t.get(r)===r._trackId)&&(process.env.NODE_ENV!=="production"&&((i=r.onTrigger)==null||i.call(r,at({effect:r},n))),r.trigger(),(!r._runnings||r.allowRecurse)&&r._dirtyLevel!==2&&(r._shouldSchedule=!1,r.scheduler&&Zo.push(r.scheduler)))}Qo()}const rf=(t,e)=>{const n=new Map;return n.cleanup=t,n.computed=e,n},Yo=new WeakMap,En=Symbol(process.env.NODE_ENV!=="production"?"iterate":""),po=Symbol(process.env.NODE_ENV!=="production"?"Map key iterate":"");function Ue(t,e,n){if(zt&&bn){let i=Yo.get(t);i||Yo.set(t,i=new Map);let r=i.get(n);r||i.set(n,r=rf(()=>i.delete(n))),tf(bn,r,process.env.NODE_ENV!=="production"?{target:t,type:e,key:n}:void 0)}}function Jt(t,e,n,i,r,a){const l=Yo.get(t);if(!l)return;let o=[];if(e==="clear")o=[...l.values()];else if(n==="length"&&oe(t)){const u=Number(i);l.forEach((c,d)=>{(d==="length"||!Ji(d)&&d>=u)&&o.push(c)})}else switch(n!==void 0&&o.push(l.get(n)),e){case"add":oe(t)?Ko(n)&&o.push(l.get("length")):(o.push(l.get(En)),ii(t)&&o.push(l.get(po)));break;case"delete":oe(t)||(o.push(l.get(En)),ii(t)&&o.push(l.get(po)));break;case"set":ii(t)&&o.push(l.get(En));break}Jo();for(const u of o)u&&nf(u,4,process.env.NODE_ENV!=="production"?{target:t,type:e,key:n,newValue:i,oldValue:r,oldTarget:a}:void 0);Qo()}const Eb=eb("__proto__,__v_isRef,__isVue"),af=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(Ji)),lf=wb();function wb(){const t={};return["includes","indexOf","lastIndexOf"].forEach(e=>{t[e]=function(...n){const i=K(this);for(let a=0,l=this.length;a<l;a++)Ue(i,"get",a+"");const r=i[e](...n);return r===-1||r===!1?i[e](...n.map(K)):r}}),["push","pop","shift","unshift","splice"].forEach(e=>{t[e]=function(...n){Qi(),Jo();const i=K(this)[e].apply(this,n);return Qo(),Zi(),i}}),t}function Ib(t){Ji(t)||(t=String(t));const e=K(this);return Ue(e,"has",t),e.hasOwnProperty(t)}class of{constructor(e=!1,n=!1){this._isReadonly=e,this._isShallow=n}get(e,n,i){const r=this._isReadonly,a=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return a;if(n==="__v_raw")return i===(r?a?_f:yf:a?Mb:mf).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(i)?e:void 0;const l=oe(e);if(!r){if(l&&we(lf,n))return Reflect.get(lf,n,i);if(n==="hasOwnProperty")return Ib}const o=Reflect.get(e,n,i);return(Ji(n)?af.has(n):Eb(n))||(r||Ue(e,"get",n),a)?o:Je(o)?l&&Ko(n)?o:o.value:Ke(o)?r?vf(o):gf(o):o}}class Tb extends of{constructor(e=!1){super(!1,e)}set(e,n,i,r){let a=e[n];if(!this._isShallow){const u=Pt(a);if(!At(i)&&!Pt(i)&&(a=K(a),i=K(i)),!oe(e)&&Je(a)&&!Je(i))return u?!1:(a.value=i,!0)}const l=oe(e)&&Ko(n)?Number(n)<e.length:we(e,n),o=Reflect.set(e,n,i,r);return e===K(r)&&(l?Gt(i,a)&&Jt(e,"set",n,i,a):Jt(e,"add",n,i)),o}deleteProperty(e,n){const i=we(e,n),r=e[n],a=Reflect.deleteProperty(e,n);return a&&i&&Jt(e,"delete",n,void 0,r),a}has(e,n){const i=Reflect.has(e,n);return(!Ji(n)||!af.has(n))&&Ue(e,"has",n),i}ownKeys(e){return Ue(e,"iterate",oe(e)?"length":En),Reflect.ownKeys(e)}}class uf extends of{constructor(e=!1){super(!0,e)}set(e,n){return process.env.NODE_ENV!=="production"&&Xt(`Set operation on key "${String(n)}" failed: target is readonly.`,e),!0}deleteProperty(e,n){return process.env.NODE_ENV!=="production"&&Xt(`Delete operation on key "${String(n)}" failed: target is readonly.`,e),!0}}const Cb=new Tb,Ob=new uf,Sb=new uf(!0),eu=t=>t,Na=t=>Reflect.getPrototypeOf(t);function Pa(t,e,n=!1,i=!1){t=t.__v_raw;const r=K(t),a=K(e);n||(Gt(e,a)&&Ue(r,"get",e),Ue(r,"get",a));const{has:l}=Na(r),o=i?eu:n?ru:Yi;if(l.call(r,e))return o(t.get(e));if(l.call(r,a))return o(t.get(a));t!==r&&t.get(e)}function Aa(t,e=!1){const n=this.__v_raw,i=K(n),r=K(t);return e||(Gt(t,r)&&Ue(i,"has",t),Ue(i,"has",r)),t===r?n.has(t):n.has(t)||n.has(r)}function ka(t,e=!1){return t=t.__v_raw,!e&&Ue(K(t),"iterate",En),Reflect.get(t,"size",t)}function cf(t,e=!1){!e&&!At(t)&&!Pt(t)&&(t=K(t));const n=K(this);return Na(n).has.call(n,t)||(n.add(t),Jt(n,"add",t,t)),this}function sf(t,e,n=!1){!n&&!At(e)&&!Pt(e)&&(e=K(e));const i=K(this),{has:r,get:a}=Na(i);let l=r.call(i,t);l?process.env.NODE_ENV!=="production"&&hf(i,r,t):(t=K(t),l=r.call(i,t));const o=a.call(i,t);return i.set(t,e),l?Gt(e,o)&&Jt(i,"set",t,e,o):Jt(i,"add",t,e),this}function df(t){const e=K(this),{has:n,get:i}=Na(e);let r=n.call(e,t);r?process.env.NODE_ENV!=="production"&&hf(e,n,t):(t=K(t),r=n.call(e,t));const a=i?i.call(e,t):void 0,l=e.delete(t);return r&&Jt(e,"delete",t,void 0,a),l}function ff(){const t=K(this),e=t.size!==0,n=process.env.NODE_ENV!=="production"?ii(t)?new Map(t):new Set(t):void 0,i=t.clear();return e&&Jt(t,"clear",void 0,void 0,n),i}function Da(t,e){return function(i,r){const a=this,l=a.__v_raw,o=K(l),u=e?eu:t?ru:Yi;return!t&&Ue(o,"iterate",En),l.forEach((c,d)=>i.call(r,u(c),u(d),a))}}function La(t,e,n){return function(...i){const r=this.__v_raw,a=K(r),l=ii(a),o=t==="entries"||t===Symbol.iterator&&l,u=t==="keys"&&l,c=r[t](...i),d=n?eu:e?ru:Yi;return!e&&Ue(a,"iterate",u?po:En),{next(){const{value:s,done:h}=c.next();return h?{value:s,done:h}:{value:o?[d(s[0]),d(s[1])]:d(s),done:h}},[Symbol.iterator](){return this}}}}function Qt(t){return function(...e){if(process.env.NODE_ENV!=="production"){const n=e[0]?`on key "${e[0]}" `:"";Xt(`${Xd(t)} operation ${n}failed: target is readonly.`,K(this))}return t==="delete"?!1:t==="clear"?void 0:this}}function Rb(){const t={get(a){return Pa(this,a)},get size(){return ka(this)},has:Aa,add:cf,set:sf,delete:df,clear:ff,forEach:Da(!1,!1)},e={get(a){return Pa(this,a,!1,!0)},get size(){return ka(this)},has:Aa,add(a){return cf.call(this,a,!0)},set(a,l){return sf.call(this,a,l,!0)},delete:df,clear:ff,forEach:Da(!1,!0)},n={get(a){return Pa(this,a,!0)},get size(){return ka(this,!0)},has(a){return Aa.call(this,a,!0)},add:Qt("add"),set:Qt("set"),delete:Qt("delete"),clear:Qt("clear"),forEach:Da(!0,!1)},i={get(a){return Pa(this,a,!0,!0)},get size(){return ka(this,!0)},has(a){return Aa.call(this,a,!0)},add:Qt("add"),set:Qt("set"),delete:Qt("delete"),clear:Qt("clear"),forEach:Da(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(a=>{t[a]=La(a,!1,!1),n[a]=La(a,!0,!1),e[a]=La(a,!1,!0),i[a]=La(a,!0,!0)}),[t,n,e,i]}const[Nb,Pb,Ab,kb]=Rb();function tu(t,e){const n=e?t?kb:Ab:t?Pb:Nb;return(i,r,a)=>r==="__v_isReactive"?!t:r==="__v_isReadonly"?t:r==="__v_raw"?i:Reflect.get(we(n,r)&&r in i?n:i,r,a)}const Db={get:tu(!1,!1)},Lb={get:tu(!0,!1)},xb={get:tu(!0,!0)};function hf(t,e,n){const i=K(n);if(i!==n&&e.call(t,i)){const r=Kd(t);Xt(`Reactive ${r} contains both the raw and reactive versions of the same object${r==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const mf=new WeakMap,Mb=new WeakMap,yf=new WeakMap,_f=new WeakMap;function Fb(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Bb(t){return t.__v_skip||!Object.isExtensible(t)?0:Fb(Kd(t))}function gf(t){return Pt(t)?t:nu(t,!1,Cb,Db,mf)}function vf(t){return nu(t,!0,Ob,Lb,yf)}function xa(t){return nu(t,!0,Sb,xb,_f)}function nu(t,e,n,i,r){if(!Ke(t))return process.env.NODE_ENV!=="production"&&Xt(`value cannot be made ${e?"readonly":"reactive"}: ${String(t)}`),t;if(t.__v_raw&&!(e&&t.__v_isReactive))return t;const a=r.get(t);if(a)return a;const l=Bb(t);if(l===0)return t;const o=new Proxy(t,l===2?i:n);return r.set(t,o),o}function ri(t){return Pt(t)?ri(t.__v_raw):!!(t&&t.__v_isReactive)}function Pt(t){return!!(t&&t.__v_isReadonly)}function At(t){return!!(t&&t.__v_isShallow)}function iu(t){return t?!!t.__v_raw:!1}function K(t){const e=t&&t.__v_raw;return e?K(e):t}function $b(t){return Object.isExtensible(t)&&sb(t,"__v_skip",!0),t}const Yi=t=>Ke(t)?gf(t):t,ru=t=>Ke(t)?vf(t):t,Vb="Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free";class bf{constructor(e,n,i,r){this.getter=e,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new Qd(()=>e(this._value),()=>Ma(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=i}get value(){const e=K(this);return(!e._cacheable||e.effect.dirty)&&Gt(e._value,e._value=e.effect.run())&&Ma(e,4),Ef(e),e.effect._dirtyLevel>=2&&(process.env.NODE_ENV!=="production"&&this._warnRecursive&&Xt(Vb,`
28
+
29
+ getter: `,this.getter),Ma(e,2)),e._value}set value(e){this._setter(e)}get _dirty(){return this.effect.dirty}set _dirty(e){this.effect.dirty=e}}function Ub(t,e,n=!1){let i,r;const a=Ie(t);a?(i=t,r=process.env.NODE_ENV!=="production"?()=>{Xt("Write operation failed: computed value is readonly")}:Kt):(i=t.get,r=t.set);const l=new bf(i,r,a||!r,n);return process.env.NODE_ENV!=="production"&&e&&!n&&(l.effect.onTrack=e.onTrack,l.effect.onTrigger=e.onTrigger),l}function Ef(t){var e;zt&&bn&&(t=K(t),tf(bn,(e=t.dep)!=null?e:t.dep=rf(()=>t.dep=void 0,t instanceof bf?t:void 0),process.env.NODE_ENV!=="production"?{target:t,type:"get",key:"value"}:void 0))}function Ma(t,e=4,n,i){t=K(t);const r=t.dep;r&&nf(r,e,process.env.NODE_ENV!=="production"?{target:t,type:"set",key:"value",newValue:n,oldValue:i}:void 0)}function Je(t){return!!(t&&t.__v_isRef===!0)}function ai(t){return If(t,!1)}function wf(t){return If(t,!0)}function If(t,e){return Je(t)?t:new Hb(t,e)}class Hb{constructor(e,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?e:K(e),this._value=n?e:Yi(e)}get value(){return Ef(this),this._value}set value(e){const n=this.__v_isShallow||At(e)||Pt(e);if(e=n?e:K(e),Gt(e,this._rawValue)){const i=this._rawValue;this._rawValue=e,this._value=n?e:Yi(e),Ma(this,4,e,i)}}}function jb(t){return Je(t)?t.value:t}const Wb={get:(t,e,n)=>jb(Reflect.get(t,e,n)),set:(t,e,n,i)=>{const r=t[e];return Je(r)&&!Je(n)?(r.value=n,!0):Reflect.set(t,e,n,i)}};function qb(t){return ri(t)?t:new Proxy(t,Wb)}/**
30
+ * @vue/runtime-core v3.4.35
31
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
32
+ * @license MIT
33
+ **/const wn=[];function Kb(t){wn.push(t)}function Gb(){wn.pop()}let au=!1;function ue(t,...e){if(au)return;au=!0,Qi();const n=wn.length?wn[wn.length-1].component:null,i=n&&n.appContext.config.warnHandler,r=Xb();if(i)In(i,n,11,[t+e.map(a=>{var l,o;return(o=(l=a.toString)==null?void 0:l.call(a))!=null?o:JSON.stringify(a)}).join(""),n&&n.proxy,r.map(({vnode:a})=>`at <${Xf(n,a.type)}>`).join(`
34
+ `),r]);else{const a=[`[Vue warn]: ${t}`,...e];r.length&&a.push(`
35
+ `,...zb(r)),console.warn(...a)}Zi(),au=!1}function Xb(){let t=wn[wn.length-1];if(!t)return[];const e=[];for(;t;){const n=e[0];n&&n.vnode===t?n.recurseCount++:e.push({vnode:t,recurseCount:0});const i=t.component&&t.component.parent;t=i&&i.vnode}return e}function zb(t){const e=[];return t.forEach((n,i)=>{e.push(...i===0?[]:[`
36
+ `],...Jb(n))}),e}function Jb({vnode:t,recurseCount:e}){const n=e>0?`... (${e} recursive calls)`:"",i=t.component?t.component.parent==null:!1,r=` at <${Xf(t.component,t.type,i)}`,a=">"+n;return t.props?[r,...Qb(t.props),a]:[r+a]}function Qb(t){const e=[],n=Object.keys(t);return n.slice(0,3).forEach(i=>{e.push(...Tf(i,t[i]))}),n.length>3&&e.push(" ..."),e}function Tf(t,e,n){return st(e)?(e=JSON.stringify(e),n?e:[`${t}=${e}`]):typeof e=="number"||typeof e=="boolean"||e==null?n?e:[`${t}=${e}`]:Je(e)?(e=Tf(t,K(e.value),!0),n?e:[`${t}=Ref<`,e,">"]):Ie(e)?[`${t}=fn${e.name?`<${e.name}>`:""}`]:(e=K(e),n?e:[`${t}=`,e])}const lu={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",[0]:"setup function",[1]:"render function",[2]:"watcher getter",[3]:"watcher callback",[4]:"watcher cleanup function",[5]:"native event handler",[6]:"component event handler",[7]:"vnode hook",[8]:"directive hook",[9]:"transition hook",[10]:"app errorHandler",[11]:"app warnHandler",[12]:"ref function",[13]:"async component loader",[14]:"scheduler flush",[15]:"component update"};function In(t,e,n,i){try{return i?t(...i):t()}catch(r){ou(r,e,n)}}function pi(t,e,n,i){if(Ie(t)){const r=In(t,e,n,i);return r&&lb(r)&&r.catch(a=>{ou(a,e,n)}),r}if(oe(t)){const r=[];for(let a=0;a<t.length;a++)r.push(pi(t[a],e,n,i));return r}else process.env.NODE_ENV!=="production"&&ue(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof t}`)}function ou(t,e,n,i=!0){const r=e?e.vnode:null;if(e){let a=e.parent;const l=e.proxy,o=process.env.NODE_ENV!=="production"?lu[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const c=a.ec;if(c){for(let d=0;d<c.length;d++)if(c[d](t,l,o)===!1)return}a=a.parent}const u=e.appContext.config.errorHandler;if(u){Qi(),In(u,null,10,[t,l,o]),Zi();return}}Zb(t,n,r,i)}function Zb(t,e,n,i=!0){if(process.env.NODE_ENV!=="production"){const r=lu[e];if(n&&Kb(n),ue(`Unhandled error${r?` during execution of ${r}`:""}`),n&&Gb(),i)throw t;console.error(t)}else console.error(t)}let Fa=!1,uu=!1;const ft=[];let Zt=0;const li=[];let Yt=null,Tn=0;const Cf=Promise.resolve();let cu=null;const Yb=100;function pb(t){const e=cu||Cf;return t?e.then(this?t.bind(this):t):e}function eE(t){let e=Zt+1,n=ft.length;for(;e<n;){const i=e+n>>>1,r=ft[i],a=er(r);a<t||a===t&&r.pre?e=i+1:n=i}return e}function su(t){(!ft.length||!ft.includes(t,Fa&&t.allowRecurse?Zt+1:Zt))&&(t.id==null?ft.push(t):ft.splice(eE(t.id),0,t),Of())}function Of(){!Fa&&!uu&&(uu=!0,cu=Cf.then(Rf))}function Sf(t){oe(t)?li.push(...t):(!Yt||!Yt.includes(t,t.allowRecurse?Tn+1:Tn))&&li.push(t),Of()}function tE(t){if(li.length){const e=[...new Set(li)].sort((n,i)=>er(n)-er(i));if(li.length=0,Yt){Yt.push(...e);return}for(Yt=e,process.env.NODE_ENV!=="production"&&(t=t||new Map),Tn=0;Tn<Yt.length;Tn++){const n=Yt[Tn];process.env.NODE_ENV!=="production"&&Nf(t,n)||n.active!==!1&&n()}Yt=null,Tn=0}}const er=t=>t.id==null?1/0:t.id,nE=(t,e)=>{const n=er(t)-er(e);if(n===0){if(t.pre&&!e.pre)return-1;if(e.pre&&!t.pre)return 1}return n};function Rf(t){uu=!1,Fa=!0,process.env.NODE_ENV!=="production"&&(t=t||new Map),ft.sort(nE);const e=process.env.NODE_ENV!=="production"?n=>Nf(t,n):Kt;try{for(Zt=0;Zt<ft.length;Zt++){const n=ft[Zt];if(n&&n.active!==!1){if(process.env.NODE_ENV!=="production"&&e(n))continue;In(n,n.i,n.i?15:14)}}}finally{Zt=0,ft.length=0,tE(t),Fa=!1,cu=null,(ft.length||li.length)&&Rf(t)}}function Nf(t,e){if(!t.has(e))t.set(e,1);else{const n=t.get(e);if(n>Yb){const i=e.i,r=i&&Gf(i.type);return ou(`Maximum recursive updates exceeded${r?` in component <${r}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}else t.set(e,n+1)}}const du=new Map;process.env.NODE_ENV!=="production"&&(Jd().__VUE_HMR_RUNTIME__={createRecord:fu(iE),rerender:fu(rE),reload:fu(aE)});const Ba=new Map;function iE(t,e){return Ba.has(t)?!1:(Ba.set(t,{initialDef:$a(e),instances:new Set}),!0)}function $a(t){return zf(t)?t.__vccOpts:t}function rE(t,e){const n=Ba.get(t);!n||(n.initialDef.render=e,[...n.instances].forEach(i=>{e&&(i.render=e,$a(i.type).render=e),i.renderCache=[],i.effect.dirty=!0,i.update()}))}function aE(t,e){const n=Ba.get(t);if(!n)return;e=$a(e),Pf(n.initialDef,e);const i=[...n.instances];for(let r=0;r<i.length;r++){const a=i[r],l=$a(a.type);let o=du.get(l);o||(l!==n.initialDef&&Pf(l,e),du.set(l,o=new Set)),o.add(a),a.appContext.propsCache.delete(a.type),a.appContext.emitsCache.delete(a.type),a.appContext.optionsCache.delete(a.type),a.ceReload?(o.add(a),a.ceReload(e.styles),o.delete(a)):a.parent?(a.parent.effect.dirty=!0,su(()=>{a.parent.update(),o.delete(a)})):a.appContext.reload?a.appContext.reload():typeof window!="undefined"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}Sf(()=>{du.clear()})}function Pf(t,e){at(t,e);for(const n in t)n!=="__file"&&!(n in e)&&delete t[n]}function fu(t){return(e,n)=>{try{return t(e,n)}catch(i){console.error(i),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let oi,Va=[];function Af(t,e){var n,i;oi=t,oi?(oi.enabled=!0,Va.forEach(({event:r,args:a})=>oi.emit(r,...a)),Va=[]):typeof window!="undefined"&&window.HTMLElement&&!((i=(n=window.navigator)==null?void 0:n.userAgent)!=null&&i.includes("jsdom"))?((e.__VUE_DEVTOOLS_HOOK_REPLAY__=e.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(a=>{Af(a,e)}),setTimeout(()=>{oi||(e.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Va=[])},3e3)):Va=[]}let wt=null,lE=null;function kf(t,e){t.shapeFlag&6&&t.component?kf(t.component.subTree,e):t.shapeFlag&128?(t.ssContent.transition=e.clone(t.ssContent),t.ssFallback.transition=e.clone(t.ssFallback)):t.transition=e}/*! #__NO_SIDE_EFFECTS__ */function hu(t,e){return Ie(t)?(()=>at({name:t.name},e,{setup:t}))():t}function oE(t,e,n=On,i=!1){if(n){const r=n[t]||(n[t]=[]),a=e.__weh||(e.__weh=(...l)=>{Qi();const o=Kf(n),u=pi(e,n,t,l);return o(),Zi(),u});return i?r.unshift(a):r.push(a),a}else if(process.env.NODE_ENV!=="production"){const r=cb(lu[t].replace(/ hook$/,""));ue(`${r} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}}const mu=t=>(e,n=On)=>{(!Ka||t==="sp")&&oE(t,(...i)=>e(...i),n)},uE=mu("bm"),cE=mu("m"),sE=mu("um"),dE=Symbol.for("v-ndc"),yu=t=>t?xE(t)?ME(t):yu(t.parent):null,tr=at(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>process.env.NODE_ENV!=="production"?xa(t.props):t.props,$attrs:t=>process.env.NODE_ENV!=="production"?xa(t.attrs):t.attrs,$slots:t=>process.env.NODE_ENV!=="production"?xa(t.slots):t.slots,$refs:t=>process.env.NODE_ENV!=="production"?xa(t.refs):t.refs,$parent:t=>yu(t.parent),$root:t=>yu(t.root),$emit:t=>t.emit,$options:t=>__VUE_OPTIONS_API__?yE(t):t.type,$forceUpdate:t=>t.f||(t.f=()=>{t.effect.dirty=!0,su(t.update)}),$nextTick:t=>t.n||(t.n=pb.bind(t.proxy)),$watch:t=>__VUE_OPTIONS_API__?CE.bind(t):Kt}),fE=t=>t==="_"||t==="$",_u=(t,e)=>t!==Et&&!t.__isScriptSetup&&we(t,e),hE={get({_:t},e){if(e==="__v_skip")return!0;const{ctx:n,setupState:i,data:r,props:a,accessCache:l,type:o,appContext:u}=t;if(process.env.NODE_ENV!=="production"&&e==="__isVue")return!0;let c;if(e[0]!=="$"){const v=l[e];if(v!==void 0)switch(v){case 1:return i[e];case 2:return r[e];case 4:return n[e];case 3:return a[e]}else{if(_u(i,e))return l[e]=1,i[e];if(r!==Et&&we(r,e))return l[e]=2,r[e];if((c=t.propsOptions[0])&&we(c,e))return l[e]=3,a[e];if(n!==Et&&we(n,e))return l[e]=4,n[e];(!__VUE_OPTIONS_API__||mE)&&(l[e]=0)}}const d=tr[e];let s,h;if(d)return e==="$attrs"?(Ue(t.attrs,"get",""),process.env.NODE_ENV!=="production"&&void 0):process.env.NODE_ENV!=="production"&&e==="$slots"&&Ue(t,"get",e),d(t);if((s=o.__cssModules)&&(s=s[e]))return s;if(n!==Et&&we(n,e))return l[e]=4,n[e];if(h=u.config.globalProperties,we(h,e))return h[e];process.env.NODE_ENV!=="production"&&wt&&(!st(e)||e.indexOf("__v")!==0)&&(r!==Et&&fE(e[0])&&we(r,e)?ue(`Property ${JSON.stringify(e)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):t===wt&&ue(`Property ${JSON.stringify(e)} was accessed during render but is not defined on instance.`))},set({_:t},e,n){const{data:i,setupState:r,ctx:a}=t;return _u(r,e)?(r[e]=n,!0):process.env.NODE_ENV!=="production"&&r.__isScriptSetup&&we(r,e)?(ue(`Cannot mutate <script setup> binding "${e}" from Options API.`),!1):i!==Et&&we(i,e)?(i[e]=n,!0):we(t.props,e)?(process.env.NODE_ENV!=="production"&&ue(`Attempting to mutate prop "${e}". Props are readonly.`),!1):e[0]==="$"&&e.slice(1)in t?(process.env.NODE_ENV!=="production"&&ue(`Attempting to mutate public property "${e}". Properties starting with $ are reserved and readonly.`),!1):(process.env.NODE_ENV!=="production"&&e in t.appContext.config.globalProperties?Object.defineProperty(a,e,{enumerable:!0,configurable:!0,value:n}):a[e]=n,!0)},has({_:{data:t,setupState:e,accessCache:n,ctx:i,appContext:r,propsOptions:a}},l){let o;return!!n[l]||t!==Et&&we(t,l)||_u(e,l)||(o=a[0])&&we(o,l)||we(i,l)||we(tr,l)||we(r.config.globalProperties,l)},defineProperty(t,e,n){return n.get!=null?t._.accessCache[e]=0:we(n,"value")&&this.set(t,e,n.value,null),Reflect.defineProperty(t,e,n)}};process.env.NODE_ENV!=="production"&&(hE.ownKeys=t=>(ue("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(t)));function Df(t){return oe(t)?t.reduce((e,n)=>(e[n]=null,e),{}):t}let mE=!0;function yE(t){const e=t.type,{mixins:n,extends:i}=e,{mixins:r,optionsCache:a,config:{optionMergeStrategies:l}}=t.appContext,o=a.get(e);let u;return o?u=o:!r.length&&!n&&!i?u=e:(u={},r.length&&r.forEach(c=>Ua(u,c,l,!0)),Ua(u,e,l)),Ke(e)&&a.set(e,u),u}function Ua(t,e,n,i=!1){const{mixins:r,extends:a}=e;a&&Ua(t,a,n,!0),r&&r.forEach(l=>Ua(t,l,n,!0));for(const l in e)if(i&&l==="expose")process.env.NODE_ENV!=="production"&&ue('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const o=_E[l]||n&&n[l];t[l]=o?o(t[l],e[l]):e[l]}return t}const _E={data:Lf,props:Mf,emits:Mf,methods:nr,computed:nr,beforeCreate:Ge,created:Ge,beforeMount:Ge,mounted:Ge,beforeUpdate:Ge,updated:Ge,beforeDestroy:Ge,beforeUnmount:Ge,destroyed:Ge,unmounted:Ge,activated:Ge,deactivated:Ge,errorCaptured:Ge,serverPrefetch:Ge,components:nr,directives:nr,watch:vE,provide:Lf,inject:gE};function Lf(t,e){return e?t?function(){return at(Ie(t)?t.call(this,this):t,Ie(e)?e.call(this,this):e)}:e:t}function gE(t,e){return nr(xf(t),xf(e))}function xf(t){if(oe(t)){const e={};for(let n=0;n<t.length;n++)e[t[n]]=t[n];return e}return t}function Ge(t,e){return t?[...new Set([].concat(t,e))]:e}function nr(t,e){return t?at(Object.create(null),t,e):e}function Mf(t,e){return t?oe(t)&&oe(e)?[...new Set([...t,...e])]:at(Object.create(null),Df(t),Df(e!=null?e:{})):e}function vE(t,e){if(!t)return e;if(!e)return t;const n=at(Object.create(null),t);for(const i in e)n[i]=Ge(t[i],e[i]);return n}function bE(){return{app:null,config:{isNativeTag:tb,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Ff=null;function Bf(t,e,n=!1){const i=On||wt;if(i||Ff){const r=i?i.parent==null?i.vnode.appContext&&i.vnode.appContext.provides:i.parent.provides:Ff._context.provides;if(r&&t in r)return r[t];if(arguments.length>1)return n&&Ie(e)?e.call(i&&i.proxy):e;process.env.NODE_ENV!=="production"&&ue(`injection "${String(t)}" not found.`)}else process.env.NODE_ENV!=="production"&&ue("inject() can only be used inside setup() or functional components.")}const EE={},$f=t=>Object.getPrototypeOf(t)===EE,wE=t=>t.__isTeleport,Vf=RE,IE=Symbol.for("v-scx"),TE=()=>{{const t=Bf(IE);return t||process.env.NODE_ENV!=="production"&&ue("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),t}},Ha={};function gu(t,e,n){return process.env.NODE_ENV!=="production"&&!Ie(e)&&ue("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),Uf(t,e,n)}function Uf(t,e,{immediate:n,deep:i,flush:r,once:a,onTrack:l,onTrigger:o}=Et){if(e&&a){const C=e;e=(...L)=>{C(...L),N()}}process.env.NODE_ENV!=="production"&&i!==void 0&&typeof i=="number"&&ue('watch() "deep" option with number value will be used as watch depth in future versions. Please use a boolean instead to avoid potential breakage.'),process.env.NODE_ENV!=="production"&&!e&&(n!==void 0&&ue('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),i!==void 0&&ue('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),a!==void 0&&ue('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const u=C=>{ue("Invalid watch source: ",C,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},c=On,d=C=>i===!0?C:Cn(C,i===!1?1:void 0);let s,h=!1,v=!1;if(Je(t)?(s=()=>t.value,h=At(t)):ri(t)?(s=()=>d(t),h=!0):oe(t)?(v=!0,h=t.some(C=>ri(C)||At(C)),s=()=>t.map(C=>{if(Je(C))return C.value;if(ri(C))return d(C);if(Ie(C))return In(C,c,2);process.env.NODE_ENV!=="production"&&u(C)})):Ie(t)?e?s=()=>In(t,c,2):s=()=>(O&&O(),pi(t,c,3,[I])):(s=Kt,process.env.NODE_ENV!=="production"&&u(t)),e&&i){const C=s;s=()=>Cn(C())}let O,I=C=>{O=b.onStop=()=>{In(C,c,4),O=b.onStop=void 0}},P;if(Ka)if(I=Kt,e?n&&pi(e,c,3,[s(),v?[]:void 0,I]):s(),r==="sync"){const C=TE();P=C.__watcherHandles||(C.__watcherHandles=[])}else return Kt;let _=v?new Array(t.length).fill(Ha):Ha;const S=()=>{if(!(!b.active||!b.dirty))if(e){const C=b.run();(i||h||(v?C.some((L,x)=>Gt(L,_[x])):Gt(C,_)))&&(O&&O(),pi(e,c,3,[C,_===Ha?void 0:v&&_[0]===Ha?[]:_,I]),_=C)}else b.run()};S.allowRecurse=!!e;let g;r==="sync"?g=S:r==="post"?g=()=>Vf(S,c&&c.suspense):(S.pre=!0,c&&(S.id=c.uid),g=()=>su(S));const b=new Qd(s,Kt,g),A=vb(),N=()=>{b.stop(),A&&ib(A.effects,b)};return process.env.NODE_ENV!=="production"&&(b.onTrack=l,b.onTrigger=o),e?n?S():_=b.run():r==="post"?Vf(b.run.bind(b),c&&c.suspense):b.run(),P&&P.push(N),N}function CE(t,e,n){const i=this.proxy,r=st(t)?t.includes(".")?OE(i,t):()=>i[t]:t.bind(i,i);let a;Ie(e)?a=e:(a=e.handler,n=e);const l=Kf(this),o=Uf(r,a.bind(i),n);return l(),o}function OE(t,e){const n=e.split(".");return()=>{let i=t;for(let r=0;r<n.length&&i;r++)i=i[n[r]];return i}}function Cn(t,e=1/0,n){if(e<=0||!Ke(t)||t.__v_skip||(n=n||new Set,n.has(t)))return t;if(n.add(t),e--,Je(t))Cn(t.value,e,n);else if(oe(t))for(let i=0;i<t.length;i++)Cn(t[i],e,n);else if(ab(t)||ii(t))t.forEach(i=>{Cn(i,e,n)});else if(ub(t)){for(const i in t)Cn(t[i],e,n);for(const i of Object.getOwnPropertySymbols(t))Object.prototype.propertyIsEnumerable.call(t,i)&&Cn(t[i],e,n)}return t}function QR(){}const SE=t=>t.__isSuspense;function RE(t,e){e&&e.pendingBranch?oe(t)?e.effects.push(...t):e.effects.push(t):Sf(t)}const ja=Symbol.for("v-fgt"),Hf=Symbol.for("v-txt"),NE=Symbol.for("v-cmt");let ui=null;function vu(t){return t?t.__v_isVNode===!0:!1}const PE=(...t)=>Wf(...t),jf=({key:t})=>t!=null?t:null,Wa=({ref:t,ref_key:e,ref_for:n})=>(typeof t=="number"&&(t=""+t),t!=null?st(t)||Je(t)||Ie(t)?{i:wt,r:t,k:e,f:!!n}:t:null);function AE(t,e=null,n=null,i=0,r=null,a=t===ja?0:1,l=!1,o=!1){const u={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&jf(e),ref:e&&Wa(e),scopeId:lE,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:i,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:wt};return o?(bu(u,n),a&128&&t.normalize(u)):n&&(u.shapeFlag|=st(n)?8:16),process.env.NODE_ENV!=="production"&&u.key!==u.key&&ue("VNode created with invalid key (NaN). VNode type:",u.type),!l&&ui&&(u.patchFlag>0||a&6)&&u.patchFlag!==32&&ui.push(u),u}const ci=process.env.NODE_ENV!=="production"?PE:Wf;function Wf(t,e=null,n=null,i=0,r=null,a=!1){if((!t||t===dE)&&(process.env.NODE_ENV!=="production"&&!t&&ue(`Invalid vnode type when creating vnode: ${t}.`),t=NE),vu(t)){const o=qa(t,e,!0);return n&&bu(o,n),!a&&ui&&(o.shapeFlag&6?ui[ui.indexOf(t)]=o:ui.push(o)),o.patchFlag=-2,o}if(zf(t)&&(t=t.__vccOpts),e){e=kE(e);let{class:o,style:u}=e;o&&!st(o)&&(e.class=Xo(o)),Ke(u)&&(iu(u)&&!oe(u)&&(u=at({},u)),e.style=Go(u))}const l=st(t)?1:SE(t)?128:wE(t)?64:Ke(t)?4:Ie(t)?2:0;return process.env.NODE_ENV!=="production"&&l&4&&iu(t)&&(t=K(t),ue("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
37
+ Component that was made reactive: `,t)),AE(t,e,n,i,r,l,a,!0)}function kE(t){return t?iu(t)||$f(t)?at({},t):t:null}function qa(t,e,n=!1,i=!1){const{props:r,ref:a,patchFlag:l,children:o,transition:u}=t,c=e?LE(r||{},e):r,d={__v_isVNode:!0,__v_skip:!0,type:t.type,props:c,key:c&&jf(c),ref:e&&e.ref?n&&a?oe(a)?a.concat(Wa(e)):[a,Wa(e)]:Wa(e):a,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:process.env.NODE_ENV!=="production"&&l===-1&&oe(o)?o.map(qf):o,target:t.target,targetStart:t.targetStart,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:e&&t.type!==ja?l===-1?16:l|16:l,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:u,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&qa(t.ssContent),ssFallback:t.ssFallback&&qa(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce};return u&&i&&kf(d,u.clone(d)),d}function qf(t){const e=qa(t);return oe(t.children)&&(e.children=t.children.map(qf)),e}function DE(t=" ",e=0){return ci(Hf,null,t,e)}function bu(t,e){let n=0;const{shapeFlag:i}=t;if(e==null)e=null;else if(oe(e))n=16;else if(typeof e=="object")if(i&65){const r=e.default;r&&(r._c&&(r._d=!1),bu(t,r()),r._c&&(r._d=!0));return}else{n=32;const r=e._;!r&&!$f(e)?e._ctx=wt:r===3&&wt&&(wt.slots._===1?e._=1:(e._=2,t.patchFlag|=1024))}else Ie(e)?(e={default:e,_ctx:wt},n=32):(e=String(e),i&64?(n=16,e=[DE(e)]):n=8);t.children=e,t.shapeFlag|=n}function LE(...t){const e={};for(let n=0;n<t.length;n++){const i=t[n];for(const r in i)if(r==="class")e.class!==i.class&&(e.class=Xo([e.class,i.class]));else if(r==="style")e.style=Go([e.style,i.style]);else if(nb(r)){const a=e[r],l=i[r];l&&a!==l&&!(oe(a)&&a.includes(l))&&(e[r]=a?[].concat(a,l):l)}else r!==""&&(e[r]=i[r])}return e}bE();let On=null;const si=()=>On||wt;let Eu;{const t=Jd(),e=(n,i)=>{let r;return(r=t[n])||(r=t[n]=[]),r.push(i),a=>{r.length>1?r.forEach(l=>l(a)):r[0](a)}};Eu=e("__VUE_INSTANCE_SETTERS__",n=>On=n),e("__VUE_SSR_SETTERS__",n=>Ka=n)}const Kf=t=>{const e=On;return Eu(t),t.scope.on(),()=>{t.scope.off(),Eu(e)}};function xE(t){return t.vnode.shapeFlag&4}let Ka=!1;process.env.NODE_ENV;function ME(t){return t.exposed?t.exposeProxy||(t.exposeProxy=new Proxy(qb($b(t.exposed)),{get(e,n){if(n in e)return e[n];if(n in tr)return tr[n](t)},has(e,n){return n in e||n in tr}})):t.proxy}const FE=/(?:^|[-_])(\w)/g,BE=t=>t.replace(FE,e=>e.toUpperCase()).replace(/[-_]/g,"");function Gf(t,e=!0){return Ie(t)?t.displayName||t.name:t.name||e&&t.__name}function Xf(t,e,n=!1){let i=Gf(e);if(!i&&e.__file){const r=e.__file.match(/([^/\\]+)\.\w+$/);r&&(i=r[1])}if(!i&&t&&t.parent){const r=a=>{for(const l in a)if(a[l]===e)return l};i=r(t.components||t.parent.type.components)||r(t.appContext.components)}return i?BE(i):n?"App":"Anonymous"}function zf(t){return Ie(t)&&"__vccOpts"in t}const It=(t,e)=>{const n=Ub(t,e,Ka);if(process.env.NODE_ENV!=="production"){const i=si();i&&i.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0)}return n};function Jf(t,e,n){const i=arguments.length;return i===2?Ke(e)&&!oe(e)?vu(e)?ci(t,null,[e]):ci(t,e):ci(t,null,e):(i>3?n=Array.prototype.slice.call(arguments,2):i===3&&vu(n)&&(n=[n]),ci(t,e,n))}function $E(){if(process.env.NODE_ENV==="production"||typeof window=="undefined")return;const t={style:"color:#3ba776"},e={style:"color:#1677ff"},n={style:"color:#f5222d"},i={style:"color:#eb2f96"},r={__vue_custom_formatter:!0,header(s){return Ke(s)?s.__isVue?["div",t,"VueInstance"]:Je(s)?["div",{},["span",t,d(s)],"<",o(s.value),">"]:ri(s)?["div",{},["span",t,At(s)?"ShallowReactive":"Reactive"],"<",o(s),`>${Pt(s)?" (readonly)":""}`]:Pt(s)?["div",{},["span",t,At(s)?"ShallowReadonly":"Readonly"],"<",o(s),">"]:null:null},hasBody(s){return s&&s.__isVue},body(s){if(s&&s.__isVue)return["div",{},...a(s.$)]}};function a(s){const h=[];s.type.props&&s.props&&h.push(l("props",K(s.props))),s.setupState!==Et&&h.push(l("setup",s.setupState)),s.data!==Et&&h.push(l("data",K(s.data)));const v=u(s,"computed");v&&h.push(l("computed",v));const O=u(s,"inject");return O&&h.push(l("injected",O)),h.push(["div",{},["span",{style:i.style+";opacity:0.66"},"$ (internal): "],["object",{object:s}]]),h}function l(s,h){return h=at({},h),Object.keys(h).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},s],["div",{style:"padding-left:1.25em"},...Object.keys(h).map(v=>["div",{},["span",i,v+": "],o(h[v],!1)])]]:["span",{}]}function o(s,h=!0){return typeof s=="number"?["span",e,s]:typeof s=="string"?["span",n,JSON.stringify(s)]:typeof s=="boolean"?["span",i,s]:Ke(s)?["object",{object:h?K(s):s}]:["span",n,String(s)]}function u(s,h){const v=s.type;if(Ie(v))return;const O={};for(const I in s.ctx)c(v,I,h)&&(O[I]=s.ctx[I]);return O}function c(s,h,v){const O=s[v];if(oe(O)&&O.includes(h)||Ke(O)&&h in O||s.extends&&c(s.extends,h,v)||s.mixins&&s.mixins.some(I=>c(I,h,v)))return!0}function d(s){return At(s)?"ShallowRef":s.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(r):window.devtoolsFormatters=[r]}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;/**
38
+ * vue v3.4.35
39
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
40
+ * @license MIT
41
+ **/function VE(){$E()}process.env.NODE_ENV!=="production"&&VE();function UE(){return Qf().__VUE_DEVTOOLS_GLOBAL_HOOK__}function Qf(){return typeof navigator!="undefined"&&typeof window!="undefined"?window:typeof globalThis!="undefined"?globalThis:{}}const HE=typeof Proxy=="function",jE="devtools-plugin:setup",WE="plugin:settings:set";let di,wu;function qE(){var t;return di!==void 0||(typeof window!="undefined"&&window.performance?(di=!0,wu=window.performance):typeof globalThis!="undefined"&&((t=globalThis.perf_hooks)===null||t===void 0?void 0:t.performance)?(di=!0,wu=globalThis.perf_hooks.performance):di=!1),di}function KE(){return qE()?wu.now():Date.now()}class GE{constructor(e,n){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=e,this.hook=n;const i={};if(e.settings)for(const l in e.settings){const o=e.settings[l];i[l]=o.defaultValue}const r=`__vue-devtools-plugin-settings__${e.id}`;let a=Object.assign({},i);try{const l=localStorage.getItem(r),o=JSON.parse(l);Object.assign(a,o)}catch(l){}this.fallbacks={getSettings(){return a},setSettings(l){try{localStorage.setItem(r,JSON.stringify(l))}catch(o){}a=l},now(){return KE()}},n&&n.on(WE,(l,o)=>{l===this.plugin.id&&this.fallbacks.setSettings(o)}),this.proxiedOn=new Proxy({},{get:(l,o)=>this.target?this.target.on[o]:(...u)=>{this.onQueue.push({method:o,args:u})}}),this.proxiedTarget=new Proxy({},{get:(l,o)=>this.target?this.target[o]:o==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(o)?(...u)=>(this.targetQueue.push({method:o,args:u,resolve:()=>{}}),this.fallbacks[o](...u)):(...u)=>new Promise(c=>{this.targetQueue.push({method:o,args:u,resolve:c})})})}setRealTarget(e){return Zn(this,null,function*(){this.target=e;for(const n of this.onQueue)this.target.on[n.method](...n.args);for(const n of this.targetQueue)n.resolve(yield this.target[n.method](...n.args))})}}function XE(t,e){const n=t,i=Qf(),r=UE(),a=HE&&n.enableEarlyProxy;if(r&&(i.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!a))r.emit(jE,t,e);else{const l=a?new GE(n,r):null;(i.__VUE_DEVTOOLS_PLUGINS__=i.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:e,proxy:l}),l&&e(l.proxiedTarget)}}/*!
42
+ * vue-i18n v9.13.1
43
+ * (c) 2024 kazuya kawaguchi
44
+ * Released under the MIT License.
45
+ */const zE="9.13.1";function JE(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(Rt().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(Rt().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(Rt().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(Rt().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(Rt().__INTLIFY_PROD_DEVTOOLS__=!1)}const Zf=qe.__EXTEND_POINT__,kt=ba(Zf),se={FALLBACK_TO_ROOT:Zf,NOT_SUPPORTED_PRESERVE:kt(),NOT_SUPPORTED_FORMATTER:kt(),NOT_SUPPORTED_PRESERVE_DIRECTIVE:kt(),NOT_SUPPORTED_GET_CHOICE_INDEX:kt(),COMPONENT_NAME_LEGACY_COMPATIBLE:kt(),NOT_FOUND_PARENT_SCOPE:kt(),IGNORE_OBJ_FLATTEN:kt(),NOTICE_DROP_ALLOW_COMPOSITION:kt(),NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG:kt()},QE={[se.FALLBACK_TO_ROOT]:"Fall back to {type} '{key}' with root locale.",[se.NOT_SUPPORTED_PRESERVE]:"Not supported 'preserve'.",[se.NOT_SUPPORTED_FORMATTER]:"Not supported 'formatter'.",[se.NOT_SUPPORTED_PRESERVE_DIRECTIVE]:"Not supported 'preserveDirectiveContent'.",[se.NOT_SUPPORTED_GET_CHOICE_INDEX]:"Not supported 'getChoiceIndex'.",[se.COMPONENT_NAME_LEGACY_COMPATIBLE]:"Component name legacy compatible: '{name}' -> 'i18n'",[se.NOT_FOUND_PARENT_SCOPE]:"Not found parent scope. use the global scope.",[se.IGNORE_OBJ_FLATTEN]:"Ignore object flatten: '{key}' key has an string value",[se.NOTICE_DROP_ALLOW_COMPOSITION]:"'allowComposition' option will be dropped in the next major version. For more information, please see \u{1F449} https://tinyurl.com/2p97mcze",[se.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG]:"'translateExistCompatible' option will be dropped in the next major version."};function Qe(t,...e){return Gi(QE[t],...e)}const Yf=Le.__EXTEND_POINT__,Ze=ba(Yf),z={UNEXPECTED_RETURN_TYPE:Yf,INVALID_ARGUMENT:Ze(),MUST_BE_CALL_SETUP_TOP:Ze(),NOT_INSTALLED:Ze(),NOT_AVAILABLE_IN_LEGACY_MODE:Ze(),REQUIRED_VALUE:Ze(),INVALID_VALUE:Ze(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:Ze(),NOT_INSTALLED_WITH_PROVIDE:Ze(),UNEXPECTED_ERROR:Ze(),NOT_COMPATIBLE_LEGACY_VUE_I18N:Ze(),BRIDGE_SUPPORT_VUE_2_ONLY:Ze(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:Ze(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:Ze(),__EXTEND_POINT__:Ze()};function Ne(t,...e){return Yn(t,null,process.env.NODE_ENV!=="production"?{messages:ZE,args:e}:void 0)}const ZE={[z.UNEXPECTED_RETURN_TYPE]:"Unexpected return type in composer",[z.INVALID_ARGUMENT]:"Invalid argument",[z.MUST_BE_CALL_SETUP_TOP]:"Must be called at the top of a `setup` function",[z.NOT_INSTALLED]:"Need to install with `app.use` function",[z.UNEXPECTED_ERROR]:"Unexpected error",[z.NOT_AVAILABLE_IN_LEGACY_MODE]:"Not available in legacy mode",[z.REQUIRED_VALUE]:"Required in value: {0}",[z.INVALID_VALUE]:"Invalid value",[z.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]:"Cannot setup vue-devtools plugin",[z.NOT_INSTALLED_WITH_PROVIDE]:"Need to install with `provide` function",[z.NOT_COMPATIBLE_LEGACY_VUE_I18N]:"Not compatible legacy VueI18n.",[z.BRIDGE_SUPPORT_VUE_2_ONLY]:"vue-i18n-bridge support Vue 2.x only",[z.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION]:"Must define \u2018i18n\u2019 option or custom block in Composition API with using local scope in Legacy API mode",[z.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]:"Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"},Iu=ut("__translateVNode"),Tu=ut("__datetimeParts"),Cu=ut("__numberParts"),Sn=ut("__enableEmitter"),ir=ut("__disableEmitter"),pf=ut("__setPluralRules");ut("__intlifyMeta");const eh=ut("__injectWithOption"),Ou=ut("__dispose");function rr(t){if(!J(t))return t;for(const e in t)if(!!va(t,e))if(!e.includes("."))J(t[e])&&rr(t[e]);else{const n=e.split("."),i=n.length-1;let r=t,a=!1;for(let l=0;l<i;l++){if(n[l]in r||(r[n[l]]={}),!J(r[n[l]])){process.env.NODE_ENV!=="production"&&Re(Qe(se.IGNORE_OBJ_FLATTEN,{key:n[l]})),a=!0;break}r=r[n[l]]}a||(r[n[i]]=t[e],delete t[e]),J(r[n[i]])&&rr(r[n[i]])}return t}function Ga(t,e){const{messages:n,__i18n:i,messageResolver:r,flatJson:a}=e,l=j(n)?n:le(i)?{}:{[t]:{}};if(le(i)&&i.forEach(o=>{if("locale"in o&&"resource"in o){const{locale:u,resource:c}=o;u?(l[u]=l[u]||{},wa(c,l[u])):wa(c,l)}else B(o)&&wa(JSON.parse(o),l)}),r==null&&a)for(const o in l)va(l,o)&&rr(l[o]);return l}function th(t){return t.type}function nh(t,e,n){let i=J(e.messages)?e.messages:{};"__i18nGlobal"in n&&(i=Ga(t.locale.value,{messages:i,__i18n:n.__i18nGlobal}));const r=Object.keys(i);r.length&&r.forEach(a=>{t.mergeLocaleMessage(a,i[a])});{if(J(e.datetimeFormats)){const a=Object.keys(e.datetimeFormats);a.length&&a.forEach(l=>{t.mergeDateTimeFormat(l,e.datetimeFormats[l])})}if(J(e.numberFormats)){const a=Object.keys(e.numberFormats);a.length&&a.forEach(l=>{t.mergeNumberFormat(l,e.numberFormats[l])})}}}function ih(t){return ci(Hf,null,t,0)}const rh="__INTLIFY_META__",ah=()=>[],YE=()=>!1;let lh=0;function oh(t){return(e,n,i,r)=>t(n,i,si()||void 0,r)}const pE=()=>{const t=si();let e=null;return t&&(e=th(t)[rh])?{[rh]:e}:null};function Su(t={},e){const{__root:n,__injectWithOption:i}=t,r=n===void 0,a=t.flatJson,l=ot?ai:wf,o=!!t.translateExistCompatible;process.env.NODE_ENV!=="production"&&o&&ad(Qe(se.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG));let u=q(t.inheritLocale)?t.inheritLocale:!0;const c=l(n&&u?n.locale.value:B(t.locale)?t.locale:ti),d=l(n&&u?n.fallbackLocale.value:B(t.fallbackLocale)||le(t.fallbackLocale)||j(t.fallbackLocale)||t.fallbackLocale===!1?t.fallbackLocale:c.value),s=l(Ga(c.value,t)),h=l(j(t.datetimeFormats)?t.datetimeFormats:{[c.value]:{}}),v=l(j(t.numberFormats)?t.numberFormats:{[c.value]:{}});let O=n?n.missingWarn:q(t.missingWarn)||Ht(t.missingWarn)?t.missingWarn:!0,I=n?n.fallbackWarn:q(t.fallbackWarn)||Ht(t.fallbackWarn)?t.fallbackWarn:!0,P=n?n.fallbackRoot:q(t.fallbackRoot)?t.fallbackRoot:!0,_=!!t.fallbackFormat,S=ie(t.missing)?t.missing:null,g=ie(t.missing)?oh(t.missing):null,b=ie(t.postTranslation)?t.postTranslation:null,A=n?n.warnHtmlMessage:q(t.warnHtmlMessage)?t.warnHtmlMessage:!0,N=!!t.escapeParameter;const C=n?n.modifiers:j(t.modifiers)?t.modifiers:{};let L=t.pluralRules||n&&n.pluralRules,x;x=(()=>{r&&Cd(null);const R={version:zE,locale:c.value,fallbackLocale:d.value,messages:s.value,modifiers:C,pluralRules:L,missing:g===null?void 0:g,missingWarn:O,fallbackWarn:I,fallbackFormat:_,unresolving:!0,postTranslation:b===null?void 0:b,warnHtmlMessage:A,escapeParameter:N,messageResolver:t.messageResolver,messageCompiler:t.messageCompiler,__meta:{framework:"vue"}};R.datetimeFormats=h.value,R.numberFormats=v.value,R.__datetimeFormatters=j(x)?x.__datetimeFormatters:void 0,R.__numberFormatters=j(x)?x.__numberFormatters:void 0,process.env.NODE_ENV!=="production"&&(R.__v_emitter=j(x)?x.__v_emitter:void 0);const M=Wv(R);return r&&Cd(M),M})(),zi(x,c.value,d.value);function Me(){return[c.value,d.value,s.value,h.value,v.value]}const W=It({get:()=>c.value,set:R=>{c.value=R,x.locale=c.value}}),ge=It({get:()=>d.value,set:R=>{d.value=R,x.fallbackLocale=d.value,zi(x,c.value,R)}}),ze=It(()=>s.value),dn=It(()=>h.value),it=It(()=>v.value);function fn(){return ie(b)?b:null}function hn(R){b=R,x.postTranslation=R}function ta(){return S}function na(R){R!==null&&(g=oh(R)),S=R,x.missing=g}function ia(R,M){return R!=="translate"||!M.resolvedMessage}const lt=(R,M,p,be,mn,No)=>{Me();let Hi;try{(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&Id(pE()),r||(x.fallbackContext=n?jv():void 0),Hi=R(x)}finally{(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&Id(null),r||(x.fallbackContext=void 0)}if(p!=="translate exists"&&Oe(Hi)&&Hi===Ca||p==="translate exists"&&!Hi){const[Qn,jR]=M();if(process.env.NODE_ENV!=="production"&&n&&B(Qn)&&ia(p,jR)&&(P&&(Sa(I,Qn)||Sd(O,Qn))&&Re(Qe(se.FALLBACK_TO_ROOT,{key:Qn,type:p})),process.env.NODE_ENV!=="production")){const{__v_emitter:fg}=x;fg&&P&&fg.emit("fallback",{type:p,key:Qn,to:"global",groupId:`${p}:${Qn}`})}return n&&P?be(n):mn(Qn)}else{if(No(Hi))return Hi;throw Ne(z.UNEXPECTED_RETURN_TYPE)}};function $i(...R){return lt(M=>Reflect.apply(xd,null,[M,...R]),()=>jo(...R),"translate",M=>Reflect.apply(M.t,M,[...R]),M=>M,M=>B(M))}function Vi(...R){const[M,p,be]=R;if(be&&!J(be))throw Ne(z.INVALID_ARGUMENT);return $i(M,p,Se({resolvedMessage:!0},be||{}))}function ra(...R){return lt(M=>Reflect.apply(Vd,null,[M,...R]),()=>Wo(...R),"datetime format",M=>Reflect.apply(M.d,M,[...R]),()=>Oa,M=>B(M))}function aa(...R){return lt(M=>Reflect.apply(jd,null,[M,...R]),()=>qo(...R),"number format",M=>Reflect.apply(M.n,M,[...R]),()=>Oa,M=>B(M))}function la(R){return R.map(M=>B(M)||Oe(M)||q(M)?ih(String(M)):M)}const oa={normalize:la,interpolate:R=>R,type:"vnode"};function Ui(...R){return lt(M=>{let p;const be=M;try{be.processor=oa,p=Reflect.apply(xd,null,[be,...R])}finally{be.processor=null}return p},()=>jo(...R),"translate",M=>M[Iu](...R),M=>[ih(M)],M=>le(M))}function ua(...R){return lt(M=>Reflect.apply(jd,null,[M,...R]),()=>qo(...R),"number format",M=>M[Cu](...R),ah,M=>B(M)||le(M))}function ca(...R){return lt(M=>Reflect.apply(Vd,null,[M,...R]),()=>Wo(...R),"datetime format",M=>M[Tu](...R),ah,M=>B(M)||le(M))}function sa(R){L=R,x.pluralRules=L}function F(R,M){return lt(()=>{if(!R)return!1;const p=B(M)?M:c.value,be=Jn(p),mn=x.messageResolver(be,R);return o?mn!=null:qt(mn)||rt(mn)||B(mn)},()=>[R],"translate exists",p=>Reflect.apply(p.te,p,[R,M]),YE,p=>q(p))}function Y(R){let M=null;const p=md(x,d.value,c.value);for(let be=0;be<p.length;be++){const mn=s.value[p[be]]||{},No=x.messageResolver(mn,R);if(No!=null){M=No;break}}return M}function da(R){const M=Y(R);return M!=null?M:n?n.tm(R)||{}:{}}function Jn(R){return s.value[R]||{}}function fa(R,M){if(a){const p={[R]:M};for(const be in p)va(p,be)&&rr(p[be]);M=p[R]}s.value[R]=M,x.messages=s.value}function js(R,M){s.value[R]=s.value[R]||{};const p={[R]:M};if(a)for(const be in p)va(p,be)&&rr(p[be]);M=p[R],wa(M,s.value[R]),x.messages=s.value}function m(R){return h.value[R]||{}}function y(R,M){h.value[R]=M,x.datetimeFormats=h.value,Hd(x,R,M)}function k(R,M){h.value[R]=Se(h.value[R]||{},M),x.datetimeFormats=h.value,Hd(x,R,M)}function $(R){return v.value[R]||{}}function fe(R,M){v.value[R]=M,x.numberFormats=v.value,qd(x,R,M)}function ae(R,M){v.value[R]=Se(v.value[R]||{},M),x.numberFormats=v.value,qd(x,R,M)}lh++,n&&ot&&(gu(n.locale,R=>{u&&(c.value=R,x.locale=R,zi(x,c.value,d.value))}),gu(n.fallbackLocale,R=>{u&&(d.value=R,x.fallbackLocale=R,zi(x,c.value,d.value))}));const ne={id:lh,locale:W,fallbackLocale:ge,get inheritLocale(){return u},set inheritLocale(R){u=R,R&&n&&(c.value=n.locale.value,d.value=n.fallbackLocale.value,zi(x,c.value,d.value))},get availableLocales(){return Object.keys(s.value).sort()},messages:ze,get modifiers(){return C},get pluralRules(){return L||{}},get isGlobal(){return r},get missingWarn(){return O},set missingWarn(R){O=R,x.missingWarn=O},get fallbackWarn(){return I},set fallbackWarn(R){I=R,x.fallbackWarn=I},get fallbackRoot(){return P},set fallbackRoot(R){P=R},get fallbackFormat(){return _},set fallbackFormat(R){_=R,x.fallbackFormat=_},get warnHtmlMessage(){return A},set warnHtmlMessage(R){A=R,x.warnHtmlMessage=R},get escapeParameter(){return N},set escapeParameter(R){N=R,x.escapeParameter=R},t:$i,getLocaleMessage:Jn,setLocaleMessage:fa,mergeLocaleMessage:js,getPostTranslationHandler:fn,setPostTranslationHandler:hn,getMissingHandler:ta,setMissingHandler:na,[pf]:sa};return ne.datetimeFormats=dn,ne.numberFormats=it,ne.rt=Vi,ne.te=F,ne.tm=da,ne.d=ra,ne.n=aa,ne.getDateTimeFormat=m,ne.setDateTimeFormat=y,ne.mergeDateTimeFormat=k,ne.getNumberFormat=$,ne.setNumberFormat=fe,ne.mergeNumberFormat=ae,ne[eh]=i,ne[Iu]=Ui,ne[Tu]=ca,ne[Cu]=ua,process.env.NODE_ENV!=="production"&&(ne[Sn]=R=>{x.__v_emitter=R},ne[ir]=()=>{x.__v_emitter=void 0}),ne}function e0(t){const e=B(t.locale)?t.locale:ti,n=B(t.fallbackLocale)||le(t.fallbackLocale)||j(t.fallbackLocale)||t.fallbackLocale===!1?t.fallbackLocale:e,i=ie(t.missing)?t.missing:void 0,r=q(t.silentTranslationWarn)||Ht(t.silentTranslationWarn)?!t.silentTranslationWarn:!0,a=q(t.silentFallbackWarn)||Ht(t.silentFallbackWarn)?!t.silentFallbackWarn:!0,l=q(t.fallbackRoot)?t.fallbackRoot:!0,o=!!t.formatFallbackMessages,u=j(t.modifiers)?t.modifiers:{},c=t.pluralizationRules,d=ie(t.postTranslation)?t.postTranslation:void 0,s=B(t.warnHtmlInMessage)?t.warnHtmlInMessage!=="off":!0,h=!!t.escapeParameterHtml,v=q(t.sync)?t.sync:!0;process.env.NODE_ENV!=="production"&&t.formatter&&Re(Qe(se.NOT_SUPPORTED_FORMATTER)),process.env.NODE_ENV!=="production"&&t.preserveDirectiveContent&&Re(Qe(se.NOT_SUPPORTED_PRESERVE_DIRECTIVE));let O=t.messages;if(j(t.sharedMessages)){const N=t.sharedMessages;O=Object.keys(N).reduce((L,x)=>{const X=L[x]||(L[x]={});return Se(X,N[x]),L},O||{})}const{__i18n:I,__root:P,__injectWithOption:_}=t,S=t.datetimeFormats,g=t.numberFormats,b=t.flatJson,A=t.translateExistCompatible;return{locale:e,fallbackLocale:n,messages:O,flatJson:b,datetimeFormats:S,numberFormats:g,missing:i,missingWarn:r,fallbackWarn:a,fallbackRoot:l,fallbackFormat:o,modifiers:u,pluralRules:c,postTranslation:d,warnHtmlMessage:s,escapeParameter:h,messageResolver:t.messageResolver,inheritLocale:v,translateExistCompatible:A,__i18n:I,__root:P,__injectWithOption:_}}function Ru(t={},e){{const n=Su(e0(t)),{__extender:i}=t,r={id:n.id,get locale(){return n.locale.value},set locale(a){n.locale.value=a},get fallbackLocale(){return n.fallbackLocale.value},set fallbackLocale(a){n.fallbackLocale.value=a},get messages(){return n.messages.value},get datetimeFormats(){return n.datetimeFormats.value},get numberFormats(){return n.numberFormats.value},get availableLocales(){return n.availableLocales},get formatter(){return process.env.NODE_ENV!=="production"&&Re(Qe(se.NOT_SUPPORTED_FORMATTER)),{interpolate(){return[]}}},set formatter(a){process.env.NODE_ENV!=="production"&&Re(Qe(se.NOT_SUPPORTED_FORMATTER))},get missing(){return n.getMissingHandler()},set missing(a){n.setMissingHandler(a)},get silentTranslationWarn(){return q(n.missingWarn)?!n.missingWarn:n.missingWarn},set silentTranslationWarn(a){n.missingWarn=q(a)?!a:a},get silentFallbackWarn(){return q(n.fallbackWarn)?!n.fallbackWarn:n.fallbackWarn},set silentFallbackWarn(a){n.fallbackWarn=q(a)?!a:a},get modifiers(){return n.modifiers},get formatFallbackMessages(){return n.fallbackFormat},set formatFallbackMessages(a){n.fallbackFormat=a},get postTranslation(){return n.getPostTranslationHandler()},set postTranslation(a){n.setPostTranslationHandler(a)},get sync(){return n.inheritLocale},set sync(a){n.inheritLocale=a},get warnHtmlInMessage(){return n.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(a){n.warnHtmlMessage=a!=="off"},get escapeParameterHtml(){return n.escapeParameter},set escapeParameterHtml(a){n.escapeParameter=a},get preserveDirectiveContent(){return process.env.NODE_ENV!=="production"&&Re(Qe(se.NOT_SUPPORTED_PRESERVE_DIRECTIVE)),!0},set preserveDirectiveContent(a){process.env.NODE_ENV!=="production"&&Re(Qe(se.NOT_SUPPORTED_PRESERVE_DIRECTIVE))},get pluralizationRules(){return n.pluralRules||{}},__composer:n,t(...a){const[l,o,u]=a,c={};let d=null,s=null;if(!B(l))throw Ne(z.INVALID_ARGUMENT);const h=l;return B(o)?c.locale=o:le(o)?d=o:j(o)&&(s=o),le(u)?d=u:j(u)&&(s=u),Reflect.apply(n.t,n,[h,d||s||{},c])},rt(...a){return Reflect.apply(n.rt,n,[...a])},tc(...a){const[l,o,u]=a,c={plural:1};let d=null,s=null;if(!B(l))throw Ne(z.INVALID_ARGUMENT);const h=l;return B(o)?c.locale=o:Oe(o)?c.plural=o:le(o)?d=o:j(o)&&(s=o),B(u)?c.locale=u:le(u)?d=u:j(u)&&(s=u),Reflect.apply(n.t,n,[h,d||s||{},c])},te(a,l){return n.te(a,l)},tm(a){return n.tm(a)},getLocaleMessage(a){return n.getLocaleMessage(a)},setLocaleMessage(a,l){n.setLocaleMessage(a,l)},mergeLocaleMessage(a,l){n.mergeLocaleMessage(a,l)},d(...a){return Reflect.apply(n.d,n,[...a])},getDateTimeFormat(a){return n.getDateTimeFormat(a)},setDateTimeFormat(a,l){n.setDateTimeFormat(a,l)},mergeDateTimeFormat(a,l){n.mergeDateTimeFormat(a,l)},n(...a){return Reflect.apply(n.n,n,[...a])},getNumberFormat(a){return n.getNumberFormat(a)},setNumberFormat(a,l){n.setNumberFormat(a,l)},mergeNumberFormat(a,l){n.mergeNumberFormat(a,l)},getChoiceIndex(a,l){return process.env.NODE_ENV!=="production"&&Re(Qe(se.NOT_SUPPORTED_GET_CHOICE_INDEX)),-1}};return r.__extender=i,process.env.NODE_ENV!=="production"&&(r.__enableEmitter=a=>{const l=n;l[Sn]&&l[Sn](a)},r.__disableEmitter=()=>{const a=n;a[ir]&&a[ir]()}),r}}const Nu={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:t=>t==="parent"||t==="global",default:"parent"},i18n:{type:Object}};function t0({slots:t},e){return e.length===1&&e[0]==="default"?(t.default?t.default():[]).reduce((i,r)=>[...i,...r.type===ja?r.children:[r]],[]):e.reduce((n,i)=>{const r=t[i];return r&&(n[i]=r()),n},{})}function uh(t){return ja}const Pu=hu({name:"i18n-t",props:Se({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:t=>Oe(t)||!isNaN(t)}},Nu),setup(t,e){const{slots:n,attrs:i}=e,r=t.i18n||Lu({useScope:t.scope,__useComponent:!0});return()=>{const a=Object.keys(n).filter(s=>s!=="_"),l={};t.locale&&(l.locale=t.locale),t.plural!==void 0&&(l.plural=B(t.plural)?+t.plural:t.plural);const o=t0(e,a),u=r[Iu](t.keypath,o,l),c=Se({},i),d=B(t.tag)||J(t.tag)?t.tag:uh();return Jf(d,c,u)}}});function n0(t){return le(t)&&!B(t[0])}function ch(t,e,n,i){const{slots:r,attrs:a}=e;return()=>{const l={part:!0};let o={};t.locale&&(l.locale=t.locale),B(t.format)?l.key=t.format:J(t.format)&&(B(t.format.key)&&(l.key=t.format.key),o=Object.keys(t.format).reduce((h,v)=>n.includes(v)?Se({},h,{[v]:t.format[v]}):h,{}));const u=i(t.value,l,o);let c=[l.key];le(u)?c=u.map((h,v)=>{const O=r[h.type],I=O?O({[h.type]:h.value,index:v,parts:u}):[h.value];return n0(I)&&(I[0].key=`${h.type}-${v}`),I}):B(u)&&(c=[u]);const d=Se({},a),s=B(t.tag)||J(t.tag)?t.tag:uh();return Jf(s,d,c)}}const sh=hu({name:"i18n-n",props:Se({value:{type:Number,required:!0},format:{type:[String,Object]}},Nu),setup(t,e){const n=t.i18n||Lu({useScope:t.scope,__useComponent:!0});return ch(t,e,Wd,(...i)=>n[Cu](...i))}}),dh=hu({name:"i18n-d",props:Se({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},Nu),setup(t,e){const n=t.i18n||Lu({useScope:t.scope,__useComponent:!0});return ch(t,e,Ud,(...i)=>n[Tu](...i))}});function i0(t,e){const n=t;if(t.mode==="composition")return n.__getInstance(e)||t.global;{const i=n.__getInstance(e);return i!=null?i.__composer:t.global.__composer}}function r0(t){const e=l=>{const{instance:o,modifiers:u,value:c}=l;if(!o||!o.$)throw Ne(z.UNEXPECTED_ERROR);const d=i0(t,o.$);process.env.NODE_ENV!=="production"&&u.preserve&&Re(Qe(se.NOT_SUPPORTED_PRESERVE));const s=fh(c);return[Reflect.apply(d.t,d,[...hh(s)]),d]};return{created:(l,o)=>{const[u,c]=e(o);ot&&t.global===c&&(l.__i18nWatcher=gu(c.locale,()=>{o.instance&&o.instance.$forceUpdate()})),l.__composer=c,l.textContent=u},unmounted:l=>{ot&&l.__i18nWatcher&&(l.__i18nWatcher(),l.__i18nWatcher=void 0,delete l.__i18nWatcher),l.__composer&&(l.__composer=void 0,delete l.__composer)},beforeUpdate:(l,{value:o})=>{if(l.__composer){const u=l.__composer,c=fh(o);l.textContent=Reflect.apply(u.t,u,[...hh(c)])}},getSSRProps:l=>{const[o]=e(l);return{textContent:o}}}}function fh(t){if(B(t))return{path:t};if(j(t)){if(!("path"in t))throw Ne(z.REQUIRED_VALUE,"path");return t}else throw Ne(z.INVALID_VALUE)}function hh(t){const{path:e,locale:n,args:i,choice:r,plural:a}=t,l={},o=i||{};return B(n)&&(l.locale=n),Oe(r)&&(l.plural=r),Oe(a)&&(l.plural=a),[e,o,l]}function a0(t,e,...n){const i=j(n[0])?n[0]:{},r=!!i.useI18nComponentName,a=q(i.globalInstall)?i.globalInstall:!0;process.env.NODE_ENV!=="production"&&a&&r&&Re(Qe(se.COMPONENT_NAME_LEGACY_COMPATIBLE,{name:Pu.name})),a&&([r?"i18n":Pu.name,"I18nT"].forEach(l=>t.component(l,Pu)),[sh.name,"I18nN"].forEach(l=>t.component(l,sh)),[dh.name,"I18nD"].forEach(l=>t.component(l,dh))),t.directive("t",r0(e))}const Au={["vue-devtools-plugin-vue-i18n"]:"Vue I18n devtools",["vue-i18n-resource-inspector"]:"I18n Resources",["vue-i18n-timeline"]:"Vue I18n"},l0={["vue-i18n-resource-inspector"]:"Search for scopes ..."},o0={["vue-i18n-timeline"]:16764185},mh="vue-i18n: composer properties";let ku;function u0(t,e){return Zn(this,null,function*(){return new Promise((n,i)=>{try{XE({id:"vue-devtools-plugin-vue-i18n",label:Au["vue-devtools-plugin-vue-i18n"],packageName:"vue-i18n",homepage:"https://vue-i18n.intlify.dev",logo:"https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png",componentStateTypes:[mh],app:t},r=>{ku=r,r.on.visitComponentTree(({componentInstance:l,treeNode:o})=>{c0(l,o,e)}),r.on.inspectComponent(({componentInstance:l,instanceData:o})=>{l.vnode.el&&l.vnode.el.__VUE_I18N__&&o&&(e.mode==="legacy"?l.vnode.el.__VUE_I18N__!==e.global.__composer&&_h(o,l.vnode.el.__VUE_I18N__):_h(o,l.vnode.el.__VUE_I18N__))}),r.addInspector({id:"vue-i18n-resource-inspector",label:Au["vue-i18n-resource-inspector"],icon:"language",treeFilterPlaceholder:l0["vue-i18n-resource-inspector"]}),r.on.getInspectorTree(l=>{l.app===t&&l.inspectorId==="vue-i18n-resource-inspector"&&m0(l,e)});const a=new Map;r.on.getInspectorState(l=>Zn(this,null,function*(){if(l.app===t&&l.inspectorId==="vue-i18n-resource-inspector")if(r.unhighlightElement(),_0(l,e),l.nodeId==="global"){if(!a.has(l.app)){const[o]=yield r.getComponentInstances(l.app);a.set(l.app,o)}r.highlightElement(a.get(l.app))}else{const o=y0(l.nodeId,e);o&&r.highlightElement(o)}})),r.on.editInspectorState(l=>{l.app===t&&l.inspectorId==="vue-i18n-resource-inspector"&&v0(l,e)}),r.addTimelineLayer({id:"vue-i18n-timeline",label:Au["vue-i18n-timeline"],color:o0["vue-i18n-timeline"]}),n(!0)})}catch(r){console.error(r),i(!1)}})})}function yh(t){return t.type.name||t.type.displayName||t.type.__file||"Anonymous"}function c0(t,e,n){const i=n.mode==="composition"?n.global:n.global.__composer;if(t&&t.vnode.el&&t.vnode.el.__VUE_I18N__&&t.vnode.el.__VUE_I18N__!==i){const r={label:`i18n (${yh(t)} Scope)`,textColor:0,backgroundColor:16764185};e.tags.push(r)}}function _h(t,e){const n=mh;t.state.push({type:n,key:"locale",editable:!0,value:e.locale.value}),t.state.push({type:n,key:"availableLocales",editable:!1,value:e.availableLocales}),t.state.push({type:n,key:"fallbackLocale",editable:!0,value:e.fallbackLocale.value}),t.state.push({type:n,key:"inheritLocale",editable:!0,value:e.inheritLocale}),t.state.push({type:n,key:"messages",editable:!1,value:Du(e.messages.value)}),t.state.push({type:n,key:"datetimeFormats",editable:!1,value:e.datetimeFormats.value}),t.state.push({type:n,key:"numberFormats",editable:!1,value:e.numberFormats.value})}function Du(t){const e={};return Object.keys(t).forEach(n=>{const i=t[n];ie(i)&&"source"in i?e[n]=h0(i):qt(i)&&i.loc&&i.loc.source?e[n]=i.loc.source:J(i)?e[n]=Du(i):e[n]=i}),e}const s0={"<":"&lt;",">":"&gt;",'"':"&quot;","&":"&amp;"};function d0(t){return t.replace(/[<>"&]/g,f0)}function f0(t){return s0[t]||t}function h0(t){const e=t.source?`("${d0(t.source)}")`:"(?)";return{_custom:{type:"function",display:`<span>\u0192</span> ${e}`}}}function m0(t,e){t.rootNodes.push({id:"global",label:"Global Scope"});const n=e.mode==="composition"?e.global:e.global.__composer;for(const[i,r]of e.__instances){const a=e.mode==="composition"?r:r.__composer;n!==a&&t.rootNodes.push({id:a.id.toString(),label:`${yh(i)} Scope`})}}function y0(t,e){let n=null;if(t!=="global"){for(const[i,r]of e.__instances.entries())if(r.id.toString()===t){n=i;break}}return n}function gh(t,e){if(t==="global")return e.mode==="composition"?e.global:e.global.__composer;{const n=Array.from(e.__instances.values()).find(i=>i.id.toString()===t);return n?e.mode==="composition"?n:n.__composer:null}}function _0(t,e){const n=gh(t.nodeId,e);return n&&(t.state=g0(n)),null}function g0(t){const e={},n="Locale related info",i=[{type:n,key:"locale",editable:!0,value:t.locale.value},{type:n,key:"fallbackLocale",editable:!0,value:t.fallbackLocale.value},{type:n,key:"availableLocales",editable:!1,value:t.availableLocales},{type:n,key:"inheritLocale",editable:!0,value:t.inheritLocale}];e[n]=i;const r="Locale messages info",a=[{type:r,key:"messages",editable:!1,value:Du(t.messages.value)}];e[r]=a;{const l="Datetime formats info",o=[{type:l,key:"datetimeFormats",editable:!1,value:t.datetimeFormats.value}];e[l]=o;const u="Datetime formats info",c=[{type:u,key:"numberFormats",editable:!1,value:t.numberFormats.value}];e[u]=c}return e}function ar(t,e){if(ku){let n;e&&"groupId"in e&&(n=e.groupId,delete e.groupId),ku.addTimelineEvent({layerId:"vue-i18n-timeline",event:{title:t,groupId:n,time:Date.now(),meta:{},data:e||{},logType:t==="compile-error"?"error":t==="fallback"||t==="missing"?"warning":"default"}})}}function v0(t,e){const n=gh(t.nodeId,e);if(n){const[i]=t.path;i==="locale"&&B(t.state.value)?n.locale.value=t.state.value:i==="fallbackLocale"&&(B(t.state.value)||le(t.state.value)||J(t.state.value))?n.fallbackLocale.value=t.state.value:i==="inheritLocale"&&q(t.state.value)&&(n.inheritLocale=t.state.value)}}function b0(t,e,n){return{beforeCreate(){const i=si();if(!i)throw Ne(z.UNEXPECTED_ERROR);const r=this.$options;if(r.i18n){const a=r.i18n;if(r.__i18n&&(a.__i18n=r.__i18n),a.__root=e,this===this.$root)this.$i18n=vh(t,a);else{a.__injectWithOption=!0,a.__extender=n.__vueI18nExtend,this.$i18n=Ru(a);const l=this.$i18n;l.__extender&&(l.__disposer=l.__extender(this.$i18n))}}else if(r.__i18n)if(this===this.$root)this.$i18n=vh(t,r);else{this.$i18n=Ru({__i18n:r.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:e});const a=this.$i18n;a.__extender&&(a.__disposer=a.__extender(this.$i18n))}else this.$i18n=t;r.__i18nGlobal&&nh(e,r,r),this.$t=(...a)=>this.$i18n.t(...a),this.$rt=(...a)=>this.$i18n.rt(...a),this.$tc=(...a)=>this.$i18n.tc(...a),this.$te=(a,l)=>this.$i18n.te(a,l),this.$d=(...a)=>this.$i18n.d(...a),this.$n=(...a)=>this.$i18n.n(...a),this.$tm=a=>this.$i18n.tm(a),n.__setInstance(i,this.$i18n)},mounted(){if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&this.$el&&this.$i18n){const i=this.$i18n;this.$el.__VUE_I18N__=i.__composer;const r=this.__v_emitter=Mo();i.__enableEmitter&&i.__enableEmitter(r),r.on("*",ar)}},unmounted(){const i=si();if(!i)throw Ne(z.UNEXPECTED_ERROR);const r=this.$i18n;(process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&this.$el&&this.$el.__VUE_I18N__&&(this.__v_emitter&&(this.__v_emitter.off("*",ar),delete this.__v_emitter),this.$i18n&&(r.__disableEmitter&&r.__disableEmitter(),delete this.$el.__VUE_I18N__)),delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,r.__disposer&&(r.__disposer(),delete r.__disposer,delete r.__extender),n.__deleteInstance(i),delete this.$i18n}}}function vh(t,e){t.locale=e.locale||t.locale,t.fallbackLocale=e.fallbackLocale||t.fallbackLocale,t.missing=e.missing||t.missing,t.silentTranslationWarn=e.silentTranslationWarn||t.silentFallbackWarn,t.silentFallbackWarn=e.silentFallbackWarn||t.silentFallbackWarn,t.formatFallbackMessages=e.formatFallbackMessages||t.formatFallbackMessages,t.postTranslation=e.postTranslation||t.postTranslation,t.warnHtmlInMessage=e.warnHtmlInMessage||t.warnHtmlInMessage,t.escapeParameterHtml=e.escapeParameterHtml||t.escapeParameterHtml,t.sync=e.sync||t.sync,t.__composer[pf](e.pluralizationRules||t.pluralizationRules);const n=Ga(t.locale,{messages:e.messages,__i18n:e.__i18n});return Object.keys(n).forEach(i=>t.mergeLocaleMessage(i,n[i])),e.datetimeFormats&&Object.keys(e.datetimeFormats).forEach(i=>t.mergeDateTimeFormat(i,e.datetimeFormats[i])),e.numberFormats&&Object.keys(e.numberFormats).forEach(i=>t.mergeNumberFormat(i,e.numberFormats[i])),t}const E0=ut("global-vue-i18n");function w0(t={},e){const n=__VUE_I18N_LEGACY_API__&&q(t.legacy)?t.legacy:__VUE_I18N_LEGACY_API__,i=q(t.globalInjection)?t.globalInjection:!0,r=__VUE_I18N_LEGACY_API__&&n?!!t.allowComposition:!0,a=new Map,[l,o]=I0(t,n),u=ut(process.env.NODE_ENV!=="production"?"vue-i18n":"");process.env.NODE_ENV!=="production"&&n&&r&&Re(Qe(se.NOTICE_DROP_ALLOW_COMPOSITION));function c(h){return a.get(h)||null}function d(h,v){a.set(h,v)}function s(h){a.delete(h)}{let v;const h={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return r},install(O,...I){return Zn(this,null,function*(){if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&(O.__VUE_I18N__=h),O.__VUE_I18N_SYMBOL__=u,O.provide(O.__VUE_I18N_SYMBOL__,h),j(I[0])){const S=I[0];h.__composerExtend=S.__composerExtend,h.__vueI18nExtend=S.__vueI18nExtend}let P=null;!n&&i&&(P=k0(O,h.global)),__VUE_I18N_FULL_INSTALL__&&a0(O,h,...I),__VUE_I18N_LEGACY_API__&&n&&O.mixin(b0(o,o.__composer,h));const _=O.unmount;if(O.unmount=()=>{P&&P(),h.dispose(),_()},process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__){if(!(yield u0(O,h)))throw Ne(z.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);const g=Mo();if(n){const b=o;b.__enableEmitter&&b.__enableEmitter(g)}else{const b=o;b[Sn]&&b[Sn](g)}g.on("*",ar)}})},get global(){return o},dispose(){l.stop()},__instances:a,__getInstance:c,__setInstance:d,__deleteInstance:s};return h}}function Lu(t={}){const e=si();if(e==null)throw Ne(z.MUST_BE_CALL_SETUP_TOP);if(!e.isCE&&e.appContext.app!=null&&!e.appContext.app.__VUE_I18N_SYMBOL__)throw Ne(z.NOT_INSTALLED);const n=T0(e),i=O0(n),r=th(e),a=C0(t,r);if(__VUE_I18N_LEGACY_API__&&n.mode==="legacy"&&!t.__useComponent){if(!n.allowComposition)throw Ne(z.NOT_AVAILABLE_IN_LEGACY_MODE);return P0(e,a,i,t)}if(a==="global")return nh(i,t,r),i;if(a==="parent"){let u=S0(n,e,t.__useComponent);return u==null&&(process.env.NODE_ENV!=="production"&&Re(Qe(se.NOT_FOUND_PARENT_SCOPE)),u=i),u}const l=n;let o=l.__getInstance(e);if(o==null){const u=Se({},t);"__i18n"in r&&(u.__i18n=r.__i18n),i&&(u.__root=i),o=Su(u),l.__composerExtend&&(o[Ou]=l.__composerExtend(o)),N0(l,e,o),l.__setInstance(e,o)}return o}function I0(t,e,n){const i=_b();{const r=__VUE_I18N_LEGACY_API__&&e?i.run(()=>Ru(t)):i.run(()=>Su(t));if(r==null)throw Ne(z.UNEXPECTED_ERROR);return[i,r]}}function T0(t){{const e=Bf(t.isCE?E0:t.appContext.app.__VUE_I18N_SYMBOL__);if(!e)throw Ne(t.isCE?z.NOT_INSTALLED_WITH_PROVIDE:z.UNEXPECTED_ERROR);return e}}function C0(t,e){return ga(t)?"__i18n"in e?"local":"global":t.useScope?t.useScope:"local"}function O0(t){return t.mode==="composition"?t.global:t.global.__composer}function S0(t,e,n=!1){let i=null;const r=e.root;let a=R0(e,n);for(;a!=null;){const l=t;if(t.mode==="composition")i=l.__getInstance(a);else if(__VUE_I18N_LEGACY_API__){const o=l.__getInstance(a);o!=null&&(i=o.__composer,n&&i&&!i[eh]&&(i=null))}if(i!=null||r===a)break;a=a.parent}return i}function R0(t,e=!1){return t==null?null:e&&t.vnode.ctx||t.parent}function N0(t,e,n){let i=null;cE(()=>{if((process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&e.vnode.el){e.vnode.el.__VUE_I18N__=n,i=Mo();const r=n;r[Sn]&&r[Sn](i),i.on("*",ar)}},e),sE(()=>{const r=n;(process.env.NODE_ENV!=="production"||__VUE_PROD_DEVTOOLS__)&&!0&&e.vnode.el&&e.vnode.el.__VUE_I18N__&&(i&&i.off("*",ar),r[ir]&&r[ir](),delete e.vnode.el.__VUE_I18N__),t.__deleteInstance(e);const a=r[Ou];a&&(a(),delete r[Ou])},e)}function P0(t,e,n,i={}){const r=e==="local",a=wf(null);if(r&&t.proxy&&!(t.proxy.$options.i18n||t.proxy.$options.__i18n))throw Ne(z.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const l=q(i.inheritLocale)?i.inheritLocale:!B(i.locale),o=ai(!r||l?n.locale.value:B(i.locale)?i.locale:ti),u=ai(!r||l?n.fallbackLocale.value:B(i.fallbackLocale)||le(i.fallbackLocale)||j(i.fallbackLocale)||i.fallbackLocale===!1?i.fallbackLocale:o.value),c=ai(Ga(o.value,i)),d=ai(j(i.datetimeFormats)?i.datetimeFormats:{[o.value]:{}}),s=ai(j(i.numberFormats)?i.numberFormats:{[o.value]:{}}),h=r?n.missingWarn:q(i.missingWarn)||Ht(i.missingWarn)?i.missingWarn:!0,v=r?n.fallbackWarn:q(i.fallbackWarn)||Ht(i.fallbackWarn)?i.fallbackWarn:!0,O=r?n.fallbackRoot:q(i.fallbackRoot)?i.fallbackRoot:!0,I=!!i.fallbackFormat,P=ie(i.missing)?i.missing:null,_=ie(i.postTranslation)?i.postTranslation:null,S=r?n.warnHtmlMessage:q(i.warnHtmlMessage)?i.warnHtmlMessage:!0,g=!!i.escapeParameter,b=r?n.modifiers:j(i.modifiers)?i.modifiers:{},A=i.pluralRules||r&&n.pluralRules;function N(){return[o.value,u.value,c.value,d.value,s.value]}const C=It({get:()=>a.value?a.value.locale.value:o.value,set:F=>{a.value&&(a.value.locale.value=F),o.value=F}}),L=It({get:()=>a.value?a.value.fallbackLocale.value:u.value,set:F=>{a.value&&(a.value.fallbackLocale.value=F),u.value=F}}),x=It(()=>a.value?a.value.messages.value:c.value),X=It(()=>d.value),Me=It(()=>s.value);function W(){return a.value?a.value.getPostTranslationHandler():_}function ge(F){a.value&&a.value.setPostTranslationHandler(F)}function ze(){return a.value?a.value.getMissingHandler():P}function dn(F){a.value&&a.value.setMissingHandler(F)}function it(F){return N(),F()}function fn(...F){return a.value?it(()=>Reflect.apply(a.value.t,null,[...F])):it(()=>"")}function hn(...F){return a.value?Reflect.apply(a.value.rt,null,[...F]):""}function ta(...F){return a.value?it(()=>Reflect.apply(a.value.d,null,[...F])):it(()=>"")}function na(...F){return a.value?it(()=>Reflect.apply(a.value.n,null,[...F])):it(()=>"")}function ia(F){return a.value?a.value.tm(F):{}}function lt(F,Y){return a.value?a.value.te(F,Y):!1}function $i(F){return a.value?a.value.getLocaleMessage(F):{}}function Vi(F,Y){a.value&&(a.value.setLocaleMessage(F,Y),c.value[F]=Y)}function ra(F,Y){a.value&&a.value.mergeLocaleMessage(F,Y)}function aa(F){return a.value?a.value.getDateTimeFormat(F):{}}function la(F,Y){a.value&&(a.value.setDateTimeFormat(F,Y),d.value[F]=Y)}function Ro(F,Y){a.value&&a.value.mergeDateTimeFormat(F,Y)}function oa(F){return a.value?a.value.getNumberFormat(F):{}}function Ui(F,Y){a.value&&(a.value.setNumberFormat(F,Y),s.value[F]=Y)}function ua(F,Y){a.value&&a.value.mergeNumberFormat(F,Y)}const ca={get id(){return a.value?a.value.id:-1},locale:C,fallbackLocale:L,messages:x,datetimeFormats:X,numberFormats:Me,get inheritLocale(){return a.value?a.value.inheritLocale:l},set inheritLocale(F){a.value&&(a.value.inheritLocale=F)},get availableLocales(){return a.value?a.value.availableLocales:Object.keys(c.value)},get modifiers(){return a.value?a.value.modifiers:b},get pluralRules(){return a.value?a.value.pluralRules:A},get isGlobal(){return a.value?a.value.isGlobal:!1},get missingWarn(){return a.value?a.value.missingWarn:h},set missingWarn(F){a.value&&(a.value.missingWarn=F)},get fallbackWarn(){return a.value?a.value.fallbackWarn:v},set fallbackWarn(F){a.value&&(a.value.missingWarn=F)},get fallbackRoot(){return a.value?a.value.fallbackRoot:O},set fallbackRoot(F){a.value&&(a.value.fallbackRoot=F)},get fallbackFormat(){return a.value?a.value.fallbackFormat:I},set fallbackFormat(F){a.value&&(a.value.fallbackFormat=F)},get warnHtmlMessage(){return a.value?a.value.warnHtmlMessage:S},set warnHtmlMessage(F){a.value&&(a.value.warnHtmlMessage=F)},get escapeParameter(){return a.value?a.value.escapeParameter:g},set escapeParameter(F){a.value&&(a.value.escapeParameter=F)},t:fn,getPostTranslationHandler:W,setPostTranslationHandler:ge,getMissingHandler:ze,setMissingHandler:dn,rt:hn,d:ta,n:na,tm:ia,te:lt,getLocaleMessage:$i,setLocaleMessage:Vi,mergeLocaleMessage:ra,getDateTimeFormat:aa,setDateTimeFormat:la,mergeDateTimeFormat:Ro,getNumberFormat:oa,setNumberFormat:Ui,mergeNumberFormat:ua};function sa(F){F.locale.value=o.value,F.fallbackLocale.value=u.value,Object.keys(c.value).forEach(Y=>{F.mergeLocaleMessage(Y,c.value[Y])}),Object.keys(d.value).forEach(Y=>{F.mergeDateTimeFormat(Y,d.value[Y])}),Object.keys(s.value).forEach(Y=>{F.mergeNumberFormat(Y,s.value[Y])}),F.escapeParameter=g,F.fallbackFormat=I,F.fallbackRoot=O,F.fallbackWarn=v,F.missingWarn=h,F.warnHtmlMessage=S}return uE(()=>{if(t.proxy==null||t.proxy.$i18n==null)throw Ne(z.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const F=a.value=t.proxy.$i18n.__composer;e==="global"?(o.value=F.locale.value,u.value=F.fallbackLocale.value,c.value=F.messages.value,d.value=F.datetimeFormats.value,s.value=F.numberFormats.value):r&&sa(F)}),ca}const A0=["locale","fallbackLocale","availableLocales"],bh=["t","rt","d","n","tm","te"];function k0(t,e){const n=Object.create(null);return A0.forEach(r=>{const a=Object.getOwnPropertyDescriptor(e,r);if(!a)throw Ne(z.UNEXPECTED_ERROR);const l=Je(a.value)?{get(){return a.value.value},set(o){a.value.value=o}}:{get(){return a.get&&a.get()}};Object.defineProperty(n,r,l)}),t.config.globalProperties.$i18n=n,bh.forEach(r=>{const a=Object.getOwnPropertyDescriptor(e,r);if(!a||!a.value)throw Ne(z.UNEXPECTED_ERROR);Object.defineProperty(t.config.globalProperties,`$${r}`,a)}),()=>{delete t.config.globalProperties.$i18n,bh.forEach(r=>{delete t.config.globalProperties[`$${r}`]})}}if(JE(),__INTLIFY_JIT_COMPILATION__?vd(zv):vd(Xv),Vv(bv),Uv(md),process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const t=Rt();t.__INTLIFY__=!0,Nv(t.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}process.env.NODE_ENV;function D0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Eh(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 L0(t,e,n){return e&&Eh(t.prototype,e),n&&Eh(t,n),t}function x0(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var w=function(){function t(){D0(this,t)}return L0(t,null,[{key:"getMessage",value:function(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.global.t(n,i)}},{key:"resetI18n",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:ma;return w0({locale:n,globalInjection:!0,silentFallbackWarn:!0,missingWarn:!1,fallbackWarn:!1,silentTranslationWarn:!0})}},{key:"setLocale",value:function(n,i){this.$i18n.global.setLocaleMessage(n,i)}}]),t}();x0(w,"$i18n",w.resetI18n());function M0(t,e,n){var i=e.replace(/\[(\d)]/g,function(a,l){return"."+l}).split("."),r=!1;return i.reduce(function(a,l,o,u){var c=a;if(!!a){if(!Object.prototype.hasOwnProperty.call(a,l)){Do("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 o===u.length-1&&!Object.is(c[l],n)&&(c[l]=n,r=!0),c[l]}},t),r}var F0=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},B0={exports:{}};(function(t){(function(e){var n=function(_,S,g){if(!c(S)||s(S)||h(S)||v(S)||u(S))return S;var b,A=0,N=0;if(d(S))for(b=[],N=S.length;A<N;A++)b.push(n(_,S[A],g));else{b={};for(var C in S)Object.prototype.hasOwnProperty.call(S,C)&&(b[_(C,g)]=n(_,S[C],g))}return b},i=function(_,S){S=S||{};var g=S.separator||"_",b=S.split||/(?=[A-Z])/;return _.split(b).join(g)},r=function(_){return O(_)?_:(_=_.replace(/[\-_\s]+(.)?/g,function(S,g){return g?g.toUpperCase():""}),_.substr(0,1).toLowerCase()+_.substr(1))},a=function(_){var S=r(_);return S.substr(0,1).toUpperCase()+S.substr(1)},l=function(_,S){return i(_,S).toLowerCase()},o=Object.prototype.toString,u=function(_){return typeof _=="function"},c=function(_){return _===Object(_)},d=function(_){return o.call(_)=="[object Array]"},s=function(_){return o.call(_)=="[object Date]"},h=function(_){return o.call(_)=="[object RegExp]"},v=function(_){return o.call(_)=="[object Boolean]"},O=function(_){return _=_-0,_===_},I=function(_,S){var g=S&&"process"in S?S.process:S;return typeof g!="function"?_:function(b,A){return g(b,_,A)}},P={camelize:r,decamelize:l,pascalize:a,depascalize:l,camelizeKeys:function(_,S){return n(I(r,S),_)},decamelizeKeys:function(_,S){return n(I(l,S),_,S)},pascalizeKeys:function(_,S){return n(I(a,S),_)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=P:e.humps=P})(F0)})(B0);var wh={};Object.defineProperty(wh,"__esModule",{value:!0});function xu(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:xu(e));{const e={};for(const n in t){const i=t[n];e[n]=typeof i!="object"||i===null?i:xu(i)}return e}}var $0=wh.default=xu;function V0(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function ht(t){if(t!==void 0)return(typeof t=="undefined"?"undefined":V0(t))==="object"?$0(t):t}function U0(t){return Object.prototype.toString.call(t)==="[object Object]"}function Mu(t){return Array.isArray(t)}function H0(t){return t.reduce(function(e,n){return e.includes(n)||e.push(n),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 j0(t){if(Array.isArray(t))return Fu(t)}function Ih(t,e,n,i,r,a,l){try{var o=t[a](l),u=o.value}catch(c){n(c);return}o.done?e(u):Promise.resolve(u).then(i,r)}function W0(t){return function(){var e=this,n=arguments;return new Promise(function(i,r){var a=t.apply(e,n);function l(u){Ih(a,i,r,l,o,"next",u)}function o(u){Ih(a,i,r,l,o,"throw",u)}l(void 0)})}}function q0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Th(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 K0(t,e,n){return e&&Th(t.prototype,e),n&&Th(t,n),t}function Ch(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function G0(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function X0(){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 Bu(t){return j0(t)||G0(t)||z0(t)||X0()}function z0(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 J0(t,e){var n,i,r,a,l={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]};return a={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function o(c){return function(d){return u([c,d])}}function u(c){if(n)throw new TypeError("Generator is already executing.");for(;l;)try{if(n=1,i&&(r=c[0]&2?i.return:c[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,c[1])).done)return r;switch(i=0,r&&(c=[c[0]&2,r.value]),c[0]){case 0:case 1:r=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(r=l.trys,!(r=r.length>0&&r[r.length-1])&&(c[0]===6||c[0]===2)){l=0;continue}if(c[0]===3&&(!r||c[1]>r[0]&&c[1]<r[3])){l.label=c[1];break}if(c[0]===6&&l.label<r[1]){l.label=r[1],r=c;break}if(r&&l.label<r[2]){l.label=r[2],l.ops.push(c);break}r[2]&&l.ops.pop(),l.trys.pop();continue}c=e.call(t,l)}catch(d){c=[6,d],i=0}finally{n=r=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var Q0=function(){function t(){q0(this,t),Ch(this,"_events",new Map),Ch(this,"debug",!1)}return K0(t,[{key:"emit",value:function(n){for(var i=arguments.length,r=new Array(i>1?i-1:0),a=1;a<i;a++)r[a-1]=arguments[a];var l=this;return W0(function(){var o,u,c,d,s,h,v,O,I,P,_,S;return J0(this,function(g){switch(g.label){case 0:if(o=l._events.get(n),u=[],!o)return[3,10];c=o.slice(),d=!0,s=!1,h=void 0,g.label=1;case 1:g.trys.push([1,8,9,10]),v=c[Symbol.iterator](),g.label=2;case 2:if(d=(O=v.next()).done)return[3,7];if(I=O.value,!o.includes(I))return[3,6];g.label=3;case 3:return g.trys.push([3,5,,6]),l.debug&&Zs.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(r.map(function(){return"%o"}).join(","),"\u3002")].concat(Bu(r))),[4,I.apply(null,Bu(r))];case 4:return P=g.sent(),l.debug&&Zs.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(r.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Bu(r),[P])),u.push(P),P===!1?[3,7]:[3,6];case 5:return _=g.sent(),Sg(String(_)+":"+String(_.stack)),[3,6];case 6:return d=!0,[3,2];case 7:return[3,10];case 8:return S=g.sent(),s=!0,h=S,[3,10];case 9:try{!d&&v.return!=null&&v.return()}finally{if(s)throw h}return[7];case 10:return[2,u]}})})()}},{key:"on",value:function(n,i){if(this._events.has(n)){var r;(r=this._events.get(n))===null||r===void 0||r.push(i)}else this._events.set(n,[i])}},{key:"off",value:function(n,i){if(this._events.has(n)){var r=this._events.get(n),a=r==null?void 0:r.indexOf(i);r==null||r.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 Z0(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Oh(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 Y0(t,e,n){return e&&Oh(t.prototype,e),n&&Oh(t,n),t}function p0(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var ew=[{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"}],tw=function(){function t(){Z0(this,t)}return Y0(t,null,[{key:"getEventsFromKeys",value:function(n){var i=typeof n=="string"?[n]:n;return t.events.filter(function(r){return i.includes(r.key)})}},{key:"getEventsFromControl",value:function(n){var i=[],r=n.eventKeys;i=i.concat(t.events.filter(function(l){return r.includes(l.key)}));var a=n.customEvents.map(function(l){var o=l.key;return l.namespace!==void 0&&l.namespace!==null&&l.namespace!==""&&(o=l.namespace+":"+l.key),{key:o,code:l.key,name:l.name}});return i=i.concat(a),i}}]),t}();p0(tw,"events",ew);function $u(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function nw(t){if(Array.isArray(t))return $u(t)}function iw(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function rw(){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 Sh(t){return nw(t)||iw(t)||aw(t)||rw()}function aw(t,e){if(!!t){if(typeof t=="string")return $u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $u(t,e)}}function Vu(t,e){var n;!((n=Object.getOwnPropertyDescriptors(t)[e])===null||n===void 0)&&n.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function Rh(t,e,n){n!=="Runtime"&&(t.parent=e,Vu(t,"parent"))}function lw(t,e,n){t.forEach(function(i){Rh(i,e,n)})}var Nh=Symbol("targetKey");function Ph(t){var e;return(e=t[Nh])!==null&&e!==void 0?e:t}function Ah(t,e,n){return lw(t,e,n),new Proxy(t,{get:function(r,a){for(var l=arguments.length,o=new Array(l>2?l-2:0),u=2;u<l;u++)o[u-2]=arguments[u];var c;return a===Nh?r:(c=Reflect).get.apply(c,[r,a].concat(Sh(o)))},set:function(r,a,l){for(var o=arguments.length,u=new Array(o>3?o-3:0),c=3;c<o;c++)u[c-3]=arguments[c];var d;if(Mu(t)&&a==="length"&&l===t.length)return!0;var s=(d=Reflect).set.apply(d,[r,a,l].concat(Sh(u)));return U0(l)&&Rh(l,e,n),s}})}function Tt(t,e,n,i,r){var a=i!=null?i:t,l=Ah(Ph(n!=null?n:[]),a,r);Object.defineProperty(t,e,{get:function(){return l},set:function(u){l=Ah(Ph(u),a,r)},enumerable:!0})}function ow(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function kh(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 uw(t,e,n){return e&&kh(t.prototype,e),n&&kh(t,n),t}function pt(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Dh=[],Xa=function(){function t(e){ow(this,t),pt(this,"registeredControlTypes",new Set),pt(this,"controlConfigMap",new Map),pt(this,"_controls",[]),pt(this,"_type",void 0),this._type=e,this._initControls(e)}return uw(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__||Ki("".concat(n.name," is not a Control"));var i=this._controls.findIndex(function(r){return r.controlType===n.controlType});return i>-1&&(Do("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===Vt.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===Vt.FORM}},{key:"isListControl",value:function(n){return n.controlType===Vt.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===Vt.COLUMN}},{key:"createControl",value:function(n,i){var r=this;if(Array.isArray(n))return n.map(function(d){return r.createControl(d,i)});if(n.children&&(n.children=n.children.map(function(d){return r.createControl(d,i)})),this.isListControl(n)){var a=n.props;a.headers&&(a.headers=a.headers.map(function(d){return r.createControl(d,i)}))}var l=this.getControlFormType(n.type);if(l){var o=n;if(typeof i=="function"){var u=i(o);u&&(o=u)}var c;return l.mode==="Runtime"?(c=o,c.fieldType=l.controlFieldType,this._setParentPrototypeToSchema(c,this)):c=new l(o),c}else Ki("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"resetInstanceParent",value:function(n,i){delete n.parent,Object.defineProperty(n,"parent",{configurable:!0,get:function(){return i}}),Vu(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,i){i._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var a=n.id,l=i._controlParentIdMap,o=i.instanceMap;if(!(!l||!o)){var u=l[a],c=o[a];if(!(!u&&!c)){var d=c.findIndex(function(v){return v==n}),s=o[u]||[],h;return s.length!==c.length?h=s[0]:h=s[d],h}}}}),Vu(n,"parent"))}},{key:"createControlInstance",value:function(n,i){var r=this.getControlFormType(n);if(r)return new r(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(r){i.register(r[n]),t.staticControlsRuntimeRules.set(r.Runtime.controlType,r.Property.RuntimeRules),r.Property.mode=n})}}],[{key:"staticGetRules",value:function(n,i){var r=t.staticControlsRuntimeRules.get(n),a=[];if(r){var l=new r(i);a=Array.from(l)}return a}},{key:"register",value:function(n,i){var r=n.Designer,a=n.Runtime,l=n.Property;(!r||!a||!r.__is_control__||!a.__is_control__)&&Ki("".concat(n," is can't register as a Control"));var o=this.staticControls.findIndex(function(u){return u.Designer.controlType===r.controlType});return o>-1&&(Do("The ".concat(r.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(o,1)),this.staticRegisteredTypes.add(r.controlType),this.staticControls.push(n),l.mode=i,this}}]),t}();pt(Xa,"staticControlsRuntimeRules",new Map),pt(Xa,"staticControls",Dh),pt(Xa,"staticRegisteredTypes",new Set(Dh.map(function(t){return t.Designer.controlType}))),pt(Xa,"staticRegisteredConfigs",new Map);function ce(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function H(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function E(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function za(t){return za=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},za(t)}function mt(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&&Uu(t,e)}function cw(t,e){return e&&(sw(e)==="object"||typeof e=="function")?e:ce(t)}function Uu(t,e){return Uu=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},Uu(t,e)}function sw(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function dw(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function yt(t){var e=dw();return function(){var i=za(t),r;if(e){var a=za(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return cw(this,r)}}var Ct=function t(e){H(this,t),E(this,"dataCode",void 0),E(this,"fieldCode",void 0),E(this,"fieldType",void 0),E(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 r;this.fieldType=(r=e==null?void 0:e.fieldType)!==null&&r!==void 0?r:"",this.aliasCode=e==null?void 0:e.aliasCode},Lh=function t(e){H(this,t),E(this,"minWidth",void 0),E(this,"maxWidth",void 0),E(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},xh=function t(e){H(this,t),E(this,"rowHeightType",void 0),E(this,"minRows",void 0),E(this,"maxRows",void 0),E(this,"fiexdRow",void 0);var n;this.rowHeightType=(n=e==null?void 0:e.rowHeightType)!==null&&n!==void 0?n:"fixed";var i;this.minRows=(i=e==null?void 0:e.minRows)!==null&&i!==void 0?i:4;var r;this.maxRows=(r=e==null?void 0:e.maxRows)!==null&&r!==void 0?r:20;var a;this.fiexdRow=(a=e==null?void 0:e.fiexdRow)!==null&&a!==void 0?a:4},fw=function t(e){H(this,t),E(this,"pc",void 0),E(this,"mobile",void 0),this.pc=new xh(e==null?void 0:e.pc),this.mobile=new xh(e==null?void 0:e.mobile)},Hu=function(t){mt(n,t);var e=yt(n);function n(i){H(this,n);var r;r=e.call(this,i),E(ce(r),"width",void 0),E(ce(r),"widthType",void 0);var a;r.width=(a=i==null?void 0:i.width)!==null&&a!==void 0?a:240;var l;return r.widthType=(l=i==null?void 0:i.widthType)!==null&&l!==void 0?l:"auto",r}return n}(Lh),hw=function t(e){H(this,t),E(this,"pc",void 0),E(this,"mobile",void 0),this.pc=new Hu(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new Hu(e==null?void 0:e.mobile):new Hu({width:130,minWidth:180})},mw=function t(e){H(this,t),E(this,"type",void 0),E(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:[]},fi=function t(e){H(this,t),E(this,"dataCode",void 0),E(this,"formKey",void 0),E(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 r;this.appId=(r=e==null?void 0:e.appId)!==null&&r!==void 0?r:""},yw=function(t){mt(n,t);var e=yt(n);function n(i){H(this,n);var r;r=e.call(this,i),E(ce(r),"primaryControlId",void 0);var a;return r.primaryControlId=(a=i==null?void 0:i.primaryControlId)!==null&&a!==void 0?a:"",r}return n}(fi),Mh=function t(e){H(this,t),E(this,"fieldCode",void 0),E(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:""},ju=function t(e){H(this,t);var n;E(this,"appId",void 0),E(this,"formKey",void 0),E(this,"headers",void 0);var i;this.appId=(i=e==null?void 0:e.appId)!==null&&i!==void 0?i:"";var r;this.formKey=(r=e==null?void 0:e.formKey)!==null&&r!==void 0?r:"";var a;this.headers=(a=e==null||(n=e.headers)===null||n===void 0?void 0:n.map(function(l){return new Mh(l)}))!==null&&a!==void 0?a:[]},_w=function t(e){H(this,t),E(this,"fieldName",void 0),E(this,"fieldCode",void 0),E(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 r;this.fieldType=(r=e==null?void 0:e.fieldType)!==null&&r!==void 0?r:D.VARCHAR},gw=function(t){mt(n,t);var e=yt(n);function n(i){H(this,n);var r;r=e.call(this,i),E(ce(r),"title",void 0),E(ce(r),"svcCode",void 0),E(ce(r),"isOpenFilter",void 0),E(ce(r),"filters",void 0);var a;r.title=(a=i==null?void 0:i.title)!==null&&a!==void 0?a:"";var l;r.svcCode=(l=i==null?void 0:i.svcCode)!==null&&l!==void 0?l:"";var o;r.isOpenFilter=(o=i==null?void 0:i.isOpenFilter)!==null&&o!==void 0?o:!1;var u;return r.filters=(u=i==null?void 0:i.filters)!==null&&u!==void 0?u:[],r}return n}(fi),vw=function t(e){H(this,t);var n,i;E(this,"type","sublist-page"),E(this,"formBind",void 0),E(this,"displayFields",void 0),E(this,"sublists",void 0),this.formBind=new fi(e==null?void 0:e.formBind);var r;this.displayFields=(r=e==null||(n=e.displayFields)===null||n===void 0?void 0:n.map(function(l){return new _w(l)}))!==null&&r!==void 0?r:[];var a;this.sublists=(a=e==null||(i=e.sublists)===null||i===void 0?void 0:i.map(function(l){return new gw(l)}))!==null&&a!==void 0?a:[]},bw=function t(e){H(this,t),E(this,"type",void 0),E(this,"value",void 0),E(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},lr=function t(e){H(this,t),E(this,"type",void 0),E(this,"value",void 0),E(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 r;this.displayBos=(r=e==null?void 0:e.displayBos)!==null&&r!==void 0?r:[]},Wu=function t(e){var n=this;H(this,t),E(this,"id",void 0),E(this,"ruleId",void 0),E(this,"type","conditions"),E(this,"level",void 0),E(this,"value",void 0),E(this,"children",void 0);var i;this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:vt();var r;this.ruleId=(r=e==null?void 0:e.ruleId)!==null&&r!==void 0?r: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(o){if(o.children!==void 0){var u,c=new t(o);(u=n.children)===null||u===void 0||u.push(c)}else{var d,s=new Ja(o);(d=n.children)===null||d===void 0||d.push(s)}}))},Ja=function t(e){H(this,t),E(this,"id",void 0),E(this,"ruleId",void 0),E(this,"type","condition"),E(this,"symbol",void 0),E(this,"checked",void 0),E(this,"describe",void 0),E(this,"leftVariableBo",void 0),E(this,"rightVariableBo",void 0);var n;this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:vt();var i;this.ruleId=(i=e==null?void 0:e.ruleId)!==null&&i!==void 0?i:new Date().valueOf();var r;this.symbol=(r=e==null?void 0:e.symbol)!==null&&r!==void 0?r:"";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 bw(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new lr(e==null?void 0:e.rightVariableBo)},Ew=function t(e){H(this,t),E(this,"aliasCode",void 0),E(this,"datasourceBind",void 0),E(this,"relationFields",void 0);var n;this.aliasCode=(n=e==null?void 0:e.aliasCode)!==null&&n!==void 0?n:"",this.datasourceBind=new He(e==null?void 0:e.datasourceBind);var i;this.relationFields=(i=e==null?void 0:e.relationFields)!==null&&i!==void 0?i:[]},Ye=function t(e){H(this,t),E(this,"controlId",void 0),E(this,"fieldCode",void 0),E(this,"fieldType",void 0),E(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 r;this.fieldType=(r=e==null?void 0:e.fieldType)!==null&&r!==void 0?r:"";var a;this.propName=(a=e==null?void 0:e.propName)!==null&&a!==void 0?a:""},qu=function t(e){H(this,t),E(this,"type",void 0),E(this,"value",void 0),E(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},ww=function t(e){H(this,t),E(this,"columnName",void 0),E(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 Ku(t){var e,n,i,r;this.filters=(r=t==null||(e=t.filters)===null||e===void 0?void 0:e.map(function(o){return o.children!==void 0?new Wu(o):new Ja(o)}))!==null&&r!==void 0?r:[];var a;this.viewFilters=(a=t==null||(n=t.viewFilters)===null||n===void 0?void 0:n.map(function(o){return o.children!==void 0?new Wu(o):new Ja(o)}))!==null&&a!==void 0?a:[];var l;this.orders=(l=t==null||(i=t.orders)===null||i===void 0?void 0:i.map(function(o){return new ww(o)}))!==null&&l!==void 0?l:[]}var He=function t(e){var n=this;H(this,t),E(this,"dataCode",void 0),E(this,"valueFieldCode",void 0),E(this,"displayBoList",void 0),E(this,"keywordMapping",void 0),E(this,"svcCode",void 0),E(this,"appId",void 0),E(this,"filters",void 0),E(this,"viewFilters",void 0),E(this,"isOpenViewFilters",void 0),E(this,"orders",void 0),E(this,"showOrder",void 0);var i;this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:"";var r;this.appId=(r=e==null?void 0:e.appId)!==null&&r!==void 0?r:"";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(d){var s;(s=n.displayBoList)===null||s===void 0||s.push(new qu(d))}));var o;this.keywordMapping=(o=e==null?void 0:e.keywordMapping)!==null&&o!==void 0?o:"";var u;this.showOrder=(u=e==null?void 0:e.showOrder)!==null&&u!==void 0?u:!0;var c;this.svcCode=(c=e==null?void 0:e.svcCode)!==null&&c!==void 0?c:"",Ku.call(this,e)},Gu=function t(e){H(this,t),E(this,"dataCode",void 0),E(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:[]},Dt=function t(e){H(this,t),E(this,"code",void 0),E(this,"color",void 0),E(this,"command",void 0),E(this,"confirmMessage",void 0),E(this,"defaultState",void 0),E(this,"formKey",void 0),E(this,"formType",void 0),E(this,"icon",void 0),E(this,"needConfirm",void 0),E(this,"openType",void 0),E(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 r;this.command=(r=e==null?void 0:e.command)!==null&&r!==void 0?r:"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 o;this.formKey=(o=e==null?void 0:e.formKey)!==null&&o!==void 0?o:void 0,this.formType=e==null?void 0:e.formType;var u;this.icon=(u=e==null?void 0:e.icon)!==null&&u!==void 0?u:"iconliulan1";var c;this.needConfirm=(c=e==null?void 0:e.needConfirm)!==null&&c!==void 0?c:!1;var d;this.openType=(d=e==null?void 0:e.openType)!==null&&d!==void 0?d:"modal";var s;this.priorityProcess=(s=e==null?void 0:e.priorityProcess)!==null&&s!==void 0?s:!0},Fh=function t(e){H(this,t);var n;E(this,"name",void 0),E(this,"key",void 0),E(this,"value",void 0);var i;this.name=(i=e==null?void 0:e.name)!==null&&i!==void 0?i:"";var r;this.key=(r=e==null?void 0:e.key)!==null&&r!==void 0?r:"";var a;this.value=(a=e==null||(n=e.value)===null||n===void 0?void 0:n.map(function(l){return new qu(l)}))!==null&&a!==void 0?a:[]},Qa=function(t){mt(n,t);var e=yt(n);function n(i){H(this,n);var r,a;r=e.call(this,i),E(ce(r),"attributes",void 0);var l;return r.attributes=(l=i==null||(a=i.attributes)===null||a===void 0?void 0:a.map(function(o){return new Fh(o)}))!==null&&l!==void 0?l:[],r}return n}(He),Iw=function(t){mt(n,t);var e=yt(n);function n(i){H(this,n);var r,a;r=e.call(this,i),E(ce(r),"attributes",void 0),E(ce(r),"formCode",void 0);var l;r.attributes=(l=i==null||(a=i.attributes)===null||a===void 0?void 0:a.map(function(u){return new Fh(u)}))!==null&&l!==void 0?l:[];var o;return r.formCode=(o=i==null?void 0:i.formCode)!==null&&o!==void 0?o:"",r}return n}(He),Bh=function(t){mt(n,t);var e=yt(n);function n(i){H(this,n);var r;r=e.call(this,i),E(ce(r),"rootNode",void 0),E(ce(r),"filterCode",void 0),r.rootNode=new lr(i==null?void 0:i.rootNode);var a;return r.filterCode=(a=i==null?void 0:i.filterCode)!==null&&a!==void 0?a:"",r}return n}(Qa),$h=function t(e){H(this,t);var n;E(this,"dataCode",void 0),E(this,"appId",void 0),E(this,"fillList",void 0);var i;this.dataCode=(i=e==null?void 0:e.dataCode)!==null&&i!==void 0?i:"";var r;this.appId=(r=e==null?void 0:e.appId)!==null&&r!==void 0?r:"";var a;this.fillList=(a=e==null||(n=e.fillList)===null||n===void 0?void 0:n.map(function(l){return new Ye(l)}))!==null&&a!==void 0?a:[]},Vh=function(t){mt(n,t);var e=yt(n);function n(i){H(this,n);var r;return r=e.call(this,i),E(ce(r),"filters",void 0),E(ce(r),"viewFilters",void 0),E(ce(r),"orders",void 0),Ku.call(ce(r),i),r}return n}($h),Uh=function(t){mt(n,t);var e=yt(n);function n(i){H(this,n);var r;r=e.call(this,i),E(ce(r),"mode",void 0),E(ce(r),"multiple",void 0);var a;r.mode=(a=i==null?void 0:i.mode)!==null&&a!==void 0?a:"current";var l;return r.multiple=(l=i==null?void 0:i.multiple)!==null&&l!==void 0?l:!1,r}return n}($h),Hh=function t(e){H(this,t),E(this,"stencilName",void 0),E(this,"expression",void 0),E(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 r;this.errMessage=(r=e==null?void 0:e.errMessage)!==null&&r!==void 0?r:""},Tw=function t(e){H(this,t),E(this,"id",void 0),E(this,"label",void 0),E(this,"value",void 0);var n;this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:vt(8);var i;this.label=(i=e==null?void 0:e.label)!==null&&i!==void 0?i:"";var r;this.value=(r=e==null?void 0:e.value)!==null&&r!==void 0?r:this.label};function Lt(t){var e;return(e=t==null?void 0:t.map(function(n){return new Tw(n)}))!==null&&e!==void 0?e:[]}var Xu=function t(){H(this,t)},Cw=function(t){mt(n,t);var e=yt(n);function n(i){H(this,n);var r;return r=e.call(this),E(ce(r),"amount",void 0),E(ce(r),"currency",void 0),r.amount=new Ct(i==null?void 0:i.amount),r.currency=new Ct(i==null?void 0:i.currency),r}return n}(Xu),Ow=function t(e){H(this,t),E(this,"amount",void 0),E(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"},Sw=function(t){mt(n,t);var e=yt(n);function n(i){H(this,n);var r;return r=e.call(this),E(ce(r),"min",void 0),E(ce(r),"max",void 0),r.min=new Ct(i==null?void 0:i.min),r.max=new Ct(i==null?void 0:i.max),r}return n}(Xu),Rw=function t(e){H(this,t),E(this,"min",void 0),E(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:""},Nw=function t(e){H(this,t),E(this,"city",void 0),E(this,"cityDisplay",void 0),E(this,"district",void 0),E(this,"districtDisplay",void 0),E(this,"province",void 0),E(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 r;this.district=(r=e==null?void 0:e.district)!==null&&r!==void 0?r:"";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 o;this.provinceDisplay=(o=e==null?void 0:e.provinceDisplay)!==null&&o!==void 0?o:""},Pw=function(t){mt(n,t);var e=yt(n);function n(i){H(this,n);var r;return r=e.call(this),E(ce(r),"result",void 0),E(ce(r),"unit",void 0),r.result=new Ct(i==null?void 0:i.result),r.unit=new Ct(i==null?void 0:i.unit),r}return n}(Xu),Aw=function t(e){H(this,t),E(this,"result",void 0),E(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:""},zu;(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"})(zu||(zu={}));var f;(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.SORTABLE="sortable"})(f||(f={}));var Ju;(function(t){t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT"})(Ju||(Ju={}));var en=function t(e){H(this,t),E(this,"isShow",void 0),E(this,"priorityProcess",void 0),E(this,"formKey",void 0),E(this,"content",void 0),E(this,"openType",void 0),E(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 r;this.formKey=(r=e==null?void 0:e.formKey)!==null&&r!==void 0?r:"";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 o;this.priorityProcess=(o=e==null?void 0:e.priorityProcess)!==null&&o!==void 0?o:!1},kw=function t(e){H(this,t);var n;E(this,"id",void 0),E(this,"title",void 0),E(this,"filters",void 0),E(this,"viewFilters",void 0),E(this,"headers",void 0);var i;this.id=(i=e==null?void 0:e.id)!==null&&i!==void 0?i:vt(8);var r;this.title=(r=e==null?void 0:e.title)!==null&&r!==void 0?r:"";var a;this.headers=(a=e==null||(n=e.headers)===null||n===void 0?void 0:n.map(function(l){return new Mh(l)}))!==null&&a!==void 0?a:[],Ku.call(this,e)},Dw=function t(e){H(this,t),E(this,"width",void 0),E(this,"height",void 0),E(this,"widthConfig",void 0),E(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 r;this.widthConfig=(r=e==null?void 0:e.widthConfig)!==null&&r!==void 0?r:"fill";var a;this.heightConfig=(a=e==null?void 0:e.heightConfig)!==null&&a!==void 0?a:"fill"},Lw=function t(e){H(this,t),E(this,"optCode",void 0),E(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:""},xw=function t(e){H(this,t);var n,i;E(this,"id",void 0),E(this,"name",void 0),E(this,"settings",void 0),E(this,"filters",void 0),E(this,"script",void 0);var r;this.id=(r=e==null?void 0:e.id)!==null&&r!==void 0?r:vt();var a;this.name=(a=e==null?void 0:e.name)!==null&&a!==void 0?a:"";var l;this.filters=(l=e==null||(n=e.filters)===null||n===void 0?void 0:n.map(function(u){return u.children!==void 0?new Wu(u):new Ja(u)}))!==null&&l!==void 0?l:[];var o;this.settings=(e==null?void 0:e.settings)&&Array.isArray(e==null?void 0:e.settings)?(o=e==null||(i=e.settings)===null||i===void 0?void 0:i.map(function(u){return new Mw(u)}))!==null&&o!==void 0?o:[]:[],this.script=e==null?void 0:e.script},Mw=function t(e){H(this,t),E(this,"color",void 0),E(this,"fieldCodes",void 0),E(this,"type",void 0),E(this,"scope",void 0);var n;this.type=(n=e.type)!==null&&n!==void 0?n:"background";var i;this.fieldCodes=(i=e.fieldCodes)!==null&&i!==void 0?i:[];var r;this.color=(r=e.color)!==null&&r!==void 0?r:"theme";var a;this.scope=(a=e.scope)!==null&&a!==void 0?a:"row"},Fw=function t(e){H(this,t);var n;E(this,"type",void 0),E(this,"interval",void 0),E(this,"rules",void 0);var i;this.type=(i=e==null?void 0:e.type)!==null&&i!==void 0?i:"none";var r;this.interval=(r=e==null?void 0:e.interval)!==null&&r!==void 0?r:{color:""};var a;this.rules=(e==null?void 0:e.rules)&&Array.isArray(e==null?void 0:e.rules)?(a=e==null||(n=e.rules)===null||n===void 0?void 0:n.map(function(l){return new xw(l)}))!==null&&a!==void 0?a:[]:[]};function Bw(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Qu(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Za(t,e,n){return jh()?Za=Reflect.construct:Za=function(r,a,l){var o=[null];o.push.apply(o,a);var u=Function.bind.apply(r,o),c=new u;return l&&ur(c,l.prototype),c},Za.apply(null,arguments)}function xt(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function or(t){return or=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},or(t)}function $w(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&ur(t,e)}function Vw(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Uw(t,e){return e&&(Hw(e)==="object"||typeof e=="function")?e:Bw(t)}function ur(t,e){return ur=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},ur(t,e)}function Hw(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Zu(t){var e=typeof Map=="function"?new Map:void 0;return Zu=function(i){if(i===null||!Vw(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,r)}function r(){return Za(i,arguments,or(this).constructor)}return r.prototype=Object.create(i.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),ur(r,i)},Zu(t)}function jh(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function jw(t){var e=jh();return function(){var i=or(t),r;if(e){var a=or(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return Uw(this,r)}}var Pe=function t(e){Qu(this,t),xt(this,"isHide",{type:"boolean"})},Rn=function(t){$w(n,t);var e=jw(n);function n(i){return Qu(this,n),e.call(this)}return n}(Zu(Array)),Ae=function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";Qu(this,t),xt(this,"isHide",void 0),xt(this,"className",void 0),xt(this,"style",void 0),xt(this,"caption",void 0),xt(this,"defaultState",void 0);var i;this.isHide=(i=e==null?void 0:e.isHide)!==null&&i!==void 0?i:!1,this.style=new Dw(e==null?void 0:e.style);var r;this.caption=(r=e==null?void 0:e.caption)!==null&&r!==void 0?r:n};xt(Ae,"mode",void 0),xt(Ae,"Rules",Pe),xt(Ae,"RuntimeRules",Rn);function Ot(){return Ot=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},Ot.apply(this,arguments)}function Ww(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function Yu(t){return Yu=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Yu(t)}function Ya(t,e){return Ya=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},Ya(t,e)}function qw(){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 pa(t,e,n){return qw()?pa=Reflect.construct:pa=function(r,a,l){var o=[null];o.push.apply(o,a);var u=Function.bind.apply(r,o),c=new u;return l&&Ya(c,l.prototype),c},pa.apply(null,arguments)}function Kw(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function pu(t){var e=typeof Map=="function"?new Map:void 0;return pu=function(i){if(i===null||!Kw(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,r)}function r(){return pa(i,arguments,Yu(this).constructor)}return r.prototype=Object.create(i.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),Ya(r,i)},pu(t)}var Gw=/%[sdj%]/g,Wh=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Wh=function(e,n){typeof console!="undefined"&&console.warn&&n.every(function(i){return typeof i=="string"})&&console.warn(e,n)});function ec(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 et(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i=1,r=e[0],a=e.length;if(typeof r=="function")return r.apply(null,e.slice(1));if(typeof r=="string"){var l=String(r).replace(Gw,function(o){if(o==="%%")return"%";if(i>=a)return o;switch(o){case"%s":return String(e[i++]);case"%d":return Number(e[i++]);case"%j":try{return JSON.stringify(e[i++])}catch(u){return"[Circular]"}break;default:return o}});return l}return r}function Xw(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function ke(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||Xw(e)&&typeof t=="string"&&!t)}function zw(t,e,n){var i=[],r=0,a=t.length;function l(o){i.push.apply(i,o),r++,r===a&&n(i)}t.forEach(function(o){e(o,l)})}function qh(t,e,n){var i=0,r=t.length;function a(l){if(l&&l.length){n(l);return}var o=i;i=i+1,o<r?e(t[o],a):n([])}a([])}function Jw(t){var e=[];return Object.keys(t).forEach(function(n){e.push.apply(e,t[n])}),e}var Kh=function(t){Ww(e,t);function e(n,i){var r;return r=t.call(this,"Async Validation Error")||this,r.errors=n,r.fields=i,r}return e}(pu(Error));function Qw(t,e,n,i){if(e.first){var r=new Promise(function(s,h){var v=function(P){return i(P),P.length?h(new Kh(P,ec(P))):s()},O=Jw(t);qh(O,n,v)});return r.catch(function(s){return s}),r}var a=e.firstFields||[];a===!0&&(a=Object.keys(t));var l=Object.keys(t),o=l.length,u=0,c=[],d=new Promise(function(s,h){var v=function(I){if(c.push.apply(c,I),u++,u===o)return i(c),c.length?h(new Kh(c,ec(c))):s()};l.length||(i(c),s()),l.forEach(function(O){var I=t[O];a.indexOf(O)!==-1?qh(I,n,v):zw(I,n,v)})});return d.catch(function(s){return s}),d}function Gh(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 Xh(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]=Ot(Ot({},t[n]),i):t[n]=i}}return t}function zh(t,e,n,i,r,a){t.required&&(!n.hasOwnProperty(t.field)||ke(e,a||t.type))&&i.push(et(r.messages.required,t.fullField))}function Zw(t,e,n,i,r){(/^\s+$/.test(e)||e==="")&&i.push(et(r.messages.whitespace,t.fullField))}var tc={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},cr={integer:function(e){return cr.number(e)&&parseInt(e,10)===e},float:function(e){return cr.number(e)&&!cr.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"&&!cr.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(tc.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(tc.url)},hex:function(e){return typeof e=="string"&&!!e.match(tc.hex)}};function Yw(t,e,n,i,r){if(t.required&&e===void 0){zh(t,e,n,i,r);return}var a=["integer","float","array","regexp","object","method","email","number","date","url","hex"],l=t.type;a.indexOf(l)>-1?cr[l](e)||i.push(et(r.messages.types[l],t.fullField,t.type)):l&&typeof e!==t.type&&i.push(et(r.messages.types[l],t.fullField,t.type))}function pw(t,e,n,i,r){var a=typeof t.len=="number",l=typeof t.min=="number",o=typeof t.max=="number",u=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,c=e,d=null,s=typeof e=="number",h=typeof e=="string",v=Array.isArray(e);if(s?d="number":h?d="string":v&&(d="array"),!d)return!1;v&&(c=e.length),h&&(c=e.replace(u,"_").length),a?c!==t.len&&i.push(et(r.messages[d].len,t.fullField,t.len)):l&&!o&&c<t.min?i.push(et(r.messages[d].min,t.fullField,t.min)):o&&!l&&c>t.max?i.push(et(r.messages[d].max,t.fullField,t.max)):l&&o&&(c<t.min||c>t.max)&&i.push(et(r.messages[d].range,t.fullField,t.min,t.max))}var hi="enum";function eI(t,e,n,i,r){t[hi]=Array.isArray(t[hi])?t[hi]:[],t[hi].indexOf(e)===-1&&i.push(et(r.messages[hi],t.fullField,t[hi].join(", ")))}function tI(t,e,n,i,r){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||i.push(et(r.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(et(r.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var G={required:zh,whitespace:Zw,type:Yw,range:pw,enum:eI,pattern:tI};function nI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(ke(e,"string")&&!t.required)return n();G.required(t,e,i,a,r,"string"),ke(e,"string")||(G.type(t,e,i,a,r),G.range(t,e,i,a,r),G.pattern(t,e,i,a,r),t.whitespace===!0&&G.whitespace(t,e,i,a,r))}n(a)}function iI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(ke(e)&&!t.required)return n();G.required(t,e,i,a,r),e!==void 0&&G.type(t,e,i,a,r)}n(a)}function rI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(e===""&&(e=void 0),ke(e)&&!t.required)return n();G.required(t,e,i,a,r),e!==void 0&&(G.type(t,e,i,a,r),G.range(t,e,i,a,r))}n(a)}function aI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(ke(e)&&!t.required)return n();G.required(t,e,i,a,r),e!==void 0&&G.type(t,e,i,a,r)}n(a)}function lI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(ke(e)&&!t.required)return n();G.required(t,e,i,a,r),ke(e)||G.type(t,e,i,a,r)}n(a)}function oI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(ke(e)&&!t.required)return n();G.required(t,e,i,a,r),e!==void 0&&(G.type(t,e,i,a,r),G.range(t,e,i,a,r))}n(a)}function uI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(ke(e)&&!t.required)return n();G.required(t,e,i,a,r),e!==void 0&&(G.type(t,e,i,a,r),G.range(t,e,i,a,r))}n(a)}function cI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(e==null&&!t.required)return n();G.required(t,e,i,a,r,"array"),e!=null&&(G.type(t,e,i,a,r),G.range(t,e,i,a,r))}n(a)}function sI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(ke(e)&&!t.required)return n();G.required(t,e,i,a,r),e!==void 0&&G.type(t,e,i,a,r)}n(a)}var dI="enum";function fI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(ke(e)&&!t.required)return n();G.required(t,e,i,a,r),e!==void 0&&G[dI](t,e,i,a,r)}n(a)}function hI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(ke(e,"string")&&!t.required)return n();G.required(t,e,i,a,r),ke(e,"string")||G.pattern(t,e,i,a,r)}n(a)}function mI(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(ke(e,"date")&&!t.required)return n();if(G.required(t,e,i,a,r),!ke(e,"date")){var o;e instanceof Date?o=e:o=new Date(e),G.type(t,o,i,a,r),o&&G.range(t,o.getTime(),i,a,r)}}n(a)}function yI(t,e,n,i,r){var a=[],l=Array.isArray(e)?"array":typeof e;G.required(t,e,i,a,r,l),n(a)}function nc(t,e,n,i,r){var a=t.type,l=[],o=t.required||!t.required&&i.hasOwnProperty(t.field);if(o){if(ke(e,a)&&!t.required)return n();G.required(t,e,i,l,r,a),ke(e,a)||G.type(t,e,i,l,r)}n(l)}function _I(t,e,n,i,r){var a=[],l=t.required||!t.required&&i.hasOwnProperty(t.field);if(l){if(ke(e)&&!t.required)return n();G.required(t,e,i,a,r)}n(a)}var sr={string:nI,method:iI,number:rI,boolean:aI,regexp:lI,integer:oI,float:uI,array:cI,object:sI,enum:fI,pattern:hI,date:mI,url:nc,hex:nc,email:nc,required:yI,any:_I};function ic(){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 rc=ic();function tn(t){this.rules=null,this._messages=rc,this.define(t)}tn.prototype={messages:function(e){return e&&(this._messages=Xh(ic(),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 r=this;n===void 0&&(n={}),i===void 0&&(i=function(){});var a=e,l=n,o=i;if(typeof l=="function"&&(o=l,l={}),!this.rules||Object.keys(this.rules).length===0)return o&&o(),Promise.resolve();function u(I){var P,_=[],S={};function g(b){if(Array.isArray(b)){var A;_=(A=_).concat.apply(A,b)}else _.push(b)}for(P=0;P<I.length;P++)g(I[P]);_.length?S=ec(_):(_=null,S=null),o(_,S)}if(l.messages){var c=this.messages();c===rc&&(c=ic()),Xh(c,l.messages),l.messages=c}else l.messages=this.messages();var d,s,h={},v=l.keys||Object.keys(this.rules);v.forEach(function(I){d=r.rules[I],s=a[I],d.forEach(function(P){var _=P;typeof _.transform=="function"&&(a===e&&(a=Ot({},a)),s=a[I]=_.transform(s)),typeof _=="function"?_={validator:_}:_=Ot({},_),_.validator=r.getValidationMethod(_),_.field=I,_.fullField=_.fullField||I,_.type=r.getType(_),_.validator&&(h[I]=h[I]||[],h[I].push({rule:_,value:s,source:a,field:I}))})});var O={};return Qw(h,l,function(I,P){var _=I.rule,S=(_.type==="object"||_.type==="array")&&(typeof _.fields=="object"||typeof _.defaultField=="object");S=S&&(_.required||!_.required&&I.value),_.field=I.field;function g(N,C){return Ot(Ot({},C),{},{fullField:_.fullField+"."+N})}function b(N){N===void 0&&(N=[]);var C=N;if(Array.isArray(C)||(C=[C]),!l.suppressWarning&&C.length&&tn.warning("async-validator:",C),C.length&&_.message!==void 0&&(C=[].concat(_.message)),C=C.map(Gh(_)),l.first&&C.length)return O[_.field]=1,P(C);if(!S)P(C);else{if(_.required&&!I.value)return _.message!==void 0?C=[].concat(_.message).map(Gh(_)):l.error&&(C=[l.error(_,et(l.messages.required,_.field))]),P(C);var L={};if(_.defaultField)for(var x in I.value)I.value.hasOwnProperty(x)&&(L[x]=_.defaultField);L=Ot(Ot({},L),I.rule.fields);for(var X in L)if(L.hasOwnProperty(X)){var Me=Array.isArray(L[X])?L[X]:[L[X]];L[X]=Me.map(g.bind(null,X))}var W=new tn(L);W.messages(l.messages),I.rule.options&&(I.rule.options.messages=l.messages,I.rule.options.error=l.error),W.validate(I.value,I.rule.options||l,function(ge){var ze=[];C&&C.length&&ze.push.apply(ze,C),ge&&ge.length&&ze.push.apply(ze,ge),P(ze.length?ze:null)})}}var A;_.asyncValidator?A=_.asyncValidator(_,I.value,b,I.source,l):_.validator&&(A=_.validator(_,I.value,b,I.source,l),A===!0?b():A===!1?b(_.message||_.field+" fails"):A instanceof Array?b(A):A instanceof Error&&b(A.message)),A&&A.then&&A.then(function(){return b()},function(N){return b(N)})},function(I){u(I)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!sr.hasOwnProperty(e.type))throw new Error(et("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"?sr.required:sr[this.getType(e)]||!1}},tn.register=function(e,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");sr[e]=n},tn.warning=Wh,tn.messages=rc,tn.validators=sr;var gI={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 vI(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new tn(t);return n.messages(Object.assign(gI,e)),n}var bI=new Q0;function ac(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 EI(t){if(Array.isArray(t))return t}function wI(t){if(Array.isArray(t))return ac(t)}function Jh(t,e,n,i,r,a,l){try{var o=t[a](l),u=o.value}catch(c){n(c);return}o.done?e(u):Promise.resolve(u).then(i,r)}function Qh(t){return function(){var e=this,n=arguments;return new Promise(function(i,r){var a=t.apply(e,n);function l(u){Jh(a,i,r,l,o,"next",u)}function o(u){Jh(a,i,r,l,o,"throw",u)}l(void 0)})}}function II(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Zh(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function TI(t,e,n){return e&&Zh(t.prototype,e),n&&Zh(t,n),t}function te(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Yh(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function ph(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function CI(){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 OI(){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){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(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),i.forEach(function(r){te(t,r,n[r])})}return t}function SI(t){return EI(t)||ph(t)||tm(t)||CI()}function lc(t){return wI(t)||ph(t)||tm(t)||OI()}function RI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function tm(t,e){if(!!t){if(typeof t=="string")return ac(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 ac(t,e)}}function nm(t,e){var n,i,r,a,l={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]};return a={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function o(c){return function(d){return u([c,d])}}function u(c){if(n)throw new TypeError("Generator is already executing.");for(;l;)try{if(n=1,i&&(r=c[0]&2?i.return:c[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,c[1])).done)return r;switch(i=0,r&&(c=[c[0]&2,r.value]),c[0]){case 0:case 1:r=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(r=l.trys,!(r=r.length>0&&r[r.length-1])&&(c[0]===6||c[0]===2)){l=0;continue}if(c[0]===3&&(!r||c[1]>r[0]&&c[1]<r[3])){l.label=c[1];break}if(c[0]===6&&l.label<r[1]){l.label=r[1],r=c;break}if(r&&l.label<r[2]){l.label=r[2],l.ops.push(c);break}r[2]&&l.ops.pop(),l.trys.pop();continue}c=e.call(t,l)}catch(d){c=[6,d],i=0}finally{n=r=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var re=function(){function e(n){var i=this;II(this,e),te(this,"id",void 0),te(this,"name",void 0),te(this,"icon",void 0),te(this,"type",void 0),te(this,"controlType",void 0),te(this,"props",void 0),te(this,"setting",[]),te(this,"fieldType",void 0),te(this,"eventKeys",[]),te(this,"customEvents",[]),te(this,"parent",null),te(this,"slots",void 0),te(this,"slotPosition",void 0),te(this,"updateSetting",rm),te(this,"removeSetting",im),this._callControlHooks("preInstance",n);var r=Yh(this,e)?this.constructor:void 0,a=r.controlName,l=r.controlIcon,o=r.controlType,u=r.controlFieldType,c=r.controlEventKeys,d=r.controlCustomEvents,s=r.name,h=r.setting,v=r.slots,O=r.slotPosition;a&&l&&o||Ys("The ".concat(s," controlName,controlIcon,controlType is not define"));var I;this.id=(I=n==null?void 0:n.id)!==null&&I!==void 0?I:vt(10),this.name=a,this.icon=l;var P;this.type=(P=n==null?void 0:n.type)!==null&&P!==void 0?P:o,this.props=new Ae(n==null?void 0:n.props,(Yh(this,e)?this.constructor:void 0).controlName);var _;this.controlType=(_=n==null?void 0:n.controlType)!==null&&_!==void 0?_:"base",this.setting=ht(h);var S;this.fieldType=(S=n==null?void 0:n.fieldType)!==null&&S!==void 0?S:u,this.eventKeys=ht(c),this.customEvents=ht(d),this.slots=ht(v),this.slotPosition=ht(O),Promise.resolve().then(function(){i._callControlHooks("postInstance",n)})}return TI(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,r=new Array(i),a=0;a<i;a++)r[a]=arguments[a];var l,o=SI(r),u=o[0],c=o.slice(1);return(l=bI).emit.apply(l,[u,this].concat(lc(c)))}},{key:"preUpdate",value:function(i,r){this._callControlHooks("preUpdateProps",i,r)}},{key:"postUpdate",value:function(i,r){this._callControlHooks("postUpdateProps",i,r)}},{key:"updateProps",value:function(i,r){this.preUpdate(i,r),M0(this.props,i,r),this.postUpdate(i,r)}},{key:"preValidate",value:function(){var i=this;return Qh(function(){var r,a,l;return nm(this,function(o){switch(o.label){case 0:return r=em({},i.rules),[4,i._callControlHooks("preValidate",r)];case 1:return a=o.sent(),l=a[a.length-1],[2,l===!1?void 0:l]}})})()}},{key:"validate",value:function(i,r){var a=this;return Qh(function(){var l,o,u,c;return nm(this,function(d){switch(d.label){case 0:return[4,a.preValidate()];case 1:l=d.sent(),o=l!==void 0?l:em({},a.rules),Array.isArray(r)&&r.forEach(function(s){o.hasOwnProperty(s)&&delete o[s]}),u=vI(o,i),d.label=2;case 2:return d.trys.push([2,4,,5]),[4,u.validate(a.props)];case 3:return d.sent(),[2,!0];case 4:throw c=d.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,r=this.fieldType,a=this.id,l=this.type,o=this.props,u=o.dataBind,c=o.datasourceBind,d=o.optionConfig,s=o.caption,h=o.required,v=o.maxLength,O=o.options,I=o.encrypted,P=o.encryptedMode;if(!(!r&&!u&&!c)){var _={parentId:i,fieldType:r,controlId:a,caption:s,type:l,props:{}};switch(u&&(_.dataBind=u),d){case"datasource":case void 0:c&&(_.datasourceBind=c);break;case"custom":_.props.options=O;break}return h!==void 0&&(_.required=h),v!==void 0&&(_.maxLength=v),I!==void 0&&(_.encrypted=I),P!==void 0&&(_.encryptedMode=P),_}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:ht(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(i,r){if(i==="setting"){if(r.add){var a;(a=this.setting).push.apply(a,lc(r.add))}r.remove&&this.removeSettingItem(r.remove),r.update}}}]),e}();te(re,"mode","Designer"),te(re,"slots",void 0),te(re,"slotPosition",void 0),te(re,"controlName","\u63A7\u4EF6"),te(re,"controlIcon","icon"),te(re,"controlType","control"),te(re,"controlFieldType",void 0),te(re,"controlEventKeys",[]),te(re,"controlCustomEvents",[]),te(re,"setting",[]),te(re,"__is_control__",!0),te(re,"removeSettingItem",im),te(re,"updateSettingItem",rm);function im(t){var e=this,n=Array.isArray(t)?t:[t];n.forEach(function(i){var r,a=typeof i!="string",l=(r=e.setting)===null||r===void 0?void 0:r.findIndex(function(c){return c.key===(a?i.key:i)});if(l!==-1){var o,u;a?e.setting[l].showItems=(o=e.setting[l].showItems)===null||o===void 0?void 0:o.filter(function(c){return!i.hideItems.includes(c)}):e.setting.splice(l,1),a&&!(!((u=e.setting[l].showItems)===null||u===void 0)&&u.length)&&e.setting.splice(l,1)}})}function rm(t,e){var n=this,i=typeof t=="string"?[t]:t;i.forEach(function(r){var a=n.setting.find(function(c){return c.key===r});if(a){if(typeof e=="boolean")a.visible=e;else if((typeof e=="undefined"?"undefined":RI(e))==="object"){var l,o=(l=e.type)!==null&&l!==void 0?l:"replace";if(o==="replace")a.showItems=e.showItems;else{var u;(u=a.showItems).push.apply(u,lc(e.showItems))}}}})}function NI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function am(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 PI(t,e,n){return e&&am(t.prototype,e),n&&am(t,n),t}function tt(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function AI(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}var De=function(){function e(n){NI(this,e),tt(this,"id",void 0),tt(this,"type",void 0),tt(this,"controlType",void 0),tt(this,"props",void 0),tt(this,"fieldType",void 0),tt(this,"customEvents",[]),tt(this,"pageStatus",void 0),tt(this,"parent",null);var i=AI(this,e)?this.constructor:void 0,r=i.controlType,a=i.controlFieldType,l=i.name,o=i.controlCustomEvents;r||Ys("The ".concat(l," controlType is not define"));var u;this.id=(u=n==null?void 0:n.id)!==null&&u!==void 0?u:vt(10);var c;this.type=(c=n==null?void 0:n.type)!==null&&c!==void 0?c:r,this.props=new Ae(n==null?void 0:n.props),this.customEvents=o;var d;this.controlType=(d=n==null?void 0:n.controlType)!==null&&d!==void 0?d:"base";var s;this.fieldType=(s=n==null?void 0:n.fieldType)!==null&&s!==void 0?s:a;var h;this.pageStatus=(h=n==null?void 0:n.pageStatus)!==null&&h!==void 0?h:Ju.UNKNOWN}return PI(e,[{key:"rules",get:function(){var i=this.props.constructor.RuntimeRules;if(i){var r=new i(this.props);return Array.from(r)}return[]}}]),e}();tt(De,"mode","Runtime"),tt(De,"controlType","control"),tt(De,"controlFieldType",void 0),tt(De,"__is_control__",!0),tt(De,"controlCustomEvents",[]);function oc(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:w.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:w.getMessage("pleaseEnterLabel")},value:{type:"string",required:!0,message:w.getMessage("pleaseEnterValue")}}}},{type:"array",validator:function(n,i,r){i.length===0&&r(w.getMessage("optionIsRequired")),r()}},{type:"array",validator:function(n,i,r){var a=i.map(function(o){return o.value}),l=H0(a);a.length!==l.length?r(w.getMessage("optionIdIsRepeat")):r()},message:w.getMessage("optionIdIsRepeat")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:w.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:w.getMessage("pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:w.getMessage("pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:w.getMessage("pleaseEnterSvcCode")},displayBoList:[{type:"array",message:w.getMessage("isNotArray")},{type:"array",validator:function(n,i,r){i.length===0&&r(w.getMessage("pleaseBindAtLeastOneDisplayValue")),r()},message:w.getMessage("pleaseBindAtLeastOneDisplayValue")}],orders:[{type:"array",message:w.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:w.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:w.getMessage("isNotBoolean")}}}}]}}])}function el(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;this.datasourceBind=[{type:"object",message:w.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:w.getMessage(n?"pleaseEnterDataCodeInDataSetting":"pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:w.getMessage(n?"pleaseEnterValueFieldCodeInDataSetting":"pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:w.getMessage(n?"pleaseEnterSvcCodeInDataSetting":"pleaseEnterSvcCode")},attributes:[{type:"array",message:w.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:w.getMessage("isNotString")},key:{type:"string",required:!0,message:w.getMessage("isNotString")},value:[{type:"array",message:w.getMessage("isNotArray")},{type:"array",validator:function(r,a,l){a.length===0&&l(w.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")),l()},message:w.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")}]}}}],orders:[{type:"array",message:w.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:w.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:w.getMessage("isNotBoolean")}}}}]}}]}function kI(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}function me(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function tl(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ye(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function nl(t){return nl=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},nl(t)}function il(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&&uc(t,e)}function DI(t,e){return e&&(LI(e)==="object"||typeof e=="function")?e:me(t)}function uc(t,e){return uc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},uc(t,e)}function LI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function xI(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function rl(t){var e=xI();return function(){var i=nl(t),r;if(e){var a=nl(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return DI(this,r)}}var Fe=function(t){il(n,t);var e=rl(n);function n(i){tl(this,n);var r;r=e.call(this,i),ye(me(r),"dataBind",{}),ye(me(r),"caption",{type:"string",required:!0,message:w.getMessage("pleaseEnterCaption")}),ye(me(r),"isHideCaption",{type:"boolean"}),ye(me(r),"labelPosition",{type:"enum",enum:["top","left"]}),ye(me(r),"defaultState",{type:"enum",enum:["default","readonly"]}),ye(me(r),"required",{type:"boolean"}),ye(me(r),"captionTip",{type:"string",required:!1,message:w.getMessage("pleaseEnterCaptionTip")});var a={fieldCode:{type:"string",required:!0,message:w.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:w.getMessage("pleaseEnterFieldCode")}};if(kI(i.dataBind))r.dataBind={type:"object",required:!0,fields:ht(a),message:w.getMessage("pleaseEnterFieldCode")};else{var l={type:"object",required:!0,fields:{},message:w.getMessage("pleaseEnterFieldCode")};Object.keys(i.dataBind).forEach(function(o){l.fields[o]={type:"object",required:!0,fields:ht(a),message:w.getMessage("pleaseEnterFieldCode")}}),r.dataBind=l}return i.isShowCaptionTip&&(r.captionTip.required=!0),r}return n}(Pe),de=function(t){il(n,t);var e=rl(n);function n(i){tl(this,n);var r;r=e.call(this,i);var a=i.isHide?!1:i.required;return a&&r.push({type:"string",required:a,message:i.requiredMessage!==""?i.requiredMessage:w.getMessage("runtimeRequired",{caption:i.caption})}),r}return n}(Rn),Q=function(t){il(n,t);var e=rl(n);function n(i){tl(this,n);var r;r=e.call(this,i),ye(me(r),"caption",void 0),ye(me(r),"isHideCaption",void 0),ye(me(r),"isShowCaptionTip",void 0),ye(me(r),"captionTip",void 0),ye(me(r),"labelPosition",void 0),ye(me(r),"dataBind",void 0),ye(me(r),"defaultValue",void 0),ye(me(r),"placeholder",void 0),ye(me(r),"defaultState",void 0),ye(me(r),"required",void 0),ye(me(r),"requiredMessage",void 0);var a;r.caption=(a=i==null?void 0:i.caption)!==null&&a!==void 0?a:"";var l;r.isHideCaption=(l=i==null?void 0:i.isHideCaption)!==null&&l!==void 0?l:!1;var o;r.isShowCaptionTip=(o=i==null?void 0:i.isShowCaptionTip)!==null&&o!==void 0?o:!1;var u;r.captionTip=(u=i==null?void 0:i.captionTip)!==null&&u!==void 0?u:"";var c;r.defaultState=(c=i==null?void 0:i.defaultState)!==null&&c!==void 0?c:"default";var d;r.labelPosition=(d=i==null?void 0:i.labelPosition)!==null&&d!==void 0?d:"top";var s;r.placeholder=(s=i==null?void 0:i.placeholder)!==null&&s!==void 0?s:"";var h;r.required=(h=i==null?void 0:i.required)!==null&&h!==void 0?h:!1;var v;r.requiredMessage=(v=i==null?void 0:i.requiredMessage)!==null&&v!==void 0?v:"",r.dataBind=new Ct(i==null?void 0:i.dataBind);var O;return r.defaultValue=(O=i==null?void 0:i.defaultValue)!==null&&O!==void 0?O:"",r}return n}(Ae);ye(Q,"Rules",Fe),ye(Q,"RuntimeRules",de);var mi=function(t){il(n,t);var e=rl(n);function n(i){tl(this,n);var r;return r=e.call(this,i),ye(me(r),"optionConfig",{type:"enum",enum:["custom","datasource"],message:w.getMessage("PleaseSelectTheCorrectOptionSettings")}),ye(me(r),"options",[{type:"array",message:w.getMessage("isNotArray")}]),ye(me(r),"datasourceBind",[{type:"object",message:w.getMessage("isNotObject")}]),oc.call(me(r),i),r}return n}(Fe);function cc(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function MI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function al(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ll(t){return ll=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ll(t)}function FI(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&&sc(t,e)}function BI(t,e){return e&&($I(e)==="object"||typeof e=="function")?e:cc(t)}function sc(t,e){return sc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},sc(t,e)}function $I(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function VI(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function UI(t){var e=VI();return function(){var i=ll(t),r;if(e){var a=ll(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return BI(this,r)}}var Z=function(t){FI(n,t);var e=UI(n);function n(i){MI(this,n);var r;return r=e.call(this,i),al(cc(r),"controlType","form"),al(cc(r),"props",void 0),r.props=new Q(i==null?void 0:i.props),r}return n}(re);al(Z,"controlEventKeys",["on_change","on_focus","on_blur"]),al(Z,"controlCustomAttributes",void 0);function ol(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function HI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function dc(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ul(t){return ul=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ul(t)}function jI(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&&fc(t,e)}function WI(t,e){return e&&(qI(e)==="object"||typeof e=="function")?e:ol(t)}function fc(t,e){return fc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},fc(t,e)}function qI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function KI(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function GI(t){var e=KI();return function(){var i=ul(t),r;if(e){var a=ul(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return WI(this,r)}}var ee=function(t){jI(n,t);var e=GI(n);function n(i){HI(this,n);var r;return r=e.call(this,i),dc(ol(r),"controlType","form"),dc(ol(r),"props",void 0),dc(ol(r),"value",void 0),r.props=new Q(i==null?void 0:i.props),r}return n}(De);function XI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function zI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function cl(t){return cl=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},cl(t)}function JI(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&&hc(t,e)}function QI(t,e){return e&&(ZI(e)==="object"||typeof e=="function")?e:XI(t)}function hc(t,e){return hc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},hc(t,e)}function ZI(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function YI(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function pI(t){var e=YI();return function(){var i=cl(t),r;if(e){var a=cl(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return QI(this,r)}}var _e=function(t){JI(n,t);var e=pI(n);function n(i){return zI(this,n),e.call(this,i)}return n}(Ae);function mc(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 eT(t){if(Array.isArray(t))return mc(t)}function Nn(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function lm(t,e,n,i,r,a,l){try{var o=t[a](l),u=o.value}catch(c){n(c);return}o.done?e(u):Promise.resolve(u).then(i,r)}function tT(t){return function(){var e=this,n=arguments;return new Promise(function(i,r){var a=t.apply(e,n);function l(u){lm(a,i,r,l,o,"next",u)}function o(u){lm(a,i,r,l,o,"throw",u)}l(void 0)})}}function nT(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function om(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 iT(t,e,n){return e&&om(t.prototype,e),n&&om(t,n),t}function nn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function yi(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?yi=Reflect.get:yi=function(r,a,l){var o=fT(r,a);if(!!o){var u=Object.getOwnPropertyDescriptor(o,a);return u.get?u.get.call(l||r):u.value}},yi(t,e,n||t)}function rn(t){return rn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},rn(t)}function rT(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&&yc(t,e)}function aT(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function lT(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function oT(){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 uT(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(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),i.forEach(function(r){nn(t,r,n[r])})}return t}function cT(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable})),n.push.apply(n,i)}return n}function sT(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):cT(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function dT(t,e){return e&&(hT(e)==="object"||typeof e=="function")?e:Nn(t)}function yc(t,e){return yc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},yc(t,e)}function fT(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=rn(t),t!==null););return t}function um(t){return eT(t)||lT(t)||mT(t)||oT()}function hT(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function mT(t,e){if(!!t){if(typeof t=="string")return mc(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 mc(t,e)}}function yT(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function _T(t){var e=yT();return function(){var i=rn(t),r;if(e){var a=rn(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return dT(this,r)}}function gT(t,e){var n,i,r,a,l={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]};return a={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function o(c){return function(d){return u([c,d])}}function u(c){if(n)throw new TypeError("Generator is already executing.");for(;l;)try{if(n=1,i&&(r=c[0]&2?i.return:c[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,c[1])).done)return r;switch(i=0,r&&(c=[c[0]&2,r.value]),c[0]){case 0:case 1:r=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(r=l.trys,!(r=r.length>0&&r[r.length-1])&&(c[0]===6||c[0]===2)){l=0;continue}if(c[0]===3&&(!r||c[1]>r[0]&&c[1]<r[3])){l.label=c[1];break}if(c[0]===6&&l.label<r[1]){l.label=r[1],r=c;break}if(r&&l.label<r[2]){l.label=r[2],l.ops.push(c);break}r[2]&&l.ops.pop(),l.trys.pop();continue}c=e.call(t,l)}catch(d){c=[6,d],i=0}finally{n=r=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var vT=1e4,ve=function(e){rT(i,e);var n=_T(i);function i(r){nT(this,i);var a;a=n.call(this,r),nn(Nn(a),"controlType","layout"),nn(Nn(a),"children",void 0),nn(Nn(a),"excludes",void 0),nn(Nn(a),"childrenMaxLength",void 0),nn(Nn(a),"props",void 0);var l=aT(this,i)?this.constructor:void 0,o=l.excludes,u=l.childrenMaxLength;return a.props=new _e(r==null?void 0:r.props),Tt(Nn(a),"children",r==null?void 0:r.children,void 0,"Designer"),a.excludes=ht(o),a.childrenMaxLength=u,a}return iT(i,[{key:"judgeExcludesChildren",value:function(a){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(a)}},{key:"judgeJoinChildren",value:function(a){var l=this.judgeExcludesChildren(a);return l&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(a,l){var o=this,u=this,c=function(){return yi(rn(i.prototype),"validate",o)};return tT(function(){return gT(this,function(d){switch(d.label){case 0:return[4,c().call(u,a,l)];case 1:return d.sent(),[4,Promise.all(u.children.map(function(s){return s.validate(a,l)}))];case 2:return d.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,l=yi(rn(i.prototype),"toDataBindModel",this).call(this),o=l?[l]:[];return this.children.reduce(function(u,c){var d=c.toDataBindModel(a);if(Array.isArray(d)){var s=d.filter(function(h){return!!h});return um(u).concat(um(s))}return d&&u.push(d),u},o)}},{key:"toSchema",value:function(){var a=yi(rn(i.prototype),"toSchema",this).call(this),l=this.children.map(function(o){var u=o.toSchema();return u});return sT(uT({},a),{children:l})}}]),i}(re);nn(ve,"excludes",!1),nn(ve,"childrenMaxLength",vT);function dr(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function bT(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function sl(t){return sl=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},sl(t)}function ET(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&&gc(t,e)}function wT(t,e){return e&&(IT(e)==="object"||typeof e=="function")?e:dr(t)}function gc(t,e){return gc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},gc(t,e)}function IT(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function TT(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function CT(t){var e=TT();return function(){var i=sl(t),r;if(e){var a=sl(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return wT(this,r)}}var Te=function(t){ET(n,t);var e=CT(n);function n(i){bT(this,n);var r;return r=e.call(this,i),_c(dr(r),"controlType","layout"),_c(dr(r),"children",void 0),_c(dr(r),"props",void 0),r.props=new _e(i==null?void 0:i.props),Tt(dr(r),"children",i==null?void 0:i.children,void 0,"Runtime"),r}return n}(De);function Mt(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function OT(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function dl(t){return dl=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},dl(t)}function ST(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&&vc(t,e)}function RT(t,e){return e&&(NT(e)==="object"||typeof e=="function")?e:Mt(t)}function vc(t,e){return vc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},vc(t,e)}function NT(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function PT(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function AT(t){var e=PT();return function(){var i=dl(t),r;if(e){var a=dl(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return RT(this,r)}}var fl=function(t){ST(n,t);var e=AT(n);function n(i,r,a){OT(this,n);var l;l=e.call(this,r),_i(Mt(l),"headers",void 0),_i(Mt(l),"footers",void 0),_i(Mt(l),"pageIndex",void 0),_i(Mt(l),"pageSize",void 0),_i(Mt(l),"pageSizeOptions",void 0),_i(Mt(l),"totalCount",void 0),Tt(Mt(l),"headers",r==null?void 0:r.headers,i,a),Tt(Mt(l),"footers",r==null?void 0:r.footers,i);var o;l.pageIndex=(o=r==null?void 0:r.pageIndex)!==null&&o!==void 0?o:1;var u;l.pageSize=(u=r==null?void 0:r.pageSize)!==null&&u!==void 0?u:20;var c;l.pageSizeOptions=(c=r==null?void 0:r.pageSizeOptions)!==null&&c!==void 0?c:[20];var d;return l.totalCount=(d=r==null?void 0:r.totalCount)!==null&&d!==void 0?d:0,l}return n}(Ae);function bc(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 kT(t){if(Array.isArray(t))return bc(t)}function hl(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function cm(t,e,n,i,r,a,l){try{var o=t[a](l),u=o.value}catch(c){n(c);return}o.done?e(u):Promise.resolve(u).then(i,r)}function DT(t){return function(){var e=this,n=arguments;return new Promise(function(i,r){var a=t.apply(e,n);function l(u){cm(a,i,r,l,o,"next",u)}function o(u){cm(a,i,r,l,o,"throw",u)}l(void 0)})}}function LT(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function sm(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 xT(t,e,n){return e&&sm(t.prototype,e),n&&sm(t,n),t}function ml(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function gi(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?gi=Reflect.get:gi=function(r,a,l){var o=UT(r,a);if(!!o){var u=Object.getOwnPropertyDescriptor(o,a);return u.get?u.get.call(l||r):u.value}},gi(t,e,n||t)}function an(t){return an=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},an(t)}function MT(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&&Ec(t,e)}function FT(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function BT(){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 dm(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(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),i.forEach(function(r){ml(t,r,n[r])})}return t}function $T(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable})),n.push.apply(n,i)}return n}function fm(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):$T(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function VT(t,e){return e&&(HT(e)==="object"||typeof e=="function")?e:hl(t)}function Ec(t,e){return Ec=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},Ec(t,e)}function UT(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=an(t),t!==null););return t}function hm(t){return kT(t)||FT(t)||jT(t)||BT()}function HT(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function jT(t,e){if(!!t){if(typeof t=="string")return bc(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 bc(t,e)}}function WT(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function qT(t){var e=WT();return function(){var i=an(t),r;if(e){var a=an(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return VT(this,r)}}function KT(t,e){var n,i,r,a,l={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]};return a={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function o(c){return function(d){return u([c,d])}}function u(c){if(n)throw new TypeError("Generator is already executing.");for(;l;)try{if(n=1,i&&(r=c[0]&2?i.return:c[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,c[1])).done)return r;switch(i=0,r&&(c=[c[0]&2,r.value]),c[0]){case 0:case 1:r=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(r=l.trys,!(r=r.length>0&&r[r.length-1])&&(c[0]===6||c[0]===2)){l=0;continue}if(c[0]===3&&(!r||c[1]>r[0]&&c[1]<r[3])){l.label=c[1];break}if(c[0]===6&&l.label<r[1]){l.label=r[1],r=c;break}if(r&&l.label<r[2]){l.label=r[2],l.ops.push(c);break}r[2]&&l.ops.pop(),l.trys.pop();continue}c=e.call(t,l)}catch(d){c=[6,d],i=0}finally{n=r=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}var wc=function(t){MT(n,t);var e=qT(n);function n(i){LT(this,n);var r;return r=e.call(this,i),ml(hl(r),"controlType","list"),ml(hl(r),"props",void 0),r.props=new fl(hl(r),i==null?void 0:i.props,"Designer"),r}return xT(n,[{key:"validate",value:function(r,a){var l=this,o=this,u=function(){return gi(an(n.prototype),"validate",l)};return DT(function(){return KT(this,function(c){switch(c.label){case 0:return[4,u().call(o,r)];case 1:return c.sent(),[4,Promise.all(o.props.headers.map(function(d){return d.validate(r,a)}))];case 2:return c.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var r=gi(an(n.prototype),"toDataBindModel",this).call(this),a=r?[r]:[],l=this.id;return this.props.headers.reduce(function(o,u){var c=u.toDataBindModel(l);if(Array.isArray(c)){var d=c.filter(function(s){return!!s});return hm(o).concat(hm(d))}return c&&o.push(c),o},a)}},{key:"toSchema",value:function(){var r=gi(an(n.prototype),"toSchema",this).call(this),a=this.props.headers.map(function(l){return l.toSchema()});return fm(dm({},r),{props:fm(dm({},this.props),{headers:a})})}}]),n}(re);ml(wc,"controlFieldType",D.LIST);function vi(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function GT(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function mm(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 XT(t,e,n){return e&&mm(t.prototype,e),n&&mm(t,n),t}function Ic(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function yl(t){return yl=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},yl(t)}function zT(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&&Tc(t,e)}function JT(t,e){return e&&(QT(e)==="object"||typeof e=="function")?e:vi(t)}function Tc(t,e){return Tc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},Tc(t,e)}function QT(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function ZT(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function YT(t){var e=ZT();return function(){var i=yl(t),r;if(e){var a=yl(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return JT(this,r)}}var ym=function(t){zT(n,t);var e=YT(n);function n(i){GT(this,n);var r;return r=e.call(this,i),Ic(vi(r),"controlType","list"),Ic(vi(r),"children",void 0),Ic(vi(r),"props",void 0),r.props=new fl(vi(r),i==null?void 0:i.props,"Runtime"),Tt(vi(r),"children",i==null?void 0:i.children,void 0,"Runtime"),r}return XT(n,[{key:"length",get:function(){return this.children.length}}]),n}(De);function xe(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Cc(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Be(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function _l(t){return _l=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},_l(t)}function Oc(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&&Sc(t,e)}function pT(t,e){return e&&(eC(e)==="object"||typeof e=="function")?e:xe(t)}function Sc(t,e){return Sc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},Sc(t,e)}function eC(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function tC(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function Rc(t){var e=tC();return function(){var i=_l(t),r;if(e){var a=_l(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return pT(this,r)}}var St=function(t){Oc(n,t);var e=Rc(n);function n(i){Cc(this,n);var r;return r=e.call(this,i),Be(xe(r),"caption",{type:"string",required:!0,message:w.getMessage("pleaseEnterCaption")}),Be(xe(r),"width",{type:"number",required:!1,message:w.getMessage("pleaseEnterColumnWidth")}),r.width.required=i.widthType==="px",r}return n}(Pe),Ce=function(t){Oc(n,t);var e=Rc(n);function n(i){Cc(this,n);var r;r=e.call(this,i),Be(xe(r),"widthType",void 0),Be(xe(r),"width",void 0),Be(xe(r),"caption",void 0),Be(xe(r),"dataBind",void 0),Be(xe(r),"autoWidth",void 0),Be(xe(r),"fixed",void 0),Be(xe(r),"sort",void 0),Be(xe(r),"align",void 0),Be(xe(r),"colSpan",void 0),Be(xe(r),"autoHeight",void 0),Be(xe(r),"children",void 0);var a;r.width=(a=i==null?void 0:i.width)!==null&&a!==void 0?a:150,r.widthType=(i==null?void 0:i.widthType)||"auto";var l;r.caption=(l=i==null?void 0:i.caption)!==null&&l!==void 0?l:"";var o;r.fixed=(o=i==null?void 0:i.fixed)!==null&&o!==void 0?o:"none",r.autoWidth=new Lh(i==null?void 0:i.autoWidth),r.dataBind=new Ct(i==null?void 0:i.dataBind);var u;r.sort=(u=i==null?void 0:i.sort)!==null&&u!==void 0?u:!0,r.align=i==null?void 0:i.align,r.colSpan=i==null?void 0:i.colSpan;var c;return r.autoHeight=(c=i==null?void 0:i.autoHeight)!==null&&c!==void 0?c:!1,r}return n}(Ae);Be(Ce,"Rules",St);var _m=function(t){Oc(n,t);var e=Rc(n);function n(i){Cc(this,n);var r;return r=e.call(this,i),Be(xe(r),"optionConfig",{type:"enum",enum:["custom","datasource","none"],message:w.getMessage("PleaseSelectTheCorrectOptionSettings")}),Be(xe(r),"options",[{type:"array",message:w.getMessage("isNotArray")}]),Be(xe(r),"datasourceBind",[{type:"object",message:w.getMessage("isNotObject")}]),oc.call(xe(r),i),r}return n}(St);function fr(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function nC(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function gm(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 iC(t,e,n){return e&&gm(t.prototype,e),n&&gm(t,n),t}function gl(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function vl(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?vl=Reflect.get:vl=function(r,a,l){var o=cC(r,a);if(!!o){var u=Object.getOwnPropertyDescriptor(o,a);return u.get?u.get.call(l||r):u.value}},vl(t,e,n||t)}function bi(t){return bi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},bi(t)}function rC(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&&Nc(t,e)}function aC(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(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),i.forEach(function(r){gl(t,r,n[r])})}return t}function lC(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable})),n.push.apply(n,i)}return n}function oC(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):lC(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function uC(t,e){return e&&(sC(e)==="object"||typeof e=="function")?e:fr(t)}function Nc(t,e){return Nc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},Nc(t,e)}function cC(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=bi(t),t!==null););return t}function sC(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function dC(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function fC(t){var e=dC();return function(){var i=bi(t),r;if(e){var a=bi(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return uC(this,r)}}var $e=function(t){rC(n,t);var e=fC(n);function n(i){nC(this,n);var r;return r=e.call(this,i),gl(fr(r),"controlType","column"),gl(fr(r),"props",void 0),gl(fr(r),"children",void 0),r.props=new Ce(i==null?void 0:i.props),Tt(fr(r),"children",i==null?void 0:i.children,void 0,"Designer"),r}return iC(n,[{key:"toSchema",value:function(){var r=vl(bi(n.prototype),"toSchema",this).call(this);return oC(aC({},r),{children:this.children?this.children.map(function(a){return a.toSchema()}):[]})}}]),n}(re);function hr(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function hC(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Pc(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function bl(t){return bl=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},bl(t)}function mC(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&&Ac(t,e)}function yC(t,e){return e&&(_C(e)==="object"||typeof e=="function")?e:hr(t)}function Ac(t,e){return Ac=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},Ac(t,e)}function _C(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function gC(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function vC(t){var e=gC();return function(){var i=bl(t),r;if(e){var a=bl(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return yC(this,r)}}var Ve=function(t){mC(n,t);var e=vC(n);function n(i){hC(this,n);var r;return r=e.call(this,i),Pc(hr(r),"controlType","column"),Pc(hr(r),"props",void 0),Pc(hr(r),"children",void 0),r.props=new Ce(i==null?void 0:i.props),Tt(hr(r),"children",i==null?void 0:i.children,void 0,"Runtime"),r}return n}(De);function vm(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function bC(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function EC(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function El(t){return El=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},El(t)}function wC(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&&kc(t,e)}function IC(t,e){return e&&(TC(e)==="object"||typeof e=="function")?e:vm(t)}function kc(t,e){return kc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},kc(t,e)}function TC(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function CC(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function OC(t){var e=CC();return function(){var i=El(t),r;if(e){var a=El(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return IC(this,r)}}var Dc=function(t){wC(n,t);var e=OC(n);function n(i){bC(this,n);var r;return r=e.call(this,i),EC(vm(r),"dataBind",void 0),r.dataBind=new Ct(i==null?void 0:i.dataBind),r}return n}(_e);function Lc(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function SC(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function bm(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function wl(t){return wl=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},wl(t)}function RC(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&&xc(t,e)}function NC(t,e){return e&&(PC(e)==="object"||typeof e=="function")?e:Lc(t)}function xc(t,e){return xc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},xc(t,e)}function PC(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function AC(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function kC(t){var e=AC();return function(){var i=wl(t),r;if(e){var a=wl(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return NC(this,r)}}var DC=function(t){RC(n,t);var e=kC(n);function n(i){SC(this,n);var r;return r=e.call(this,i),bm(Lc(r),"controlType","search"),bm(Lc(r),"props",void 0),r.props=new Dc(i==null?void 0:i.props),r}return n}(ve);function Mc(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function LC(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Em(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Il(t){return Il=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Il(t)}function xC(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&&Fc(t,e)}function MC(t,e){return e&&(FC(e)==="object"||typeof e=="function")?e:Mc(t)}function Fc(t,e){return Fc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},Fc(t,e)}function FC(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function BC(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function $C(t){var e=BC();return function(){var i=Il(t),r;if(e){var a=Il(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return MC(this,r)}}var VC=function(t){xC(n,t);var e=$C(n);function n(i){LC(this,n);var r;return r=e.call(this,i),Em(Mc(r),"controlType","search"),Em(Mc(r),"props",void 0),r.props=new Dc(i==null?void 0:i.props),r}return n}(Te);function UC(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function HC(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Tl(t){return Tl=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Tl(t)}function jC(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&&Bc(t,e)}function WC(t,e){return e&&(qC(e)==="object"||typeof e=="function")?e:UC(t)}function Bc(t,e){return Bc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},Bc(t,e)}function qC(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function KC(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function GC(t){var e=KC();return function(){var i=Tl(t),r;if(e){var a=Tl(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return WC(this,r)}}var $c=function(t){jC(n,t);var e=GC(n);function n(i){return HC(this,n),e.call(this,i)}return n}(_e);function Vc(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function XC(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function wm(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Cl(t){return Cl=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Cl(t)}function zC(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&&Uc(t,e)}function JC(t,e){return e&&(QC(e)==="object"||typeof e=="function")?e:Vc(t)}function Uc(t,e){return Uc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},Uc(t,e)}function QC(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function ZC(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function YC(t){var e=ZC();return function(){var i=Cl(t),r;if(e){var a=Cl(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return JC(this,r)}}var pC=function(t){zC(n,t);var e=YC(n);function n(i){XC(this,n);var r;return r=e.call(this,i),wm(Vc(r),"controlType","wrap"),wm(Vc(r),"props",void 0),r.props=new $c(i==null?void 0:i.props),r}return n}(ve);function Hc(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function eO(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Im(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Ol(t){return Ol=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ol(t)}function tO(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&&jc(t,e)}function nO(t,e){return e&&(iO(e)==="object"||typeof e=="function")?e:Hc(t)}function jc(t,e){return jc=Object.setPrototypeOf||function(i,r){return i.__proto__=r,i},jc(t,e)}function iO(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function rO(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function aO(t){var e=rO();return function(){var i=Ol(t),r;if(e){var a=Ol(this).constructor;r=Reflect.construct(i,arguments,a)}else r=i.apply(this,arguments);return nO(this,r)}}var lO=function(t){tO(n,t);var e=aO(n);function n(i){eO(this,n);var r;return r=e.call(this,i),Im(Hc(r),"controlType","wrap"),Im(Hc(r),"props",void 0),r.props=new $c(i==null?void 0:i.props),r}return n}(Te);function ln(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:w.getMessage("pleaseEnterForm")}}}])}class Wc extends Ae{constructor(e){var n,i,r,a,l,o;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=(r=e==null?void 0:e.icon)!=null?r:"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=(o=e==null?void 0:e.align)!=null?o:""}}class Tm extends re{constructor(e){super(e),this.props=new Wc(e==null?void 0:e.props)}static get controlName(){return"\u8BF4\u660E\u6587\u5B57"}static get controlIcon(){return"iconwenben"}static get controlType(){return"text"}}Tm.setting=[{key:"content",visible:!0},{key:"text-font-size",visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE]},{key:"text-color",visible:!0},{key:"text-state",visible:!0},{key:"text-icon",visible:!0},{key:"super-setting",visible:!0}];class oO extends De{constructor(e){super(e),this.props=new Wc(e==null?void 0:e.props)}static get controlType(){return"text"}}var Cm={Designer:Tm,Runtime:oO,Property:Wc};class qc extends Ae{constructor(e){var n,i,r;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=(r=e==null?void 0:e.openMode)!=null?r:"new"}}class Kc extends re{constructor(e){super(e),this.props=new qc(e==null?void 0:e.props)}static get controlName(){return"\u94FE\u63A5"}static get controlIcon(){return"iconlink_new"}static get controlType(){return"link"}}Kc.controlEventKeys=["on_click"],Kc.setting=[{key:"content",visible:!0},{key:"link-url",visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE]},{key:"open-mode",visible:!0},{key:"super-setting",visible:!0}];class uO extends De{constructor(e){super(e),this.props=new qc(e==null?void 0:e.props)}static get controlType(){return"link"}}var Om={Designer:Kc,Runtime:uO,Property:qc};class Xe extends Ae{constructor(e){var n,i,r,a,l,o,u,c,d;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=(r=e==null?void 0:e.showType)!=null?r:"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=(o=e==null?void 0:e.defaultState)!=null?o:"default",this.command=(u=e==null?void 0:e.command)!=null?u:"custom",this.isLoading=(c=e==null?void 0:e.isLoading)!=null?c:!1,this.optObj=new Lw((d=e==null?void 0:e.optObj)!=null?d:{})}}class je extends re{constructor(e){super(e),this.props=new Xe(e==null?void 0:e.props)}static get controlName(){return"\u6309\u94AE"}static get controlIcon(){return"iconbtn"}static get controlType(){return"button"}}je.slots=["grid-table-toolbar-slot","action-bar-slot",qs.DEFAULT],je.controlEventKeys=["on_click"],je.setting=[{key:"button-content",visible:!0},{key:"button-opt-type",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE]},{key:"super-setting",visible:!0}];class nt extends De{constructor(e){super(e),this.props=new Xe(e==null?void 0:e.props)}static get controlType(){return"button"}}var Sm={Designer:je,Runtime:nt,Property:Xe},on=(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))(on||{}),Rm=(t=>(t.EARLY_DATE="earlyDate",t.LATE_DATE="lateDate",t.UN_SELECT_ABLE_INTERVAL="unSelectAbleInterval",t))(Rm||{}),Nm=(t=>(t.FILE_IN_TIME="filledInTime",t.BEFORE_TIME="beforeTime",t.AFTER_TIME="afterTime",t.TIME_SPECIFIED="timeSpecified",t))(Nm||{});class Sl{constructor(e={dateConfigType:"unSelectAbleInterval",dateLimitType:"filledInTime",id:vt(8),value:["",""]}){this.id=e.id,this.dateConfigType=e.dateConfigType,this.dateLimitType=e.dateLimitType,this.value=e.value}}var Gc=(t=>(t.PRAISE="praise",t.STAR="star",t.FLOWER="flower",t.HAND="hand",t.HEART="heart",t.SMILE="smile",t))(Gc||{});class Rl{constructor(e){var n,i;this.id=(n=e==null?void 0:e.id)!=null?n:vt(),this.text=(i=e==null?void 0:e.text)!=null?i:""}}var Xc=(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))(Xc||{});class zc{constructor(e){var n,i,r,a,l,o,u,c;this.type=(n=e==null?void 0:e.type)!=null?n:"private",this.person=new lr((i=e==null?void 0:e.person)!=null?i:{type:"form"}),this.signatureType=(r=e==null?void 0:e.signatureType)!=null?r:[],this.telephone=(l=e==null?void 0:e.telephone)!=null?l:new lr((a=e==null?void 0:e.telephone)!=null?a:{type:"form"}),this.company=(u=e==null?void 0:e.company)!=null?u:new lr((o=e==null?void 0:e.company)!=null?o:{type:"form"}),this.remark=(c=e==null?void 0:e.remark)!=null?c:""}}class Pm{constructor(e){var n,i,r,a,l,o;this.fileControl=(n=e==null?void 0:e.fileControl)!=null?n:"",this.undersignedList=(r=(i=e==null?void 0:e.undersignedList)==null?void 0:i.map(u=>new zc(u)))!=null?r:[new zc],this.statusControl=(a=e==null?void 0:e.statusControl)!=null?a:"",this.completeControl=(l=e==null?void 0:e.completeControl)!=null?l:"",this.completeTimeControl=(o=e==null?void 0:e.completeTimeControl)!=null?o:""}}class mr{constructor(e){var n,i,r,a,l,o,u;this.id=(n=e==null?void 0:e.id)!=null?n:vt(8),this.appId=(i=e==null?void 0:e.appId)!=null?i:"",this.dataCode=(r=e==null?void 0:e.dataCode)!=null?r:"",this.svcCode=(a=e==null?void 0:e.svcCode)!=null?a:"",this.name=(l=e==null?void 0:e.name)!=null?l:"",this.fieldList=(o=e==null?void 0:e.fieldList)!=null?o:[],this.active=(u=e==null?void 0:e.active)!=null?u:!1}}class Jc{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 Am{constructor(e){var n,i,r,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=(r=e==null?void 0:e.collaborativeRecord)!=null?r:!1,this.logicToDelete=(a=e==null?void 0:e.logicToDelete)!=null?a:!0,this.watermark=new Jc(e==null?void 0:e.watermark),this.autoRename=new Jc(e==null?void 0:e.autoRename)}}class km{constructor(e){this.dataCode=e.dataCode}}class Dm{constructor(e){var n,i,r;this.templateType=(n=e==null?void 0:e.templateType)!=null?n:"system",this.templateList=(r=(i=e==null?void 0:e.templateList)==null?void 0:i.map(a=>new km(a)))!=null?r:[]}}class Lm{constructor(e){var n,i,r;this.templateType=(n=e==null?void 0:e.templateType)!=null?n:"system",this.templateList=(r=(i=e==null?void 0:e.templateList)==null?void 0:i.map(a=>new mr(a)))!=null?r:[new mr({id:"default",name:"\u9ED8\u8BA4\u6A21\u677F",appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}const xm=480;function yr(t){return new RegExp(t.replace(/^\/|\/$/g,""))}class Mm{constructor(e){var n,i,r,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=(r=e==null?void 0:e.ruleName)!=null?r:"",this.isDefault=(a=e.isDefault)!=null?a:!1,this.rules=(l=e.rules)!=null?l:[]}}class Fm{constructor(e){var n,i,r;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=(r=e==null?void 0:e.alignItems)!=null?r:"flex-start"}}var Bm=(t=>(t.NO_MASK="NO_MASK",t.LAST_FOUR_MASK="LAST_FOUR_MASK",t.ALL_MASK="ALL_MASK",t))(Bm||{}),Qc=(t=>(t.ALL="ALL",t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL",t.INTERNAL_EXTERNAL="INTERNAL_EXTERNAL",t))(Qc||{}),Nl=(t=>(t.INTERNAL_BUSINESS="INTERNAL_BUSINESS",t.INTERNAL="INTERNAL",t.BUSINESS="BUSINESS",t))(Nl||{}),un=(t=>(t.ALL="all",t.ASSIGN="assign",t))(un||{}),Zc=(t=>(t.ALL="all",t.ADMIN="admin",t))(Zc||{});class Yc extends Ae{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:Xc.SOLID}}class $m extends re{constructor(e){super(e),this.props=new Yc(e==null?void 0:e.props)}static get controlName(){return"\u5206\u5272\u7EBF"}static get controlIcon(){return"iconfengexian"}static get controlType(){return"divider"}}$m.setting=[{key:"line-style",visible:!0},{key:"color",visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE]}];class cO extends De{constructor(e){super(e),this.props=new Yc(e==null?void 0:e.props)}static get controlType(){return"divider"}}var Vm={Designer:$m,Runtime:cO,Property:Yc};class sO extends Pe{constructor(e){super(e),this.caption={type:"string",required:!0,message:w.getMessage("pleaseEnterCaption")},this.dataBind={type:"any"},this.config={type:"array"},e.config.includes(on.ShowBizKey)&&(this.dataBind={type:"object",required:!0,fields:{fieldCode:{type:"string",required:!0,message:w.getMessage("bizKeyNotBindFiled")},dataCode:{type:"string",required:!0,message:w.getMessage("bizKeyNotBindFiled")}},message:w.getMessage("bizKeyNotBindFiled")}),!e.isHide&&e.config.length===0&&(this.config={type:"array",min:1,required:!0,message:w.getMessage("pleaseSelectOneField")})}}class Pl extends Ae{constructor(e){var n,i,r,a;super(e),this.dataBind=new Ct(e==null?void 0:e.dataBind),this.config=(n=e==null?void 0:e.config)!=null?n:[on.ShowSubmitUser,on.ShowSubmitDept,on.ShowSubmitTime,on.ShowCurrentApprovar,on.ShowTitle],this.caption=(r=(i=e==null?void 0:e.caption)!=null?i:Ei==null?void 0:Ei.controlName)!=null?r:"",this.position=(a=e==null?void 0:e.position)!=null?a:"top"}}Pl.Rules=sO;class Ei extends re{constructor(e){super(e),this.props=new Pl(e==null?void 0:e.props)}static get controlName(){return"\u6807\u9898\u7EC4\u4EF6"}static get controlIcon(){return"title"}static get controlType(){return"title"}}Ei.controlFieldType=D.AUTO_NUMBER,Ei.setting=[{key:"common-setting",visible:!0,showItems:[f.IS_HIDE]},{key:"caption",showItems:[f.CAPTION],visible:!0},{key:"title-setting",visible:!0},{key:"position",visible:!0},{key:"super-setting",visible:!0}];class dO extends De{constructor(e){super(e),this.props=new Pl(e==null?void 0:e.props)}static get controlType(){return"title"}}var Um={Designer:Ei,Runtime:dO,Property:Pl};class fO extends Pe{constructor(e){super(e),this.formKey={type:"string",required:!0,message:w.getMessage("pleaseEnterForm")}}}class Al extends Xe{constructor(e){var n,i,r,a;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:wi.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:wi.controlName,this.formKey=(r=e==null?void 0:e.formKey)!=null?r:"",this.openType=(a=e==null?void 0:e.openType)!=null?a:"modal"}}Al.Rules=fO;class wi extends je{constructor(e){super(e),this.props=new Al(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"}}wi.slots=["grid-table-toolbar-slot"],wi.controlEventKeys=["on_click","on_click_finish"],wi.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 hO extends nt{constructor(e){super(e),this.props=new Al(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-create-form"}}var Hm={Designer:wi,Runtime:hO,Property:Al};class mO extends Pe{constructor(e){super(e),this.processKey=[{type:"string",message:w.getMessage("isNotString")},{type:"string",required:!0,message:w.getMessage("pleaseEnterProcess")}]}}class kl extends Xe{constructor(e){var n,i,r,a,l,o;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:Ii.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:Ii.controlName,this.initiatorMode=(r=e==null?void 0:e.initiatorMode)!=null?r:"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=(o=e==null?void 0:e.employeeId)!=null?o:""}}kl.Rules=mO;class Ii extends je{constructor(e){super(e),this.props=new kl(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"}}Ii.slots=["grid-table-toolbar-slot"],Ii.controlEventKeys=["on_click","on_click_finish"],Ii.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 yO extends nt{constructor(e){super(e),this.props=new kl(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-submission"}}var jm={Designer:Ii,Runtime:yO,Property:kl};class pc extends Xe{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Ti.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Ti.controlIcon}}class Ti extends je{constructor(e){super(e),this.props=new pc(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"}}Ti.slots=["grid-table-toolbar-slot"],Ti.controlEventKeys=["on_click"],Ti.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 nt{constructor(e){super(e),this.props=new pc(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-submission-record"}}var Wm={Designer:Ti,Runtime:_O,Property:pc};class es extends Xe{constructor(e){var n,i,r,a,l;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:Ci.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:Ci.controlName,this.templateType=(r=e==null?void 0:e.templateType)!=null?r:"system",this.templateList=(l=(a=e==null?void 0:e.templateList)==null?void 0:a.map(o=>new mr(o)))!=null?l:[new mr({id:"default",name:"\u9ED8\u8BA4\u6A21\u677F",appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}class Ci extends je{constructor(e){super(e),this.props=new es(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"}}Ci.slots=["grid-table-toolbar-slot"],Ci.controlEventKeys=["on_click","on_click_finish"],Ci.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 gO extends nt{constructor(e){super(e),this.props=new es(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-list"}}var qm={Designer:Ci,Runtime:gO,Property:es};class ts extends Xe{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Oi.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Oi.controlIcon}}class Oi extends je{constructor(e){super(e),this.props=new ts(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"}}Oi.slots=["grid-table-toolbar-slot"],Oi.controlEventKeys=["on_click"],Oi.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 vO extends nt{constructor(e){super(e),this.props=new ts(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-record"}}var Km={Designer:Oi,Runtime:vO,Property:ts};class bO{constructor(e){this.dataCode=e.dataCode}}class ns extends Xe{constructor(e){var n,i,r,a,l;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Si.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Si.controlIcon,this.canImportList=(a=(r=e==null?void 0:e.canImportList)==null?void 0:r.map(o=>new bO(o)))!=null?a:[],this.templateType=(l=e==null?void 0:e.templateType)!=null?l:"system"}}class Si extends je{constructor(e){super(e),this.props=new ns(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"}}Si.slots=["grid-table-toolbar-slot"],Si.controlEventKeys=["on_click","on_click_finish"],Si.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 EO extends nt{constructor(e){super(e),this.props=new ns(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-import-record"}}var Gm={Designer:Si,Runtime:EO,Property:ns};function Dl(){return{dataCode:{type:"string",required:!0,message:w.getMessage("pleaseEnterDataCode")},fillList:{type:"array",defaultField:{type:"object",fields:{fieldCode:{type:"string",required:!0,message:w.getMessage("pleaseEnterFieldCode")},controlId:{type:"string",required:!0,message:w.getMessage("pleaseSelectControl")}}}}}}class wO extends Pe{constructor(e){super(e),this.fillPayload={type:"object",fields:$t({},Dl())},this.formBind={type:"object",fields:{formKey:{type:"string",required:!0,message:w.getMessage("pleaseEnterList")}}},this.fillBack={type:"object",fields:$t({mode:{type:"string",required:!0,message:w.getMessage("pleaseSelectFillBackMode")}},Dl())},(e.command==="edit"||e.command==="view")&&(this.formBind.fields.primaryControlId={type:"string",required:!0,message:w.getMessage("pleaseSelectControl")})}}class Ll extends Xe{constructor(e){var n,i,r;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:_r.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:_r.controlIcon,this.command=(r=e==null?void 0:e.command)!=null?r:"create",this.fillPayload=new Vh(e==null?void 0:e.fillPayload),this.formBind=new yw(e==null?void 0:e.formBind),this.fillBack=new Uh(e==null?void 0:e.fillBack)}}Ll.Rules=wO;class _r extends je{constructor(e){super(e),this.props=new Ll(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"}}_r.controlEventKeys=["on_click","on_click_finish"],_r.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:[f.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class IO extends nt{constructor(e){super(e),this.props=new Ll(e==null?void 0:e.props)}static get controlType(){return"form-select-button"}}var Xm={Designer:_r,Runtime:IO,Property:Ll};class TO extends Pe{constructor(e){super(e),this.fillPayload={type:"object",fields:$t({},Dl())},this.listPageBind={type:"object",fields:{formKey:{type:"string",required:!0,message:w.getMessage("pleaseEnterList")},headers:{type:"array",required:!0,message:w.getMessage("pleaseSelectAtLeastOneColumn")}}},this.fillBack={type:"object",fields:$t({mode:{type:"string",required:!0,message:w.getMessage("pleaseSelectFillBackMode")}},Dl())}}}class xl extends Xe{constructor(e){var n,i,r,a,l;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:gr.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:gr.controlIcon,this.fillPayload=new Vh(e==null?void 0:e.fillPayload),this.listPageBind=new ju(e==null?void 0:e.listPageBind),this.fillBack=new Uh(e==null?void 0:e.fillBack),this.showSelectedDetail=(r=e==null?void 0:e.showSelectedDetail)!=null?r:!1,this.selectedContentConfig=new Gu(e==null?void 0:e.selectedContentConfig),this.isSelectedRowFill=(a=e==null?void 0:e.isSelectedRowFill)!=null?a:!1,this.disableFilling=(l=e==null?void 0:e.disableFilling)!=null?l:!0}}xl.Rules=TO;class gr extends je{constructor(e){super(e),this.props=new xl(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"}}gr.controlEventKeys=["on_click","on_click_finish","on_modal_ok"],gr.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:[f.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class CO extends nt{constructor(e){super(e),this.props=new xl(e==null?void 0:e.props)}static get controlType(){return"list-select-button"}}var zm={Designer:gr,Runtime:CO,Property:xl};class OO extends Pe{constructor(e){super(e)}}class SO extends Rn{constructor(e){super(e)}}class vr extends Ae{constructor(e){super(e)}}vr.Rules=OO,vr.RuntimeRules=SO;class Jm extends re{constructor(e){super(e),this.props=new vr(e==null?void 0:e.props)}static get controlName(){return"\u5206\u9875"}static get controlIcon(){return"pagination"}static get controlType(){return"pagination"}}Jm.setting=[];class RO extends De{constructor(e){super(e),this.props=new vr(e==null?void 0:e.props)}static get controlType(){return"pagination"}}var Qm={Designer:Jm,Runtime:RO,Property:vr};class NO extends Pe{constructor(e){super(e),this.dashboardKey={type:"string",required:!0,message:w.getMessage("pleaseSelectDashboard")},this.caption={type:"string",required:!0,message:w.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.captionTip={type:"string",required:!1,message:w.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Ml extends Ae{constructor(e){var n,i,r,a,l,o;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=(r=e==null?void 0:e.isHideCaption)!=null?r:!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=(o=e==null?void 0:e.labelPosition)!=null?o:"top"}}Ml.Rules=NO;class Zm extends re{constructor(e){super(e),this.props=new Ml(e==null?void 0:e.props)}static get controlName(){return"\u4EEA\u8868\u76D8"}static get controlIcon(){return"iconbiaodan_yibiaopan"}static get controlType(){return"dashboard"}}Zm.setting=[{key:"dashboard-setting",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE,f.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class PO extends De{constructor(e){super(e),this.props=new Ml(e==null?void 0:e.props)}static get controlType(){return"dashboard"}}var Ym={Designer:Zm,Runtime:PO,Property:Ml};class AO extends Pe{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:w.getMessage("theViewNameCannotBeEmpty")},headers:{type:"array",required:!0,min:1,message:w.getMessage("pleaseSelectAtLeastOneColumn")}}}}}}class Fl extends Ae{constructor(e){var n,i,r;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"select",this.viewList=(r=(i=e==null?void 0:e.viewList)==null?void 0:i.map(a=>new kw(a)))!=null?r:[]}}Fl.Rules=AO;class pm extends re{constructor(e){super(e),this.props=new Fl(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"}}pm.setting=[{key:"view-list-setting",visible:!0},{key:"view-list-show-type",visible:!0},{key:"super-setting",visible:!0}];class kO extends De{constructor(e){super(e),this.props=new Fl(e==null?void 0:e.props)}static get controlType(){return"list-view-select"}}var ey={Designer:pm,Runtime:kO,Property:Fl};class DO extends Pe{constructor(e){super(e),this.caption={type:"string",required:!0,message:w.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.ocrType={type:"string",required:!0,message:w.getMessage("pleaseSelectOcrType")},this.fillList={type:"array",validator(n,i,r){if(i.every(l=>!l.controlId)){r(w.getMessage("pleaseSelectAtLeastOneFieldToFillIn"));return}r()}},this.captionTip={type:"string",required:!1,message:w.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Bl extends Xe{constructor(e){var n,i,r,a,l,o,u,c,d,s;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ri.controlName,this.isHideCaption=(i=e==null?void 0:e.isHideCaption)!=null?i:!1,this.isShowCaptionTip=(r=e==null?void 0:e.isShowCaptionTip)!=null?r:!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=(o=e==null?void 0:e.content)!=null?o:Ri.controlName,this.icon=(u=e==null?void 0:e.icon)!=null?u:Ri.controlIcon,this.ocrType=(c=e==null?void 0:e.ocrType)!=null?c:"",this.fillList=(s=(d=e==null?void 0:e.fillList)==null?void 0:d.map(h=>new Ye(h)))!=null?s:[]}}Bl.Rules=DO;class Ri extends je{constructor(e){super(e),this.props=new Bl(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"}}Ri.controlEventKeys=["on_click","on_click_finish"],Ri.setting=[{key:"caption",showItems:[f.CAPTION,f.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:[f.IS_HIDE,f.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class LO extends nt{constructor(e){super(e),this.props=new Bl(e==null?void 0:e.props)}static get controlType(){return"text-ocr-button"}}var ty={Designer:Ri,Runtime:LO,Property:Bl};class xO extends Pe{constructor(e){super(e),this.caption={type:"string",required:!0,message:w.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.invoiceCheck={type:"boolean"},this.fillList={type:"array",validator(n,i,r){if(i.every(l=>!l.controlId)){r(w.getMessage("pleaseSelectAtLeastOneFieldToFillIn"));return}r()}},this.captionTip={type:"string",required:!1,message:w.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class $l extends Xe{constructor(e){var n,i,r,a,l,o,u,c,d,s;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ni.controlName,this.isHideCaption=(i=e==null?void 0:e.isHideCaption)!=null?i:!1,this.isShowCaptionTip=(r=e==null?void 0:e.isShowCaptionTip)!=null?r:!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=(o=e==null?void 0:e.content)!=null?o:Ni.controlName,this.icon=(u=e==null?void 0:e.icon)!=null?u:Ni.controlIcon,this.invoiceCheck=(c=e==null?void 0:e.invoiceCheck)!=null?c:!0,this.fillList=(s=(d=e==null?void 0:e.fillList)==null?void 0:d.map(h=>new Ye(h)))!=null?s:[]}}$l.Rules=xO;class Ni extends je{constructor(e){super(e),this.props=new $l(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"}}Ni.controlEventKeys=["on_click","on_click_finish"],Ni.setting=[{key:"caption",showItems:[f.CAPTION,f.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:[f.IS_HIDE,f.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class MO extends nt{constructor(e){super(e),this.props=new $l(e==null?void 0:e.props)}static get controlType(){return"invoice-check-button"}}var ny={Designer:Ni,Runtime:MO,Property:$l};class FO extends Pe{constructor(){super(...arguments),this.printTemplates={type:"array",min:1,required:!0,message:w.getMessage("pleaseUploadAtLeastOnePrintTemplate")}}}class Vl extends Xe{constructor(e){var n,i,r,a,l;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:Pi.controlIcon,this.content=(i=e==null?void 0:e.content)!=null?i:Pi.controlName,this.printTemplates=(a=(r=e==null?void 0:e.printTemplates)==null?void 0:r.map(o=>new Mm(o)))!=null?a:[],this.autoSelectTemplate=(l=e==null?void 0:e.autoSelectTemplate)!=null?l:!1}}Vl.Rules=FO;class Pi extends je{constructor(e){super(e),this.props=new Vl(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"}}Pi.slots=["grid-table-toolbar-slot"],Pi.controlEventKeys=["on_click","on_click_finish"],Pi.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 BO extends nt{constructor(e){super(e),this.props=new Vl(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print"}}var iy={Designer:Pi,Runtime:BO,Property:Vl};class is extends Xe{constructor(e){var n,i;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Ai.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:Ai.controlIcon}}class Ai extends je{constructor(e){super(e),this.props=new is(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"}}Ai.slots=["grid-table-toolbar-slot"],Ai.controlEventKeys=["on_click"],Ai.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 nt{constructor(e){super(e),this.props=new is(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print-record"}}var ry={Designer:Ai,Runtime:$O,Property:is};class VO extends Pe{constructor(e){super(e),this.formKey={type:"string",required:!1},(e.command==="edit"||e.command==="view")&&(this.formKey={type:"string",required:!0,message:w.getMessage("pleaseEnterForm")})}}class Ul extends Ae{constructor(e){var n,i,r,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=(r=e==null?void 0:e.color)!=null?r:"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}}Ul.Rules=VO;class Hl extends re{constructor(e){super(e),this.props=new Ul(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"}}Hl.controlEventKeys=["on_click"],Hl.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:[f.IS_HIDE]},{key:"super-setting",visible:!0}];class UO extends De{constructor(e){super(e),this.props=new Ul(e==null?void 0:e.props)}static get controlType(){return"operation-button"}}var ay={Designer:Hl,Runtime:UO,Property:Ul};class rs extends Ae{constructor(e){var n,i,r,a,l,o,u,c,d;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:ki.controlName,this.icon=(i=e==null?void 0:e.icon)!=null?i:ki.controlIcon,this.buttonType=(r=e==null?void 0:e.buttonType)!=null?r:"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=(o=e==null?void 0:e.isHide)!=null?o:!1,this.defaultState=(u=e==null?void 0:e.defaultState)!=null?u:"default",this.command=(c=e==null?void 0:e.command)!=null?c:"custom",this.isLoading=(d=e==null?void 0:e.isLoading)!=null?d:!1}}class ki extends re{constructor(e){super(e),this.props=new rs(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"}}ki.slots=["grid-table-toolbar-slot"],ki.controlEventKeys=["on_click"],ki.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE]},{key:"super-setting",visible:!0}];class HO extends De{constructor(e){super(e),this.props=new rs(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-delete"}}var ly={Designer:ki,Runtime:HO,Property:rs},jO=Object.freeze({__proto__:null,Text:Cm,Link:Om,Button:Sm,Divider:Vm,Title:Um,CreateFormListButton:Hm,BatchSubmissionListButton:jm,SubmissionRecordListButton:Wm,ExportListButton:qm,ExportRecordListButton:Km,ImportRecordListButton:Gm,FormSelectButton:Xm,ListSelectButton:zm,Pagination:Qm,Dashboard:Ym,ListViewSelect:ey,TextOcrButton:ty,InvoiceCheckButton:ny,BatchPrintListButton:iy,BatchPrintRecordListButton:ry,OperationButton:ay,BatchDeleteButton:ly});class WO extends Fe{constructor(e){super(e),this.maxLength={type:"number",min:0,message:w.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:200,message:w.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue=[{type:"string",max:200,min:0,message:w.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=w.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength}),this.defaultValue[1].pattern=yr(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class qO extends de{constructor(e){super(e),this.push({type:"string",message:w.getMessage("isNotString")},{max:e.maxLength,min:e.minLength,message:w.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:yr(e.regularRules.expression),message:e.regularRules.errMessage})}}class Di extends Q{constructor(e){var n,i,r,a,l,o,u;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 Hh(e==null?void 0:e.regularRules),this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:"",this.caption=(a=e==null?void 0:e.caption)!=null?a:Li.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.encrypted=(o=e==null?void 0:e.encrypted)!=null?o:!1,this.encryptedMode=(u=e==null?void 0:e.encryptedMode)!=null?u:""}}Di.Rules=WO,Di.RuntimeRules=qO;class Li extends Z{constructor(e){super(e),this.props=new Di(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"}}Li.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Li.controlFieldType=D.VARCHAR,Li.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP,f.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 oy extends ee{constructor(e){super(e),this.props=new Di(e==null?void 0:e.props)}static get controlType(){return"input"}}oy.controlFieldType=D.VARCHAR;var uy={Designer:Li,Runtime:oy,Property:Di};class KO extends mi{constructor(e){super(e),this.limitMax={type:"number",min:void 0,message:w.getMessage("PleaseReselectTheOptionalQuantity")},e.limitMax==="unlimited"&&(this.limitMax.type="string");const i=r=>r==="unlimited"?void 0:r;this.limitMax.min=i(e.limitMin)}}class GO extends de{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 br extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h,v,O;super(e),this.options=Lt((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=(r=e==null?void 0:e.optionConfig)!=null?r:"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=(o=e==null?void 0:e.limitMin)!=null?o:"unlimited",this.limitMax=(u=e==null?void 0:e.limitMax)!=null?u:"unlimited",this.datasourceBind=new He(e==null?void 0:e.datasourceBind),this.interreaction=(c=e==null?void 0:e.interreaction)!=null?c:[],this.caption=(d=e==null?void 0:e.caption)!=null?d:Er.controlName,this.defaultValue=(s=e==null?void 0:e.defaultValue)!=null?s:[],this.optionsFormat=(h=e==null?void 0:e.optionsFormat)!=null?h:"horizontal",this.defaultShowOptions=(v=e==null?void 0:e.defaultShowOptions)!=null?v:!0,this.openMultistageFilling=(O=e==null?void 0:e.openMultistageFilling)!=null?O:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(I=>{var P;(P=this.multistageFilling)==null||P.push(new Ye(I))}))}}br.Rules=KO,br.RuntimeRules=GO;class Er extends Z{constructor(e){super(e),this.props=new br(e==null?void 0:e.props)}static get controlName(){return"\u591A\u9009"}static get controlIcon(){return"iconduoxuan"}static get controlType(){return"checkbox"}}Er.controlEventKeys=["on_change","on_click"],Er.controlFieldType=D.ARRAY,Er.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"options-format",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0},{key:"limit-select",visible:!0},{key:"options-order",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class cy extends ee{constructor(e){super(e),this.props=new br(e==null?void 0:e.props)}static get controlType(){return"checkbox"}}cy.controlFieldType=D.ARRAY;var sy={Designer:Er,Runtime:cy,Property:br};class XO extends mi{constructor(e){super(e)}}class jl extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h;super(e),this.options=Lt((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=(r=e==null?void 0:e.optionConfig)!=null?r:"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=(o=e==null?void 0:e.defaultShowOptions)!=null?o:!0,this.optionsFormat=(u=e==null?void 0:e.optionsFormat)!=null?u:"horizontal",this.datasourceBind=new He(e==null?void 0:e.datasourceBind),this.interreaction=(c=e==null?void 0:e.interreaction)!=null?c:[],this.caption=(d=e==null?void 0:e.caption)!=null?d:wr.controlName,this.defaultValue=(s=e==null?void 0:e.defaultValue)!=null?s:"",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 O;(O=this.multistageFilling)==null||O.push(new Ye(v))}))}}jl.Rules=XO;class wr extends Z{constructor(e){super(e),this.props=new jl(e==null?void 0:e.props)}static get controlName(){return"\u5355\u9009"}static get controlIcon(){return"iconradio_new"}static get controlType(){return"radio"}}wr.controlEventKeys=["on_change","on_click"],wr.controlFieldType=D.VARCHAR,wr.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"options-format",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0},{key:"options-order",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class dy extends ee{constructor(e){super(e),this.props=new jl(e==null?void 0:e.props)}static get controlType(){return"radio"}}dy.controlFieldType=D.VARCHAR;var fy={Designer:wr,Runtime:dy,Property:jl};class zO extends Fe{constructor(e){super(e),this.defaultValue=[{type:"number",min:0,max:200,message:w.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=w.getMessage("pleaseEnterNumberRange",{max:n,min:i}),i&&n!==void 0&&(this.rangeMax={type:"number",min:i,message:w.getMessage("numberRangeSetError")}),this.defaultValue[1].pattern=yr(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class JO extends de{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:w.getMessage(n===void 0?"pleaseEnterAValueGreaterThanMin":i===void 0?"pleaseEnterAValueLessThanMax":"pleaseEnterNumberRange",{max:n,min:i})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:yr(e.regularRules.expression),message:e.regularRules.errMessage})}}class Ir extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h,v,O;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=(r=e==null?void 0:e.numberType)!=null?r:"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=(o=e==null?void 0:e.precision)!=null?o:0,this.showUpperCase=(u=e==null?void 0:e.showUpperCase)!=null?u:!1,this.isShowUnit=(c=e==null?void 0:e.isShowUnit)!=null?c:!1,this.unitPosition=(d=e==null?void 0:e.unitPosition)!=null?d:"right",this.unit=(s=e==null?void 0:e.unit)!=null?s:"",this.caption=(h=e==null?void 0:e.caption)!=null?h:Tr.controlName,this.placeholder=(v=e==null?void 0:e.placeholder)!=null?v:"\u8BF7\u8F93\u5165",this.defaultValue=(O=e==null?void 0:e.defaultValue)!=null?O:"",this.regularRules=new Hh(e==null?void 0:e.regularRules)}}Ir.Rules=zO,Ir.RuntimeRules=JO;class Tr extends Z{constructor(e){super(e),this.props=new Ir(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:r}=this.props;i!==""&&(n.props.precision=i),n.props.micrometer=r}return n}}Tr.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Tr.controlFieldType=D.DECIMAL,Tr.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"number-range",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_UNIT,f.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:[f.SHOW_UPPER_CASE,f.MICROMETER,f.PRECISION],visible:!0},{key:"regular-rules",visible:!0},{key:"super-setting",visible:!0}];class hy extends ee{constructor(e){super(e),this.props=new Ir(e==null?void 0:e.props)}static get controlType(){return"number"}}hy.controlFieldType=D.DECIMAL;var my={Designer:Tr,Runtime:hy,Property:Ir};class as extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Ut.DATE,this.dateFormat=(i=e==null?void 0:e.dateFormat)!=null?i:"",this.commonTimeSetting=(r=e==null?void 0:e.commonTimeSetting)!=null?r:[],this.setValueType=(a=e==null?void 0:e.setValueType)!=null?a:"custom",this.caption=(l=e==null?void 0:e.caption)!=null?l:Wl.controlName,this.placeholder=(o=e==null?void 0:e.placeholder)!=null?o:"\u8BF7\u8F93\u5165\u65E5\u671F",this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:"",this.limitDateList=(d=(c=e==null?void 0:e.limitDateList)==null?void 0:c.map(v=>new Sl(v)))!=null?d:[],this.allowDateRange=(s=e==null?void 0:e.allowDateRange)!=null?s:["",""],this.filterWeekend=(h=e==null?void 0:e.filterWeekend)!=null?h:!1}}class Wl extends Z{constructor(e){super(e),this.props=new as(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}}Wl.controlFieldType=D.TIMESTAMP,Wl.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],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:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class yy extends ee{constructor(e){super(e),this.props=new as(e==null?void 0:e.props)}static get controlType(){return"date-picker"}}yy.controlFieldType=D.TIMESTAMP;var _y={Designer:Wl,Runtime:yy,Property:as};class QO extends de{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 ql extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h;super(e),this.dataBind=new Sw(e==null?void 0:e.dataBind),this.defaultValue=new Rw(e==null?void 0:e.defaultValue),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Ut.DATE,this.dateFormat=(i=e==null?void 0:e.dateFormat)!=null?i:"",this.commonTimeSetting=(r=e==null?void 0:e.commonTimeSetting)!=null?r:[],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=(o=e==null?void 0:e.rangeMax)!=null?o:"",this.placeholderStart=(u=e==null?void 0:e.placeholderStart)!=null?u:"\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=(d=e==null?void 0:e.caption)!=null?d:Kl.controlName,this.limitDateList=(h=(s=e==null?void 0:e.limitDateList)==null?void 0:s.map(v=>new Sl(v)))!=null?h:[]}}ql.RuntimeRules=QO;class Kl extends Z{constructor(e){super(e),this.props=new ql(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}}Kl.controlFieldType=D.TIMESCOPE,Kl.setting=[{key:"data-bind-date-range",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],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:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class gy extends ee{constructor(e){super(e),this.props=new ql(e==null?void 0:e.props)}static get controlType(){return"date-range"}}gy.controlFieldType=D.TIMESCOPE;var vy={Designer:Kl,Runtime:gy,Property:ql};class ZO extends Fe{constructor(e){super(e),this.maxLength={type:"number",min:0,message:w.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:1e6,message:w.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue={type:"string",max:200,min:0,message:w.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=w.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}}class YO extends de{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:w.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})})}}class Cr extends Q{constructor(e){var n,i,r,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=(r=e==null?void 0:e.defaultValue)!=null?r:"",this.caption=(a=e==null?void 0:e.caption)!=null?a:Or.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.rowHeightSetting=new fw(e==null?void 0:e.rowHeightSetting)}}Cr.Rules=ZO,Cr.RuntimeRules=YO;class Or extends Z{constructor(e){super(e),this.props=new Cr(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"}}Or.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Or.controlFieldType=D.TEXT,Or.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP]},{key:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"default-value",visible:!0},{key:"row-height-setting",visible:!0},{key:"super-setting",visible:!0}];class by extends ee{constructor(e){super(e),this.props=new Cr(e==null?void 0:e.props)}static get controlType(){return"textarea"}}by.controlFieldType=D.TEXT;var Ey={Designer:Or,Runtime:by,Property:Cr};class pO extends Fe{constructor(e){super(e),this.maxLength={type:"number",min:0,message:w.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:1e6,message:w.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue={type:"string",max:200,min:0,message:w.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=w.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}}class eS extends de{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:w.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})})}}class Sr extends Q{constructor(e){var n,i,r,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=(r=e==null?void 0:e.defaultValue)!=null?r:"",this.caption=(a=e==null?void 0:e.caption)!=null?a:Rr.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165"}}Sr.Rules=pO,Sr.RuntimeRules=eS;class Rr extends Z{constructor(e){super(e),this.props=new Sr(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"}}Rr.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Rr.controlFieldType=D.TEXT,Rr.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.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 wy extends ee{constructor(e){super(e),this.props=new Sr(e==null?void 0:e.props)}static get controlType(){return"rich-text"}}wy.controlFieldType=D.TEXT;var Iy={Designer:Rr,Runtime:wy,Property:Sr};class tS extends mi{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:w.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class Gl extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s;super(e),this.options=Lt((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=(r=e==null?void 0:e.optionConfig)!=null?r:"custom",this.datasourceBind=new He(e==null?void 0:e.datasourceBind),this.caption=(a=e==null?void 0:e.caption)!=null?a:Xl.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u9009\u62E9",this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:"",this.allowCopyOptions=(u=e==null?void 0:e.allowCopyOptions)!=null?u:!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(h=>{var v;(v=this.multistageFilling)==null||v.push(new Ye(h))})),this.canViewForm=(d=e==null?void 0:e.canViewForm)!=null?d:!1,this.viewFormModelType=(s=e==null?void 0:e.viewFormModelType)!=null?s:"window",this.formBind=new fi(e==null?void 0:e.formBind)}}Gl.Rules=tS;class Xl extends Z{constructor(e){super(e),this.props=new Gl(e==null?void 0:e.props)}static get controlName(){return"\u4E0B\u62C9\u5355\u9009"}static get controlIcon(){return"iconxiala1"}static get controlType(){return"select"}}Xl.controlFieldType=D.VARCHAR,Xl.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.DEFAULT_SHOW_OPTIONS,f.IS_SHOW_CAPTION_TIP,f.ALLOW_COPY_OPTIONS]},{key:"options-setting",visible:!0,showItems:[f.CAN_VIEW_FORM,f.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Ty extends ee{constructor(e){super(e),this.props=new Gl(e==null?void 0:e.props)}static get controlType(){return"select"}}Ty.controlFieldType=D.VARCHAR;var Cy={Designer:Xl,Runtime:Ty,Property:Gl};class nS extends mi{constructor(e){super(e),this.formBind={type:"object",fields:{formKey:{type:"string",message:w.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class iS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Nr extends Q{constructor(e){var n,i,r,a,l,o,u,c,d;super(e),this.options=Lt((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=(r=e==null?void 0:e.optionConfig)!=null?r:"custom",this.datasourceBind=new He(e==null?void 0:e.datasourceBind),this.caption=(a=e==null?void 0:e.caption)!=null?a:zl.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u9009\u62E9",this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.openMultistageFilling=(u=e==null?void 0:e.openMultistageFilling)!=null?u:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(s=>{var h;(h=this.multistageFilling)==null||h.push(new Ye(s))})),this.canViewForm=(c=e==null?void 0:e.canViewForm)!=null?c:!1,this.viewFormModelType=(d=e==null?void 0:e.viewFormModelType)!=null?d:"window",this.formBind=new fi(e==null?void 0:e.formBind)}}Nr.Rules=nS,Nr.RuntimeRules=iS;class zl extends Z{constructor(e){super(e),this.props=new Nr(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"}}zl.controlFieldType=D.ARRAY,zl.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.DEFAULT_SHOW_OPTIONS,f.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0,showItems:[f.CAN_VIEW_FORM,f.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Oy extends ee{constructor(e){super(e),this.props=new Nr(e==null?void 0:e.props)}static get controlType(){return"select-multiple"}}Oy.controlFieldType=D.ARRAY;var Sy={Designer:zl,Runtime:Oy,Property:Nr};class rS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Jl extends Q{constructor(e){var n,i,r,a,l,o,u,c,d;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.range=(i=e==null?void 0:e.range)!=null?i:"all",this.rangeOptions=(r=e==null?void 0:e.rangeOptions)!=null?r:[],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=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.caption=(u=e==null?void 0:e.caption)!=null?u:Ql.controlName,this.placeholder=(c=e==null?void 0:e.placeholder)!=null?c:"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",this.openMultistageFilling=(d=e==null?void 0:e.openMultistageFilling)!=null?d:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(s=>{var h;(h=this.multistageFilling)==null||h.push(new Ye(s))}))}}Jl.RuntimeRules=rS;class Ql extends Z{constructor(e){super(e),this.props=new Jl(e==null?void 0:e.props)}static get controlName(){return"\u4EBA\u5458"}static get controlIcon(){return"iconpeople1"}static get controlType(){return"employee"}}Ql.controlFieldType=D.EMPLOYEES,Ql.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.MULTIPLE,f.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 Ry extends ee{constructor(e){super(e),this.props=new Jl(e==null?void 0:e.props)}static get controlType(){return"employee"}}Ry.controlFieldType=D.EMPLOYEES;var Ny={Designer:Ql,Runtime:Ry,Property:Jl};const aS=10485760,lS=104857600,oS=1048576e3;class uS extends Fe{constructor(e){super(e),this.maxSize={type:"number",min:0,max:oS,message:w.getMessage("attachmentMaxSize")}}}class cS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array"),this.push({type:"array",max:e.maxLimit,min:e.minLimit,message:w.getMessage("attachmentLimitError",{max:e.maxLimit,min:e.minLimit})})}}class xi extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h;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=(r=e==null?void 0:e.resultShowType)!=null?r:"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=(o=e==null?void 0:e.minLimit)!=null?o:0,this.maxSize=(u=e==null?void 0:e.maxSize)!=null?u:lS,this.caption=(c=e==null?void 0:e.caption)!=null?c:Mi.controlName,this.placeholder=(d=e==null?void 0:e.placeholder)!=null?d:"\u4E0A\u4F20\u9644\u4EF6",this.isShowWatermark=(s=e==null?void 0:e.isShowWatermark)!=null?s:!1,this.watermarkFx=(h=e==null?void 0:e.watermarkFx)!=null?h:{}}}xi.Rules=uS,xi.RuntimeRules=cS;class Mi extends Z{constructor(e){super(e),this.props=new xi(e==null?void 0:e.props)}static get controlName(){return"\u9644\u4EF6"}static get controlIcon(){return"iconfujian2"}static get controlType(){return"attachment"}}Mi.controlEventKeys=["on_change"],Mi.controlFieldType=D.FILE,Mi.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!1},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP]},{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 ls extends ee{constructor(e){super(e),this.props=new xi(e==null?void 0:e.props)}static get controlType(){return"attachment"}}ls.controlFieldType=D.FILE;var Py={Designer:Mi,Runtime:ls,Property:xi};const Ay=class extends Mi{static get controlName(){return"\u56FE\u7247"}static get controlIcon(){return"iconpic_new"}static get controlType(){return"image"}constructor(t){var e,n,i,r;super(t),this.props.showType="image",this.props.caption=(n=(e=t==null?void 0:t.props)==null?void 0:e.caption)!=null?n:Ay.controlName,this.props.placeholder=(r=(i=t==null?void 0:t.props)==null?void 0:i.placeholder)!=null?r:"\u4E0A\u4F20\u56FE\u7247"}};let os=Ay;os.controlFieldType=D.IMAGE,os.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!1},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP,f.IS_SHOW_WATERMARK]},{key:"attachment-limit",visible:!0},{key:"image-defaultval",visible:!0},{key:"super-setting",visible:!0}];class sS extends ls{static get controlType(){return"image"}constructor(e){var n,i,r,a,l,o;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=(r=e==null?void 0:e.props)==null?void 0:r.caption)!=null?a:"\u56FE\u7247",this.props.placeholder=(o=(l=e==null?void 0:e.props)==null?void 0:l.placeholder)!=null?o:"\u4E0A\u4F20\u56FE\u7247"}}class dS extends xi{constructor(e){super(e)}}var ky={Designer:os,Runtime:sS,Property:dS};class fS extends mi{constructor(e){super(e),this.defaultValue={type:"object",fields:{amount:[{type:"number",min:void 0,max:void 0,message:w.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=w.getMessage("pleaseEnterNumberRange",{max:n,min:i}),i&&n!==void 0&&(this.rangeMax={type:"number",min:i,message:w.getMessage("numberRangeSetError")})}}class hS extends de{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:[ha($t({},this[0]),{type:"number"}),{type:"number",min:i,max:n,message:w.getMessage(n===void 0?"pleaseEnterAValueGreaterThanMin":i===void 0?"pleaseEnterAValueLessThanMax":"pleaseEnterNumberRange",{max:n,min:i})}],currency:{type:"string"}}})}}class Pr extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h,v;super(e),this.rangeMin=(n=e==null?void 0:e.rangeMin)!=null?n:"",this.rangeMax=(i=e==null?void 0:e.rangeMax)!=null?i:"",this.optionConfig=(r=e==null?void 0:e.optionConfig)!=null?r:"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 Cw(e==null?void 0:e.dataBind),this.datasourceBind=new He((o=e==null?void 0:e.datasourceBind)!=null?o:{displayBoList:[new qu({value:"name"})]}),this.defaultValue=new Ow((u=e==null?void 0:e.defaultValue)!=null?u:{amount:"",currency:zu.CNY}),this.unitPosition=(c=e==null?void 0:e.unitPosition)!=null?c:"right",this.options=Lt(e==null?void 0:e.options),this.caption=(d=e==null?void 0:e.caption)!=null?d:Ar.controlName,this.placeholder=(s=e==null?void 0:e.placeholder)!=null?s:"\u8BF7\u8F93\u5165",this.submitSelectCurrency=(h=e==null?void 0:e.submitSelectCurrency)!=null?h:!1,this.showUpperCase=(v=e==null?void 0:e.showUpperCase)!=null?v:!1}}Pr.Rules=fS,Pr.RuntimeRules=hS;class Ar extends Z{constructor(e){super(e),this.props=new Pr(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:r}=this.props;i!==""&&(n.props.precision=i),n.props.micrometer=r}return n}}Ar.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Ar.controlFieldType=D.MONEY,Ar.setting=[{key:"data-bind-amount",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.SUBMIT_SELECT_CURRENCY,f.IS_SHOW_CAPTION_TIP]},{key:"amount-range",visible:!0},{key:"default-value",visible:!0},{key:"unit-position",visible:!0},{key:"currency-type",visible:!0},{key:"number-suite",showItems:[f.SHOW_UPPER_CASE,f.MICROMETER,f.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class Dy extends ee{constructor(e){super(e),this.props=new Pr(e==null?void 0:e.props)}static get controlType(){return"amount"}}Dy.controlFieldType=D.MONEY;var Ly={Designer:Ar,Runtime:Dy,Property:Pr};class mS extends Fe{constructor(e){super(e),this.totalScore=[{type:"number",required:!0,message:w.getMessage("pleaseEnterTotalScoreSetting")},{type:"number",min:1,message:w.getMessage("theTotalScoreMustNotBeLessThan1")}],this.defaultValue={type:"number",min:0,max:5,message:w.getMessage("scoreDefaultValueRange")},this.defaultValue.max=e.totalScore,this.defaultValue.message=w.getMessage("scoreDefaultValueRange",{max:e.totalScore,min:0})}}class yS extends de{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:w.getMessage("scoreDefaultValueRange",{max:e.totalScore,min:n})})}}class kr extends Q{constructor(e){var n,i,r,a,l,o,u;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:Gc.STAR,this.isShowExplain=(r=e==null?void 0:e.isShowExplain)!=null?r:!0,this.explain=(l=(a=e==null?void 0:e.explain)==null?void 0:a.map(c=>new Rl(c)))!=null?l:Array(this.totalScore).fill(void 0).map(()=>new Rl),this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:0,this.caption=(u=e==null?void 0:e.caption)!=null?u:Dr.controlName}}kr.Rules=mS,kr.RuntimeRules=yS;class Dr extends Z{constructor(e){super(e),this.props=new kr(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,r=Array(i).fill(void 0).map(()=>new Rl);this.props.explain.push(...r)}}super.postUpdate(e,n)}}Dr.controlEventKeys=["on_change","on_click"],Dr.controlFieldType=D.DECIMAL,Dr.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.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 xy extends ee{constructor(e){super(e),this.props=new kr(e==null?void 0:e.props)}static get controlType(){return"score"}}xy.controlFieldType=D.DECIMAL;var My={Designer:Dr,Runtime:xy,Property:kr};class _S extends de{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:w.getMessage("pleaseSelectProvince")}}};e.addressType.includes("city")&&(n.fields.city={type:"string",required:e.required,message:w.getMessage("pleaseSelectCity")}),e.addressType.includes("district")&&(n.fields.district={type:"string",required:e.required,message:w.getMessage("pleaseSelectDistrict")}),this.push(n)}}}class Zl extends Q{constructor(e){var n,i,r,a,l;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Yl.controlName,this.defaultValueType=(i=e==null?void 0:e.defaultValueType)!=null?i:"default",this.addressType=(r=e==null?void 0:e.addressType)!=null?r:["province","city","district"],this.defaultValue=new Nw((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"}}Zl.RuntimeRules=_S;class Yl extends Z{constructor(e){super(e),this.props=new Zl(e==null?void 0:e.props)}static get controlName(){return"\u5730\u5740"}static get controlIcon(){return"icondizhi"}static get controlType(){return"address"}}Yl.controlFieldType=D.ADDRESS,Yl.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_SHOW_CAPTION_TIP]},{key:"address-defaultval",visible:!0},{key:"super-setting",visible:!0}];class Fy extends ee{constructor(e){super(e),this.props=new Zl(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"}}Fy.controlFieldType=D.ADDRESS;var By={Designer:Yl,Runtime:Fy,Property:Zl};class gS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class pl extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h;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=(r=e==null?void 0:e.range)!=null?r:"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=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.displayLevel=(u=e==null?void 0:e.displayLevel)!=null?u:1,this.showSubDept=(c=e==null?void 0:e.showSubDept)!=null?c:!0,this.caption=(d=e==null?void 0:e.caption)!=null?d:Lr.controlName,this.placeholder=(s=e==null?void 0:e.placeholder)!=null?s:"\u8BF7\u9009\u62E9\u90E8\u95E8",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 O;(O=this.multistageFilling)==null||O.push(new Ye(v))}))}}pl.RuntimeRules=gS;class Lr extends Z{constructor(e){super(e),this.props=new pl(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:r}=this.props;n.props.displayLevel=i,n.props.showSubDept=r}return n}}Lr.controlName="\u90E8\u95E8",Lr.controlFieldType=D.DEPARTMENTS,Lr.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.MULTIPLE,f.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 $y extends ee{constructor(e){super(e),this.props=new pl(e==null?void 0:e.props)}static get controlType(){return"department"}}$y.controlFieldType=D.DEPARTMENTS;var Vy={Designer:Lr,Runtime:$y,Property:pl};class us extends Q{constructor(e){var n,i,r;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:"",this.caption=(i=e==null?void 0:e.caption)!=null?i:xr.controlName,this.placeholder=(r=e==null?void 0:e.placeholder)!=null?r:"\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7"}}class xr extends Z{constructor(e){super(e),this.props=new us(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"}}xr.controlEventKeys=["on_change"],xr.controlFieldType=D.AUTO_NUMBER,xr.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class Uy extends ee{constructor(e){super(e),this.props=new us(e==null?void 0:e.props)}static get controlType(){return"auto-number"}}Uy.controlFieldType=D.AUTO_NUMBER;var Hy={Designer:xr,Runtime:Uy,Property:us};class vS extends Fe{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 bS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="object"),this.push({type:"object",message:w.getMessage("isNotObject"),fields:{result:[{type:"number",message:w.getMessage("isNotNumber")}],unit:{type:"string",message:w.getMessage("isNotString")}}})}}class Mr extends Q{constructor(e){var n,i,r,a,l,o,u,c,d;super(e),this.precision=(n=e==null?void 0:e.precision)!=null?n:0,this.micrometer=(i=e==null?void 0:e.micrometer)!=null?i:!1,this.showUpperCase=(r=e==null?void 0:e.showUpperCase)!=null?r:!1,this.dataBind=new Pw(e==null?void 0:e.dataBind),this.defaultValue=new Aw(e==null?void 0:e.defaultValue),this.caption=(a=e==null?void 0:e.caption)!=null?a:Fr.controlName,this.unitPosition=(l=e==null?void 0:e.unitPosition)!=null?l:"right",this.placeholder=(o=e==null?void 0:e.placeholder)!=null?o:"\u8BF7\u8F93\u5165",this.scriptEcho=(u=e==null?void 0:e.scriptEcho)!=null?u:[],this.scriptSrc=(c=e==null?void 0:e.scriptSrc)!=null?c:"",this.calcOnMounted=(d=e==null?void 0:e.calcOnMounted)!=null?d:!1}}Mr.Rules=vS,Mr.RuntimeRules=bS;class Fr extends Z{constructor(e){super(e),this.props=new Mr(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:r}=this.props;i!==""&&(n.props.precision=i),n.props.micrometer=r}return n}}Fr.controlEventKeys=["on_change"],Fr.controlFieldType=D.CALC,Fr.setting=[{key:"data-bind-calc",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],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:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP]},{key:"unit-alone",visible:!0},{key:"unit-position",visible:!0},{key:"default-value",visible:!1},{key:"number-suite",showItems:[f.SHOW_UPPER_CASE,f.MICROMETER,f.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class jy extends ee{constructor(e){super(e),this.props=new Mr(e==null?void 0:e.props)}static get controlType(){return"calc"}}jy.controlFieldType=D.CALC;var Wy={Designer:Fr,Runtime:jy,Property:Mr};class ES extends de{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(w.getMessage("runtimeRequired",{caption:e.caption})):Promise.resolve()}})}}class eo extends Q{constructor(e){var n,i,r,a,l,o;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:["",""],this.rangeMin=(i=e==null?void 0:e.rangeMin)!=null?i:"",this.rangeMax=(r=e==null?void 0:e.rangeMax)!=null?r:"",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=(o=e==null?void 0:e.caption)!=null?o:to.controlName}}eo.RuntimeRules=ES;class to extends Z{constructor(e){super(e),this.props=new eo(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"}}to.controlFieldType=D.DECIMAL_RANGE,to.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],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:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class qy extends ee{constructor(e){super(e),this.props=new eo(e==null?void 0:e.props)}static get controlType(){return"search-number-range"}}qy.controlFieldType=D.DECIMAL_RANGE;var Ky={Designer:to,Runtime:qy,Property:eo};class wS extends de{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 no extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h,v;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:["",""],this.dateType=(i=e==null?void 0:e.dateType)!=null?i:Ut.DATE,this.dateFormat=(r=e==null?void 0:e.dateFormat)!=null?r:"",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=(o=e==null?void 0:e.rangeMin)!=null?o:"",this.rangeMax=(u=e==null?void 0:e.rangeMax)!=null?u:"",this.placeholderStart=(c=e==null?void 0:e.placeholderStart)!=null?c:"\u5F00\u59CB\u65E5\u671F",this.placeholderEnd=(d=e==null?void 0:e.placeholderEnd)!=null?d:"\u7ED3\u675F\u65E5\u671F",this.caption=(s=e==null?void 0:e.caption)!=null?s:io.controlName,this.limitDateList=(v=(h=e==null?void 0:e.limitDateList)==null?void 0:h.map(O=>new Sl(O)))!=null?v:[]}}no.RuntimeRules=wS;class io extends Z{constructor(e){super(e),this.props=new no(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"}}io.controlFieldType=D.ARRAY,io.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],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:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.IS_SHOW_CAPTION_TIP]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Gy extends ee{constructor(e){super(e),this.props=new no(e==null?void 0:e.props)}static get controlType(){return"search-date-range"}}Gy.controlFieldType=D.ARRAY;var Xy={Designer:io,Runtime:Gy,Property:no};class IS extends Fe{constructor(e){super(e),this.dataBind={type:"any"}}}class TS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class Br extends Q{constructor(e){var n,i,r,a,l;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Fi.controlName,this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i:void 0,this.controlExportName=(r=e==null?void 0:e.controlExportName)!=null?r:"",this.permissions=(a=e==null?void 0:e.permissions)!=null?a:[],this.isInlineEdit=(l=e==null?void 0:e.isInlineEdit)!=null?l:!1}}Br.Rules=IS,Br.RuntimeRules=TS;class Fi extends Z{constructor(e){super(e),this.props=new Br(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"}}Fi.controlFieldType=D.ANY,Fi.controlEventKeys=[],Fi.slots=["grid-table-toolbar-slot",qs.DEFAULT],Fi.setting=[{key:"data-bind-vue",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE,f.IS_HIDE_CAPTION,f.REQUIRED,f.IS_SHOW_CAPTION_TIP,f.IS_INLINE_EDIT]},{key:"vue-control-export-name",visible:!0},{key:"vue-permissions",visible:!0},{key:"super-setting",visible:!0}];class zy extends ee{constructor(e){super(e),this.props=new Br(e==null?void 0:e.props)}static get controlType(){return"vue-form-item"}}zy.controlFieldType=D.ANY;var Jy={Designer:Fi,Runtime:zy,Property:Br};class CS extends mi{constructor(e){super(e),this.listPageBind=[{type:"object",message:w.getMessage("isNotObject")},{type:"object",required:!0,fields:{formKey:[{type:"string",message:w.getMessage("isNotString")},{type:"string",required:!0,message:w.getMessage("pleaseEnterList")}]}}],this.formBind={type:"object",fields:{formKey:{type:"string",message:w.getMessage("pleaseEnterForm")}}},e.canViewForm===!0&&(this.formBind.fields.formKey.required=!0)}}class ro extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h;super(e),this.options=Lt((n=e==null?void 0:e.options)!=null?n:[]),this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"datasource",this.listPageBind=new ju(e==null?void 0:e.listPageBind),this.datasourceBind=new He(e==null?void 0:e.datasourceBind),this.caption=(r=e==null?void 0:e.caption)!=null?r:$r.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=(o=e==null?void 0:e.openMultistageFilling)!=null?o:!1,this.showSelectedDetail=(u=e==null?void 0:e.showSelectedDetail)!=null?u:!1,this.selectedContentConfig=new Gu(e==null?void 0:e.selectedContentConfig),this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(v=>{var O;(O=this.multistageFilling)==null||O.push(new Ye(v))})),this.canViewForm=(c=e==null?void 0:e.canViewForm)!=null?c:!1,this.viewFormModelType=(d=e==null?void 0:e.viewFormModelType)!=null?d:"window",this.formBind=new fi(e==null?void 0:e.formBind),this.optionDisplayConfig=(s=e==null?void 0:e.optionDisplayConfig)!=null?s:[],this.canSearch=(h=e==null?void 0:e.canSearch)!=null?h:!1}}ro.Rules=CS;class $r extends Z{constructor(e){super(e),this.props=new ro(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"}toDataBindModel(e){const n=super.toDataBindModel(e);if(n&&!Array.isArray(n)){const{optionDisplayConfig:i}=this.props;n.props.optionDisplayConfig=i}return n}}$r.controlFieldType=D.VARCHAR,$r.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_SHOW_CAPTION_TIP,f.CAN_SEARCH]},{key:"relation-setting",visible:!0,showItems:[f.CAN_VIEW_FORM,f.VIEW_FORM_MODEL_TYPE]},{key:"default-value",visible:!0},{key:"option-config-setting",visible:!0},{key:"super-setting",visible:!0}],$r.controlEventKeys=["on_change","on_focus","on_blur","on_modal_ok"];class Qy extends ee{constructor(e){super(e),this.props=new ro(e==null?void 0:e.props)}static get controlType(){return"select-relation"}}Qy.controlFieldType=D.VARCHAR;var Zy={Designer:$r,Runtime:Qy,Property:ro};class cs extends Di{constructor(e){super(e)}}class Yy extends Li{constructor(e){super(e),this.props=new cs(e==null?void 0:e.props)}static get controlName(){return"\u5355\u884C\u6587\u672C"}static get controlType(){return"search-input"}}Yy.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED]},{key:"super-setting",visible:!0}];class py extends ee{constructor(e){super(e),this.props=new cs(e==null?void 0:e.props)}static get controlType(){return"search-input"}}py.controlFieldType=D.VARCHAR;var e_={Designer:Yy,Runtime:py,Property:cs};class OS extends Fe{constructor(e){super(e),this.datasourceBind=[{type:"object",message:w.getMessage("isNotObject")}],el.call(this,e,cn.controlCustomAttributes,!0),this.datasourceBind[1].fields&&(this.datasourceBind[1].fields.rootNode=[{type:"object",required:!0,message:w.getMessage("isNotObject")},{type:"object",fields:{type:{type:"enum",enum:["form","system","custom","gv"],required:!0},value:{type:"array",required:!0,min:1,message:w.getMessage("rootNodeIsRequired")}}}])}}class SS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Vr extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h,v,O,I,P,_,S,g,b;super(e),this.optionConfig="datasource",this.caption=(n=e==null?void 0:e.caption)!=null?n:cn.controlName,this.placeholder=(i=e==null?void 0:e.placeholder)!=null?i:"\u8BF7\u9009\u62E9",this.multiple=(r=e==null?void 0:e.multiple)!=null?r:!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=(o=e==null?void 0:e.optionalLevel)!=null?o:1,this.containsSubNode=(u=e==null?void 0:e.containsSubNode)!=null?u:!1,this.isShowFilterItem=(c=e==null?void 0:e.isShowFilterItem)!=null?c:!1,this.isShowIncludeSub=(d=e==null?void 0:e.isShowIncludeSub)!=null?d:!1,this.isDefaultCheckSub=(s=e==null?void 0:e.isDefaultCheckSub)!=null?s:!1,this.defaultCollapse=(h=e==null?void 0:e.defaultCollapse)!=null?h:"all",this.defaultCollapseLevel=(v=e==null?void 0:e.defaultCollapseLevel)!=null?v:1,this.datasourceBind=new Bh((O=e==null?void 0:e.datasourceBind)!=null?O:{attributes:cn.controlCustomAttributes}),this.filterItemDatasourceBind=new Bh((I=e==null?void 0:e.filterItemDatasourceBind)!=null?I:{attributes:cn.controlCustomAttributes}),this.openMultistageFilling=(P=e==null?void 0:e.openMultistageFilling)!=null?P:!1,this.defaultDisplay=(_=e==null?void 0:e.defaultDisplay)!=null?_:!1,this.multistageFilling=(g=(S=e==null?void 0:e.multistageFilling)==null?void 0:S.map(A=>new Ye(A)))!=null?g:[],this.defaultValue=(b=e==null?void 0:e.defaultValue)!=null?b:[]}}Vr.Rules=OS,Vr.RuntimeRules=SS;class cn extends Z{constructor(e){super(e),this.props=new Vr(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}]}}cn.controlEventKeys=["on_change","on_click"],cn.controlFieldType=D.ARRAY,cn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.MULTIPLE,f.CAN_SEARCH,f.DEFAULT_DISPLAY,f.CONTAINS_SUB_NODE,f.IS_SHOW_CAPTION_TIP]},{key:"tree-optional-level",visible:!0},{key:"tree-default-collapse",visible:!0},{key:"tree-datasource-bind",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class t_ extends ee{constructor(e){super(e),this.props=new Vr(e==null?void 0:e.props)}static get controlType(){return"tree"}}t_.controlFieldType=D.ARRAY;var n_={Designer:cn,Runtime:t_,Property:Vr};class RS extends Fe{constructor(e){super(e),this.datasourceBind=[{type:"object",message:w.getMessage("isNotObject")}],this.externalScope={type:"any"},el.call(this,e,Bi.controlCustomAttributes),e.externalType===un.ASSIGN&&(this.externalScope={type:"array",required:!0,message:w.getMessage("pleaseAssignExternal")})}}class NS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Ur extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h,v,O,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=(r=e==null?void 0:e.rangeOptions)!=null?r:[],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=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.caption=(u=e==null?void 0:e.caption)!=null?u:Bi.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 Qa((d=e==null?void 0:e.datasourceBind)!=null?d:{attributes:Bi.controlCustomAttributes}),this.datasourceType=(s=e==null?void 0:e.datasourceType)!=null?s:Qc.INTERNAL,this.insideType=(h=e==null?void 0:e.insideType)!=null?h:Zc.ADMIN,this.externalType=(v=e==null?void 0:e.externalType)!=null?v:un.ALL,this.externalScope=(O=e==null?void 0:e.externalScope)!=null?O:[],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(P=>{var _;(_=this.multistageFilling)==null||_.push(new Ye(P))}))}}Ur.Rules=RS,Ur.RuntimeRules=NS;class Bi extends Z{constructor(e){super(e),this.props=new Ur(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}]}}Bi.controlFieldType=D.EMPLOYEES,Bi.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.MULTIPLE,f.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 i_ extends ee{constructor(e){super(e),this.props=new Ur(e==null?void 0:e.props)}static get controlType(){return"employee2"}}i_.controlFieldType=D.EMPLOYEES;var r_={Designer:Bi,Runtime:i_,Property:Ur};class PS extends Fe{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,r)=>(n[r]={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,o){if(i.type==="public"&&Mu(l.value)&&l.value.length===0){o("\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1");return}o()}},company:{type:"object",required:!0,validator(a,l,o){if(i.type==="public"&&i.signatureType.includes("company")&&Mu(l.value)&&l.value.length===0){o("\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0");return}o()}}}},n),{})}}}}}class ao extends Q{constructor(e){var n,i,r,a,l,o;super(e),this.command="",this.isLoading=!1,this.caption=(n=e==null?void 0:e.caption)!=null?n:Hr.controlName,this.content=(i=e==null?void 0:e.content)!=null?i:"\u53D1\u8D77\u7B7E\u7F72",this.buttonType=(r=e==null?void 0:e.buttonType)!=null?r:"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=(o=e==null?void 0:e.icon)!=null?o:"iconfenlei2",this.signatureConfig=new Pm(e==null?void 0:e.signatureConfig)}}ao.Rules=PS;class Hr extends Z{constructor(e){super(e),this.props=new ao(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"}}Hr.controlEventKeys=["on_click","on_click_finish"],Hr.controlFieldType=D.VARCHAR,Hr.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[f.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 a_ extends ee{constructor(e){super(e),this.props=new ao(e==null?void 0:e.props)}static get controlType(){return"electronic-signature"}}a_.controlFieldType=D.VARCHAR;var l_={Designer:Hr,Runtime:a_,Property:ao};class AS extends Fe{constructor(e){super(e),this.content={type:"string",required:!0,message:w.getMessage("pleaseEnterButtonContent")},this.wpsSetting={type:"object",fields:{watermark:{type:"object",validator(n,i,r){if(i.active&&!i.text){r(w.getMessage("pleaseEnterWatermark"));return}r()}},autoRename:{type:"object",validator(n,i,r){if(i.active&&!i.text){r(w.getMessage("pleaseEnterFileName"));return}r()}}}},this.canAdd={type:"boolean",validator(n,i,r){if(e.canAdd&&!e.addLocal&&!e.addOnline){r(w.getMessage("pleaseChooseAtLeastOne"));return}r()}}}}class kS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class jr extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h,v;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Wr.controlName,this.content=(i=e==null?void 0:e.content)!=null?i:"\u65B0\u5EFA\u6587\u6863",this.canAdd=(r=e==null?void 0:e.canAdd)!=null?r:!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=(o=e==null?void 0:e.canEdit)!=null?o:!0,this.canDownload=(u=e==null?void 0:e.canDownload)!=null?u:!0,this.canExport=(c=e==null?void 0:e.canExport)!=null?c:!0,this.canDelete=(d=e==null?void 0:e.canDelete)!=null?d:!1,this.maxSize=(s=e==null?void 0:e.maxSize)!=null?s:aS,this.defaultValue=(h=e==null?void 0:e.defaultValue)!=null?h:[],this.wpsSetting=new Am(e==null?void 0:e.wpsSetting),this.revisionsMode=(v=e==null?void 0:e.revisionsMode)!=null?v:!1}}jr.Rules=AS,jr.RuntimeRules=kS;class Wr extends Z{constructor(e){super(e),this.props=new jr(e==null?void 0:e.props)}static get controlName(){return"\u5728\u7EBF\u6587\u6863"}static get controlIcon(){return"iconwps"}static get controlType(){return"wps"}}Wr.controlEventKeys=["on_change","on_wps_open"],Wr.controlFieldType=D.FILE,Wr.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_SHOW_CAPTION_TIP,f.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 o_ extends ee{constructor(e){super(e),this.props=new jr(e==null?void 0:e.props)}static get controlType(){return"wps"}}o_.controlFieldType=D.FILE;var u_={Designer:Wr,Runtime:o_,Property:jr};class DS extends Fe{constructor(e){super(e),this.datasourceBind=[{type:"object",message:w.getMessage("isNotObject")}],this.businessScope={type:"any"},el.call(this,e,Pn.controlCustomAttributes),e.businessType===un.ASSIGN&&(this.businessScope={type:"array",required:!0,message:w.getMessage("pleaseAssignBusiness")})}}class LS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class qr extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h,v,O,I,P;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=(r=e==null?void 0:e.range)!=null?r:"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=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.displayLevel=(u=e==null?void 0:e.displayLevel)!=null?u:1,this.showSubDept=(c=e==null?void 0:e.showSubDept)!=null?c:!0,this.caption=(d=e==null?void 0:e.caption)!=null?d:Pn.controlName,this.placeholder=(s=e==null?void 0:e.placeholder)!=null?s:"\u8BF7\u9009\u62E9\u90E8\u95E8",this.datasourceBind=new Qa((h=e==null?void 0:e.datasourceBind)!=null?h:{attributes:Pn.controlCustomAttributes}),this.datasourceType=(v=e==null?void 0:e.datasourceType)!=null?v:Nl.INTERNAL,this.businessScope=(O=e==null?void 0:e.businessScope)!=null?O:[],this.businessType=(I=e==null?void 0:e.businessType)!=null?I:un.ALL,this.openMultistageFilling=(P=e==null?void 0:e.openMultistageFilling)!=null?P:!1,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(_=>{var S;(S=this.multistageFilling)==null||S.push(new Ye(_))}))}}qr.Rules=DS,qr.RuntimeRules=LS;class Pn extends Z{constructor(e){super(e),this.props=new qr(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:r}=this.props;n.props.displayLevel=i,n.props.showSubDept=r}return n}}Pn.controlName="\u90E8\u95E8",Pn.controlFieldType=D.DEPARTMENTS,Pn.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.MULTIPLE,f.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 c_ extends ee{constructor(e){super(e),this.props=new qr(e==null?void 0:e.props)}static get controlType(){return"department2"}}c_.controlFieldType=D.DEPARTMENTS;var s_={Designer:Pn,Runtime:c_,Property:qr};class xS extends Fe{constructor(e){super(e),this.datasourceBind=[{type:"object",message:w.getMessage("isNotObject")}],this.businessScope={type:"any"},el.call(this,e,An.controlCustomAttributes),e.businessType===un.ASSIGN&&(this.businessScope={type:"array",required:!0,message:w.getMessage("pleaseAssignBusiness")})}}class MS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="array")}}class Kr extends Q{constructor(e){var n,i,r,a,l,o,u,c,d,s,h,v,O,I,P,_,S,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=(r=e==null?void 0:e.range)!=null?r:"all",this.listPageBind=new ju(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=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.displayLevel=(u=e==null?void 0:e.displayLevel)!=null?u:1,this.showSubDept=(c=e==null?void 0:e.showSubDept)!=null?c:!0,this.caption=(d=e==null?void 0:e.caption)!=null?d:An.controlName,this.placeholder=(s=e==null?void 0:e.placeholder)!=null?s:"\u8BF7\u9009\u62E9\u7EC4\u7EC7",this.datasourceBind=new Iw((h=e==null?void 0:e.datasourceBind)!=null?h:{attributes:An.controlCustomAttributes}),this.datasourceType=(v=e==null?void 0:e.datasourceType)!=null?v:Nl.INTERNAL,this.businessScope=(O=e==null?void 0:e.businessScope)!=null?O:[],this.businessType=(I=e==null?void 0:e.businessType)!=null?I:un.ALL,this.organizingFunction=(P=e==null?void 0:e.organizingFunction)!=null?P:void 0,this.organizationView=(_=e==null?void 0:e.organizationView)!=null?_:void 0,this.showSelectedDetail=(S=e==null?void 0:e.showSelectedDetail)!=null?S:!1,this.selectedContentConfig=new Gu(e==null?void 0:e.selectedContentConfig),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(b=>{var A;(A=this.multistageFilling)==null||A.push(new Ye(b))}))}}Kr.Rules=xS,Kr.RuntimeRules=MS;class An extends Z{constructor(e){super(e),this.props=new Kr(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:r}=this.props;n.props.displayLevel=i,n.props.showSubDept=r}return n}}An.controlName="\u4E1A\u52A1\u7EC4\u7EC7",An.controlFieldType=D.DEPARTMENTS,An.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[f.REQUIRED,f.IS_HIDE,f.IS_HIDE_CAPTION,f.MULTIPLE,f.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 d_ extends ee{constructor(e){super(e),this.props=new Kr(e==null?void 0:e.props)}static get controlType(){return"organization-selection"}}d_.controlFieldType=D.DEPARTMENTS;var f_={Designer:An,Runtime:d_,Property:Kr};class FS extends Fe{constructor(e){super(e),this.dataBind={type:"any"}}}class BS extends de{constructor(e){super(e),this[0]!==void 0&&(this[0].type="any")}}class Gr extends Q{constructor(e){var n,i,r,a,l;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Xr.controlName,this.defaultValue=(i=e==null?void 0:e.defaultValue)!=null?i:void 0,this.controlExportName=(r=e==null?void 0:e.controlExportName)!=null?r:"",this.permissions=(a=e==null?void 0:e.permissions)!=null?a:[],this.isInlineEdit=(l=e==null?void 0:e.isInlineEdit)!=null?l:!1}}Gr.Rules=FS,Gr.RuntimeRules=BS;class Xr extends Z{constructor(e){super(e),this.props=new Gr(e==null?void 0:e.props)}static get controlName(){return"Vue\u9875\u9762"}static get controlIcon(){return"iconvuerongqi"}static get controlType(){return V.VUE_PAGE}}Xr.controlFieldType=D.ANY,Xr.controlEventKeys=[],Xr.setting=[];class h_ extends ee{constructor(e){super(e),this.props=new Gr(e==null?void 0:e.props)}static get controlType(){return V.VUE_PAGE}}h_.controlFieldType=D.ANY;var m_={Designer:Xr,Runtime:h_,Property:Gr},$S=Object.freeze({__proto__:null,Input:uy,Checkbox:sy,Radio:fy,Number:my,DatePicker:_y,DateRange:vy,Textarea:Ey,RichText:Iy,Select:Cy,SelectMultiple:Sy,Employee:Ny,Image:ky,Attachment:Py,Amount:Ly,Score:My,Address:By,Department:Vy,AutoNumber:Hy,Calc:Wy,SearchNumberRange:Ky,SearchDateRange:Xy,VueFormItem:Jy,SelectRelation:Zy,SearchInput:e_,Tree:n_,Employee2:r_,ElectronicSignature:l_,WPS:u_,Department2:s_,OrganizationSelection:f_,VuePage:m_});class y_ extends ve{static get controlName(){return"\u753B\u5E03"}static get controlIcon(){return"grid"}static get controlType(){return"grid"}constructor(e){super(e)}}y_.excludes=[V.GRID];class VS extends Te{static get controlType(){return"grid"}constructor(e){super(e)}}var __={Designer:y_,Runtime:VS,Property:_e};const US=24;class kn extends _e{constructor(e){var n,i;super(e),this.span=(n=e==null?void 0:e.span)!=null?n:US,this.offset=(i=e==null?void 0:e.offset)!=null?i:0}}class zr extends ve{constructor(e){super(e),this.props=new kn(e==null?void 0:e.props)}static get controlName(){return"\u6805\u683C\u5217"}static get controlType(){return"col"}static get controlIcon(){return"col"}}zr.excludes=[V.COL,V.SUBTABLE,V.SUBTABLE_COLUMN,V.GRID_LAYOUT_CONTAINER,V.DIVIDER],zr.childrenMaxLength=1;class ss extends Te{constructor(e){super(e),this.props=new kn(e==null?void 0:e.props)}static get controlType(){return"col"}}var g_={Designer:zr,Runtime:ss,Property:kn};class lo extends _e{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 oo extends ve{constructor(e){super(e),this.props=new lo(e==null?void 0:e.props)}static get controlName(){return"\u6805\u683C\u5E03\u5C40"}static get controlType(){return"row"}static get controlIcon(){return"iconyihangduolie"}}oo.excludes=[V.ROW],oo.setting=[{key:"col-setting",visible:!0}];class v_ extends Te{constructor(e){super(e),this.props=new lo(e==null?void 0:e.props)}static get controlType(){return"row"}}var b_={Designer:oo,Runtime:v_,Property:lo};const HS=4;class uo extends oo{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)}}uo.excludes=[V.GRID_ROW],uo.setting=[],uo.childrenMaxLength=HS;class jS extends v_{static get controlType(){return"grid-row"}constructor(e){super(e)}}class WS extends lo{constructor(e){super(e)}}var E_={Designer:uo,Runtime:jS,Property:WS};class qS extends _e.Rules{constructor(){super(...arguments),this.caption={type:"string",required:!0,message:w.getMessage("pleaseEnterCaption")}}}class co extends _e{constructor(e){var n,i,r;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:"\u5206\u7EC4",this.isHideCaption=(i=e==null?void 0:e.isHideCaption)!=null?i:!1,this.collapse=(r=e==null?void 0:e.collapse)!=null?r:"none"}}co.Rules=qS;class ds extends ve{constructor(e){super(e),this.props=new co(e==null?void 0:e.props)}static get controlName(){return"\u5206\u7EC4"}static get controlIcon(){return"iconfenzu6"}static get controlType(){return"card-group"}}ds.setting=[{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE]},{key:"collapse-setting",visible:!0},{key:"super-setting",visible:!0}],ds.excludes=[V.CARD_GROUP];class KS extends Te{constructor(e){super(e),this.props=new co(e==null?void 0:e.props)}static get controlType(){return"card-group"}}var w_={Designer:ds,Runtime:KS,Property:co};class GS extends Pe{constructor(e){super(e),this.caption={type:"string",required:!0,message:w.getMessage("pleaseEnterCaption")},this.width={type:"number",required:!1,message:w.getMessage("pleaseEnterColumnWidth")},this.captionTip={type:"string",required:!1,message:w.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class so extends _e{constructor(e){var n,i,r,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=(r=e==null?void 0:e.isShowCaptionTip)!=null?r:!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 hw(e==null?void 0:e.metaAutoWidth)}}so.Rules=GS;class _t extends ve{constructor(e){super(e),this.props=new so(e==null?void 0:e.props)}}_t.controlName="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",_t.controlType="subtable-column",_t.controlIcon="subtable-column",_t.childrenMaxLength=1,_t.excludes=[V.SUBTABLE,V.SUBTABLE_COLUMN,V.ROW,V.COL,V.CARD_GROUP,V.DIVIDER,V.TEXT],_t.setting=[{key:"caption",showItems:[f.CAPTION],visible:!0},{key:"common-setting",showItems:[f.IS_SHOW_CAPTION_TIP],visible:!0},{key:"column-auto-width",visible:!0}];class I_ extends Te{constructor(e){super(e),this.props=new so(e==null?void 0:e.props)}}I_.controlType="subtable-column";var T_={Designer:_t,Runtime:I_,Property:so};class fs extends _e{constructor(e){super(e)}}class Dn extends ve{constructor(e){super(e),this.props=new fs(e==null?void 0:e.props)}}Dn.controlName="\u660E\u7EC6\u5B50\u8868\u884C",Dn.controlType="subtable-row",Dn.controlIcon="subtable-row",Dn.childrenMaxLength=1,Dn.excludes=[V.SUBTABLE,V.SUBTABLE_COLUMN,V.SUBTABLE_ROW,V.ROW,V.COL,V.CARD_GROUP,V.DIVIDER,V.TEXT],Dn.setting=[{key:"caption",showItems:[f.CAPTION],visible:!0}];class XS extends Te{constructor(e){super(e),this.props=new fs(e==null?void 0:e.props)}static get controlType(){return"subtable-row"}}var C_={Designer:Dn,Runtime:XS,Property:fs};class hs extends _e{constructor(e){var n,i,r,a,l,o,u,c,d,s;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=(r=e==null?void 0:e.fixed)!=null?r:!1,this.fieldCode=(a=e==null?void 0:e.fieldCode)!=null?a:"",this.fieldType=(l=e==null?void 0:e.fieldType)!=null?l:D.VARCHAR,this.fieldName=(o=e==null?void 0:e.fieldName)!=null?o:"",this.datasourceBind=new He(e==null?void 0:e.datasourceBind),this.textCleanFormart=(u=e==null?void 0:e.textCleanFormart)!=null?u:!1,this.decimalKeepPrecision=(c=e==null?void 0:e.decimalKeepPrecision)!=null?c:0,this.timestampDateType=(d=e==null?void 0:e.timestampDateType)!=null?d:Ut.DATE,this.departmentDisplayLevel=(s=e==null?void 0:e.departmentDisplayLevel)!=null?s:1}}class Ln extends ve{constructor(e){super(e),this.props=new hs(e==null?void 0:e.props)}}Ln.controlName="\u5217\u8868\u5355\u5143\u683C",Ln.controlType="gridtable-column",Ln.controlIcon="gridtable-column",Ln.childrenMaxLength=1,Ln.excludes=[V.GRID_TABLE,V.GRID_TABLE_COLUMN,V.ROW,V.COL,V.CARD_GROUP,V.DIVIDER,V.TEXT],Ln.setting=[{key:"caption",showItems:[f.CAPTION],visible:!0},{key:"column-autowidth",visible:!0},{key:"column-fixed",visible:!0}];class O_ extends Te{constructor(e){super(e),this.props=new hs(e==null?void 0:e.props)}}O_.controlType="gridtable-column";var S_={Designer:Ln,Runtime:O_,Property:hs};class ms extends _e{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 ys extends ve{constructor(e){super(e),this.props=new ms(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"}}ys.excludes=[V.GRID_LAYOUT_CONTAINER,V.CARD_GROUP,V.TAB],ys.setting=[{key:"grid-child-min-width",visible:!0},{key:"grid-col-gap",visible:!0}];class zS extends Te{constructor(e){super(e),this.props=new ms(e==null?void 0:e.props)}static get controlType(){return"grid-layout-container"}}var R_={Designer:ys,Runtime:zS,Property:ms};class _s extends _e{constructor(e){var n;super(e),this.mobileShowType=(n=e==null?void 0:e.mobileShowType)!=null?n:"vertical"}}class JS extends Pe{constructor(e){super(e),this.caption={type:"string",required:!0,message:w.getMessage("pleaseEnterCaption")}}}class fo extends _e{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Qr.controlName}}fo.Rules=JS;class Jr extends ve{constructor(e){super(e),this.props=new fo(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"}}Jr.excludes=[V.TAB],Jr.setting=[{key:"caption",showItems:[f.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE]},{key:"super-setting",visible:!0}];class QS extends Te{constructor(e){super(e),this.props=new fo(e==null?void 0:e.props)}static get controlType(){return"tab-pane"}}var N_={Designer:Jr,Runtime:QS,Property:fo};class Qr extends ve{constructor(e){var n;super(e),this.props=new _s(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[new Jr,new Jr]}static get controlName(){return"\u6807\u7B7E\u9875"}static get controlType(){return"tab"}static get controlIcon(){return"iconmanage11"}}Qr.excludes=[V.TAB],Qr.controlEventKeys=["on_change_tab"],Qr.setting=[{key:"tab-mobile-show-type",visible:!0},{key:"super-setting",visible:!0}];class ZS extends Te{constructor(e){super(e),this.props=new _s(e==null?void 0:e.props)}static get controlType(){return"tab"}}var P_={Designer:Qr,Runtime:ZS,Property:_s};class A_ extends _e{constructor(e){super(e)}}class k_ extends ve{constructor(e){super(e),this.props=new A_({}),this.children=(e==null?void 0:e.children)||[new zr({props:new kn({span:12})}),new zr({props:new kn({span:12})})]}static get controlName(){return"\u5DE5\u5177\u680F"}static get controlType(){return"toolbox"}static get controlIcon(){return"toolbox"}}k_.excludes=[V.GRID_ROW,V.ROW,V.GRID,V.SUBTABLE,V.TAB,V.TOOLBOX];class YS extends Te{static get controlType(){return"toolbox"}constructor(e){super(e),this.children=(e==null?void 0:e.children)||[new ss({props:new kn({span:12})}),new ss({props:new kn({span:12})})]}}var D_={Designer:k_,Runtime:YS,Property:A_};class pS extends Rn{constructor(e){super(e),this.push({type:"object",fields:{}})}}class eR extends Pe{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:w.getMessage("pleaseEnterFieldCode")}),e.isShowJoinRelation&&(this.joinRelation=[{type:"object",message:w.getMessage("isNotObject")},{type:"object",fields:{aliasCode:{type:"string",required:!0,message:w.getMessage("pleaseEnterAliasCode")},datasourceBind:[{type:"object",message:w.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:w.getMessage("pleaseSelectDataCode")},svcCode:{type:"string",required:!0,message:w.getMessage("pleaseSelectSvcCode")}}}],relationFields:[{type:"array",message:w.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{joinFieldCode:{type:"string",required:!0,message:w.getMessage("pleaseSelectJoinFieldCode")},mainFieldCode:{type:"string",required:!0,message:w.getMessage("pleaseSelectMainFieldCode")}}}}]}}]),oc.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 Zr extends _e{constructor(e){var n,i,r,a,l,o,u,c,d,s,h,v;super(e),this.datasourceBind=new He(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=(r=e==null?void 0:e.triggerType)!=null?r:1,this.triggerFieldCode=(a=e==null?void 0:e.triggerFieldCode)!=null?a:"",this.sublistPage=new vw(e==null?void 0:e.sublistPage),this.isShowJoinRelation=(l=e==null?void 0:e.isShowJoinRelation)!=null?l:!1,this.joinRelation=new Ew(e==null?void 0:e.joinRelation),this.showType=(o=e==null?void 0:e.showType)!=null?o:"stretch",this.showFullScreen=(u=e==null?void 0:e.showFullScreen)!=null?u:!1,this.selectionType=(c=e==null?void 0:e.selectionType)!=null?c:"multiple",this.isFixedHeader=(d=e==null?void 0:e.isFixedHeader)!=null?d:!1,this.isShowSelection=(s=e==null?void 0:e.isShowSelection)!=null?s:!1,this.isAllLoaded=(h=e==null?void 0:e.isAllLoaded)!=null?h:!0,this.countType=e==null?void 0:e.countType,this.countLimit=(v=e==null?void 0:e.countLimit)!=null?v:1e5,this.rowStyle=new Fw(e==null?void 0:e.rowStyle)}}Zr.Rules=eR,Zr.RuntimeRules=pS;class Yr extends ve{constructor(e){super(e),this.props=new Zr(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"}}Yr.slotPosition={left:"list-view-left-slot"},Yr.excludes=[V.ROW],Yr.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"],Yr.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 tR extends Te{constructor(e){super(e),this.props=new Zr(e==null?void 0:e.props)}static get controlType(){return"list-view"}}var L_={Designer:Yr,Runtime:tR,Property:Zr};class nR extends Rn{constructor(e){super(e),this.push({type:"object",fields:{}})}}class ho extends _e{constructor(e){var n,i,r,a,l,o;super(e),this.save=new en((n=e==null?void 0:e.save)!=null?n:{content:"\u4FDD\u5B58",type:"save",isShow:!1}),this.cancel=new en((i=e==null?void 0:e.cancel)!=null?i:{content:"\u53D6\u6D88",type:"cancel",isShow:!1}),this.saveAs=new en((r=e==null?void 0:e.saveAs)!=null?r:{content:"\u4FDD\u5B58\u8349\u7A3F",type:"saveAs",isShow:!1}),this.print=new en((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(u=>new en(u)),this.isLoading=(o=e==null?void 0:e.isLoading)!=null?o:!1,this.datasourceBind=new He(e==null?void 0:e.datasourceBind)}}ho.RuntimeRules=nR;class x_ extends ve{constructor(e){super(e),this.props=new ho(e==null?void 0:e.props)}static get controlName(){return"\u6570\u636E\u5BB9\u5668"}static get controlType(){return"data-view"}}x_.excludes=[];class iR extends Te{constructor(e){super(e),this.props=new ho(e==null?void 0:e.props)}static get controlType(){return"data-view"}}var M_={Designer:x_,Runtime:iR,Property:ho};class rR extends ve{static get controlName(){return"\u81EA\u7531\u9875\u9762"}static get controlIcon(){return"page"}static get controlType(){return"page"}constructor(e){super(e)}}class aR extends Te{static get controlType(){return"page"}constructor(e){super(e)}}class lR extends _e{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 F_={Designer:rR,Runtime:aR,Property:lR};class oR extends ve{static get controlName(){return"\u9AD8\u7EA7\u5BB9\u5668"}static get controlIcon(){return"AdvancedContainer"}static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class uR extends Te{static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class cR extends _e{constructor(e){super(e),this.display=(e==null?void 0:e.display)||"flex",this.flexConfig=new Fm(e==null?void 0:e.flexConfig)}}var B_={Designer:oR,Runtime:uR,Property:cR};class sR extends ve{static get controlName(){return"\u5B9A\u4F4D\u5BB9\u5668"}static get controlIcon(){return"PositioningContainer"}static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class dR extends Te{static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class fR extends _e{constructor(e){super(e)}}var $_={Designer:sR,Runtime:dR,Property:fR};class hR extends ve{static get controlName(){return"\u5B9A\u4F4D\u5B50\u5BB9\u5668"}static get controlIcon(){return"position"}static get controlType(){return"position"}constructor(e){super(e)}}class mR extends Te{static get controlType(){return"position"}constructor(e){super(e)}}class yR extends _e{constructor(e){var n,i,r,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=(r=e==null?void 0:e.left)!=null?r:0,this.top=(a=e==null?void 0:e.top)!=null?a:0}}var V_={Designer:hR,Runtime:mR,Property:yR};class gs extends _e{constructor(e){var n,i,r;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=(r=e==null?void 0:e.align)!=null?r:"right"}}class mo extends ve{constructor(e){var n;super(e),this.props=new gs((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"}}mo.slotPosition={default:"action-bar-slot"},mo.excludes=[],mo.setting=[{key:"action-position",visible:!0},{key:"background-opacity",visible:!0},{key:"buttons-align",visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE]},{key:"super-setting",visible:!0}];class _R extends Te{constructor(e){var n;super(e),this.props=new gs((n=e==null?void 0:e.props)!=null?n:{})}static get controlType(){return"action-bar"}}var U_={Designer:mo,Runtime:_R,Property:gs},gR=Object.freeze({__proto__:null,Grid:__,Col:g_,Row:b_,GridRow:E_,CardGroup:w_,SubTableColumn:T_,SubTableRow:C_,GridTableColumn:S_,GridLayoutContainer:R_,Tab:P_,TabPane:N_,Toolbox:D_,ListView:L_,DataView:M_,Page:F_,AdvancedContainer:B_,PositioningContainer:$_,Position:V_,ActionBar:U_});class vR extends Pe{constructor(e){super(e),this.caption={type:"string",required:!0,message:w.getMessage("pleaseEnterCaption")},this.limitRows=[{type:"number",required:!0,message:w.getMessage("isNotNumber")},{type:"number",min:0,message:w.getMessage("limitRowsCannotBeLessThan0")}],this.formKey={type:"string",required:!1,message:w.getMessage("pleaseEnterForm")},this.maxHeight={type:"number",required:!0,message:w.getMessage("pleaseEnterMaxHeight")},this.captionTip={type:"string",required:!1,message:w.getMessage("pleaseEnterCaptionTip")},this.mobileRowCaption={type:"string",required:!1,message:w.getMessage("pleaseEnterRowCaption")},e.openType==="modal"&&(this.formKey.required=!0),e.isShowCaptionTip&&(this.captionTip.required=!0),e.mobileShowType==="tile"&&(this.mobileRowCaption.required=!0)}}class bR extends Rn{constructor(e){super(e),e.isHide||this.push({type:"array",required:e.limitRows>0,message:w.getMessage("runtimeRequired",{caption:e.caption})},{type:"array",validator(n,i,r){i.length<e.limitRows&&r(w.getMessage("TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows})),r()},message:w.getMessage("TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows})})}}const H_=class extends fl{constructor(t,e){var n,i,r,a,l,o,u,c,d,s,h,v,O,I,P,_,S,g,b,A,N,C,L,x,X,Me,W,ge,ze,dn,it,fn,hn;super(t,e,H_.mode),this.caption=(n=e==null?void 0:e.caption)!=null?n:ea.controlName,this.isHideCaption=(i=e==null?void 0:e.isHideCaption)!=null?i:!1,this.defaultState=(r=e==null?void 0:e.defaultState)!=null?r:"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=(o=e==null?void 0:e.formKey)!=null?o:"",this.useCustomHeight=(u=e==null?void 0:e.useCustomHeight)!=null?u:!1,this.maxHeight=(c=e==null?void 0:e.maxHeight)!=null?c:xm,this.printMode=(d=e==null?void 0:e.printMode)!=null?d:"row",this.limitRows=(s=e==null?void 0:e.limitRows)!=null?s:1,this.maxRows=(h=e==null?void 0:e.maxRows)!=null?h:null,this.defaultRows=(v=e==null?void 0:e.defaultRows)!=null?v:1,this.datasourceBind=new He(e==null?void 0:e.datasourceBind),this.canAdd=(O=e==null?void 0:e.canAdd)!=null?O:!0,this.canDelete=(I=e==null?void 0:e.canDelete)!=null?I:!0,this.canCheck=(P=e==null?void 0:e.canCheck)!=null?P:!1,this.canEdit=(_=e==null?void 0:e.canEdit)!=null?_:!1,this.canImport=(S=e==null?void 0:e.canImport)!=null?S:!1,this.canExport=(g=e==null?void 0:e.canExport)!=null?g:!1,this.canClear=(b=e==null?void 0:e.canClear)!=null?b:!0,this.serverPagination=(A=e==null?void 0:e.serverPagination)!=null?A:!1,this.isShowCaptionTip=(N=e==null?void 0:e.isShowCaptionTip)!=null?N:!1,this.captionTip=(C=e==null?void 0:e.captionTip)!=null?C:"",this.mobileShowType=(L=e==null?void 0:e.mobileShowType)!=null?L:"list",this.mobileDefaultNum=(x=e==null?void 0:e.mobileDefaultNum)!=null?x:10,this.dataStorageDoc=(X=e==null?void 0:e.dataStorageDoc)!=null?X:new mw,this.fixedColumn=(Me=e==null?void 0:e.fixedColumn)!=null?Me:[],this.mobileRowCaption=(W=e==null?void 0:e.mobileRowCaption)!=null?W:"\u660E\u7EC6",this.mobileIsTile=(ge=e==null?void 0:e.mobileIsTile)!=null?ge:!1,this.isPaste=(ze=e==null?void 0:e.isPaste)!=null?ze:!1,this.pageSize=(dn=e==null?void 0:e.pageSize)!=null?dn:10,this.pageSizeOptions=(it=e==null?void 0:e.pageSizeOptions)!=null?it:[10,20,50,100],this.importConfig=new Dm(e==null?void 0:e.importConfig),this.exportConfig=new Lm(e==null?void 0:e.exportConfig),this.sortable=(fn=e==null?void 0:e.sortable)!=null?fn:!1,this.sortKey=(hn=e==null?void 0:e.sortKey)!=null?hn:{}}};let pr=H_;pr.Rules=vR,pr.RuntimeRules=bR;class ea extends wc{constructor(e){var n;super(e),this.props=new pr(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 _t,new _t,new _t])}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 _t,r=typeof e=="number"?e:n;return r===void 0?this.props.headers.push(i):this.props.headers.splice(r,0,i),i}}ea.controlEventKeys=["on_list_search","on_list_mounted","on_list_change","on_list_delete","on_list_before_insert","on_list_before_import"],ea.slotPosition={toolbar:"subtable-toolbar-slot"},ea.setting=[{key:"subtable-datasource-bind",visible:!0},{key:"caption",showItems:[f.CAPTION,f.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[f.IS_HIDE,f.IS_SHOW_CAPTION_TIP,f.IS_PASTE,f.SERVER_PAGINATION,f.SORTABLE]},{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 ER extends ym{constructor(e){super(e),this.props=new pr(this,e==null?void 0:e.props)}static get controlType(){return"subtable"}getChildrenDataSourceBindLayout(){Ki("Method not implemented.")}getChildrenFormControl(){return[]}}var j_={Designer:ea,Runtime:ER,Property:pr};class vs extends fl{constructor(e,n){var i,r,a,l,o;super(e,n),this.isFixedHeader=(i=n==null?void 0:n.isFixedHeader)!=null?i:!1,this.selectionType=n==null?void 0:n.selectionType,this.isShowToolbar=(r=n==null?void 0:n.isShowToolbar)!=null?r:!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=(o=n==null?void 0:n.pageSizeOptions)!=null?o:[10,20,50,100,500]}}class wR extends St{constructor(e){super(e),this.caption.required=!1}}class yo extends Ce{constructor(e){var n,i,r,a,l,o,u,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:xn.controlName,this.width=(r=e==null?void 0:e.width)!=null?r:60,this.autoWidth.minWidth=(l=(a=e==null?void 0:e.autoWidth)==null?void 0:a.minWidth)!=null?l:60,this.autoWidth.flex=(u=(o=e==null?void 0:e.autoWidth)==null?void 0:o.flex)!=null?u:.4,this.widthType=(c=e==null?void 0:e.widthType)!=null?c:"px"}}yo.Rules=wR;class xn extends $e{constructor(e){super(e),this.props=new yo(e==null?void 0:e.props)}}xn.controlType="order-column",xn.controlName="\u5E8F\u53F7",xn.controlIcon="order-column",xn.setting=[{key:"column-fixed",visible:!0},{key:"column-autowidth",visible:!0},{key:"column-align-content",visible:!0}];class bs extends Ve{constructor(e){super(e),this.props=new yo(e==null?void 0:e.props)}}bs.controlType="order-column",bs.controlFieldType=D.DECIMAL;var W_={Designer:xn,Runtime:bs,Property:yo};class Es extends Ce{constructor(e){var n,i,r,a,l,o;super(e),this.fixed=(n=e==null?void 0:e.fixed)!=null?n:"right",this.widthType="auto",this.autoWidth.minWidth=(r=(i=e==null?void 0:e.autoWidth)==null?void 0:i.minWidth)!=null?r:84,this.caption=(a=e==null?void 0:e.caption)!=null?a:Ft.controlName,this.showType=(l=e==null?void 0:e.showType)!=null?l:"icon",this.limit=(o=e==null?void 0:e.limit)!=null?o:3}}class Ft extends $e{constructor(e){super(e),this.props=new Es(e==null?void 0:e.props)}toDataBindModel(){const e=super.toDataBindModel();return this.children.map(n=>{if(n.type===Hl.controlType){const i=n;e.props[i.props.command]=i.props}}),e}validate(e,n){return Zn(this,null,function*(){return yield Ws(Ft.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(i=>i.validate(e,n))),!0})}}Ft.controlType="operation-column",Ft.controlName="\u64CD\u4F5C",Ft.controlIcon="operation-column",Ft.setting=[{key:"caption",showItems:[f.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 ws extends Ve{constructor(e){super(e),this.props=new Es(e==null?void 0:e.props)}}ws.controlType="operation-column",ws.controlFieldType=D.FILE;var q_={Designer:Ft,Runtime:ws,Property:Es};const IR=1e4;class Mn extends wc{constructor(e){super(e);const{excludes:n,childrenMaxLength:i}=new.target;this.props=new vs(this,e==null?void 0:e.props),Tt(this,"children",e==null?void 0:e.children,void 0,"Designer"),(e==null?void 0:e.props.headers)===void 0&&(this.props.headers=[new xn,new Ft]),this.excludes=ht(n),this.childrenMaxLength=i}static get controlName(){return"\u8868\u683C"}static get controlIcon(){return"iconlistview"}static get controlType(){return"grid-table"}judgeJoinChildren(e){const n=this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e);return n&&this.childrenMaxLength>this.children.length}toSchema(){const e=super.toSchema(),n=this.children.map(i=>i.toSchema());return ha($t({},e),{children:n})}validate(e,n){return Zn(this,null,function*(){return yield Ws(Mn.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(i=>i.validate(e,n))),!0})}}Mn.slotPosition={toolbar:"grid-table-toolbar-slot"},Mn.setting=[{key:"list-fixed-header",visible:!0}],Mn.excludes=[],Mn.childrenMaxLength=IR;class TR extends ym{constructor(e){super(e),this.props=new vs(this,e==null?void 0:e.props)}static get controlType(){return"grid-table"}getChildrenDataSourceBindLayout(){Ki("Method not implemented.")}getChildrenFormControl(){return[]}getCheckboxProps(e){return{}}}var K_={Designer:Mn,Runtime:TR,Property:vs},CR=Object.freeze({__proto__:null,SubTable:j_,GridTable:K_});class OR extends _m{constructor(e){super(e),ln.call(this,e)}}class _o extends Ce{constructor(e){var n,i,r,a,l,o;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Fn.controlName,this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"none",this.datasourceBind=new He(e==null?void 0:e.datasourceBind),this.options=Lt((r=e==null?void 0:e.options)!=null?r:[{}]),this.showLinkOperation=(a=e==null?void 0:e.showLinkOperation)!=null?a:!1,this.linkOperationOption=new Dt(e==null?void 0:e.linkOperationOption),this.lineEllipsis=(l=e==null?void 0:e.lineEllipsis)!=null?l:1,this.dictionaryTagConfig=(o=e==null?void 0:e.dictionaryTagConfig)!=null?o:{isTag:!1}}}_o.Rules=OR;class Fn extends $e{constructor(e){super(e),this.props=new _o(e==null?void 0:e.props)}}Fn.controlType="varchar-column",Fn.controlName="\u77ED\u6587\u672C",Fn.controlIcon="varchar-column",Fn.controlFieldType=D.VARCHAR,Fn.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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}];class Is extends Ve{constructor(e){super(e),this.props=new _o(e==null?void 0:e.props)}}Is.controlType="varchar-column",Is.controlFieldType=D.VARCHAR;var G_={Designer:Fn,Runtime:Is,Property:_o};class SR extends St{constructor(e){super(e),ln.call(this,e)}}class go extends Ce{constructor(e){var n,i,r,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:Bn.controlName,this.lineEllipsis=(r=e==null?void 0:e.lineEllipsis)!=null?r:1,this.showLinkOperation=(a=e==null?void 0:e.showLinkOperation)!=null?a:!1,this.linkOperationOption=new Dt(e==null?void 0:e.linkOperationOption)}}go.Rules=SR;class Bn extends $e{constructor(e){super(e),this.props=new go(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}}Bn.controlType="text-column",Bn.controlName="\u957F\u6587\u672C",Bn.controlIcon="text-column",Bn.controlFieldType=D.TEXT,Bn.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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 Ts extends Ve{constructor(e){super(e),this.props=new go(e==null?void 0:e.props)}}Ts.controlType="text-column",Ts.controlFieldType=D.TEXT;var X_={Designer:Bn,Runtime:Ts,Property:go};class RR extends St{constructor(e){super(e),ln.call(this,e)}}class vo extends Ce{constructor(e){var n,i,r,a,l,o,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:$n.controlName,this.precision=(i=e==null?void 0:e.precision)!=null?i:0,this.micrometer=(r=e==null?void 0:e.micrometer)!=null?r:!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 He(e==null?void 0:e.datasourceBind),this.options=Lt((o=e==null?void 0:e.options)!=null?o:[{}]),this.showLinkOperation=(u=e==null?void 0:e.showLinkOperation)!=null?u:!1,this.linkOperationOption=new Dt(e==null?void 0:e.linkOperationOption)}}vo.Rules=RR;class $n extends $e{constructor(e){super(e),this.props=new vo(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{precision:i,micrometer:r}=this.props;i!==""&&(n.props.precision=i),n.props.micrometer=r}return n}}$n.controlType="decimal-column",$n.controlName="\u6570\u503C",$n.controlIcon="decimal-column",$n.controlFieldType=D.DECIMAL,$n.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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:[f.MICROMETER,f.PRECISION,f.PERCENTAGE],visible:!0},{key:"column-align-content",visible:!0},{key:"column-sort",visible:!0},{key:"column-statistics",visible:!0}];class Cs extends Ve{constructor(e){super(e),this.props=new vo(e==null?void 0:e.props)}}Cs.controlType="decimal-column",Cs.controlFieldType=D.DECIMAL;var z_={Designer:$n,Runtime:Cs,Property:vo};class NR extends St{constructor(e){super(e),ln.call(this,e)}}class bo extends Ce{constructor(e){var n,i,r;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Ut.DATE,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new Dt(e==null?void 0:e.linkOperationOption),this.caption=(r=e==null?void 0:e.caption)!=null?r:Vn.controlName}}bo.Rules=NR;class Vn extends $e{constructor(e){super(e),this.props=new bo(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}}Vn.controlType="timescope-column",Vn.controlName="\u65E5\u671F\u533A\u95F4",Vn.controlIcon="timescope-column",Vn.controlFieldType=D.TIMESCOPE,Vn.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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 Os extends Ve{constructor(e){super(e),this.props=new bo(e==null?void 0:e.props)}}Os.controlType="timescope-column",Os.controlFieldType=D.TIMESCOPE;var J_={Designer:Vn,Runtime:Os,Property:bo};class PR extends St{constructor(e){super(e),ln.call(this,e)}}class Eo extends Ce{constructor(e){var n,i,r;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:Ut.DATE,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new Dt(e==null?void 0:e.linkOperationOption),this.caption=(r=e==null?void 0:e.caption)!=null?r:Un.controlName}}Eo.Rules=PR;class Un extends $e{constructor(e){super(e),this.props=new Eo(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}}Un.controlType="timestamp-column",Un.controlName="\u65E5\u671F",Un.controlIcon="timestamp-column",Un.controlFieldType=D.TIMESTAMP,Un.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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 Ss extends Ve{constructor(e){super(e),this.props=new Eo(e==null?void 0:e.props)}}Ss.controlType="timestamp-column",Ss.controlFieldType=D.TIMESTAMP;var Q_={Designer:Un,Runtime:Ss,Property:Eo};class AR extends _m{constructor(e){super(e),ln.call(this,e)}}class wo extends Ce{constructor(e){var n,i,r,a;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Hn.controlName,this.optionConfig=(i=e==null?void 0:e.optionConfig)!=null?i:"none",this.datasourceBind=new He(e==null?void 0:e.datasourceBind),this.showLinkOperation=(r=e==null?void 0:e.showLinkOperation)!=null?r:!1,this.linkOperationOption=new Dt(e==null?void 0:e.linkOperationOption),this.options=Lt((a=e==null?void 0:e.options)!=null?a:[{}])}}wo.Rules=AR;class Hn extends $e{constructor(e){super(e),this.props=new wo(e==null?void 0:e.props)}}Hn.controlType="array-column",Hn.controlName="\u6570\u7EC4",Hn.controlIcon="array-column",Hn.controlFieldType=D.ARRAY,Hn.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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 Rs extends Ve{constructor(e){super(e),this.props=new wo(e==null?void 0:e.props)}}Rs.controlType="array-column",Rs.controlFieldType=D.ARRAY;var Z_={Designer:Hn,Runtime:Rs,Property:wo};class Ns extends Ce{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:jn.controlName,this.displayLevel=(i=e==null?void 0:e.displayLevel)!=null?i:1}}class jn extends $e{constructor(e){super(e),this.props=new Ns(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}}jn.controlType="department-column",jn.controlName="\u90E8\u95E8",jn.controlIcon="department-column",jn.controlFieldType=D.DEPARTMENTS,jn.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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 Ps extends Ve{constructor(e){super(e),this.props=new Ns(e==null?void 0:e.props)}}Ps.controlType="department-column",Ps.controlFieldType=D.DEPARTMENTS;var Y_={Designer:jn,Runtime:Ps,Property:Ns};class kR extends St{constructor(e){super(e),ln.call(this,e)}}class Io extends Ce{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Wn.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new Dt(e==null?void 0:e.linkOperationOption)}}Io.Rules=kR;class Wn extends $e{constructor(e){super(e),this.props=new Io(e==null?void 0:e.props)}}Wn.controlType="auto-number-column",Wn.controlName="\u81EA\u52A8\u7F16\u53F7",Wn.controlIcon="auto-number-column",Wn.controlFieldType=D.AUTO_NUMBER,Wn.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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 As extends Ve{constructor(e){super(e),this.props=new Io(e==null?void 0:e.props)}}As.controlType="auto-number-column",As.controlFieldType=D.AUTO_NUMBER;var p_={Designer:Wn,Runtime:As,Property:Io};class ks extends Ce{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:qn.controlName}}class qn extends $e{constructor(e){super(e),this.props=new ks(e==null?void 0:e.props)}}qn.controlType="file-column",qn.controlName="\u9644\u4EF6",qn.controlIcon="file-column",qn.controlFieldType=D.FILE,qn.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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 Ds extends Ve{constructor(e){super(e),this.props=new ks(e==null?void 0:e.props)}}Ds.controlType="file-column",Ds.controlFieldType=D.FILE;var eg={Designer:qn,Runtime:Ds,Property:ks};class Ls extends Ce{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Kn.controlName}}class Kn extends $e{constructor(e){super(e),this.props=new Ls(e==null?void 0:e.props)}}Kn.controlType="image-column",Kn.controlName="\u56FE\u7247",Kn.controlIcon="image-column",Kn.controlFieldType=D.IMAGE,Kn.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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 xs extends Ve{constructor(e){super(e),this.props=new Ls(e==null?void 0:e.props)}}xs.controlType="image-column",xs.controlFieldType=D.IMAGE;var tg={Designer:Kn,Runtime:xs,Property:Ls};class Ms extends Ce{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Gn.controlName}}class Gn extends $e{constructor(e){super(e),this.props=new Ms(e==null?void 0:e.props)}}Gn.controlType="people-column",Gn.controlName="\u4EBA\u5458",Gn.controlIcon="people-column",Gn.controlFieldType=D.EMPLOYEES,Gn.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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 Fs extends Ve{constructor(e){super(e),this.props=new Ms(e==null?void 0:e.props)}}Fs.controlType="people-column",Fs.controlFieldType=D.EMPLOYEES;var ng={Designer:Gn,Runtime:Fs,Property:Ms};class DR extends St{constructor(e){super(e),ln.call(this,e)}}class To extends Ce{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Xn.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new Dt(e==null?void 0:e.linkOperationOption)}}To.Rules=DR;class Xn extends $e{constructor(e){super(e),this.props=new To(e==null?void 0:e.props)}}Xn.controlType="location-column",Xn.controlName="\u5730\u5740",Xn.controlIcon="location-column",Xn.controlFieldType=D.ADDRESS,Xn.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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 Bs extends Ve{constructor(e){super(e),this.props=new To(e==null?void 0:e.props)}}Bs.controlType="location-column",Bs.controlFieldType=D.ADDRESS;var ig={Designer:Xn,Runtime:Bs,Property:To};class LR extends St{constructor(e){super(e),this.sortFieldCode={type:"string",message:w.getMessage("pleaseSelectSortFieldCode")},e.sort===!0&&(this.sortFieldCode.required=!0)}}class Co extends Ce{constructor(e){var n,i,r;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Bt.controlName,this.fieldCodeList=(i=e==null?void 0:e.fieldCodeList)!=null?i:[],this.sortFieldCode=(r=e==null?void 0:e.sortFieldCode)!=null?r:""}}Co.Rules=LR;const xR=1;class Bt extends $e{constructor(e){super(e);const{excludes:n,childrenMaxLength:i}=new.target;this.props=new Co(e==null?void 0:e.props),Tt(this,"children",e==null?void 0:e.children,void 0,"Designer"),this.excludes=ht(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}}Bt.controlType="custom-column",Bt.controlName="\u81EA\u5B9A\u4E49",Bt.controlIcon="custom-column",Bt.slots=["column-column-slot"],Bt.excludes=[],Bt.childrenMaxLength=xR,Bt.setting=[{key:"caption",showItems:[f.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 rg extends Ve{constructor(e){super(e),this.props=new Co(e==null?void 0:e.props),Tt(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}rg.controlType="custom-column";var ag={Designer:Bt,Runtime:rg,Property:Co};class $s extends Ce{constructor(e){var n,i;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:sn.controlName,this.datasourceBind=new Qa((i=e==null?void 0:e.datasourceBind)!=null?i:{attributes:sn.controlCustomAttributes})}}class sn extends $e{constructor(e){super(e),this.props=new $s(e==null?void 0:e.props)}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",required:!0}]}}sn.controlType="employee-column",sn.controlName="\u4EBA\u5458",sn.controlIcon="employee-column",sn.controlFieldType=D.EMPLOYEES,sn.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[f.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 Vs extends Ve{constructor(e){super(e),this.props=new $s(e==null?void 0:e.props)}}Vs.controlType="employee-column",Vs.controlFieldType=D.EMPLOYEES;var lg={Designer:sn,Runtime:Vs,Property:$s};class Us extends Ce{constructor(e){var n,i,r;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:zn.controlName,this.showLinkOperation=(i=e==null?void 0:e.showLinkOperation)!=null?i:!1,this.linkOperationOption=new Dt(e==null?void 0:e.linkOperationOption),this.lineEllipsis=(r=e==null?void 0:e.lineEllipsis)!=null?r:1}}class zn extends $e{constructor(e){super(e),this.props=new Us(e==null?void 0:e.props)}}zn.controlType="approval-status-column",zn.controlName="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",zn.controlIcon="approval-status-column",zn.excludes=[],zn.setting=[{key:"caption",showItems:[f.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 og extends Ve{constructor(e){super(e),this.props=new Us(e==null?void 0:e.props)}}og.controlType="approval-status-column";var ug={Designer:zn,Runtime:og,Property:Us},MR=Object.freeze({__proto__:null,VarcharColumn:G_,TextColumn:X_,DecimalColumn:z_,TimescopeColumn:J_,TimestampColumn:Q_,ArrayColumn:Z_,DepartmentColumn:Y_,AutoNumberColumn:p_,FileColumn:eg,ImageColumn:tg,PeopleColumn:ng,LocationColumn:ig,CustomColumn:ag,OrderColumn:W_,OperationColumn:q_,EmployeeColumn:lg,ApprovalStatusColumn:ug});class FR extends Rn{constructor(e){super(e),this.push({type:"object",fields:{}})}}class Oo extends Dc{constructor(e){var n,i,r,a,l,o,u,c,d,s,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=(r=e==null?void 0:e.viewType)!=null?r:"mini",this.search=new en((a=e==null?void 0:e.search)!=null?a:{content:"\u67E5\u8BE2",isShow:!0}),this.cancel=new en((l=e==null?void 0:e.cancel)!=null?l:{content:"\u91CD\u7F6E",isShow:!0}),this.isLoading=(o=e==null?void 0:e.isLoading)!=null?o:!1,this.custom=((u=e==null?void 0:e.custom)!=null?u:[]).map(O=>new en(O)),this.queryTypeMap=(c=e==null?void 0:e.queryTypeMap)!=null?c:[],this.childMinWidth=(d=e==null?void 0:e.childMinWidth)!=null?d:230,this.colGap=(s=e==null?void 0:e.colGap)!=null?s:24,this.viewConfig=(h=e==null?void 0:e.viewConfig)!=null?h:[],this.simpleConfig=(v=e==null?void 0:e.simpleConfig)!=null?v:[]}}Oo.RuntimeRules=FR;class So extends DC{constructor(e){super(e),this.props=new Oo(e==null?void 0:e.props)}}So.controlType="simple-search",So.slotPosition={default:"search"},So.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:[f.IS_HIDE]},{key:"search-view-type",visible:!0}];class cg extends VC{constructor(e){var n;super(e),this.props=new Oo(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[]}}cg.controlType="simple-search";var sg={Designer:So,Runtime:cg,Property:Oo},BR=Object.freeze({__proto__:null,SimpleSearch:sg});class Hs extends $c{constructor(e){var n;super(e),this.wholeRow=(n=e==null?void 0:e.wholeRow)!=null?n:!1}}class $R extends pC{constructor(e){super(e),this.props=new Hs(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 VR extends lO{constructor(e){super(e),this.props=new Hs(e==null?void 0:e.props)}static get controlType(){return"grid-layout-wrap"}}function eN(t){return t}var UR={fields:[{key:"wholeRow",type:"boolean",component:"switch",label:"\u5145\u6EE1\u6574\u884C",props:{updateParent:!0}}],groups:[{items:["wholeRow"]}]},dg={Designer:$R,Runtime:VR,Property:Hs,Setting:UR},HR=Object.freeze({__proto__:null,GridLayoutWrap:dg});T.ActionBar=U_,T.Address=By,T.AdvancedContainer=B_,T.Amount=Ly,T.ApprovalStatusColumn=ug,T.ArrayColumn=Z_,T.AssignType=un,T.Attachment=Py,T.AutoNumber=Hy,T.AutoNumberColumn=p_,T.BatchDeleteButton=ly,T.BatchPrintListButton=iy,T.BatchPrintRecordListButton=ry,T.BatchSubmissionListButton=jm,T.Button=Sm,T.Calc=Wy,T.CardGroup=w_,T.Checkbox=sy,T.Col=g_,T.CreateFormListButton=Hm,T.CustomColumn=ag,T.DATE_CONFIG_TYPE=Rm,T.DATE_LIMIT_TYPE=Nm,T.Dashboard=Ym,T.DataView=M_,T.DatePicker=_y,T.DateRange=vy,T.DecimalColumn=z_,T.Department=Vy,T.Department2=s_,T.DepartmentColumn=Y_,T.DepartmentType=Nl,T.Divider=Vm,T.ElectronicSignature=l_,T.ElectronicSignatureConfig=Pm,T.Employee=Ny,T.Employee2=r_,T.EmployeeColumn=lg,T.EncryptTypeEnum=Bm,T.Explain=Rl,T.ExportConfig=Lm,T.ExportListButton=qm,T.ExportRecordListButton=Km,T.ExportTemplate=mr,T.FileColumn=eg,T.FlexStyleConfig=Fm,T.FormSelectButton=Xm,T.Grid=__,T.GridLayoutContainer=R_,T.GridLayoutWrap=dg,T.GridRow=E_,T.GridTable=K_,T.GridTableColumn=S_,T.Image=ky,T.ImageColumn=tg,T.ImportConfig=Dm,T.ImportListBind=km,T.ImportRecordListButton=Gm,T.Input=uy,T.InternalType=Zc,T.InvoiceCheckButton=ny,T.LINE_STYLE=Xc,T.LimitDate=Sl,T.Link=Om,T.ListSelectButton=zm,T.ListView=L_,T.ListViewSelect=ey,T.LocationColumn=ig,T.Number=my,T.OperationButton=ay,T.OperationColumn=q_,T.OrderColumn=W_,T.OrganizationSelection=f_,T.OrganizeType=Qc,T.Page=F_,T.Pagination=Qm,T.PeopleColumn=ng,T.Position=V_,T.PositioningContainer=$_,T.PrintTemplate=Mm,T.Radio=fy,T.RichText=Iy,T.Row=b_,T.SCORE_TYPE=Gc,T.SUBTABLE_DEFAULT_MAX_HEIGHT=xm,T.Score=My,T.SearchDateRange=Xy,T.SearchInput=e_,T.SearchNumberRange=Ky,T.Select=Cy,T.SelectMultiple=Sy,T.SelectRelation=Zy,T.SimpleSearch=sg,T.SubTable=j_,T.SubTableColumn=T_,T.SubTableRow=C_,T.SubmissionRecordListButton=Wm,T.Tab=P_,T.TabPane=N_,T.Text=Cm,T.TextColumn=X_,T.TextOcrButton=ty,T.Textarea=Ey,T.TimescopeColumn=J_,T.TimestampColumn=Q_,T.Title=Um,T.TitleConfigEnum=on,T.Toolbox=D_,T.Tree=n_,T.UndersignedPerson=zc,T.VarcharColumn=G_,T.VueFormItem=Jy,T.VuePage=m_,T.WPS=u_,T.WPSSetting=Am,T.WpsOperationItem=Jc,T.baseControls=jO,T.columnControls=MR,T.formControls=$S,T.initExpression=yr,T.layoutControls=gR,T.listControls=CR,T.searchControls=BR,T.wrapControls=HR,Object.defineProperty(T,"__esModule",{value:!0})});