@byteluck-fe/model-driven-controls 7.0.0-beta.5 → 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 (337) hide show
  1. package/dist/esm/baseControls/BarChart/designer.js +11 -11
  2. package/dist/esm/baseControls/BarChart/property.js +123 -2
  3. package/dist/esm/baseControls/BarChart/schema.json +1650 -0
  4. package/dist/esm/baseControls/BatchDeleteButton/property.js +34 -2
  5. package/dist/esm/baseControls/BatchDeleteButton/schema.json +4 -4
  6. package/dist/esm/baseControls/BatchPrintListButton/property.js +9 -1
  7. package/dist/esm/baseControls/BatchPrintListButton/schema.json +162 -4
  8. package/dist/esm/baseControls/BatchPrintRecordListButton/schema.json +162 -4
  9. package/dist/esm/baseControls/BatchSubmissionListButton/property.js +17 -1
  10. package/dist/esm/baseControls/BatchSubmissionListButton/schema.json +162 -4
  11. package/dist/esm/baseControls/Button/property.js +5 -1
  12. package/dist/esm/baseControls/Button/schema.json +149 -26
  13. package/dist/esm/baseControls/Comment/property.js +9 -1
  14. package/dist/esm/baseControls/Comment/schema.json +4 -4
  15. package/dist/esm/baseControls/CreateFormListButton/property.js +9 -1
  16. package/dist/esm/baseControls/CreateFormListButton/schema.json +162 -4
  17. package/dist/esm/baseControls/Dashboard/property.js +33 -1
  18. package/dist/esm/baseControls/Dashboard/schema.json +4 -4
  19. package/dist/esm/baseControls/Divider/property.js +37 -1
  20. package/dist/esm/baseControls/Divider/schema.json +7 -8
  21. package/dist/esm/baseControls/ExportListButton/property.js +9 -1
  22. package/dist/esm/baseControls/ExportListButton/schema.json +162 -4
  23. package/dist/esm/baseControls/ExportRecordListButton/schema.json +162 -4
  24. package/dist/esm/baseControls/FormSelectButton/property.js +17 -1
  25. package/dist/esm/baseControls/FormSelectButton/schema.json +162 -4
  26. package/dist/esm/baseControls/Iframe/designer.js +4 -4
  27. package/dist/esm/baseControls/Iframe/property.js +17 -4
  28. package/dist/esm/baseControls/Iframe/schema.json +4 -4
  29. package/dist/esm/baseControls/ImportRecordListButton/property.js +13 -2
  30. package/dist/esm/baseControls/ImportRecordListButton/schema.json +164 -5
  31. package/dist/esm/baseControls/InvoiceCheckButton/property.js +29 -1
  32. package/dist/esm/baseControls/InvoiceCheckButton/schema.json +162 -4
  33. package/dist/esm/baseControls/LineChart/designer.js +7 -7
  34. package/dist/esm/baseControls/LineChart/property.js +123 -2
  35. package/dist/esm/baseControls/LineChart/schema.json +1650 -0
  36. package/dist/esm/baseControls/Link/property.js +26 -2
  37. package/dist/esm/baseControls/Link/schema.json +6 -29
  38. package/dist/esm/baseControls/ListSelectButton/property.js +29 -1
  39. package/dist/esm/baseControls/ListSelectButton/schema.json +162 -4
  40. package/dist/esm/baseControls/ListViewSelect/property.js +9 -1
  41. package/dist/esm/baseControls/ListViewSelect/schema.json +4 -4
  42. package/dist/esm/baseControls/OperationButton/property.js +57 -1
  43. package/dist/esm/baseControls/OperationButton/schema.json +4 -4
  44. package/dist/esm/baseControls/Pagination/schema.json +4 -4
  45. package/dist/esm/baseControls/PieChart/designer.js +10 -10
  46. package/dist/esm/baseControls/PieChart/property.js +126 -2
  47. package/dist/esm/baseControls/PieChart/schema.json +1642 -0
  48. package/dist/esm/baseControls/ReferenceList/property.js +21 -1
  49. package/dist/esm/baseControls/ReferenceList/schema.json +4 -4
  50. package/dist/esm/baseControls/SubmissionRecordListButton/schema.json +162 -4
  51. package/dist/esm/baseControls/Text/designer.js +1 -1
  52. package/dist/esm/baseControls/Text/property.js +50 -2
  53. package/dist/esm/baseControls/Text/schema.json +5 -6
  54. package/dist/esm/baseControls/TextOcrButton/property.js +29 -1
  55. package/dist/esm/baseControls/TextOcrButton/schema.json +162 -4
  56. package/dist/esm/baseControls/Title/property.js +17 -1
  57. package/dist/esm/baseControls/Title/schema.json +4 -4
  58. package/dist/esm/columnControls/ApprovalStatusColumn/property.js +13 -1
  59. package/dist/esm/columnControls/ApprovalStatusColumn/schema.json +6 -6
  60. package/dist/esm/columnControls/ArrayColumn/property.js +21 -1
  61. package/dist/esm/columnControls/ArrayColumn/schema.json +10 -10
  62. package/dist/esm/columnControls/AutoNumberColumn/property.js +9 -1
  63. package/dist/esm/columnControls/AutoNumberColumn/schema.json +6 -6
  64. package/dist/esm/columnControls/CustomColumn/property.js +9 -1
  65. package/dist/esm/columnControls/CustomColumn/schema.json +6 -6
  66. package/dist/esm/columnControls/DecimalColumn/property.js +33 -1
  67. package/dist/esm/columnControls/DecimalColumn/schema.json +10 -10
  68. package/dist/esm/columnControls/DepartmentColumn/property.js +5 -1
  69. package/dist/esm/columnControls/DepartmentColumn/schema.json +6 -6
  70. package/dist/esm/columnControls/EmployeeColumn/property.js +5 -1
  71. package/dist/esm/columnControls/EmployeeColumn/schema.json +6 -6
  72. package/dist/esm/columnControls/FileColumn/property.js +5 -1
  73. package/dist/esm/columnControls/FileColumn/schema.json +6 -6
  74. package/dist/esm/columnControls/GroupColumn/schema.json +6 -6
  75. package/dist/esm/columnControls/ImageColumn/schema.json +6 -6
  76. package/dist/esm/columnControls/LocationColumn/property.js +9 -1
  77. package/dist/esm/columnControls/LocationColumn/schema.json +6 -6
  78. package/dist/esm/columnControls/OperationColumn/property.js +9 -1
  79. package/dist/esm/columnControls/OperationColumn/schema.json +6 -6
  80. package/dist/esm/columnControls/OrderColumn/schema.json +6 -6
  81. package/dist/esm/columnControls/PeopleColumn/schema.json +6 -6
  82. package/dist/esm/columnControls/TextColumn/property.js +17 -1
  83. package/dist/esm/columnControls/TextColumn/schema.json +6 -6
  84. package/dist/esm/columnControls/TimescopeColumn/property.js +17 -1
  85. package/dist/esm/columnControls/TimescopeColumn/schema.json +6 -6
  86. package/dist/esm/columnControls/TimestampColumn/property.js +17 -1
  87. package/dist/esm/columnControls/TimestampColumn/schema.json +6 -6
  88. package/dist/esm/columnControls/VarcharColumn/property.js +29 -1
  89. package/dist/esm/columnControls/VarcharColumn/schema.json +10 -10
  90. package/dist/esm/formControls/Address/property.js +17 -1
  91. package/dist/esm/formControls/Address/schema.json +28 -5
  92. package/dist/esm/formControls/Amount/property.js +49 -1
  93. package/dist/esm/formControls/Amount/schema.json +31 -8
  94. package/dist/esm/formControls/Attachment/designer.js +1 -4
  95. package/dist/esm/formControls/Attachment/property.js +61 -1
  96. package/dist/esm/formControls/Attachment/schema.json +27 -4
  97. package/dist/esm/formControls/AutoNumber/property.js +5 -1
  98. package/dist/esm/formControls/AutoNumber/schema.json +27 -4
  99. package/dist/esm/formControls/Barcode/designer.js +41 -21
  100. package/dist/esm/formControls/Barcode/property.js +37 -9
  101. package/dist/esm/formControls/Barcode/schema.json +54 -29
  102. package/dist/esm/formControls/Calc/property.js +37 -1
  103. package/dist/esm/formControls/Calc/schema.json +27 -4
  104. package/dist/esm/formControls/Cascader/property.js +53 -1
  105. package/dist/esm/formControls/Cascader/schema.json +31 -8
  106. package/dist/esm/formControls/Checkbox/property.js +57 -1
  107. package/dist/esm/formControls/Checkbox/schema.json +31 -21
  108. package/dist/esm/formControls/Counter/property.js +29 -1
  109. package/dist/esm/formControls/Counter/schema.json +111 -31
  110. package/dist/esm/formControls/DatePicker/property.js +46 -2
  111. package/dist/esm/formControls/DatePicker/schema.json +27 -4
  112. package/dist/esm/formControls/DateRange/property.js +49 -1
  113. package/dist/esm/formControls/DateRange/schema.json +27 -4
  114. package/dist/esm/formControls/Department/property.js +41 -1
  115. package/dist/esm/formControls/Department/schema.json +27 -4
  116. package/dist/esm/formControls/Department2/property.js +61 -1
  117. package/dist/esm/formControls/Department2/schema.json +27 -17
  118. package/dist/esm/formControls/ElectronicSignature/property.js +33 -1
  119. package/dist/esm/formControls/ElectronicSignature/schema.json +27 -4
  120. package/dist/esm/formControls/Employee/property.js +33 -1
  121. package/dist/esm/formControls/Employee/schema.json +27 -4
  122. package/dist/esm/formControls/Employee2/property.js +61 -1
  123. package/dist/esm/formControls/Employee2/schema.json +27 -17
  124. package/dist/esm/formControls/Image/property.js +17 -1
  125. package/dist/esm/formControls/Image/schema.json +29 -14
  126. package/dist/esm/formControls/Input/schema.json +27 -4
  127. package/dist/esm/formControls/Number/property.js +61 -1
  128. package/dist/esm/formControls/Number/schema.json +27 -4
  129. package/dist/esm/formControls/OrganizationSelection/property.js +77 -1
  130. package/dist/esm/formControls/OrganizationSelection/schema.json +27 -4
  131. package/dist/esm/formControls/QrCode/designer.js +47 -27
  132. package/dist/esm/formControls/QrCode/property.js +37 -6
  133. package/dist/esm/formControls/QrCode/schema.json +89 -55
  134. package/dist/esm/formControls/Radio/property.js +61 -1
  135. package/dist/esm/formControls/Radio/schema.json +31 -8
  136. package/dist/esm/formControls/RichText/designer.js +1 -1
  137. package/dist/esm/formControls/RichText/property.js +38 -2
  138. package/dist/esm/formControls/RichText/schema.json +28 -13
  139. package/dist/esm/formControls/Score/property.js +32 -2
  140. package/dist/esm/formControls/Score/schema.json +27 -9
  141. package/dist/esm/formControls/SearchDateRange/property.js +45 -1
  142. package/dist/esm/formControls/SearchDateRange/schema.json +27 -4
  143. package/dist/esm/formControls/SearchInput/schema.json +27 -4
  144. package/dist/esm/formControls/SearchNumberRange/property.js +21 -1
  145. package/dist/esm/formControls/SearchNumberRange/schema.json +27 -4
  146. package/dist/esm/formControls/Select/property.js +53 -1
  147. package/dist/esm/formControls/Select/schema.json +31 -13
  148. package/dist/esm/formControls/SelectMultiple/property.js +49 -1
  149. package/dist/esm/formControls/SelectMultiple/schema.json +31 -13
  150. package/dist/esm/formControls/SelectRelation/property.js +65 -1
  151. package/dist/esm/formControls/SelectRelation/schema.json +31 -8
  152. package/dist/esm/formControls/Slider/designer.js +2 -1
  153. package/dist/esm/formControls/Slider/property.js +38 -9
  154. package/dist/esm/formControls/Slider/schema.json +58 -6
  155. package/dist/esm/formControls/Switch/designer.js +15 -14
  156. package/dist/esm/formControls/Switch/property.js +37 -4
  157. package/dist/esm/formControls/Switch/schema.json +27 -4
  158. package/dist/esm/formControls/Tag/designer.js +14 -13
  159. package/dist/esm/formControls/Tag/property.js +41 -1
  160. package/dist/esm/formControls/Tag/schema.json +63 -52
  161. package/dist/esm/formControls/Textarea/property.js +37 -1
  162. package/dist/esm/formControls/Textarea/schema.json +27 -4
  163. package/dist/esm/formControls/TimePicker/property.js +21 -1
  164. package/dist/esm/formControls/TimePicker/schema.json +27 -4
  165. package/dist/esm/formControls/TimeRange/property.js +41 -1
  166. package/dist/esm/formControls/TimeRange/schema.json +29 -6
  167. package/dist/esm/formControls/Tree/property.js +77 -1
  168. package/dist/esm/formControls/Tree/schema.json +27 -4
  169. package/dist/esm/formControls/VueFormItem/property.js +17 -1
  170. package/dist/esm/formControls/VueFormItem/schema.json +27 -4
  171. package/dist/esm/formControls/VuePage/property.js +17 -1
  172. package/dist/esm/formControls/VuePage/schema.json +27 -4
  173. package/dist/esm/formControls/WPS/property.js +49 -1
  174. package/dist/esm/formControls/WPS/schema.json +27 -4
  175. package/dist/esm/layoutControls/ActionBar/property.js +13 -1
  176. package/dist/esm/layoutControls/ActionBar/schema.json +4 -4
  177. package/dist/esm/layoutControls/AdvancedContainer/property.js +9 -1
  178. package/dist/esm/layoutControls/AdvancedContainer/schema.json +4 -4
  179. package/dist/esm/layoutControls/BlankContainer/designer.js +8 -7
  180. package/dist/esm/layoutControls/BlankContainer/property.js +44 -7
  181. package/dist/esm/layoutControls/BlankContainer/schema.json +10 -5
  182. package/dist/esm/layoutControls/CardGroup/property.js +41 -1
  183. package/dist/esm/layoutControls/CardGroup/schema.json +6 -6
  184. package/dist/esm/layoutControls/Col/property.js +13 -1
  185. package/dist/esm/layoutControls/Col/schema.json +4 -4
  186. package/dist/esm/layoutControls/Collapse/property.js +13 -1
  187. package/dist/esm/layoutControls/Collapse/schema.json +4 -9
  188. package/dist/esm/layoutControls/CollapsePane/property.js +5 -1
  189. package/dist/esm/layoutControls/CollapsePane/schema.json +5 -5
  190. package/dist/esm/layoutControls/DataView/property.js +21 -1
  191. package/dist/esm/layoutControls/DataView/schema.json +4 -4
  192. package/dist/esm/layoutControls/Grid/schema.json +4 -4
  193. package/dist/esm/layoutControls/GridLayoutContainer/property.js +9 -1
  194. package/dist/esm/layoutControls/GridLayoutContainer/schema.json +4 -4
  195. package/dist/esm/layoutControls/GridRow/schema.json +4 -4
  196. package/dist/esm/layoutControls/GridTableColumn/property.js +49 -1
  197. package/dist/esm/layoutControls/GridTableColumn/schema.json +4 -4
  198. package/dist/esm/layoutControls/ListView/property.js +85 -1
  199. package/dist/esm/layoutControls/ListView/schema.json +4 -4
  200. package/dist/esm/layoutControls/Page/property.js +21 -1
  201. package/dist/esm/layoutControls/Page/schema.json +4 -4
  202. package/dist/esm/layoutControls/Position/property.js +17 -1
  203. package/dist/esm/layoutControls/Position/schema.json +4 -4
  204. package/dist/esm/layoutControls/PositioningContainer/schema.json +4 -4
  205. package/dist/esm/layoutControls/Row/property.js +29 -1
  206. package/dist/esm/layoutControls/Row/schema.json +4 -4
  207. package/dist/esm/layoutControls/Step/property.js +49 -1
  208. package/dist/esm/layoutControls/Step/schema.json +8 -8
  209. package/dist/esm/layoutControls/StepPane/property.js +33 -1
  210. package/dist/esm/layoutControls/StepPane/schema.json +4 -4
  211. package/dist/esm/layoutControls/SubTableColumn/property.js +25 -1
  212. package/dist/esm/layoutControls/SubTableColumn/schema.json +4 -4
  213. package/dist/esm/layoutControls/SubTableRow/schema.json +4 -4
  214. package/dist/esm/layoutControls/Tab/property.js +21 -1
  215. package/dist/esm/layoutControls/Tab/schema.json +4 -4
  216. package/dist/esm/layoutControls/TabPane/property.js +5 -1
  217. package/dist/esm/layoutControls/TabPane/schema.json +4 -4
  218. package/dist/esm/layoutControls/TableLayout/property.js +61 -1
  219. package/dist/esm/layoutControls/TableLayout/schema.json +6 -6
  220. package/dist/esm/layoutControls/TableLayoutCol/property.js +41 -1
  221. package/dist/esm/layoutControls/TableLayoutCol/schema.json +4 -4
  222. package/dist/esm/layoutControls/TableLayoutRow/property.js +9 -1
  223. package/dist/esm/layoutControls/TableLayoutRow/schema.json +4 -4
  224. package/dist/esm/layoutControls/TableLayoutWrapper/property.js +13 -1
  225. package/dist/esm/layoutControls/TableLayoutWrapper/schema.json +4 -4
  226. package/dist/esm/layoutControls/Toolbox/schema.json +4 -4
  227. package/dist/esm/listControls/GridTable/schema.json +4 -4
  228. package/dist/esm/listControls/SubTable/property.js +145 -1
  229. package/dist/esm/listControls/SubTable/schema.json +4 -4
  230. package/dist/esm/searchControls/SimpleSearch/property.js +49 -1
  231. package/dist/esm/searchControls/SimpleSearch/schema.json +4 -4
  232. package/dist/esm/wrapControls/GridLayoutWrap/property.js +5 -1
  233. package/dist/esm/wrapControls/GridLayoutWrap/schema.json +4 -4
  234. package/dist/index.umd.js +1 -1
  235. package/dist/types/baseControls/BarChart/property.d.ts +105 -0
  236. package/dist/types/baseControls/BatchDeleteButton/property.d.ts +40 -0
  237. package/dist/types/baseControls/BatchPrintListButton/property.d.ts +10 -0
  238. package/dist/types/baseControls/BatchSubmissionListButton/property.d.ts +20 -0
  239. package/dist/types/baseControls/Button/property.d.ts +5 -0
  240. package/dist/types/baseControls/Comment/property.d.ts +10 -0
  241. package/dist/types/baseControls/CreateFormListButton/property.d.ts +10 -0
  242. package/dist/types/baseControls/Dashboard/property.d.ts +40 -0
  243. package/dist/types/baseControls/Divider/property.d.ts +45 -0
  244. package/dist/types/baseControls/ExportListButton/property.d.ts +10 -0
  245. package/dist/types/baseControls/FormSelectButton/property.d.ts +20 -0
  246. package/dist/types/baseControls/Iframe/property.d.ts +15 -0
  247. package/dist/types/baseControls/ImportRecordListButton/property.d.ts +14 -0
  248. package/dist/types/baseControls/InvoiceCheckButton/property.d.ts +35 -0
  249. package/dist/types/baseControls/LineChart/property.d.ts +105 -0
  250. package/dist/types/baseControls/Link/property.d.ts +30 -0
  251. package/dist/types/baseControls/ListSelectButton/property.d.ts +35 -0
  252. package/dist/types/baseControls/ListViewSelect/property.d.ts +10 -0
  253. package/dist/types/baseControls/OperationButton/property.d.ts +70 -0
  254. package/dist/types/baseControls/PieChart/property.d.ts +95 -0
  255. package/dist/types/baseControls/ReferenceList/property.d.ts +25 -0
  256. package/dist/types/baseControls/Text/property.d.ts +60 -0
  257. package/dist/types/baseControls/TextOcrButton/property.d.ts +35 -0
  258. package/dist/types/baseControls/Title/property.d.ts +20 -0
  259. package/dist/types/columnControls/ApprovalStatusColumn/property.d.ts +15 -0
  260. package/dist/types/columnControls/ArrayColumn/property.d.ts +25 -0
  261. package/dist/types/columnControls/AutoNumberColumn/property.d.ts +10 -0
  262. package/dist/types/columnControls/CustomColumn/property.d.ts +10 -0
  263. package/dist/types/columnControls/DecimalColumn/property.d.ts +40 -0
  264. package/dist/types/columnControls/DepartmentColumn/property.d.ts +5 -0
  265. package/dist/types/columnControls/EmployeeColumn/property.d.ts +5 -0
  266. package/dist/types/columnControls/FileColumn/property.d.ts +5 -0
  267. package/dist/types/columnControls/LocationColumn/property.d.ts +10 -0
  268. package/dist/types/columnControls/OperationColumn/property.d.ts +10 -0
  269. package/dist/types/columnControls/TextColumn/property.d.ts +20 -0
  270. package/dist/types/columnControls/TimescopeColumn/property.d.ts +20 -0
  271. package/dist/types/columnControls/TimestampColumn/property.d.ts +20 -0
  272. package/dist/types/columnControls/VarcharColumn/property.d.ts +35 -0
  273. package/dist/types/formControls/Address/property.d.ts +20 -0
  274. package/dist/types/formControls/Amount/property.d.ts +60 -0
  275. package/dist/types/formControls/Attachment/property.d.ts +75 -0
  276. package/dist/types/formControls/AutoNumber/property.d.ts +5 -0
  277. package/dist/types/formControls/Barcode/property.d.ts +40 -10
  278. package/dist/types/formControls/Calc/property.d.ts +45 -0
  279. package/dist/types/formControls/Cascader/property.d.ts +65 -0
  280. package/dist/types/formControls/Checkbox/property.d.ts +70 -0
  281. package/dist/types/formControls/Counter/property.d.ts +35 -0
  282. package/dist/types/formControls/DatePicker/property.d.ts +55 -0
  283. package/dist/types/formControls/DateRange/property.d.ts +60 -0
  284. package/dist/types/formControls/Department/property.d.ts +50 -0
  285. package/dist/types/formControls/Department2/property.d.ts +75 -0
  286. package/dist/types/formControls/ElectronicSignature/property.d.ts +40 -0
  287. package/dist/types/formControls/Employee/property.d.ts +40 -0
  288. package/dist/types/formControls/Employee2/property.d.ts +75 -0
  289. package/dist/types/formControls/Image/property.d.ts +20 -0
  290. package/dist/types/formControls/Number/property.d.ts +75 -0
  291. package/dist/types/formControls/OrganizationSelection/property.d.ts +95 -0
  292. package/dist/types/formControls/QrCode/property.d.ts +45 -10
  293. package/dist/types/formControls/Radio/property.d.ts +75 -0
  294. package/dist/types/formControls/RichText/property.d.ts +45 -0
  295. package/dist/types/formControls/Score/property.d.ts +37 -0
  296. package/dist/types/formControls/SearchDateRange/property.d.ts +55 -0
  297. package/dist/types/formControls/SearchNumberRange/property.d.ts +25 -0
  298. package/dist/types/formControls/Select/property.d.ts +65 -0
  299. package/dist/types/formControls/SelectMultiple/property.d.ts +60 -0
  300. package/dist/types/formControls/SelectRelation/property.d.ts +80 -0
  301. package/dist/types/formControls/Slider/property.d.ts +35 -4
  302. package/dist/types/formControls/Switch/property.d.ts +40 -0
  303. package/dist/types/formControls/Tag/property.d.ts +50 -0
  304. package/dist/types/formControls/Textarea/property.d.ts +45 -0
  305. package/dist/types/formControls/TimePicker/property.d.ts +25 -0
  306. package/dist/types/formControls/TimeRange/property.d.ts +50 -0
  307. package/dist/types/formControls/Tree/property.d.ts +95 -0
  308. package/dist/types/formControls/VueFormItem/property.d.ts +20 -0
  309. package/dist/types/formControls/VuePage/property.d.ts +20 -0
  310. package/dist/types/formControls/WPS/property.d.ts +60 -0
  311. package/dist/types/layoutControls/ActionBar/property.d.ts +15 -0
  312. package/dist/types/layoutControls/AdvancedContainer/property.d.ts +10 -0
  313. package/dist/types/layoutControls/BlankContainer/property.d.ts +46 -5
  314. package/dist/types/layoutControls/CardGroup/property.d.ts +50 -0
  315. package/dist/types/layoutControls/Col/property.d.ts +15 -0
  316. package/dist/types/layoutControls/Collapse/property.d.ts +15 -0
  317. package/dist/types/layoutControls/CollapsePane/property.d.ts +5 -0
  318. package/dist/types/layoutControls/DataView/property.d.ts +25 -0
  319. package/dist/types/layoutControls/GridLayoutContainer/property.d.ts +10 -0
  320. package/dist/types/layoutControls/GridTableColumn/property.d.ts +60 -0
  321. package/dist/types/layoutControls/ListView/property.d.ts +105 -0
  322. package/dist/types/layoutControls/Page/property.d.ts +25 -0
  323. package/dist/types/layoutControls/Position/property.d.ts +20 -0
  324. package/dist/types/layoutControls/Row/property.d.ts +35 -0
  325. package/dist/types/layoutControls/Step/property.d.ts +60 -0
  326. package/dist/types/layoutControls/StepPane/property.d.ts +40 -0
  327. package/dist/types/layoutControls/SubTableColumn/property.d.ts +30 -0
  328. package/dist/types/layoutControls/Tab/property.d.ts +25 -0
  329. package/dist/types/layoutControls/TabPane/property.d.ts +5 -0
  330. package/dist/types/layoutControls/TableLayout/property.d.ts +75 -0
  331. package/dist/types/layoutControls/TableLayoutCol/property.d.ts +50 -0
  332. package/dist/types/layoutControls/TableLayoutRow/property.d.ts +10 -0
  333. package/dist/types/layoutControls/TableLayoutWrapper/property.d.ts +15 -0
  334. package/dist/types/listControls/SubTable/property.d.ts +180 -0
  335. package/dist/types/searchControls/SimpleSearch/property.d.ts +60 -0
  336. package/dist/types/wrapControls/GridLayoutWrap/property.d.ts +5 -0
  337. package/package.json +4 -4
