@byteluck-fe/model-driven-controls 7.0.0-beta.6 → 7.0.0-beta.8

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 (356) hide show
  1. package/dist/esm/baseControls/BarChart/property.js +107 -37
  2. package/dist/esm/baseControls/BarChart/schema.json +1650 -0
  3. package/dist/esm/baseControls/BatchDeleteButton/property.js +49 -25
  4. package/dist/esm/baseControls/BatchDeleteButton/schema.json +4 -4
  5. package/dist/esm/baseControls/BatchPrintListButton/property.js +20 -15
  6. package/dist/esm/baseControls/BatchPrintListButton/schema.json +162 -4
  7. package/dist/esm/baseControls/BatchPrintRecordListButton/property.js +8 -9
  8. package/dist/esm/baseControls/BatchPrintRecordListButton/schema.json +162 -4
  9. package/dist/esm/baseControls/BatchSubmissionListButton/property.js +24 -13
  10. package/dist/esm/baseControls/BatchSubmissionListButton/schema.json +162 -4
  11. package/dist/esm/baseControls/Button/property.js +22 -28
  12. package/dist/esm/baseControls/Button/schema.json +149 -26
  13. package/dist/esm/baseControls/Comment/property.js +16 -8
  14. package/dist/esm/baseControls/Comment/schema.json +4 -4
  15. package/dist/esm/baseControls/CreateFormListButton/property.js +19 -14
  16. package/dist/esm/baseControls/CreateFormListButton/schema.json +162 -4
  17. package/dist/esm/baseControls/Dashboard/property.js +47 -22
  18. package/dist/esm/baseControls/Dashboard/schema.json +4 -4
  19. package/dist/esm/baseControls/Divider/property.js +49 -18
  20. package/dist/esm/baseControls/Divider/schema.json +7 -8
  21. package/dist/esm/baseControls/ExportListButton/property.js +20 -15
  22. package/dist/esm/baseControls/ExportListButton/schema.json +162 -4
  23. package/dist/esm/baseControls/ExportRecordListButton/property.js +8 -9
  24. package/dist/esm/baseControls/ExportRecordListButton/schema.json +162 -4
  25. package/dist/esm/baseControls/FormSelectButton/property.js +26 -12
  26. package/dist/esm/baseControls/FormSelectButton/schema.json +162 -4
  27. package/dist/esm/baseControls/Iframe/property.js +17 -7
  28. package/dist/esm/baseControls/Iframe/schema.json +4 -4
  29. package/dist/esm/baseControls/ImportRecordListButton/property.js +24 -16
  30. package/dist/esm/baseControls/ImportRecordListButton/schema.json +164 -5
  31. package/dist/esm/baseControls/InvoiceCheckButton/property.js +45 -25
  32. package/dist/esm/baseControls/InvoiceCheckButton/schema.json +162 -4
  33. package/dist/esm/baseControls/LineChart/property.js +107 -37
  34. package/dist/esm/baseControls/LineChart/schema.json +1650 -0
  35. package/dist/esm/baseControls/Link/property.js +38 -19
  36. package/dist/esm/baseControls/Link/schema.json +6 -29
  37. package/dist/esm/baseControls/ListSelectButton/property.js +40 -16
  38. package/dist/esm/baseControls/ListSelectButton/schema.json +162 -4
  39. package/dist/esm/baseControls/ListViewSelect/property.js +18 -11
  40. package/dist/esm/baseControls/ListViewSelect/schema.json +4 -4
  41. package/dist/esm/baseControls/OperationButton/property.js +69 -18
  42. package/dist/esm/baseControls/OperationButton/schema.json +4 -4
  43. package/dist/esm/baseControls/Pagination/property.js +5 -5
  44. package/dist/esm/baseControls/Pagination/schema.json +4 -4
  45. package/dist/esm/baseControls/PieChart/property.js +97 -33
  46. package/dist/esm/baseControls/PieChart/schema.json +1642 -0
  47. package/dist/esm/baseControls/ReferenceList/property.js +33 -18
  48. package/dist/esm/baseControls/ReferenceList/schema.json +4 -4
  49. package/dist/esm/baseControls/SubmissionRecordListButton/property.js +8 -9
  50. package/dist/esm/baseControls/SubmissionRecordListButton/schema.json +162 -4
  51. package/dist/esm/baseControls/Text/property.js +65 -25
  52. package/dist/esm/baseControls/Text/schema.json +5 -6
  53. package/dist/esm/baseControls/TextOcrButton/property.js +45 -25
  54. package/dist/esm/baseControls/TextOcrButton/schema.json +162 -4
  55. package/dist/esm/baseControls/Title/property.js +21 -7
  56. package/dist/esm/baseControls/Title/schema.json +4 -4
  57. package/dist/esm/baseControls/utils.js +1 -1
  58. package/dist/esm/columnControls/ApprovalStatusColumn/property.js +22 -12
  59. package/dist/esm/columnControls/ApprovalStatusColumn/schema.json +6 -6
  60. package/dist/esm/columnControls/ArrayColumn/property.js +31 -14
  61. package/dist/esm/columnControls/ArrayColumn/schema.json +10 -10
  62. package/dist/esm/columnControls/AutoNumberColumn/property.js +17 -10
  63. package/dist/esm/columnControls/AutoNumberColumn/schema.json +6 -6
  64. package/dist/esm/columnControls/CustomColumn/designer.js +1 -0
  65. package/dist/esm/columnControls/CustomColumn/property.js +18 -12
  66. package/dist/esm/columnControls/CustomColumn/schema.json +6 -6
  67. package/dist/esm/columnControls/DecimalColumn/property.js +46 -20
  68. package/dist/esm/columnControls/DecimalColumn/schema.json +10 -10
  69. package/dist/esm/columnControls/DepartmentColumn/property.js +13 -10
  70. package/dist/esm/columnControls/DepartmentColumn/schema.json +6 -6
  71. package/dist/esm/columnControls/EmployeeColumn/property.js +13 -10
  72. package/dist/esm/columnControls/EmployeeColumn/schema.json +6 -6
  73. package/dist/esm/columnControls/FileColumn/property.js +13 -10
  74. package/dist/esm/columnControls/FileColumn/schema.json +6 -6
  75. package/dist/esm/columnControls/GroupColumn/property.js +7 -7
  76. package/dist/esm/columnControls/GroupColumn/schema.json +6 -6
  77. package/dist/esm/columnControls/ImageColumn/property.js +7 -7
  78. package/dist/esm/columnControls/ImageColumn/schema.json +6 -6
  79. package/dist/esm/columnControls/LocationColumn/property.js +17 -10
  80. package/dist/esm/columnControls/LocationColumn/schema.json +6 -6
  81. package/dist/esm/columnControls/OperationColumn/designer.js +16 -12
  82. package/dist/esm/columnControls/OperationColumn/property.js +20 -16
  83. package/dist/esm/columnControls/OperationColumn/schema.json +6 -6
  84. package/dist/esm/columnControls/OrderColumn/property.js +12 -17
  85. package/dist/esm/columnControls/OrderColumn/schema.json +6 -6
  86. package/dist/esm/columnControls/PeopleColumn/property.js +7 -7
  87. package/dist/esm/columnControls/PeopleColumn/schema.json +6 -6
  88. package/dist/esm/columnControls/TextColumn/property.js +27 -14
  89. package/dist/esm/columnControls/TextColumn/schema.json +6 -6
  90. package/dist/esm/columnControls/TimescopeColumn/property.js +27 -14
  91. package/dist/esm/columnControls/TimescopeColumn/schema.json +6 -6
  92. package/dist/esm/columnControls/TimestampColumn/property.js +27 -14
  93. package/dist/esm/columnControls/TimestampColumn/schema.json +6 -6
  94. package/dist/esm/columnControls/VarcharColumn/property.js +41 -18
  95. package/dist/esm/columnControls/VarcharColumn/schema.json +10 -10
  96. package/dist/esm/formControls/Address/property.js +29 -18
  97. package/dist/esm/formControls/Address/schema.json +28 -5
  98. package/dist/esm/formControls/Amount/property.js +67 -30
  99. package/dist/esm/formControls/Amount/schema.json +31 -8
  100. package/dist/esm/formControls/Attachment/designer.js +1 -4
  101. package/dist/esm/formControls/Attachment/property.js +84 -40
  102. package/dist/esm/formControls/Attachment/schema.json +27 -4
  103. package/dist/esm/formControls/AutoNumber/property.js +14 -12
  104. package/dist/esm/formControls/AutoNumber/schema.json +27 -4
  105. package/dist/esm/formControls/Barcode/property.js +41 -21
  106. package/dist/esm/formControls/Barcode/schema.json +35 -21
  107. package/dist/esm/formControls/Calc/property.js +47 -19
  108. package/dist/esm/formControls/Calc/schema.json +27 -4
  109. package/dist/esm/formControls/Cascader/property.js +70 -32
  110. package/dist/esm/formControls/Cascader/schema.json +31 -8
  111. package/dist/esm/formControls/Checkbox/property.js +74 -32
  112. package/dist/esm/formControls/Checkbox/schema.json +31 -21
  113. package/dist/esm/formControls/Counter/property.js +39 -19
  114. package/dist/esm/formControls/Counter/schema.json +111 -31
  115. package/dist/esm/formControls/DatePicker/property.js +66 -34
  116. package/dist/esm/formControls/DatePicker/schema.json +27 -4
  117. package/dist/esm/formControls/DateRange/property.js +67 -29
  118. package/dist/esm/formControls/DateRange/schema.json +27 -4
  119. package/dist/esm/formControls/Department/property.js +58 -28
  120. package/dist/esm/formControls/Department/schema.json +27 -4
  121. package/dist/esm/formControls/Department2/property.js +85 -41
  122. package/dist/esm/formControls/Department2/schema.json +27 -17
  123. package/dist/esm/formControls/ElectronicSignature/property.js +45 -18
  124. package/dist/esm/formControls/ElectronicSignature/schema.json +27 -4
  125. package/dist/esm/formControls/Employee/property.js +48 -24
  126. package/dist/esm/formControls/Employee/schema.json +27 -4
  127. package/dist/esm/formControls/Employee2/property.js +83 -39
  128. package/dist/esm/formControls/Employee2/schema.json +27 -17
  129. package/dist/esm/formControls/Image/designer.js +8 -8
  130. package/dist/esm/formControls/Image/property.js +25 -18
  131. package/dist/esm/formControls/Image/schema.json +29 -14
  132. package/dist/esm/formControls/Input/property.js +11 -20
  133. package/dist/esm/formControls/Input/schema.json +27 -4
  134. package/dist/esm/formControls/Number/property.js +78 -33
  135. package/dist/esm/formControls/Number/schema.json +27 -4
  136. package/dist/esm/formControls/OrganizationSelection/property.js +101 -42
  137. package/dist/esm/formControls/OrganizationSelection/schema.json +27 -4
  138. package/dist/esm/formControls/QrCode/property.js +48 -24
  139. package/dist/esm/formControls/QrCode/schema.json +69 -46
  140. package/dist/esm/formControls/Radio/property.js +81 -34
  141. package/dist/esm/formControls/Radio/schema.json +31 -8
  142. package/dist/esm/formControls/RichText/property.js +50 -24
  143. package/dist/esm/formControls/RichText/schema.json +28 -13
  144. package/dist/esm/formControls/Score/property.js +42 -19
  145. package/dist/esm/formControls/Score/schema.json +27 -9
  146. package/dist/esm/formControls/SearchDateRange/property.js +64 -31
  147. package/dist/esm/formControls/SearchDateRange/schema.json +27 -4
  148. package/dist/esm/formControls/SearchInput/property.js +5 -5
  149. package/dist/esm/formControls/SearchInput/schema.json +27 -4
  150. package/dist/esm/formControls/SearchNumberRange/property.js +33 -18
  151. package/dist/esm/formControls/SearchNumberRange/schema.json +27 -4
  152. package/dist/esm/formControls/Select/property.js +71 -30
  153. package/dist/esm/formControls/Select/schema.json +31 -13
  154. package/dist/esm/formControls/SelectMultiple/property.js +66 -28
  155. package/dist/esm/formControls/SelectMultiple/schema.json +31 -13
  156. package/dist/esm/formControls/SelectRelation/property.js +84 -32
  157. package/dist/esm/formControls/SelectRelation/schema.json +31 -8
  158. package/dist/esm/formControls/Slider/property.js +42 -18
  159. package/dist/esm/formControls/Slider/schema.json +58 -6
  160. package/dist/esm/formControls/Switch/property.js +45 -21
  161. package/dist/esm/formControls/Switch/schema.json +27 -4
  162. package/dist/esm/formControls/Tag/property.js +56 -24
  163. package/dist/esm/formControls/Tag/schema.json +63 -52
  164. package/dist/esm/formControls/Textarea/property.js +48 -21
  165. package/dist/esm/formControls/Textarea/schema.json +27 -4
  166. package/dist/esm/formControls/TimePicker/property.js +35 -21
  167. package/dist/esm/formControls/TimePicker/schema.json +27 -4
  168. package/dist/esm/formControls/TimeRange/property.js +57 -25
  169. package/dist/esm/formControls/TimeRange/schema.json +29 -6
  170. package/dist/esm/formControls/Tree/property.js +98 -40
  171. package/dist/esm/formControls/Tree/schema.json +27 -4
  172. package/dist/esm/formControls/VueFormItem/property.js +28 -16
  173. package/dist/esm/formControls/VueFormItem/schema.json +27 -4
  174. package/dist/esm/formControls/VuePage/property.js +28 -16
  175. package/dist/esm/formControls/VuePage/schema.json +27 -4
  176. package/dist/esm/formControls/WPS/designer.js +9 -9
  177. package/dist/esm/formControls/WPS/property.js +67 -30
  178. package/dist/esm/formControls/WPS/schema.json +27 -4
  179. package/dist/esm/framework.js +81 -135
  180. package/dist/esm/layoutControls/ActionBar/designer.js +2 -2
  181. package/dist/esm/layoutControls/ActionBar/property.js +22 -12
  182. package/dist/esm/layoutControls/ActionBar/runtime.js +2 -2
  183. package/dist/esm/layoutControls/ActionBar/schema.json +4 -4
  184. package/dist/esm/layoutControls/AdvancedContainer/property.js +14 -6
  185. package/dist/esm/layoutControls/AdvancedContainer/schema.json +4 -4
  186. package/dist/esm/layoutControls/BlankContainer/property.js +48 -14
  187. package/dist/esm/layoutControls/BlankContainer/schema.json +10 -5
  188. package/dist/esm/layoutControls/CardGroup/property.js +52 -21
  189. package/dist/esm/layoutControls/CardGroup/schema.json +6 -6
  190. package/dist/esm/layoutControls/Col/property.js +22 -12
  191. package/dist/esm/layoutControls/Col/schema.json +4 -4
  192. package/dist/esm/layoutControls/Collapse/designer.js +2 -2
  193. package/dist/esm/layoutControls/Collapse/property.js +21 -10
  194. package/dist/esm/layoutControls/Collapse/schema.json +4 -9
  195. package/dist/esm/layoutControls/CollapsePane/property.js +12 -8
  196. package/dist/esm/layoutControls/CollapsePane/schema.json +5 -5
  197. package/dist/esm/layoutControls/DataView/property.js +34 -20
  198. package/dist/esm/layoutControls/DataView/schema.json +4 -4
  199. package/dist/esm/layoutControls/Grid/property.js +5 -5
  200. package/dist/esm/layoutControls/Grid/schema.json +4 -4
  201. package/dist/esm/layoutControls/GridLayoutContainer/property.js +17 -10
  202. package/dist/esm/layoutControls/GridLayoutContainer/schema.json +4 -4
  203. package/dist/esm/layoutControls/GridRow/property.js +5 -5
  204. package/dist/esm/layoutControls/GridRow/schema.json +4 -4
  205. package/dist/esm/layoutControls/GridTableColumn/property.js +65 -26
  206. package/dist/esm/layoutControls/GridTableColumn/schema.json +4 -4
  207. package/dist/esm/layoutControls/ListView/property.js +100 -29
  208. package/dist/esm/layoutControls/ListView/schema.json +4 -4
  209. package/dist/esm/layoutControls/Page/property.js +28 -8
  210. package/dist/esm/layoutControls/Page/schema.json +4 -4
  211. package/dist/esm/layoutControls/Position/property.js +27 -14
  212. package/dist/esm/layoutControls/Position/schema.json +4 -4
  213. package/dist/esm/layoutControls/PositioningContainer/property.js +5 -5
  214. package/dist/esm/layoutControls/PositioningContainer/schema.json +4 -4
  215. package/dist/esm/layoutControls/Row/property.js +40 -16
  216. package/dist/esm/layoutControls/Row/schema.json +4 -4
  217. package/dist/esm/layoutControls/Step/designer.js +2 -2
  218. package/dist/esm/layoutControls/Step/property.js +66 -28
  219. package/dist/esm/layoutControls/Step/schema.json +8 -8
  220. package/dist/esm/layoutControls/StepPane/property.js +47 -22
  221. package/dist/esm/layoutControls/StepPane/schema.json +4 -4
  222. package/dist/esm/layoutControls/SubTableColumn/property.js +31 -11
  223. package/dist/esm/layoutControls/SubTableColumn/schema.json +4 -4
  224. package/dist/esm/layoutControls/SubTableRow/property.js +5 -5
  225. package/dist/esm/layoutControls/SubTableRow/schema.json +4 -4
  226. package/dist/esm/layoutControls/Tab/designer.js +2 -2
  227. package/dist/esm/layoutControls/Tab/property.js +32 -16
  228. package/dist/esm/layoutControls/Tab/schema.json +4 -4
  229. package/dist/esm/layoutControls/TabPane/property.js +12 -8
  230. package/dist/esm/layoutControls/TabPane/schema.json +4 -4
  231. package/dist/esm/layoutControls/TableLayout/property.js +82 -36
  232. package/dist/esm/layoutControls/TableLayout/schema.json +6 -6
  233. package/dist/esm/layoutControls/TableLayoutCol/property.js +57 -26
  234. package/dist/esm/layoutControls/TableLayoutCol/schema.json +4 -4
  235. package/dist/esm/layoutControls/TableLayoutRow/property.js +17 -10
  236. package/dist/esm/layoutControls/TableLayoutRow/schema.json +4 -4
  237. package/dist/esm/layoutControls/TableLayoutWrapper/property.js +22 -12
  238. package/dist/esm/layoutControls/TableLayoutWrapper/schema.json +4 -4
  239. package/dist/esm/layoutControls/Toolbox/property.js +5 -5
  240. package/dist/esm/layoutControls/Toolbox/schema.json +4 -4
  241. package/dist/esm/listControls/GridTable/designer.js +17 -12
  242. package/dist/esm/listControls/GridTable/property.js +11 -15
  243. package/dist/esm/listControls/GridTable/schema.json +4 -4
  244. package/dist/esm/listControls/SubTable/property.js +181 -71
  245. package/dist/esm/listControls/SubTable/schema.json +4 -4
  246. package/dist/esm/searchControls/SimpleSearch/property.js +67 -30
  247. package/dist/esm/searchControls/SimpleSearch/runtime.js +2 -2
  248. package/dist/esm/searchControls/SimpleSearch/schema.json +4 -4
  249. package/dist/esm/wrapControls/GridLayoutWrap/designer.js +8 -8
  250. package/dist/esm/wrapControls/GridLayoutWrap/property.js +12 -8
  251. package/dist/esm/wrapControls/GridLayoutWrap/runtime.js +8 -8
  252. package/dist/esm/wrapControls/GridLayoutWrap/schema.json +4 -4
  253. package/dist/index.umd.js +1 -1
  254. package/dist/types/baseControls/BarChart/property.d.ts +105 -0
  255. package/dist/types/baseControls/BatchDeleteButton/property.d.ts +40 -0
  256. package/dist/types/baseControls/BatchPrintListButton/property.d.ts +10 -0
  257. package/dist/types/baseControls/BatchSubmissionListButton/property.d.ts +20 -0
  258. package/dist/types/baseControls/Button/property.d.ts +5 -0
  259. package/dist/types/baseControls/Comment/property.d.ts +10 -0
  260. package/dist/types/baseControls/CreateFormListButton/property.d.ts +10 -0
  261. package/dist/types/baseControls/Dashboard/property.d.ts +40 -0
  262. package/dist/types/baseControls/Divider/property.d.ts +45 -0
  263. package/dist/types/baseControls/ExportListButton/property.d.ts +10 -0
  264. package/dist/types/baseControls/FormSelectButton/property.d.ts +20 -0
  265. package/dist/types/baseControls/Iframe/property.d.ts +15 -0
  266. package/dist/types/baseControls/ImportRecordListButton/property.d.ts +14 -0
  267. package/dist/types/baseControls/InvoiceCheckButton/property.d.ts +35 -0
  268. package/dist/types/baseControls/LineChart/property.d.ts +105 -0
  269. package/dist/types/baseControls/Link/property.d.ts +30 -0
  270. package/dist/types/baseControls/ListSelectButton/property.d.ts +35 -0
  271. package/dist/types/baseControls/ListViewSelect/property.d.ts +10 -0
  272. package/dist/types/baseControls/OperationButton/property.d.ts +70 -0
  273. package/dist/types/baseControls/PieChart/property.d.ts +95 -0
  274. package/dist/types/baseControls/ReferenceList/property.d.ts +25 -0
  275. package/dist/types/baseControls/Text/property.d.ts +60 -0
  276. package/dist/types/baseControls/TextOcrButton/property.d.ts +35 -0
  277. package/dist/types/baseControls/Title/property.d.ts +20 -0
  278. package/dist/types/columnControls/ApprovalStatusColumn/property.d.ts +15 -0
  279. package/dist/types/columnControls/ArrayColumn/property.d.ts +25 -0
  280. package/dist/types/columnControls/AutoNumberColumn/property.d.ts +10 -0
  281. package/dist/types/columnControls/CustomColumn/property.d.ts +10 -0
  282. package/dist/types/columnControls/DecimalColumn/property.d.ts +40 -0
  283. package/dist/types/columnControls/DepartmentColumn/property.d.ts +5 -0
  284. package/dist/types/columnControls/EmployeeColumn/property.d.ts +5 -0
  285. package/dist/types/columnControls/FileColumn/property.d.ts +5 -0
  286. package/dist/types/columnControls/LocationColumn/property.d.ts +10 -0
  287. package/dist/types/columnControls/OperationColumn/property.d.ts +10 -0
  288. package/dist/types/columnControls/TextColumn/property.d.ts +20 -0
  289. package/dist/types/columnControls/TimescopeColumn/property.d.ts +20 -0
  290. package/dist/types/columnControls/TimestampColumn/property.d.ts +20 -0
  291. package/dist/types/columnControls/VarcharColumn/property.d.ts +35 -0
  292. package/dist/types/formControls/Address/property.d.ts +20 -0
  293. package/dist/types/formControls/Amount/property.d.ts +60 -0
  294. package/dist/types/formControls/Attachment/property.d.ts +75 -0
  295. package/dist/types/formControls/AutoNumber/property.d.ts +5 -0
  296. package/dist/types/formControls/Barcode/property.d.ts +35 -0
  297. package/dist/types/formControls/Calc/property.d.ts +45 -0
  298. package/dist/types/formControls/Cascader/property.d.ts +65 -0
  299. package/dist/types/formControls/Checkbox/property.d.ts +70 -0
  300. package/dist/types/formControls/Counter/property.d.ts +35 -0
  301. package/dist/types/formControls/DatePicker/property.d.ts +55 -0
  302. package/dist/types/formControls/DateRange/property.d.ts +60 -0
  303. package/dist/types/formControls/Department/property.d.ts +50 -0
  304. package/dist/types/formControls/Department2/property.d.ts +75 -0
  305. package/dist/types/formControls/ElectronicSignature/property.d.ts +40 -0
  306. package/dist/types/formControls/Employee/property.d.ts +40 -0
  307. package/dist/types/formControls/Employee2/property.d.ts +75 -0
  308. package/dist/types/formControls/Image/property.d.ts +20 -0
  309. package/dist/types/formControls/Number/property.d.ts +75 -0
  310. package/dist/types/formControls/OrganizationSelection/property.d.ts +95 -0
  311. package/dist/types/formControls/QrCode/property.d.ts +40 -0
  312. package/dist/types/formControls/Radio/property.d.ts +75 -0
  313. package/dist/types/formControls/RichText/property.d.ts +45 -0
  314. package/dist/types/formControls/Score/property.d.ts +37 -0
  315. package/dist/types/formControls/SearchDateRange/property.d.ts +55 -0
  316. package/dist/types/formControls/SearchNumberRange/property.d.ts +25 -0
  317. package/dist/types/formControls/Select/property.d.ts +65 -0
  318. package/dist/types/formControls/SelectMultiple/property.d.ts +60 -0
  319. package/dist/types/formControls/SelectRelation/property.d.ts +80 -0
  320. package/dist/types/formControls/Slider/property.d.ts +35 -4
  321. package/dist/types/formControls/Switch/property.d.ts +40 -0
  322. package/dist/types/formControls/Tag/property.d.ts +50 -0
  323. package/dist/types/formControls/Textarea/property.d.ts +45 -0
  324. package/dist/types/formControls/TimePicker/property.d.ts +25 -0
  325. package/dist/types/formControls/TimeRange/property.d.ts +50 -0
  326. package/dist/types/formControls/Tree/property.d.ts +95 -0
  327. package/dist/types/formControls/VueFormItem/property.d.ts +20 -0
  328. package/dist/types/formControls/VuePage/property.d.ts +20 -0
  329. package/dist/types/formControls/WPS/property.d.ts +60 -0
  330. package/dist/types/layoutControls/ActionBar/property.d.ts +15 -0
  331. package/dist/types/layoutControls/AdvancedContainer/property.d.ts +10 -0
  332. package/dist/types/layoutControls/BlankContainer/property.d.ts +45 -4
  333. package/dist/types/layoutControls/CardGroup/property.d.ts +50 -0
  334. package/dist/types/layoutControls/Col/property.d.ts +15 -0
  335. package/dist/types/layoutControls/Collapse/property.d.ts +15 -0
  336. package/dist/types/layoutControls/CollapsePane/property.d.ts +5 -0
  337. package/dist/types/layoutControls/DataView/property.d.ts +25 -0
  338. package/dist/types/layoutControls/GridLayoutContainer/property.d.ts +10 -0
  339. package/dist/types/layoutControls/GridTableColumn/property.d.ts +60 -0
  340. package/dist/types/layoutControls/ListView/property.d.ts +105 -0
  341. package/dist/types/layoutControls/Page/property.d.ts +25 -0
  342. package/dist/types/layoutControls/Position/property.d.ts +20 -0
  343. package/dist/types/layoutControls/Row/property.d.ts +35 -0
  344. package/dist/types/layoutControls/Step/property.d.ts +60 -0
  345. package/dist/types/layoutControls/StepPane/property.d.ts +40 -0
  346. package/dist/types/layoutControls/SubTableColumn/property.d.ts +30 -0
  347. package/dist/types/layoutControls/Tab/property.d.ts +25 -0
  348. package/dist/types/layoutControls/TabPane/property.d.ts +5 -0
  349. package/dist/types/layoutControls/TableLayout/property.d.ts +75 -0
  350. package/dist/types/layoutControls/TableLayoutCol/property.d.ts +50 -0
  351. package/dist/types/layoutControls/TableLayoutRow/property.d.ts +10 -0
  352. package/dist/types/layoutControls/TableLayoutWrapper/property.d.ts +15 -0
  353. package/dist/types/listControls/SubTable/property.d.ts +180 -0
  354. package/dist/types/searchControls/SimpleSearch/property.d.ts +60 -0
  355. package/dist/types/wrapControls/GridLayoutWrap/property.d.ts +5 -0
  356. package/package.json +4 -4
