@byteluck-fe/model-driven-controls 1.4.0 → 1.5.0-beta.2

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 (680) hide show
  1. package/dist/esm/baseControls/BatchPrintListButton/designer.js +152 -0
  2. package/dist/esm/baseControls/BatchPrintListButton/index.js +11 -0
  3. package/dist/esm/baseControls/BatchPrintListButton/property.js +118 -0
  4. package/dist/esm/baseControls/BatchPrintListButton/runtime.js +110 -0
  5. package/dist/esm/baseControls/BatchPrintListButton/types.js +0 -0
  6. package/dist/esm/baseControls/BatchPrintRecordListButton/designer.js +147 -0
  7. package/dist/esm/baseControls/BatchPrintRecordListButton/index.js +11 -0
  8. package/dist/esm/baseControls/BatchPrintRecordListButton/property.js +91 -0
  9. package/dist/esm/baseControls/BatchPrintRecordListButton/runtime.js +110 -0
  10. package/dist/esm/baseControls/BatchPrintRecordListButton/types.js +0 -0
  11. package/dist/esm/baseControls/BatchSubmissionListButton/designer.js +156 -0
  12. package/dist/esm/baseControls/BatchSubmissionListButton/index.js +11 -0
  13. package/dist/esm/baseControls/BatchSubmissionListButton/property.js +125 -0
  14. package/dist/esm/baseControls/BatchSubmissionListButton/runtime.js +110 -0
  15. package/dist/esm/baseControls/BatchSubmissionListButton/types.js +0 -0
  16. package/dist/esm/baseControls/Button/designer.js +158 -0
  17. package/dist/esm/baseControls/Button/index.js +11 -0
  18. package/dist/esm/baseControls/Button/property.js +103 -0
  19. package/dist/esm/baseControls/Button/runtime.js +110 -0
  20. package/dist/esm/baseControls/Button/types.js +0 -0
  21. package/dist/esm/baseControls/CreateFormListButton/designer.js +156 -0
  22. package/dist/esm/baseControls/CreateFormListButton/index.js +11 -0
  23. package/dist/esm/baseControls/CreateFormListButton/property.js +115 -0
  24. package/dist/esm/baseControls/CreateFormListButton/runtime.js +110 -0
  25. package/dist/esm/baseControls/CreateFormListButton/types.js +0 -0
  26. package/dist/esm/baseControls/Dashboard/designer.js +149 -0
  27. package/dist/esm/baseControls/Dashboard/index.js +11 -0
  28. package/dist/esm/baseControls/Dashboard/property.js +140 -0
  29. package/dist/esm/baseControls/Dashboard/runtime.js +110 -0
  30. package/dist/esm/baseControls/Divider/designer.js +139 -0
  31. package/dist/esm/baseControls/Divider/index.js +11 -0
  32. package/dist/esm/baseControls/Divider/property.js +92 -0
  33. package/dist/esm/baseControls/Divider/runtime.js +110 -0
  34. package/dist/esm/baseControls/Divider/types.js +0 -0
  35. package/dist/esm/baseControls/ExportListButton/designer.js +152 -0
  36. package/dist/esm/baseControls/ExportListButton/index.js +11 -0
  37. package/dist/esm/baseControls/ExportListButton/property.js +109 -0
  38. package/dist/esm/baseControls/ExportListButton/runtime.js +110 -0
  39. package/dist/esm/baseControls/ExportListButton/types.js +0 -0
  40. package/dist/esm/baseControls/ExportRecordListButton/designer.js +147 -0
  41. package/dist/esm/baseControls/ExportRecordListButton/index.js +11 -0
  42. package/dist/esm/baseControls/ExportRecordListButton/property.js +91 -0
  43. package/dist/esm/baseControls/ExportRecordListButton/runtime.js +110 -0
  44. package/dist/esm/baseControls/ExportRecordListButton/types.js +0 -0
  45. package/dist/esm/baseControls/FormSelectButton/designer.js +160 -0
  46. package/dist/esm/baseControls/FormSelectButton/index.js +11 -0
  47. package/dist/esm/baseControls/FormSelectButton/property.js +172 -0
  48. package/dist/esm/baseControls/FormSelectButton/runtime.js +110 -0
  49. package/dist/esm/baseControls/FormSelectButton/types.js +0 -0
  50. package/dist/esm/baseControls/ImportRecordListButton/designer.js +152 -0
  51. package/dist/esm/baseControls/ImportRecordListButton/index.js +11 -0
  52. package/dist/esm/baseControls/ImportRecordListButton/property.js +101 -0
  53. package/dist/esm/baseControls/ImportRecordListButton/runtime.js +110 -0
  54. package/dist/esm/baseControls/ImportRecordListButton/types.js +0 -0
  55. package/dist/esm/baseControls/InvoiceCheckButton/designer.js +173 -0
  56. package/dist/esm/baseControls/InvoiceCheckButton/index.js +11 -0
  57. package/dist/esm/baseControls/InvoiceCheckButton/property.js +162 -0
  58. package/dist/esm/baseControls/InvoiceCheckButton/runtime.js +110 -0
  59. package/dist/esm/baseControls/InvoiceCheckButton/types.js +0 -0
  60. package/dist/esm/baseControls/Link/designer.js +150 -0
  61. package/dist/esm/baseControls/Link/index.js +11 -0
  62. package/dist/esm/baseControls/Link/property.js +92 -0
  63. package/dist/esm/baseControls/Link/runtime.js +110 -0
  64. package/dist/esm/baseControls/Link/types.js +0 -0
  65. package/dist/esm/baseControls/ListSelectButton/designer.js +160 -0
  66. package/dist/esm/baseControls/ListSelectButton/index.js +11 -0
  67. package/dist/esm/baseControls/ListSelectButton/property.js +167 -0
  68. package/dist/esm/baseControls/ListSelectButton/runtime.js +110 -0
  69. package/dist/esm/baseControls/ListSelectButton/types.js +0 -0
  70. package/dist/esm/baseControls/ListViewSelect/designer.js +136 -0
  71. package/dist/esm/baseControls/ListViewSelect/index.js +11 -0
  72. package/dist/esm/baseControls/ListViewSelect/property.js +133 -0
  73. package/dist/esm/baseControls/ListViewSelect/runtime.js +110 -0
  74. package/dist/esm/baseControls/Pagination/designer.js +123 -0
  75. package/dist/esm/baseControls/Pagination/index.js +11 -0
  76. package/dist/esm/baseControls/Pagination/property.js +106 -0
  77. package/dist/esm/baseControls/Pagination/runtime.js +110 -0
  78. package/dist/esm/baseControls/SubmissionRecordListButton/designer.js +147 -0
  79. package/dist/esm/baseControls/SubmissionRecordListButton/index.js +11 -0
  80. package/dist/esm/baseControls/SubmissionRecordListButton/property.js +91 -0
  81. package/dist/esm/baseControls/SubmissionRecordListButton/runtime.js +110 -0
  82. package/dist/esm/baseControls/SubmissionRecordListButton/types.js +0 -0
  83. package/dist/esm/baseControls/Text/designer.js +155 -0
  84. package/dist/esm/baseControls/Text/index.js +11 -0
  85. package/dist/esm/baseControls/Text/property.js +97 -0
  86. package/dist/esm/baseControls/Text/runtime.js +110 -0
  87. package/dist/esm/baseControls/Text/types.js +0 -0
  88. package/dist/esm/baseControls/TextOcrButton/designer.js +173 -0
  89. package/dist/esm/baseControls/TextOcrButton/index.js +11 -0
  90. package/dist/esm/baseControls/TextOcrButton/property.js +164 -0
  91. package/dist/esm/baseControls/TextOcrButton/runtime.js +110 -0
  92. package/dist/esm/baseControls/TextOcrButton/types.js +0 -0
  93. package/dist/esm/baseControls/Title/designer.js +141 -0
  94. package/dist/esm/baseControls/Title/index.js +11 -0
  95. package/dist/esm/baseControls/Title/property.js +140 -0
  96. package/dist/esm/baseControls/Title/runtime.js +110 -0
  97. package/dist/esm/baseControls/Title/types.js +0 -0
  98. package/dist/esm/baseControls/index.js +20 -0
  99. package/dist/esm/baseControls/utils.js +28 -0
  100. package/dist/esm/columnControls/ArrayColumn/designer.js +122 -0
  101. package/dist/esm/columnControls/ArrayColumn/index.js +11 -0
  102. package/dist/esm/columnControls/ArrayColumn/property.js +107 -0
  103. package/dist/esm/columnControls/ArrayColumn/runtime.js +91 -0
  104. package/dist/esm/columnControls/ArrayColumn/types.js +0 -0
  105. package/dist/esm/columnControls/AutoNumberColumn/designer.js +118 -0
  106. package/dist/esm/columnControls/AutoNumberColumn/index.js +11 -0
  107. package/dist/esm/columnControls/AutoNumberColumn/property.js +89 -0
  108. package/dist/esm/columnControls/AutoNumberColumn/runtime.js +91 -0
  109. package/dist/esm/columnControls/AutoNumberColumn/types.js +0 -0
  110. package/dist/esm/columnControls/CustomColumn/designer.js +230 -0
  111. package/dist/esm/columnControls/CustomColumn/index.js +11 -0
  112. package/dist/esm/columnControls/CustomColumn/property.js +91 -0
  113. package/dist/esm/columnControls/CustomColumn/runtime.js +91 -0
  114. package/dist/esm/columnControls/CustomColumn/types.js +0 -0
  115. package/dist/esm/columnControls/DecimalColumn/designer.js +168 -0
  116. package/dist/esm/columnControls/DecimalColumn/index.js +11 -0
  117. package/dist/esm/columnControls/DecimalColumn/property.js +102 -0
  118. package/dist/esm/columnControls/DecimalColumn/runtime.js +91 -0
  119. package/dist/esm/columnControls/DecimalColumn/types.js +0 -0
  120. package/dist/esm/columnControls/DepartmentColumn/designer.js +154 -0
  121. package/dist/esm/columnControls/DepartmentColumn/index.js +11 -0
  122. package/dist/esm/columnControls/DepartmentColumn/property.js +91 -0
  123. package/dist/esm/columnControls/DepartmentColumn/runtime.js +91 -0
  124. package/dist/esm/columnControls/DepartmentColumn/types.js +0 -0
  125. package/dist/esm/columnControls/EmployeeColumn/designer.js +147 -0
  126. package/dist/esm/columnControls/EmployeeColumn/index.js +11 -0
  127. package/dist/esm/columnControls/EmployeeColumn/property.js +93 -0
  128. package/dist/esm/columnControls/EmployeeColumn/runtime.js +91 -0
  129. package/dist/esm/columnControls/EmployeeColumn/types.js +0 -0
  130. package/dist/esm/columnControls/FileColumn/designer.js +118 -0
  131. package/dist/esm/columnControls/FileColumn/index.js +11 -0
  132. package/dist/esm/columnControls/FileColumn/property.js +89 -0
  133. package/dist/esm/columnControls/FileColumn/runtime.js +91 -0
  134. package/dist/esm/columnControls/FileColumn/types.js +0 -0
  135. package/dist/esm/columnControls/ImageColumn/designer.js +118 -0
  136. package/dist/esm/columnControls/ImageColumn/index.js +11 -0
  137. package/dist/esm/columnControls/ImageColumn/property.js +89 -0
  138. package/dist/esm/columnControls/ImageColumn/runtime.js +91 -0
  139. package/dist/esm/columnControls/ImageColumn/types.js +0 -0
  140. package/dist/esm/columnControls/LocationColumn/designer.js +118 -0
  141. package/dist/esm/columnControls/LocationColumn/index.js +11 -0
  142. package/dist/esm/columnControls/LocationColumn/property.js +89 -0
  143. package/dist/esm/columnControls/LocationColumn/runtime.js +91 -0
  144. package/dist/esm/columnControls/LocationColumn/types.js +0 -0
  145. package/dist/esm/columnControls/OperationColumn/designer.js +149 -0
  146. package/dist/esm/columnControls/OperationColumn/index.js +11 -0
  147. package/dist/esm/columnControls/OperationColumn/property.js +158 -0
  148. package/dist/esm/columnControls/OperationColumn/runtime.js +91 -0
  149. package/dist/esm/columnControls/OperationColumn/types.js +0 -0
  150. package/dist/esm/columnControls/OrderColumn/designer.js +97 -0
  151. package/dist/esm/columnControls/OrderColumn/index.js +11 -0
  152. package/dist/esm/columnControls/OrderColumn/property.js +109 -0
  153. package/dist/esm/columnControls/OrderColumn/runtime.js +91 -0
  154. package/dist/esm/columnControls/OrderColumn/types.js +0 -0
  155. package/dist/esm/columnControls/PeopleColumn/designer.js +118 -0
  156. package/dist/esm/columnControls/PeopleColumn/index.js +11 -0
  157. package/dist/esm/columnControls/PeopleColumn/property.js +89 -0
  158. package/dist/esm/columnControls/PeopleColumn/runtime.js +91 -0
  159. package/dist/esm/columnControls/PeopleColumn/types.js +0 -0
  160. package/dist/esm/columnControls/TextColumn/designer.js +158 -0
  161. package/dist/esm/columnControls/TextColumn/index.js +11 -0
  162. package/dist/esm/columnControls/TextColumn/property.js +93 -0
  163. package/dist/esm/columnControls/TextColumn/runtime.js +91 -0
  164. package/dist/esm/columnControls/TextColumn/types.js +0 -0
  165. package/dist/esm/columnControls/TimescopeColumn/designer.js +154 -0
  166. package/dist/esm/columnControls/TimescopeColumn/index.js +11 -0
  167. package/dist/esm/columnControls/TimescopeColumn/property.js +92 -0
  168. package/dist/esm/columnControls/TimescopeColumn/runtime.js +91 -0
  169. package/dist/esm/columnControls/TimescopeColumn/types.js +0 -0
  170. package/dist/esm/columnControls/TimestampColumn/designer.js +154 -0
  171. package/dist/esm/columnControls/TimestampColumn/index.js +11 -0
  172. package/dist/esm/columnControls/TimestampColumn/property.js +92 -0
  173. package/dist/esm/columnControls/TimestampColumn/runtime.js +91 -0
  174. package/dist/esm/columnControls/TimestampColumn/types.js +0 -0
  175. package/dist/esm/columnControls/VarcharColumn/designer.js +126 -0
  176. package/dist/esm/columnControls/VarcharColumn/index.js +11 -0
  177. package/dist/esm/columnControls/VarcharColumn/property.js +109 -0
  178. package/dist/esm/columnControls/VarcharColumn/runtime.js +91 -0
  179. package/dist/esm/columnControls/VarcharColumn/types.js +0 -0
  180. package/dist/esm/columnControls/index.js +16 -0
  181. package/dist/esm/formControls/Address/designer.js +167 -0
  182. package/dist/esm/formControls/Address/index.js +11 -0
  183. package/dist/esm/formControls/Address/property.js +143 -0
  184. package/dist/esm/formControls/Address/runtime.js +124 -0
  185. package/dist/esm/formControls/Address/types.js +0 -0
  186. package/dist/esm/formControls/Amount/designer.js +225 -0
  187. package/dist/esm/formControls/Amount/index.js +11 -0
  188. package/dist/esm/formControls/Amount/property.js +255 -0
  189. package/dist/esm/formControls/Amount/runtime.js +112 -0
  190. package/dist/esm/formControls/Amount/types.js +0 -0
  191. package/dist/esm/formControls/Attachment/designer.js +187 -0
  192. package/dist/esm/formControls/Attachment/index.js +11 -0
  193. package/dist/esm/formControls/Attachment/property.js +149 -0
  194. package/dist/esm/formControls/Attachment/runtime.js +112 -0
  195. package/dist/esm/formControls/Attachment/types.js +0 -0
  196. package/dist/esm/formControls/AutoNumber/designer.js +162 -0
  197. package/dist/esm/formControls/AutoNumber/index.js +11 -0
  198. package/dist/esm/formControls/AutoNumber/property.js +93 -0
  199. package/dist/esm/formControls/AutoNumber/runtime.js +112 -0
  200. package/dist/esm/formControls/AutoNumber/types.js +0 -0
  201. package/dist/esm/formControls/Calc/designer.js +221 -0
  202. package/dist/esm/formControls/Calc/index.js +11 -0
  203. package/dist/esm/formControls/Calc/property.js +153 -0
  204. package/dist/esm/formControls/Calc/runtime.js +112 -0
  205. package/dist/esm/formControls/Calc/types.js +0 -0
  206. package/dist/esm/formControls/Checkbox/designer.js +184 -0
  207. package/dist/esm/formControls/Checkbox/index.js +11 -0
  208. package/dist/esm/formControls/Checkbox/property.js +178 -0
  209. package/dist/esm/formControls/Checkbox/runtime.js +112 -0
  210. package/dist/esm/formControls/Checkbox/types.js +0 -0
  211. package/dist/esm/formControls/DatePicker/designer.js +213 -0
  212. package/dist/esm/formControls/DatePicker/index.js +11 -0
  213. package/dist/esm/formControls/DatePicker/property.js +112 -0
  214. package/dist/esm/formControls/DatePicker/runtime.js +112 -0
  215. package/dist/esm/formControls/DatePicker/types.js +0 -0
  216. package/dist/esm/formControls/DateRange/designer.js +212 -0
  217. package/dist/esm/formControls/DateRange/index.js +11 -0
  218. package/dist/esm/formControls/DateRange/property.js +141 -0
  219. package/dist/esm/formControls/DateRange/runtime.js +112 -0
  220. package/dist/esm/formControls/DateRange/types.js +0 -0
  221. package/dist/esm/formControls/Department/designer.js +218 -0
  222. package/dist/esm/formControls/Department/index.js +11 -0
  223. package/dist/esm/formControls/Department/property.js +128 -0
  224. package/dist/esm/formControls/Department/runtime.js +112 -0
  225. package/dist/esm/formControls/Department/types.js +0 -0
  226. package/dist/esm/formControls/ElectronicSignature/designer.js +177 -0
  227. package/dist/esm/formControls/ElectronicSignature/index.js +11 -0
  228. package/dist/esm/formControls/ElectronicSignature/property.js +194 -0
  229. package/dist/esm/formControls/ElectronicSignature/runtime.js +112 -0
  230. package/dist/esm/formControls/ElectronicSignature/types.js +0 -0
  231. package/dist/esm/formControls/Employee/designer.js +180 -0
  232. package/dist/esm/formControls/Employee/index.js +11 -0
  233. package/dist/esm/formControls/Employee/property.js +124 -0
  234. package/dist/esm/formControls/Employee/runtime.js +112 -0
  235. package/dist/esm/formControls/Employee/types.js +0 -0
  236. package/dist/esm/formControls/Employee2/designer.js +192 -0
  237. package/dist/esm/formControls/Employee2/index.js +11 -0
  238. package/dist/esm/formControls/Employee2/property.js +149 -0
  239. package/dist/esm/formControls/Employee2/runtime.js +112 -0
  240. package/dist/esm/formControls/Employee2/types.js +0 -0
  241. package/dist/esm/formControls/Image/designer.js +177 -0
  242. package/dist/esm/formControls/Image/index.js +11 -0
  243. package/dist/esm/formControls/Image/property.js +84 -0
  244. package/dist/esm/formControls/Image/runtime.js +116 -0
  245. package/dist/esm/formControls/Image/types.js +0 -0
  246. package/dist/esm/formControls/Input/designer.js +191 -0
  247. package/dist/esm/formControls/Input/index.js +11 -0
  248. package/dist/esm/formControls/Input/property.js +179 -0
  249. package/dist/esm/formControls/Input/runtime.js +112 -0
  250. package/dist/esm/formControls/Input/types.js +0 -0
  251. package/dist/esm/formControls/Number/designer.js +241 -0
  252. package/dist/esm/formControls/Number/index.js +11 -0
  253. package/dist/esm/formControls/Number/property.js +192 -0
  254. package/dist/esm/formControls/Number/runtime.js +112 -0
  255. package/dist/esm/formControls/Number/types.js +0 -0
  256. package/dist/esm/formControls/Radio/designer.js +180 -0
  257. package/dist/esm/formControls/Radio/index.js +11 -0
  258. package/dist/esm/formControls/Radio/property.js +139 -0
  259. package/dist/esm/formControls/Radio/runtime.js +112 -0
  260. package/dist/esm/formControls/Radio/types.js +0 -0
  261. package/dist/esm/formControls/RichText/designer.js +186 -0
  262. package/dist/esm/formControls/RichText/index.js +11 -0
  263. package/dist/esm/formControls/RichText/property.js +157 -0
  264. package/dist/esm/formControls/RichText/runtime.js +112 -0
  265. package/dist/esm/formControls/RichText/types.js +0 -0
  266. package/dist/esm/formControls/Score/designer.js +242 -0
  267. package/dist/esm/formControls/Score/index.js +11 -0
  268. package/dist/esm/formControls/Score/property.js +167 -0
  269. package/dist/esm/formControls/Score/runtime.js +112 -0
  270. package/dist/esm/formControls/Score/types.js +0 -0
  271. package/dist/esm/formControls/SearchDateRange/designer.js +184 -0
  272. package/dist/esm/formControls/SearchDateRange/index.js +11 -0
  273. package/dist/esm/formControls/SearchDateRange/property.js +142 -0
  274. package/dist/esm/formControls/SearchDateRange/runtime.js +112 -0
  275. package/dist/esm/formControls/SearchDateRange/types.js +0 -0
  276. package/dist/esm/formControls/SearchInput/designer.js +155 -0
  277. package/dist/esm/formControls/SearchInput/index.js +11 -0
  278. package/dist/esm/formControls/SearchInput/property.js +95 -0
  279. package/dist/esm/formControls/SearchInput/runtime.js +112 -0
  280. package/dist/esm/formControls/SearchInput/types.js +0 -0
  281. package/dist/esm/formControls/SearchNumberRange/designer.js +172 -0
  282. package/dist/esm/formControls/SearchNumberRange/index.js +11 -0
  283. package/dist/esm/formControls/SearchNumberRange/property.js +135 -0
  284. package/dist/esm/formControls/SearchNumberRange/runtime.js +112 -0
  285. package/dist/esm/formControls/SearchNumberRange/types.js +0 -0
  286. package/dist/esm/formControls/Select/designer.js +173 -0
  287. package/dist/esm/formControls/Select/index.js +11 -0
  288. package/dist/esm/formControls/Select/property.js +131 -0
  289. package/dist/esm/formControls/Select/runtime.js +112 -0
  290. package/dist/esm/formControls/Select/types.js +0 -0
  291. package/dist/esm/formControls/SelectMultiple/designer.js +173 -0
  292. package/dist/esm/formControls/SelectMultiple/index.js +11 -0
  293. package/dist/esm/formControls/SelectMultiple/property.js +145 -0
  294. package/dist/esm/formControls/SelectMultiple/runtime.js +112 -0
  295. package/dist/esm/formControls/SelectMultiple/types.js +0 -0
  296. package/dist/esm/formControls/SelectRelation/designer.js +172 -0
  297. package/dist/esm/formControls/SelectRelation/index.js +11 -0
  298. package/dist/esm/formControls/SelectRelation/property.js +145 -0
  299. package/dist/esm/formControls/SelectRelation/runtime.js +112 -0
  300. package/dist/esm/formControls/SelectRelation/types.js +0 -0
  301. package/dist/esm/formControls/Textarea/designer.js +186 -0
  302. package/dist/esm/formControls/Textarea/index.js +11 -0
  303. package/dist/esm/formControls/Textarea/property.js +157 -0
  304. package/dist/esm/formControls/Textarea/runtime.js +112 -0
  305. package/dist/esm/formControls/Textarea/types.js +0 -0
  306. package/dist/esm/formControls/Tree/designer.js +199 -0
  307. package/dist/esm/formControls/Tree/index.js +11 -0
  308. package/dist/esm/formControls/Tree/property.js +182 -0
  309. package/dist/esm/formControls/Tree/runtime.js +112 -0
  310. package/dist/esm/formControls/VueFormItem/designer.js +165 -0
  311. package/dist/esm/formControls/VueFormItem/index.js +11 -0
  312. package/dist/esm/formControls/VueFormItem/property.js +125 -0
  313. package/dist/esm/formControls/VueFormItem/runtime.js +112 -0
  314. package/dist/esm/formControls/VueFormItem/types.js +0 -0
  315. package/dist/esm/formControls/WPS/designer.js +190 -0
  316. package/dist/esm/formControls/WPS/index.js +11 -0
  317. package/dist/esm/formControls/WPS/property.js +180 -0
  318. package/dist/esm/formControls/WPS/runtime.js +112 -0
  319. package/dist/esm/formControls/index.js +28 -0
  320. package/dist/esm/framework.js +186 -0
  321. package/dist/esm/index.js +15 -0
  322. package/dist/esm/layoutControls/AdvancedContainer/Setting.js +60 -0
  323. package/dist/esm/layoutControls/AdvancedContainer/designer.js +118 -0
  324. package/dist/esm/layoutControls/AdvancedContainer/index.js +11 -0
  325. package/dist/esm/layoutControls/AdvancedContainer/property.js +88 -0
  326. package/dist/esm/layoutControls/AdvancedContainer/runtime.js +106 -0
  327. package/dist/esm/layoutControls/CardGroup/designer.js +150 -0
  328. package/dist/esm/layoutControls/CardGroup/index.js +11 -0
  329. package/dist/esm/layoutControls/CardGroup/property.js +109 -0
  330. package/dist/esm/layoutControls/CardGroup/runtime.js +110 -0
  331. package/dist/esm/layoutControls/CardGroup/types.js +0 -0
  332. package/dist/esm/layoutControls/Col/designer.js +131 -0
  333. package/dist/esm/layoutControls/Col/index.js +11 -0
  334. package/dist/esm/layoutControls/Col/property.js +91 -0
  335. package/dist/esm/layoutControls/Col/runtime.js +110 -0
  336. package/dist/esm/layoutControls/Col/types.js +0 -0
  337. package/dist/esm/layoutControls/DataView/designer.js +117 -0
  338. package/dist/esm/layoutControls/DataView/index.js +11 -0
  339. package/dist/esm/layoutControls/DataView/property.js +134 -0
  340. package/dist/esm/layoutControls/DataView/runtime.js +110 -0
  341. package/dist/esm/layoutControls/DataView/types.js +0 -0
  342. package/dist/esm/layoutControls/Grid/designer.js +122 -0
  343. package/dist/esm/layoutControls/Grid/index.js +11 -0
  344. package/dist/esm/layoutControls/Grid/property.js +2 -0
  345. package/dist/esm/layoutControls/Grid/runtime.js +106 -0
  346. package/dist/esm/layoutControls/Grid/types.js +0 -0
  347. package/dist/esm/layoutControls/GridRow/designer.js +125 -0
  348. package/dist/esm/layoutControls/GridRow/index.js +11 -0
  349. package/dist/esm/layoutControls/GridRow/property.js +84 -0
  350. package/dist/esm/layoutControls/GridRow/runtime.js +106 -0
  351. package/dist/esm/layoutControls/GridRow/types.js +0 -0
  352. package/dist/esm/layoutControls/GridTableColumn/designer.js +119 -0
  353. package/dist/esm/layoutControls/GridTableColumn/index.js +11 -0
  354. package/dist/esm/layoutControls/GridTableColumn/property.js +109 -0
  355. package/dist/esm/layoutControls/GridTableColumn/runtime.js +89 -0
  356. package/dist/esm/layoutControls/GridTableColumn/types.js +0 -0
  357. package/dist/esm/layoutControls/ListView/designer.js +151 -0
  358. package/dist/esm/layoutControls/ListView/index.js +11 -0
  359. package/dist/esm/layoutControls/ListView/property.js +168 -0
  360. package/dist/esm/layoutControls/ListView/runtime.js +110 -0
  361. package/dist/esm/layoutControls/ListView/types.js +0 -0
  362. package/dist/esm/layoutControls/Page/Setting.js +80 -0
  363. package/dist/esm/layoutControls/Page/designer.js +118 -0
  364. package/dist/esm/layoutControls/Page/index.js +11 -0
  365. package/dist/esm/layoutControls/Page/property.js +95 -0
  366. package/dist/esm/layoutControls/Page/runtime.js +106 -0
  367. package/dist/esm/layoutControls/Position/Setting.js +5 -0
  368. package/dist/esm/layoutControls/Position/designer.js +118 -0
  369. package/dist/esm/layoutControls/Position/index.js +11 -0
  370. package/dist/esm/layoutControls/Position/property.js +93 -0
  371. package/dist/esm/layoutControls/Position/runtime.js +106 -0
  372. package/dist/esm/layoutControls/PositioningContainer/Setting.js +60 -0
  373. package/dist/esm/layoutControls/PositioningContainer/designer.js +118 -0
  374. package/dist/esm/layoutControls/PositioningContainer/index.js +11 -0
  375. package/dist/esm/layoutControls/PositioningContainer/property.js +83 -0
  376. package/dist/esm/layoutControls/PositioningContainer/runtime.js +106 -0
  377. package/dist/esm/layoutControls/Row/designer.js +132 -0
  378. package/dist/esm/layoutControls/Row/index.js +11 -0
  379. package/dist/esm/layoutControls/Row/property.js +90 -0
  380. package/dist/esm/layoutControls/Row/runtime.js +110 -0
  381. package/dist/esm/layoutControls/Row/types.js +0 -0
  382. package/dist/esm/layoutControls/SubTableColumn/designer.js +122 -0
  383. package/dist/esm/layoutControls/SubTableColumn/index.js +11 -0
  384. package/dist/esm/layoutControls/SubTableColumn/property.js +132 -0
  385. package/dist/esm/layoutControls/SubTableColumn/runtime.js +89 -0
  386. package/dist/esm/layoutControls/SubTableColumn/types.js +0 -0
  387. package/dist/esm/layoutControls/SubTableRow/designer.js +112 -0
  388. package/dist/esm/layoutControls/SubTableRow/index.js +11 -0
  389. package/dist/esm/layoutControls/SubTableRow/property.js +84 -0
  390. package/dist/esm/layoutControls/SubTableRow/runtime.js +110 -0
  391. package/dist/esm/layoutControls/SubTableRow/types.js +0 -0
  392. package/dist/esm/layoutControls/Tab/designer.js +138 -0
  393. package/dist/esm/layoutControls/Tab/index.js +11 -0
  394. package/dist/esm/layoutControls/Tab/property.js +84 -0
  395. package/dist/esm/layoutControls/Tab/runtime.js +110 -0
  396. package/dist/esm/layoutControls/Tab/types.js +0 -0
  397. package/dist/esm/layoutControls/TabPane/designer.js +158 -0
  398. package/dist/esm/layoutControls/TabPane/index.js +11 -0
  399. package/dist/esm/layoutControls/TabPane/property.js +108 -0
  400. package/dist/esm/layoutControls/TabPane/runtime.js +110 -0
  401. package/dist/esm/layoutControls/TabPane/types.js +0 -0
  402. package/dist/esm/layoutControls/Toolbox/designer.js +144 -0
  403. package/dist/esm/layoutControls/Toolbox/index.js +11 -0
  404. package/dist/esm/layoutControls/Toolbox/property.js +84 -0
  405. package/dist/esm/layoutControls/Toolbox/runtime.js +121 -0
  406. package/dist/esm/layoutControls/Toolbox/types.js +0 -0
  407. package/dist/esm/layoutControls/index.js +17 -0
  408. package/dist/esm/listControls/GridTable/designer.js +282 -0
  409. package/dist/esm/listControls/GridTable/index.js +11 -0
  410. package/dist/esm/listControls/GridTable/property.js +102 -0
  411. package/dist/esm/listControls/GridTable/runtime.js +122 -0
  412. package/dist/esm/listControls/GridTable/types.js +0 -0
  413. package/dist/esm/listControls/SubTable/designer.js +209 -0
  414. package/dist/esm/listControls/SubTable/index.js +11 -0
  415. package/dist/esm/listControls/SubTable/property.js +218 -0
  416. package/dist/esm/listControls/SubTable/runtime.js +119 -0
  417. package/dist/esm/listControls/SubTable/types.js +0 -0
  418. package/dist/esm/listControls/index.js +2 -0
  419. package/dist/esm/searchControls/SimpleSearch/designer.js +110 -0
  420. package/dist/esm/searchControls/SimpleSearch/index.js +11 -0
  421. package/dist/esm/searchControls/SimpleSearch/property.js +125 -0
  422. package/dist/esm/searchControls/SimpleSearch/runtime.js +91 -0
  423. package/dist/esm/searchControls/SimpleSearch/types.js +0 -0
  424. package/dist/esm/searchControls/index.js +1 -0
  425. package/dist/esm/type.js +1 -0
  426. package/dist/index.umd.js +1 -0
  427. package/dist/types/baseControls/BatchPrintListButton/designer.d.ts +1 -1
  428. package/dist/types/baseControls/BatchPrintListButton/property.d.ts +1 -1
  429. package/dist/types/baseControls/BatchPrintListButton/runtime.d.ts +1 -1
  430. package/dist/types/baseControls/BatchPrintRecordListButton/designer.d.ts +2 -2
  431. package/dist/types/baseControls/BatchPrintRecordListButton/runtime.d.ts +1 -1
  432. package/dist/types/baseControls/BatchSubmissionListButton/designer.d.ts +1 -1
  433. package/dist/types/baseControls/BatchSubmissionListButton/property.d.ts +1 -1
  434. package/dist/types/baseControls/BatchSubmissionListButton/runtime.d.ts +1 -1
  435. package/dist/types/baseControls/Button/designer.d.ts +1 -1
  436. package/dist/types/baseControls/Button/property.d.ts +1 -1
  437. package/dist/types/baseControls/Button/runtime.d.ts +1 -1
  438. package/dist/types/baseControls/CreateFormListButton/designer.d.ts +1 -1
  439. package/dist/types/baseControls/CreateFormListButton/property.d.ts +1 -1
  440. package/dist/types/baseControls/CreateFormListButton/runtime.d.ts +1 -1
  441. package/dist/types/baseControls/Dashboard/designer.d.ts +1 -1
  442. package/dist/types/baseControls/Dashboard/property.d.ts +2 -2
  443. package/dist/types/baseControls/Dashboard/runtime.d.ts +2 -2
  444. package/dist/types/baseControls/Divider/designer.d.ts +1 -1
  445. package/dist/types/baseControls/Divider/property.d.ts +1 -1
  446. package/dist/types/baseControls/Divider/runtime.d.ts +2 -2
  447. package/dist/types/baseControls/ExportListButton/designer.d.ts +2 -2
  448. package/dist/types/baseControls/ExportListButton/runtime.d.ts +1 -1
  449. package/dist/types/baseControls/ExportRecordListButton/designer.d.ts +2 -2
  450. package/dist/types/baseControls/ExportRecordListButton/runtime.d.ts +1 -1
  451. package/dist/types/baseControls/FormSelectButton/designer.d.ts +2 -2
  452. package/dist/types/baseControls/FormSelectButton/property.d.ts +1 -1
  453. package/dist/types/baseControls/FormSelectButton/runtime.d.ts +1 -1
  454. package/dist/types/baseControls/ImportRecordListButton/designer.d.ts +2 -2
  455. package/dist/types/baseControls/ImportRecordListButton/runtime.d.ts +1 -1
  456. package/dist/types/baseControls/InvoiceCheckButton/designer.d.ts +2 -2
  457. package/dist/types/baseControls/InvoiceCheckButton/property.d.ts +1 -1
  458. package/dist/types/baseControls/InvoiceCheckButton/runtime.d.ts +1 -1
  459. package/dist/types/baseControls/Link/designer.d.ts +1 -1
  460. package/dist/types/baseControls/Link/property.d.ts +1 -1
  461. package/dist/types/baseControls/Link/runtime.d.ts +2 -2
  462. package/dist/types/baseControls/ListSelectButton/designer.d.ts +2 -2
  463. package/dist/types/baseControls/ListSelectButton/property.d.ts +1 -1
  464. package/dist/types/baseControls/ListSelectButton/runtime.d.ts +1 -1
  465. package/dist/types/baseControls/ListViewSelect/designer.d.ts +1 -1
  466. package/dist/types/baseControls/ListViewSelect/property.d.ts +1 -1
  467. package/dist/types/baseControls/ListViewSelect/runtime.d.ts +1 -1
  468. package/dist/types/baseControls/Pagination/designer.d.ts +2 -2
  469. package/dist/types/baseControls/Pagination/property.d.ts +1 -1
  470. package/dist/types/baseControls/Pagination/runtime.d.ts +2 -2
  471. package/dist/types/baseControls/SubmissionRecordListButton/designer.d.ts +2 -2
  472. package/dist/types/baseControls/SubmissionRecordListButton/runtime.d.ts +1 -1
  473. package/dist/types/baseControls/Text/designer.d.ts +1 -1
  474. package/dist/types/baseControls/Text/property.d.ts +1 -1
  475. package/dist/types/baseControls/Text/runtime.d.ts +2 -2
  476. package/dist/types/baseControls/TextOcrButton/designer.d.ts +2 -2
  477. package/dist/types/baseControls/TextOcrButton/property.d.ts +1 -1
  478. package/dist/types/baseControls/TextOcrButton/runtime.d.ts +1 -1
  479. package/dist/types/baseControls/Title/designer.d.ts +3 -2
  480. package/dist/types/baseControls/Title/property.d.ts +1 -1
  481. package/dist/types/baseControls/Title/runtime.d.ts +2 -2
  482. package/dist/types/columnControls/ArrayColumn/designer.d.ts +3 -2
  483. package/dist/types/columnControls/ArrayColumn/property.d.ts +1 -1
  484. package/dist/types/columnControls/ArrayColumn/runtime.d.ts +4 -3
  485. package/dist/types/columnControls/AutoNumberColumn/designer.d.ts +3 -2
  486. package/dist/types/columnControls/AutoNumberColumn/property.d.ts +1 -1
  487. package/dist/types/columnControls/AutoNumberColumn/runtime.d.ts +4 -3
  488. package/dist/types/columnControls/CustomColumn/designer.d.ts +11 -3
  489. package/dist/types/columnControls/CustomColumn/property.d.ts +1 -1
  490. package/dist/types/columnControls/CustomColumn/runtime.d.ts +3 -3
  491. package/dist/types/columnControls/DecimalColumn/designer.d.ts +4 -3
  492. package/dist/types/columnControls/DecimalColumn/property.d.ts +1 -1
  493. package/dist/types/columnControls/DecimalColumn/runtime.d.ts +4 -3
  494. package/dist/types/columnControls/DepartmentColumn/designer.d.ts +4 -3
  495. package/dist/types/columnControls/DepartmentColumn/property.d.ts +1 -1
  496. package/dist/types/columnControls/DepartmentColumn/runtime.d.ts +4 -3
  497. package/dist/types/columnControls/EmployeeColumn/designer.d.ts +3 -2
  498. package/dist/types/columnControls/EmployeeColumn/property.d.ts +1 -1
  499. package/dist/types/columnControls/EmployeeColumn/runtime.d.ts +4 -3
  500. package/dist/types/columnControls/FileColumn/designer.d.ts +3 -2
  501. package/dist/types/columnControls/FileColumn/property.d.ts +1 -1
  502. package/dist/types/columnControls/FileColumn/runtime.d.ts +4 -3
  503. package/dist/types/columnControls/ImageColumn/designer.d.ts +3 -2
  504. package/dist/types/columnControls/ImageColumn/property.d.ts +1 -1
  505. package/dist/types/columnControls/ImageColumn/runtime.d.ts +4 -3
  506. package/dist/types/columnControls/LocationColumn/designer.d.ts +3 -2
  507. package/dist/types/columnControls/LocationColumn/property.d.ts +1 -1
  508. package/dist/types/columnControls/LocationColumn/runtime.d.ts +4 -3
  509. package/dist/types/columnControls/OperationColumn/designer.d.ts +1 -1
  510. package/dist/types/columnControls/OperationColumn/property.d.ts +1 -1
  511. package/dist/types/columnControls/OperationColumn/runtime.d.ts +4 -3
  512. package/dist/types/columnControls/OrderColumn/designer.d.ts +1 -1
  513. package/dist/types/columnControls/OrderColumn/property.d.ts +1 -1
  514. package/dist/types/columnControls/OrderColumn/runtime.d.ts +4 -3
  515. package/dist/types/columnControls/PeopleColumn/designer.d.ts +3 -2
  516. package/dist/types/columnControls/PeopleColumn/property.d.ts +1 -1
  517. package/dist/types/columnControls/PeopleColumn/runtime.d.ts +4 -3
  518. package/dist/types/columnControls/TextColumn/designer.d.ts +4 -3
  519. package/dist/types/columnControls/TextColumn/property.d.ts +1 -1
  520. package/dist/types/columnControls/TextColumn/runtime.d.ts +4 -3
  521. package/dist/types/columnControls/TimescopeColumn/designer.d.ts +4 -3
  522. package/dist/types/columnControls/TimescopeColumn/property.d.ts +2 -2
  523. package/dist/types/columnControls/TimescopeColumn/runtime.d.ts +4 -3
  524. package/dist/types/columnControls/TimestampColumn/designer.d.ts +4 -3
  525. package/dist/types/columnControls/TimestampColumn/property.d.ts +2 -2
  526. package/dist/types/columnControls/TimestampColumn/runtime.d.ts +4 -3
  527. package/dist/types/columnControls/VarcharColumn/designer.d.ts +3 -2
  528. package/dist/types/columnControls/VarcharColumn/property.d.ts +1 -1
  529. package/dist/types/columnControls/VarcharColumn/runtime.d.ts +4 -3
  530. package/dist/types/formControls/Address/designer.d.ts +3 -2
  531. package/dist/types/formControls/Address/property.d.ts +1 -1
  532. package/dist/types/formControls/Address/runtime.d.ts +4 -3
  533. package/dist/types/formControls/Amount/designer.d.ts +4 -3
  534. package/dist/types/formControls/Amount/property.d.ts +1 -1
  535. package/dist/types/formControls/Amount/runtime.d.ts +4 -3
  536. package/dist/types/formControls/Attachment/designer.d.ts +3 -2
  537. package/dist/types/formControls/Attachment/property.d.ts +1 -1
  538. package/dist/types/formControls/Attachment/runtime.d.ts +4 -3
  539. package/dist/types/formControls/AutoNumber/designer.d.ts +3 -2
  540. package/dist/types/formControls/AutoNumber/property.d.ts +1 -1
  541. package/dist/types/formControls/AutoNumber/runtime.d.ts +4 -3
  542. package/dist/types/formControls/Calc/designer.d.ts +4 -3
  543. package/dist/types/formControls/Calc/property.d.ts +2 -2
  544. package/dist/types/formControls/Calc/runtime.d.ts +4 -3
  545. package/dist/types/formControls/Checkbox/designer.d.ts +3 -2
  546. package/dist/types/formControls/Checkbox/property.d.ts +1 -1
  547. package/dist/types/formControls/Checkbox/runtime.d.ts +4 -3
  548. package/dist/types/formControls/DatePicker/designer.d.ts +4 -3
  549. package/dist/types/formControls/DatePicker/property.d.ts +2 -2
  550. package/dist/types/formControls/DatePicker/runtime.d.ts +4 -3
  551. package/dist/types/formControls/DateRange/designer.d.ts +4 -3
  552. package/dist/types/formControls/DateRange/property.d.ts +2 -2
  553. package/dist/types/formControls/DateRange/runtime.d.ts +4 -3
  554. package/dist/types/formControls/Department/designer.d.ts +4 -3
  555. package/dist/types/formControls/Department/property.d.ts +1 -1
  556. package/dist/types/formControls/Department/runtime.d.ts +4 -3
  557. package/dist/types/formControls/ElectronicSignature/designer.d.ts +3 -2
  558. package/dist/types/formControls/ElectronicSignature/property.d.ts +1 -1
  559. package/dist/types/formControls/ElectronicSignature/runtime.d.ts +4 -3
  560. package/dist/types/formControls/Employee/designer.d.ts +3 -2
  561. package/dist/types/formControls/Employee/property.d.ts +1 -1
  562. package/dist/types/formControls/Employee/runtime.d.ts +4 -3
  563. package/dist/types/formControls/Employee2/designer.d.ts +3 -2
  564. package/dist/types/formControls/Employee2/property.d.ts +1 -1
  565. package/dist/types/formControls/Employee2/runtime.d.ts +4 -3
  566. package/dist/types/formControls/Image/designer.d.ts +3 -2
  567. package/dist/types/formControls/Image/runtime.d.ts +1 -1
  568. package/dist/types/formControls/Input/designer.d.ts +3 -2
  569. package/dist/types/formControls/Input/property.d.ts +1 -1
  570. package/dist/types/formControls/Input/runtime.d.ts +4 -3
  571. package/dist/types/formControls/Number/designer.d.ts +4 -3
  572. package/dist/types/formControls/Number/property.d.ts +1 -1
  573. package/dist/types/formControls/Number/runtime.d.ts +4 -3
  574. package/dist/types/formControls/Radio/designer.d.ts +3 -2
  575. package/dist/types/formControls/Radio/property.d.ts +1 -1
  576. package/dist/types/formControls/Radio/runtime.d.ts +4 -3
  577. package/dist/types/formControls/RichText/designer.d.ts +3 -2
  578. package/dist/types/formControls/RichText/property.d.ts +1 -1
  579. package/dist/types/formControls/RichText/runtime.d.ts +4 -3
  580. package/dist/types/formControls/Score/designer.d.ts +3 -2
  581. package/dist/types/formControls/Score/property.d.ts +1 -1
  582. package/dist/types/formControls/Score/runtime.d.ts +4 -3
  583. package/dist/types/formControls/SearchDateRange/designer.d.ts +3 -2
  584. package/dist/types/formControls/SearchDateRange/property.d.ts +2 -2
  585. package/dist/types/formControls/SearchDateRange/runtime.d.ts +4 -3
  586. package/dist/types/formControls/SearchInput/designer.d.ts +1 -1
  587. package/dist/types/formControls/SearchInput/property.d.ts +1 -1
  588. package/dist/types/formControls/SearchInput/runtime.d.ts +4 -3
  589. package/dist/types/formControls/SearchNumberRange/designer.d.ts +3 -2
  590. package/dist/types/formControls/SearchNumberRange/property.d.ts +1 -1
  591. package/dist/types/formControls/SearchNumberRange/runtime.d.ts +4 -3
  592. package/dist/types/formControls/Select/designer.d.ts +3 -2
  593. package/dist/types/formControls/Select/property.d.ts +1 -1
  594. package/dist/types/formControls/Select/runtime.d.ts +4 -3
  595. package/dist/types/formControls/SelectMultiple/designer.d.ts +3 -2
  596. package/dist/types/formControls/SelectMultiple/property.d.ts +1 -1
  597. package/dist/types/formControls/SelectMultiple/runtime.d.ts +4 -3
  598. package/dist/types/formControls/SelectRelation/designer.d.ts +3 -2
  599. package/dist/types/formControls/SelectRelation/property.d.ts +1 -1
  600. package/dist/types/formControls/SelectRelation/runtime.d.ts +4 -3
  601. package/dist/types/formControls/Textarea/designer.d.ts +3 -2
  602. package/dist/types/formControls/Textarea/property.d.ts +1 -1
  603. package/dist/types/formControls/Textarea/runtime.d.ts +4 -3
  604. package/dist/types/formControls/Tree/designer.d.ts +3 -2
  605. package/dist/types/formControls/Tree/property.d.ts +1 -1
  606. package/dist/types/formControls/Tree/runtime.d.ts +3 -2
  607. package/dist/types/formControls/VueFormItem/designer.d.ts +3 -2
  608. package/dist/types/formControls/VueFormItem/property.d.ts +1 -1
  609. package/dist/types/formControls/VueFormItem/runtime.d.ts +4 -3
  610. package/dist/types/formControls/WPS/designer.d.ts +3 -2
  611. package/dist/types/formControls/WPS/property.d.ts +1 -1
  612. package/dist/types/formControls/WPS/runtime.d.ts +4 -3
  613. package/dist/types/framework.d.ts +2 -2
  614. package/dist/types/layoutControls/AdvancedContainer/Setting.d.ts +1 -1
  615. package/dist/types/layoutControls/AdvancedContainer/designer.d.ts +1 -1
  616. package/dist/types/layoutControls/AdvancedContainer/property.d.ts +1 -1
  617. package/dist/types/layoutControls/AdvancedContainer/runtime.d.ts +2 -2
  618. package/dist/types/layoutControls/CardGroup/designer.d.ts +3 -2
  619. package/dist/types/layoutControls/CardGroup/property.d.ts +1 -1
  620. package/dist/types/layoutControls/CardGroup/runtime.d.ts +2 -2
  621. package/dist/types/layoutControls/Col/designer.d.ts +3 -2
  622. package/dist/types/layoutControls/Col/property.d.ts +1 -1
  623. package/dist/types/layoutControls/Col/runtime.d.ts +2 -2
  624. package/dist/types/layoutControls/DataView/designer.d.ts +1 -1
  625. package/dist/types/layoutControls/DataView/property.d.ts +1 -1
  626. package/dist/types/layoutControls/DataView/runtime.d.ts +2 -2
  627. package/dist/types/layoutControls/Grid/designer.d.ts +3 -2
  628. package/dist/types/layoutControls/Grid/index.d.ts +2 -1
  629. package/dist/types/layoutControls/Grid/property.d.ts +1 -1
  630. package/dist/types/layoutControls/Grid/runtime.d.ts +2 -2
  631. package/dist/types/layoutControls/GridRow/designer.d.ts +3 -2
  632. package/dist/types/layoutControls/GridRow/runtime.d.ts +1 -1
  633. package/dist/types/layoutControls/GridTableColumn/designer.d.ts +4 -3
  634. package/dist/types/layoutControls/GridTableColumn/property.d.ts +2 -2
  635. package/dist/types/layoutControls/GridTableColumn/runtime.d.ts +2 -2
  636. package/dist/types/layoutControls/ListView/designer.d.ts +3 -2
  637. package/dist/types/layoutControls/ListView/property.d.ts +1 -1
  638. package/dist/types/layoutControls/ListView/runtime.d.ts +2 -2
  639. package/dist/types/layoutControls/Page/Setting.d.ts +1 -1
  640. package/dist/types/layoutControls/Page/designer.d.ts +1 -1
  641. package/dist/types/layoutControls/Page/property.d.ts +1 -1
  642. package/dist/types/layoutControls/Page/runtime.d.ts +2 -2
  643. package/dist/types/layoutControls/Position/Setting.d.ts +1 -1
  644. package/dist/types/layoutControls/Position/designer.d.ts +1 -1
  645. package/dist/types/layoutControls/Position/property.d.ts +1 -1
  646. package/dist/types/layoutControls/Position/runtime.d.ts +2 -2
  647. package/dist/types/layoutControls/PositioningContainer/Setting.d.ts +1 -1
  648. package/dist/types/layoutControls/PositioningContainer/designer.d.ts +1 -1
  649. package/dist/types/layoutControls/PositioningContainer/property.d.ts +1 -1
  650. package/dist/types/layoutControls/PositioningContainer/runtime.d.ts +2 -2
  651. package/dist/types/layoutControls/Row/designer.d.ts +3 -2
  652. package/dist/types/layoutControls/Row/property.d.ts +1 -1
  653. package/dist/types/layoutControls/Row/runtime.d.ts +2 -2
  654. package/dist/types/layoutControls/SubTableColumn/designer.d.ts +4 -3
  655. package/dist/types/layoutControls/SubTableColumn/property.d.ts +1 -1
  656. package/dist/types/layoutControls/SubTableColumn/runtime.d.ts +2 -2
  657. package/dist/types/layoutControls/SubTableRow/designer.d.ts +4 -3
  658. package/dist/types/layoutControls/SubTableRow/property.d.ts +1 -1
  659. package/dist/types/layoutControls/SubTableRow/runtime.d.ts +2 -2
  660. package/dist/types/layoutControls/Tab/designer.d.ts +3 -2
  661. package/dist/types/layoutControls/Tab/property.d.ts +1 -1
  662. package/dist/types/layoutControls/Tab/runtime.d.ts +2 -2
  663. package/dist/types/layoutControls/TabPane/designer.d.ts +3 -2
  664. package/dist/types/layoutControls/TabPane/property.d.ts +1 -1
  665. package/dist/types/layoutControls/TabPane/runtime.d.ts +2 -2
  666. package/dist/types/layoutControls/Toolbox/designer.d.ts +3 -2
  667. package/dist/types/layoutControls/Toolbox/property.d.ts +1 -1
  668. package/dist/types/layoutControls/Toolbox/runtime.d.ts +2 -2
  669. package/dist/types/listControls/GridTable/designer.d.ts +1 -1
  670. package/dist/types/listControls/GridTable/property.d.ts +2 -2
  671. package/dist/types/listControls/GridTable/runtime.d.ts +2 -2
  672. package/dist/types/listControls/SubTable/designer.d.ts +2 -2
  673. package/dist/types/listControls/SubTable/property.d.ts +2 -2
  674. package/dist/types/listControls/SubTable/runtime.d.ts +2 -2
  675. package/dist/types/searchControls/SimpleSearch/designer.d.ts +1 -1
  676. package/dist/types/searchControls/SimpleSearch/property.d.ts +1 -1
  677. package/dist/types/searchControls/SimpleSearch/runtime.d.ts +2 -2
  678. package/dist/types/type.d.ts +1 -1
  679. package/package.json +6 -5
  680. package/src/index.ts +0 -23