@@ -9,6 +9,14 @@
9
9
  "description": "是否隐藏",
10
10
  "default": false
11
11
  },
12
+ "className": {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string"
16
+ },
17
+ "description": "样式类",
18
+ "default": []
19
+ },
12
20
  "caption": {
13
21
  "type": "string",
14
22
  "description": "标题",
@@ -17,14 +25,14 @@
17
25
  "defaultState": {
18
26
  "type": "string",
19
27
  "enum": [
20
- "default",
21
- "readonly"
28
+ "readonly",
29
+ "default"
22
30
  ],
23
31
  "description": "默认状态",
24
32
  "default": "default",
25
33
  "enumDescription": [
26
- "default",
27
- "readonly"
34
+ "readonly",
35
+ "default"
28
36
  ]
29
37
  },
30
38
  "captionSize": {
@@ -42,6 +50,21 @@
42
50
  "description": "标题斜体",
43
51
  "default": false
44
52
  },
53
+ "captionFontWeight": {
54
+ "type": "string",
55
+ "enum": [
56
+ "normal",
57
+ "bold",
58
+ "lighter"
59
+ ],
60
+ "description": "标题字重;",
61
+ "default": "normal",
62
+ "enumDescription": [
63
+ "常规",
64
+ "粗体",
65
+ "更细"
66
+ ]
67
+ },
45
68
  "isHideCaption": {
46
69
  "type": "boolean",
47
70
  "description": "隐藏标题",
@@ -101,7 +101,47 @@ var DepartmentProperty = /*#__PURE__*/ function(BaseControlProperty) {
101
101
  var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10;
102
102
  _this = _call_super(this, DepartmentProperty, [
103
103
  props
104
- ]), _define_property(_this, "showType", void 0), _define_property(_this, "range", void 0), _define_property(_this, "defaultValueType", void 0), _define_property(_this, "multiple", void 0), _define_property(_this, "rangeOptions", void 0), _define_property(_this, "defaultValue", void 0), _define_property(_this, "displayLevel", void 0), _define_property(_this, "showSubDept", void 0), _define_property(_this, "multistageFilling", void 0), _define_property(_this, "openMultistageFilling", void 0);
104
+ ]), /**
105
+ * 展示类型;取值:default:默认;tree:树状;
106
+ * @defaultValue 'default'
107
+ * @public
108
+ */ _define_property(_this, "showType", void 0), /**
109
+ * 部门范围;取值:all:全部;assign:指定;
110
+ * @defaultValue 'all'
111
+ * @public
112
+ */ _define_property(_this, "range", void 0), /**
113
+ * 默认值类型:无 / 表单发起人部门 / 指定部门;取值:current:表单发起人部门;assigned:指定部门;none:无;
114
+ * @defaultValue 'none'
115
+ * @public
116
+ */ _define_property(_this, "defaultValueType", void 0), /**
117
+ * 部门多选
118
+ * @defaultValue false
119
+ * @public
120
+ */ _define_property(_this, "multiple", void 0), /**
121
+ * 指定部门范围
122
+ * @defaultValue []
123
+ * @public
124
+ */ _define_property(_this, "rangeOptions", void 0), /**
125
+ * 默认值
126
+ * @defaultValue []
127
+ * @public
128
+ */ _define_property(_this, "defaultValue", void 0), /**
129
+ * 部门显示层级
130
+ * @defaultValue 1
131
+ * @public
132
+ */ _define_property(_this, "displayLevel", void 0), /**
133
+ * 是否展示子部门
134
+ * @defaultValue true
135
+ * @public
136
+ */ _define_property(_this, "showSubDept", void 0), /**
137
+ * 多级填充
138
+ * @defaultValue []
139
+ * @public
140
+ */ _define_property(_this, "multistageFilling", void 0), /**
141
+ * 是否开启填充
142
+ * @defaultValue false
143
+ * @public
144
+ */ _define_property(_this, "openMultistageFilling", void 0);
105
145
  _this.showType = (_ref = props === null || props === void 0 ? void 0 : props.showType) !== null && _ref !== void 0 ? _ref : 'default';
106
146
  _this.multiple = (_ref1 = props === null || props === void 0 ? void 0 : props.multiple) !== null && _ref1 !== void 0 ? _ref1 : false;
107
147
  _this.range = (_ref2 = props === null || props === void 0 ? void 0 : props.range) !== null && _ref2 !== void 0 ? _ref2 : 'all';
@@ -9,6 +9,14 @@
9
9
  "description": "是否隐藏",
10
10
  "default": false
11
11
  },
