@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
@@ -106,15 +106,25 @@ var IframeProperty = /*#__PURE__*/ function(Property) {
106
106
  function IframeProperty(props) {
107
107
  _class_call_check(this, IframeProperty);
108
108
  var _this;
109
+ var _ref, _ref1, _ref2;
109
110
  _this = _call_super(this, IframeProperty, [
110
111
  props
111
- ]), _define_property(_this, "content", void 0), _define_property(_this, "width", void 0), _define_property(_this, "height", void 0);
112
- var _props_content;
113
- _this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : '';
114
- var _props_width;
115
- _this.width = (_props_width = props === null || props === void 0 ? void 0 : props.width) !== null && _props_width !== void 0 ? _props_width : 600;
116
- var _props_height;
117
- _this.height = (_props_height = props === null || props === void 0 ? void 0 : props.height) !== null && _props_height !== void 0 ? _props_height : 400;
112
+ ]), /**
113
+ * URL
114
+ * @defaultValue ''
115
+ * @public
116
+ */ _define_property(_this, "content", void 0), /**
117
+ *
118
+ * @defaultValue 600
119
+ * @public
120
+ */ _define_property(_this, "width", void 0), /**
121
+ * 高
122
+ * @defaultValue 400
123
+ * @public
124
+ */ _define_property(_this, "height", void 0);
125
+ _this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : '';
126
+ _this.width = (_ref1 = props === null || props === void 0 ? void 0 : props.width) !== null && _ref1 !== void 0 ? _ref1 : 600;
127
+ _this.height = (_ref2 = props === null || props === void 0 ? void 0 : props.height) !== null && _ref2 !== void 0 ? _ref2 : 400;
118
128
  return _this;
119
129
  }
120
130
  return IframeProperty;
@@ -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
  "content": {
@@ -1,7 +1,4 @@
1
- /**
2
- * name: rok_import_record_list_button
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,12 +70,18 @@ function _is_native_reflect_construct() {
73
70
  return !!result;
74
71
  })();
75
72
  }
76
- import { ButtonProperty } from '../Button';
73
+ /**
74
+ * name: rok_import_record_list_button
75
+ * description: 导入记录列表按钮组件。用于列表场景导入外部数据到指定业务模型。支持配置可导入的数据对象与模板类型,并继承按钮样式、图标和颜色能力,适合批量数据录入场景。
76
+ */ import { ButtonProperty } from '../Button';
77
77
  import ImportRecordListButtonControl from './designer';
78
78
  var ImportListBind = function ImportListBind(props) {
79
79
  "use strict";
80
80
  _class_call_check(this, ImportListBind);
81
- _define_property(this, "dataCode", void 0);
81
+ /**
82
+ * 可导入数据编码
83
+ * @public
84
+ */ _define_property(this, "dataCode", void 0);
82
85
  this.dataCode = props.dataCode;
83
86
  };
84
87
  var ImportRecordListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
@@ -87,20 +90,25 @@ var ImportRecordListButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
87
90
  function ImportRecordListButtonProperty(props) {
88
91
  _class_call_check(this, ImportRecordListButtonProperty);
89
92
  var _this;
93
+ var _ref, _ref1, _ref2, _ref3;
90
94
  var _props_canImportList;
91
95
  _this = _call_super(this, ImportRecordListButtonProperty, [
92
96
  props
93
- ]), _define_property(_this, "canImportList", void 0), _define_property(_this, "templateType", void 0);
94
- var _props_content;
95
- _this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : ImportRecordListButtonControl.controlName;
96
- var _props_icon;
97
- _this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : ImportRecordListButtonControl.controlIcon;
98
- var _props_canImportList_map;
99
- _this.canImportList = (_props_canImportList_map = props === null || props === void 0 ? void 0 : (_props_canImportList = props.canImportList) === null || _props_canImportList === void 0 ? void 0 : _props_canImportList.map(function(item) {
97
+ ]), /**
98
+ * 可以导入的数据
99
+ * @defaultValue []
100
+ * @public
101
+ */ _define_property(_this, "canImportList", void 0), /**
102
+ * 模板类型;取值:system:系统;external:外部;
103
+ * @defaultValue 'system'
104
+ * @public
105
+ */ _define_property(_this, "templateType", void 0);
106
+ _this.content = (_ref = props === null || props === void 0 ? void 0 : props.content) !== null && _ref !== void 0 ? _ref : ImportRecordListButtonControl.controlName;
107
+ _this.icon = (_ref1 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref1 !== void 0 ? _ref1 : ImportRecordListButtonControl.controlIcon;
108
+ _this.canImportList = (_ref2 = props === null || props === void 0 ? void 0 : (_props_canImportList = props.canImportList) === null || _props_canImportList === void 0 ? void 0 : _props_canImportList.map(function(item) {
100
109
  return new ImportListBind(item);
101
- })) !== null && _props_canImportList_map !== void 0 ? _props_canImportList_map : [];
102
- var _props_templateType;
103
- _this.templateType = (_props_templateType = props === null || props === void 0 ? void 0 : props.templateType) !== null && _props_templateType !== void 0 ? _props_templateType : 'system';
110
+ })) !== null && _ref2 !== void 0 ? _ref2 : [];
111
+ _this.templateType = (_ref3 = props === null || props === void 0 ? void 0 : props.templateType) !== null && _ref3 !== void 0 ? _ref3 : 'system';
104
112
  return _this;
105
113
  }
