@byteluck-fe/model-driven-controls 2.23.0-beta.2 → 2.23.0-beta.21

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 (299) hide show
  1. package/dist/esm/baseControls/BatchDeleteButton/designer.js +14 -26
  2. package/dist/esm/baseControls/BatchDeleteButton/property.js +13 -32
  3. package/dist/esm/baseControls/BatchDeleteButton/runtime.js +12 -24
  4. package/dist/esm/baseControls/BatchPrintListButton/designer.js +14 -26
  5. package/dist/esm/baseControls/BatchPrintListButton/property.js +15 -30
  6. package/dist/esm/baseControls/BatchPrintListButton/runtime.js +12 -24
  7. package/dist/esm/baseControls/BatchPrintRecordListButton/designer.js +14 -26
  8. package/dist/esm/baseControls/BatchPrintRecordListButton/property.js +12 -23
  9. package/dist/esm/baseControls/BatchPrintRecordListButton/runtime.js +12 -24
  10. package/dist/esm/baseControls/BatchSubmissionListButton/designer.js +14 -26
  11. package/dist/esm/baseControls/BatchSubmissionListButton/property.js +22 -37
  12. package/dist/esm/baseControls/BatchSubmissionListButton/runtime.js +12 -24
  13. package/dist/esm/baseControls/Button/designer.js +15 -26
  14. package/dist/esm/baseControls/Button/property.js +22 -42
  15. package/dist/esm/baseControls/Button/runtime.js +12 -24
  16. package/dist/esm/baseControls/CreateFormListButton/designer.js +14 -26
  17. package/dist/esm/baseControls/CreateFormListButton/property.js +17 -30
  18. package/dist/esm/baseControls/CreateFormListButton/runtime.js +12 -24
  19. package/dist/esm/baseControls/Dashboard/designer.js +14 -26
  20. package/dist/esm/baseControls/Dashboard/property.js +23 -44
  21. package/dist/esm/baseControls/Dashboard/runtime.js +12 -24
  22. package/dist/esm/baseControls/Divider/designer.js +14 -26
  23. package/dist/esm/baseControls/Divider/property.js +12 -25
  24. package/dist/esm/baseControls/Divider/runtime.js +12 -24
  25. package/dist/esm/baseControls/ExportListButton/designer.js +14 -26
  26. package/dist/esm/baseControls/ExportListButton/property.js +14 -27
  27. package/dist/esm/baseControls/ExportListButton/runtime.js +12 -24
  28. package/dist/esm/baseControls/ExportRecordListButton/designer.js +14 -26
  29. package/dist/esm/baseControls/ExportRecordListButton/property.js +12 -23
  30. package/dist/esm/baseControls/ExportRecordListButton/runtime.js +12 -24
  31. package/dist/esm/baseControls/FormSelectButton/designer.js +14 -26
  32. package/dist/esm/baseControls/FormSelectButton/property.js +21 -38
  33. package/dist/esm/baseControls/FormSelectButton/runtime.js +12 -24
  34. package/dist/esm/baseControls/ImportRecordListButton/designer.js +14 -26
  35. package/dist/esm/baseControls/ImportRecordListButton/property.js +13 -26
  36. package/dist/esm/baseControls/ImportRecordListButton/runtime.js +12 -24
  37. package/dist/esm/baseControls/InvoiceCheckButton/designer.js +14 -26
  38. package/dist/esm/baseControls/InvoiceCheckButton/property.js +24 -47
  39. package/dist/esm/baseControls/InvoiceCheckButton/runtime.js +12 -24
  40. package/dist/esm/baseControls/Link/designer.js +14 -26
  41. package/dist/esm/baseControls/Link/property.js +14 -28
  42. package/dist/esm/baseControls/Link/runtime.js +12 -24
  43. package/dist/esm/baseControls/ListSelectButton/designer.js +14 -26
  44. package/dist/esm/baseControls/ListSelectButton/property.js +28 -48
  45. package/dist/esm/baseControls/ListSelectButton/runtime.js +12 -24
  46. package/dist/esm/baseControls/ListViewSelect/designer.js +14 -26
  47. package/dist/esm/baseControls/ListViewSelect/property.js +19 -33
  48. package/dist/esm/baseControls/ListViewSelect/runtime.js +12 -24
  49. package/dist/esm/baseControls/OperationButton/designer.js +14 -26
  50. package/dist/esm/baseControls/OperationButton/property.js +18 -42
  51. package/dist/esm/baseControls/OperationButton/runtime.js +12 -24
  52. package/dist/esm/baseControls/Pagination/designer.js +14 -26
  53. package/dist/esm/baseControls/Pagination/property.js +18 -27
  54. package/dist/esm/baseControls/Pagination/runtime.js +12 -24
  55. package/dist/esm/baseControls/ReferenceList/designer.js +158 -0
  56. package/dist/esm/baseControls/ReferenceList/index.js +11 -0
  57. package/dist/esm/baseControls/ReferenceList/property.js +139 -0
  58. package/dist/esm/baseControls/ReferenceList/runtime.js +112 -0
  59. package/dist/esm/baseControls/ReferenceList/types.js +0 -0
  60. package/dist/esm/baseControls/SubmissionRecordListButton/designer.js +14 -26
  61. package/dist/esm/baseControls/SubmissionRecordListButton/property.js +12 -23
  62. package/dist/esm/baseControls/SubmissionRecordListButton/runtime.js +12 -24
  63. package/dist/esm/baseControls/Text/designer.js +14 -26
  64. package/dist/esm/baseControls/Text/property.js +15 -32
  65. package/dist/esm/baseControls/Text/runtime.js +12 -24
  66. package/dist/esm/baseControls/TextOcrButton/designer.js +14 -26
  67. package/dist/esm/baseControls/TextOcrButton/property.js +25 -48
  68. package/dist/esm/baseControls/TextOcrButton/runtime.js +12 -24
  69. package/dist/esm/baseControls/Title/designer.js +14 -26
  70. package/dist/esm/baseControls/Title/property.js +23 -40
  71. package/dist/esm/baseControls/Title/runtime.js +12 -24
  72. package/dist/esm/baseControls/index.js +1 -0
  73. package/dist/esm/baseControls/utils.js +4 -4
  74. package/dist/esm/columnControls/ApprovalStatusColumn/designer.js +18 -27
  75. package/dist/esm/columnControls/ApprovalStatusColumn/property.js +15 -29
  76. package/dist/esm/columnControls/ApprovalStatusColumn/runtime.js +12 -25
  77. package/dist/esm/columnControls/ArrayColumn/designer.js +19 -26
  78. package/dist/esm/columnControls/ArrayColumn/property.js +21 -36
  79. package/dist/esm/columnControls/ArrayColumn/runtime.js +12 -24
  80. package/dist/esm/columnControls/AutoNumberColumn/designer.js +19 -26
  81. package/dist/esm/columnControls/AutoNumberColumn/property.js +18 -30
  82. package/dist/esm/columnControls/AutoNumberColumn/runtime.js +12 -24
  83. package/dist/esm/columnControls/CustomColumn/designer.js +20 -30
  84. package/dist/esm/columnControls/CustomColumn/property.js +17 -30
  85. package/dist/esm/columnControls/CustomColumn/runtime.js +13 -26
  86. package/dist/esm/columnControls/DecimalColumn/designer.js +19 -26
  87. package/dist/esm/columnControls/DecimalColumn/property.js +24 -42
  88. package/dist/esm/columnControls/DecimalColumn/runtime.js +12 -24
  89. package/dist/esm/columnControls/DepartmentColumn/designer.js +19 -26
  90. package/dist/esm/columnControls/DepartmentColumn/property.js +13 -25
  91. package/dist/esm/columnControls/DepartmentColumn/runtime.js +12 -24
  92. package/dist/esm/columnControls/EmployeeColumn/designer.js +19 -26
  93. package/dist/esm/columnControls/EmployeeColumn/property.js +13 -25
  94. package/dist/esm/columnControls/EmployeeColumn/runtime.js +12 -24
  95. package/dist/esm/columnControls/FileColumn/designer.js +24 -33
  96. package/dist/esm/columnControls/FileColumn/property.js +32 -23
  97. package/dist/esm/columnControls/FileColumn/runtime.js +12 -24
  98. package/dist/esm/columnControls/ImageColumn/designer.js +19 -26
  99. package/dist/esm/columnControls/ImageColumn/property.js +12 -23
  100. package/dist/esm/columnControls/ImageColumn/runtime.js +12 -24
  101. package/dist/esm/columnControls/LocationColumn/designer.js +19 -26
  102. package/dist/esm/columnControls/LocationColumn/property.js +18 -30
  103. package/dist/esm/columnControls/LocationColumn/runtime.js +12 -24
  104. package/dist/esm/columnControls/OperationColumn/designer.js +18 -26
  105. package/dist/esm/columnControls/OperationColumn/property.js +17 -30
  106. package/dist/esm/columnControls/OperationColumn/runtime.js +12 -24
  107. package/dist/esm/columnControls/OrderColumn/designer.js +18 -26
  108. package/dist/esm/columnControls/OrderColumn/property.js +15 -25
  109. package/dist/esm/columnControls/OrderColumn/runtime.js +12 -24
  110. package/dist/esm/columnControls/PeopleColumn/designer.js +19 -26
  111. package/dist/esm/columnControls/PeopleColumn/property.js +12 -23
  112. package/dist/esm/columnControls/PeopleColumn/runtime.js +12 -24
  113. package/dist/esm/columnControls/TextColumn/designer.js +19 -26
  114. package/dist/esm/columnControls/TextColumn/property.js +19 -33
  115. package/dist/esm/columnControls/TextColumn/runtime.js +12 -24
  116. package/dist/esm/columnControls/TimescopeColumn/designer.js +19 -26
  117. package/dist/esm/columnControls/TimescopeColumn/property.js +19 -32
  118. package/dist/esm/columnControls/TimescopeColumn/runtime.js +12 -24
  119. package/dist/esm/columnControls/TimestampColumn/designer.js +19 -26
  120. package/dist/esm/columnControls/TimestampColumn/property.js +19 -32
  121. package/dist/esm/columnControls/TimestampColumn/runtime.js +12 -24
  122. package/dist/esm/columnControls/VarcharColumn/designer.js +20 -26
  123. package/dist/esm/columnControls/VarcharColumn/property.js +23 -40
  124. package/dist/esm/columnControls/VarcharColumn/runtime.js +12 -24
  125. package/dist/esm/formControls/Address/designer.js +15 -26
  126. package/dist/esm/formControls/Address/property.js +23 -36
  127. package/dist/esm/formControls/Address/runtime.js +12 -24
  128. package/dist/esm/formControls/Amount/designer.js +15 -26
  129. package/dist/esm/formControls/Amount/property.js +39 -62
  130. package/dist/esm/formControls/Amount/runtime.js +12 -24
  131. package/dist/esm/formControls/Attachment/designer.js +19 -26
  132. package/dist/esm/formControls/Attachment/property.js +33 -45
  133. package/dist/esm/formControls/Attachment/runtime.js +12 -24
  134. package/dist/esm/formControls/AutoNumber/designer.js +15 -26
  135. package/dist/esm/formControls/AutoNumber/property.js +14 -26
  136. package/dist/esm/formControls/AutoNumber/runtime.js +12 -24
  137. package/dist/esm/formControls/Calc/designer.js +15 -26
  138. package/dist/esm/formControls/Calc/property.js +32 -50
  139. package/dist/esm/formControls/Calc/runtime.js +12 -24
  140. package/dist/esm/formControls/Checkbox/designer.js +15 -26
  141. package/dist/esm/formControls/Checkbox/property.js +34 -58
  142. package/dist/esm/formControls/Checkbox/runtime.js +12 -24
  143. package/dist/esm/formControls/DatePicker/designer.js +15 -26
  144. package/dist/esm/formControls/DatePicker/property.js +21 -39
  145. package/dist/esm/formControls/DatePicker/runtime.js +12 -24
  146. package/dist/esm/formControls/DateRange/designer.js +15 -26
  147. package/dist/esm/formControls/DateRange/property.js +30 -50
  148. package/dist/esm/formControls/DateRange/runtime.js +12 -24
  149. package/dist/esm/formControls/Department/designer.js +15 -26
  150. package/dist/esm/formControls/Department/property.js +26 -46
  151. package/dist/esm/formControls/Department/runtime.js +12 -24
  152. package/dist/esm/formControls/Department2/designer.js +15 -26
  153. package/dist/esm/formControls/Department2/property.js +38 -63
  154. package/dist/esm/formControls/Department2/runtime.js +12 -24
  155. package/dist/esm/formControls/ElectronicSignature/designer.js +15 -26
  156. package/dist/esm/formControls/ElectronicSignature/property.js +24 -42
  157. package/dist/esm/formControls/ElectronicSignature/runtime.js +12 -24
  158. package/dist/esm/formControls/Employee/designer.js +15 -26
  159. package/dist/esm/formControls/Employee/property.js +22 -40
  160. package/dist/esm/formControls/Employee/runtime.js +12 -24
  161. package/dist/esm/formControls/Employee2/designer.js +15 -26
  162. package/dist/esm/formControls/Employee2/property.js +33 -57
  163. package/dist/esm/formControls/Employee2/runtime.js +12 -24
  164. package/dist/esm/formControls/Image/designer.js +16 -26
  165. package/dist/esm/formControls/Image/property.js +12 -23
  166. package/dist/esm/formControls/Image/runtime.js +15 -26
  167. package/dist/esm/formControls/Input/designer.js +15 -26
  168. package/dist/esm/formControls/Input/property.js +36 -54
  169. package/dist/esm/formControls/Input/runtime.js +12 -24
  170. package/dist/esm/formControls/Number/designer.js +15 -26
  171. package/dist/esm/formControls/Number/property.js +39 -62
  172. package/dist/esm/formControls/Number/runtime.js +12 -24
  173. package/dist/esm/formControls/OrganizationSelection/designer.js +15 -26
  174. package/dist/esm/formControls/OrganizationSelection/property.js +44 -74
  175. package/dist/esm/formControls/OrganizationSelection/runtime.js +12 -24
  176. package/dist/esm/formControls/Radio/designer.js +15 -26
  177. package/dist/esm/formControls/Radio/property.js +28 -49
  178. package/dist/esm/formControls/Radio/runtime.js +12 -24
  179. package/dist/esm/formControls/RichText/designer.js +15 -26
  180. package/dist/esm/formControls/RichText/property.js +29 -44
  181. package/dist/esm/formControls/RichText/runtime.js +12 -24
  182. package/dist/esm/formControls/Score/designer.js +15 -26
  183. package/dist/esm/formControls/Score/property.js +27 -43
  184. package/dist/esm/formControls/Score/runtime.js +12 -24
  185. package/dist/esm/formControls/SearchDateRange/designer.js +15 -26
  186. package/dist/esm/formControls/SearchDateRange/property.js +25 -44
  187. package/dist/esm/formControls/SearchDateRange/runtime.js +12 -24
  188. package/dist/esm/formControls/SearchInput/designer.js +14 -26
  189. package/dist/esm/formControls/SearchInput/property.js +15 -25
  190. package/dist/esm/formControls/SearchInput/runtime.js +12 -24
  191. package/dist/esm/formControls/SearchNumberRange/designer.js +15 -26
  192. package/dist/esm/formControls/SearchNumberRange/property.js +22 -37
  193. package/dist/esm/formControls/SearchNumberRange/runtime.js +12 -24
  194. package/dist/esm/formControls/Select/designer.js +15 -26
  195. package/dist/esm/formControls/Select/property.js +31 -53
  196. package/dist/esm/formControls/Select/runtime.js +12 -24
  197. package/dist/esm/formControls/SelectMultiple/designer.js +15 -26
  198. package/dist/esm/formControls/SelectMultiple/property.js +33 -53
  199. package/dist/esm/formControls/SelectMultiple/runtime.js +12 -24
  200. package/dist/esm/formControls/SelectRelation/designer.js +15 -26
  201. package/dist/esm/formControls/SelectRelation/property.js +38 -63
  202. package/dist/esm/formControls/SelectRelation/runtime.js +12 -24
  203. package/dist/esm/formControls/Textarea/designer.js +15 -26
  204. package/dist/esm/formControls/Textarea/property.js +33 -49
  205. package/dist/esm/formControls/Textarea/runtime.js +12 -24
  206. package/dist/esm/formControls/Tree/designer.js +15 -26
  207. package/dist/esm/formControls/Tree/property.js +29 -57
  208. package/dist/esm/formControls/Tree/runtime.js +12 -24
  209. package/dist/esm/formControls/VueFormItem/designer.js +15 -26
  210. package/dist/esm/formControls/VueFormItem/property.js +18 -31
  211. package/dist/esm/formControls/VueFormItem/runtime.js +12 -24
  212. package/dist/esm/formControls/VuePage/designer.js +15 -26
  213. package/dist/esm/formControls/VuePage/property.js +18 -31
  214. package/dist/esm/formControls/VuePage/runtime.js +12 -24
  215. package/dist/esm/formControls/WPS/designer.js +15 -26
  216. package/dist/esm/formControls/WPS/property.js +25 -49
  217. package/dist/esm/formControls/WPS/runtime.js +12 -24
  218. package/dist/esm/framework.js +37 -2
  219. package/dist/esm/layoutControls/ActionBar/designer.js +14 -26
  220. package/dist/esm/layoutControls/ActionBar/property.js +14 -28
  221. package/dist/esm/layoutControls/ActionBar/runtime.js +12 -24
  222. package/dist/esm/layoutControls/AdvancedContainer/designer.js +14 -25
  223. package/dist/esm/layoutControls/AdvancedContainer/property.js +12 -25
  224. package/dist/esm/layoutControls/AdvancedContainer/runtime.js +12 -23
  225. package/dist/esm/layoutControls/CardGroup/designer.js +15 -26
  226. package/dist/esm/layoutControls/CardGroup/property.js +18 -34
  227. package/dist/esm/layoutControls/CardGroup/runtime.js +12 -24
  228. package/dist/esm/layoutControls/Col/designer.js +15 -26
  229. package/dist/esm/layoutControls/Col/property.js +12 -25
  230. package/dist/esm/layoutControls/Col/runtime.js +12 -24
  231. package/dist/esm/layoutControls/DataView/designer.js +14 -26
  232. package/dist/esm/layoutControls/DataView/property.js +22 -39
  233. package/dist/esm/layoutControls/DataView/runtime.js +12 -24
  234. package/dist/esm/layoutControls/Grid/designer.js +15 -25
  235. package/dist/esm/layoutControls/Grid/runtime.js +12 -23
  236. package/dist/esm/layoutControls/GridLayoutContainer/designer.js +15 -26
  237. package/dist/esm/layoutControls/GridLayoutContainer/property.js +13 -26
  238. package/dist/esm/layoutControls/GridLayoutContainer/runtime.js +12 -24
  239. package/dist/esm/layoutControls/GridRow/designer.js +15 -25
  240. package/dist/esm/layoutControls/GridRow/property.js +12 -23
  241. package/dist/esm/layoutControls/GridRow/runtime.js +12 -23
  242. package/dist/esm/layoutControls/GridTableColumn/designer.js +12 -24
  243. package/dist/esm/layoutControls/GridTableColumn/property.js +13 -36
  244. package/dist/esm/layoutControls/GridTableColumn/runtime.js +12 -24
  245. package/dist/esm/layoutControls/ListView/designer.js +15 -26
  246. package/dist/esm/layoutControls/ListView/property.js +51 -80
  247. package/dist/esm/layoutControls/ListView/runtime.js +12 -24
  248. package/dist/esm/layoutControls/Page/designer.js +14 -25
  249. package/dist/esm/layoutControls/Page/property.js +13 -29
  250. package/dist/esm/layoutControls/Page/runtime.js +12 -23
  251. package/dist/esm/layoutControls/Position/designer.js +14 -25
  252. package/dist/esm/layoutControls/Position/property.js +12 -27
  253. package/dist/esm/layoutControls/Position/runtime.js +12 -23
  254. package/dist/esm/layoutControls/PositioningContainer/designer.js +14 -25
  255. package/dist/esm/layoutControls/PositioningContainer/property.js +12 -23
  256. package/dist/esm/layoutControls/PositioningContainer/runtime.js +12 -23
  257. package/dist/esm/layoutControls/Row/designer.js +15 -26
  258. package/dist/esm/layoutControls/Row/property.js +12 -25
  259. package/dist/esm/layoutControls/Row/runtime.js +12 -24
  260. package/dist/esm/layoutControls/SubTableColumn/designer.js +15 -26
  261. package/dist/esm/layoutControls/SubTableColumn/property.js +27 -46
  262. package/dist/esm/layoutControls/SubTableColumn/runtime.js +12 -24
  263. package/dist/esm/layoutControls/SubTableRow/designer.js +15 -26
  264. package/dist/esm/layoutControls/SubTableRow/property.js +12 -23
  265. package/dist/esm/layoutControls/SubTableRow/runtime.js +12 -24
  266. package/dist/esm/layoutControls/Tab/designer.js +15 -26
  267. package/dist/esm/layoutControls/Tab/property.js +12 -24
  268. package/dist/esm/layoutControls/Tab/runtime.js +12 -24
  269. package/dist/esm/layoutControls/TabPane/designer.js +16 -28
  270. package/dist/esm/layoutControls/TabPane/property.js +17 -29
  271. package/dist/esm/layoutControls/TabPane/runtime.js +12 -24
  272. package/dist/esm/layoutControls/Toolbox/designer.js +15 -26
  273. package/dist/esm/layoutControls/Toolbox/property.js +12 -23
  274. package/dist/esm/layoutControls/Toolbox/runtime.js +12 -23
  275. package/dist/esm/listControls/GridTable/designer.js +17 -31
  276. package/dist/esm/listControls/GridTable/property.js +18 -33
  277. package/dist/esm/listControls/GridTable/runtime.js +13 -25
  278. package/dist/esm/listControls/SubTable/designer.js +15 -27
  279. package/dist/esm/listControls/SubTable/property.js +75 -122
  280. package/dist/esm/listControls/SubTable/runtime.js +13 -25
  281. package/dist/esm/searchControls/SimpleSearch/designer.js +12 -24
  282. package/dist/esm/searchControls/SimpleSearch/property.js +29 -51
  283. package/dist/esm/searchControls/SimpleSearch/runtime.js +12 -25
  284. package/dist/esm/wrapControls/GridLayoutWrap/Setting.js +3 -3
  285. package/dist/esm/wrapControls/GridLayoutWrap/designer.js +15 -27
  286. package/dist/esm/wrapControls/GridLayoutWrap/property.js +12 -24
  287. package/dist/esm/wrapControls/GridLayoutWrap/runtime.js +12 -24
  288. package/dist/index.umd.js +1 -43
  289. package/dist/types/baseControls/ReferenceList/designer.d.ts +14 -0
  290. package/dist/types/baseControls/ReferenceList/index.d.ts +12 -0
  291. package/dist/types/baseControls/ReferenceList/property.d.ts +22 -0
  292. package/dist/types/baseControls/ReferenceList/runtime.d.ts +9 -0
  293. package/dist/types/baseControls/ReferenceList/types.d.ts +0 -0
  294. package/dist/types/baseControls/index.d.ts +1 -0
  295. package/dist/types/columnControls/FileColumn/property.d.ts +1 -0
  296. package/dist/types/formControls/Attachment/property.d.ts +1 -0
  297. package/dist/types/framework.d.ts +16 -1
  298. package/dist/types/type.d.ts +2 -1
  299. package/package.json +5 -5