12
+ "className": {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string"
16
+ },
17
+ "description": "样式类",
18
+ "default": []
19
+ },
12
20
  "caption": {
13
21
  "type": "string",
14
22
  "description": "标题",
@@ -17,14 +25,14 @@
17
25
  "defaultState": {
18
26
  "type": "string",
19
27
  "enum": [
20
- "default",
21
- "readonly"
28
+ "readonly",
29
+ "default"
22
30
  ],
23
31
  "description": "默认状态",
24
32
  "default": "default",
25
33
  "enumDescription": [
26
- "default",
27
- "readonly"
34
+ "readonly",
35
+ "default"
28
36
  ]
29
37
  },
30
38
  "captionSize": {
@@ -42,6 +50,21 @@
42
50
  "description": "标题斜体",
43
51
  "default": false
44
52
  },
53
+ "captionFontWeight": {
54
+ "type": "string",
55
+ "enum": [
56
+ "normal",
57
+ "bold",
58
+ "lighter"
59
+ ],
60
+ "description": "标题字重;",
61
+ "default": "normal",
62
+ "enumDescription": [
63
+ "常规",
64
+ "粗体",
65
+ "更细"
66
+ ]
67
+ },
45
68
  "isHideCaption": {
46
69
  "type": "boolean",
47
70
  "description": "隐藏标题",
@@ -131,7 +131,67 @@ var Department2Property = /*#__PURE__*/ function(BaseControlProperty) {
131
131
  var _props_disabledSelectedFilters;
132
132
  _this = _call_super(this, Department2Property, [
133
133
  props
134
- ]), _define_property(_this, "showType", void 0), _define_property(_this, "range", void 0), _define_property(_this, "defaultValueType", void 0), _define_property(_this, "multiple", void 0), _define_property(_this, "rangeOptions", void 0), _define_property(_this, "defaultValue", void 0), _define_property(_this, "displayLevel", void 0), _define_property(_this, "showSubDept", void 0), _define_property(_this, "multistageFilling", void 0), _define_property(_this, "datasourceBind", void 0), _define_property(_this, "datasourceType", void 0), _define_property(_this, "businessType", void 0), _define_property(_this, "businessScope", void 0), _define_property(_this, "openMultistageFilling", void 0), _define_property(_this, "defaultShowOptions", void 0), /**
134
+ ]), /**
135
+ * 展示类型;取值:default:默认;tree:树状;
136
+ * @defaultValue 'default'
137
+ * @public
138
+ */ _define_property(_this, "showType", void 0), /**
139
+ * 部门范围;取值:all:全部;assign:指定;
140
+ * @defaultValue 'all'
141
+ * @public
142
+ */ _define_property(_this, "range", void 0), /**
143
+ * 默认值类型:无 / 表单发起人部门 / 指定部门;取值:current:表单发起人部门;assigned:指定部门;none:无;
144
+ * @defaultValue 'none'
145
+ * @public
146
+ */ _define_property(_this, "defaultValueType", void 0), /**
147
+ * 部门多选
148
+ * @defaultValue false
149
+ * @public
150
+ */ _define_property(_this, "multiple", void 0), /**
151
+ * 指定部门范围
152
+ * @defaultValue []
153
+ * @public
154
+ */ _define_property(_this, "rangeOptions", void 0), /**
155
+ * 默认值
156
+ * @defaultValue []
157
+ * @public
158
+ */ _define_property(_this, "defaultValue", void 0), /**
159
+ * 部门显示层级
160
+ * @defaultValue 1
161
+ * @public
162
+ */ _define_property(_this, "displayLevel", void 0), /**
163
+ * 是否展示子部门
164
+ * @defaultValue true
165
+ * @public
166
+ */ _define_property(_this, "showSubDept", void 0), /**
167
+ * 多级填充
168
+ * @defaultValue []
169
+ * @public
170
+ */ _define_property(_this, "multistageFilling", void 0), /**
171
+ * 数据设置
172
+ * @defaultValue new SuperDataSourceBind({ attributes: Department2Control.controlCustomAttributes })
173
+ * @public
174
+ */ _define_property(_this, "datasourceBind", void 0), /**
175
+ * 数据源类型;取值:INTERNAL:行政;BUSINESS:业务;INTERNAL_BUSINESS:行政和业务;
176
+ * @defaultValue 'INTERNAL'
177
+ * @public
178
+ */ _define_property(_this, "datasourceType", void 0), /**
179
+ * 业务部门类型;取值:all:全部;assign:指定;
180
+ * @defaultValue 'all'
181
+ * @public
182
+ */ _define_property(_this, "businessType", void 0), /**
183
+ * 业务部门范围
184
+ * @defaultValue []
185
+ * @public
186
+ */ _define_property(_this, "businessScope", void 0), /**
187
+ * 是否开启填充
188
+ * @defaultValue false
189
+ * @public
190
+ */ _define_property(_this, "openMultistageFilling", void 0), /**
191
+ * 默认展开选项
192
+ * @defaultValue false
193
+ * @public
194
+ */ _define_property(_this, "defaultShowOptions", void 0), /**
135
195
  * 不可选中部门的配置条件
136
196
  * */ _define_property(_this, "disabledSelectedFilters", void 0);
137
197
  _this.showType = (_ref = props === null || props === void 0 ? void 0 : props.showType) !== null && _ref !== void 0 ? _ref : 'default';
@@ -9,6 +9,14 @@
9
9
  "description": "是否隐藏",
10
10
  "default": false
11
11
  },
12
+ "className": {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string"
16
+ },
17
+ "description": "样式类",
18
+ "default": []
19
+ },
12
20
  "caption": {
13
21
  "type": "string",
14
22
  "description": "标题",
@@ -17,14 +25,14 @@
17
25
  "defaultState": {
18
26
  "type": "string",
19
27
  "enum": [
20
- "default",
21
- "readonly"
28
+ "readonly",
29
+ "default"
22
30
  ],
23
31
  "description": "默认状态",
24
32
  "default": "default",
25
33
  "enumDescription": [
26
- "default",
27
- "readonly"
34
+ "readonly",
35
+ "default"
28
36
  ]
29
37
  },
30
38
  "captionSize": {
@@ -42,6 +50,21 @@
42
50
  "description": "标题斜体",
43
51
  "default": false
44
52
  },
53
+ "captionFontWeight": {
54
+ "type": "string",
55
+ "enum": [
56
+ "normal",
57
+ "bold",
58
+ "lighter"
59
+ ],
60
+ "description": "标题字重;",
61
+ "default": "normal",
62
+ "enumDescription": [
63
+ "常规",
64
+ "粗体",
65
+ "更细"
66
+ ]
67
+ },
45
68
  "isHideCaption": {
46
69
  "type": "boolean",
47
70
  "description": "隐藏标题",
@@ -203,19 +226,6 @@
203
226
  "description": "指定部门范围",
204
227
  "default": []
205
228
  },
206
- "valueFormat": {
207
- "type": "string",
208
- "enum": [
209
- "id",
210
- "json"
211
- ],
212
- "description": "存储值格式;",
213
- "default": "id",
214
- "enumDescription": [
215
- "仅存储 id",
216
- "存储完整 JSON"
217
- ]
218
- },
219
229
  "displayLevel": {
220
230
  "type": "integer",
221
231
  "description": "部门显示层级",
@@ -190,7 +190,39 @@ var ElectronicSignatureProperty = /*#__PURE__*/ function(BaseControlProperty) {
190
190
  var _ref, _ref1, _ref2, _ref3, _ref4, _ref5;
191
191
  _this = _call_super(this, ElectronicSignatureProperty, [
192
192
  props
193
- ]), _define_property(_this, "buttonType", void 0), _define_property(_this, "content", void 0), _define_property(_this, "showType", void 0), _define_property(_this, "color", void 0), _define_property(_this, "icon", void 0), _define_property(_this, "command", ''), _define_property(_this, "isLoading", false), _define_property(_this, "signatureConfig", void 0);
193
+ ]), /**
194
+ * 按钮类型;取值:primary:主色;secondary:次级;text:文本;
195
+ * @defaultValue 'primary'
196
+ * @public
197
+ */ _define_property(_this, "buttonType", void 0), /**
198
+ * 内容
199
+ * @defaultValue '发起签署'
200
+ * @public
201
+ */ _define_property(_this, "content", void 0), /**
202
+ * 展示类型;取值:text:文本;icon:图标;iconText:图标文字;default:默认;table:表格;image:图片;button:按钮;
203
+ * @defaultValue 'text'
204
+ * @public
205
+ */ _define_property(_this, "showType", void 0), /**
206
+ * 颜色;取值:primary:主色;danger:危险;warning:警告;success:成功;info:信息;blue:蓝色;
207
+ * @defaultValue 'primary'
208
+ * @public
209
+ */ _define_property(_this, "color", void 0), /**
210
+ * 图标
211
+ * @defaultValue 'iconfenlei2'
212
+ * @public
213
+ */ _define_property(_this, "icon", void 0), /**
214
+ * 按钮命令;取值:create:新建;edit:编辑;view:查看;delete:删除;custom:自定义;
215
+ * @defaultValue ''
216
+ * @public
217
+ */ _define_property(_this, "command", ''), /**
218
+ * 加载中
219
+ * @defaultValue false
220
+ * @public
221
+ */ _define_property(_this, "isLoading", false), /**
222
+ * 签署配置
223
+ * @defaultValue new ElectronicSignatureConfig()
224
+ * @public
225
+ */ _define_property(_this, "signatureConfig", void 0);
194
226
  _this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : ElectronicSignatureControl.controlName;
195
227
  _this.content = (_ref1 = props === null || props === void 0 ? void 0 : props.content) !== null && _ref1 !== void 0 ? _ref1 : getLocaleText('CMD.signature', null, '发起签署');
196
228
  _this.buttonType = (_ref2 = props === null || props === void 0 ? void 0 : props.buttonType) !== null && _ref2 !== void 0 ? _ref2 : 'primary';
@@ -9,6 +9,14 @@
9
9
  "description": "是否隐藏",
10
10
  "default": false
11
11
  },
12
+ "className": {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string"
16
+ },
17
+ "description": "样式类",
18
+ "default": []
19
+ },
12
20
  "caption": {
13
21
  "type": "string",
14
22
  "description": "标题",
@@ -17,14 +25,14 @@
17
25
  "defaultState": {
18
26
  "type": "string",
19
27
  "enum": [
20
- "default",
21
- "readonly"
28
+ "readonly",
29
+ "default"
22
30
  ],
23
31
  "description": "默认状态",
24
32
  "default": "default",
25
33
  "enumDescription": [
26
- "default",
27
- "readonly"
34
+ "readonly",
35
+ "default"
28
36
  ]
29
37
  },
30
38
  "captionSize": {
@@ -42,6 +50,21 @@
42
50
  "description": "标题斜体",
43
51
  "default": false
44
52
  },
53
+ "captionFontWeight": {
54
+ "type": "string",
55
+ "enum": [
56
+ "normal",
57
+ "bold",
58
+ "lighter"
59
+ ],
60
+ "description": "标题字重;",
61
+ "default": "normal",
62
+ "enumDescription": [
63
+ "常规",
64
+ "粗体",
65
+ "更细"
66
+ ]
67
+ },
45
68
  "isHideCaption": {
46
69
  "type": "boolean",
47
70
  "description": "隐藏标题",
@@ -101,7 +101,39 @@ var EmployeeProperty = /*#__PURE__*/ function(BaseControlProperty) {
101
101
  var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8;
102
102
  _this = _call_super(this, EmployeeProperty, [
103
103
  props
104
- ]), _define_property(_this, "showType", void 0), _define_property(_this, "range", void 0), _define_property(_this, "rangeOptions", void 0), _define_property(_this, "multiple", void 0), _define_property(_this, "defaultValueType", void 0), _define_property(_this, "defaultValue", void 0), _define_property(_this, "multistageFilling", void 0), _define_property(_this, "openMultistageFilling", void 0);
104
+ ]), /**
105
+ * 展示类型;取值:default:默认;tree:树状;
106
+ * @defaultValue 'default'
107
+ * @public
108
+ */ _define_property(_this, "showType", void 0), /**
109
+ * 人员范围;取值:all:全部;assign:指定;
110
+ * @defaultValue 'all'
111
+ * @public
112
+ */ _define_property(_this, "range", void 0), /**
113
+ * 选择指定人员时的范围
114
+ * @defaultValue []
115
+ * @public
116
+ */ _define_property(_this, "rangeOptions", void 0), /**
117
+ * 是否多选
118
+ * @defaultValue false
119
+ * @public
120
+ */ _define_property(_this, "multiple", void 0), /**
121
+ * 默认值类型:无 / 表单发起人 / 指定人员;取值:none:无;current:表单发起人;assigned:指定人员;
122
+ * @defaultValue 'none'
123
+ * @public
124
+ */ _define_property(_this, "defaultValueType", void 0), /**
125
+ * 默认值
126
+ * @defaultValue []
127
+ * @public
128
+ */ _define_property(_this, "defaultValue", void 0), /**
129
+ * 多级填充
130
+ * @defaultValue []
131
+ * @public
132
+ */ _define_property(_this, "multistageFilling", void 0), /**
133
+ * 是否开启填充
134
+ * @defaultValue false
135
+ * @public
136
+ */ _define_property(_this, "openMultistageFilling", void 0);
105
137
  _this.showType = (_ref = props === null || props === void 0 ? void 0 : props.showType) !== null && _ref !== void 0 ? _ref : 'default';
106
138
  _this.range = (_ref1 = props === null || props === void 0 ? void 0 : props.range) !== null && _ref1 !== void 0 ? _ref1 : 'all';
107
139
  _this.rangeOptions = (_ref2 = props === null || props === void 0 ? void 0 : props.rangeOptions) !== null && _ref2 !== void 0 ? _ref2 : [];
@@ -9,6 +9,14 @@
9
9
  "description": "是否隐藏",
10
10
  "default": false
11
11
  },
