@byteluck-fe/model-driven-controls 1.4.2 → 1.5.0-beta.11

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