106
114
  return ImportRecordListButtonProperty;
@@ -17,14 +17,14 @@
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
  "default": "default",
25
25
  "enumDescription": [
26
- "默认",
27
- "只读"
26
+ "只读",
27
+ "默认"
28
28
  ]
29
29
  },
30
30
  "content": {
@@ -129,13 +129,172 @@
129
129
  "description": "操作项",
130
130
  "default": "new OptObject({})"
131
131
  },
132
+ "actionObj": {
133
+ "type": "object",
134
+ "properties": {
135
+ "actionCode": {
136
+ "type": "string",
137
+ "description": "行动编码",
138
+ "default": ""
139
+ },
140
+ "actionType": {
141
+ "type": "string",
142
+ "description": "行动类型",
143
+ "default": ""
144
+ },
145
+ "bizAction": {
146
+ "type": "object",
147
+ "properties": {
148
+ "serviceName": {
149
+ "type": "object",
150
+ "properties": {
151
+ "actionCode": {
152
+ "type": "string",
153
+ "description": "业务行动编码",
154
+ "default": ""
155
+ },
156
+ "dataCode": {
157
+ "type": "string",
158
+ "description": "数据编码",
159
+ "default": ""
160
+ },
161
+ "name": {
162
+ "type": "string",
163
+ "description": "名称",
164
+ "default": ""
165
+ },
166
+ "appName": {
167
+ "type": "string",
168
+ "description": "应用名称",
169
+ "default": ""
170
+ },
171
+ "dataName": {
172
+ "type": "string",
173
+ "description": "数据名称",
174
+ "default": ""
175
+ },
176
+ "actionName": {
177
+ "type": "string",
178
+ "description": "业务行动名称",
179
+ "default": ""
180
+ },
181
+ "displayName": {
182
+ "type": "string",
183
+ "description": "展示名称",
184
+ "default": ""
185
+ },
186
+ "svcTypeEnum": {
187
+ "type": "string",
188
+ "description": "服务类型",
189
+ "default": ""
190
+ }
191
+ },
192
+ "description": "服务信息",
193
+ "default": "new BizActionServiceName()"
194
+ },
195
+ "inputParam": {
196
+ "type": "array",
197
+ "items": {
198
+ "type": "object",
199
+ "properties": {
200
+ "id": {
201
+ "type": "string",
202
+ "description": "参数ID",
203
+ "default": ""
204
+ },
205
+ "name": {
206
+ "type": "string",
207
+ "description": "参数名称",
208
+ "default": ""
209
+ },
210
+ "required": {
211
+ "type": "boolean",
212
+ "description": "是否必填",
213
+ "default": false
214
+ },
215
+ "paramType": {
216
+ "type": "string",
217
+ "description": "参数类型",
218
+ "default": ""
219
+ },
220
+ "rightVariableBo": {
221
+ "type": "object",
222
+ "properties": {
223
+ "type": {
224
+ "type": "string",
225
+ "enum": [
226
+ "form",
227
+ "system",
228
+ "custom",
229
+ "gv"
230
+ ],
231
+ "description": "变量类型",
232
+ "default": "custom",
233
+ "enumDescription": [
234
+ "form",
235
+ "system",
236
+ "custom",
237
+ "gv"
238
+ ]
239
+ },
240
+ "value": {
241
+ "type": "array",
242
+ "items": {
243
+ "type": [
244
+ "string",
245
+ "integer"
246
+ ]
247
+ },
248
+ "description": "变量值",
249
+ "default": []
250
+ },
251
+ "displayBos": {
252
+ "type": "array",
253
+ "items": {
254
+ "type": "object",
255
+ "additionalProperties": {}
256
+ },
257
+ "description": "展示对象",
258
+ "default": []
259
+ }
260
+ },
261
+ "description": "参数右值变量",
262
+ "default": "new BizActionRightVariable()"
263
+ }
264
+ }
265
+ },
266
+ "description": "入参列表",
267
+ "default": []
268
+ }
269
+ },
270
+ "description": "业务行动配置",
271
+ "default": "new BizActionObject()"
272
+ }
273
+ },
274
+ "description": "操作行动项",
275
+ "default": "new ActionObject({})"
276
+ },
277
+ "optButtonType": {
278
+ "type": "string",
279
+ "enum": [
280
+ "button",
281
+ "businessAction"
282
+ ],
283
+ "description": "操作项按钮类型;",
284
+ "default": "button",
285
+ "enumDescription": [
286
+ "按钮操作项",
287
+ "业务行动操作"
288
+ ]
289
+ },
132
290
  "canImportList": {
133
291
  "type": "array",
134
292
  "items": {
135
293
  "type": "object",
136
294
  "properties": {
137
295
  "dataCode": {
138
- "type": "string"
296
+ "type": "string",
297
+ "description": "可导入数据编码"
139
298
  }
140
299
  }
141
300
  },
@@ -1,7 +1,4 @@
1
- /**
2
- * name: rok_invoice_check_button
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,7 +70,10 @@ function _is_native_reflect_construct() {
73
70
  return !!result;
74
71
  })();
75
72
  }
76
- import { getLocaleText } from '@byteluck-fe/locale-message';
73
+ /**
74
+ * name: rok_invoice_check_button
75
+ * description: 发票验真按钮组件。用于识别并校验发票信息后回填表单字段。支持标题展示、气泡提示、验真开关和多字段填充配置,适合报销、财务审核和票据采集场景。
76
+ */ import { getLocaleText } from '@byteluck-fe/locale-message';
77
77
  import { ButtonProperty } from '../Button';
78
78
  import InvoiceCheckButtonControl from './designer';
79
79
  import { PropertyRules, MultistageFillingItem } from '@byteluck-fe/model-driven-core';
@@ -129,30 +129,50 @@ var InvoiceCheckButtonProperty = /*#__PURE__*/ function(ButtonProperty) {
129
129
  function InvoiceCheckButtonProperty(props) {
130
130
  _class_call_check(this, InvoiceCheckButtonProperty);
131
131
  var _this;
132
+ var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8;
132
133
  var _props_fillList;
133
134
  _this = _call_super(this, InvoiceCheckButtonProperty, [
134
135
  props
135
- ]), _define_property(_this, "caption", void 0), _define_property(_this, "isHideCaption", void 0), _define_property(_this, "isShowCaptionTip", void 0), _define_property(_this, "captionTip", void 0), _define_property(_this, "labelPosition", void 0), _define_property(_this, "invoiceCheck", void 0), _define_property(_this, "fillList", void 0);
136
- var _props_caption;
137
- _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : InvoiceCheckButtonControl.controlName;
138
- var _props_isHideCaption;
139
- _this.isHideCaption = (_props_isHideCaption = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _props_isHideCaption !== void 0 ? _props_isHideCaption : false;
140
- var _props_isShowCaptionTip;
141
- _this.isShowCaptionTip = (_props_isShowCaptionTip = props === null || props === void 0 ? void 0 : props.isShowCaptionTip) !== null && _props_isShowCaptionTip !== void 0 ? _props_isShowCaptionTip : false;
142
- var _props_captionTip;
143
- _this.captionTip = (_props_captionTip = props === null || props === void 0 ? void 0 : props.captionTip) !== null && _props_captionTip !== void 0 ? _props_captionTip : '';
144
- var _props_labelPosition;
145
- _this.labelPosition = (_props_labelPosition = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _props_labelPosition !== void 0 ? _props_labelPosition : 'top';
146
- var _props_content;
147
- _this.content = (_props_content = props === null || props === void 0 ? void 0 : props.content) !== null && _props_content !== void 0 ? _props_content : InvoiceCheckButtonControl.controlName;
148
- var _props_icon;
149
- _this.icon = (_props_icon = props === null || props === void 0 ? void 0 : props.icon) !== null && _props_icon !== void 0 ? _props_icon : InvoiceCheckButtonControl.controlIcon;
150
- var _props_invoiceCheck;
151
- _this.invoiceCheck = (_props_invoiceCheck = props === null || props === void 0 ? void 0 : props.invoiceCheck) !== null && _props_invoiceCheck !== void 0 ? _props_invoiceCheck : true;
152
- var _props_fillList_map;
153
- _this.fillList = (_props_fillList_map = props === null || props === void 0 ? void 0 : (_props_fillList = props.fillList) === null || _props_fillList === void 0 ? void 0 : _props_fillList.map(function(item) {
136
+ ]), /**
137
+ * 标题
138
+ * @defaultValue 控件名称
139
+ * @public
140
+ */ _define_property(_this, "caption", void 0), /**
141
+ * 隐藏标题
142
+ * @defaultValue false
143
+ * @public
144
+ */ _define_property(_this, "isHideCaption", void 0), /**
145
+ * 是否开启气泡提示
146
+ * @defaultValue false
147
+ * @public
148
+ */ _define_property(_this, "isShowCaptionTip", void 0), /**
149
+ * 气泡提示语
150
+ * @defaultValue ''
151
+ * @public
152
+ */ _define_property(_this, "captionTip", void 0), /**
153
+ * 标题布局;取值:top:上方;left:左侧;
154
+ * @defaultValue 'top'
155
+ * @public
156
+ */ _define_property(_this, "labelPosition", void 0), /**
157
+ * 发票验真
158
+ * @defaultValue true
159
+ * @public
160
+ */ _define_property(_this, "invoiceCheck", void 0), /**
161
+ * 填充配置
162
+ * @defaultValue []
163
+ * @public
164
+ */ _define_property(_this, "fillList", void 0);
165
+ _this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : InvoiceCheckButtonControl.controlName;
166
+ _this.isHideCaption = (_ref1 = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _ref1 !== void 0 ? _ref1 : false;
167
+ _this.isShowCaptionTip = (_ref2 = props === null || props === void 0 ? void 0 : props.isShowCaptionTip) !== null && _ref2 !== void 0 ? _ref2 : false;
168
+ _this.captionTip = (_ref3 = props === null || props === void 0 ? void 0 : props.captionTip) !== null && _ref3 !== void 0 ? _ref3 : '';
169
+ _this.labelPosition = (_ref4 = props === null || props === void 0 ? void 0 : props.labelPosition) !== null && _ref4 !== void 0 ? _ref4 : 'top';
170
+ _this.content = (_ref5 = props === null || props === void 0 ? void 0 : props.content) !== null && _ref5 !== void 0 ? _ref5 : InvoiceCheckButtonControl.controlName;
171
+ _this.icon = (_ref6 = props === null || props === void 0 ? void 0 : props.icon) !== null && _ref6 !== void 0 ? _ref6 : InvoiceCheckButtonControl.controlIcon;
172
+ _this.invoiceCheck = (_ref7 = props === null || props === void 0 ? void 0 : props.invoiceCheck) !== null && _ref7 !== void 0 ? _ref7 : true;
173
+ _this.fillList = (_ref8 = props === null || props === void 0 ? void 0 : (_props_fillList = props.fillList) === null || _props_fillList === void 0 ? void 0 : _props_fillList.map(function(item) {
154
174
  return new MultistageFillingItem(item);
155
- })) !== null && _props_fillList_map !== void 0 ? _props_fillList_map : [];
175
+ })) !== null && _ref8 !== void 0 ? _ref8 : [];
156
176
  return _this;
157
177
  }
158
178
  return InvoiceCheckButtonProperty;
@@ -17,14 +17,14 @@
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
  "default": "default",
25
25
  "enumDescription": [
26
- "默认",
27
- "只读"
26
+ "只读",
27
+ "默认"
28
28
  ]
29
29
  },
30
30
  "content": {
@@ -129,6 +129,164 @@
129
129
  "description": "操作项",
130
130
  "default": "new OptObject({})"
131
131
  },
132
+ "actionObj": {
133
+ "type": "object",
134
+ "properties": {
135
+ "actionCode": {
136
+ "type": "string",
137
+ "description": "行动编码",
138
+ "default": ""
139
+ },
140
+ "actionType": {
141
+ "type": "string",
142
+ "description": "行动类型",
143
+ "default": ""
144
+ },
145
+ "bizAction": {
146
+ "type": "object",
147
+ "properties": {
148
+ "serviceName": {
149
+ "type": "object",
150
+ "properties": {
151
+ "actionCode": {
152
+ "type": "string",
153
+ "description": "业务行动编码",
154
+ "default": ""
155
+ },
156
+ "dataCode": {
157
+ "type": "string",
158
+ "description": "数据编码",
159
+ "default": ""
160
+ },
161
+ "name": {
162
+ "type": "string",
163
+ "description": "名称",
164
+ "default": ""
165
+ },
166
+ "appName": {
167
+ "type": "string",
168
+ "description": "应用名称",
169
+ "default": ""
170
+ },
171
+ "dataName": {
172
+ "type": "string",
173
+ "description": "数据名称",
174
+ "default": ""
175
+ },
176
+ "actionName": {
177
+ "type": "string",
178
+ "description": "业务行动名称",
179
+ "default": ""
180
+ },
181
+ "displayName": {
182
+ "type": "string",
183
+ "description": "展示名称",
184
+ "default": ""
185
+ },
186
+ "svcTypeEnum": {
187
+ "type": "string",
188
+ "description": "服务类型",
189
+ "default": ""
190
+ }
191
+ },
192
+ "description": "服务信息",
193
+ "default": "new BizActionServiceName()"
194
+ },
195
+ "inputParam": {
196
+ "type": "array",
197
+ "items": {
198
+ "type": "object",
199
+ "properties": {
200
+ "id": {
201
+ "type": "string",
202
+ "description": "参数ID",
203
+ "default": ""
204
+ },
205
+ "name": {
206
+ "type": "string",
207
+ "description": "参数名称",
208
+ "default": ""
209
+ },
210
+ "required": {
211
+ "type": "boolean",
212
+ "description": "是否必填",
213
+ "default": false
214
+ },
215
+ "paramType": {
216
+ "type": "string",
217
+ "description": "参数类型",
218
+ "default": ""
219
+ },
220
+ "rightVariableBo": {
221
+ "type": "object",
222
+ "properties": {
223
+ "type": {
224
+ "type": "string",
225
+ "enum": [
226
+ "form",
227
+ "system",
228
+ "custom",
229
+ "gv"
230
+ ],
231
+ "description": "变量类型",
232
+ "default": "custom",
233
+ "enumDescription": [
234
+ "form",
235
+ "system",
236
+ "custom",
237
+ "gv"
238
+ ]
239
+ },
240
+ "value": {
241
+ "type": "array",
242
+ "items": {
243
+ "type": [
244
+ "string",
245
+ "integer"
246
+ ]
247
+ },
248
+ "description": "变量值",
249
+ "default": []
250
+ },
251
+ "displayBos": {
252
+ "type": "array",
253
+ "items": {
254
+ "type": "object",
255
+ "additionalProperties": {}
256
+ },
257
+ "description": "展示对象",
258
+ "default": []
259
+ }
260
+ },
261
+ "description": "参数右值变量",
262
+ "default": "new BizActionRightVariable()"
263
+ }
264
+ }
265
+ },
266
+ "description": "入参列表",
267
+ "default": []
268
+ }
269
+ },
270
+ "description": "业务行动配置",
271
+ "default": "new BizActionObject()"
272
+ }
273
+ },
274
+ "description": "操作行动项",
275
+ "default": "new ActionObject({})"
276
+ },
277
+ "optButtonType": {
278
+ "type": "string",
279
+ "enum": [
280
+ "button",
281
+ "businessAction"
282
+ ],
283
+ "description": "操作项按钮类型;",
284
+ "default": "button",
285
+ "enumDescription": [
286
+ "按钮操作项",
287
+ "业务行动操作"
288
+ ]
289
+ },
132
290
  "isHideCaption": {
133
291
  "type": "boolean",
134
292
  "description": "隐藏标题",