12
+ "className": {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string"
16
+ },
17
+ "description": "样式类",
18
+ "default": []
19
+ },
12
20
  "caption": {
13
21
  "type": "string",
14
22
  "description": "标题",
@@ -17,14 +25,14 @@
17
25
  "defaultState": {
18
26
  "type": "string",
19
27
  "enum": [
20
- "default",
21
- "readonly"
28
+ "readonly",
29
+ "default"
22
30
  ],
23
31
  "description": "默认状态",
24
32
  "default": "default",
25
33
  "enumDescription": [
26
- "default",
27
- "readonly"
34
+ "readonly",
35
+ "default"
28
36
  ]
29
37
  },
30
38
  "captionSize": {
@@ -42,6 +50,21 @@
42
50
  "description": "标题斜体",
43
51
  "default": false
44
52
  },
53
+ "captionFontWeight": {
54
+ "type": "string",
55
+ "enum": [
56
+ "normal",
57
+ "bold",
58
+ "lighter"
59
+ ],
60
+ "description": "标题字重;",
61
+ "default": "normal",
62
+ "enumDescription": [
63
+ "常规",
64
+ "粗体",
65
+ "更细"
66
+ ]
67
+ },
45
68
  "isHideCaption": {
46
69
  "type": "boolean",
47
70
  "description": "隐藏标题",
@@ -130,7 +130,67 @@ var Employee2Property = /*#__PURE__*/ function(BaseControlProperty) {
130
130
  var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, _ref13, _ref14, _ref15;
131
131
  _this = _call_super(this, Employee2Property, [
132
132
  props
133
- ]), _define_property(_this, "showType", void 0), _define_property(_this, "range", void 0), _define_property(_this, "rangeOptions", void 0), _define_property(_this, "multiple", void 0), _define_property(_this, "defaultValueType", void 0), _define_property(_this, "defaultValue", void 0), _define_property(_this, "multistageFilling", void 0), _define_property(_this, "datasourceBind", void 0), _define_property(_this, "datasourceType", void 0), _define_property(_this, "insideType", void 0), _define_property(_this, "externalType", void 0), _define_property(_this, "externalScope", void 0), _define_property(_this, "openMultistageFilling", void 0), _define_property(_this, "mainDeptFlag", void 0), _define_property(_this, "defaultShowOptions", void 0);
133
+ ]), /**
134
+ * 展示类型;取值:default:默认;tree:树状;
135
+ * @defaultValue 'default'
136
+ * @public
137
+ */ _define_property(_this, "showType", void 0), /**
138
+ * 人员范围;取值:all:全部;assign:指定;
139
+ * @defaultValue 'all'
140
+ * @public
141
+ */ _define_property(_this, "range", void 0), /**
142
+ * 选择指定人员时的范围
143
+ * @defaultValue []
144
+ * @public
145
+ */ _define_property(_this, "rangeOptions", void 0), /**
146
+ * 是否多选
147
+ * @defaultValue false
148
+ * @public
149
+ */ _define_property(_this, "multiple", void 0), /**
150
+ * 默认值类型:无 / 表单发起人 / 指定人员;取值:none:无;current:表单发起人;assigned:指定人员;
151
+ * @defaultValue 'none'
152
+ * @public
153
+ */ _define_property(_this, "defaultValueType", void 0), /**
154
+ * 默认值
155
+ * @defaultValue []
156
+ * @public
157
+ */ _define_property(_this, "defaultValue", void 0), /**
158
+ * 多级填充
159
+ * @defaultValue []
160
+ * @public
161
+ */ _define_property(_this, "multistageFilling", void 0), /**
162
+ * 数据源绑定
163
+ * @defaultValue new SuperDataSourceBind({ attributes: Employee2Control.controlCustomAttributes })
164
+ * @public
165
+ */ _define_property(_this, "datasourceBind", void 0), /**
166
+ * 数据源类型;取值:INTERNAL:内部组织;EXTERNAL:外部组织;ALL:全部;INTERNAL_EXTERNAL:内外部组织;
167
+ * @defaultValue 'INTERNAL'
168
+ * @public
169
+ */ _define_property(_this, "datasourceType", void 0), /**
170
+ * 内部组织类型;取值:all:全部;admin:仅行政;
171
+ * @defaultValue 'admin'
172
+ * @public
173
+ */ _define_property(_this, "insideType", void 0), /**
174
+ * 外部组织类型;取值:all:全部;assign:指定;
175
+ * @defaultValue 'all'
176
+ * @public
177
+ */ _define_property(_this, "externalType", void 0), /**
178
+ * 指定外部组织
179
+ * @defaultValue []
180
+ * @public
181
+ */ _define_property(_this, "externalScope", void 0), /**
182
+ * 是否开启填充
183
+ * @defaultValue false
184
+ * @public
185
+ */ _define_property(_this, "openMultistageFilling", void 0), /**
186
+ * 开启查询非主部门人员
187
+ * @defaultValue false
188
+ * @public
189
+ */ _define_property(_this, "mainDeptFlag", void 0), /**
190
+ * 默认展开选项
191
+ * @defaultValue false
192
+ * @public
193
+ */ _define_property(_this, "defaultShowOptions", void 0);
134
194
  _this.showType = (_ref = props === null || props === void 0 ? void 0 : props.showType) !== null && _ref !== void 0 ? _ref : 'default';
135
195
  _this.range = (_ref1 = props === null || props === void 0 ? void 0 : props.range) !== null && _ref1 !== void 0 ? _ref1 : 'all';
136
196
  _this.rangeOptions = (_ref2 = props === null || props === void 0 ? void 0 : props.rangeOptions) !== null && _ref2 !== void 0 ? _ref2 : [];
@@ -9,6 +9,14 @@
9
9
  "description": "是否隐藏",
10
10
  "default": false
11
11
  },