@@ -1,7 +1,4 @@
1
- /**
2
- * name: rok_table_layout
3
- * description: 表格布局容器组件。用于构建按行列对齐的表单编排场景。支持行列数、标题位置、列宽分配、标题宽度、边框背景、圆角和内外边距等表格式布局能力。
4
- */ function _assert_this_initialized(self) {
1
+ function _assert_this_initialized(self) {
5
2
  if (self === void 0) {
6
3
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
7
4
  }
@@ -73,50 +70,102 @@ function _is_native_reflect_construct() {
73
70
  return !!result;
74
71
  })();
75
72
  }
76
- import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
73
+ /**
74
+ * name: rok_table_layout
75
+ * description: 表格布局容器组件。用于构建按行列对齐的表单编排场景。支持行列数、标题位置、列宽分配、标题宽度、边框背景、圆角和内外边距等表格式布局能力。
76
+ */ import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
77
77
  var TableLayoutControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
78
78
  "use strict";
79
79
  _inherits(TableLayoutControlProperty, LayoutControlProperty);
80
80
  function TableLayoutControlProperty(props) {
81
81
  _class_call_check(this, TableLayoutControlProperty);
82
82
  var _this;
83
+ var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, _ref13, _ref14;
83
84
  _this = _call_super(this, TableLayoutControlProperty, [
84
85
  props
85
- ]), _define_property(_this, "rowCount", void 0), _define_property(_this, "colCount", void 0), _define_property(_this, "labelPosition", void 0), _define_property(_this, "colWidthType", void 0), _define_property(_this, "colWidth", void 0), _define_property(_this, "labelWidth", void 0), _define_property(_this, "isLabelBold", void 0), _define_property(_this, "padding", void 0), _define_property(_this, "margin", void 0), _define_property(_this, "border", void 0), _define_property(_this, "background", void 0), _define_property(_this, "borderRadius", void 0), _define_property(_this, "align", void 0), _define_property(_this, "verticalAlign", void 0), _define_property(_this, "innerBorder", void 0);
86
- var _props_rowCount;
87
- _this.rowCount = (_props_rowCount = props === null || props === void 0 ? void 0 : props.rowCount) !== null && _props_rowCount !== void 0 ? _props_rowCount : 2;
88
- var _props_colCount;
89
- _this.colCount = (_props_colCount = props === null || props === void 0 ? void 0 : props.colCount) !== null && _props_colCount !== void 0 ? _props_colCount : 2;
90
- var _props_labelPosition;
91
- _this.labelPosition = (_props_labelPosition = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _props_labelPosition !== void 0 ? _props_labelPosition : 'left';
92
- var _props_colWidthType;
93
- _this.colWidthType = (_props_colWidthType = props === null || props === void 0 ? void 0 : props.colWidthType) !== null && _props_colWidthType !== void 0 ? _props_colWidthType : 'average';
94
- var _props_colWidth;
95
- _this.colWidth = (_props_colWidth = props === null || props === void 0 ? void 0 : props.colWidth) !== null && _props_colWidth !== void 0 ? _props_colWidth : '12:12';
96
- var _props_isLabelBold;
97
- _this.isLabelBold = (_props_isLabelBold = props === null || props === void 0 ? void 0 : props.isLabelBold) !== null && _props_isLabelBold !== void 0 ? _props_isLabelBold : false;
98
- var _props_labelWidth;
99
- _this.labelWidth = (_props_labelWidth = props === null || props === void 0 ? void 0 : props.labelWidth) !== null && _props_labelWidth !== void 0 ? _props_labelWidth : '';
100
- var _props_align;
101
- _this.align = (_props_align = props === null || props === void 0 ? void 0 : props.align) !== null && _props_align !== void 0 ? _props_align : '';
102
- var _props_verticalAlign;
103
- _this.verticalAlign = (_props_verticalAlign = props === null || props === void 0 ? void 0 : props.verticalAlign) !== null && _props_verticalAlign !== void 0 ? _props_verticalAlign : 'center';
104
- var _props_padding;
105
- _this.padding = (_props_padding = props === null || props === void 0 ? void 0 : props.padding) !== null && _props_padding !== void 0 ? _props_padding : {
86
+ ]), /**
87
+ * 行数
88
+ * @defaultValue 2
89
+ * @public
90
+ */ _define_property(_this, "rowCount", void 0), /**
91
+ * 列数
92
+ * @defaultValue 2
93
+ * @public
94
+ */ _define_property(_this, "colCount", void 0), /**
95
+ * 标题布局;取值:top:上方;left:左侧;
96
+ * @defaultValue 'left'
97
+ * @public
98
+ */ _define_property(_this, "labelPosition", void 0), /**
99
+ * 列宽分配方式;取值:custom:自定义;average:平均分配;
100
+ * @defaultValue 'average'
101
+ * @public
102
+ */ _define_property(_this, "colWidthType", void 0), /**
103
+ * 列宽分配值,使用冒号分隔,例如 '12:12'
104
+ * @defaultValue '12:12'
105
+ * @public
106
+ */ _define_property(_this, "colWidth", void 0), /**
107
+ * 标题宽度
108
+ * @defaultValue ''
109
+ * @public
110
+ */ _define_property(_this, "labelWidth", void 0), /**
111
+ * 标题是否加粗
112
+ * @defaultValue false
113
+ * @public
114
+ */ _define_property(_this, "isLabelBold", void 0), /**
115
+ * 内边距配置
116
+ * @defaultValue { paddingTop: '', paddingRight: '', paddingBottom: '', ... }
117
+ * @public
118
+ */ _define_property(_this, "padding", void 0), /**
119
+ * 外边距配置
120
+ * @defaultValue { marginTop: '', marginRight: '', marginBottom: '', ... }
121
+ * @public
122
+ */ _define_property(_this, "margin", void 0), /**
123
+ * 边框配置
124
+ * @defaultValue { borderTop: true, borderBottom: true, borderLeft: true, ... }
125
+ * @public
126
+ */ _define_property(_this, "border", void 0), /**
127
+ * 背景
128
+ * @defaultValue { type: 'backgroundColor', backgroundColor: '', backgroundImage: '', ... }
129
+ * @public
130
+ */ _define_property(_this, "background", void 0), /**
131
+ * 圆角配置
132
+ * @defaultValue { borderTopLeftRadius: '', borderTopRightRadius: '', borderBottomRightRadius: '', ... }
133
+ * @public
134
+ */ _define_property(_this, "borderRadius", void 0), /**
135
+ * 标题水平对齐方式;取值:left:左侧;center:居中;right:右侧;justify:两端对齐;
136
+ * @defaultValue ''
137
+ * @public
138
+ */ _define_property(_this, "align", void 0), /**
139
+ * 标题垂直对齐方式;取值:flex-start:起点对齐;center:居中;flex-end:终点对齐;
140
+ * @defaultValue 'center'
141
+ * @public
142
+ */ _define_property(_this, "verticalAlign", void 0), /**
143
+ * 表格内边框
144
+ * @defaultValue { borderWidth: 1, borderColor: '', borderType: 'solid' }
145
+ * @public
146
+ */ _define_property(_this, "innerBorder", void 0);
147
+ _this.rowCount = (_ref = props === null || props === void 0 ? void 0 : props.rowCount) !== null && _ref !== void 0 ? _ref : 2;
148
+ _this.colCount = (_ref1 = props === null || props === void 0 ? void 0 : props.colCount) !== null && _ref1 !== void 0 ? _ref1 : 2;
149
+ _this.labelPosition = (_ref2 = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _ref2 !== void 0 ? _ref2 : 'left';
150
+ _this.colWidthType = (_ref3 = props === null || props === void 0 ? void 0 : props.colWidthType) !== null && _ref3 !== void 0 ? _ref3 : 'average';
151
+ _this.colWidth = (_ref4 = props === null || props === void 0 ? void 0 : props.colWidth) !== null && _ref4 !== void 0 ? _ref4 : '12:12';
152
+ _this.isLabelBold = (_ref5 = props === null || props === void 0 ? void 0 : props.isLabelBold) !== null && _ref5 !== void 0 ? _ref5 : false;
153
+ _this.labelWidth = (_ref6 = props === null || props === void 0 ? void 0 : props.labelWidth) !== null && _ref6 !== void 0 ? _ref6 : '';
154
+ _this.align = (_ref7 = props === null || props === void 0 ? void 0 : props.align) !== null && _ref7 !== void 0 ? _ref7 : '';
155
+ _this.verticalAlign = (_ref8 = props === null || props === void 0 ? void 0 : props.verticalAlign) !== null && _ref8 !== void 0 ? _ref8 : 'center';
156
+ _this.padding = (_ref9 = props === null || props === void 0 ? void 0 : props.padding) !== null && _ref9 !== void 0 ? _ref9 : {
106
157
  paddingTop: '',
107
158
  paddingRight: '',
108
159
  paddingBottom: '',
109
160
  paddingLeft: ''
110
161
  };
111
- var _props_margin;
112
- _this.margin = (_props_margin = props === null || props === void 0 ? void 0 : props.margin) !== null && _props_margin !== void 0 ? _props_margin : {
162
+ _this.margin = (_ref10 = props === null || props === void 0 ? void 0 : props.margin) !== null && _ref10 !== void 0 ? _ref10 : {
113
163
  marginTop: '',
114
164
  marginRight: '',
115
165
  marginBottom: '',
116
166
  marginLeft: ''
117
167
  };
118
- var _props_border;
119
- _this.border = (_props_border = props === null || props === void 0 ? void 0 : props.border) !== null && _props_border !== void 0 ? _props_border : {
168
+ _this.border = (_ref11 = props === null || props === void 0 ? void 0 : props.border) !== null && _ref11 !== void 0 ? _ref11 : {
120
169
  borderTop: true,
121
170
  borderBottom: true,
122
171
  borderLeft: true,
@@ -125,22 +174,19 @@ var TableLayoutControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
125
174
  borderColor: '',
126
175
  borderType: 'solid'
127
176
  };
128
- var _props_borderRadius;
129
- _this.borderRadius = (_props_borderRadius = props === null || props === void 0 ? void 0 : props.borderRadius) !== null && _props_borderRadius !== void 0 ? _props_borderRadius : {
177
+ _this.borderRadius = (_ref12 = props === null || props === void 0 ? void 0 : props.borderRadius) !== null && _ref12 !== void 0 ? _ref12 : {
130
178
  borderTopLeftRadius: '',
131
179
  borderTopRightRadius: '',
132
180
  borderBottomRightRadius: '',
133
181
  borderBottomLeftRadius: ''
134
182
  };
135
- var _props_background;
136
- _this.background = (_props_background = props === null || props === void 0 ? void 0 : props.background) !== null && _props_background !== void 0 ? _props_background : {
183
+ _this.background = (_ref13 = props === null || props === void 0 ? void 0 : props.background) !== null && _ref13 !== void 0 ? _ref13 : {
137
184
  type: 'backgroundColor',
138
185
  backgroundColor: '',
139
186
  backgroundImage: '',
140
187
  placementMode: 'contain'
141
188
  };
142
- var _props_innerBorder;
143
- _this.innerBorder = (_props_innerBorder = props === null || props === void 0 ? void 0 : props.innerBorder) !== null && _props_innerBorder !== void 0 ? _props_innerBorder : {
189
+ _this.innerBorder = (_ref14 = props === null || props === void 0 ? void 0 : props.innerBorder) !== null && _ref14 !== void 0 ? _ref14 : {
144
190
  borderWidth: 1,
145
191
  borderColor: '',
146
192
  borderType: 'solid'
@@ -17,13 +17,13 @@
17
17
  "defaultState": {
18
18
  "type": "string",
19
19
  "enum": [
20
- "default",
21
- "readonly"
20
+ "readonly",
21
+ "default"
22
22
  ],
23
23
  "description": "默认状态",
24
24
  "enumDescription": [
25
- "default",
26
- "readonly"
25
+ "readonly",
26
+ "default"
27
27
  ]
28
28
  },
29
29
  "rowCount": {
@@ -241,8 +241,8 @@
241
241
  "type": "string",
242
242
  "enum": [
243
243
  "",
244
- "center",
245
244
  "left",
245
+ "center",
246
246
  "right",
247
247
  "justify"
248
248
  ],
@@ -250,8 +250,8 @@
250
250
  "default": "",
251
251
  "enumDescription": [
252
252
  "",
253
- "居中",
254
253
  "左侧",
254
+ "居中",
255
255
  "右侧",
256
256
  "两端对齐"
257
257
  ]
@@ -1,7 +1,4 @@
1
- /**
2
- * name: rok_table_layout_col
3
- * description: 表格布局列组件。用于定义表格布局中单元列的占位与样式。支持列跨度、单元格合并、Flex/块级布局、主侧轴对齐、背景和与标题同宽等能力。
4
- */ function _assert_this_initialized(self) {
1
+ function _assert_this_initialized(self) {
5
2
  if (self === void 0) {
6
3
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
7
4
  }
@@ -73,7 +70,10 @@ function _is_native_reflect_construct() {
73
70
  return !!result;
74
71
  })();
75
72
  }
76
- import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
73
+ /**
74
+ * name: rok_table_layout_col
75
+ * description: 表格布局列组件。用于定义表格布局中单元列的占位与样式。支持列跨度、单元格合并、Flex/块级布局、主侧轴对齐、背景和与标题同宽等能力。
76
+ */ import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
77
77
  var BASE_SPAN = 24;
78
78
  var TableLayoutColControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
79
79
  "use strict";
@@ -81,34 +81,65 @@ var TableLayoutColControlProperty = /*#__PURE__*/ function(LayoutControlProperty
81
81
  function TableLayoutColControlProperty(props) {
82
82
  _class_call_check(this, TableLayoutColControlProperty);
83
83
  var _this;
84
+ var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9;
84
85
  _this = _call_super(this, TableLayoutColControlProperty, [
85
86
  props
86
- ]), _define_property(_this, "span", void 0), _define_property(_this, "offset", void 0), _define_property(_this, "tableLayoutColSpan", void 0), _define_property(_this, "tableLayoutColSpanType", void 0), _define_property(_this, "layout", void 0), _define_property(_this, "flexDirection", void 0), _define_property(_this, "alignItems", void 0), _define_property(_this, "justifyContent", void 0), _define_property(_this, "background", void 0), _define_property(_this, "isLabelCol", void 0);
87
- var _props_span;
88
- _this.span = (_props_span = props === null || props === void 0 ? void 0 : props.span) !== null && _props_span !== void 0 ? _props_span : BASE_SPAN;
89
- var _props_offset;
90
- _this.offset = (_props_offset = props === null || props === void 0 ? void 0 : props.offset) !== null && _props_offset !== void 0 ? _props_offset : 0;
91
- var _props_tableLayoutColSpan;
92
- _this.tableLayoutColSpan = (_props_tableLayoutColSpan = props === null || props === void 0 ? void 0 : props.tableLayoutColSpan) !== null && _props_tableLayoutColSpan !== void 0 ? _props_tableLayoutColSpan : 0;
93
- var _props_tableLayoutColSpanType;
94
- _this.tableLayoutColSpanType = (_props_tableLayoutColSpanType = props === null || props === void 0 ? void 0 : props.tableLayoutColSpanType) !== null && _props_tableLayoutColSpanType !== void 0 ? _props_tableLayoutColSpanType : '';
95
- var _props_layout;
96
- _this.layout = (_props_layout = props === null || props === void 0 ? void 0 : props.layout) !== null && _props_layout !== void 0 ? _props_layout : 'flex';
97
- var _props_flexDirection;
98
- _this.flexDirection = (_props_flexDirection = props === null || props === void 0 ? void 0 : props.flexDirection) !== null && _props_flexDirection !== void 0 ? _props_flexDirection : 'column';
99
- var _props_alignItems;
100
- _this.alignItems = (_props_alignItems = props === null || props === void 0 ? void 0 : props.alignItems) !== null && _props_alignItems !== void 0 ? _props_alignItems : 'flex-start';
101
- var _props_justifyContent;
102
- _this.justifyContent = (_props_justifyContent = props === null || props === void 0 ? void 0 : props.justifyContent) !== null && _props_justifyContent !== void 0 ? _props_justifyContent : 'flex-start';
103
- var _props_background;
104
- _this.background = (_props_background = props === null || props === void 0 ? void 0 : props.background) !== null && _props_background !== void 0 ? _props_background : {
87
+ ]), /**
88
+ * 占用列数
89
+ * @defaultValue 24
90
+ * @public
91
+ */ _define_property(_this, "span", void 0), /**
92
+ * 偏移量
93
+ * @defaultValue 0
94
+ * @public
95
+ */ _define_property(_this, "offset", void 0), /**
96
+ * 在表格布局中的合并单元格数量
97
+ * @defaultValue 0
98
+ * @public
99
+ */ _define_property(_this, "tableLayoutColSpan", void 0), /**
100
+ * full 占满整行,'' 没有合并单元格,custom 自定义合并格数
101
+ * @defaultValue ''
102
+ * @public
103
+ */ _define_property(_this, "tableLayoutColSpanType", void 0), /**
104
+ * 布局方式;取值:flex:弹性;block:块级;
105
+ * @defaultValue 'flex'
106
+ * @public
107
+ */ _define_property(_this, "layout", void 0), /**
108
+ * 主轴方向;取值:row:横向;column:纵向;row-reverse:横向反向;column-reverse:纵向反向;
109
+ * @defaultValue 'column'
110
+ * @public
111
+ */ _define_property(_this, "flexDirection", void 0), /**
112
+ * 侧轴对齐方式;取值:flex-start:起点对齐;flex-end:终点对齐;center:居中;baseline:基线对齐;stretch:拉伸;
113
+ * @defaultValue 'flex-start'
114
+ * @public
115
+ */ _define_property(_this, "alignItems", void 0), /**
116
+ * 主轴对齐方式;取值:flex-start:起点对齐;flex-end:终点对齐;center:居中;space-between:两端对齐;space-around:环绕对齐;
117
+ * @defaultValue 'flex-start'
118
+ * @public
119
+ */ _define_property(_this, "justifyContent", void 0), /**
120
+ * 背景
121
+ * @defaultValue { type: 'backgroundColor', backgroundColor: '', backgroundImage: '', ... }
122
+ * @public
123
+ */ _define_property(_this, "background", void 0), /**
124
+ * 设置该列与标题同宽
125
+ * @defaultValue false
126
+ * @public
127
+ */ _define_property(_this, "isLabelCol", void 0);
128
+ _this.span = (_ref = props === null || props === void 0 ? void 0 : props.span) !== null && _ref !== void 0 ? _ref : BASE_SPAN;
129
+ _this.offset = (_ref1 = props === null || props === void 0 ? void 0 : props.offset) !== null && _ref1 !== void 0 ? _ref1 : 0;
130
+ _this.tableLayoutColSpan = (_ref2 = props === null || props === void 0 ? void 0 : props.tableLayoutColSpan) !== null && _ref2 !== void 0 ? _ref2 : 0;
131
+ _this.tableLayoutColSpanType = (_ref3 = props === null || props === void 0 ? void 0 : props.tableLayoutColSpanType) !== null && _ref3 !== void 0 ? _ref3 : '';
132
+ _this.layout = (_ref4 = props === null || props === void 0 ? void 0 : props.layout) !== null && _ref4 !== void 0 ? _ref4 : 'flex';
133
+ _this.flexDirection = (_ref5 = props === null || props === void 0 ? void 0 : props.flexDirection) !== null && _ref5 !== void 0 ? _ref5 : 'column';
134
+ _this.alignItems = (_ref6 = props === null || props === void 0 ? void 0 : props.alignItems) !== null && _ref6 !== void 0 ? _ref6 : 'flex-start';
135
+ _this.justifyContent = (_ref7 = props === null || props === void 0 ? void 0 : props.justifyContent) !== null && _ref7 !== void 0 ? _ref7 : 'flex-start';
136
+ _this.background = (_ref8 = props === null || props === void 0 ? void 0 : props.background) !== null && _ref8 !== void 0 ? _ref8 : {
105
137
  type: 'backgroundColor',
106
138
  backgroundColor: '',
107
139
  backgroundImage: '',
108
140
  placementMode: 'contain'
109
141
  };
110
- var _props_isLabelCol;
111
- _this.isLabelCol = (_props_isLabelCol = props === null || props === void 0 ? void 0 : props.isLabelCol) !== null && _props_isLabelCol !== void 0 ? _props_isLabelCol : false;
142
+ _this.isLabelCol = (_ref9 = props === null || props === void 0 ? void 0 : props.isLabelCol) !== null && _ref9 !== void 0 ? _ref9 : false;
112
143
  return _this;
113
144
  }
114
145
  return TableLayoutColControlProperty;
@@ -17,13 +17,13 @@
17
17
  "defaultState": {
18
18
  "type": "string",
19
19
  "enum": [
20
- "default",
21
- "readonly"
20
+ "readonly",
21
+ "default"
22
22
  ],
23
23
  "description": "默认状态",
24
24
  "enumDescription": [
25
- "default",
26
- "readonly"
25
+ "readonly",
26
+ "default"
27
27
  ]
28
28
  },
29
29
  "span": {
@@ -1,7 +1,4 @@
1
- /**
2
- * name: rok_table_layout_row
3
- * description: 表格布局行组件。用于在表格布局中组织一行单元内容。支持预设/自定义布局模式和列间距设置。
4
- */ function _assert_this_initialized(self) {
1
+ function _assert_this_initialized(self) {
5
2
  if (self === void 0) {
6
3
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
7
4
  }
@@ -73,20 +70,30 @@ function _is_native_reflect_construct() {
73
70
  return !!result;
74
71
  })();
75
72
  }
76
- import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
73
+ /**
74
+ * name: rok_table_layout_row
75
+ * description: 表格布局行组件。用于在表格布局中组织一行单元内容。支持预设/自定义布局模式和列间距设置。
76
+ */ import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
77
77
  var TableLayoutRowControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
78
78
  "use strict";
79
79
  _inherits(TableLayoutRowControlProperty, LayoutControlProperty);
80
80
  function TableLayoutRowControlProperty(props) {
81
81
  _class_call_check(this, TableLayoutRowControlProperty);
82
82
  var _this;
83
+ var _ref, _ref1;
83
84
  _this = _call_super(this, TableLayoutRowControlProperty, [
84
85
  props
85
- ]), _define_property(_this, "layoutMode", void 0), _define_property(_this, "gutter", void 0);
86
- var _props_layoutMode;
87
- _this.layoutMode = (_props_layoutMode = props === null || props === void 0 ? void 0 : props.layoutMode) !== null && _props_layoutMode !== void 0 ? _props_layoutMode : 'select';
88
- var _props_gutter;
89
- _this.gutter = (_props_gutter = props === null || props === void 0 ? void 0 : props.gutter) !== null && _props_gutter !== void 0 ? _props_gutter : 0;
86
+ ]), /**
87
+ * 布局模式;取值:select:选择预设布局;custom:自定义布局;
88
+ * @defaultValue 'select'
89
+ * @public
90
+ */ _define_property(_this, "layoutMode", void 0), /**
91
+ * 间距
92
+ * @defaultValue 0
93
+ * @public
94
+ */ _define_property(_this, "gutter", void 0);
95
+ _this.layoutMode = (_ref = props === null || props === void 0 ? void 0 : props.layoutMode) !== null && _ref !== void 0 ? _ref : 'select';
96
+ _this.gutter = (_ref1 = props === null || props === void 0 ? void 0 : props.gutter) !== null && _ref1 !== void 0 ? _ref1 : 0;
90
97
  return _this;
91
98
  }
92
99
  return TableLayoutRowControlProperty;
@@ -17,13 +17,13 @@
17
17
  "defaultState": {
18
18
  "type": "string",
19
19
  "enum": [
20
- "default",
21
- "readonly"
20
+ "readonly",
21
+ "default"
22
22
  ],
23
23
  "description": "默认状态",
24
24
  "enumDescription": [
25
- "default",
26
- "readonly"
25
+ "readonly",
26
+ "default"
27
27
  ]
28
28
  },
29
29
  "layoutMode": {
@@ -1,7 +1,4 @@
1
- /**
2
- * name: rok_table_layout_wrapper
3
- * description: 表格布局外层容器组件。用于控制表格布局整体包裹区域的尺寸与边框表现。支持宽度、宽度单位和表单边框线显示设置。
4
- */ function _assert_this_initialized(self) {
1
+ function _assert_this_initialized(self) {
5
2
  if (self === void 0) {
6
3
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
7
4
  }
@@ -73,22 +70,35 @@ function _is_native_reflect_construct() {
73
70
  return !!result;
74
71
  })();
75
72
  }
76
- import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
73
+ /**
74
+ * name: rok_table_layout_wrapper
75
+ * description: 表格布局外层容器组件。用于控制表格布局整体包裹区域的尺寸与边框表现。支持宽度、宽度单位和表单边框线显示设置。
76
+ */ import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
77
77
  var TableLayoutWrapperControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
78
78
  "use strict";
79
79
  _inherits(TableLayoutWrapperControlProperty, LayoutControlProperty);
80
80
  function TableLayoutWrapperControlProperty(props) {
81
81
  _class_call_check(this, TableLayoutWrapperControlProperty);
82
82
  var _this;
83
+ var _ref, _ref1, _ref2;
83
84
  _this = _call_super(this, TableLayoutWrapperControlProperty, [
84
85
  props
85
- ]), _define_property(_this, "width", void 0), _define_property(_this, "widthCompany", void 0), _define_property(_this, "showFormBorder", void 0);
86
- var _props_width;
87
- _this.width = (_props_width = props === null || props === void 0 ? void 0 : props.width) !== null && _props_width !== void 0 ? _props_width : '';
88
- var _props_widthCompany;
89
- _this.widthCompany = (_props_widthCompany = props === null || props === void 0 ? void 0 : props.widthCompany) !== null && _props_widthCompany !== void 0 ? _props_widthCompany : 'px';
90
- var _props_showFormBorder;
91
- _this.showFormBorder = (_props_showFormBorder = props === null || props === void 0 ? void 0 : props.showFormBorder) !== null && _props_showFormBorder !== void 0 ? _props_showFormBorder : false;
86
+ ]), /**
87
+ * 宽度
88
+ * @defaultValue ''
89
+ * @public
90
+ */ _define_property(_this, "width", void 0), /**
91
+ * wrapper 单位;取值:px:像素;%:%;fill:填充;
92
+ * @defaultValue 'px'
93
+ * @public
94
+ */ _define_property(_this, "widthCompany", void 0), /**
95
+ * 表单控件是否显示边框线
96
+ * @defaultValue false
97
+ * @public
98
+ */ _define_property(_this, "showFormBorder", void 0);
99
+ _this.width = (_ref = props === null || props === void 0 ? void 0 : props.width) !== null && _ref !== void 0 ? _ref : '';
100
+ _this.widthCompany = (_ref1 = props === null || props === void 0 ? void 0 : props.widthCompany) !== null && _ref1 !== void 0 ? _ref1 : 'px';
101
+ _this.showFormBorder = (_ref2 = props === null || props === void 0 ? void 0 : props.showFormBorder) !== null && _ref2 !== void 0 ? _ref2 : false;
92
102
  return _this;
93
103
  }
94
104
  return TableLayoutWrapperControlProperty;
@@ -17,13 +17,13 @@
17
17
  "defaultState": {
18
18
  "type": "string",
19
19
  "enum": [
20
- "default",
21
- "readonly"
20
+ "readonly",
21
+ "default"
22
22
  ],
23
23
  "description": "默认状态",
24
24
  "enumDescription": [
25
- "default",
26
- "readonly"
25
+ "readonly",
26
+ "default"
27
27
  ]
28
28
  },
29
29
  "width": {
@@ -1,7 +1,4 @@
1
- /**
2
- * name: rok_toolbox
3
- * description: 工具箱容器组件。用于承载页面中的辅助工具区、快捷操作区或扩展按钮区域。当前继承基础布局属性,适合作为工具集合承载容器。
4
- */ function _assert_this_initialized(self) {
1
+ function _assert_this_initialized(self) {
5
2
  if (self === void 0) {
6
3
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
7
4
  }
@@ -60,7 +57,10 @@ function _is_native_reflect_construct() {
60
57
  return !!result;
61
58
  })();
62
59
  }
63
- import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
60
+ /**
61
+ * name: rok_toolbox
62
+ * description: 工具箱容器组件。用于承载页面中的辅助工具区、快捷操作区或扩展按钮区域。当前继承基础布局属性,适合作为工具集合承载容器。
63
+ */ import { LayoutControlProperty } from '@byteluck-fe/model-driven-core';
64
64
  var ToolboxControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
65
65
  "use strict";
66
66
  _inherits(ToolboxControlProperty, LayoutControlProperty);
@@ -17,13 +17,13 @@
17
17
  "defaultState": {
18
18
  "type": "string",
19
19
  "enum": [
20
- "default",
21
- "readonly"
20
+ "readonly",
21
+ "default"
22
22
  ],
23
23
  "description": "默认状态",
24
24
  "enumDescription": [
25
- "default",
26
- "readonly"
25
+ "readonly",
26
+ "default"
27
27
  ]
28
28
  }
29
29
  },
@@ -105,6 +105,7 @@ function _inherits(subClass, superClass) {
105
105
  if (superClass) _set_prototype_of(subClass, superClass);
106
106
  }
107
107
  function _instanceof(left, right) {
108
+ "@swc/helpers - instanceof";
108
109
  if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
109
110
  return !!right[Symbol.hasInstance](left);
110
111
  } else {
@@ -183,7 +184,7 @@ function _is_native_reflect_construct() {
183
184
  })();
184
185
  }
185
186
  function _ts_generator(thisArg, body) {
186
- var f, y, t, g, _ = {
187
+ var f, y, t, _ = {
187
188
  label: 0,
188
189
  sent: function() {
189
190
  if (t[0] & 1) throw t[1];
@@ -191,13 +192,17 @@ function _ts_generator(thisArg, body) {
191
192
  },
192
193
  trys: [],
193
194
  ops: []
194
- };
195
- return g = {
196
- next: verb(0),
197
- "throw": verb(1),
198
- "return": verb(2)
199
- }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
200
- return this;
195
+ }, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
196
+ return d(g, "next", {
197
+ value: verb(0)
198
+ }), d(g, "throw", {
199
+ value: verb(1)
200
+ }), d(g, "return", {
201
+ value: verb(2)
202
+ }), typeof Symbol === "function" && d(g, Symbol.iterator, {
203
+ value: function() {
204
+ return this;
205
+ }
201
206
  }), g;
202
207
  function verb(n) {
203
208
  return function(v) {
@@ -209,7 +214,7 @@ function _ts_generator(thisArg, body) {
209
214
  }
210
215
  function step(op) {
211
216
  if (f) throw new TypeError("Generator is already executing.");
212
- while(_)try {
217
+ while(g && (g = 0, op[0] && (_ = 0)), _)try {
213
218
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
214
219
  if (y = 0, t) op = [
215
220
  op[0] & 2,
@@ -336,7 +341,7 @@ var GridTableControl = /*#__PURE__*/ function _target(DesignerListControl) {
336
341
  key: "validate",
337
342
  value: function validate(messages, ignore) {
338
343
  var _this = this;
339
- var _this1 = this, _superprop_get_validate = function() {
344
+ var _this1 = this, _superprop_get_validate = function _superprop_get_validate() {
340
345
  return _get(_get_prototype_of(GridTableControl.prototype), "validate", _this);
341
346
  };
342
347
  return _async_to_generator(function() {
@@ -351,7 +356,7 @@ var GridTableControl = /*#__PURE__*/ function _target(DesignerListControl) {
351
356
  _state.sent();
352
357
  return [
353
358
  4,
354
- Promise.all(_this1.children.map(function(child) {
359
+ Promise.all(this.children.map(function(child) {
355
360
  return child.validate(messages, ignore);
356
361
  }))
357
362
  ];
@@ -363,7 +368,7 @@ var GridTableControl = /*#__PURE__*/ function _target(DesignerListControl) {
363
368
  ];
364
369
  }
365
370
  });
366
- })();
371
+ }).call(this);
367
372
  }
368
373
  }
369
374
  ], [