@@ -0,0 +1 @@
1
+ var Yb=Object.defineProperty,pb=Object.defineProperties;var e0=Object.getOwnPropertyDescriptors;var po=Object.getOwnPropertySymbols,t0=Object.getPrototypeOf,n0=Object.prototype.hasOwnProperty,i0=Object.prototype.propertyIsEnumerable,u0=Reflect.get;var ec=(h,O,$)=>O in h?Yb(h,O,{enumerable:!0,configurable:!0,writable:!0,value:$}):h[O]=$,we=(h,O)=>{for(var $ in O||(O={}))n0.call(O,$)&&ec(h,$,O[$]);if(po)for(var $ of po(O))i0.call(O,$)&&ec(h,$,O[$]);return h},Ci=(h,O)=>pb(h,e0(O));var tc=(h,O,$)=>u0(t0(h),$,O);var nc=(h,O,$)=>new Promise((ie,pt)=>{var Ii=se=>{try{ut($.next(se))}catch(rt){pt(rt)}},wi=se=>{try{ut($.throw(se))}catch(rt){pt(rt)}},ut=se=>se.done?ie(se.value):Promise.resolve(se.value).then(Ii,wi);ut(($=$.apply(h,O)).next())});(function(h,O){typeof exports=="object"&&typeof module!="undefined"?O(exports,require("regenerator-runtime")):typeof define=="function"&&define.amd?define(["exports","regenerator-runtime"],O):(h=typeof globalThis!="undefined"?globalThis:h||self,O(h.modelDrivenControls={},h.regeneratorRuntime))})(this,function(h,O){"use strict";function $(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}var ie=$(O),pt="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Ii="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",wi="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",ut="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",se="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",rt="{caption}\u5FC5\u586B",ic="\u8BF7\u8F93\u5165\u6807\u9898",uc="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",rc="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",ac="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",lc="\u8BF7\u7ED1\u5B9A\u8868\u5355",oc="\u8BF7\u7ED1\u5B9A\u5217\u8868",cc="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",sc="\u8BF7\u8F93\u5165\u663E\u793A\u503C",dc="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",fc="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",hc="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",yc="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",mc="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",gc="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",vc="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E{min}\u4E14\u5C0F\u4E8E{max}\u7684\u503C",bc="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Ec="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",Cc="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",Ic="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",wc="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Ac="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Sc="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",_c="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Rc="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Bc="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Tc="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Pc="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Dc="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",xc="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Fc="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Oc="\u8BF7\u9009\u62E9\u7701",kc="\u8BF7\u9009\u62E9\u5E02",Mc="\u8BF7\u9009\u62E9\u533A",Nc="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",$c="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Lc="\u8BF7\u8F93\u5165\u5217\u5BBD",Vc="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Hc="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",jc="\u8BF7\u9009\u62E9\u63A7\u4EF6",qc="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Uc="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Wc="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Kc="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",zc="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Gc="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Qc="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Xc="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Jc="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Zc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Yc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",pc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",es="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",ts="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",ns="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",is="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",us="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",rs="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",as="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",ls={isNotNumber:pt,isNotString:Ii,isNotObject:wi,isNotArray:ut,isNotBoolean:se,runtimeRequired:rt,pleaseEnterCaption:ic,pleaseEnterCaptionTip:uc,pleaseEnterPlaceholder:rc,pleaseEnterFieldCode:ac,pleaseEnterForm:lc,pleaseEnterList:oc,pleaseEnterProcess:cc,pleaseEnterLabel:sc,pleaseEnterValue:dc,bizKeyNotBindFiled:fc,pleaseEnterNumberRange:hc,pleaseEnterAValueGreaterThanMin:yc,pleaseEnterAValueLessThanMax:mc,numberRangeSetError:gc,stringRangeError:vc,attachmentMaxSize:bc,pleaseEnterTotalScoreSetting:Ec,theTotalScoreMustNotBeLessThan1:Cc,scoreDefaultValueRange:Ic,attachmentLimitError:wc,PleaseReselectTheOptionalQuantity:Ac,TheMaximumLengthIsGreaterThanTheMinimumLength:Sc,TheMinimumLengthIsGreaterThanTheMaximumLength:_c,PleaseSelectTheCorrectOptionSettings:Rc,optionIdIsRepeat:Bc,optionIsRequired:Tc,pleaseEnterDataCode:Pc,pleaseEnterValueFieldCode:Dc,pleaseEnterSvcCode:xc,pleaseBindAtLeastOneDisplayValue:Fc,pleaseSelectProvince:Oc,pleaseSelectCity:kc,pleaseSelectDistrict:Mc,limitRowsCannotBeLessThan0:Nc,TheNumberOfRowsCannotBeLessThanMinRows:$c,pleaseEnterColumnWidth:Lc,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Vc,pleaseCompleteAllRulesAndConditions:Hc,pleaseSelectControl:jc,pleaseSelectAtLeastOneColumn:qc,pleaseSelectFillBackMode:Uc,pleaseSelectDashboard:Wc,rootNodeIsRequired:Kc,theViewNameCannotBeEmpty:zc,pleaseSelectOcrType:Gc,pleaseSelectAtLeastOneFieldToFillIn:Qc,pleaseChooseAtLeastOne:Xc,pleaseEnterButtonContent:Jc,pleaseEnterDataCodeInDataSetting:Zc,pleaseEnterValueFieldCodeInDataSetting:Yc,pleaseEnterSvcCodeInDataSetting:pc,pleaseBindAtLeastOneDisplayValueInDataSetting:es,rootNodeIsRequiredInDataSetting:ts,pleaseEnterMaxHeight:ns,pleaseEnter:is,pleaseEnterWatermark:us,pleaseEnterFileName:rs,pleaseUploadAtLeastOnePrintTemplate:as},os="Please enter a number",cs="Please enter a string",ss="Please enter an object",ds="Please enter an array",fs="Please enter a boolean",hs="{caption} Required",ys="Please enter the title",ms="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",gs="Please enter the prompt text",vs="Please bind data items",bs="Please bind the form",Es="Please bind the list",Cs="Please bind the process",Is="Please enter the displayed value",ws="Please enter the stored value",As="The document number is not bound to the data item",Ss="Please enter a value greater than or equal to {min} and less than or equal to {max}",_s="Please enter a value greater than or equal to {min}",Rs="Please enter a value less than or equal to {max}",Bs="The value range is set incorrectly",Ts="Please enter a value longer than {min} and less than {max}",Ps="The attachment size must be between 0MB and 1000MB",Ds="Please fill in the total score setting",xs="The total score cannot be less than 1",Fs="The default value must be between {min} and {max}",Os="The number of attachments uploaded must be between {min} and {max}",ks="Please re-select the optional quantity",Ms="The maximum length of the control must be greater than the minimum length",Ns="The minimum length of the control must be less than the maximum length",$s="Please select the correct option setting",Ls="Option ID cannot be repeated",Vs="Please enter at least one option",Hs="Please bind the data source",js="Please bind the stored value",qs="Please bind the service",Us="At least one display value must be bound",Ws="Please select a province",Ks="Please select a city",zs="Please select a district",Gs="The minimum number of lines to fill in cannot be less than 0",Qs="The number of rows cannot be less than {min} rows",Xs="Please enter the column width",Js="Please set the logical relationship of all rule conditions",Zs="Please complete all rules and conditions",Ys="please select control",ps="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",ed="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",td="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",nd="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",id="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",ud="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",rd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",ad="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",ld="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",od="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",cd="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",sd="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",dd="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",fd="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",hd="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",yd="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",md={isNotNumber:os,isNotString:cs,isNotObject:ss,isNotArray:ds,isNotBoolean:fs,runtimeRequired:hs,pleaseEnterCaption:ys,pleaseEnterCaptionTip:ms,pleaseEnterPlaceholder:gs,pleaseEnterFieldCode:vs,pleaseEnterForm:bs,pleaseEnterList:Es,pleaseEnterProcess:Cs,pleaseEnterLabel:Is,pleaseEnterValue:ws,bizKeyNotBindFiled:As,pleaseEnterNumberRange:Ss,pleaseEnterAValueGreaterThanMin:_s,pleaseEnterAValueLessThanMax:Rs,numberRangeSetError:Bs,stringRangeError:Ts,attachmentMaxSize:Ps,pleaseEnterTotalScoreSetting:Ds,theTotalScoreMustNotBeLessThan1:xs,scoreDefaultValueRange:Fs,attachmentLimitError:Os,PleaseReselectTheOptionalQuantity:ks,TheMaximumLengthIsGreaterThanTheMinimumLength:Ms,TheMinimumLengthIsGreaterThanTheMaximumLength:Ns,PleaseSelectTheCorrectOptionSettings:$s,optionIdIsRepeat:Ls,optionIsRequired:Vs,pleaseEnterDataCode:Hs,pleaseEnterValueFieldCode:js,pleaseEnterSvcCode:qs,pleaseBindAtLeastOneDisplayValue:Us,pleaseSelectProvince:Ws,pleaseSelectCity:Ks,pleaseSelectDistrict:zs,limitRowsCannotBeLessThan0:Gs,TheNumberOfRowsCannotBeLessThanMinRows:Qs,pleaseEnterColumnWidth:Xs,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Js,pleaseCompleteAllRulesAndConditions:Zs,pleaseSelectControl:Ys,pleaseSelectDashboard:ps,theViewNameCannotBeEmpty:ed,pleaseSelectOcrType:td,pleaseSelectAtLeastOneFieldToFillIn:nd,pleaseChooseAtLeastOne:id,pleaseEnterButtonContent:ud,pleaseEnterDataCodeInDataSetting:rd,pleaseEnterValueFieldCodeInDataSetting:ad,pleaseEnterSvcCodeInDataSetting:ld,pleaseBindAtLeastOneDisplayValueInDataSetting:od,rootNodeIsRequiredInDataSetting:cd,pleaseEnterMaxHeight:sd,pleaseEnter:dd,pleaseEnterWatermark:fd,pleaseEnterFileName:hd,pleaseUploadAtLeastOnePrintTemplate:yd},gd="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",vd="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",bd="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ed="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Cd="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Id="{caption}\u5FC5\u9808",wd="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ad="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Sd="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",_d="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Rd="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Bd="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Td="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Pd="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Dd="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xd="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Fd="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Od="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",kd="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Md="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",Nd="\u6587\u5B57\u6570{min}\u3088\u308A\u5927\u304D\u304F\u3001{max}\u3088\u308A\u5C0F\u3055\u3044\u6570\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$d="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Ld="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Vd="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Hd="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",jd="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",qd="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ud="\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",Wd="\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",Kd="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",zd="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Gd="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Qd="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Xd="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Jd="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Zd="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Yd="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",pd="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ef="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",tf="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",nf="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",uf="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",rf="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",af="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",lf="please select control",of="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",cf="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",sf="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",df="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",ff="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",hf="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",yf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",mf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",gf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",vf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",bf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Ef="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Cf="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",If="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",wf="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Af="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Sf={isNotNumber:gd,isNotString:vd,isNotObject:bd,isNotArray:Ed,isNotBoolean:Cd,runtimeRequired:Id,pleaseEnterCaption:wd,pleaseEnterCaptionTip:Ad,pleaseEnterPlaceholder:Sd,pleaseEnterFieldCode:_d,pleaseEnterForm:Rd,pleaseEnterList:Bd,pleaseEnterProcess:Td,pleaseEnterLabel:Pd,pleaseEnterValue:Dd,bizKeyNotBindFiled:xd,pleaseEnterNumberRange:Fd,pleaseEnterAValueGreaterThanMin:Od,pleaseEnterAValueLessThanMax:kd,numberRangeSetError:Md,stringRangeError:Nd,attachmentMaxSize:$d,pleaseEnterTotalScoreSetting:Ld,theTotalScoreMustNotBeLessThan1:Vd,scoreDefaultValueRange:Hd,attachmentLimitError:jd,PleaseReselectTheOptionalQuantity:qd,TheMaximumLengthIsGreaterThanTheMinimumLength:Ud,TheMinimumLengthIsGreaterThanTheMaximumLength:Wd,PleaseSelectTheCorrectOptionSettings:Kd,optionIdIsRepeat:zd,optionIsRequired:Gd,pleaseEnterDataCode:Qd,pleaseEnterValueFieldCode:Xd,pleaseEnterSvcCode:Jd,pleaseBindAtLeastOneDisplayValue:Zd,pleaseSelectProvince:Yd,pleaseSelectCity:pd,pleaseSelectDistrict:ef,limitRowsCannotBeLessThan0:tf,TheNumberOfRowsCannotBeLessThanMinRows:nf,pleaseEnterColumnWidth:uf,pleaseSetTheLogicalRelationshipOfAllRuleConditions:rf,pleaseCompleteAllRulesAndConditions:af,pleaseSelectControl:lf,pleaseSelectDashboard:of,theViewNameCannotBeEmpty:cf,pleaseSelectOcrType:sf,pleaseSelectAtLeastOneFieldToFillIn:df,pleaseChooseAtLeastOne:ff,pleaseEnterButtonContent:hf,pleaseEnterDataCodeInDataSetting:yf,pleaseEnterValueFieldCodeInDataSetting:mf,pleaseEnterSvcCodeInDataSetting:gf,pleaseBindAtLeastOneDisplayValueInDataSetting:vf,rootNodeIsRequiredInDataSetting:bf,pleaseEnterMaxHeight:Ef,pleaseEnter:Cf,pleaseEnterWatermark:If,pleaseEnterFileName:wf,pleaseUploadAtLeastOnePrintTemplate:Af},_f={zhCN:ls,enUS:md,jaJP:Sf},Cr;(function(t){t.Number="Number",t.Operator="Operator",t.VariableInMainTable="VariableInMainTable",t.VariableInCurrentSubTable="VariableInCurrentSubTable",t.VariableInOtherSubTable="VariableInOtherSubTable",t.UndefinedVariable="UndefinedVariable"})(Cr||(Cr={}));var Ir;(function(t){t.SUM="SUM",t.AVG="AVG",t.MAX="MAX",t.MIN="MIN"})(Ir||(Ir={}));var Rf="zh-CN";function p(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var wr;(function(t){t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search"})(wr||(wr={}));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.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.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.EMPLOYEE_COLUMN="employee-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.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.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"})(A||(A={}));var g;(function(t){t.VARCHAR="varchar",t.TEXT="text",t.ARRAY="array",t.ADDRESS="location",t.DECIMAL="decimal",t.DECIMAL_RANGE="decimal_range",t.TIMESTAMP="timestamp",t.EMPLOYEES="people",t.DEPARTMENTS="department",t.MONEY="money",t.TIMESCOPE="timescope",t.FILE="file",t.IMAGE="image",t.AUTO_NUMBER="auto_number",t.CALC="calc",t.RELATION="relation",t.LIST="list",t.RELATION_FIELD="relation-field",t.REFERENCE_FIELD="reference-field",t.CALC_FIELD="calc",t.JSON="json",t.BIGINT="bigint",t.ANY="ANY",t.ENCRYPTED_FIELD="encrypted_field"})(g||(g={}));var G;G={},p(G,g.ARRAY,A.ARRAY_COLUMN),p(G,g.AUTO_NUMBER,A.AUTO_NUMBER_COLUMN),p(G,g.DECIMAL,A.DECIMAL_COLUMN),p(G,g.DEPARTMENTS,A.DEPARTMENT_COLUMN),p(G,g.FILE,A.FILE_COLUMN),p(G,g.IMAGE,A.IMAGE_COLUMN),p(G,g.ADDRESS,A.LOCATION_COLUMN),p(G,g.EMPLOYEES,A.EMPLOYEE_COLUMN),p(G,g.TEXT,A.TEXT_COLUMN),p(G,g.TIMESCOPE,A.TIMESCOPE_COLUMN),p(G,g.TIMESTAMP,A.TIMESTAMP_COLUMN),p(G,g.VARCHAR,A.VARCHAR_COLUMN),p(G,g.RELATION,A.VARCHAR_COLUMN);var me;(function(t){t.YEAR="year",t.MONTH="month",t.DATE="date",t.DATETIME="datetime"})(me||(me={}));var Ar="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Bf=Ar+"0123456789";function de(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",n=0;n<t;n++){var u=n===0?Ar:Bf,r=Math.random()*u.length;e+=u[parseInt(String(r),10)]}return e}function Ai(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,u=new Array(e);n<e;n++)u[n]=t[n];return u}function Tf(t){if(Array.isArray(t))return Ai(t)}function Pf(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Sr(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Df(){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 en(t,e,n){return Df()?en=Reflect.construct:en=function(r,a,l){var o=[null];o.push.apply(o,a);var s=Function.bind.apply(r,o),d=new s;return l&&lt(d,l.prototype),d},en.apply(null,arguments)}function at(t){return at=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},at(t)}function _r(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&&lt(t,e)}function xf(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Ff(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Of(){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 kf(t,e){return e&&(Mf(e)==="object"||typeof e=="function")?e:Pf(t)}function lt(t,e){return lt=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},lt(t,e)}function Rr(t){return Tf(t)||Ff(t)||Nf(t)||Of()}var Mf=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Nf(t,e){if(!!t){if(typeof t=="string")return Ai(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 Ai(t,e)}}function Si(t){var e=typeof Map=="function"?new Map:void 0;return Si=function(u){if(u===null||!xf(u))return u;if(typeof u!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(u))return e.get(u);e.set(u,r)}function r(){return en(u,arguments,at(this).constructor)}return r.prototype=Object.create(u.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),lt(r,u)},Si(t)}function $f(){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 Br(t){var e=$f();return function(){var u=at(t),r;if(e){var a=at(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return kf(this,r)}}var _i=console;function Lf(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var u,r=e.slice(1);(u=_i).warn.apply(u,["\u{1F9D0} Driven Warning:"+e[0]].concat(Rr(r)))}function Tr(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var u,r=e.slice(1);(u=_i).log.apply(u,["\u{1F680} Driven Log:"+e[0]].concat(Rr(r)))}function Vf(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Ri=function(t){_r(n,t);var e=Br(n);function n(u){Sr(this,n);var r;return r=e.call(this,u),r.name="\u{1F4A5} Driven Error",r.message=u?Vf(u):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",r}return n}(Si(Error)),Hf=function(t){_r(n,t);var e=Br(n);function n(u){Sr(this,n);var r;return r=e.call(this,u),r.name="\u{1F6A8} Driven Reference Error",r}return n}(Ri);function Pr(t){throw new Ri(t)}function Dr(t){throw new Hf(t)}function jf(t){_i.error(new Ri(t))}var qf=Object.prototype.toString;function xr(t,e){return qf.call(t)==="[object "+e+"]"}function Uf(t){return xr(t,"String")}function Wf(t){return xr(t,"Promise")}var Kf=function(){function t(e){var n,u;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((u=(n=e.messages)!==null&&n!==void 0?n:this.getPreImport(e.locale))!==null&&u!==void 0?u:{}),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 u=this.getMessageData();Wf(u)?u.then(function(r){n._messageCache.clear(),n.messages[n.localeInMessageKey]=r}):this.messages[this.localeInMessageKey]=u},t.prototype.getMessageData=function(){var e=this._messages[this.localeInMessageKey];return typeof e=="function"?e():e},t.prototype.translate=function(e,n,u){var r=this.getMessage(e);return r?this.formatMessage(r,u):this.formatMessage(n,u)},t.prototype.getMessage=function(e){if(this._messageCache.has(e))return this._messageCache.get(e);var n=this.getPathArray(e),u=n.reduce(function(r,a,l,o){if(r!==void 0){var s=r[a];if(!(l===o.length-1&&!Uf(s)))return s}},this.message);return this._messageCache.set(e,u),u},t.prototype.formatMessage=function(e,n){return n?e.replace(this.variableRegExp,function(u,r){var a=n[r];return a!==void 0?String(a):u}):e},t.prototype.getPreImport=function(e){var n;if(window.okI18nPreImport){var u=this.getLocaleInMessageKey(e);return window.okI18nPreImport.hasOwnProperty(u)?window.okI18nPreImport:(n={},n[u]=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 zf(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var f=function(){function t(){zf(this,t)}return t.getMessage=function(n){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",u)},t.resetI18n=function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Rf;return new Kf({locale:n,messages:_f})},t.setLocale=function(n){return this.$i18n.setLocale(n)},t}();f.$i18n=f.resetI18n();function Gf(t,e,n){var u=e.replace(/\[(\d)]/g,function(a,l){return"."+l}).split("."),r=!1;return u.reduce(function(a,l,o,s){var d=a;if(!!a){if(!Object.prototype.hasOwnProperty.call(a,l)){Lf("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===s.length-1&&!Object.is(d[l],n)&&(d[l]=n,r=!0),d[l]}},t),r}var Qf=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Xf={exports:{}};(function(t){(function(e){var n=function(y,C,j){if(!d(C)||v(C)||b(C)||w(C)||s(C))return C;var I,F=0,ne=0;if(m(C))for(I=[],ne=C.length;F<ne;F++)I.push(n(y,C[F],j));else{I={};for(var x in C)Object.prototype.hasOwnProperty.call(C,x)&&(I[y(x,j)]=n(y,C[x],j))}return I},u=function(y,C){C=C||{};var j=C.separator||"_",I=C.split||/(?=[A-Z])/;return y.split(I).join(j)},r=function(y){return S(y)?y:(y=y.replace(/[\-_\s]+(.)?/g,function(C,j){return j?j.toUpperCase():""}),y.substr(0,1).toLowerCase()+y.substr(1))},a=function(y){var C=r(y);return C.substr(0,1).toUpperCase()+C.substr(1)},l=function(y,C){return u(y,C).toLowerCase()},o=Object.prototype.toString,s=function(y){return typeof y=="function"},d=function(y){return y===Object(y)},m=function(y){return o.call(y)=="[object Array]"},v=function(y){return o.call(y)=="[object Date]"},b=function(y){return o.call(y)=="[object RegExp]"},w=function(y){return o.call(y)=="[object Boolean]"},S=function(y){return y=y-0,y===y},E=function(y,C){var j=C&&"process"in C?C.process:C;return typeof j!="function"?y:function(I,F){return j(I,y,F)}},B={camelize:r,decamelize:l,pascalize:a,depascalize:l,camelizeKeys:function(y,C){return n(E(r,C),y)},decamelizeKeys:function(y,C){return n(E(l,C),y,C)},pascalizeKeys:function(y,C){return n(E(a,C),y)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=B:e.humps=B})(Qf)})(Xf);function ge(t){if(t!==void 0)return typeof t=="object"?JSON.parse(JSON.stringify(t)):t}function Jf(t){return Object.prototype.toString.call(t)==="[object Object]"}function Bi(t){return Array.isArray(t)}function Zf(t){return t.reduce(function(e,n){return e.includes(n)||e.push(n),e},[])}function Ti(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,u=new Array(e);n<e;n++)u[n]=t[n];return u}function Yf(t){if(Array.isArray(t))return Ti(t)}function Fr(t,e,n,u,r,a,l){try{var o=t[a](l),s=o.value}catch(d){n(d);return}o.done?e(s):Promise.resolve(s).then(u,r)}function pf(t){return function(){var e=this,n=arguments;return new Promise(function(u,r){var a=t.apply(e,n);function l(s){Fr(a,u,r,l,o,"next",s)}function o(s){Fr(a,u,r,l,o,"throw",s)}l(void 0)})}}function eh(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function th(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function nh(){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 Pi(t){return Yf(t)||th(t)||ih(t)||nh()}function ih(t,e){if(!!t){if(typeof t=="string")return Ti(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 Ti(t,e)}}var uh=function(){function t(){eh(this,t),this._events=new Map,this.debug=!1}var e=t.prototype;return e.emit=function(u){for(var r=arguments.length,a=new Array(r>1?r-1:0),l=1;l<r;l++)a[l-1]=arguments[l];var o=this;return pf(ie.default.mark(function s(){var d,m,v,b,w,S,E,B,y,C;return ie.default.wrap(function(I){for(;;)switch(I.prev=I.next){case 0:if(d=o._events.get(u),m=[],!d){I.next=42;break}v=d.slice(),b=!0,w=!1,S=void 0,I.prev=5,E=v[Symbol.iterator]();case 7:if(b=(B=E.next()).done){I.next=28;break}if(y=B.value,d.includes(y)){I.next=11;break}return I.abrupt("continue",25);case 11:return I.prev=11,o.debug&&Tr.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(y.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+y.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"\u3002")].concat(Pi(a))),I.next=15,y.apply(null,Pi(a));case 15:if(C=I.sent,o.debug&&Tr.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(y.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+y.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Pi(a),[C])),m.push(C),C!==!1){I.next=20;break}return I.abrupt("break",28);case 20:I.next=25;break;case 22:I.prev=22,I.t0=I.catch(11),jf(String(I.t0));case 25:b=!0,I.next=7;break;case 28:I.next=34;break;case 30:I.prev=30,I.t1=I.catch(5),w=!0,S=I.t1;case 34:I.prev=34,I.prev=35,!b&&E.return!=null&&E.return();case 37:if(I.prev=37,!w){I.next=40;break}throw S;case 40:return I.finish(37);case 41:return I.finish(34);case 42:return I.abrupt("return",m);case 43:case"end":return I.stop()}},s,null,[[5,30,34,42],[11,22],[35,,37,41]])}))()},e.on=function(u,r){if(this._events.has(u)){var a;(a=this._events.get(u))===null||a===void 0||a.push(r)}else this._events.set(u,[r])},e.off=function(u,r){if(this._events.has(u)){var a=this._events.get(u),l=a==null?void 0:a.indexOf(r);a==null||a.splice(l,1)}},e.delete=function(u){this._events.has(u)&&this._events.delete(u)},e.clear=function(){this._events=new Map},t}(),rh=[];new Set(rh.map(function(t){return t.Designer.controlType}));function Or(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function R(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function tn(t){return tn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},tn(t)}function fe(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&&Di(t,e)}function kr(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function ah(t,e){return e&&(lh(e)==="object"||typeof e=="function")?e:Or(t)}function Di(t,e){return Di=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},Di(t,e)}var lh=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function oh(){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 he(t){var e=oh();return function(){var u=tn(t),r;if(e){var a=tn(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return ah(this,r)}}var ae=function t(e){R(this,t);var n;this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"";var u;this.fieldCode=(u=e==null?void 0:e.fieldCode)!==null&&u!==void 0?u:"";var r;this.fieldType=(r=e==null?void 0:e.fieldType)!==null&&r!==void 0?r:""},xi=function t(e){R(this,t);var n;this.dataCode=(n=e==null?void 0:e.dataCode)!==null&&n!==void 0?n:"";var u;this.formKey=(u=e==null?void 0:e.formKey)!==null&&u!==void 0?u:"";var r;this.appId=(r=e==null?void 0:e.appId)!==null&&r!==void 0?r:""},ch=function(t){fe(n,t);var e=he(n);function n(u){R(this,n);var r;r=e.call(this,u);var a;return r.primaryControlId=(a=u==null?void 0:u.primaryControlId)!==null&&a!==void 0?a:"",r}return n}(xi),Mr=function t(e){R(this,t);var n;this.fieldCode=(n=e==null?void 0:e.fieldCode)!==null&&n!==void 0?n:""},Nr=function t(e){R(this,t);var n,u;this.appId=(u=e==null?void 0:e.appId)!==null&&u!==void 0?u:"";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 Mr(l)}))!==null&&a!==void 0?a:[]},sh=function t(e){R(this,t);var n;this.fieldName=(n=e==null?void 0:e.fieldName)!==null&&n!==void 0?n:"";var u;this.fieldCode=(u=e==null?void 0:e.fieldCode)!==null&&u!==void 0?u:"";var r;this.fieldType=(r=e==null?void 0:e.fieldType)!==null&&r!==void 0?r:g.VARCHAR},dh=function(t){fe(n,t);var e=he(n);function n(u){R(this,n);var r;r=e.call(this,u);var a;r.title=(a=u==null?void 0:u.title)!==null&&a!==void 0?a:"";var l;r.svcCode=(l=u==null?void 0:u.svcCode)!==null&&l!==void 0?l:"";var o;r.isOpenFilter=(o=u==null?void 0:u.isOpenFilter)!==null&&o!==void 0?o:!1;var s;return r.filters=(s=u==null?void 0:u.filters)!==null&&s!==void 0?s:[],r}return n}(xi),fh=function t(e){R(this,t);var n,u;this.type="sublist-page",this.formBind=new xi(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 sh(l)}))!==null&&r!==void 0?r:[];var a;this.sublists=(a=e==null||(u=e.sublists)===null||u===void 0?void 0:u.map(function(l){return new dh(l)}))!==null&&a!==void 0?a:[]},hh=function t(e){R(this,t),this.type=e==null?void 0:e.type,this.value=e==null?void 0:e.value},ot=function t(e){R(this,t);var n;this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"custom";var u;this.value=(u=e==null?void 0:e.value)!==null&&u!==void 0?u:[];var r;this.displayBos=(r=e==null?void 0:e.displayBos)!==null&&r!==void 0?r:[]},yh=function t(e){var n=this;R(this,t),this.type="conditions";var u;this.id=(u=e==null?void 0:e.id)!==null&&u!==void 0?u:de();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 s,d=new t(o);(s=n.children)===null||s===void 0||s.push(d)}else{var m,v=new $r(o);(m=n.children)===null||m===void 0||m.push(v)}}))},$r=function t(e){R(this,t),this.type="condition";var n;this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:de();var u;this.ruleId=(u=e==null?void 0:e.ruleId)!==null&&u!==void 0?u: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 hh(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new ot(e==null?void 0:e.rightVariableBo)},ue=function t(e){R(this,t);var n;this.controlId=(n=e==null?void 0:e.controlId)!==null&&n!==void 0?n:"";var u;this.fieldCode=(u=e==null?void 0:e.fieldCode)!==null&&u!==void 0?u:"";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:""},Fi=function t(e){R(this,t);var n;this.type=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:"FIELD";var u;this.value=(u=e==null?void 0:e.value)!==null&&u!==void 0?u:"",this.fieldType=e==null?void 0:e.fieldType},mh=function t(e){R(this,t);var n;this.columnName=(n=e.columnName)!==null&&n!==void 0?n:"";var u;this.desc=(u=e.desc)!==null&&u!==void 0?u:!1};function Oi(t){var e,n;if(this.filters=(n=t==null||(e=t.filters)===null||e===void 0?void 0:e.map(function(l){return l.children!==void 0?new yh(l):new $r(l)}))!==null&&n!==void 0?n:[],kr(this,Q)||kr(this,Mi)){var u,r,a;this.orders=(a=(u=t)===null||u===void 0||(r=u.orders)===null||r===void 0?void 0:r.map(function(l){return new mh(l)}))!==null&&a!==void 0?a:[]}}var Q=function t(e){var n=this;R(this,t);var u;this.dataCode=(u=e==null?void 0:e.dataCode)!==null&&u!==void 0?u:"";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=[],Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(function(s){var d;(d=n.displayBoList)===null||d===void 0||d.push(new Fi(s))}));var l;this.showOrder=(l=e==null?void 0:e.showOrder)!==null&&l!==void 0?l:!0;var o;this.svcCode=(o=e==null?void 0:e.svcCode)!==null&&o!==void 0?o:"",Oi.call(this,e)},gh=function t(e){R(this,t);var n,u;this.name=(u=e==null?void 0:e.name)!==null&&u!==void 0?u:"";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 Fi(l)}))!==null&&a!==void 0?a:[]},ki=function(t){fe(n,t);var e=he(n);function n(u){R(this,n);var r,a;r=e.call(this,u);var l;return r.attributes=(l=u==null||(a=u.attributes)===null||a===void 0?void 0:a.map(function(o){return new gh(o)}))!==null&&l!==void 0?l:[],r}return n}(Q),vh=function(t){fe(n,t);var e=he(n);function n(u){R(this,n);var r;return r=e.call(this,u),r.rootNode=new ot(u==null?void 0:u.rootNode),r}return n}(ki),Lr=function t(e){R(this,t);var n,u;this.dataCode=(u=e==null?void 0:e.dataCode)!==null&&u!==void 0?u:"";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 ue(l)}))!==null&&a!==void 0?a:[]},Mi=function(t){fe(n,t);var e=he(n);function n(u){R(this,n);var r;return r=e.call(this,u),Oi.call(Or(r),u),r}return n}(Lr),Vr=function(t){fe(n,t);var e=he(n);function n(u){R(this,n);var r;r=e.call(this,u);var a;r.mode=(a=u==null?void 0:u.mode)!==null&&a!==void 0?a:"current";var l;return r.multiple=(l=u==null?void 0:u.multiple)!==null&&l!==void 0?l:!1,r}return n}(Lr),Hr=function t(e){R(this,t);var n;this.stencilName=(n=e==null?void 0:e.stencilName)!==null&&n!==void 0?n:"";var u;this.expression=(u=e==null?void 0:e.expression)!==null&&u!==void 0?u:"";var r;this.errMessage=(r=e==null?void 0:e.errMessage)!==null&&r!==void 0?r:""},bh=function t(e){R(this,t);var n;this.id=(n=e==null?void 0:e.id)!==null&&n!==void 0?n:de(8);var u;this.label=(u=e==null?void 0:e.label)!==null&&u!==void 0?u:"";var r;this.value=(r=e==null?void 0:e.value)!==null&&r!==void 0?r:this.label};function ye(t){var e;return(e=t==null?void 0:t.map(function(n){return new bh(n)}))!==null&&e!==void 0?e:[]}var Ni=function t(){R(this,t)},Eh=function(t){fe(n,t);var e=he(n);function n(u){R(this,n);var r;return r=e.call(this),r.amount=new ae(u==null?void 0:u.amount),r.currency=new ae(u==null?void 0:u.currency),r}return n}(Ni),Ch=function t(e){R(this,t);var n;this.amount=(n=e==null?void 0:e.amount)!==null&&n!==void 0?n:"";var u;this.currency=(u=e==null?void 0:e.currency)!==null&&u!==void 0?u:nn.CNY},Ih=function(t){fe(n,t);var e=he(n);function n(u){R(this,n);var r;return r=e.call(this),r.min=new ae(u==null?void 0:u.min),r.max=new ae(u==null?void 0:u.max),r}return n}(Ni),wh=function t(e){R(this,t);var n;this.min=(n=e==null?void 0:e.min)!==null&&n!==void 0?n:"";var u;this.max=(u=e==null?void 0:e.max)!==null&&u!==void 0?u:""},Ah=function t(e){R(this,t);var n;this.city=(n=e==null?void 0:e.city)!==null&&n!==void 0?n:"";var u;this.cityDisplay=(u=e==null?void 0:e.cityDisplay)!==null&&u!==void 0?u:"";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:""},Sh=function(t){fe(n,t);var e=he(n);function n(u){R(this,n);var r;return r=e.call(this),r.result=new ae(u==null?void 0:u.result),r.unit=new ae(u==null?void 0:u.unit),r}return n}(Ni),_h=function t(e){R(this,t);var n;this.result=(n=e==null?void 0:e.result)!==null&&n!==void 0?n:0;var u;this.unit=(u=e==null?void 0:e.unit)!==null&&u!==void 0?u:""},nn;(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"})(nn||(nn={}));var c;(function(t){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.SERVER_PAGINATION="serverPagination",t.IS_SHOW_CAPTION_TIP="isShowCaptionTip",t.ENCRYPTED="encrypted"})(c||(c={}));var $i;(function(t){t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT"})($i||($i={}));var re=function t(e){R(this,t);var n;this.isShow=(n=e==null?void 0:e.isShow)!==null&&n!==void 0?n:!0;var u;this.content=(u=e==null?void 0:e.content)!==null&&u!==void 0?u:"";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},Rh=function t(e){R(this,t);var n,u;this.id=(u=e==null?void 0:e.id)!==null&&u!==void 0?u:de(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 Mr(l)}))!==null&&a!==void 0?a:[],Oi.call(this,e)},Bh=function t(e){R(this,t);var n;this.width=(n=e==null?void 0:e.width)!==null&&n!==void 0?n:"";var u;this.height=(u=e==null?void 0:e.height)!==null&&u!==void 0?u:"";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"};function Th(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Li(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ph(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}function un(t,e,n){return Ph()?un=Reflect.construct:un=function(r,a,l){var o=[null];o.push.apply(o,a);var s=Function.bind.apply(r,o),d=new s;return l&&st(d,l.prototype),d},un.apply(null,arguments)}function ct(t){return ct=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ct(t)}function Dh(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&&st(t,e)}function xh(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Fh(t,e){return e&&(Oh(e)==="object"||typeof e=="function")?e:Th(t)}function st(t,e){return st=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},st(t,e)}var Oh=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Vi(t){var e=typeof Map=="function"?new Map:void 0;return Vi=function(u){if(u===null||!xh(u))return u;if(typeof u!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(u))return e.get(u);e.set(u,r)}function r(){return un(u,arguments,ct(this).constructor)}return r.prototype=Object.create(u.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),st(r,u)},Vi(t)}function kh(){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 Mh(t){var e=kh();return function(){var u=ct(t),r;if(e){var a=ct(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return Fh(this,r)}}var q=function t(e){Li(this,t),this.isHide={type:"boolean"}},Ae=function(t){Dh(n,t);var e=Mh(n);function n(u){return Li(this,n),e.call(this)}return n}(Vi(Array)),W=function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";Li(this,t);var u;this.isHide=(u=e==null?void 0:e.isHide)!==null&&u!==void 0?u:!1,this.style=new Bh(e==null?void 0:e.style);var r;this.caption=(r=e==null?void 0:e.caption)!==null&&r!==void 0?r:n};W.Rules=q,W.RuntimeRules=Ae;function oe(){return oe=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var u in n)Object.prototype.hasOwnProperty.call(n,u)&&(t[u]=n[u])}return t},oe.apply(this,arguments)}function Nh(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function Hi(t){return Hi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Hi(t)}function rn(t,e){return rn=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},rn(t,e)}function $h(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}function an(t,e,n){return $h()?an=Reflect.construct:an=function(r,a,l){var o=[null];o.push.apply(o,a);var s=Function.bind.apply(r,o),d=new s;return l&&rn(d,l.prototype),d},an.apply(null,arguments)}function Lh(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function ji(t){var e=typeof Map=="function"?new Map:void 0;return ji=function(u){if(u===null||!Lh(u))return u;if(typeof u!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(u))return e.get(u);e.set(u,r)}function r(){return an(u,arguments,Hi(this).constructor)}return r.prototype=Object.create(u.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),rn(r,u)},ji(t)}var Vh=/%[sdj%]/g,jr=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(jr=function(e,n){typeof console!="undefined"&&console.warn&&n.every(function(u){return typeof u=="string"})&&console.warn(e,n)});function qi(t){if(!t||!t.length)return null;var e={};return t.forEach(function(n){var u=n.field;e[u]=e[u]||[],e[u].push(n)}),e}function ee(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var u=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(Vh,function(o){if(o==="%%")return"%";if(u>=a)return o;switch(o){case"%s":return String(e[u++]);case"%d":return Number(e[u++]);case"%j":try{return JSON.stringify(e[u++])}catch(s){return"[Circular]"}break;default:return o}});return l}return r}function Hh(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function L(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||Hh(e)&&typeof t=="string"&&!t)}function jh(t,e,n){var u=[],r=0,a=t.length;function l(o){u.push.apply(u,o),r++,r===a&&n(u)}t.forEach(function(o){e(o,l)})}function qr(t,e,n){var u=0,r=t.length;function a(l){if(l&&l.length){n(l);return}var o=u;u=u+1,o<r?e(t[o],a):n([])}a([])}function qh(t){var e=[];return Object.keys(t).forEach(function(n){e.push.apply(e,t[n])}),e}var Ur=function(t){Nh(e,t);function e(n,u){var r;return r=t.call(this,"Async Validation Error")||this,r.errors=n,r.fields=u,r}return e}(ji(Error));function Uh(t,e,n,u){if(e.first){var r=new Promise(function(v,b){var w=function(B){return u(B),B.length?b(new Ur(B,qi(B))):v()},S=qh(t);qr(S,n,w)});return r.catch(function(v){return v}),r}var a=e.firstFields||[];a===!0&&(a=Object.keys(t));var l=Object.keys(t),o=l.length,s=0,d=[],m=new Promise(function(v,b){var w=function(E){if(d.push.apply(d,E),s++,s===o)return u(d),d.length?b(new Ur(d,qi(d))):v()};l.length||(u(d),v()),l.forEach(function(S){var E=t[S];a.indexOf(S)!==-1?qr(E,n,w):jh(E,n,w)})});return m.catch(function(v){return v}),m}function Wr(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 Kr(t,e){if(e){for(var n in e)if(e.hasOwnProperty(n)){var u=e[n];typeof u=="object"&&typeof t[n]=="object"?t[n]=oe(oe({},t[n]),u):t[n]=u}}return t}function zr(t,e,n,u,r,a){t.required&&(!n.hasOwnProperty(t.field)||L(e,a||t.type))&&u.push(ee(r.messages.required,t.fullField))}function Wh(t,e,n,u,r){(/^\s+$/.test(e)||e==="")&&u.push(ee(r.messages.whitespace,t.fullField))}var Ui={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},dt={integer:function(e){return dt.number(e)&&parseInt(e,10)===e},float:function(e){return dt.number(e)&&!dt.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(n){return!1}},date:function(e){return typeof e.getTime=="function"&&typeof e.getMonth=="function"&&typeof e.getYear=="function"&&!isNaN(e.getTime())},number:function(e){return isNaN(e)?!1:typeof e=="number"},object:function(e){return typeof e=="object"&&!dt.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(Ui.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(Ui.url)},hex:function(e){return typeof e=="string"&&!!e.match(Ui.hex)}};function Kh(t,e,n,u,r){if(t.required&&e===void 0){zr(t,e,n,u,r);return}var a=["integer","float","array","regexp","object","method","email","number","date","url","hex"],l=t.type;a.indexOf(l)>-1?dt[l](e)||u.push(ee(r.messages.types[l],t.fullField,t.type)):l&&typeof e!==t.type&&u.push(ee(r.messages.types[l],t.fullField,t.type))}function zh(t,e,n,u,r){var a=typeof t.len=="number",l=typeof t.min=="number",o=typeof t.max=="number",s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,d=e,m=null,v=typeof e=="number",b=typeof e=="string",w=Array.isArray(e);if(v?m="number":b?m="string":w&&(m="array"),!m)return!1;w&&(d=e.length),b&&(d=e.replace(s,"_").length),a?d!==t.len&&u.push(ee(r.messages[m].len,t.fullField,t.len)):l&&!o&&d<t.min?u.push(ee(r.messages[m].min,t.fullField,t.min)):o&&!l&&d>t.max?u.push(ee(r.messages[m].max,t.fullField,t.max)):l&&o&&(d<t.min||d>t.max)&&u.push(ee(r.messages[m].range,t.fullField,t.min,t.max))}var We="enum";function Gh(t,e,n,u,r){t[We]=Array.isArray(t[We])?t[We]:[],t[We].indexOf(e)===-1&&u.push(ee(r.messages[We],t.fullField,t[We].join(", ")))}function Qh(t,e,n,u,r){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||u.push(ee(r.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var a=new RegExp(t.pattern);a.test(e)||u.push(ee(r.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var _={required:zr,whitespace:Wh,type:Kh,range:zh,enum:Gh,pattern:Qh};function Xh(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(L(e,"string")&&!t.required)return n();_.required(t,e,u,a,r,"string"),L(e,"string")||(_.type(t,e,u,a,r),_.range(t,e,u,a,r),_.pattern(t,e,u,a,r),t.whitespace===!0&&_.whitespace(t,e,u,a,r))}n(a)}function Jh(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(L(e)&&!t.required)return n();_.required(t,e,u,a,r),e!==void 0&&_.type(t,e,u,a,r)}n(a)}function Zh(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(e===""&&(e=void 0),L(e)&&!t.required)return n();_.required(t,e,u,a,r),e!==void 0&&(_.type(t,e,u,a,r),_.range(t,e,u,a,r))}n(a)}function Yh(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(L(e)&&!t.required)return n();_.required(t,e,u,a,r),e!==void 0&&_.type(t,e,u,a,r)}n(a)}function ph(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(L(e)&&!t.required)return n();_.required(t,e,u,a,r),L(e)||_.type(t,e,u,a,r)}n(a)}function ey(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(L(e)&&!t.required)return n();_.required(t,e,u,a,r),e!==void 0&&(_.type(t,e,u,a,r),_.range(t,e,u,a,r))}n(a)}function ty(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(L(e)&&!t.required)return n();_.required(t,e,u,a,r),e!==void 0&&(_.type(t,e,u,a,r),_.range(t,e,u,a,r))}n(a)}function ny(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(e==null&&!t.required)return n();_.required(t,e,u,a,r,"array"),e!=null&&(_.type(t,e,u,a,r),_.range(t,e,u,a,r))}n(a)}function iy(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(L(e)&&!t.required)return n();_.required(t,e,u,a,r),e!==void 0&&_.type(t,e,u,a,r)}n(a)}var uy="enum";function ry(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(L(e)&&!t.required)return n();_.required(t,e,u,a,r),e!==void 0&&_[uy](t,e,u,a,r)}n(a)}function ay(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(L(e,"string")&&!t.required)return n();_.required(t,e,u,a,r),L(e,"string")||_.pattern(t,e,u,a,r)}n(a)}function ly(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(L(e,"date")&&!t.required)return n();if(_.required(t,e,u,a,r),!L(e,"date")){var o;e instanceof Date?o=e:o=new Date(e),_.type(t,o,u,a,r),o&&_.range(t,o.getTime(),u,a,r)}}n(a)}function oy(t,e,n,u,r){var a=[],l=Array.isArray(e)?"array":typeof e;_.required(t,e,u,a,r,l),n(a)}function Wi(t,e,n,u,r){var a=t.type,l=[],o=t.required||!t.required&&u.hasOwnProperty(t.field);if(o){if(L(e,a)&&!t.required)return n();_.required(t,e,u,l,r,a),L(e,a)||_.type(t,e,u,l,r)}n(l)}function cy(t,e,n,u,r){var a=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(L(e)&&!t.required)return n();_.required(t,e,u,a,r)}n(a)}var ft={string:Xh,method:Jh,number:Zh,boolean:Yh,regexp:ph,integer:ey,float:ty,array:ny,object:iy,enum:ry,pattern:ay,date:ly,url:Wi,hex:Wi,email:Wi,required:oy,any:cy};function Ki(){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 zi=Ki();function ve(t){this.rules=null,this._messages=zi,this.define(t)}ve.prototype={messages:function(e){return e&&(this._messages=Kr(Ki(),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,u;for(n in e)e.hasOwnProperty(n)&&(u=e[n],this.rules[n]=Array.isArray(u)?u:[u])},validate:function(e,n,u){var r=this;n===void 0&&(n={}),u===void 0&&(u=function(){});var a=e,l=n,o=u;if(typeof l=="function"&&(o=l,l={}),!this.rules||Object.keys(this.rules).length===0)return o&&o(),Promise.resolve();function s(E){var B,y=[],C={};function j(I){if(Array.isArray(I)){var F;y=(F=y).concat.apply(F,I)}else y.push(I)}for(B=0;B<E.length;B++)j(E[B]);y.length?C=qi(y):(y=null,C=null),o(y,C)}if(l.messages){var d=this.messages();d===zi&&(d=Ki()),Kr(d,l.messages),l.messages=d}else l.messages=this.messages();var m,v,b={},w=l.keys||Object.keys(this.rules);w.forEach(function(E){m=r.rules[E],v=a[E],m.forEach(function(B){var y=B;typeof y.transform=="function"&&(a===e&&(a=oe({},a)),v=a[E]=y.transform(v)),typeof y=="function"?y={validator:y}:y=oe({},y),y.validator=r.getValidationMethod(y),y.field=E,y.fullField=y.fullField||E,y.type=r.getType(y),y.validator&&(b[E]=b[E]||[],b[E].push({rule:y,value:v,source:a,field:E}))})});var S={};return Uh(b,l,function(E,B){var y=E.rule,C=(y.type==="object"||y.type==="array")&&(typeof y.fields=="object"||typeof y.defaultField=="object");C=C&&(y.required||!y.required&&E.value),y.field=E.field;function j(ne,x){return oe(oe({},x),{},{fullField:y.fullField+"."+ne})}function I(ne){ne===void 0&&(ne=[]);var x=ne;if(Array.isArray(x)||(x=[x]),!l.suppressWarning&&x.length&&ve.warning("async-validator:",x),x.length&&y.message!==void 0&&(x=[].concat(y.message)),x=x.map(Wr(y)),l.first&&x.length)return S[y.field]=1,B(x);if(!C)B(x);else{if(y.required&&!E.value)return y.message!==void 0?x=[].concat(y.message).map(Wr(y)):l.error&&(x=[l.error(y,ee(l.messages.required,y.field))]),B(x);var ce={};if(y.defaultField)for(var Zo in E.value)E.value.hasOwnProperty(Zo)&&(ce[Zo]=y.defaultField);ce=oe(oe({},ce),E.rule.fields);for(var nt in ce)if(ce.hasOwnProperty(nt)){var Zb=Array.isArray(ce[nt])?ce[nt]:[ce[nt]];ce[nt]=Zb.map(j.bind(null,nt))}var Yo=new ve(ce);Yo.messages(l.messages),E.rule.options&&(E.rule.options.messages=l.messages,E.rule.options.error=l.error),Yo.validate(E.value,E.rule.options||l,function(Er){var it=[];x&&x.length&&it.push.apply(it,x),Er&&Er.length&&it.push.apply(it,Er),B(it.length?it:null)})}}var F;y.asyncValidator?F=y.asyncValidator(y,E.value,I,E.source,l):y.validator&&(F=y.validator(y,E.value,I,E.source,l),F===!0?I():F===!1?I(y.message||y.field+" fails"):F instanceof Array?I(F):F instanceof Error&&I(F.message)),F&&F.then&&F.then(function(){return I()},function(ne){return I(ne)})},function(E){s(E)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!ft.hasOwnProperty(e.type))throw new Error(ee("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),u=n.indexOf("message");return u!==-1&&n.splice(u,1),n.length===1&&n[0]==="required"?ft.required:ft[this.getType(e)]||!1}},ve.register=function(e,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");ft[e]=n},ve.warning=jr,ve.messages=zi,ve.validators=ft;var sy={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 dy(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new ve(t);return n.messages(Object.assign(sy,e)),n}var fy=new uh;function Gi(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,u=new Array(e);n<e;n++)u[n]=t[n];return u}function hy(t){if(Array.isArray(t))return t}function yy(t){if(Array.isArray(t))return Gi(t)}function Gr(t,e,n,u,r,a,l){try{var o=t[a](l),s=o.value}catch(d){n(d);return}o.done?e(s):Promise.resolve(s).then(u,r)}function Qr(t){return function(){var e=this,n=arguments;return new Promise(function(u,r){var a=t.apply(e,n);function l(s){Gr(a,u,r,l,o,"next",s)}function o(s){Gr(a,u,r,l,o,"throw",s)}l(void 0)})}}function my(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Xr(t,e){for(var n=0;n<e.length;n++){var u=e[n];u.enumerable=u.enumerable||!1,u.configurable=!0,"value"in u&&(u.writable=!0),Object.defineProperty(t,u.key,u)}}function gy(t,e,n){return e&&Xr(t.prototype,e),n&&Xr(t,n),t}function vy(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Jr(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function Zr(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function by(){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 Ey(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Yr(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},u=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(u=u.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),u.forEach(function(r){vy(t,r,n[r])})}return t}function Cy(t){return hy(t)||Zr(t)||pr(t,i)||by()}function Qi(t){return yy(t)||Zr(t)||pr(t)||Ey()}function pr(t,e){if(!!t){if(typeof t=="string")return Gi(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 Gi(t,e)}}var k=function(){function e(u){var r=this;my(this,e),this.setting=[],this.eventKeys=[],this.customEvents=[],this.parent=null,this.updateSetting=ta,this.removeSetting=ea,this._callControlHooks("preInstance",u);var a=Jr(this,e)?this.constructor:void 0,l=a.controlName,o=a.controlIcon,s=a.controlType,d=a.controlFieldType,m=a.controlEventKeys,v=a.controlCustomEvents,b=a.name,w=a.setting;l&&o&&s||Dr("The ".concat(b," controlName,controlIcon,controlType is not define"));var S;this.id=(S=u==null?void 0:u.id)!==null&&S!==void 0?S:de(10),this.name=l,this.icon=o;var E;this.type=(E=u==null?void 0:u.type)!==null&&E!==void 0?E:s,this.props=new W(u==null?void 0:u.props,(Jr(this,e)?this.constructor:void 0).controlName);var B;this.controlType=(B=u==null?void 0:u.controlType)!==null&&B!==void 0?B:"base",this.setting=ge(w);var y;this.fieldType=(y=u==null?void 0:u.fieldType)!==null&&y!==void 0?y:d,this.eventKeys=ge(m),this.customEvents=ge(v),Promise.resolve().then(function(){r._callControlHooks("postInstance",u)})}var n=e.prototype;return n._callControlHooks=function(){for(var r=arguments.length,a=new Array(r),l=0;l<r;l++)a[l]=arguments[l];var o,s=Cy(a),d=s[0],m=s.slice(1);return(o=fy).emit.apply(o,[d,this].concat(Qi(m)))},n.preUpdate=function(r,a){this._callControlHooks("preUpdateProps",r,a)},n.postUpdate=function(r,a){this._callControlHooks("postUpdateProps",r,a)},n.updateProps=function(r,a){this.preUpdate(r,a),Gf(this.props,r,a),this.postUpdate(r,a)},n.preValidate=function(){var r=this;return Qr(ie.default.mark(function a(){var l,o,s;return ie.default.wrap(function(m){for(;;)switch(m.prev=m.next){case 0:return l=Yr({},r.rules),m.next=3,r._callControlHooks("preValidate",l);case 3:return o=m.sent,s=o[o.length-1],m.abrupt("return",s===!1?void 0:s);case 6:case"end":return m.stop()}},a)}))()},n.validate=function(r,a){var l=this;return Qr(ie.default.mark(function o(){var s,d,m;return ie.default.wrap(function(b){for(;;)switch(b.prev=b.next){case 0:return b.next=2,l.preValidate();case 2:return s=b.sent,d=s!==void 0?s:Yr({},l.rules),Array.isArray(a)&&a.forEach(function(w){d.hasOwnProperty(w)&&delete d[w]}),m=dy(d,r),b.prev=6,b.next=9,m.validate(l.props);case 9:return b.abrupt("return",!0);case 12:throw b.prev=12,b.t0=b.catch(6),b.t0.control||(b.t0.control=l),b.t0;case 16:case"end":return b.stop()}},o,null,[[6,12]])}))()},n.toDataBindModel=function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,a=this.fieldType,l=this.id,o=this.type,s=this.props,d=s.dataBind,m=s.datasourceBind,v=s.optionConfig,b=s.caption,w=s.required,S=s.maxLength,E=s.options,B=s.encrypted,y=s.encryptedMode;if(!(!a&&!d&&!m)){var C={parentId:r,fieldType:a,controlId:l,caption:b,type:o,props:{}};switch(d&&(C.dataBind=d),v){case"datasource":case void 0:m&&(C.datasourceBind=m);break;case"custom":C.props.options=E;break}return w!==void 0&&(C.required=w),S!==void 0&&(C.maxLength=S),B!==void 0&&(C.encrypted=B),y!==void 0&&(C.encryptedMode=y),C}},n.preToSchema=function(){this._callControlHooks("preToSchema",this)},n.toSchema=function(){return this.preToSchema(),{id:this.id,type:this.type,props:ge(this.props),fieldType:this.fieldType,controlType:this.controlType}},e.updateBasicControl=function(r,a){if(r==="setting"){if(a.add){var l;(l=this.setting).push.apply(l,Qi(a.add))}a.remove&&this.removeSettingItem(a.remove),a.update}},gy(e,[{key:"rules",get:function(){var r=this.props.constructor.Rules;return r?new r(this.props):{}}}]),e}();k.controlName="\u63A7\u4EF6",k.controlIcon="icon",k.controlType="control",k.controlEventKeys=[],k.controlCustomEvents=[],k.setting=[],k.__is_control__=!0,k.removeSettingItem=ea,k.updateSettingItem=ta;function ea(t){var e=this,n=Array.isArray(t)?t:[t];n.forEach(function(u){var r=typeof u!="string",a=e.setting.findIndex(function(s){return s.key===(r?u.key:u)});if(a!==-1){var l,o;r?e.setting[a].showItems=(l=e.setting[a].showItems)===null||l===void 0?void 0:l.filter(function(s){return!u.hideItems.includes(s)}):e.setting.splice(a,1),r&&!(!((o=e.setting[a].showItems)===null||o===void 0)&&o.length)&&e.setting.splice(a,1)}})}function ta(t,e){var n=this,u=typeof t=="string"?[t]:t;u.forEach(function(r){var a=n.setting.find(function(d){return d.key===r});if(a){if(typeof e=="boolean")a.visible=e;else if(typeof e=="object"){var l,o=(l=e.type)!==null&&l!==void 0?l:"replace";if(o==="replace")a.showItems=e.showItems;else{var s;(s=a.showItems).push.apply(s,Qi(e.showItems))}}}})}function Iy(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function na(t,e){for(var n=0;n<e.length;n++){var u=e[n];u.enumerable=u.enumerable||!1,u.configurable=!0,"value"in u&&(u.writable=!0),Object.defineProperty(t,u.key,u)}}function wy(t,e,n){return e&&na(t.prototype,e),n&&na(t,n),t}function Ay(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}var X=function(){function e(n){Iy(this,e),this.customEvents=[],this.parent=null;var u=Ay(this,e)?this.constructor:void 0,r=u.controlType,a=u.controlFieldType,l=u.name,o=u.controlCustomEvents;r||Dr("The ".concat(l," controlType is not define"));var s;this.id=(s=n==null?void 0:n.id)!==null&&s!==void 0?s:de(10);var d;this.type=(d=n==null?void 0:n.type)!==null&&d!==void 0?d:r,this.props=new W(n==null?void 0:n.props),this.customEvents=o;var m;this.controlType=(m=n==null?void 0:n.controlType)!==null&&m!==void 0?m:"base";var v;this.fieldType=(v=n==null?void 0:n.fieldType)!==null&&v!==void 0?v:a;var b;this.pageStatus=(b=n==null?void 0:n.pageStatus)!==null&&b!==void 0?b:$i.UNKNOWN}return wy(e,[{key:"rules",get:function(){var u=this.props.constructor.RuntimeRules;if(u){var r=new u(this.props);return Array.from(r)}return[]}}]),e}();X.controlType="control",X.__is_control__=!0,X.controlCustomEvents=[];function Xi(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:f.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:f.getMessage("pleaseEnterLabel")},value:{type:"string",required:!0,message:f.getMessage("pleaseEnterValue")}}}},{type:"array",validator:function(n,u,r){u.length===0&&r(f.getMessage("optionIsRequired")),r()}},{type:"array",validator:function(n,u,r){var a=u.map(function(o){return o.value}),l=Zf(a);a.length!==l.length?r(f.getMessage("optionIdIsRepeat")):r()},message:f.getMessage("optionIdIsRepeat")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:f.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterSvcCode")},displayBoList:[{type:"array",message:f.getMessage("isNotArray")},{type:"array",validator:function(n,u,r){u.length===0&&r(f.getMessage("pleaseBindAtLeastOneDisplayValue")),r()},message:f.getMessage("pleaseBindAtLeastOneDisplayValue")}],orders:[{type:"array",message:f.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:f.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:f.getMessage("isNotBoolean")}}}}]}}])}function ia(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;this.datasourceBind=[{type:"object",message:f.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:f.getMessage(n?"pleaseEnterDataCodeInDataSetting":"pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:f.getMessage(n?"pleaseEnterValueFieldCodeInDataSetting":"pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:f.getMessage(n?"pleaseEnterSvcCodeInDataSetting":"pleaseEnterSvcCode")},attributes:[{type:"array",message:f.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:f.getMessage("isNotString")},key:{type:"string",required:!0,message:f.getMessage("isNotString")},value:[{type:"array",message:f.getMessage("isNotArray")},{type:"array",validator:function(r,a,l){a.length===0&&l(f.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")),l()},message:f.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")}]}}}],orders:[{type:"array",message:f.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:f.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:f.getMessage("isNotBoolean")}}}}]}}]}function ua(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ln(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function on(t){return on=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},on(t)}function cn(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Ji(t,e)}function Sy(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function _y(t,e){return e&&(Ry(e)==="object"||typeof e=="function")?e:ua(t)}function Ji(t,e){return Ji=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},Ji(t,e)}var Ry=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function By(){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 sn(t){var e=By();return function(){var u=on(t),r;if(e){var a=on(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return _y(this,r)}}var Y=function(t){cn(n,t);var e=sn(n);function n(u){ln(this,n);var r;r=e.call(this,u),r.dataBind={},r.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")},r.isHideCaption={type:"boolean"},r.labelPosition={type:"enum",enum:["top","left"]},r.defaultState={type:"enum",enum:["default","readonly"]},r.required={type:"boolean"},r.captionTip={type:"string",required:!1,message:f.getMessage("pleaseEnterCaptionTip")};var a={fieldCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterFieldCode")}};if(Sy(u.dataBind,ae))r.dataBind={type:"object",required:!0,fields:ge(a),message:f.getMessage("pleaseEnterFieldCode")};else{var l={type:"object",required:!0,fields:{},message:f.getMessage("pleaseEnterFieldCode")};Object.keys(u.dataBind).forEach(function(o){l.fields[o]={type:"object",required:!0,fields:ge(a),message:f.getMessage("pleaseEnterFieldCode")}}),r.dataBind=l}return u.isShowCaptionTip&&(r.captionTip.required=!0),r}return n}(q),M=function(t){cn(n,t);var e=sn(n);function n(u){ln(this,n);var r;return r=e.call(this,u),r.push({type:"string",required:u.isHide?!1:u.required,message:u.requiredMessage!==""?u.requiredMessage:f.getMessage("runtimeRequired",{caption:u.caption})}),r}return n}(Ae),T=function(t){cn(n,t);var e=sn(n);function n(u){ln(this,n);var r;r=e.call(this,u);var a;r.caption=(a=u==null?void 0:u.caption)!==null&&a!==void 0?a:"";var l;r.isHideCaption=(l=u==null?void 0:u.isHideCaption)!==null&&l!==void 0?l:!1;var o;r.isShowCaptionTip=(o=u==null?void 0:u.isShowCaptionTip)!==null&&o!==void 0?o:!1;var s;r.captionTip=(s=u==null?void 0:u.captionTip)!==null&&s!==void 0?s:"";var d;r.defaultState=(d=u==null?void 0:u.defaultState)!==null&&d!==void 0?d:"default";var m;r.labelPosition=(m=u==null?void 0:u.labelPosition)!==null&&m!==void 0?m:"top";var v;r.placeholder=(v=u==null?void 0:u.placeholder)!==null&&v!==void 0?v:"";var b;r.required=(b=u==null?void 0:u.required)!==null&&b!==void 0?b:!1;var w;r.requiredMessage=(w=u==null?void 0:u.requiredMessage)!==null&&w!==void 0?w:"",r.dataBind=new ae(u==null?void 0:u.dataBind);var S;return r.defaultValue=(S=u==null?void 0:u.defaultValue)!==null&&S!==void 0?S:"",r}return n}(W);T.Rules=Y,T.RuntimeRules=M;var Ke=function(t){cn(n,t);var e=sn(n);function n(u){ln(this,n);var r;return r=e.call(this,u),r.optionConfig={type:"enum",enum:["custom","datasource"],message:f.getMessage("PleaseSelectTheCorrectOptionSettings")},r.options=[{type:"array",message:f.getMessage("isNotArray")}],r.datasourceBind=[{type:"object",message:f.getMessage("isNotObject")}],Xi.call(ua(r),u),r}return n}(Y);function Ty(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Py(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function dn(t){return dn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},dn(t)}function Dy(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&&Zi(t,e)}function xy(t,e){return e&&(Fy(e)==="object"||typeof e=="function")?e:Ty(t)}function Zi(t,e){return Zi=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},Zi(t,e)}var Fy=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Oy(){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 ky(t){var e=Oy();return function(){var u=dn(t),r;if(e){var a=dn(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return xy(this,r)}}var P=function(t){Dy(n,t);var e=ky(n);function n(u){Py(this,n);var r;return r=e.call(this,u),r.controlType="form",r.props=new T(u==null?void 0:u.props),r}return n}(k);P.controlEventKeys=["on_change","on_focus","on_blur"];function My(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Ny(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function fn(t){return fn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},fn(t)}function $y(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&&Yi(t,e)}function Ly(t,e){return e&&(Vy(e)==="object"||typeof e=="function")?e:My(t)}function Yi(t,e){return Yi=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},Yi(t,e)}var Vy=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Hy(){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 jy(t){var e=Hy();return function(){var u=fn(t),r;if(e){var a=fn(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return Ly(this,r)}}var D=function(t){$y(n,t);var e=jy(n);function n(u){Ny(this,n);var r;return r=e.call(this,u),r.controlType="form",r.props=new T(u==null?void 0:u.props),r}return n}(X);function qy(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Uy(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function hn(t){return hn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},hn(t)}function Wy(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&&pi(t,e)}function Ky(t,e){return e&&(zy(e)==="object"||typeof e=="function")?e:qy(t)}function pi(t,e){return pi=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},pi(t,e)}var zy=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Gy(){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 Qy(t){var e=Gy();return function(){var u=hn(t),r;if(e){var a=hn(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return Ky(this,r)}}var N=function(t){Wy(n,t);var e=Qy(n);function n(u){return Uy(this,n),e.call(this,u)}return n}(W);function eu(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,u=new Array(e);n<e;n++)u[n]=t[n];return u}function Xy(t){if(Array.isArray(t))return eu(t)}function Jy(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Zy(){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 ra(t){return Xy(t)||Jy(t)||Yy(t)||Zy()}function Yy(t,e){if(!!t){if(typeof t=="string")return eu(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return eu(t,e)}}function py(t,e){var n;!((n=Object.getOwnPropertyDescriptors(t)[e])===null||n===void 0)&&n.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function aa(t,e){t.parent=e,py(t,"parent")}function em(t,e){t.forEach(function(n){aa(n,e)})}var la=Symbol("targetKey");function oa(t){var e;return(e=t[la])!==null&&e!==void 0?e:t}function ca(t,e){return em(t,e),new Proxy(t,{get:function(u,r){for(var a=arguments.length,l=new Array(a>2?a-2:0),o=2;o<a;o++)l[o-2]=arguments[o];var s;return r===la?u:(s=Reflect).get.apply(s,[u,r].concat(ra(l)))},set:function(u,r,a){for(var l=arguments.length,o=new Array(l>3?l-3:0),s=3;s<l;s++)o[s-3]=arguments[s];var d;if(Bi(t)&&r==="length"&&a===t.length)return!0;var m=(d=Reflect).set.apply(d,[u,r,a].concat(ra(o)));return Jf(a)&&aa(a,e),m}})}function Se(t,e,n,u){var r=u!=null?u:t,a=ca(oa(n!=null?n:[]),r);Object.defineProperty(t,e,{get:function(){return a},set:function(o){a=ca(oa(o),r)},enumerable:!0})}function tu(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,u=new Array(e);n<e;n++)u[n]=t[n];return u}function tm(t){if(Array.isArray(t))return tu(t)}function sa(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function da(t,e,n,u,r,a,l){try{var o=t[a](l),s=o.value}catch(d){n(d);return}o.done?e(s):Promise.resolve(s).then(u,r)}function nm(t){return function(){var e=this,n=arguments;return new Promise(function(u,r){var a=t.apply(e,n);function l(s){da(a,u,r,l,o,"next",s)}function o(s){da(a,u,r,l,o,"throw",s)}l(void 0)})}}function im(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function um(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ze(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?ze=Reflect.get:ze=function(r,a,l){var o=hm(r,a);if(!!o){var s=Object.getOwnPropertyDescriptor(o,a);return s.get?s.get.call(l):s.value}},ze(t,e,n||t)}function be(t){return be=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},be(t)}function rm(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&&nu(t,e)}function am(t,e){return e!=null&&typeof Symbol!="undefined"&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}function lm(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function om(){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 cm(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},u=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(u=u.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),u.forEach(function(r){um(t,r,n[r])})}return t}function sm(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(t);e&&(u=u.filter(function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable})),n.push.apply(n,u)}return n}function dm(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):sm(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function fm(t,e){return e&&(ym(e)==="object"||typeof e=="function")?e:sa(t)}function nu(t,e){return nu=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},nu(t,e)}function hm(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=be(t),t!==null););return t}function fa(t){return tm(t)||lm(t)||mm(t)||om()}var ym=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function mm(t,e){if(!!t){if(typeof t=="string")return tu(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 tu(t,e)}}function gm(){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 vm(t){var e=gm();return function(){var u=be(t),r;if(e){var a=be(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return fm(this,r)}}var bm=1e4,V=function(e){rm(u,e);var n=vm(u);function u(a){im(this,u);var l;l=n.call(this,a),l.controlType="layout";var o=am(this,u)?this.constructor:void 0,s=o.excludes,d=o.childrenMaxLength;return l.props=new N(a==null?void 0:a.props),Se(sa(l),"children",a==null?void 0:a.children),l.excludes=ge(s),l.childrenMaxLength=d,l}var r=u.prototype;return r.judgeExcludesChildren=function(l){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(l)},r.judgeJoinChildren=function(l){var o=this.judgeExcludesChildren(l);return o&&this.childrenMaxLength>this.children.length},r.validate=function(l,o){var s=this,d=this,m=function(){return ze(be(u.prototype),"validate",s)};return nm(ie.default.mark(function v(){return ie.default.wrap(function(w){for(;;)switch(w.prev=w.next){case 0:return w.next=2,m().call(d,l,o);case 2:return w.next=4,Promise.all(d.children.map(function(S){return S.validate(l,o)}));case 4:return w.abrupt("return",!0);case 5:case"end":return w.stop()}},v)}))()},r.toDataBindModel=function(){var l=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,o=ze(be(u.prototype),"toDataBindModel",this).call(this),s=o?[o]:[];return this.children.reduce(function(d,m){var v=m.toDataBindModel(l);if(Array.isArray(v)){var b=v.filter(function(w){return!!w});return fa(d).concat(fa(b))}return v&&d.push(v),d},s)},r.toSchema=function(){var l=ze(be(u.prototype),"toSchema",this).call(this),o=this.children.map(function(s){var d=s.toSchema();return d});return dm(cm({},l),{children:o})},u}(k);V.excludes=!1,V.childrenMaxLength=bm;function ha(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Em(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function yn(t){return yn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},yn(t)}function Cm(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&&iu(t,e)}function Im(t,e){return e&&(wm(e)==="object"||typeof e=="function")?e:ha(t)}function iu(t,e){return iu=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},iu(t,e)}var wm=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Am(){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 Sm(t){var e=Am();return function(){var u=yn(t),r;if(e){var a=yn(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return Im(this,r)}}var U=function(t){Cm(n,t);var e=Sm(n);function n(u){Em(this,n);var r;return r=e.call(this,u),r.controlType="layout",r.props=new N(u==null?void 0:u.props),Se(ha(r),"children",u==null?void 0:u.children),r}return n}(X);function ya(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function _m(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function mn(t){return mn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},mn(t)}function Rm(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 Bm(t,e){return e&&(Tm(e)==="object"||typeof e=="function")?e:ya(t)}function uu(t,e){return uu=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},uu(t,e)}var Tm=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Pm(){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 Dm(t){var e=Pm();return function(){var u=mn(t),r;if(e){var a=mn(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return Bm(this,r)}}var gn=function(t){Rm(n,t);var e=Dm(n);function n(u,r){_m(this,n);var a;return a=e.call(this,r),Se(ya(a),"headers",r==null?void 0:r.headers,u),a}return n}(W);function ru(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,u=new Array(e);n<e;n++)u[n]=t[n];return u}function xm(t){if(Array.isArray(t))return ru(t)}function ma(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ga(t,e,n,u,r,a,l){try{var o=t[a](l),s=o.value}catch(d){n(d);return}o.done?e(s):Promise.resolve(s).then(u,r)}function Fm(t){return function(){var e=this,n=arguments;return new Promise(function(u,r){var a=t.apply(e,n);function l(s){ga(a,u,r,l,o,"next",s)}function o(s){ga(a,u,r,l,o,"throw",s)}l(void 0)})}}function Om(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function km(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Ge(t,e,n){return typeof Reflect!="undefined"&&Reflect.get?Ge=Reflect.get:Ge=function(r,a,l){var o=Hm(r,a);if(!!o){var s=Object.getOwnPropertyDescriptor(o,a);return s.get?s.get.call(l):s.value}},Ge(t,e,n||t)}function Ee(t){return Ee=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ee(t)}function Mm(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&au(t,e)}function Nm(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function $m(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function va(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},u=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(u=u.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),u.forEach(function(r){km(t,r,n[r])})}return t}function Lm(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(t);e&&(u=u.filter(function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable})),n.push.apply(n,u)}return n}function ba(t,e){return e=e!=null?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Lm(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function Vm(t,e){return e&&(jm(e)==="object"||typeof e=="function")?e:ma(t)}function au(t,e){return au=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},au(t,e)}function Hm(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&(t=Ee(t),t!==null););return t}function Ea(t){return xm(t)||Nm(t)||qm(t)||$m()}var jm=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function qm(t,e){if(!!t){if(typeof t=="string")return ru(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 ru(t,e)}}function Um(){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 Wm(t){var e=Um();return function(){var u=Ee(t),r;if(e){var a=Ee(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return Vm(this,r)}}var lu=function(t){Mm(n,t);var e=Wm(n);function n(r){Om(this,n);var a;return a=e.call(this,r),a.controlType="list",a.props=new gn(ma(a),r==null?void 0:r.props),a}var u=n.prototype;return u.validate=function(a,l){var o=this,s=this,d=function(){return Ge(Ee(n.prototype),"validate",o)};return Fm(ie.default.mark(function m(){return ie.default.wrap(function(b){for(;;)switch(b.prev=b.next){case 0:return b.next=2,d().call(s,a);case 2:return b.next=4,Promise.all(s.props.headers.map(function(w){return w.validate(a,l)}));case 4:return b.abrupt("return",!0);case 5:case"end":return b.stop()}},m)}))()},u.toDataBindModel=function(){var a=Ge(Ee(n.prototype),"toDataBindModel",this).call(this),l=a?[a]:[],o=this.id;return this.props.headers.reduce(function(s,d){var m=d.toDataBindModel(o);if(Array.isArray(m)){var v=m.filter(function(b){return!!b});return Ea(s).concat(Ea(v))}return m&&s.push(m),s},l)},u.toSchema=function(){var a=Ge(Ee(n.prototype),"toSchema",this).call(this),l=this.props.headers.map(function(o){return o.toSchema()});return ba(va({},a),{props:ba(va({},this.props),{headers:l})})},n}(k);lu.controlFieldType=g.LIST;function ou(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Km(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ca(t,e){for(var n=0;n<e.length;n++){var u=e[n];u.enumerable=u.enumerable||!1,u.configurable=!0,"value"in u&&(u.writable=!0),Object.defineProperty(t,u.key,u)}}function zm(t,e,n){return e&&Ca(t.prototype,e),n&&Ca(t,n),t}function vn(t){return vn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},vn(t)}function Gm(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&&cu(t,e)}function Qm(t,e){return e&&(Xm(e)==="object"||typeof e=="function")?e:ou(t)}function cu(t,e){return cu=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},cu(t,e)}var Xm=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Jm(){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 Zm(t){var e=Jm();return function(){var u=vn(t),r;if(e){var a=vn(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return Qm(this,r)}}var Ia=function(t){Gm(n,t);var e=Zm(n);function n(u){Km(this,n);var r;return r=e.call(this,u),r.controlType="list",r.props=new gn(ou(r),u==null?void 0:u.props),Se(ou(r),"children",u==null?void 0:u.children),r}return zm(n,[{key:"length",get:function(){return this.children.length}}]),n}(X);function wa(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function su(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function bn(t){return bn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},bn(t)}function du(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&&fu(t,e)}function Ym(t,e){return e&&(pm(e)==="object"||typeof e=="function")?e:wa(t)}function fu(t,e){return fu=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},fu(t,e)}var pm=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function eg(){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 hu(t){var e=eg();return function(){var u=bn(t),r;if(e){var a=bn(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return Ym(this,r)}}var En=function(t){du(n,t);var e=hu(n);function n(u){su(this,n);var r;return r=e.call(this,u),r.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")},r.width={type:"number",required:!1,message:f.getMessage("pleaseEnterColumnWidth")},r.width.required=u.widthType==="px",r}return n}(q),H=function(t){du(n,t);var e=hu(n);function n(u){su(this,n);var r;r=e.call(this,u);var a;r.width=(a=u==null?void 0:u.width)!==null&&a!==void 0?a:150,r.widthType=(u==null?void 0:u.widthType)||"auto";var l;r.caption=(l=u==null?void 0:u.caption)!==null&&l!==void 0?l:"";var o;r.fixed=(o=u==null?void 0:u.fixed)!==null&&o!==void 0?o:"none",r.dataBind=new ae(u==null?void 0:u.dataBind);var s;return r.sort=(s=u==null?void 0:u.sort)!==null&&s!==void 0?s:!0,r}return n}(W);H.Rules=En;var Aa=function(t){du(n,t);var e=hu(n);function n(u){su(this,n);var r;return r=e.call(this,u),r.optionConfig={type:"enum",enum:["custom","datasource","none"],message:f.getMessage("PleaseSelectTheCorrectOptionSettings")},r.options=[{type:"array",message:f.getMessage("isNotArray")}],r.datasourceBind=[{type:"object",message:f.getMessage("isNotObject")}],Xi.call(wa(r),u),r}return n}(En);function tg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ng(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Cn(t){return Cn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Cn(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&&yu(t,e)}function ug(t,e){return e&&(rg(e)==="object"||typeof e=="function")?e:tg(t)}function yu(t,e){return yu=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},yu(t,e)}var rg=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function ag(){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 lg(t){var e=ag();return function(){var u=Cn(t),r;if(e){var a=Cn(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return ug(this,r)}}var K=function(t){ig(n,t);var e=lg(n);function n(u){ng(this,n);var r;return r=e.call(this,u),r.controlType="column",r.props=new H(u==null?void 0:u.props),r}return n}(k);function og(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function cg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function In(t){return In=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},In(t)}function sg(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&mu(t,e)}function dg(t,e){return e&&(fg(e)==="object"||typeof e=="function")?e:og(t)}function mu(t,e){return mu=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},mu(t,e)}var fg=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function hg(){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 yg(t){var e=hg();return function(){var u=In(t),r;if(e){var a=In(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return dg(this,r)}}var z=function(t){sg(n,t);var e=yg(n);function n(u){cg(this,n);var r;return r=e.call(this,u),r.controlType="column",r.props=new H(u==null?void 0:u.props),r}return n}(X);function mg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function gg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function wn(t){return wn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},wn(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&&gu(t,e)}function bg(t,e){return e&&(Eg(e)==="object"||typeof e=="function")?e:mg(t)}function gu(t,e){return gu=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},gu(t,e)}var Eg=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Cg(){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 Ig(t){var e=Cg();return function(){var u=wn(t),r;if(e){var a=wn(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return bg(this,r)}}var vu=function(t){vg(n,t);var e=Ig(n);function n(u){gg(this,n);var r;return r=e.call(this,u),r.dataBind=new ae(u==null?void 0:u.dataBind),r}return n}(N);function wg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Ag(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function An(t){return An=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},An(t)}function Sg(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&bu(t,e)}function _g(t,e){return e&&(Rg(e)==="object"||typeof e=="function")?e:wg(t)}function bu(t,e){return bu=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},bu(t,e)}var Rg=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Bg(){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=Bg();return function(){var u=An(t),r;if(e){var a=An(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return _g(this,r)}}var Pg=function(t){Sg(n,t);var e=Tg(n);function n(u){Ag(this,n);var r;return r=e.call(this,u),r.controlType="search",r.props=new vu(u==null?void 0:u.props),r}return n}(V);function Dg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function xg(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Sn(t){return Sn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Sn(t)}function Fg(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&&Eu(t,e)}function Og(t,e){return e&&(kg(e)==="object"||typeof e=="function")?e:Dg(t)}function Eu(t,e){return Eu=Object.setPrototypeOf||function(u,r){return u.__proto__=r,u},Eu(t,e)}var kg=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Mg(){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 Ng(t){var e=Mg();return function(){var u=Sn(t),r;if(e){var a=Sn(this).constructor;r=Reflect.construct(u,arguments,a)}else r=u.apply(this,arguments);return Og(this,r)}}var $g=function(t){Fg(n,t);var e=Ng(n);function n(u){xg(this,n);var r;return r=e.call(this,u),r.controlType="search",r.props=new vu(u==null?void 0:u.props),r}return n}(U);class Cu extends W{constructor(e){var n,u,r,a,l;super(e),this.fontSize=(n=e==null?void 0:e.fontSize)!=null?n:"14px",this.color=(u=e==null?void 0:e.color)!=null?u:"#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"}}class Sa extends k{constructor(e){super(e),this.props=new Cu(e==null?void 0:e.props)}static get controlName(){return"\u8BF4\u660E\u6587\u5B57"}static get controlIcon(){return"iconwenben"}static get controlType(){return"text"}}Sa.setting=[{key:"content",visible:!0},{key:"text-font-size",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"text-color",visible:!0},{key:"text-state",visible:!0},{key:"text-icon",visible:!0},{key:"super-setting",visible:!0}];class Lg extends X{constructor(e){super(e),this.props=new Cu(e==null?void 0:e.props)}static get controlType(){return"text"}}var _a={Designer:Sa,Runtime:Lg,Property:Cu};class Iu extends W{constructor(e){var n,u,r;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:"\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",this.url=(u=e==null?void 0:e.url)!=null?u:"",this.openMode=(r=e==null?void 0:e.openMode)!=null?r:"new"}}class wu extends k{constructor(e){super(e),this.props=new Iu(e==null?void 0:e.props)}static get controlName(){return"\u94FE\u63A5"}static get controlIcon(){return"iconlink_new"}static get controlType(){return"link"}}wu.controlEventKeys=["on_click"],wu.setting=[{key:"content",visible:!0},{key:"link-url",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"open-mode",visible:!0},{key:"super-setting",visible:!0}];class Vg extends X{constructor(e){super(e),this.props=new Iu(e==null?void 0:e.props)}static get controlType(){return"link"}}var Ra={Designer:wu,Runtime:Vg,Property:Iu};class J extends W{constructor(e){var n,u,r,a,l,o,s,d;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:"\u6309\u94AE",this.buttonType=(u=e==null?void 0:e.buttonType)!=null?u:"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=(s=e==null?void 0:e.command)!=null?s:"custom",this.isLoading=(d=e==null?void 0:e.isLoading)!=null?d:!1}}class Z extends k{constructor(e){super(e),this.props=new J(e==null?void 0:e.props)}static get controlName(){return"\u6309\u94AE"}static get controlIcon(){return"iconbtn"}static get controlType(){return"button"}}Z.controlEventKeys=["on_click"],Z.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"super-setting",visible:!0}];class te extends X{constructor(e){super(e),this.props=new J(e==null?void 0:e.props)}static get controlType(){return"button"}}var Ba={Designer:Z,Runtime:te,Property:J},_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))(_e||{}),Ta=(t=>(t.EARLY_DATE="earlyDate",t.LATE_DATE="lateDate",t.UN_SELECT_ABLE_INTERVAL="unSelectAbleInterval",t))(Ta||{}),Pa=(t=>(t.FILE_IN_TIME="filledInTime",t.BEFORE_TIME="beforeTime",t.AFTER_TIME="afterTime",t.TIME_SPECIFIED="timeSpecified",t))(Pa||{});class _n{constructor(e={dateConfigType:"unSelectAbleInterval",dateLimitType:"filledInTime",id:de(8),value:["",""]}){this.id=e.id,this.dateConfigType=e.dateConfigType,this.dateLimitType=e.dateLimitType,this.value=e.value}}var Au=(t=>(t.PRAISE="praise",t.STAR="star",t.FLOWER="flower",t.HAND="hand",t.HEART="heart",t.SMILE="smile",t))(Au||{});class Rn{constructor(e){var n,u;this.id=(n=e==null?void 0:e.id)!=null?n:de(),this.text=(u=e==null?void 0:e.text)!=null?u:""}}var Su=(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))(Su||{});class _u{constructor(e){var n,u,r,a,l,o,s,d;this.type=(n=e==null?void 0:e.type)!=null?n:"private",this.person=new ot((u=e==null?void 0:e.person)!=null?u:{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 ot((a=e==null?void 0:e.telephone)!=null?a:{type:"form"}),this.company=(s=e==null?void 0:e.company)!=null?s:new ot((o=e==null?void 0:e.company)!=null?o:{type:"form"}),this.remark=(d=e==null?void 0:e.remark)!=null?d:""}}class Da{constructor(e){var n,u,r,a,l,o;this.fileControl=(n=e==null?void 0:e.fileControl)!=null?n:"",this.undersignedList=(r=(u=e==null?void 0:e.undersignedList)==null?void 0:u.map(s=>new _u(s)))!=null?r:[new _u],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 Ru{constructor(e){var n,u,r,a,l,o,s;this.id=(n=e==null?void 0:e.id)!=null?n:de(8),this.appId=(u=e==null?void 0:e.appId)!=null?u:"",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=(s=e==null?void 0:e.active)!=null?s:!1}}class Bu{constructor(e){var n,u;this.active=(n=e==null?void 0:e.active)!=null?n:!1,this.text=(u=e==null?void 0:e.text)!=null?u:""}}class xa{constructor(e){var n,u,r,a;this.types=(n=e==null?void 0:e.types)!=null?n:["word","ppt","excel"],this.history=(u=e==null?void 0:e.history)!=null?u:!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 Bu(e==null?void 0:e.watermark),this.autoRename=new Bu(e==null?void 0:e.autoRename)}}const Fa=480;function ht(t){return new RegExp(t.replace(/^\/|\/$/g,""))}class Oa{constructor(e){var n,u;this.fileId=(n=e==null?void 0:e.fileId)!=null?n:"",this.fileName=(u=e==null?void 0:e.fileName)!=null?u:""}}class ka{constructor(e){var n,u,r;this.direction=(n=e==null?void 0:e.direction)!=null?n:"row",this.justifyContent=(u=e==null?void 0:e.justifyContent)!=null?u:"flex-start",this.alignItems=(r=e==null?void 0:e.alignItems)!=null?r:"flex-start"}}var Ma=(t=>(t.NO_MASK="NO_MASK",t.LAST_FOUR_MASK="LAST_FOUR_MASK",t.ALL_MASK="ALL_MASK",t))(Ma||{});class Tu extends W{constructor(e){var n,u;super(e),this.color=(n=e==null?void 0:e.color)!=null?n:"#000",this.lineStyle=(u=e==null?void 0:e.lineStyle)!=null?u:Su.SOLID}}class Na extends k{constructor(e){super(e),this.props=new Tu(e==null?void 0:e.props)}static get controlName(){return"\u5206\u5272\u7EBF"}static get controlIcon(){return"iconfengexian"}static get controlType(){return"divider"}}Na.setting=[{key:"line-style",visible:!0},{key:"color",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]}];class Hg extends X{constructor(e){super(e),this.props=new Tu(e==null?void 0:e.props)}static get controlType(){return"divider"}}var $a={Designer:Na,Runtime:Hg,Property:Tu};class jg extends q{constructor(e){super(e),this.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")},this.dataBind={type:"any"},e.config.includes(_e.ShowBizKey)&&(this.dataBind={type:"object",required:!0,fields:{fieldCode:{type:"string",required:!0,message:f.getMessage("bizKeyNotBindFiled")},dataCode:{type:"string",required:!0,message:f.getMessage("bizKeyNotBindFiled")}},message:f.getMessage("bizKeyNotBindFiled")})}}class Bn extends W{constructor(e){var n,u,r;super(e),this.dataBind=new ae(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],this.caption=(r=(u=e==null?void 0:e.caption)!=null?u:Qe==null?void 0:Qe.controlName)!=null?r:""}}Bn.Rules=jg;class Qe extends k{constructor(e){super(e),this.props=new Bn(e==null?void 0:e.props)}static get controlName(){return"\u6807\u9898\u7EC4\u4EF6"}static get controlIcon(){return"title"}static get controlType(){return"title"}}Qe.controlFieldType=g.AUTO_NUMBER,Qe.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"title-setting",visible:!0},{key:"super-setting",visible:!0}];class qg extends X{constructor(e){super(e),this.props=new Bn(e==null?void 0:e.props)}static get controlType(){return"title"}}var La={Designer:Qe,Runtime:qg,Property:Bn};class Ug extends q{constructor(e){super(e),this.formKey={type:"string",required:!0,message:f.getMessage("pleaseEnterForm")}}}class Tn extends J{constructor(e){var n,u,r,a;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:yt.controlIcon,this.content=(u=e==null?void 0:e.content)!=null?u:yt.controlName,this.formKey=(r=e==null?void 0:e.formKey)!=null?r:"",this.openType=(a=e==null?void 0:e.openType)!=null?a:"modal"}}Tn.Rules=Ug;class yt extends Z{constructor(e){super(e),this.props=new Tn(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"}}yt.controlEventKeys=["on_click","on_click_finish"],yt.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 Wg extends te{constructor(e){super(e),this.props=new Tn(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-create-form"}}var Va={Designer:yt,Runtime:Wg,Property:Tn};class Kg extends q{constructor(e){super(e),this.processKey=[{type:"string",message:f.getMessage("isNotString")},{type:"string",required:!0,message:f.getMessage("pleaseEnterProcess")}]}}class Pn extends J{constructor(e){var n,u,r,a,l,o;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:mt.controlIcon,this.content=(u=e==null?void 0:e.content)!=null?u:mt.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:""}}Pn.Rules=Kg;class mt extends Z{constructor(e){super(e),this.props=new Pn(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"}}mt.controlEventKeys=["on_click","on_click_finish"],mt.setting=[{key:"button-content",visible:!0},{key:"select-process",visible:!0},{key:"initiator-mode",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class zg extends te{constructor(e){super(e),this.props=new Pn(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-submission"}}var Ha={Designer:mt,Runtime:zg,Property:Pn};class Pu extends J{constructor(e){var n,u;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:gt.controlName,this.icon=(u=e==null?void 0:e.icon)!=null?u:gt.controlIcon}}class gt extends Z{constructor(e){super(e),this.props=new Pu(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"}}gt.controlEventKeys=["on_click"],gt.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"super-setting",visible:!0}];class Gg extends te{constructor(e){super(e),this.props=new Pu(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-submission-record"}}var ja={Designer:gt,Runtime:Gg,Property:Pu};class Du extends J{constructor(e){var n,u,r,a;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:vt.controlIcon,this.content=(u=e==null?void 0:e.content)!=null?u:vt.controlName,this.templateList=(a=(r=e==null?void 0:e.templateList)==null?void 0:r.map(l=>new Ru(l)))!=null?a:[new Ru({id:"default",name:"\u9ED8\u8BA4\u6A21\u677F",appId:"default",dataCode:"default",svcCode:"default",fieldList:[""],active:!0})]}}class vt extends Z{constructor(e){super(e),this.props=new Du(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"}}vt.controlEventKeys=["on_click","on_click_finish"],vt.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 Qg extends te{constructor(e){super(e),this.props=new Du(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-list"}}var qa={Designer:vt,Runtime:Qg,Property:Du};class xu extends J{constructor(e){var n,u;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:bt.controlName,this.icon=(u=e==null?void 0:e.icon)!=null?u:bt.controlIcon}}class bt extends Z{constructor(e){super(e),this.props=new xu(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"}}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 Xg extends te{constructor(e){super(e),this.props=new xu(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-export-record"}}var Ua={Designer:bt,Runtime:Xg,Property:xu};class Jg{constructor(e){this.dataCode=e.dataCode}}class Fu extends J{constructor(e){var n,u,r,a;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Et.controlName,this.icon=(u=e==null?void 0:e.icon)!=null?u:Et.controlIcon,this.canImportList=(a=(r=e==null?void 0:e.canImportList)==null?void 0:r.map(l=>new Jg(l)))!=null?a:[]}}class Et extends Z{constructor(e){super(e),this.props=new Fu(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"}}Et.controlEventKeys=["on_click","on_click_finish"],Et.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"can-import-subtable",visible:!0},{key:"super-setting",visible:!0}];class Zg extends te{constructor(e){super(e),this.props=new Fu(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-import-record"}}var Wa={Designer:Et,Runtime:Zg,Property:Fu};function Dn(){return{dataCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterDataCode")},fillList:{type:"array",defaultField:{type:"object",fields:{fieldCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterFieldCode")},controlId:{type:"string",required:!0,message:f.getMessage("pleaseSelectControl")}}}}}}class Yg extends q{constructor(e){super(e),this.fillPayload={type:"object",fields:we({},Dn())},this.formBind={type:"object",fields:{formKey:{type:"string",required:!0,message:f.getMessage("pleaseEnterList")}}},this.fillBack={type:"object",fields:we({mode:{type:"string",required:!0,message:f.getMessage("pleaseSelectFillBackMode")}},Dn())},(e.command==="edit"||e.command==="view")&&(this.formBind.fields.primaryControlId={type:"string",required:!0,message:f.getMessage("pleaseSelectControl")})}}class xn extends J{constructor(e){var n,u,r;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:Ct.controlName,this.icon=(u=e==null?void 0:e.icon)!=null?u:Ct.controlIcon,this.command=(r=e==null?void 0:e.command)!=null?r:"create",this.fillPayload=new Mi(e==null?void 0:e.fillPayload),this.formBind=new ch(e==null?void 0:e.formBind),this.fillBack=new Vr(e==null?void 0:e.fillBack)}}xn.Rules=Yg;class Ct extends Z{constructor(e){super(e),this.props=new xn(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"}}Ct.controlEventKeys=["on_click","on_click_finish"],Ct.setting=[{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-show-type",visible:!0},{key:"button-color-type",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class pg extends te{constructor(e){super(e),this.props=new xn(e==null?void 0:e.props)}static get controlType(){return"form-select-button"}}var Ka={Designer:Ct,Runtime:pg,Property:xn};class ev extends q{constructor(e){super(e),this.fillPayload={type:"object",fields:we({},Dn())},this.listPageBind={type:"object",fields:{formKey:{type:"string",required:!0,message:f.getMessage("pleaseEnterList")},headers:{type:"array",required:!0,message:f.getMessage("pleaseSelectAtLeastOneColumn")}}},this.fillBack={type:"object",fields:we({mode:{type:"string",required:!0,message:f.getMessage("pleaseSelectFillBackMode")}},Dn())}}}class Fn extends J{constructor(e){var n,u;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:It.controlName,this.icon=(u=e==null?void 0:e.icon)!=null?u:It.controlIcon,this.fillPayload=new Mi(e==null?void 0:e.fillPayload),this.listPageBind=new Nr(e==null?void 0:e.listPageBind),this.fillBack=new Vr(e==null?void 0:e.fillBack)}}Fn.Rules=ev;class It extends Z{constructor(e){super(e),this.props=new Fn(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"}}It.controlEventKeys=["on_click","on_click_finish"],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:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"button-action-setting",visible:!0},{key:"super-setting",visible:!0}];class tv extends te{constructor(e){super(e),this.props=new Fn(e==null?void 0:e.props)}static get controlType(){return"list-select-button"}}var za={Designer:It,Runtime:tv,Property:Fn};class nv extends q{constructor(e){super(e)}}class iv extends Ae{constructor(e){super(e)}}class wt extends W{constructor(e){super(e)}}wt.Rules=nv,wt.RuntimeRules=iv;class Ga extends k{constructor(e){super(e),this.props=new wt(e==null?void 0:e.props)}static get controlName(){return"\u5206\u9875"}static get controlIcon(){return"pagination"}static get controlType(){return"pagination"}}Ga.setting=[];class uv extends X{constructor(e){super(e),this.props=new wt(e==null?void 0:e.props)}static get controlType(){return"pagination"}}var Qa={Designer:Ga,Runtime:uv,Property:wt};class rv extends q{constructor(e){super(e),this.dashboardKey={type:"string",required:!0,message:f.getMessage("pleaseSelectDashboard")},this.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.captionTip={type:"string",required:!1,message:f.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class On extends W{constructor(e){var n,u,r,a,l,o;super(e),this.dashboardKey=(n=e==null?void 0:e.dashboardKey)!=null?n:"",this.caption=(u=e==null?void 0:e.caption)!=null?u:"",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"}}On.Rules=rv;class Xa extends k{constructor(e){super(e),this.props=new On(e==null?void 0:e.props)}static get controlName(){return"\u4EEA\u8868\u76D8"}static get controlIcon(){return"iconbiaodan_yibiaopan"}static get controlType(){return"dashboard"}}Xa.setting=[{key:"dashboard-setting",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class av extends X{constructor(e){super(e),this.props=new On(e==null?void 0:e.props)}static get controlType(){return"dashboard"}}var Ja={Designer:Xa,Runtime:av,Property:On};class lv extends q{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:f.getMessage("theViewNameCannotBeEmpty")},headers:{type:"array",required:!0,min:1,message:f.getMessage("pleaseSelectAtLeastOneColumn")}}}}}}class kn extends W{constructor(e){var n,u,r;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"select",this.viewList=(r=(u=e==null?void 0:e.viewList)==null?void 0:u.map(a=>new Rh(a)))!=null?r:[]}}kn.Rules=lv;class Za extends k{constructor(e){super(e),this.props=new kn(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"}}Za.setting=[{key:"view-list-setting",visible:!0},{key:"view-list-show-type",visible:!0},{key:"super-setting",visible:!0}];class ov extends X{constructor(e){super(e),this.props=new kn(e==null?void 0:e.props)}static get controlType(){return"list-view-select"}}var Ya={Designer:Za,Runtime:ov,Property:kn};class cv extends q{constructor(e){super(e),this.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.ocrType={type:"string",required:!0,message:f.getMessage("pleaseSelectOcrType")},this.fillList={type:"array",validator(n,u,r){if(u.every(l=>!l.controlId)){r(f.getMessage("pleaseSelectAtLeastOneFieldToFillIn"));return}r()}},this.captionTip={type:"string",required:!1,message:f.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Mn extends J{constructor(e){var n,u,r,a,l,o,s,d,m,v;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Xe.controlName,this.isHideCaption=(u=e==null?void 0:e.isHideCaption)!=null?u:!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:Xe.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:Xe.controlIcon,this.ocrType=(d=e==null?void 0:e.ocrType)!=null?d:"",this.fillList=(v=(m=e==null?void 0:e.fillList)==null?void 0:m.map(b=>new ue(b)))!=null?v:[]}}Mn.Rules=cv;class Xe extends Z{constructor(e){super(e),this.props=new Mn(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"}}Xe.controlEventKeys=["on_click","on_click_finish"],Xe.setting=[{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"text-ocr",visible:!0},{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class sv extends te{constructor(e){super(e),this.props=new Mn(e==null?void 0:e.props)}static get controlType(){return"text-ocr-button"}}var pa={Designer:Xe,Runtime:sv,Property:Mn};class dv extends q{constructor(e){super(e),this.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.invoiceCheck={type:"boolean"},this.fillList={type:"array",validator(n,u,r){if(u.every(l=>!l.controlId)){r(f.getMessage("pleaseSelectAtLeastOneFieldToFillIn"));return}r()}},this.captionTip={type:"string",required:!1,message:f.getMessage("pleaseEnterCaptionTip")},e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Nn extends J{constructor(e){var n,u,r,a,l,o,s,d,m,v;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Je.controlName,this.isHideCaption=(u=e==null?void 0:e.isHideCaption)!=null?u:!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:Je.controlName,this.icon=(s=e==null?void 0:e.icon)!=null?s:Je.controlIcon,this.invoiceCheck=(d=e==null?void 0:e.invoiceCheck)!=null?d:!0,this.fillList=(v=(m=e==null?void 0:e.fillList)==null?void 0:m.map(b=>new ue(b)))!=null?v:[]}}Nn.Rules=dv;class Je extends Z{constructor(e){super(e),this.props=new Nn(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"}}Je.controlEventKeys=["on_click","on_click_finish"],Je.setting=[{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"text-ocr",visible:!0},{key:"button-content",visible:!0},{key:"button-type",visible:!0},{key:"button-color-type",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class fv extends te{constructor(e){super(e),this.props=new Nn(e==null?void 0:e.props)}static get controlType(){return"invoice-check-button"}}var el={Designer:Je,Runtime:fv,Property:Nn};class hv extends q{constructor(){super(...arguments),this.printTemplates={type:"array",min:1,required:!0,message:f.getMessage("pleaseUploadAtLeastOnePrintTemplate")}}}class $n extends J{constructor(e){var n,u,r,a;super(e),this.icon=(n=e==null?void 0:e.icon)!=null?n:At.controlIcon,this.content=(u=e==null?void 0:e.content)!=null?u:At.controlName,this.printTemplates=(a=(r=e==null?void 0:e.printTemplates)==null?void 0:r.map(l=>new Oa(l)))!=null?a:[]}}$n.Rules=hv;class At extends Z{constructor(e){super(e),this.props=new $n(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"}}At.controlEventKeys=["on_click","on_click_finish"],At.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 yv extends te{constructor(e){super(e),this.props=new $n(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print"}}var tl={Designer:At,Runtime:yv,Property:$n};class Ou extends J{constructor(e){var n,u;super(e),this.content=(n=e==null?void 0:e.content)!=null?n:St.controlName,this.icon=(u=e==null?void 0:e.icon)!=null?u:St.controlIcon}}class St extends Z{constructor(e){super(e),this.props=new Ou(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"}}St.controlEventKeys=["on_click"],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:"super-setting",visible:!0}];class mv extends te{constructor(e){super(e),this.props=new Ou(e==null?void 0:e.props)}static get controlType(){return"list-page-btn-batch-print-record"}}var nl={Designer:St,Runtime:mv,Property:Ou},gv=Object.freeze({__proto__:null,Text:_a,Link:Ra,Button:Ba,Divider:$a,Title:La,CreateFormListButton:Va,BatchSubmissionListButton:Ha,SubmissionRecordListButton:ja,ExportListButton:qa,ExportRecordListButton:Ua,ImportRecordListButton:Wa,FormSelectButton:Ka,ListSelectButton:za,Pagination:Qa,Dashboard:Ja,ListViewSelect:Ya,TextOcrButton:pa,InvoiceCheckButton:el,BatchPrintListButton:tl,BatchPrintRecordListButton:nl});class vv extends Y{constructor(e){super(e),this.maxLength={type:"number",min:0,message:f.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:200,message:f.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue=[{type:"string",max:200,min:0,message:f.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=f.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength}),this.defaultValue[1].pattern=ht(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class bv extends M{constructor(e){super(e),this.push({type:"string",message:f.getMessage("isNotString")},{max:e.maxLength,min:e.minLength,message:f.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:ht(e.regularRules.expression),message:e.regularRules.errMessage})}}class Ze extends T{constructor(e){var n,u,r,a,l,o,s;super(e),this.maxLength=(n=e==null?void 0:e.maxLength)!=null?n:200,this.minLength=(u=e==null?void 0:e.minLength)!=null?u:0,this.regularRules=new Hr(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:Ye.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=(s=e==null?void 0:e.encryptedMode)!=null?s:""}}Ze.Rules=vv,Ze.RuntimeRules=bv;class Ye extends P{constructor(e){super(e),this.props=new Ze(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"}}Ye.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Ye.controlFieldType=g.VARCHAR,Ye.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP,c.ENCRYPTED]},{key:"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 il extends D{constructor(e){super(e),this.props=new Ze(e==null?void 0:e.props)}static get controlType(){return"input"}}il.controlFieldType=g.VARCHAR;var ul={Designer:Ye,Runtime:il,Property:Ze};class Ev extends Ke{constructor(e){super(e),this.limitMax={type:"number",min:void 0,message:f.getMessage("PleaseReselectTheOptionalQuantity")},e.limitMax==="unlimited"&&(this.limitMax.type="string");const u=r=>r==="unlimited"?void 0:r;this.limitMax.min=u(e.limitMin)}}class Cv extends M{constructor(e){super(e),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 _t extends T{constructor(e){var n,u,r,a,l,o,s,d,m,v,b,w;super(e),this.options=ye((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=(u=e==null?void 0:e.checkboxMode)!=null?u:"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=(s=e==null?void 0:e.limitMax)!=null?s:"unlimited",this.datasourceBind=new Q(e==null?void 0:e.datasourceBind),this.interreaction=(d=e==null?void 0:e.interreaction)!=null?d:[],this.caption=(m=e==null?void 0:e.caption)!=null?m:Rt.controlName,this.defaultValue=(v=e==null?void 0:e.defaultValue)!=null?v:[],this.optionsFormat=(b=e==null?void 0:e.optionsFormat)!=null?b:"horizontal",this.defaultShowOptions=(w=e==null?void 0:e.defaultShowOptions)!=null?w:!0,this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(S=>{var E;(E=this.multistageFilling)==null||E.push(new ue(S))}))}}_t.Rules=Ev,_t.RuntimeRules=Cv;class Rt extends P{constructor(e){super(e),this.props=new _t(e==null?void 0:e.props)}static get controlName(){return"\u591A\u9009"}static get controlIcon(){return"iconduoxuan"}static get controlType(){return"checkbox"}}Rt.controlEventKeys=["on_change","on_click"],Rt.controlFieldType=g.ARRAY,Rt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"options-format",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0},{key:"limit-select",visible:!0},{key:"options-order",visible:!0},{key:"super-setting",visible:!0}];class rl extends D{constructor(e){super(e),this.props=new _t(e==null?void 0:e.props)}static get controlType(){return"checkbox"}}rl.controlFieldType=g.ARRAY;var al={Designer:Rt,Runtime:rl,Property:_t};class Iv extends Ke{constructor(e){super(e)}}class Ln extends T{constructor(e){var n,u,r,a,l,o,s,d,m,v;super(e),this.options=ye((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=(u=e==null?void 0:e.radioMode)!=null?u:"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=(s=e==null?void 0:e.optionsFormat)!=null?s:"horizontal",this.datasourceBind=new Q(e==null?void 0:e.datasourceBind),this.interreaction=(d=e==null?void 0:e.interreaction)!=null?d:[],this.caption=(m=e==null?void 0:e.caption)!=null?m:Bt.controlName,this.defaultValue=(v=e==null?void 0:e.defaultValue)!=null?v:"",this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(b=>{var w;(w=this.multistageFilling)==null||w.push(new ue(b))}))}}Ln.Rules=Iv;class Bt extends P{constructor(e){super(e),this.props=new Ln(e==null?void 0:e.props)}static get controlName(){return"\u5355\u9009"}static get controlIcon(){return"iconradio_new"}static get controlType(){return"radio"}}Bt.controlEventKeys=["on_change","on_click"],Bt.controlFieldType=g.VARCHAR,Bt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"options-format",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0},{key:"options-order",visible:!0},{key:"super-setting",visible:!0}];class ll extends D{constructor(e){super(e),this.props=new Ln(e==null?void 0:e.props)}static get controlType(){return"radio"}}ll.controlFieldType=g.VARCHAR;var ol={Designer:Bt,Runtime:ll,Property:Ln};class wv extends Y{constructor(e){super(e),this.defaultValue=[{type:"number",min:0,max:200,message:f.getMessage("pleaseEnterNumberRange")},{pattern:"",message:""}],this.rangeMax={type:"any"};const n=e.rangeMax===""?void 0:e.rangeMax,u=e.rangeMin===""?void 0:e.rangeMin;this.defaultValue[0].max=n,this.defaultValue[0].min=u,this.defaultValue[0].message=f.getMessage("pleaseEnterNumberRange",{max:n,min:u}),u&&n!==void 0&&(this.rangeMax={type:"number",min:u,message:f.getMessage("numberRangeSetError")}),this.defaultValue[1].pattern=ht(e.regularRules.expression),this.defaultValue[1].message=e.regularRules.errMessage}}class Av extends M{constructor(e){super(e),this[0].type="number";const n=e.rangeMax!==""?e.rangeMax:void 0,u=e.rangeMin!==""?e.rangeMin:void 0;this.push({type:"number",max:n,min:u,message:f.getMessage(n===void 0?"pleaseEnterAValueGreaterThanMin":u===void 0?"pleaseEnterAValueLessThanMax":"pleaseEnterNumberRange",{max:n,min:u})}),e.regularRules.expression&&e.regularRules.errMessage&&this.push({pattern:ht(e.regularRules.expression),message:e.regularRules.errMessage})}}class Tt extends T{constructor(e){var n,u,r,a,l,o,s,d,m,v,b,w,S;super(e),this.rangeMin=(n=e==null?void 0:e.rangeMin)!=null?n:"",this.rangeMax=(u=e==null?void 0:e.rangeMax)!=null?u:"",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=(s=e==null?void 0:e.showUpperCase)!=null?s:!1,this.isShowUnit=(d=e==null?void 0:e.isShowUnit)!=null?d:!1,this.unitPosition=(m=e==null?void 0:e.unitPosition)!=null?m:"right",this.unit=(v=e==null?void 0:e.unit)!=null?v:"",this.caption=(b=e==null?void 0:e.caption)!=null?b:Pt.controlName,this.placeholder=(w=e==null?void 0:e.placeholder)!=null?w:"\u8BF7\u8F93\u5165",this.defaultValue=(S=e==null?void 0:e.defaultValue)!=null?S:"",this.regularRules=new Hr(e==null?void 0:e.regularRules)}}Tt.Rules=wv,Tt.RuntimeRules=Av;class Pt extends P{constructor(e){super(e),this.props=new Tt(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:u,micrometer:r}=this.props;u!==""&&(n.props.precision=u),n.props.micrometer=r}return n}}Pt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Pt.controlFieldType=g.DECIMAL,Pt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"number-range",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_UNIT,c.IS_SHOW_CAPTION_TIP]},{key:"unit-position",visible:!0},{key:"number-type",visible:!0},{key:"unit",visible:!0},{key:"default-value",visible:!0},{key:"number-suite",showItems:[c.SHOW_UPPER_CASE,c.MICROMETER,c.PRECISION],visible:!0},{key:"regular-rules",visible:!0},{key:"super-setting",visible:!0}];class cl extends D{constructor(e){super(e),this.props=new Tt(e==null?void 0:e.props)}static get controlType(){return"number"}}cl.controlFieldType=g.DECIMAL;var sl={Designer:Pt,Runtime:cl,Property:Tt};class ku extends T{constructor(e){var n,u,r,a,l,o,s,d,m;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:me.DATE,this.setValueType=(u=e==null?void 0:e.setValueType)!=null?u:"custom",this.caption=(r=e==null?void 0:e.caption)!=null?r:Vn.controlName,this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:"\u8BF7\u8F93\u5165\u65E5\u671F",this.defaultValue=(l=e==null?void 0:e.defaultValue)!=null?l:"",this.limitDateList=(s=(o=e==null?void 0:e.limitDateList)==null?void 0:o.map(v=>new _n(v)))!=null?s:[],this.allowDateRange=(d=e==null?void 0:e.allowDateRange)!=null?d:["",""],this.filterWeekend=(m=e==null?void 0:e.filterWeekend)!=null?m:!1}}class Vn extends P{constructor(e){super(e),this.props=new ku(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:u}=this.props;n.props.dateType=u}return n}}Vn.controlFieldType=g.TIMESTAMP,Vn.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"date-type",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class dl extends D{constructor(e){super(e),this.props=new ku(e==null?void 0:e.props)}static get controlType(){return"date-picker"}}dl.controlFieldType=g.TIMESTAMP;var fl={Designer:Vn,Runtime:dl,Property:ku};class Sv extends M{constructor(e){super(e),this[0].type="object",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 Hn extends T{constructor(e){var n,u,r,a,l,o,s,d,m;super(e),this.dataBind=new Ih(e==null?void 0:e.dataBind),this.defaultValue=new wh(e==null?void 0:e.defaultValue),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:me.DATE,this.setValueType=(u=e==null?void 0:e.setValueType)!=null?u:"custom",this.rangeMin=(r=e==null?void 0:e.rangeMin)!=null?r:"",this.rangeMax=(a=e==null?void 0:e.rangeMax)!=null?a:"",this.placeholderStart=(l=e==null?void 0:e.placeholderStart)!=null?l:"\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=(s=e==null?void 0:e.caption)!=null?s:jn.controlName,this.limitDateList=(m=(d=e==null?void 0:e.limitDateList)==null?void 0:d.map(v=>new _n(v)))!=null?m:[]}}Hn.RuntimeRules=Sv;class jn extends P{constructor(e){super(e),this.props=new Hn(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:u}=this.props;n.props.dateType=u}return n}}jn.controlFieldType=g.TIMESCOPE,jn.setting=[{key:"data-bind-date-range",visible:!0},{key:"caption",showItems:[c.CAPTION,c.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:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class hl extends D{constructor(e){super(e),this.props=new Hn(e==null?void 0:e.props)}static get controlType(){return"date-range"}}hl.controlFieldType=g.TIMESCOPE;var yl={Designer:jn,Runtime:hl,Property:Hn};class _v extends Y{constructor(e){super(e),this.maxLength={type:"number",min:0,message:f.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:1e6,message:f.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue={type:"string",max:200,min:0,message:f.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=f.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}}class Rv extends M{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:f.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})})}}class Dt extends T{constructor(e){var n,u,r,a,l;super(e),this.maxLength=(n=e==null?void 0:e.maxLength)!=null?n:5e4,this.minLength=(u=e==null?void 0:e.minLength)!=null?u:0,this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:"",this.caption=(a=e==null?void 0:e.caption)!=null?a:xt.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165"}}Dt.Rules=_v,Dt.RuntimeRules=Rv;class xt extends P{constructor(e){super(e),this.props=new Dt(e==null?void 0:e.props)}static get controlName(){return"\u591A\u884C\u6587\u672C"}static get controlIcon(){return"iconMultilineline_new1"}static get controlType(){return"textarea"}}xt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],xt.controlFieldType=g.TEXT,xt.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class ml extends D{constructor(e){super(e),this.props=new Dt(e==null?void 0:e.props)}static get controlType(){return"textarea"}}ml.controlFieldType=g.TEXT;var gl={Designer:xt,Runtime:ml,Property:Dt};class Bv extends Y{constructor(e){super(e),this.maxLength={type:"number",min:0,message:f.getMessage("TheMaximumLengthIsGreaterThanTheMinimumLength")},this.minLength={type:"number",max:1e6,message:f.getMessage("TheMinimumLengthIsGreaterThanTheMaximumLength")},this.defaultValue={type:"string",max:200,min:0,message:f.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=f.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})}}class Tv extends M{constructor(e){super(e),this.push({type:"string",max:e.maxLength,min:e.minLength,message:f.getMessage("stringRangeError",{max:e.maxLength,min:e.minLength})})}}class Ft extends T{constructor(e){var n,u,r,a,l;super(e),this.maxLength=(n=e==null?void 0:e.maxLength)!=null?n:5e4,this.minLength=(u=e==null?void 0:e.minLength)!=null?u:0,this.defaultValue=(r=e==null?void 0:e.defaultValue)!=null?r:"",this.caption=(a=e==null?void 0:e.caption)!=null?a:Ot.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165"}}Ft.Rules=Bv,Ft.RuntimeRules=Tv;class Ot extends P{constructor(e){super(e),this.props=new Ft(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"}}Ot.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Ot.controlFieldType=g.TEXT,Ot.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"max-length",visible:!0},{key:"min-length",visible:!0},{key:"rich-text",visible:!0},{key:"super-setting",visible:!0}];class vl extends D{constructor(e){super(e),this.props=new Ft(e==null?void 0:e.props)}static get controlType(){return"rich-text"}}vl.controlFieldType=g.TEXT;var bl={Designer:Ot,Runtime:vl,Property:Ft};class Pv extends Ke{constructor(e){super(e)}}class qn extends T{constructor(e){var n,u,r,a,l,o;super(e),this.options=ye((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=(u=e==null?void 0:e.defaultShowOptions)!=null?u:!0,this.optionConfig=(r=e==null?void 0:e.optionConfig)!=null?r:"custom",this.datasourceBind=new Q(e==null?void 0:e.datasourceBind),this.caption=(a=e==null?void 0:e.caption)!=null?a:Un.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.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(s=>{var d;(d=this.multistageFilling)==null||d.push(new ue(s))}))}}qn.Rules=Pv;class Un extends P{constructor(e){super(e),this.props=new qn(e==null?void 0:e.props)}static get controlName(){return"\u4E0B\u62C9\u5355\u9009"}static get controlIcon(){return"iconxiala1"}static get controlType(){return"select"}}Un.controlFieldType=g.VARCHAR,Un.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.DEFAULT_SHOW_OPTIONS,c.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0},{key:"super-setting",visible:!0}];class El extends D{constructor(e){super(e),this.props=new qn(e==null?void 0:e.props)}static get controlType(){return"select"}}El.controlFieldType=g.VARCHAR;var Cl={Designer:Un,Runtime:El,Property:qn};class Dv extends Ke{constructor(e){super(e)}}class xv extends M{constructor(e){super(e),this[0].type="array"}}class kt extends T{constructor(e){var n,u,r,a,l,o;super(e),this.options=ye((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=(u=e==null?void 0:e.defaultShowOptions)!=null?u:!0,this.optionConfig=(r=e==null?void 0:e.optionConfig)!=null?r:"custom",this.datasourceBind=new Q(e==null?void 0:e.datasourceBind),this.caption=(a=e==null?void 0:e.caption)!=null?a:Wn.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u9009\u62E9",this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:[],this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(s=>{var d;(d=this.multistageFilling)==null||d.push(new ue(s))}))}}kt.Rules=Dv,kt.RuntimeRules=xv;class Wn extends P{constructor(e){super(e),this.props=new kt(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"}}Wn.controlFieldType=g.ARRAY,Wn.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.DEFAULT_SHOW_OPTIONS,c.IS_SHOW_CAPTION_TIP]},{key:"options-setting",visible:!0},{key:"super-setting",visible:!0}];class Il extends D{constructor(e){super(e),this.props=new kt(e==null?void 0:e.props)}static get controlType(){return"select-multiple"}}Il.controlFieldType=g.ARRAY;var wl={Designer:Wn,Runtime:Il,Property:kt};class Fv extends M{constructor(e){super(e),this[0].type="array"}}class Kn extends T{constructor(e){var n,u,r,a,l,o,s,d;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.range=(u=e==null?void 0:e.range)!=null?u:"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=(s=e==null?void 0:e.caption)!=null?s:zn.controlName,this.placeholder=(d=e==null?void 0:e.placeholder)!=null?d:"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(m=>{var v;(v=this.multistageFilling)==null||v.push(new ue(m))}))}}Kn.RuntimeRules=Fv;class zn extends P{constructor(e){super(e),this.props=new Kn(e==null?void 0:e.props)}static get controlName(){return"\u4EBA\u5458"}static get controlIcon(){return"iconpeople1"}static get controlType(){return"employee"}}zn.controlFieldType=g.EMPLOYEES,zn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.MULTIPLE,c.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 Al extends D{constructor(e){super(e),this.props=new Kn(e==null?void 0:e.props)}static get controlType(){return"employee"}}Al.controlFieldType=g.EMPLOYEES;var Sl={Designer:zn,Runtime:Al,Property:Kn};const Ov=10485760,kv=104857600,Mv=1048576e3;class Nv extends Y{constructor(e){super(e),this.maxSize={type:"number",min:0,max:Mv,message:f.getMessage("attachmentMaxSize")}}}class $v extends M{constructor(e){super(e),this[0].type="array",this.push({type:"array",max:e.maxLimit,min:e.minLimit,message:f.getMessage("attachmentLimitError",{max:e.maxLimit,min:e.minLimit})})}}class pe extends T{constructor(e){var n,u,r,a,l,o,s,d;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:[],this.showType=(u=e==null?void 0:e.showType)!=null?u:"default",this.attachmentAccept=(r=e==null?void 0:e.attachmentAccept)!=null?r:[],this.maxLimit=(a=e==null?void 0:e.maxLimit)!=null?a:10,this.minLimit=(l=e==null?void 0:e.minLimit)!=null?l:0,this.maxSize=(o=e==null?void 0:e.maxSize)!=null?o:kv,this.caption=(s=e==null?void 0:e.caption)!=null?s:et.controlName,this.placeholder=(d=e==null?void 0:e.placeholder)!=null?d:"\u4E0A\u4F20\u9644\u4EF6"}}pe.Rules=Nv,pe.RuntimeRules=$v;class et extends P{constructor(e){super(e),this.props=new pe(e==null?void 0:e.props)}static get controlName(){return"\u9644\u4EF6"}static get controlIcon(){return"iconfujian2"}static get controlType(){return"attachment"}}et.controlEventKeys=["on_change"],et.controlFieldType=g.FILE,et.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!1},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.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 Mu extends D{constructor(e){super(e),this.props=new pe(e==null?void 0:e.props)}static get controlType(){return"attachment"}}Mu.controlFieldType=g.FILE;var _l={Designer:et,Runtime:Mu,Property:pe};const Rl=class extends et{static get controlName(){return"\u56FE\u7247"}static get controlIcon(){return"iconpic_new"}static get controlType(){return"image"}constructor(t){var e,n,u,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:Rl.controlName,this.props.placeholder=(r=(u=t==null?void 0:t.props)==null?void 0:u.placeholder)!=null?r:"\u4E0A\u4F20\u56FE\u7247"}};let Nu=Rl;Nu.controlFieldType=g.IMAGE,Nu.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!1},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"attachment-limit",visible:!0},{key:"image-defaultval",visible:!0},{key:"super-setting",visible:!0}];class Lv extends Mu{static get controlType(){return"image"}constructor(e){var n,u,r,a,l,o;super(e),this.props.showType="image",this.props.maxLimit=(u=(n=e==null?void 0:e.props)==null?void 0:n.maxLimit)!=null?u: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 Vv extends pe{constructor(e){super(e)}}var Bl={Designer:Nu,Runtime:Lv,Property:Vv};class Hv extends Ke{constructor(e){super(e),this.defaultValue={type:"object",fields:{amount:[{type:"number",min:void 0,max:void 0,message:f.getMessage("pleaseEnterNumberRange")}]}},this.rangeMax={type:"any"};const n=e.rangeMax===""?void 0:e.rangeMax,u=e.rangeMin===""?void 0:e.rangeMin;this.defaultValue.fields.amount[0].max=n,this.defaultValue.fields.amount[0].min=u,this.defaultValue.fields.amount[0].message=f.getMessage("pleaseEnterNumberRange",{max:n,min:u}),u&&n!==void 0&&(this.rangeMax={type:"number",min:u,message:f.getMessage("numberRangeSetError")})}}class jv extends M{constructor(e){super(e),this[0].type="object";const n=e.rangeMax===""?void 0:e.rangeMax,u=e.rangeMin===""?void 0:e.rangeMin;this.push({type:"object",fields:{amount:[Ci(we({},this[0]),{type:"number"}),{type:"number",min:u,max:n,message:f.getMessage(n===void 0?"pleaseEnterAValueGreaterThanMin":u===void 0?"pleaseEnterAValueLessThanMax":"pleaseEnterNumberRange",{max:n,min:u})}],currency:{type:"string"}}})}}class Mt extends T{constructor(e){var n,u,r,a,l,o,s,d,m,v,b;super(e),this.rangeMin=(n=e==null?void 0:e.rangeMin)!=null?n:"",this.rangeMax=(u=e==null?void 0:e.rangeMax)!=null?u:"",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 Eh(e==null?void 0:e.dataBind),this.datasourceBind=new Q((o=e==null?void 0:e.datasourceBind)!=null?o:{displayBoList:[new Fi({value:"name"})]}),this.defaultValue=new Ch((s=e==null?void 0:e.defaultValue)!=null?s:{amount:"",currency:nn.CNY}),this.options=ye(e==null?void 0:e.options),this.caption=(d=e==null?void 0:e.caption)!=null?d:Nt.controlName,this.placeholder=(m=e==null?void 0:e.placeholder)!=null?m:"\u8BF7\u8F93\u5165",this.submitSelectCurrency=(v=e==null?void 0:e.submitSelectCurrency)!=null?v:!1,this.showUpperCase=(b=e==null?void 0:e.showUpperCase)!=null?b:!1}}Mt.Rules=Hv,Mt.RuntimeRules=jv;class Nt extends P{constructor(e){super(e),this.props=new Mt(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:u,micrometer:r}=this.props;u!==""&&(n.props.precision=u),n.props.micrometer=r}return n}}Nt.controlEventKeys=["on_change","on_input","on_focus","on_blur"],Nt.controlFieldType=g.MONEY,Nt.setting=[{key:"data-bind-amount",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.SUBMIT_SELECT_CURRENCY,c.IS_SHOW_CAPTION_TIP]},{key:"amount-range",visible:!0},{key:"default-value",visible:!0},{key:"currency-type",visible:!0},{key:"number-suite",showItems:[c.SHOW_UPPER_CASE,c.MICROMETER,c.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class Tl extends D{constructor(e){super(e),this.props=new Mt(e==null?void 0:e.props)}static get controlType(){return"amount"}}Tl.controlFieldType=g.MONEY;var Pl={Designer:Nt,Runtime:Tl,Property:Mt};class qv extends Y{constructor(e){super(e),this.totalScore=[{type:"number",required:!0,message:f.getMessage("pleaseEnterTotalScoreSetting")},{type:"number",min:1,message:f.getMessage("theTotalScoreMustNotBeLessThan1")}],this.defaultValue={type:"number",min:0,max:5,message:f.getMessage("scoreDefaultValueRange")},this.defaultValue.max=e.totalScore,this.defaultValue.message=f.getMessage("scoreDefaultValueRange",{max:e.totalScore,min:0})}}class Uv extends M{constructor(e){super(e),this[0].type="number";const n=e.required?1:0;this.push({type:"number",min:n,max:e.totalScore,message:f.getMessage("scoreDefaultValueRange",{max:e.totalScore,min:n})})}}class $t extends T{constructor(e){var n,u,r,a,l,o,s;super(e),this.totalScore=(n=e==null?void 0:e.totalScore)!=null?n:5,this.scoreType=(u=e==null?void 0:e.scoreType)!=null?u:Au.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(d=>new Rn(d)))!=null?l:Array(this.totalScore).fill(void 0).map(()=>new Rn),this.defaultValue=(o=e==null?void 0:e.defaultValue)!=null?o:0,this.caption=(s=e==null?void 0:e.caption)!=null?s:Lt.controlName}}$t.Rules=qv,$t.RuntimeRules=Uv;class Lt extends P{constructor(e){super(e),this.props=new $t(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 u=n-this.props.explain.length,r=Array(u).fill(void 0).map(()=>new Rn);this.props.explain.push(...r)}}super.postUpdate(e,n)}}Lt.controlEventKeys=["on_change","on_click"],Lt.controlFieldType=g.DECIMAL,Lt.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"score-type",visible:!0},{key:"total-setting",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Dl extends D{constructor(e){super(e),this.props=new $t(e==null?void 0:e.props)}static get controlType(){return"score"}}Dl.controlFieldType=g.DECIMAL;var xl={Designer:Lt,Runtime:Dl,Property:$t};class Wv extends M{constructor(e){if(super(e),this[0].type="object",e.required&&!e.isHide){const n={type:"object",fields:{province:{type:"string",required:e.required,message:f.getMessage("pleaseSelectProvince")}}};e.addressType.includes("city")&&(n.fields.city={type:"string",required:e.required,message:f.getMessage("pleaseSelectCity")}),e.addressType.includes("district")&&(n.fields.district={type:"string",required:e.required,message:f.getMessage("pleaseSelectDistrict")}),this.push(n)}}}class Gn extends T{constructor(e){var n,u,r,a,l;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Qn.controlName,this.defaultValueType=(u=e==null?void 0:e.defaultValueType)!=null?u:"default",this.addressType=(r=e==null?void 0:e.addressType)!=null?r:["province","city","district"],this.defaultValue=new Ah((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"}}Gn.RuntimeRules=Wv;class Qn extends P{constructor(e){super(e),this.props=new Gn(e==null?void 0:e.props)}static get controlName(){return"\u5730\u5740"}static get controlIcon(){return"icondizhi"}static get controlType(){return"address"}}Qn.controlFieldType=g.ADDRESS,Qn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_SHOW_CAPTION_TIP]},{key:"address-defaultval",visible:!0},{key:"super-setting",visible:!0}];class Fl extends D{constructor(e){super(e),this.props=new Gn(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"}}Fl.controlFieldType=g.ADDRESS;var Ol={Designer:Qn,Runtime:Fl,Property:Gn};class Kv extends M{constructor(e){super(e),this[0].type="array"}}class Xn extends T{constructor(e){var n,u,r,a,l,o,s,d,m,v;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.multiple=(u=e==null?void 0:e.multiple)!=null?u:!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=(s=e==null?void 0:e.displayLevel)!=null?s:1,this.showSubDept=(d=e==null?void 0:e.showSubDept)!=null?d:!0,this.caption=(m=e==null?void 0:e.caption)!=null?m:Jn.controlName,this.placeholder=(v=e==null?void 0:e.placeholder)!=null?v:"\u8BF7\u9009\u62E9\u90E8\u95E8",this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(b=>{var w;(w=this.multistageFilling)==null||w.push(new ue(b))}))}}Xn.RuntimeRules=Kv;class Jn extends P{constructor(e){super(e),this.props=new Xn(e==null?void 0:e.props)}static get controlName(){return"\u90E8\u95E8"}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:u,showSubDept:r}=this.props;n.props.displayLevel=u,n.props.showSubDept=r}return n}}Jn.controlFieldType=g.DEPARTMENTS,Jn.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.MULTIPLE,c.IS_SHOW_CAPTION_TIP]},{key:"department-defaultval",visible:!0},{key:"department-level",visible:!0},{key:"department-multistage-filling",visible:!0},{key:"show-tree",visible:!0},{key:"department-contain-sub",visible:!0},{key:"super-setting",visible:!0}];class kl extends D{constructor(e){super(e),this.props=new Xn(e==null?void 0:e.props)}static get controlType(){return"department"}}kl.controlFieldType=g.DEPARTMENTS;var Ml={Designer:Jn,Runtime:kl,Property:Xn};class $u extends T{constructor(e){var n,u,r;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:"",this.caption=(u=e==null?void 0:e.caption)!=null?u:Vt.controlName,this.placeholder=(r=e==null?void 0:e.placeholder)!=null?r:"\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7"}}class Vt extends P{constructor(e){super(e),this.props=new $u(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"}}Vt.controlEventKeys=["on_change"],Vt.controlFieldType=g.AUTO_NUMBER,Vt.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"super-setting",visible:!0}];class Nl extends D{constructor(e){super(e),this.props=new $u(e==null?void 0:e.props)}static get controlType(){return"auto-number"}}Nl.controlFieldType=g.AUTO_NUMBER;var $l={Designer:Vt,Runtime:Nl,Property:$u};class zv extends Y{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 Gv extends M{constructor(e){super(e),this[0].type="object",this.push({type:"object",message:f.getMessage("isNotObject"),fields:{result:[{type:"number",message:f.getMessage("isNotNumber")}],unit:{type:"string",message:f.getMessage("isNotString")}}})}}class Ht extends T{constructor(e){var n,u,r,a,l,o,s;super(e),this.precision=(n=e==null?void 0:e.precision)!=null?n:0,this.micrometer=(u=e==null?void 0:e.micrometer)!=null?u:!1,this.showUpperCase=(r=e==null?void 0:e.showUpperCase)!=null?r:!1,this.dataBind=new Sh(e==null?void 0:e.dataBind),this.defaultValue=new _h(e==null?void 0:e.defaultValue),this.caption=(a=e==null?void 0:e.caption)!=null?a:jt.controlName,this.placeholder=(l=e==null?void 0:e.placeholder)!=null?l:"\u8BF7\u8F93\u5165",this.scriptEcho=(o=e==null?void 0:e.scriptEcho)!=null?o:[],this.scriptSrc=(s=e==null?void 0:e.scriptSrc)!=null?s:""}}Ht.Rules=zv,Ht.RuntimeRules=Gv;class jt extends P{constructor(e){super(e),this.props=new Ht(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:u,micrometer:r}=this.props;u!==""&&(n.props.precision=u),n.props.micrometer=r}return n}}jt.controlEventKeys=["on_change"],jt.controlFieldType=g.CALC,jt.setting=[{key:"data-bind-calc",visible:!0},{key:"caption",showItems:[c.CAPTION,c.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:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"unit-alone",visible:!0},{key:"default-value",visible:!1},{key:"number-suite",showItems:[c.SHOW_UPPER_CASE,c.MICROMETER,c.PRECISION],visible:!0},{key:"super-setting",visible:!0}];class Ll extends D{constructor(e){super(e),this.props=new Ht(e==null?void 0:e.props)}static get controlType(){return"calc"}}Ll.controlFieldType=g.CALC;var Vl={Designer:jt,Runtime:Ll,Property:Ht};class Qv extends M{constructor(e){super(e),this[0].type="array",this.push({validator(n,u){return e.required&&u.every(a=>!a)?Promise.reject(f.getMessage("runtimeRequired",{caption:e.caption})):Promise.resolve()}})}}class Zn extends T{constructor(e){var n,u,r,a,l,o;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:["",""],this.rangeMin=(u=e==null?void 0:e.rangeMin)!=null?u:"",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:Yn.controlName}}Zn.RuntimeRules=Qv;class Yn extends P{constructor(e){super(e),this.props=new Zn(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"}}Yn.controlFieldType=g.DECIMAL_RANGE,Yn.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"number-placeholder-start",visible:!0},{key:"number-placeholder-end",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class Hl extends D{constructor(e){super(e),this.props=new Zn(e==null?void 0:e.props)}static get controlType(){return"search-number-range"}}Hl.controlFieldType=g.DECIMAL_RANGE;var jl={Designer:Yn,Runtime:Hl,Property:Zn};class Xv extends M{constructor(e){super(e),this[0].type="array",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 pn extends T{constructor(e){var n,u,r,a,l,o,s,d,m,v;super(e),this.defaultValue=(n=e==null?void 0:e.defaultValue)!=null?n:["",""],this.dateType=(u=e==null?void 0:e.dateType)!=null?u:me.DATE,this.setValueType=(r=e==null?void 0:e.setValueType)!=null?r:"custom",this.rangeMin=(a=e==null?void 0:e.rangeMin)!=null?a:"",this.rangeMax=(l=e==null?void 0:e.rangeMax)!=null?l:"",this.placeholderStart=(o=e==null?void 0:e.placeholderStart)!=null?o:"\u5F00\u59CB\u65E5\u671F",this.placeholderEnd=(s=e==null?void 0:e.placeholderEnd)!=null?s:"\u7ED3\u675F\u65E5\u671F",this.caption=(d=e==null?void 0:e.caption)!=null?d:ei.controlName,this.limitDateList=(v=(m=e==null?void 0:e.limitDateList)==null?void 0:m.map(b=>new _n(b)))!=null?v:[]}}pn.RuntimeRules=Xv;class ei extends P{constructor(e){super(e),this.props=new pn(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"}}ei.controlFieldType=g.ARRAY,ei.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"date-placeholder-start",visible:!0},{key:"date-placeholder-end",visible:!0},{key:"date-type",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_HIDE_CAPTION,c.IS_SHOW_CAPTION_TIP]},{key:"date-limit-range",visible:!0},{key:"default-value",visible:!0},{key:"super-setting",visible:!0}];class ql extends D{constructor(e){super(e),this.props=new pn(e==null?void 0:e.props)}static get controlType(){return"search-date-range"}}ql.controlFieldType=g.ARRAY;var Ul={Designer:ei,Runtime:ql,Property:pn};class Jv extends Y{constructor(e){super(e),this.dataBind={type:"any"}}}class Zv extends M{constructor(e){super(e),this[0].type="any"}}class qt extends T{constructor(e){var n,u,r,a;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ut.controlName,this.defaultValue=(u=e==null?void 0:e.defaultValue)!=null?u:void 0,this.controlExportName=(r=e==null?void 0:e.controlExportName)!=null?r:"",this.permissions=(a=e==null?void 0:e.permissions)!=null?a:[]}}qt.Rules=Jv,qt.RuntimeRules=Zv;class Ut extends P{constructor(e){super(e),this.props=new qt(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"}}Ut.controlFieldType=g.ANY,Ut.controlEventKeys=[],Ut.setting=[{key:"data-bind-vue",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_HIDE_CAPTION,c.REQUIRED,c.IS_SHOW_CAPTION_TIP]},{key:"vue-control-export-name",visible:!0},{key:"vue-permissions",visible:!0},{key:"super-setting",visible:!0}];class Wl extends D{constructor(e){super(e),this.props=new qt(e==null?void 0:e.props)}static get controlType(){return"vue-form-item"}}Wl.controlFieldType=g.ANY;var Kl={Designer:Ut,Runtime:Wl,Property:qt};class Yv extends Ke{constructor(e){super(e),this.listPageBind=[{type:"object",message:f.getMessage("isNotObject")},{type:"object",required:!0,fields:{formKey:[{type:"string",message:f.getMessage("isNotString")},{type:"string",required:!0,message:f.getMessage("pleaseEnterList")}]}}]}}class ti extends T{constructor(e){var n,u,r,a,l,o;super(e),this.options=ye((n=e==null?void 0:e.options)!=null?n:[]),this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"datasource",this.listPageBind=new Nr(e==null?void 0:e.listPageBind),this.datasourceBind=new Q(e==null?void 0:e.datasourceBind),this.caption=(r=e==null?void 0:e.caption)!=null?r:ni.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.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(s=>{var d;(d=this.multistageFilling)==null||d.push(new ue(s))})),this.canViewForm=(o=e==null?void 0:e.canViewForm)!=null?o:!1}}ti.Rules=Yv;class ni extends P{constructor(e){super(e),this.props=new ti(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"}}ni.controlFieldType=g.VARCHAR,ni.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.CAN_VIEW_FORM,c.IS_SHOW_CAPTION_TIP]},{key:"relation-setting",visible:!0},{key:"super-setting",visible:!0}];class zl extends D{constructor(e){super(e),this.props=new ti(e==null?void 0:e.props)}static get controlType(){return"select-relation"}}zl.controlFieldType=g.VARCHAR;var Gl={Designer:ni,Runtime:zl,Property:ti};class Lu extends Ze{constructor(e){super(e)}}class Ql extends Ye{constructor(e){super(e),this.props=new Lu(e==null?void 0:e.props)}static get controlName(){return"\u5355\u884C\u6587\u672C"}static get controlType(){return"search-input"}}Ql.setting=[{key:"data-bind",visible:!0},{key:"field-type",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED]},{key:"super-setting",visible:!0}];class Xl extends D{constructor(e){super(e),this.props=new Lu(e==null?void 0:e.props)}static get controlType(){return"search-input"}}Xl.controlFieldType=g.VARCHAR;var Jl={Designer:Ql,Runtime:Xl,Property:Lu};class pv extends Y{constructor(e){super(e),this.datasourceBind=[{type:"object",message:f.getMessage("isNotObject")}],ia.call(this,e,Re.controlCustomAttributes,!0),this.datasourceBind[1].fields&&(this.datasourceBind[1].fields.rootNode=[{type:"object",required:!0,message:f.getMessage("isNotObject")},{type:"object",fields:{type:{type:"enum",enum:["form","system","custom"],required:!0},value:{type:"array",required:!0,min:1,message:f.getMessage("rootNodeIsRequired")}}}])}}class eb extends M{constructor(e){super(e),this[0].type="array"}}class Wt extends T{constructor(e){var n,u,r,a,l,o,s,d,m,v,b,w,S;super(e),this.optionConfig="datasource",this.caption=(n=e==null?void 0:e.caption)!=null?n:Re.controlName,this.placeholder=(u=e==null?void 0:e.placeholder)!=null?u:"\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=(s=e==null?void 0:e.containsSubNode)!=null?s:!1,this.defaultCollapse=(d=e==null?void 0:e.defaultCollapse)!=null?d:"all",this.defaultCollapseLevel=(m=e==null?void 0:e.defaultCollapseLevel)!=null?m:1,this.datasourceBind=new vh((v=e==null?void 0:e.datasourceBind)!=null?v:{attributes:Re.controlCustomAttributes}),this.multistageFilling=(w=(b=e==null?void 0:e.multistageFilling)==null?void 0:b.map(E=>new ue(E)))!=null?w:[],this.defaultValue=(S=e==null?void 0:e.defaultValue)!=null?S:[]}}Wt.Rules=pv,Wt.RuntimeRules=eb;class Re extends P{constructor(e){super(e),this.props=new Wt(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}]}}Re.controlEventKeys=["on_change","on_click"],Re.controlFieldType=g.ARRAY,Re.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.MULTIPLE,c.CAN_SEARCH,c.CONTAINS_SUB_NODE,c.IS_SHOW_CAPTION_TIP]},{key:"tree-optional-level",visible:!0},{key:"tree-default-collapse",visible:!0},{key:"tree-datasource-bind",visible:!0},{key:"super-setting",visible:!0}];class Zl extends D{constructor(e){super(e),this.props=new Wt(e==null?void 0:e.props)}static get controlType(){return"tree"}}Zl.controlFieldType=g.ARRAY;var Yl={Designer:Re,Runtime:Zl,Property:Wt};class tb extends Y{constructor(e){super(e),this.datasourceBind=[{type:"object",message:f.getMessage("isNotObject")}],ia.call(this,e,tt.controlCustomAttributes)}}class nb extends M{constructor(e){super(e),this[0].type="array"}}class Kt extends T{constructor(e){var n,u,r,a,l,o,s,d,m;super(e),this.showType=(n=e==null?void 0:e.showType)!=null?n:"default",this.range=(u=e==null?void 0:e.range)!=null?u:"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=(s=e==null?void 0:e.caption)!=null?s:tt.controlName,this.placeholder=(d=e==null?void 0:e.placeholder)!=null?d:"\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",this.datasourceBind=new ki((m=e==null?void 0:e.datasourceBind)!=null?m:{attributes:tt.controlCustomAttributes}),this.multistageFilling=[],Array.isArray(e==null?void 0:e.multistageFilling)&&(e==null||e.multistageFilling.map(v=>{var b;(b=this.multistageFilling)==null||b.push(new ue(v))}))}}Kt.Rules=tb,Kt.RuntimeRules=nb;class tt extends P{constructor(e){super(e),this.props=new Kt(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}]}}tt.controlFieldType=g.EMPLOYEES,tt.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"placeholder",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.MULTIPLE,c.IS_SHOW_CAPTION_TIP]},{key:"employee-range",visible:!0},{key:"employee-default-value",visible:!0},{key:"show-tree",visible:!0},{key:"employee-datasource-setting",visible:!0},{key:"super-setting",visible:!0}];class pl extends D{constructor(e){super(e),this.props=new Kt(e==null?void 0:e.props)}static get controlType(){return"employee2"}}pl.controlFieldType=g.EMPLOYEES;var eo={Designer:tt,Runtime:pl,Property:Kt};class ib extends Y{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,u,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(u.type==="public"&&Bi(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(u.type==="public"&&u.signatureType.includes("company")&&Bi(l.value)&&l.value.length===0){o("\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0");return}o()}}}},n),{})}}}}}class ii extends T{constructor(e){var n,u,r,a,l,o;super(e),this.command="",this.isLoading=!1,this.caption=(n=e==null?void 0:e.caption)!=null?n:zt.controlName,this.content=(u=e==null?void 0:e.content)!=null?u:"\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 Da(e==null?void 0:e.signatureConfig)}}ii.Rules=ib;class zt extends P{constructor(e){super(e),this.props=new ii(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"}}zt.controlEventKeys=["on_click","on_click_finish"],zt.controlFieldType=g.VARCHAR,zt.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_SHOW_CAPTION_TIP]},{key:"placeholder",visible:!0},{key:"button-type",visible:!0},{key:"button-color-type",visible:!0},{key:"electronic-signature-setting",visible:!0},{key:"super-setting",visible:!0}];class to extends D{constructor(e){super(e),this.props=new ii(e==null?void 0:e.props)}static get controlType(){return"electronic-signature"}}to.controlFieldType=g.VARCHAR;var no={Designer:zt,Runtime:to,Property:ii};class ub extends Y{constructor(e){super(e),this.content={type:"string",required:!0,message:f.getMessage("pleaseEnterButtonContent")},this.wpsSetting={type:"object",fields:{watermark:{type:"object",validator(n,u,r){if(u.active&&!u.text){r(f.getMessage("pleaseEnterWatermark"));return}r()}},autoRename:{type:"object",validator(n,u,r){if(u.active&&!u.text){r(f.getMessage("pleaseEnterFileName"));return}r()}}}},this.canAdd={type:"boolean",validator(n,u,r){if(e.canAdd&&!e.addLocal&&!e.addOnline){r(f.getMessage("pleaseChooseAtLeastOne"));return}r()}}}}class rb extends M{constructor(e){super(e),this[0].type="array"}}class Gt extends T{constructor(e){var n,u,r,a,l,o,s,d,m,v,b;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Qt.controlName,this.content=(u=e==null?void 0:e.content)!=null?u:"\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=(s=e==null?void 0:e.canDownload)!=null?s:!0,this.canExport=(d=e==null?void 0:e.canExport)!=null?d:!0,this.canDelete=(m=e==null?void 0:e.canDelete)!=null?m:!1,this.maxSize=(v=e==null?void 0:e.maxSize)!=null?v:Ov,this.defaultValue=(b=e==null?void 0:e.defaultValue)!=null?b:[],this.wpsSetting=new xa(e==null?void 0:e.wpsSetting)}}Gt.Rules=ub,Gt.RuntimeRules=rb;class Qt extends P{constructor(e){super(e),this.props=new Gt(e==null?void 0:e.props)}static get controlName(){return"\u5728\u7EBF\u6587\u6863"}static get controlIcon(){return"iconwps"}static get controlType(){return"wps"}}Qt.controlEventKeys=["on_change","on_wps_open"],Qt.controlFieldType=g.FILE,Qt.setting=[{key:"data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"default-state",visible:!0},{key:"common-setting",visible:!0,showItems:[c.REQUIRED,c.IS_HIDE,c.IS_SHOW_CAPTION_TIP]},{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 io extends D{constructor(e){super(e),this.props=new Gt(e==null?void 0:e.props)}static get controlType(){return"wps"}}io.controlFieldType=g.FILE;var uo={Designer:Qt,Runtime:io,Property:Gt},ab=Object.freeze({__proto__:null,Input:ul,Checkbox:al,Radio:ol,Number:sl,DatePicker:fl,DateRange:yl,Textarea:gl,RichText:bl,Select:Cl,SelectMultiple:wl,Employee:Sl,Image:Bl,Attachment:_l,Amount:Pl,Score:xl,Address:Ol,Department:Ml,AutoNumber:$l,Calc:Vl,SearchNumberRange:jl,SearchDateRange:Ul,VueFormItem:Kl,SelectRelation:Gl,SearchInput:Jl,Tree:Yl,Employee2:eo,ElectronicSignature:no,WPS:uo});class ro extends V{static get controlName(){return"\u753B\u5E03"}static get controlIcon(){return"grid"}static get controlType(){return"grid"}constructor(e){super(e)}}ro.excludes=[A.GRID];class lb extends U{static get controlType(){return"grid"}constructor(e){super(e)}}var ao={Designer:ro,Runtime:lb,Property:N};const ob=24;class Be extends N{constructor(e){var n,u;super(e),this.span=(n=e==null?void 0:e.span)!=null?n:ob,this.offset=(u=e==null?void 0:e.offset)!=null?u:0}}class Xt extends V{constructor(e){super(e),this.props=new Be(e==null?void 0:e.props)}static get controlName(){return"\u6805\u683C\u5217"}static get controlType(){return"col"}static get controlIcon(){return"col"}}Xt.excludes=[A.COL,A.CARD_GROUP,A.SUBTABLE,A.SUBTABLE_COLUMN,A.DIVIDER],Xt.childrenMaxLength=1;class Vu extends U{constructor(e){super(e),this.props=new Be(e==null?void 0:e.props)}static get controlType(){return"col"}}var lo={Designer:Xt,Runtime:Vu,Property:Be};class ui extends N{constructor(e){var n,u;super(e),this.layoutMode=(n=e==null?void 0:e.layoutMode)!=null?n:"select",this.gutter=(u=e==null?void 0:e.gutter)!=null?u:0}}class ri extends V{constructor(e){super(e),this.props=new ui(e==null?void 0:e.props)}static get controlName(){return"\u6805\u683C\u5E03\u5C40"}static get controlType(){return"row"}static get controlIcon(){return"iconyihangduolie"}}ri.excludes=[A.ROW],ri.setting=[{key:"col-setting",visible:!0}];class oo extends U{constructor(e){super(e),this.props=new ui(e==null?void 0:e.props)}static get controlType(){return"row"}}var co={Designer:ri,Runtime:oo,Property:ui};const cb=4;class ai extends ri{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)}}ai.excludes=[A.GRID_ROW],ai.setting=[],ai.childrenMaxLength=cb;class sb extends oo{static get controlType(){return"grid-row"}constructor(e){super(e)}}class db extends ui{constructor(e){super(e)}}var so={Designer:ai,Runtime:sb,Property:db};class fb extends N.Rules{constructor(){super(...arguments),this.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")}}}class li extends N{constructor(e){var n,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:"\u5206\u7EC4",this.collapse=(u=e==null?void 0:e.collapse)!=null?u:"none"}}li.Rules=fb;class Hu extends V{constructor(e){super(e),this.props=new li(e==null?void 0:e.props)}static get controlName(){return"\u5206\u7EC4"}static get controlIcon(){return"iconfenzu6"}static get controlType(){return"card-group"}}Hu.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"collapse-setting",visible:!0},{key:"super-setting",visible:!0}],Hu.excludes=[A.CARD_GROUP];class hb extends U{constructor(e){super(e),this.props=new li(e==null?void 0:e.props)}static get controlType(){return"card-group"}}var fo={Designer:Hu,Runtime:hb,Property:li};class yb extends q{constructor(e){super(e),this.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")},this.width={type:"number",required:!1,message:f.getMessage("pleaseEnterColumnWidth")},this.captionTip={type:"string",required:!1,message:f.getMessage("pleaseEnterCaptionTip")},this.width.required=e.widthType==="px",e.isShowCaptionTip&&(this.captionTip.required=!0)}}class oi extends N{constructor(e){var n,u,r,a,l,o;super(e),this.width=(n=e==null?void 0:e.width)!=null?n:240,this.widthType=(e==null?void 0:e.widthType)||"auto",this.caption=(u=e==null?void 0:e.caption)!=null?u:"",this.fixed=(r=e==null?void 0:e.fixed)!=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.isHideCaption=(o=e==null?void 0:e.isHideCaption)!=null?o:!1}}oi.Rules=yb;class le extends V{constructor(e){super(e),this.props=new oi(e==null?void 0:e.props)}}le.controlName="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",le.controlType="subtable-column",le.controlIcon="subtable-column",le.childrenMaxLength=1,le.excludes=[A.SUBTABLE,A.SUBTABLE_COLUMN,A.ROW,A.COL,A.CARD_GROUP,A.DIVIDER,A.TEXT],le.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"common-setting",showItems:[c.IS_SHOW_CAPTION_TIP],visible:!0},{key:"column-width",visible:!0}];class ho extends U{constructor(e){super(e),this.props=new oi(e==null?void 0:e.props)}}ho.controlType="subtable-column";var yo={Designer:le,Runtime:ho,Property:oi};class ju extends N{constructor(e){super(e)}}class Te extends V{constructor(e){super(e),this.props=new ju(e==null?void 0:e.props)}}Te.controlName="\u660E\u7EC6\u5B50\u8868\u884C",Te.controlType="subtable-row",Te.controlIcon="subtable-row",Te.childrenMaxLength=1,Te.excludes=[A.SUBTABLE,A.SUBTABLE_COLUMN,A.SUBTABLE_ROW,A.ROW,A.COL,A.CARD_GROUP,A.DIVIDER,A.TEXT],Te.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0}];class mb extends U{constructor(e){super(e),this.props=new ju(e==null?void 0:e.props)}static get controlType(){return"subtable-row"}}var mo={Designer:Te,Runtime:mb,Property:ju};class qu extends N{constructor(e){var n,u,r,a,l,o,s,d,m,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=(u=e==null?void 0:e.caption)!=null?u:"",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:g.VARCHAR,this.fieldName=(o=e==null?void 0:e.fieldName)!=null?o:"",this.datasourceBind=new Q(e==null?void 0:e.datasourceBind),this.textCleanFormart=(s=e==null?void 0:e.textCleanFormart)!=null?s:!1,this.decimalKeepPrecision=(d=e==null?void 0:e.decimalKeepPrecision)!=null?d:0,this.timestampDateType=(m=e==null?void 0:e.timestampDateType)!=null?m:me.DATE,this.departmentDisplayLevel=(v=e==null?void 0:e.departmentDisplayLevel)!=null?v:1}}class Pe extends V{constructor(e){super(e),this.props=new qu(e==null?void 0:e.props)}}Pe.controlName="\u5217\u8868\u5355\u5143\u683C",Pe.controlType="gridtable-column",Pe.controlIcon="gridtable-column",Pe.childrenMaxLength=1,Pe.excludes=[A.GRID_TABLE,A.GRID_TABLE_COLUMN,A.ROW,A.COL,A.CARD_GROUP,A.DIVIDER,A.TEXT],Pe.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0}];class go extends U{constructor(e){super(e),this.props=new qu(e==null?void 0:e.props)}}go.controlType="gridtable-column";var vo={Designer:Pe,Runtime:go,Property:qu};class Uu extends N{constructor(e){super(e)}}class gb extends q{constructor(e){super(e),this.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")}}}class ci extends N{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:si.controlName}}ci.Rules=gb;class Jt extends V{constructor(e){super(e),this.props=new ci(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"}}Jt.excludes=[A.TAB],Jt.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"super-setting",visible:!0}];class vb extends U{constructor(e){super(e),this.props=new ci(e==null?void 0:e.props)}static get controlType(){return"tab-pane"}}var bo={Designer:Jt,Runtime:vb,Property:ci};class si extends V{constructor(e){var n;super(e),this.props=new Uu(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[new Jt,new Jt]}static get controlName(){return"\u6807\u7B7E\u9875"}static get controlType(){return"tab"}static get controlIcon(){return"iconmanage11"}}si.excludes=[A.TAB],si.setting=[{key:"super-setting",visible:!0}];class bb extends U{constructor(e){super(e),this.props=new Uu(e==null?void 0:e.props)}static get controlType(){return"tab"}}var Eo={Designer:si,Runtime:bb,Property:Uu};class Co extends N{constructor(e){super(e)}}class Io extends V{constructor(e){super(e),this.props=new Co({}),this.children=(e==null?void 0:e.children)||[new Xt({props:new Be({span:12})}),new Xt({props:new Be({span:12})})]}static get controlName(){return"\u5DE5\u5177\u680F"}static get controlType(){return"toolbox"}static get controlIcon(){return"toolbox"}}Io.excludes=[A.GRID_ROW,A.ROW,A.GRID,A.SUBTABLE,A.TAB,A.TOOLBOX];class Eb extends U{static get controlType(){return"toolbox"}constructor(e){super(e),this.children=(e==null?void 0:e.children)||[new Vu({props:new Be({span:12})}),new Vu({props:new Be({span:12})})]}}var wo={Designer:Io,Runtime:Eb,Property:Co};class Cb extends Ae{constructor(e){super(e),this.push({type:"object",fields:{}})}}class Ib extends q{constructor(e){if(super(e),this.triggerFieldCode={type:"any"},this.datasourceBind={type:"any"},e.triggerType===2&&e.isShowSubList&&(this.triggerFieldCode={type:"string",required:!0,message:f.getMessage("pleaseEnterFieldCode")}),Xi.call(this,{optionConfig:"datasource",datasourceBind:e.datasourceBind,options:[]}),Array.isArray(this.datasourceBind)&&this.datasourceBind.length>1){const n=this.datasourceBind.find(u=>u.type==="object"&&u.fields);n&&(delete n.fields.valueFieldCode,delete n.fields.displayBoList)}}}class Zt extends N{constructor(e){var n,u,r,a,l,o,s,d;super(e),this.datasourceBind=new Q(e==null?void 0:e.datasourceBind),this.isLoading=(n=e==null?void 0:e.isLoading)!=null?n:!1,this.isShowSubList=(u=e==null?void 0:e.isShowSubList)!=null?u:!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 fh(e==null?void 0:e.sublistPage),this.showType=(l=e==null?void 0:e.showType)!=null?l:"stretch",this.showFullScreen=(o=e==null?void 0:e.showFullScreen)!=null?o:!1,this.isFixedHeader=(s=e==null?void 0:e.isFixedHeader)!=null?s:!1,this.isAllLoaded=(d=e==null?void 0:e.isAllLoaded)!=null?d:!0}}Zt.Rules=Ib,Zt.RuntimeRules=Cb;class di extends V{constructor(e){super(e),this.props=new Zt(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"}}di.excludes=[A.ROW],di.controlEventKeys=["on_list_search","on_list_mounted","on_list_actions","on_list_rowclick","on_list_before_rowdelete"],di.setting=[{key:"list-datasource-bind",visible:!0},{key:"list-fixed-header",visible:!0},{key:"list-default-state",visible:!0},{key:"super-setting",visible:!0}];class wb extends U{constructor(e){super(e),this.props=new Zt(e==null?void 0:e.props)}static get controlType(){return"list-view"}}var Ao={Designer:di,Runtime:wb,Property:Zt};class Ab extends Ae{constructor(e){super(e),this.push({type:"object",fields:{}})}}class fi extends N{constructor(e){var n,u,r,a,l,o;super(e),this.save=new re((n=e==null?void 0:e.save)!=null?n:{content:"\u4FDD\u5B58",type:"save",isShow:!1}),this.cancel=new re((u=e==null?void 0:e.cancel)!=null?u:{content:"\u53D6\u6D88",type:"cancel",isShow:!1}),this.saveAs=new re((r=e==null?void 0:e.saveAs)!=null?r:{content:"\u4FDD\u5B58\u8349\u7A3F",type:"saveAs",isShow:!1}),this.print=new re((a=e==null?void 0:e.print)!=null?a:{content:"\u6253\u5370",type:"print",isShow:!1}),this.custom=((l=e==null?void 0:e.custom)!=null?l:[]).map(s=>new re(s)),this.isLoading=(o=e==null?void 0:e.isLoading)!=null?o:!1,this.datasourceBind=new Q(e==null?void 0:e.datasourceBind)}}fi.RuntimeRules=Ab;class So extends V{constructor(e){super(e),this.props=new fi(e==null?void 0:e.props)}static get controlName(){return"\u6570\u636E\u5BB9\u5668"}static get controlType(){return"data-view"}}So.excludes=[];class Sb extends U{constructor(e){super(e),this.props=new fi(e==null?void 0:e.props)}static get controlType(){return"data-view"}}var _o={Designer:So,Runtime:Sb,Property:fi};class _b extends V{static get controlName(){return"\u81EA\u7531\u9875\u9762"}static get controlIcon(){return"page"}static get controlType(){return"page"}constructor(e){super(e)}}class Rb extends U{static get controlType(){return"page"}constructor(e){super(e)}}class Bb extends N{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 Ro={Designer:_b,Runtime:Rb,Property:Bb};class Tb extends V{static get controlName(){return"\u9AD8\u7EA7\u5BB9\u5668"}static get controlIcon(){return"AdvancedContainer"}static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class Pb extends U{static get controlType(){return"AdvancedContainer"}constructor(e){super(e)}}class Db extends N{constructor(e){super(e),this.display=(e==null?void 0:e.display)||"flex",this.flexConfig=new ka(e==null?void 0:e.flexConfig)}}var Bo={Designer:Tb,Runtime:Pb,Property:Db};class xb extends V{static get controlName(){return"\u5B9A\u4F4D\u5BB9\u5668"}static get controlIcon(){return"PositioningContainer"}static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class Fb extends U{static get controlType(){return"PositioningContainer"}constructor(e){super(e)}}class Ob extends N{constructor(e){super(e)}}var To={Designer:xb,Runtime:Fb,Property:Ob};class kb extends V{static get controlName(){return"\u5B9A\u4F4D\u5B50\u5BB9\u5668"}static get controlIcon(){return"position"}static get controlType(){return"position"}constructor(e){super(e)}}class Mb extends U{static get controlType(){return"position"}constructor(e){super(e)}}class Nb extends N{constructor(e){var n,u,r,a;super(e),this.widthSpan=(n=e==null?void 0:e.widthSpan)!=null?n:12,this.heightSpan=(u=e==null?void 0:e.heightSpan)!=null?u: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 Po={Designer:kb,Runtime:Mb,Property:Nb},$b=Object.freeze({__proto__:null,Grid:ao,Col:lo,Row:co,GridRow:so,CardGroup:fo,SubTableColumn:yo,SubTableRow:mo,GridTableColumn:vo,Tab:Eo,TabPane:bo,Toolbox:wo,ListView:Ao,DataView:_o,Page:Ro,AdvancedContainer:Bo,PositioningContainer:To,Position:Po});class Lb extends q{constructor(e){super(e),this.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")},this.limitRows=[{type:"number",required:!0,message:f.getMessage("isNotNumber")},{type:"number",min:0,message:f.getMessage("limitRowsCannotBeLessThan0")}],this.formKey={type:"string",required:!1,message:f.getMessage("pleaseEnterForm")},this.maxHeight={type:"number",required:!0,message:f.getMessage("pleaseEnterMaxHeight")},this.captionTip={type:"string",required:!1,message:f.getMessage("pleaseEnterCaptionTip")},e.openType==="modal"&&(this.formKey.required=!0),e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Vb extends Ae{constructor(e){super(e),e.isHide||this.push({type:"array",required:e.limitRows>0,message:f.getMessage("runtimeRequired",{caption:e.caption})},{type:"array",validator(n,u,r){u.length<e.limitRows&&r(f.getMessage("TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows})),r()},message:f.getMessage("TheNumberOfRowsCannotBeLessThanMinRows",{min:e.limitRows})})}}class Yt extends gn{constructor(e,n){var u,r,a,l,o,s,d,m,v,b,w,S,E,B,y,C,j,I,F,ne,x;super(e,n),this.caption=(u=n==null?void 0:n.caption)!=null?u:hi.controlName,this.isHideCaption=(r=n==null?void 0:n.isHideCaption)!=null?r:!1,this.defaultState=(a=n==null?void 0:n.defaultState)!=null?a:"default",this.labelPosition=(l=n==null?void 0:n.labelPosition)!=null?l:"top",this.openType=(o=n==null?void 0:n.openType)!=null?o:"default",this.formKey=(s=n==null?void 0:n.formKey)!=null?s:"",this.useCustomHeight=(d=n==null?void 0:n.useCustomHeight)!=null?d:!1,this.maxHeight=(m=n==null?void 0:n.maxHeight)!=null?m:Fa,this.printMode=(v=n==null?void 0:n.printMode)!=null?v:"row",this.limitRows=(b=n==null?void 0:n.limitRows)!=null?b:1,this.defaultRows=(w=n==null?void 0:n.defaultRows)!=null?w:1,this.datasourceBind=new Q(n==null?void 0:n.datasourceBind),this.canAdd=(S=n==null?void 0:n.canAdd)!=null?S:!0,this.canDelete=(E=n==null?void 0:n.canDelete)!=null?E:!0,this.canCheck=(B=n==null?void 0:n.canCheck)!=null?B:!1,this.canEdit=(y=n==null?void 0:n.canEdit)!=null?y:!1,this.canImport=(C=n==null?void 0:n.canImport)!=null?C:!1,this.canExport=(j=n==null?void 0:n.canExport)!=null?j:!1,this.canClear=(I=n==null?void 0:n.canClear)!=null?I:!0,this.serverPagination=(F=n==null?void 0:n.serverPagination)!=null?F:!1,this.isShowCaptionTip=(ne=n==null?void 0:n.isShowCaptionTip)!=null?ne:!1,this.captionTip=(x=n==null?void 0:n.captionTip)!=null?x:""}}Yt.Rules=Lb,Yt.RuntimeRules=Vb;class hi extends lu{constructor(e){var n;super(e),this.props=new Yt(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 le,new le,new le])}static get controlName(){return"\u660E\u7EC6\u5B50\u8868"}static get controlIcon(){return"iconGroup11"}static get controlType(){return"subtable"}addColumn(e,n){const u=e!==void 0&&typeof e!="number"?e:new le,r=typeof e=="number"?e:n;return r===void 0?this.props.headers.push(u):this.props.headers.splice(r,0,u),u}}hi.controlEventKeys=["on_list_search","on_list_mounted","on_list_change","on_list_delete","on_list_before_import"],hi.setting=[{key:"subtable-datasource-bind",visible:!0},{key:"caption",showItems:[c.CAPTION,c.IS_HIDE_CAPTION],visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE,c.IS_SHOW_CAPTION_TIP]},{key:"default-state",visible:!0},{key:"subtable-btn-setting",visible:!0},{key:"subtable-opened-mode",visible:!0},{key:"print-setting",visible:!0},{key:"default-rows",visible:!0},{key:"limit-rows",visible:!0},{key:"subtable-max-height",visible:!0},{key:"super-setting",visible:!0}];class Hb extends Ia{constructor(e){super(e),this.props=new Yt(this,e==null?void 0:e.props)}static get controlType(){return"subtable"}getChildrenDataSourceBindLayout(){Pr("Method not implemented.")}getChildrenFormControl(){return[]}}var Do={Designer:hi,Runtime:Hb,Property:Yt};class Wu extends gn{constructor(e,n){var u,r,a,l;super(e,n),this.isFixedHeader=(u=n==null?void 0:n.isFixedHeader)!=null?u:!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}}class jb extends En{constructor(e){super(e),this.caption.required=!1}}class yi extends H{constructor(e){var n,u,r,a;super(e),this.fixed=(n=e==null?void 0:e.fixed)!=null?n:"left",this.caption=(u=e==null?void 0:e.caption)!=null?u:De.controlName,this.width=(r=e==null?void 0:e.width)!=null?r:50,this.widthType=(a=e==null?void 0:e.widthType)!=null?a:"px"}}yi.Rules=jb;class De extends K{constructor(e){super(e),this.props=new yi(e==null?void 0:e.props)}}De.controlType="order-column",De.controlName="\u5E8F\u53F7",De.controlIcon="order-column",De.setting=[{key:"column-fixed",visible:!0}];class Ku extends z{constructor(e){super(e),this.props=new yi(e==null?void 0:e.props)}}Ku.controlType="order-column",Ku.controlFieldType=g.DECIMAL;var xo={Designer:De,Runtime:Ku,Property:yi};class qb extends En{constructor(e){super(e),this.check=[{type:"object",message:f.getMessage("isNotObject")}],this.edit=[{type:"object",message:f.getMessage("isNotObject")}];const n=()=>({type:"object",fields:{formKey:{type:"string",required:!0,message:f.getMessage("pleaseEnterForm")}}});e.check.isShow&&this.check.push(n()),e.edit.isShow&&this.edit.push(n())}}class mi extends H{constructor(e){var n,u,r,a,l,o;super(e),this.fixed=(n=e==null?void 0:e.fixed)!=null?n:"right",this.check=new re((u=e==null?void 0:e.check)!=null?u:{content:"\u67E5\u770B",type:"check",isShow:!1,priorityProcess:!0}),this.edit=new re((r=e==null?void 0:e.edit)!=null?r:{content:"\u7F16\u8F91",type:"edit",isShow:!1}),this.delete=new re((a=e==null?void 0:e.delete)!=null?a:{content:"\u5220\u9664",type:"delete",isShow:!1}),this.custom=((l=e==null?void 0:e.custom)!=null?l:[]).map(s=>new re(s)),this.caption=(o=e==null?void 0:e.caption)!=null?o:xe.controlName}}mi.Rules=qb;class xe extends K{constructor(e){super(e),this.props=new mi(e==null?void 0:e.props)}toDataBindModel(){const e=super.toDataBindModel();return e.props.check=this.props.check,e.props.edit=this.props.edit,e.props.delete=this.props.delete,e}}xe.controlType="operation-column",xe.controlName="\u64CD\u4F5C",xe.controlIcon="operation-column",xe.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"operation-setting",showItems:[c.CAN_CHECK,c.CAN_EDIT,c.CAN_DELETE],visible:!0},{key:"column-width",visible:!0},{key:"column-sort",visible:!0}];class zu extends z{constructor(e){super(e),this.props=new mi(e==null?void 0:e.props)}}zu.controlType="operation-column",zu.controlFieldType=g.FILE;var Fo={Designer:xe,Runtime:zu,Property:mi};class gi extends lu{constructor(e){super(e),this.props=new Wu(this,e==null?void 0:e.props),Se(this,"children",e==null?void 0:e.children),(e==null?void 0:e.props.headers)===void 0&&(this.props.headers=[new De,new xe])}static get controlName(){return"\u8868\u683C"}static get controlIcon(){return"iconlistview"}static get controlType(){return"grid-table"}toSchema(){const e=super.toSchema(),n=this.children.map(u=>u.toSchema());return Ci(we({},e),{children:n})}validate(e,n){return nc(this,null,function*(){return yield tc(gi.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(u=>u.validate(e,n))),!0})}}gi.setting=[{key:"list-fixed-header",visible:!0}];class Ub extends Ia{constructor(e){super(e),this.props=new Wu(this,e==null?void 0:e.props)}static get controlType(){return"grid-table"}getChildrenDataSourceBindLayout(){Pr("Method not implemented.")}getChildrenFormControl(){return[]}getCheckboxProps(e){return{}}}var Oo={Designer:gi,Runtime:Ub,Property:Wu},Wb=Object.freeze({__proto__:null,SubTable:Do,GridTable:Oo});class Kb extends Aa{constructor(e){super(e)}}class vi extends H{constructor(e){var n,u,r,a;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Fe.controlName,this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"none",this.datasourceBind=new Q(e==null?void 0:e.datasourceBind),this.options=ye((r=e==null?void 0:e.options)!=null?r:[{}]),this.lineEllipsis=(a=e==null?void 0:e.lineEllipsis)!=null?a:1}}vi.Rules=Kb;class Fe extends K{constructor(e){super(e),this.props=new vi(e==null?void 0:e.props)}}Fe.controlType="varchar-column",Fe.controlName="\u77ED\u6587\u672C",Fe.controlIcon="varchar-column",Fe.controlFieldType=g.VARCHAR,Fe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"column-options-setting",visible:!0},{key:"column-line-ellipsis",visible:!0},{key:"column-sort",visible:!0}];class Gu extends z{constructor(e){super(e),this.props=new vi(e==null?void 0:e.props)}}Gu.controlType="varchar-column",Gu.controlFieldType=g.VARCHAR;var ko={Designer:Fe,Runtime:Gu,Property:vi};class Qu extends H{constructor(e){var n,u,r;super(e),this.escapeHTML=(n=e==null?void 0:e.escapeHTML)!=null?n:!0,this.caption=(u=e==null?void 0:e.caption)!=null?u:Oe.controlName,this.lineEllipsis=(r=e==null?void 0:e.lineEllipsis)!=null?r:1}}class Oe extends K{constructor(e){super(e),this.props=new Qu(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{escapeHTML:u}=this.props;n.props.escapeHTML=u}return n}}Oe.controlType="text-column",Oe.controlName="\u957F\u6587\u672C",Oe.controlIcon="text-column",Oe.controlFieldType=g.TEXT,Oe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"column-escape-html",visible:!0},{key:"column-line-ellipsis",visible:!0},{key:"column-sort",visible:!0}];class Xu extends z{constructor(e){super(e),this.props=new Qu(e==null?void 0:e.props)}}Xu.controlType="text-column",Xu.controlFieldType=g.TEXT;var Mo={Designer:Oe,Runtime:Xu,Property:Qu};class Ju extends H{constructor(e){var n,u,r,a,l,o;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:ke.controlName,this.precision=(u=e==null?void 0:e.precision)!=null?u: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 Q(e==null?void 0:e.datasourceBind),this.options=ye((o=e==null?void 0:e.options)!=null?o:[{}])}}class ke extends K{constructor(e){super(e),this.props=new Ju(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{precision:u,micrometer:r}=this.props;u!==""&&(n.props.precision=u),n.props.micrometer=r}return n}}ke.controlType="decimal-column",ke.controlName="\u6570\u503C",ke.controlIcon="decimal-column",ke.controlFieldType=g.DECIMAL,ke.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"column-options-setting",visible:!0},{key:"number-suite",showItems:[c.MICROMETER,c.PRECISION,c.PERCENTAGE],visible:!0},{key:"column-align",visible:!0},{key:"column-sort",visible:!0}];class Zu extends z{constructor(e){super(e),this.props=new Ju(e==null?void 0:e.props)}}Zu.controlType="decimal-column",Zu.controlFieldType=g.DECIMAL;var No={Designer:ke,Runtime:Zu,Property:Ju};class Yu extends H{constructor(e){var n,u;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:me.DATE,this.caption=(u=e==null?void 0:e.caption)!=null?u:Me.controlName}}class Me extends K{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:u}=this.props;n.props.dateType=u}return n}}Me.controlType="timescope-column",Me.controlName="\u65E5\u671F\u533A\u95F4",Me.controlIcon="timescope-column",Me.controlFieldType=g.TIMESCOPE,Me.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"date-type",visible:!0},{key:"column-sort",visible:!0}];class pu extends z{constructor(e){super(e),this.props=new Yu(e==null?void 0:e.props)}}pu.controlType="timescope-column",pu.controlFieldType=g.TIMESCOPE;var $o={Designer:Me,Runtime:pu,Property:Yu};class er extends H{constructor(e){var n,u;super(e),this.dateType=(n=e==null?void 0:e.dateType)!=null?n:me.DATE,this.caption=(u=e==null?void 0:e.caption)!=null?u:Ne.controlName}}class Ne extends K{constructor(e){super(e),this.props=new er(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{dateType:u}=this.props;n.props.dateType=u}return n}}Ne.controlType="timestamp-column",Ne.controlName="\u65E5\u671F",Ne.controlIcon="timestamp-column",Ne.controlFieldType=g.TIMESTAMP,Ne.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"date-type",visible:!0},{key:"column-sort",visible:!0}];class tr extends z{constructor(e){super(e),this.props=new er(e==null?void 0:e.props)}}tr.controlType="timestamp-column",tr.controlFieldType=g.TIMESTAMP;var Lo={Designer:Ne,Runtime:tr,Property:er};class zb extends Aa{constructor(e){super(e)}}class bi extends H{constructor(e){var n,u,r;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:$e.controlName,this.optionConfig=(u=e==null?void 0:e.optionConfig)!=null?u:"none",this.datasourceBind=new Q(e==null?void 0:e.datasourceBind),this.options=ye((r=e==null?void 0:e.options)!=null?r:[{}])}}bi.Rules=zb;class $e extends K{constructor(e){super(e),this.props=new bi(e==null?void 0:e.props)}}$e.controlType="array-column",$e.controlName="\u6570\u7EC4",$e.controlIcon="array-column",$e.controlFieldType=g.ARRAY,$e.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"column-options-setting",visible:!0},{key:"column-sort",visible:!0}];class nr extends z{constructor(e){super(e),this.props=new bi(e==null?void 0:e.props)}}nr.controlType="array-column",nr.controlFieldType=g.ARRAY;var Vo={Designer:$e,Runtime:nr,Property:bi};class ir extends H{constructor(e){var n,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Le.controlName,this.displayLevel=(u=e==null?void 0:e.displayLevel)!=null?u:1}}class Le extends K{constructor(e){super(e),this.props=new ir(e==null?void 0:e.props)}toDataBindModel(e){const n=super.toDataBindModel(e);if(n){const{displayLevel:u}=this.props;n.props.displayLevel=u}return n}}Le.controlType="department-column",Le.controlName="\u90E8\u95E8",Le.controlIcon="department-column",Le.controlFieldType=g.DEPARTMENTS,Le.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"department-level",visible:!0},{key:"column-sort",visible:!0}];class ur extends z{constructor(e){super(e),this.props=new ir(e==null?void 0:e.props)}}ur.controlType="department-column",ur.controlFieldType=g.DEPARTMENTS;var Ho={Designer:Le,Runtime:ur,Property:ir};class rr extends H{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ve.controlName}}class Ve extends K{constructor(e){super(e),this.props=new rr(e==null?void 0:e.props)}}Ve.controlType="auto-number-column",Ve.controlName="\u81EA\u52A8\u7F16\u53F7",Ve.controlIcon="auto-number-column",Ve.controlFieldType=g.AUTO_NUMBER,Ve.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0}];class ar extends z{constructor(e){super(e),this.props=new rr(e==null?void 0:e.props)}}ar.controlType="auto-number-column",ar.controlFieldType=g.AUTO_NUMBER;var jo={Designer:Ve,Runtime:ar,Property:rr};class lr extends H{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:He.controlName}}class He extends K{constructor(e){super(e),this.props=new lr(e==null?void 0:e.props)}}He.controlType="file-column",He.controlName="\u9644\u4EF6",He.controlIcon="file-column",He.controlFieldType=g.FILE,He.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0}];class or extends z{constructor(e){super(e),this.props=new lr(e==null?void 0:e.props)}}or.controlType="file-column",or.controlFieldType=g.FILE;var qo={Designer:He,Runtime:or,Property:lr};class cr extends H{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:je.controlName}}class je extends K{constructor(e){super(e),this.props=new cr(e==null?void 0:e.props)}}je.controlType="image-column",je.controlName="\u56FE\u7247",je.controlIcon="image-column",je.controlFieldType=g.IMAGE,je.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0}];class sr extends z{constructor(e){super(e),this.props=new cr(e==null?void 0:e.props)}}sr.controlType="image-column",sr.controlFieldType=g.IMAGE;var Uo={Designer:je,Runtime:sr,Property:cr};class dr extends H{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:qe.controlName}}class qe extends K{constructor(e){super(e),this.props=new dr(e==null?void 0:e.props)}}qe.controlType="people-column",qe.controlName="\u4EBA\u5458",qe.controlIcon="people-column",qe.controlFieldType=g.EMPLOYEES,qe.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0}];class fr extends z{constructor(e){super(e),this.props=new dr(e==null?void 0:e.props)}}fr.controlType="people-column",fr.controlFieldType=g.EMPLOYEES;var Wo={Designer:qe,Runtime:fr,Property:dr};class hr extends H{constructor(e){var n;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ue.controlName}}class Ue extends K{constructor(e){super(e),this.props=new hr(e==null?void 0:e.props)}}Ue.controlType="location-column",Ue.controlName="\u5730\u5740",Ue.controlIcon="location-column",Ue.controlFieldType=g.ADDRESS,Ue.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0}];class yr extends z{constructor(e){super(e),this.props=new hr(e==null?void 0:e.props)}}yr.controlType="location-column",yr.controlFieldType=g.ADDRESS;var Ko={Designer:Ue,Runtime:yr,Property:hr};class mr extends H{constructor(e){var n,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ce.controlName,this.fieldCodeList=(u=e==null?void 0:e.fieldCodeList)!=null?u:[]}}const Gb=1;class Ce extends K{constructor(e){super(e);const{excludes:n,childrenMaxLength:u}=new.target;this.props=new mr(e==null?void 0:e.props),Se(this,"children",e==null?void 0:e.children),this.excludes=ge(n),this.childrenMaxLength=u}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:u}=this.props;n.props.fieldCodeList=u}return n}toSchema(){const e=super.toSchema();return Ci(we({},e),{children:this.children.map(n=>n.toSchema())})}}Ce.controlType="custom-column",Ce.controlName="\u81EA\u5B9A\u4E49",Ce.controlIcon="custom-column",Ce.excludes=[],Ce.childrenMaxLength=Gb,Ce.setting=[{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-filed-list",visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0}];class zo extends z{constructor(e){super(e),this.props=new mr(e==null?void 0:e.props),Se(this,"children",e==null?void 0:e.children)}}zo.controlType="custom-column";var Go={Designer:Ce,Runtime:zo,Property:mr};class gr extends H{constructor(e){var n,u;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:Ie.controlName,this.datasourceBind=new ki((u=e==null?void 0:e.datasourceBind)!=null?u:{attributes:Ie.controlCustomAttributes})}}class Ie extends K{constructor(e){super(e),this.props=new gr(e==null?void 0:e.props)}static get controlCustomAttributes(){return[{key:"displayBoList",name:"\u663E\u793A\u503C",required:!0}]}}Ie.controlType="employee-column",Ie.controlName="\u4EBA\u5458",Ie.controlIcon="employee-column",Ie.controlFieldType=g.EMPLOYEES,Ie.setting=[{key:"column-data-bind",visible:!0},{key:"caption",showItems:[c.CAPTION],visible:!0},{key:"column-width",visible:!0},{key:"column-fixed",visible:!0},{key:"column-sort",visible:!0}];class vr extends z{constructor(e){super(e),this.props=new gr(e==null?void 0:e.props)}}vr.controlType="employee-column",vr.controlFieldType=g.EMPLOYEES;var Qo={Designer:Ie,Runtime:vr,Property:gr},Qb=Object.freeze({__proto__:null,VarcharColumn:ko,TextColumn:Mo,DecimalColumn:No,TimescopeColumn:$o,TimestampColumn:Lo,ArrayColumn:Vo,DepartmentColumn:Ho,AutoNumberColumn:jo,FileColumn:qo,ImageColumn:Uo,PeopleColumn:Wo,LocationColumn:Ko,CustomColumn:Go,OrderColumn:xo,OperationColumn:Fo,EmployeeColumn:Qo});class Xb extends Ae{constructor(e){super(e),this.push({type:"object",fields:{}})}}class Ei extends vu{constructor(e){var n,u,r,a,l,o,s;super(e),this.labelPosition=(n=e==null?void 0:e.labelPosition)!=null?n:"top",this.viewType=(u=e==null?void 0:e.viewType)!=null?u:"mini",this.search=new re((r=e==null?void 0:e.search)!=null?r:{content:"\u67E5\u8BE2",isShow:!0}),this.cancel=new re((a=e==null?void 0:e.cancel)!=null?a:{content:"\u91CD\u7F6E",isShow:!0}),this.isLoading=(l=e==null?void 0:e.isLoading)!=null?l:!1,this.custom=((o=e==null?void 0:e.custom)!=null?o:[]).map(d=>new re(d)),this.queryTypeMap=(s=e==null?void 0:e.queryTypeMap)!=null?s:[]}}Ei.RuntimeRules=Xb;class br extends Pg{constructor(e){super(e),this.props=new Ei(e==null?void 0:e.props)}}br.controlType="simple-search",br.setting=[{key:"search-fields",visible:!0},{key:"label-position",visible:!0},{key:"common-setting",visible:!0,showItems:[c.IS_HIDE]},{key:"search-view-type",visible:!0}];class Xo extends $g{constructor(e){var n;super(e),this.props=new Ei(e==null?void 0:e.props),this.children=(n=e==null?void 0:e.children)!=null?n:[]}}Xo.controlType="simple-search";var Jo={Designer:br,Runtime:Xo,Property:Ei},Jb=Object.freeze({__proto__:null,SimpleSearch:Jo});h.Address=Ol,h.AdvancedContainer=Bo,h.Amount=Pl,h.ArrayColumn=Vo,h.Attachment=_l,h.AutoNumber=$l,h.AutoNumberColumn=jo,h.BatchPrintListButton=tl,h.BatchPrintRecordListButton=nl,h.BatchSubmissionListButton=Ha,h.Button=Ba,h.Calc=Vl,h.CardGroup=fo,h.Checkbox=al,h.Col=lo,h.CreateFormListButton=Va,h.CustomColumn=Go,h.DATE_CONFIG_TYPE=Ta,h.DATE_LIMIT_TYPE=Pa,h.Dashboard=Ja,h.DataView=_o,h.DatePicker=fl,h.DateRange=yl,h.DecimalColumn=No,h.Department=Ml,h.DepartmentColumn=Ho,h.Divider=$a,h.ElectronicSignature=no,h.ElectronicSignatureConfig=Da,h.Employee=Sl,h.Employee2=eo,h.EmployeeColumn=Qo,h.EncryptTypeEnum=Ma,h.Explain=Rn,h.ExportListButton=qa,h.ExportRecordListButton=Ua,h.ExportTemplate=Ru,h.FileColumn=qo,h.FlexStyleConfig=ka,h.FormSelectButton=Ka,h.Grid=ao,h.GridRow=so,h.GridTable=Oo,h.GridTableColumn=vo,h.Image=Bl,h.ImageColumn=Uo,h.ImportRecordListButton=Wa,h.Input=ul,h.InvoiceCheckButton=el,h.LINE_STYLE=Su,h.LimitDate=_n,h.Link=Ra,h.ListSelectButton=za,h.ListView=Ao,h.ListViewSelect=Ya,h.LocationColumn=Ko,h.Number=sl,h.OperationColumn=Fo,h.OrderColumn=xo,h.Page=Ro,h.Pagination=Qa,h.PeopleColumn=Wo,h.Position=Po,h.PositioningContainer=To,h.PrintTemplate=Oa,h.Radio=ol,h.RichText=bl,h.Row=co,h.SCORE_TYPE=Au,h.SUBTABLE_DEFAULT_MAX_HEIGHT=Fa,h.Score=xl,h.SearchDateRange=Ul,h.SearchInput=Jl,h.SearchNumberRange=jl,h.Select=Cl,h.SelectMultiple=wl,h.SelectRelation=Gl,h.SimpleSearch=Jo,h.SubTable=Do,h.SubTableColumn=yo,h.SubTableRow=mo,h.SubmissionRecordListButton=ja,h.Tab=Eo,h.TabPane=bo,h.Text=_a,h.TextColumn=Mo,h.TextOcrButton=pa,h.Textarea=gl,h.TimescopeColumn=$o,h.TimestampColumn=Lo,h.Title=La,h.TitleConfigEnum=_e,h.Toolbox=wo,h.Tree=Yl,h.UndersignedPerson=_u,h.VarcharColumn=ko,h.VueFormItem=Kl,h.WPS=uo,h.WPSSetting=xa,h.WpsOperationItem=Bu,h.baseControls=gv,h.columnControls=Qb,h.formControls=ab,h.initExpression=ht,h.layoutControls=$b,h.listControls=Wb,h.searchControls=Jb,Object.defineProperty(h,"__esModule",{value:!0})});