12
+ "className": {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string"
16
+ },
17
+ "description": "样式类",
18
+ "default": []
19
+ },
12
20
  "caption": {
13
21
  "type": "string",
14
22
  "description": "标题",
@@ -17,14 +25,14 @@
17
25
  "defaultState": {
18
26
  "type": "string",
19
27
  "enum": [
20
- "default",
21
- "readonly"
28
+ "readonly",
29
+ "default"
22
30
  ],
23
31
  "description": "默认状态",
24
32
  "default": "default",
25
33
  "enumDescription": [
26
- "default",
27
- "readonly"
34
+ "readonly",
35
+ "default"
28
36
  ]
29
37
  },
30
38
  "captionSize": {
@@ -42,6 +50,21 @@
42
50
  "description": "标题斜体",
43
51
  "default": false
44
52
  },
53
+ "captionFontWeight": {
54
+ "type": "string",
55
+ "enum": [
56
+ "normal",
57
+ "bold",
58
+ "lighter"
59
+ ],
60
+ "description": "标题字重;",
61
+ "default": "normal",
62
+ "enumDescription": [
63
+ "常规",
64
+ "粗体",
65
+ "更细"
66
+ ]
67
+ },
45
68
  "isHideCaption": {
46
69
  "type": "boolean",
47
70
  "description": "隐藏标题",
@@ -203,19 +226,6 @@
203
226
  "无"
204
227
  ]
205
228
  },