@@ -4,6 +4,10 @@ function _assert_this_initialized(self) {
4
4
  }
5
5
  return self;
6
6
  }
7
+ function _call_super(_this, derived, args) {
8
+ derived = _get_prototype_of(derived);
9
+ return _possible_constructor_return(_this, _is_native_reflect_construct() ? Reflect.construct(derived, args || [], _get_prototype_of(_this).constructor) : derived.apply(_this, args));
10
+ }
7
11
  function _class_call_check(instance, Constructor) {
8
12
  if (!(instance instanceof Constructor)) {
9
13
  throw new TypeError("Cannot call a class as a function");
@@ -59,64 +63,46 @@ function _type_of(obj) {
59
63
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
60
64
  }
61
65
  function _is_native_reflect_construct() {
62
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
63
- if (Reflect.construct.sham) return false;
64
- if (typeof Proxy === "function") return true;
65
66
  try {
66
- Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
67
- return true;
68
- } catch (e) {
69
- return false;
70
- }
71
- }
72
- function _create_super(Derived) {
73
- var hasNativeReflectConstruct = _is_native_reflect_construct();
74
- return function _createSuperInternal() {
75
- var Super = _get_prototype_of(Derived), result;
76
- if (hasNativeReflectConstruct) {
77
- var NewTarget = _get_prototype_of(this).constructor;
78
- result = Reflect.construct(Super, arguments, NewTarget);
79
- } else {
80
- result = Super.apply(this, arguments);
81
- }
82
- return _possible_constructor_return(this, result);
83
- };
67
+ var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
68
+ } catch (_) {}
69
+ return (_is_native_reflect_construct = function() {
70
+ return !!result;
71
+ })();
84
72
  }
85
73
  import { BaseControlProperty, BaseControlPropertyRules, MetaRowHeight, BaseControlPropertyRuntimeRules } from '@byteluck-fe/model-driven-core';
86
74
  import TextareaControl from './designer';
87
- import { RulesMessage } from '@byteluck-fe/model-driven-shared';
75
+ import { getLocaleText } from '@byteluck-fe/locale-message';
88
76
  var TextareaControlPropertyRules = /*#__PURE__*/ function(BaseControlPropertyRules) {
89
77
  "use strict";
90
78
  _inherits(TextareaControlPropertyRules, BaseControlPropertyRules);
91
- var _super = _create_super(TextareaControlPropertyRules);
92
79
  function TextareaControlPropertyRules(props) {
93
80
  _class_call_check(this, TextareaControlPropertyRules);
94
81
  var _this;
95
- _this = _super.call(this, props);
96
- _define_property(_assert_this_initialized(_this), "maxLength", {
82
+ _this = _call_super(this, TextareaControlPropertyRules, [
83
+ props
84
+ ]), _define_property(_this, "maxLength", {
97
85
  type: 'number',
98
86
  min: 0,
99
- message: RulesMessage.getMessage('TheMaximumLengthIsGreaterThanTheMinimumLength')
100
- });
101
- _define_property(_assert_this_initialized(_this), "minLength", {
87
+ message: getLocaleText('CMD.TheMaximumLengthIsGreaterThanTheMinimumLength', null, '该控件最大长度需大于最小长度')
88
+ }), _define_property(_this, "minLength", {
102
89
  type: 'number',
103
90
  max: 1000000,
104
- message: RulesMessage.getMessage('TheMinimumLengthIsGreaterThanTheMaximumLength')
105
- });
106
- _define_property(_assert_this_initialized(_this), "defaultValue", {
91
+ message: getLocaleText('CMD.TheMinimumLengthIsGreaterThanTheMaximumLength', null, '该控件最小长度需小于最大长度')
92
+ }), _define_property(_this, "defaultValue", {
107
93
  type: 'string',
108
94
  max: 200,
109
95
  min: 0,
110
- message: RulesMessage.getMessage('stringRangeError')
96
+ message: getLocaleText('CMD.stringRangeError', null, '请输入长度大于等于{min}且小于等于{max}的值')
111
97
  });
112
98
  _this.maxLength.min = props.minLength;
113
99
  _this.minLength.max = props.maxLength;
114
100
  _this.defaultValue.max = props.maxLength;
115
101
  _this.defaultValue.min = props.minLength;
116
- _this.defaultValue.message = RulesMessage.getMessage('stringRangeError', {
102
+ _this.defaultValue.message = getLocaleText('CMD.stringRangeError', {
117
103
  max: props.maxLength,
118
104
  min: props.minLength
119
- });
105
+ }, '请输入长度大于等于{min}且小于等于{max}的值');
120
106
  return _this;
121
107
  }
122
108
  return TextareaControlPropertyRules;
@@ -124,19 +110,20 @@ var TextareaControlPropertyRules = /*#__PURE__*/ function(BaseControlPropertyRul
124
110
  var TextareaControlPropertyRuntimeRules = /*#__PURE__*/ function(BaseControlPropertyRuntimeRules) {
125
111
  "use strict";
126
112
  _inherits(TextareaControlPropertyRuntimeRules, BaseControlPropertyRuntimeRules);
127
- var _super = _create_super(TextareaControlPropertyRuntimeRules);
128
113
  function TextareaControlPropertyRuntimeRules(props) {
129
114
  _class_call_check(this, TextareaControlPropertyRuntimeRules);
130
115
  var _this;
131
- _this = _super.call(this, props);
116
+ _this = _call_super(this, TextareaControlPropertyRuntimeRules, [
117
+ props
118
+ ]);
132
119
  _this.push({
133
120
  type: 'string',
134
121
  max: props.maxLength,
135
122
  min: props.minLength,
136
- message: RulesMessage.getMessage('stringRangeError', {
123
+ message: getLocaleText('CMD.stringRangeError', {
137
124
  max: props.maxLength,
138
125
  min: props.minLength
139
- })
126
+ }, '请输入长度大于等于{min}且小于等于{max}的值')
140
127
  });
141
128
  return _this;
142
129
  }
@@ -148,27 +135,24 @@ var TextareaControlPropertyRuntimeRules = /*#__PURE__*/ function(BaseControlProp
148
135
  */ var TextareaProperty = /*#__PURE__*/ function(BaseControlProperty) {
149
136
  "use strict";
150
137
  _inherits(TextareaProperty, BaseControlProperty);
151
- var _super = _create_super(TextareaProperty);
152
138
  function TextareaProperty(props) {
153
139
  _class_call_check(this, TextareaProperty);
154
140
  var _this;
155
- _this = _super.call(this, props);
156
- /**
141
+ _this = _call_super(this, TextareaProperty, [
142
+ props
143
+ ]), /**
157
144
  * 最大长度
158
145
  * @defaultValue 50000
159
146
  * @public
160
- */ _define_property(_assert_this_initialized(_this), "maxLength", void 0);
161
- /**
147
+ */ _define_property(_this, "maxLength", void 0), /**
162
148
  * 最小长度
163
149
  * @defaultValue 0
164
150
  * @public
165
- */ _define_property(_assert_this_initialized(_this), "minLength", void 0);
166
- /**
151
+ */ _define_property(_this, "minLength", void 0), /**
167
152
  * 默认值
168
153
  * @defaultValue ''
169
154
  * @public
170
- */ _define_property(_assert_this_initialized(_this), "defaultValue", void 0);
171
- // /**
155
+ */ _define_property(_this, "defaultValue", void 0), // /**
172
156
  // * 行数设置,开启自适应高度开启时,为最小行数
173
157
  // * @defaultValue 4
174
158
  // * @public
@@ -178,7 +162,7 @@ var TextareaControlPropertyRuntimeRules = /*#__PURE__*/ function(BaseControlProp
178
162
  * 行高设置 分为pc 和 移动 默认值为 RowHeight
179
163
  * @defaultValue MetaRowHeight
180
164
  * @public
181
- */ _define_property(_assert_this_initialized(_this), "rowHeightSetting", void 0);
165
+ */ _define_property(_this, "rowHeightSetting", void 0);
182
166
  var _props_maxLength;
183
167
  _this.maxLength = (_props_maxLength = props === null || props === void 0 ? void 0 : props.maxLength) !== null && _props_maxLength !== void 0 ? _props_maxLength : 50000;
184
168
  var _props_minLength;
@@ -188,7 +172,7 @@ var TextareaControlPropertyRuntimeRules = /*#__PURE__*/ function(BaseControlProp
188
172
  var _props_caption;
189
173
  _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : TextareaControl.controlName;
190
174
  var _props_placeholder;
191
- _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : RulesMessage.getMessage('pleaseEnter');
175
+ _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : getLocaleText('CMD.pleaseEnter', null, '请输入');
192
176
  // this.lineEllipsis = props?.lineEllipsis ?? 4
193
177
  // this.autoSize = props?.autoSize ?? false
194
178
  // this.maxRows = props?.maxRows
@@ -4,6 +4,10 @@ function _assert_this_initialized(self) {
4
4
  }
5
5
  return self;
6
6
  }
7
+ function _call_super(_this, derived, args) {
8
+ derived = _get_prototype_of(derived);
9
+ return _possible_constructor_return(_this, _is_native_reflect_construct() ? Reflect.construct(derived, args || [], _get_prototype_of(_this).constructor) : derived.apply(_this, args));
10
+ }
7
11
  function _class_call_check(instance, Constructor) {
8
12
  if (!(instance instanceof Constructor)) {
9
13
  throw new TypeError("Cannot call a class as a function");
@@ -73,28 +77,12 @@ function _type_of(obj) {
73
77
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
74
78
  }
75
79
  function _is_native_reflect_construct() {
76
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
77
- if (Reflect.construct.sham) return false;
78
- if (typeof Proxy === "function") return true;
79
80
  try {
80
- Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
81
- return true;
82
- } catch (e) {
83
- return false;
84
- }
85
- }
86
- function _create_super(Derived) {
87
- var hasNativeReflectConstruct = _is_native_reflect_construct();
88
- return function _createSuperInternal() {
89
- var Super = _get_prototype_of(Derived), result;
90
- if (hasNativeReflectConstruct) {
91
- var NewTarget = _get_prototype_of(this).constructor;
92
- result = Reflect.construct(Super, arguments, NewTarget);
93
- } else {
94
- result = Super.apply(this, arguments);
95
- }
96
- return _possible_constructor_return(this, result);
97
- };
81
+ var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
82
+ } catch (_) {}
83
+ return (_is_native_reflect_construct = function() {
84
+ return !!result;
85
+ })();
98
86
  }
99
87
  import { RuntimeFormControl } from '@byteluck-fe/model-driven-core';
100
88
  import { FieldTypes } from '@byteluck-fe/model-driven-shared';
@@ -102,12 +90,12 @@ import TextareaProperty from './property';
102
90
  var TextareaControl = /*#__PURE__*/ function(RuntimeFormControl) {
103
91
  "use strict";
104
92
  _inherits(TextareaControl, RuntimeFormControl);
105
- var _super = _create_super(TextareaControl);
106
93
  function TextareaControl(props) {
107
94
  _class_call_check(this, TextareaControl);
108
95
  var _this;
109
- _this = _super.call(this, props);
110
- _define_property(_assert_this_initialized(_this), "props", void 0);
96
+ _this = _call_super(this, TextareaControl, [
97
+ props
98
+ ]), _define_property(_this, "props", void 0);
111
99
  _this.props = new TextareaProperty(props === null || props === void 0 ? void 0 : props.props);
112
100
  return _this;
113
101
  }
@@ -4,6 +4,10 @@ function _assert_this_initialized(self) {
4
4
  }
5
5
  return self;
6
6
  }
7
+ function _call_super(_this, derived, args) {
8
+ derived = _get_prototype_of(derived);
9
+ return _possible_constructor_return(_this, _is_native_reflect_construct() ? Reflect.construct(derived, args || [], _get_prototype_of(_this).constructor) : derived.apply(_this, args));
10
+ }
7
11
  function _class_call_check(instance, Constructor) {
8
12
  if (!(instance instanceof Constructor)) {
9
13
  throw new TypeError("Cannot call a class as a function");
@@ -73,41 +77,26 @@ function _type_of(obj) {
73
77
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
74
78
  }
75
79
  function _is_native_reflect_construct() {
76
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
77
- if (Reflect.construct.sham) return false;
78
- if (typeof Proxy === "function") return true;
79
80
  try {
80
- Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
81
- return true;
82
- } catch (e) {
83
- return false;
84
- }
85
- }
86
- function _create_super(Derived) {
87
- var hasNativeReflectConstruct = _is_native_reflect_construct();
88
- return function _createSuperInternal() {
89
- var Super = _get_prototype_of(Derived), result;
90
- if (hasNativeReflectConstruct) {
91
- var NewTarget = _get_prototype_of(this).constructor;
92
- result = Reflect.construct(Super, arguments, NewTarget);
93
- } else {
94
- result = Super.apply(this, arguments);
95
- }
96
- return _possible_constructor_return(this, result);
97
- };
81
+ var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
82
+ } catch (_) {}
83
+ return (_is_native_reflect_construct = function() {
84
+ return !!result;
85
+ })();
98
86
  }
99
87
  import { COMMON_SETTING_TYPE, DesignerFormControl } from '@byteluck-fe/model-driven-core';
100
- import { FieldTypes, RulesMessage } from '@byteluck-fe/model-driven-shared';
88
+ import { FieldTypes } from '@byteluck-fe/model-driven-shared';
101
89
  import TreeProperty from './property';
90
+ import { getLocaleText } from '@byteluck-fe/locale-message';
102
91
  var TreeControl = /*#__PURE__*/ function(DesignerFormControl) {
103
92
  "use strict";
104
93
  _inherits(TreeControl, DesignerFormControl);
105
- var _super = _create_super(TreeControl);
106
94
  function TreeControl(props) {
107
95
  _class_call_check(this, TreeControl);
108
96
  var _this;
109
- _this = _super.call(this, props);
110
- _define_property(_assert_this_initialized(_this), "props", void 0);
97
+ _this = _call_super(this, TreeControl, [
98
+ props
99
+ ]), _define_property(_this, "props", void 0);
111
100
  _this.props = new TreeProperty(props === null || props === void 0 ? void 0 : props.props);
112
101
  return _this;
113
102
  }
@@ -115,7 +104,7 @@ var TreeControl = /*#__PURE__*/ function(DesignerFormControl) {
115
104
  {
116
105
  key: "controlName",
117
106
  get: function get() {
118
- return RulesMessage.getMessage('tree');
107
+ return getLocaleText('CMD.tree', null, '树');
119
108
  }
120
109
  },
121
110
  {
@@ -4,6 +4,10 @@ function _assert_this_initialized(self) {
4
4
  }
5
5
  return self;
6
6
  }
7
+ function _call_super(_this, derived, args) {
8
+ derived = _get_prototype_of(derived);
9
+ return _possible_constructor_return(_this, _is_native_reflect_construct() ? Reflect.construct(derived, args || [], _get_prototype_of(_this).constructor) : derived.apply(_this, args));
10
+ }
7
11
  function _class_call_check(instance, Constructor) {
8
12
  if (!(instance instanceof Constructor)) {
9
13
  throw new TypeError("Cannot call a class as a function");
@@ -59,53 +63,37 @@ function _type_of(obj) {
59
63
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
60
64
  }
61
65
  function _is_native_reflect_construct() {
62
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
63
- if (Reflect.construct.sham) return false;
64
- if (typeof Proxy === "function") return true;
65
66
  try {
66
- Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
67
- return true;
68
- } catch (e) {
69
- return false;
70
- }
71
- }
72
- function _create_super(Derived) {
73
- var hasNativeReflectConstruct = _is_native_reflect_construct();
74
- return function _createSuperInternal() {
75
- var Super = _get_prototype_of(Derived), result;
76
- if (hasNativeReflectConstruct) {
77
- var NewTarget = _get_prototype_of(this).constructor;
78
- result = Reflect.construct(Super, arguments, NewTarget);
79
- } else {
80
- result = Super.apply(this, arguments);
81
- }
82
- return _possible_constructor_return(this, result);
83
- };
67
+ var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
68
+ } catch (_) {}
69
+ return (_is_native_reflect_construct = function() {
70
+ return !!result;
71
+ })();
84
72
  }
85
73
  import TreeControl from './designer';
86
74
  import { BaseControlProperty, BaseControlPropertyRules, BaseControlPropertyRuntimeRules, MultistageFillingItem, TreeDataSourceBind, initSuperDataSourceRules } from '@byteluck-fe/model-driven-core';
87
- import { RulesMessage } from '@byteluck-fe/model-driven-shared';
75
+ import { getLocaleText } from '@byteluck-fe/locale-message';
88
76
  var TreePropertyRules = /*#__PURE__*/ function(BaseControlPropertyRules) {
89
77
  "use strict";
90
78
  _inherits(TreePropertyRules, BaseControlPropertyRules);
91
- var _super = _create_super(TreePropertyRules);
92
79
  function TreePropertyRules(props) {
93
80
  _class_call_check(this, TreePropertyRules);
94
81
  var _this;
95
- _this = _super.call(this, props);
96
- _define_property(_assert_this_initialized(_this), "datasourceBind", [
82
+ _this = _call_super(this, TreePropertyRules, [
83
+ props
84
+ ]), _define_property(_this, "datasourceBind", [
97
85
  {
98
86
  type: 'object',
99
- message: RulesMessage.getMessage('isNotObject')
87
+ message: getLocaleText('CMD.isNotObject', null, '请输入一个对象')
100
88
  }
101
89
  ]);
102
- initSuperDataSourceRules.call(_assert_this_initialized(_this), props, TreeControl.controlCustomAttributes, true);
90
+ initSuperDataSourceRules.call(_this, props, TreeControl.controlCustomAttributes, true);
103
91
  if (_this.datasourceBind[1].fields) {
104
92
  _this.datasourceBind[1].fields.rootNode = [
105
93
  {
106
94
  type: 'object',
107
95
  required: true,
108
- message: RulesMessage.getMessage('isNotObject')
96
+ message: getLocaleText('CMD.isNotObject', null, '请输入一个对象')
109
97
  },
110
98
  {
111
99
  type: 'object',
@@ -124,7 +112,7 @@ var TreePropertyRules = /*#__PURE__*/ function(BaseControlPropertyRules) {
124
112
  type: 'array',
125
113
  required: true,
126
114
  min: 1,
127
- message: RulesMessage.getMessage('rootNodeIsRequired')
115
+ message: getLocaleText('CMD.rootNodeIsRequired', null, '请选择根节点')
128
116
  }
129
117
  }
130
118
  }
@@ -137,11 +125,12 @@ var TreePropertyRules = /*#__PURE__*/ function(BaseControlPropertyRules) {
137
125
  var TreePropertyRuntimeRules = /*#__PURE__*/ function(BaseControlPropertyRuntimeRules) {
138
126
  "use strict";
139
127
  _inherits(TreePropertyRuntimeRules, BaseControlPropertyRuntimeRules);
140
- var _super = _create_super(TreePropertyRuntimeRules);
141
128
  function TreePropertyRuntimeRules(props) {
142
129
  _class_call_check(this, TreePropertyRuntimeRules);
143
130
  var _this;
144
- _this = _super.call(this, props);
131
+ _this = _call_super(this, TreePropertyRuntimeRules, [
132
+ props
133
+ ]);
145
134
  if (_this[0] !== undefined) {
146
135
  _this[0].type = 'array';
147
136
  }
@@ -152,40 +141,23 @@ var TreePropertyRuntimeRules = /*#__PURE__*/ function(BaseControlPropertyRuntime
152
141
  var TreeProperty = /*#__PURE__*/ function(BaseControlProperty) {
153
142
  "use strict";
154
143
  _inherits(TreeProperty, BaseControlProperty);
155
- var _super = _create_super(TreeProperty);
156
144
  function TreeProperty(props) {
157
145
  _class_call_check(this, TreeProperty);
158
146
  var _this;
159
147
  var _props_multistageFilling;
160
- _this = _super.call(this, props);
161
- _define_property(_assert_this_initialized(_this), "placeholder", void 0);
162
- _define_property(_assert_this_initialized(_this), "multiple", void 0);
163
- _define_property(_assert_this_initialized(_this), "canSearch", void 0);
164
- _define_property(_assert_this_initialized(_this), "levelType", void 0);
165
- _define_property(_assert_this_initialized(_this), "optionalLevel", void 0);
166
- _define_property(_assert_this_initialized(_this), "containsSubNode", void 0);
167
- _define_property(_assert_this_initialized(_this), "defaultDisplay", void 0 // 是否默认显示
168
- );
169
- _define_property(_assert_this_initialized(_this), "isShowIncludeSub", void 0 // 是否显示包含下级
170
- );
171
- _define_property(_assert_this_initialized(_this), "isDefaultCheckSub", void 0 // 包含下级选项是否默认勾选
172
- );
173
- _define_property(_assert_this_initialized(_this), "isShowFilterItem", void 0 // 是否显示筛选设置
174
- );
175
- _define_property(_assert_this_initialized(_this), "defaultCollapse", void 0);
176
- _define_property(_assert_this_initialized(_this), "defaultCollapseLevel", void 0);
177
- _define_property(_assert_this_initialized(_this), "optionConfig", 'datasource' // 选项配置 datasource
178
- );
179
- _define_property(_assert_this_initialized(_this), "datasourceBind", void 0);
180
- _define_property(_assert_this_initialized(_this), "filterItemDatasourceBind", void 0);
181
- _define_property(_assert_this_initialized(_this), "multistageFilling", void 0);
182
- _define_property(_assert_this_initialized(_this), "defaultValue", void 0);
183
- _define_property(_assert_this_initialized(_this), "openMultistageFilling", void 0 //是否开启填充
148
+ _this = _call_super(this, TreeProperty, [
149
+ props
150
+ ]), _define_property(_this, "placeholder", void 0), _define_property(_this, "multiple", void 0), _define_property(_this, "canSearch", void 0), _define_property(_this, "levelType", void 0), _define_property(_this, "optionalLevel", void 0), _define_property(_this, "containsSubNode", void 0), _define_property(_this, "defaultDisplay", void 0 // 是否默认显示
151
+ ), _define_property(_this, "isShowIncludeSub", void 0 // 是否显示包含下级
152
+ ), _define_property(_this, "isDefaultCheckSub", void 0 // 包含下级选项是否默认勾选
153
+ ), _define_property(_this, "isShowFilterItem", void 0 // 是否显示筛选设置
154
+ ), _define_property(_this, "defaultCollapse", void 0), _define_property(_this, "defaultCollapseLevel", void 0), _define_property(_this, "optionConfig", 'datasource' // 选项配置 datasource
155
+ ), _define_property(_this, "datasourceBind", void 0), _define_property(_this, "filterItemDatasourceBind", void 0), _define_property(_this, "multistageFilling", void 0), _define_property(_this, "defaultValue", void 0), _define_property(_this, "openMultistageFilling", void 0 //是否开启填充
184
156
  );
185
157
  var _props_caption;
186
158
  _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : TreeControl.controlName;
187
159
  var _props_placeholder;
188
- _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : RulesMessage.getMessage('pleaseSelect');
160
+ _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : getLocaleText('CMD.pleaseSelect', null, '请选择');
189
161
  var _props_multiple;
190
162
  _this.multiple = (_props_multiple = props === null || props === void 0 ? void 0 : props.multiple) !== null && _props_multiple !== void 0 ? _props_multiple : false;
191
163
  var _props_canSearch;
@@ -4,6 +4,10 @@ function _assert_this_initialized(self) {
4
4
  }
5
5
  return self;
6
6
  }
7
+ function _call_super(_this, derived, args) {
8
+ derived = _get_prototype_of(derived);
9
+ return _possible_constructor_return(_this, _is_native_reflect_construct() ? Reflect.construct(derived, args || [], _get_prototype_of(_this).constructor) : derived.apply(_this, args));
10
+ }
7
11
  function _class_call_check(instance, Constructor) {
8
12
  if (!(instance instanceof Constructor)) {
9
13
  throw new TypeError("Cannot call a class as a function");
@@ -73,28 +77,12 @@ function _type_of(obj) {
73
77
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
74
78
  }
75
79
  function _is_native_reflect_construct() {
76
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
77
- if (Reflect.construct.sham) return false;
78
- if (typeof Proxy === "function") return true;
79
80
  try {
80
- Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
81
- return true;
82
- } catch (e) {
83
- return false;
84
- }
85
- }
86
- function _create_super(Derived) {
87
- var hasNativeReflectConstruct = _is_native_reflect_construct();
88
- return function _createSuperInternal() {
89
- var Super = _get_prototype_of(Derived), result;
90
- if (hasNativeReflectConstruct) {
91
- var NewTarget = _get_prototype_of(this).constructor;
92
- result = Reflect.construct(Super, arguments, NewTarget);
93
- } else {
94
- result = Super.apply(this, arguments);
95
- }
96
- return _possible_constructor_return(this, result);
97
- };
81
+ var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
82
+ } catch (_) {}
83
+ return (_is_native_reflect_construct = function() {
84
+ return !!result;
85
+ })();
98
86
  }
99
87
  import { RuntimeFormControl } from '@byteluck-fe/model-driven-core';
100
88
  import { FieldTypes } from '@byteluck-fe/model-driven-shared';
@@ -102,12 +90,12 @@ import TreeProperty from './property';
102
90
  var TreeControl = /*#__PURE__*/ function(RuntimeFormControl) {
103
91
  "use strict";
104
92
  _inherits(TreeControl, RuntimeFormControl);
105
- var _super = _create_super(TreeControl);
106
93
  function TreeControl(props) {
107
94
  _class_call_check(this, TreeControl);
108
95
  var _this;
109
- _this = _super.call(this, props);
110
- _define_property(_assert_this_initialized(_this), "props", void 0);
96
+ _this = _call_super(this, TreeControl, [
97
+ props
98
+ ]), _define_property(_this, "props", void 0);
111
99
  _this.props = new TreeProperty(props === null || props === void 0 ? void 0 : props.props);
112
100
  return _this;
113
101
  }
@@ -4,6 +4,10 @@ function _assert_this_initialized(self) {
4
4
  }
5
5
  return self;
6
6
  }
7
+ function _call_super(_this, derived, args) {
8
+ derived = _get_prototype_of(derived);
9
+ return _possible_constructor_return(_this, _is_native_reflect_construct() ? Reflect.construct(derived, args || [], _get_prototype_of(_this).constructor) : derived.apply(_this, args));
10
+ }
7
11
  function _class_call_check(instance, Constructor) {
8
12
  if (!(instance instanceof Constructor)) {
9
13
  throw new TypeError("Cannot call a class as a function");
@@ -73,41 +77,26 @@ function _type_of(obj) {
73
77
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
74
78
  }
75
79
  function _is_native_reflect_construct() {
76
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
77
- if (Reflect.construct.sham) return false;
78
- if (typeof Proxy === "function") return true;
79
80
  try {
80
- Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
81
- return true;
82
- } catch (e) {
83
- return false;
84
- }
85
- }
86
- function _create_super(Derived) {
87
- var hasNativeReflectConstruct = _is_native_reflect_construct();
88
- return function _createSuperInternal() {
89
- var Super = _get_prototype_of(Derived), result;
90
- if (hasNativeReflectConstruct) {
91
- var NewTarget = _get_prototype_of(this).constructor;
92
- result = Reflect.construct(Super, arguments, NewTarget);
93
- } else {
94
- result = Super.apply(this, arguments);
95
- }
96
- return _possible_constructor_return(this, result);
97
- };
81
+ var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
82
+ } catch (_) {}
83
+ return (_is_native_reflect_construct = function() {
84
+ return !!result;
85
+ })();
98
86
  }
99
87
  import { DesignerFormControl, COMMON_SETTING_TYPE } from '@byteluck-fe/model-driven-core';
100
88
  import VueFormItemProperty from './property';
101
- import { DESIGNER_SLOT, FieldTypes, RulesMessage } from '@byteluck-fe/model-driven-shared';
89
+ import { DESIGNER_SLOT, FieldTypes } from '@byteluck-fe/model-driven-shared';
90
+ import { getLocaleText } from '@byteluck-fe/locale-message';
102
91
  var VueFormItemControl = /*#__PURE__*/ function(DesignerFormControl) {
103
92
  "use strict";
104
93
  _inherits(VueFormItemControl, DesignerFormControl);
105
- var _super = _create_super(VueFormItemControl);
106
94
  function VueFormItemControl(props) {
107
95
  _class_call_check(this, VueFormItemControl);
108
96
  var _this;
109
- _this = _super.call(this, props);
110
- _define_property(_assert_this_initialized(_this), "props", void 0);
97
+ _this = _call_super(this, VueFormItemControl, [
98
+ props
99
+ ]), _define_property(_this, "props", void 0);
111
100
  _this.props = new VueFormItemProperty(props === null || props === void 0 ? void 0 : props.props);
112
101
  return _this;
113
102
  }
@@ -115,7 +104,7 @@ var VueFormItemControl = /*#__PURE__*/ function(DesignerFormControl) {
115
104
  {
116
105
  key: "controlName",
117
106
  get: function get() {
118
- return RulesMessage.getMessage('vueFormItem');
107
+ return getLocaleText('CMD.vueFormItem', null, 'Vue容器');
119
108
  }
120
109
  },
121
110
  {