206
- "valueFormat": {
207
- "type": "string",
208
- "enum": [
209
- "id",
210
- "json"
211
- ],
212
- "description": "存储值格式;",
213
- "default": "id",
214
- "enumDescription": [
215
- "仅存储 id",
216
- "存储完整 JSON"
217
- ]
218
- },
219
229
  "multistageFilling": {
220
230
  "type": "array",
221
231
  "items": {
@@ -107,7 +107,23 @@ var ImageProperty = /*#__PURE__*/ function(AttachmentProperty) {
107
107
  var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7;
108
108
  _this = _call_super(this, ImageProperty, [
109
109
  props
110
- ]), _define_property(_this, "compressTypeCode", void 0), _define_property(_this, "compressRatio", void 0), _define_property(_this, "maxPixel", void 0), _define_property(_this, "maxSize", void 0);
110
+ ]), /**
111
+ * 压缩类型;取值:0:不压缩;1:比例压缩;2:像素压缩;
112
+ * @defaultValue 0
113
+ * @public
114
+ */ _define_property(_this, "compressTypeCode", void 0), /**
115
+ * 压缩比例
116
+ * @defaultValue 1
117
+ * @public
118
+ */ _define_property(_this, "compressRatio", void 0), /**
119
+ * 最大像素
120
+ * @defaultValue 1080
121
+ * @public
122
+ */ _define_property(_this, "maxPixel", void 0), /**
123
+ * 最大文件大小,单位为字节
124
+ * @defaultValue 104857600
125
+ * @public
126
+ */ _define_property(_this, "maxSize", void 0);
111
127
  _this.showType = 'image';
112
128
  _this.maxLimit = (_ref = props === null || props === void 0 ? void 0 : props.maxLimit) !== null && _ref !== void 0 ? _ref : 10;
113
129
  _this.caption = (_ref1 = (_ref2 = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref2 !== void 0 ? _ref2 : ImageControl.controlName) !== null && _ref1 !== void 0 ? _ref1 : getLocaleText('CMD.image', null, '图片');