@byteluck-fe/model-driven-controls 2.23.3 → 2.23.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 (455) hide show
  1. package/README.md +99 -99
  2. package/dist/esm/baseControls/BatchSubmissionListButton/property.js +7 -7
  3. package/dist/esm/baseControls/Button/property.js +32 -32
  4. package/dist/esm/baseControls/ImportRecordListButton/property.js +2 -2
  5. package/dist/esm/baseControls/ListSelectButton/property.js +15 -15
  6. package/dist/esm/baseControls/ReferenceList/property.js +3 -3
  7. package/dist/esm/columnControls/ApprovalStatusColumn/property.js +11 -11
  8. package/dist/esm/columnControls/ArrayColumn/property.js +25 -25
  9. package/dist/esm/columnControls/AutoNumberColumn/property.js +9 -9
  10. package/dist/esm/columnControls/CustomColumn/property.js +3 -3
  11. package/dist/esm/columnControls/DecimalColumn/property.js +32 -32
  12. package/dist/esm/columnControls/DepartmentColumn/property.js +7 -7
  13. package/dist/esm/columnControls/EmployeeColumn/property.js +6 -6
  14. package/dist/esm/columnControls/FileColumn/property.js +2 -2
  15. package/dist/esm/columnControls/ImageColumn/property.js +2 -2
  16. package/dist/esm/columnControls/LocationColumn/property.js +9 -9
  17. package/dist/esm/columnControls/OperationColumn/property.js +11 -11
  18. package/dist/esm/columnControls/OrderColumn/property.js +3 -3
  19. package/dist/esm/columnControls/PeopleColumn/property.js +2 -2
  20. package/dist/esm/columnControls/TextColumn/property.js +17 -17
  21. package/dist/esm/columnControls/TimescopeColumn/property.js +13 -13
  22. package/dist/esm/columnControls/TimestampColumn/property.js +13 -13
  23. package/dist/esm/columnControls/VarcharColumn/property.js +24 -24
  24. package/dist/esm/formControls/Address/property.js +11 -11
  25. package/dist/esm/formControls/Amount/property.js +34 -34
  26. package/dist/esm/formControls/Attachment/property.js +8 -8
  27. package/dist/esm/formControls/Calc/property.js +25 -25
  28. package/dist/esm/formControls/DateRange/property.js +45 -45
  29. package/dist/esm/formControls/Department/property.js +18 -18
  30. package/dist/esm/formControls/Department2/property.js +22 -22
  31. package/dist/esm/formControls/Employee/property.js +2 -2
  32. package/dist/esm/formControls/Employee2/property.js +2 -2
  33. package/dist/esm/formControls/Image/designer.js +6 -6
  34. package/dist/esm/formControls/Image/property.js +6 -6
  35. package/dist/esm/formControls/Input/designer.js +8 -0
  36. package/dist/esm/formControls/Input/property.js +12 -1
  37. package/dist/esm/formControls/Number/property.js +50 -50
  38. package/dist/esm/formControls/OrganizationSelection/property.js +25 -25
  39. package/dist/esm/formControls/RichText/designer.js +8 -0
  40. package/dist/esm/formControls/RichText/property.js +12 -1
  41. package/dist/esm/formControls/Select/property.js +12 -12
  42. package/dist/esm/formControls/SelectMultiple/property.js +12 -12
  43. package/dist/esm/formControls/SelectRelation/property.js +41 -41
  44. package/dist/esm/formControls/Textarea/designer.js +8 -0
  45. package/dist/esm/formControls/Textarea/property.js +43 -20
  46. package/dist/esm/formControls/WPS/designer.js +7 -7
  47. package/dist/esm/framework.js +60 -60
  48. package/dist/esm/index.js +6 -6
  49. package/dist/esm/layoutControls/CardGroup/property.js +5 -5
  50. package/dist/esm/layoutControls/DataView/property.js +12 -12
  51. package/dist/esm/layoutControls/ListView/property.js +68 -68
  52. package/dist/esm/layoutControls/Page/property.js +4 -4
  53. package/dist/esm/layoutControls/SubTableColumn/property.js +13 -13
  54. package/dist/esm/listControls/GridTable/property.js +29 -29
  55. package/dist/esm/listControls/SubTable/property.js +113 -113
  56. package/dist/esm/searchControls/SimpleSearch/property.js +45 -45
  57. package/dist/esm/wrapControls/GridLayoutWrap/Setting.js +6 -6
  58. package/dist/esm/wrapControls/GridLayoutWrap/designer.js +6 -6
  59. package/dist/esm/wrapControls/GridLayoutWrap/index.js +6 -6
  60. package/dist/esm/wrapControls/GridLayoutWrap/runtime.js +6 -6
  61. package/dist/index.umd.js +1 -1
  62. package/dist/types/api-doc-index.d.ts +90 -90
  63. package/dist/types/baseControls/BatchDeleteButton/designer.d.ts +14 -14
  64. package/dist/types/baseControls/BatchDeleteButton/index.d.ts +12 -12
  65. package/dist/types/baseControls/BatchDeleteButton/property.d.ts +14 -14
  66. package/dist/types/baseControls/BatchDeleteButton/runtime.d.ts +9 -9
  67. package/dist/types/baseControls/BatchPrintListButton/designer.d.ts +15 -15
  68. package/dist/types/baseControls/BatchPrintListButton/index.d.ts +12 -12
  69. package/dist/types/baseControls/BatchPrintListButton/property.d.ts +15 -15
  70. package/dist/types/baseControls/BatchPrintListButton/runtime.d.ts +10 -10
  71. package/dist/types/baseControls/BatchPrintRecordListButton/designer.d.ts +16 -16
  72. package/dist/types/baseControls/BatchPrintRecordListButton/index.d.ts +12 -12
  73. package/dist/types/baseControls/BatchPrintRecordListButton/property.d.ts +6 -6
  74. package/dist/types/baseControls/BatchPrintRecordListButton/runtime.d.ts +10 -10
  75. package/dist/types/baseControls/BatchSubmissionListButton/designer.d.ts +15 -15
  76. package/dist/types/baseControls/BatchSubmissionListButton/index.d.ts +12 -12
  77. package/dist/types/baseControls/BatchSubmissionListButton/property.d.ts +27 -27
  78. package/dist/types/baseControls/BatchSubmissionListButton/runtime.d.ts +10 -10
  79. package/dist/types/baseControls/Button/designer.d.ts +14 -14
  80. package/dist/types/baseControls/Button/index.d.ts +12 -12
  81. package/dist/types/baseControls/Button/property.d.ts +55 -55
  82. package/dist/types/baseControls/Button/runtime.d.ts +9 -9
  83. package/dist/types/baseControls/CreateFormListButton/designer.d.ts +15 -15
  84. package/dist/types/baseControls/CreateFormListButton/index.d.ts +12 -12
  85. package/dist/types/baseControls/CreateFormListButton/property.d.ts +15 -15
  86. package/dist/types/baseControls/CreateFormListButton/runtime.d.ts +10 -10
  87. package/dist/types/baseControls/Dashboard/designer.d.ts +12 -12
  88. package/dist/types/baseControls/Dashboard/index.d.ts +12 -12
  89. package/dist/types/baseControls/Dashboard/property.d.ts +22 -22
  90. package/dist/types/baseControls/Dashboard/runtime.d.ts +10 -10
  91. package/dist/types/baseControls/Divider/designer.d.ts +12 -12
  92. package/dist/types/baseControls/Divider/index.d.ts +12 -12
  93. package/dist/types/baseControls/Divider/property.d.ts +9 -9
  94. package/dist/types/baseControls/Divider/runtime.d.ts +10 -10
  95. package/dist/types/baseControls/ExportListButton/designer.d.ts +16 -16
  96. package/dist/types/baseControls/ExportListButton/index.d.ts +12 -12
  97. package/dist/types/baseControls/ExportListButton/property.d.ts +9 -9
  98. package/dist/types/baseControls/ExportListButton/runtime.d.ts +10 -10
  99. package/dist/types/baseControls/ExportRecordListButton/designer.d.ts +16 -16
  100. package/dist/types/baseControls/ExportRecordListButton/index.d.ts +12 -12
  101. package/dist/types/baseControls/ExportRecordListButton/property.d.ts +6 -6
  102. package/dist/types/baseControls/ExportRecordListButton/runtime.d.ts +10 -10
  103. package/dist/types/baseControls/FormSelectButton/designer.d.ts +15 -15
  104. package/dist/types/baseControls/FormSelectButton/index.d.ts +12 -12
  105. package/dist/types/baseControls/FormSelectButton/property.d.ts +19 -19
  106. package/dist/types/baseControls/FormSelectButton/runtime.d.ts +10 -10
  107. package/dist/types/baseControls/ImportRecordListButton/designer.d.ts +16 -16
  108. package/dist/types/baseControls/ImportRecordListButton/index.d.ts +12 -12
  109. package/dist/types/baseControls/ImportRecordListButton/property.d.ts +12 -12
  110. package/dist/types/baseControls/ImportRecordListButton/runtime.d.ts +10 -10
  111. package/dist/types/baseControls/InvoiceCheckButton/designer.d.ts +15 -15
  112. package/dist/types/baseControls/InvoiceCheckButton/index.d.ts +12 -12
  113. package/dist/types/baseControls/InvoiceCheckButton/property.d.ts +25 -25
  114. package/dist/types/baseControls/InvoiceCheckButton/runtime.d.ts +10 -10
  115. package/dist/types/baseControls/Link/designer.d.ts +13 -13
  116. package/dist/types/baseControls/Link/index.d.ts +12 -12
  117. package/dist/types/baseControls/Link/property.d.ts +9 -9
  118. package/dist/types/baseControls/Link/runtime.d.ts +10 -10
  119. package/dist/types/baseControls/ListSelectButton/designer.d.ts +15 -15
  120. package/dist/types/baseControls/ListSelectButton/index.d.ts +12 -12
  121. package/dist/types/baseControls/ListSelectButton/property.d.ts +42 -42
  122. package/dist/types/baseControls/ListSelectButton/runtime.d.ts +10 -10
  123. package/dist/types/baseControls/ListViewSelect/designer.d.ts +12 -12
  124. package/dist/types/baseControls/ListViewSelect/index.d.ts +12 -12
  125. package/dist/types/baseControls/ListViewSelect/property.d.ts +15 -15
  126. package/dist/types/baseControls/ListViewSelect/runtime.d.ts +9 -9
  127. package/dist/types/baseControls/OperationButton/designer.d.ts +13 -13
  128. package/dist/types/baseControls/OperationButton/index.d.ts +12 -12
  129. package/dist/types/baseControls/OperationButton/property.d.ts +25 -25
  130. package/dist/types/baseControls/OperationButton/runtime.d.ts +9 -9
  131. package/dist/types/baseControls/Pagination/designer.d.ts +13 -13
  132. package/dist/types/baseControls/Pagination/index.d.ts +12 -12
  133. package/dist/types/baseControls/Pagination/property.d.ts +14 -14
  134. package/dist/types/baseControls/Pagination/runtime.d.ts +10 -10
  135. package/dist/types/baseControls/ReferenceList/designer.d.ts +14 -14
  136. package/dist/types/baseControls/ReferenceList/index.d.ts +12 -12
  137. package/dist/types/baseControls/ReferenceList/property.d.ts +22 -22
  138. package/dist/types/baseControls/ReferenceList/runtime.d.ts +9 -9
  139. package/dist/types/baseControls/SubmissionRecordListButton/designer.d.ts +16 -16
  140. package/dist/types/baseControls/SubmissionRecordListButton/index.d.ts +12 -12
  141. package/dist/types/baseControls/SubmissionRecordListButton/property.d.ts +6 -6
  142. package/dist/types/baseControls/SubmissionRecordListButton/runtime.d.ts +10 -10
  143. package/dist/types/baseControls/Text/designer.d.ts +12 -12
  144. package/dist/types/baseControls/Text/index.d.ts +12 -12
  145. package/dist/types/baseControls/Text/property.d.ts +12 -12
  146. package/dist/types/baseControls/Text/runtime.d.ts +10 -10
  147. package/dist/types/baseControls/TextOcrButton/designer.d.ts +15 -15
  148. package/dist/types/baseControls/TextOcrButton/index.d.ts +12 -12
  149. package/dist/types/baseControls/TextOcrButton/property.d.ts +25 -25
  150. package/dist/types/baseControls/TextOcrButton/runtime.d.ts +10 -10
  151. package/dist/types/baseControls/Title/designer.d.ts +14 -14
  152. package/dist/types/baseControls/Title/index.d.ts +12 -12
  153. package/dist/types/baseControls/Title/property.d.ts +19 -19
  154. package/dist/types/baseControls/Title/runtime.d.ts +10 -10
  155. package/dist/types/baseControls/index.d.ts +23 -23
  156. package/dist/types/baseControls/utils.d.ts +2 -2
  157. package/dist/types/columnControls/ApprovalStatusColumn/designer.d.ts +14 -14
  158. package/dist/types/columnControls/ApprovalStatusColumn/index.d.ts +12 -12
  159. package/dist/types/columnControls/ApprovalStatusColumn/property.d.ts +28 -28
  160. package/dist/types/columnControls/ApprovalStatusColumn/runtime.d.ts +12 -12
  161. package/dist/types/columnControls/ArrayColumn/designer.d.ts +14 -14
  162. package/dist/types/columnControls/ArrayColumn/index.d.ts +12 -12
  163. package/dist/types/columnControls/ArrayColumn/property.d.ts +48 -48
  164. package/dist/types/columnControls/ArrayColumn/runtime.d.ts +12 -12
  165. package/dist/types/columnControls/AutoNumberColumn/designer.d.ts +14 -14
  166. package/dist/types/columnControls/AutoNumberColumn/index.d.ts +12 -12
  167. package/dist/types/columnControls/AutoNumberColumn/property.d.ts +24 -24
  168. package/dist/types/columnControls/AutoNumberColumn/runtime.d.ts +12 -12
  169. package/dist/types/columnControls/CustomColumn/designer.d.ts +20 -20
  170. package/dist/types/columnControls/CustomColumn/index.d.ts +12 -12
  171. package/dist/types/columnControls/CustomColumn/property.d.ts +18 -18
  172. package/dist/types/columnControls/CustomColumn/runtime.d.ts +12 -12
  173. package/dist/types/columnControls/DecimalColumn/designer.d.ts +15 -15
  174. package/dist/types/columnControls/DecimalColumn/index.d.ts +12 -12
  175. package/dist/types/columnControls/DecimalColumn/property.d.ts +59 -59
  176. package/dist/types/columnControls/DecimalColumn/runtime.d.ts +12 -12
  177. package/dist/types/columnControls/DepartmentColumn/designer.d.ts +15 -15
  178. package/dist/types/columnControls/DepartmentColumn/index.d.ts +12 -12
  179. package/dist/types/columnControls/DepartmentColumn/property.d.ts +16 -16
  180. package/dist/types/columnControls/DepartmentColumn/runtime.d.ts +12 -12
  181. package/dist/types/columnControls/EmployeeColumn/designer.d.ts +19 -19
  182. package/dist/types/columnControls/EmployeeColumn/index.d.ts +12 -12
  183. package/dist/types/columnControls/EmployeeColumn/property.d.ts +15 -15
  184. package/dist/types/columnControls/EmployeeColumn/runtime.d.ts +12 -12
  185. package/dist/types/columnControls/FileColumn/designer.d.ts +14 -14
  186. package/dist/types/columnControls/FileColumn/index.d.ts +12 -12
  187. package/dist/types/columnControls/FileColumn/property.d.ts +10 -10
  188. package/dist/types/columnControls/FileColumn/runtime.d.ts +12 -12
  189. package/dist/types/columnControls/ImageColumn/designer.d.ts +14 -14
  190. package/dist/types/columnControls/ImageColumn/index.d.ts +12 -12
  191. package/dist/types/columnControls/ImageColumn/property.d.ts +9 -9
  192. package/dist/types/columnControls/ImageColumn/runtime.d.ts +12 -12
  193. package/dist/types/columnControls/LocationColumn/designer.d.ts +14 -14
  194. package/dist/types/columnControls/LocationColumn/index.d.ts +12 -12
  195. package/dist/types/columnControls/LocationColumn/property.d.ts +24 -24
  196. package/dist/types/columnControls/LocationColumn/runtime.d.ts +12 -12
  197. package/dist/types/columnControls/OperationColumn/designer.d.ts +14 -14
  198. package/dist/types/columnControls/OperationColumn/index.d.ts +12 -12
  199. package/dist/types/columnControls/OperationColumn/property.d.ts +22 -22
  200. package/dist/types/columnControls/OperationColumn/runtime.d.ts +12 -12
  201. package/dist/types/columnControls/OrderColumn/designer.d.ts +12 -12
  202. package/dist/types/columnControls/OrderColumn/index.d.ts +12 -12
  203. package/dist/types/columnControls/OrderColumn/property.d.ts +14 -14
  204. package/dist/types/columnControls/OrderColumn/runtime.d.ts +12 -12
  205. package/dist/types/columnControls/PeopleColumn/designer.d.ts +14 -14
  206. package/dist/types/columnControls/PeopleColumn/index.d.ts +12 -12
  207. package/dist/types/columnControls/PeopleColumn/property.d.ts +9 -9
  208. package/dist/types/columnControls/PeopleColumn/runtime.d.ts +12 -12
  209. package/dist/types/columnControls/TextColumn/designer.d.ts +15 -15
  210. package/dist/types/columnControls/TextColumn/index.d.ts +12 -12
  211. package/dist/types/columnControls/TextColumn/property.d.ts +36 -36
  212. package/dist/types/columnControls/TextColumn/runtime.d.ts +12 -12
  213. package/dist/types/columnControls/TimescopeColumn/designer.d.ts +15 -15
  214. package/dist/types/columnControls/TimescopeColumn/index.d.ts +12 -12
  215. package/dist/types/columnControls/TimescopeColumn/property.d.ts +31 -31
  216. package/dist/types/columnControls/TimescopeColumn/runtime.d.ts +12 -12
  217. package/dist/types/columnControls/TimestampColumn/designer.d.ts +15 -15
  218. package/dist/types/columnControls/TimestampColumn/index.d.ts +12 -12
  219. package/dist/types/columnControls/TimestampColumn/property.d.ts +31 -31
  220. package/dist/types/columnControls/TimestampColumn/runtime.d.ts +12 -12
  221. package/dist/types/columnControls/VarcharColumn/designer.d.ts +14 -14
  222. package/dist/types/columnControls/VarcharColumn/index.d.ts +12 -12
  223. package/dist/types/columnControls/VarcharColumn/property.d.ts +52 -52
  224. package/dist/types/columnControls/VarcharColumn/runtime.d.ts +12 -12
  225. package/dist/types/columnControls/index.d.ts +17 -17
  226. package/dist/types/formControls/Address/designer.d.ts +14 -14
  227. package/dist/types/formControls/Address/index.d.ts +12 -12
  228. package/dist/types/formControls/Address/property.d.ts +28 -28
  229. package/dist/types/formControls/Address/runtime.d.ts +14 -14
  230. package/dist/types/formControls/Amount/designer.d.ts +16 -16
  231. package/dist/types/formControls/Amount/index.d.ts +12 -12
  232. package/dist/types/formControls/Amount/property.d.ts +76 -76
  233. package/dist/types/formControls/Amount/runtime.d.ts +12 -12
  234. package/dist/types/formControls/Attachment/designer.d.ts +15 -15
  235. package/dist/types/formControls/Attachment/index.d.ts +12 -12
  236. package/dist/types/formControls/Attachment/property.d.ts +32 -32
  237. package/dist/types/formControls/Attachment/runtime.d.ts +12 -12
  238. package/dist/types/formControls/AutoNumber/designer.d.ts +15 -15
  239. package/dist/types/formControls/AutoNumber/index.d.ts +12 -12
  240. package/dist/types/formControls/AutoNumber/property.d.ts +7 -7
  241. package/dist/types/formControls/AutoNumber/runtime.d.ts +12 -12
  242. package/dist/types/formControls/Calc/designer.d.ts +16 -16
  243. package/dist/types/formControls/Calc/index.d.ts +12 -12
  244. package/dist/types/formControls/Calc/property.d.ts +58 -58
  245. package/dist/types/formControls/Calc/runtime.d.ts +12 -12
  246. package/dist/types/formControls/Checkbox/designer.d.ts +15 -15
  247. package/dist/types/formControls/Checkbox/index.d.ts +12 -12
  248. package/dist/types/formControls/Checkbox/property.d.ts +30 -30
  249. package/dist/types/formControls/Checkbox/runtime.d.ts +12 -12
  250. package/dist/types/formControls/DatePicker/designer.d.ts +15 -15
  251. package/dist/types/formControls/DatePicker/index.d.ts +12 -12
  252. package/dist/types/formControls/DatePicker/property.d.ts +16 -16
  253. package/dist/types/formControls/DatePicker/runtime.d.ts +12 -12
  254. package/dist/types/formControls/DateRange/designer.d.ts +15 -15
  255. package/dist/types/formControls/DateRange/index.d.ts +12 -12
  256. package/dist/types/formControls/DateRange/property.d.ts +80 -80
  257. package/dist/types/formControls/DateRange/runtime.d.ts +12 -12
  258. package/dist/types/formControls/Department/designer.d.ts +15 -15
  259. package/dist/types/formControls/Department/index.d.ts +12 -12
  260. package/dist/types/formControls/Department/property.d.ts +47 -47
  261. package/dist/types/formControls/Department/runtime.d.ts +12 -12
  262. package/dist/types/formControls/Department2/designer.d.ts +20 -20
  263. package/dist/types/formControls/Department2/index.d.ts +12 -12
  264. package/dist/types/formControls/Department2/property.d.ts +64 -64
  265. package/dist/types/formControls/Department2/runtime.d.ts +12 -12
  266. package/dist/types/formControls/ElectronicSignature/designer.d.ts +15 -15
  267. package/dist/types/formControls/ElectronicSignature/index.d.ts +12 -12
  268. package/dist/types/formControls/ElectronicSignature/property.d.ts +22 -22
  269. package/dist/types/formControls/ElectronicSignature/runtime.d.ts +12 -12
  270. package/dist/types/formControls/Employee/designer.d.ts +14 -14
  271. package/dist/types/formControls/Employee/index.d.ts +12 -12
  272. package/dist/types/formControls/Employee/property.d.ts +21 -21
  273. package/dist/types/formControls/Employee/runtime.d.ts +12 -12
  274. package/dist/types/formControls/Employee2/designer.d.ts +20 -20
  275. package/dist/types/formControls/Employee2/index.d.ts +12 -12
  276. package/dist/types/formControls/Employee2/property.d.ts +34 -34
  277. package/dist/types/formControls/Employee2/runtime.d.ts +12 -12
  278. package/dist/types/formControls/Image/designer.d.ts +13 -13
  279. package/dist/types/formControls/Image/index.d.ts +12 -12
  280. package/dist/types/formControls/Image/property.d.ts +6 -6
  281. package/dist/types/formControls/Image/runtime.d.ts +8 -8
  282. package/dist/types/formControls/Input/designer.d.ts +15 -15
  283. package/dist/types/formControls/Input/index.d.ts +12 -12
  284. package/dist/types/formControls/Input/property.d.ts +68 -57
  285. package/dist/types/formControls/Input/runtime.d.ts +12 -12
  286. package/dist/types/formControls/Number/designer.d.ts +16 -16
  287. package/dist/types/formControls/Number/index.d.ts +12 -12
  288. package/dist/types/formControls/Number/property.d.ts +92 -92
  289. package/dist/types/formControls/Number/runtime.d.ts +12 -12
  290. package/dist/types/formControls/OrganizationSelection/designer.d.ts +20 -20
  291. package/dist/types/formControls/OrganizationSelection/index.d.ts +12 -12
  292. package/dist/types/formControls/OrganizationSelection/property.d.ts +73 -73
  293. package/dist/types/formControls/OrganizationSelection/runtime.d.ts +12 -12
  294. package/dist/types/formControls/Radio/designer.d.ts +15 -15
  295. package/dist/types/formControls/Radio/index.d.ts +12 -12
  296. package/dist/types/formControls/Radio/property.d.ts +22 -22
  297. package/dist/types/formControls/Radio/runtime.d.ts +12 -12
  298. package/dist/types/formControls/RichText/designer.d.ts +15 -15
  299. package/dist/types/formControls/RichText/index.d.ts +12 -12
  300. package/dist/types/formControls/RichText/property.d.ts +32 -21
  301. package/dist/types/formControls/RichText/runtime.d.ts +12 -12
  302. package/dist/types/formControls/Score/designer.d.ts +16 -16
  303. package/dist/types/formControls/Score/index.d.ts +12 -12
  304. package/dist/types/formControls/Score/property.d.ts +23 -23
  305. package/dist/types/formControls/Score/runtime.d.ts +12 -12
  306. package/dist/types/formControls/SearchDateRange/designer.d.ts +14 -14
  307. package/dist/types/formControls/SearchDateRange/index.d.ts +12 -12
  308. package/dist/types/formControls/SearchDateRange/property.d.ts +22 -22
  309. package/dist/types/formControls/SearchDateRange/runtime.d.ts +12 -12
  310. package/dist/types/formControls/SearchInput/designer.d.ts +12 -12
  311. package/dist/types/formControls/SearchInput/index.d.ts +12 -12
  312. package/dist/types/formControls/SearchInput/property.d.ts +10 -10
  313. package/dist/types/formControls/SearchInput/runtime.d.ts +12 -12
  314. package/dist/types/formControls/SearchNumberRange/designer.d.ts +14 -14
  315. package/dist/types/formControls/SearchNumberRange/index.d.ts +12 -12
  316. package/dist/types/formControls/SearchNumberRange/property.d.ts +15 -15
  317. package/dist/types/formControls/SearchNumberRange/runtime.d.ts +12 -12
  318. package/dist/types/formControls/Select/designer.d.ts +14 -14
  319. package/dist/types/formControls/Select/index.d.ts +12 -12
  320. package/dist/types/formControls/Select/property.d.ts +37 -37
  321. package/dist/types/formControls/Select/runtime.d.ts +12 -12
  322. package/dist/types/formControls/SelectMultiple/designer.d.ts +14 -14
  323. package/dist/types/formControls/SelectMultiple/index.d.ts +12 -12
  324. package/dist/types/formControls/SelectMultiple/property.d.ts +40 -40
  325. package/dist/types/formControls/SelectMultiple/runtime.d.ts +12 -12
  326. package/dist/types/formControls/SelectRelation/designer.d.ts +16 -16
  327. package/dist/types/formControls/SelectRelation/index.d.ts +12 -12
  328. package/dist/types/formControls/SelectRelation/property.d.ts +79 -79
  329. package/dist/types/formControls/SelectRelation/runtime.d.ts +12 -12
  330. package/dist/types/formControls/Textarea/designer.d.ts +15 -15
  331. package/dist/types/formControls/Textarea/index.d.ts +12 -12
  332. package/dist/types/formControls/Textarea/property.d.ts +57 -46
  333. package/dist/types/formControls/Textarea/runtime.d.ts +12 -12
  334. package/dist/types/formControls/Tree/designer.d.ts +20 -20
  335. package/dist/types/formControls/Tree/index.d.ts +12 -12
  336. package/dist/types/formControls/Tree/property.d.ts +34 -34
  337. package/dist/types/formControls/Tree/runtime.d.ts +11 -11
  338. package/dist/types/formControls/VueFormItem/designer.d.ts +16 -16
  339. package/dist/types/formControls/VueFormItem/index.d.ts +12 -12
  340. package/dist/types/formControls/VueFormItem/property.d.ts +18 -18
  341. package/dist/types/formControls/VueFormItem/runtime.d.ts +12 -12
  342. package/dist/types/formControls/VuePage/designer.d.ts +15 -15
  343. package/dist/types/formControls/VuePage/index.d.ts +12 -12
  344. package/dist/types/formControls/VuePage/property.d.ts +18 -18
  345. package/dist/types/formControls/VuePage/runtime.d.ts +12 -12
  346. package/dist/types/formControls/WPS/designer.d.ts +15 -15
  347. package/dist/types/formControls/WPS/index.d.ts +12 -12
  348. package/dist/types/formControls/WPS/property.d.ts +32 -32
  349. package/dist/types/formControls/WPS/runtime.d.ts +12 -12
  350. package/dist/types/formControls/index.d.ts +31 -31
  351. package/dist/types/framework.d.ts +265 -265
  352. package/dist/types/index.d.ts +17 -17
  353. package/dist/types/layoutControls/ActionBar/designer.d.ts +16 -16
  354. package/dist/types/layoutControls/ActionBar/index.d.ts +12 -12
  355. package/dist/types/layoutControls/ActionBar/property.d.ts +9 -9
  356. package/dist/types/layoutControls/ActionBar/runtime.d.ts +10 -10
  357. package/dist/types/layoutControls/AdvancedContainer/Setting.d.ts +2 -2
  358. package/dist/types/layoutControls/AdvancedContainer/designer.d.ts +10 -10
  359. package/dist/types/layoutControls/AdvancedContainer/index.d.ts +12 -12
  360. package/dist/types/layoutControls/AdvancedContainer/property.d.ts +8 -8
  361. package/dist/types/layoutControls/AdvancedContainer/runtime.d.ts +9 -9
  362. package/dist/types/layoutControls/CardGroup/designer.d.ts +14 -14
  363. package/dist/types/layoutControls/CardGroup/index.d.ts +12 -12
  364. package/dist/types/layoutControls/CardGroup/property.d.ts +14 -14
  365. package/dist/types/layoutControls/CardGroup/runtime.d.ts +10 -10
  366. package/dist/types/layoutControls/Col/designer.d.ts +14 -14
  367. package/dist/types/layoutControls/Col/index.d.ts +12 -12
  368. package/dist/types/layoutControls/Col/property.d.ts +8 -8
  369. package/dist/types/layoutControls/Col/runtime.d.ts +10 -10
  370. package/dist/types/layoutControls/DataView/designer.d.ts +11 -11
  371. package/dist/types/layoutControls/DataView/index.d.ts +12 -12
  372. package/dist/types/layoutControls/DataView/property.d.ts +33 -33
  373. package/dist/types/layoutControls/DataView/runtime.d.ts +10 -10
  374. package/dist/types/layoutControls/Grid/designer.d.ts +11 -11
  375. package/dist/types/layoutControls/Grid/index.d.ts +12 -12
  376. package/dist/types/layoutControls/Grid/property.d.ts +2 -2
  377. package/dist/types/layoutControls/Grid/runtime.d.ts +9 -9
  378. package/dist/types/layoutControls/GridLayoutContainer/designer.d.ts +14 -14
  379. package/dist/types/layoutControls/GridLayoutContainer/index.d.ts +12 -12
  380. package/dist/types/layoutControls/GridLayoutContainer/property.d.ts +8 -8
  381. package/dist/types/layoutControls/GridLayoutContainer/runtime.d.ts +10 -10
  382. package/dist/types/layoutControls/GridRow/designer.d.ts +16 -16
  383. package/dist/types/layoutControls/GridRow/index.d.ts +12 -12
  384. package/dist/types/layoutControls/GridRow/property.d.ts +6 -6
  385. package/dist/types/layoutControls/GridRow/runtime.d.ts +10 -10
  386. package/dist/types/layoutControls/GridTableColumn/designer.d.ts +23 -23
  387. package/dist/types/layoutControls/GridTableColumn/index.d.ts +12 -12
  388. package/dist/types/layoutControls/GridTableColumn/property.d.ts +19 -19
  389. package/dist/types/layoutControls/GridTableColumn/runtime.d.ts +10 -10
  390. package/dist/types/layoutControls/ListView/designer.d.ts +20 -20
  391. package/dist/types/layoutControls/ListView/index.d.ts +12 -12
  392. package/dist/types/layoutControls/ListView/property.d.ts +128 -128
  393. package/dist/types/layoutControls/ListView/runtime.d.ts +12 -12
  394. package/dist/types/layoutControls/Page/Setting.d.ts +2 -2
  395. package/dist/types/layoutControls/Page/designer.d.ts +10 -10
  396. package/dist/types/layoutControls/Page/index.d.ts +12 -12
  397. package/dist/types/layoutControls/Page/property.d.ts +15 -15
  398. package/dist/types/layoutControls/Page/runtime.d.ts +9 -9
  399. package/dist/types/layoutControls/Position/Setting.d.ts +2 -2
  400. package/dist/types/layoutControls/Position/designer.d.ts +10 -10
  401. package/dist/types/layoutControls/Position/index.d.ts +12 -12
  402. package/dist/types/layoutControls/Position/property.d.ts +9 -9
  403. package/dist/types/layoutControls/Position/runtime.d.ts +9 -9
  404. package/dist/types/layoutControls/PositioningContainer/Setting.d.ts +2 -2
  405. package/dist/types/layoutControls/PositioningContainer/designer.d.ts +10 -10
  406. package/dist/types/layoutControls/PositioningContainer/index.d.ts +12 -12
  407. package/dist/types/layoutControls/PositioningContainer/property.d.ts +5 -5
  408. package/dist/types/layoutControls/PositioningContainer/runtime.d.ts +9 -9
  409. package/dist/types/layoutControls/Row/designer.d.ts +15 -15
  410. package/dist/types/layoutControls/Row/index.d.ts +12 -12
  411. package/dist/types/layoutControls/Row/property.d.ts +8 -8
  412. package/dist/types/layoutControls/Row/runtime.d.ts +11 -11
  413. package/dist/types/layoutControls/SubTableColumn/designer.d.ts +23 -23
  414. package/dist/types/layoutControls/SubTableColumn/index.d.ts +12 -12
  415. package/dist/types/layoutControls/SubTableColumn/property.d.ts +39 -39
  416. package/dist/types/layoutControls/SubTableColumn/runtime.d.ts +10 -10
  417. package/dist/types/layoutControls/SubTableRow/designer.d.ts +20 -20
  418. package/dist/types/layoutControls/SubTableRow/index.d.ts +12 -12
  419. package/dist/types/layoutControls/SubTableRow/property.d.ts +6 -6
  420. package/dist/types/layoutControls/SubTableRow/runtime.d.ts +11 -11
  421. package/dist/types/layoutControls/Tab/designer.d.ts +16 -16
  422. package/dist/types/layoutControls/Tab/index.d.ts +12 -12
  423. package/dist/types/layoutControls/Tab/property.d.ts +7 -7
  424. package/dist/types/layoutControls/Tab/runtime.d.ts +11 -11
  425. package/dist/types/layoutControls/TabPane/designer.d.ts +14 -14
  426. package/dist/types/layoutControls/TabPane/index.d.ts +12 -12
  427. package/dist/types/layoutControls/TabPane/property.d.ts +13 -13
  428. package/dist/types/layoutControls/TabPane/runtime.d.ts +10 -10
  429. package/dist/types/layoutControls/Toolbox/designer.d.ts +14 -14
  430. package/dist/types/layoutControls/Toolbox/index.d.ts +12 -12
  431. package/dist/types/layoutControls/Toolbox/property.d.ts +6 -6
  432. package/dist/types/layoutControls/Toolbox/runtime.d.ts +10 -10
  433. package/dist/types/layoutControls/index.d.ts +19 -19
  434. package/dist/types/listControls/GridTable/designer.d.ts +26 -26
  435. package/dist/types/listControls/GridTable/index.d.ts +12 -12
  436. package/dist/types/listControls/GridTable/property.d.ts +45 -45
  437. package/dist/types/listControls/GridTable/runtime.d.ts +13 -13
  438. package/dist/types/listControls/SubTable/designer.d.ts +27 -27
  439. package/dist/types/listControls/SubTable/index.d.ts +12 -12
  440. package/dist/types/listControls/SubTable/property.d.ts +211 -211
  441. package/dist/types/listControls/SubTable/runtime.d.ts +13 -13
  442. package/dist/types/listControls/index.d.ts +2 -2
  443. package/dist/types/searchControls/SimpleSearch/designer.d.ts +13 -13
  444. package/dist/types/searchControls/SimpleSearch/index.d.ts +12 -12
  445. package/dist/types/searchControls/SimpleSearch/property.d.ts +84 -84
  446. package/dist/types/searchControls/SimpleSearch/runtime.d.ts +11 -11
  447. package/dist/types/searchControls/index.d.ts +1 -1
  448. package/dist/types/type.d.ts +116 -116
  449. package/dist/types/wrapControls/GridLayoutWrap/Setting.d.ts +2 -2
  450. package/dist/types/wrapControls/GridLayoutWrap/designer.d.ts +11 -11
  451. package/dist/types/wrapControls/GridLayoutWrap/index.d.ts +14 -14
  452. package/dist/types/wrapControls/GridLayoutWrap/property.d.ts +6 -6
  453. package/dist/types/wrapControls/GridLayoutWrap/runtime.d.ts +9 -9
  454. package/dist/types/wrapControls/index.d.ts +1 -1
  455. package/package.json +2 -2
@@ -97,24 +97,24 @@ var DepartmentProperty = /*#__PURE__*/ function(BaseControlProperty) {
97
97
  var _this;
98
98
  _this = _call_super(this, DepartmentProperty, [
99
99
  props
100
- ]), /**
101
- * 展示类型: 默认形式 / 树状部门
102
- * */ _define_property(_this, "showType", void 0), /**
103
- * 部门范围: 所有部门 / 指定部门
104
- * */ _define_property(_this, "range", void 0), /**
105
- * 默认值类型:发起人部门/ 指定部门 /无
106
- */ _define_property(_this, "defaultValueType", void 0), /**
107
- * 部门多选
108
- * */ _define_property(_this, "multiple", void 0), /**
109
- * 指定部门范围
110
- * */ _define_property(_this, "rangeOptions", void 0), /**
111
- * 默认值
112
- * */ _define_property(_this, "defaultValue", void 0), /**
113
- * 部门显示层级
114
- * */ _define_property(_this, "displayLevel", void 0), /**
115
- * 是否展示子部门
116
- * */ _define_property(_this, "showSubDept", void 0), /**
117
- * 多级填充
100
+ ]), /**
101
+ * 展示类型: 默认形式 / 树状部门
102
+ * */ _define_property(_this, "showType", void 0), /**
103
+ * 部门范围: 所有部门 / 指定部门
104
+ * */ _define_property(_this, "range", void 0), /**
105
+ * 默认值类型:发起人部门/ 指定部门 /无
106
+ */ _define_property(_this, "defaultValueType", void 0), /**
107
+ * 部门多选
108
+ * */ _define_property(_this, "multiple", void 0), /**
109
+ * 指定部门范围
110
+ * */ _define_property(_this, "rangeOptions", void 0), /**
111
+ * 默认值
112
+ * */ _define_property(_this, "defaultValue", void 0), /**
113
+ * 部门显示层级
114
+ * */ _define_property(_this, "displayLevel", void 0), /**
115
+ * 是否展示子部门
116
+ * */ _define_property(_this, "showSubDept", void 0), /**
117
+ * 多级填充
118
118
  * */ _define_property(_this, "multistageFilling", void 0), _define_property(_this, "openMultistageFilling", void 0 //是否开启填充
119
119
  );
120
120
  var _props_showType;
@@ -126,28 +126,28 @@ var Department2Property = /*#__PURE__*/ function(BaseControlProperty) {
126
126
  var _this;
127
127
  _this = _call_super(this, Department2Property, [
128
128
  props
129
- ]), /**
130
- * 展示类型: 默认形式 / 树状部门
131
- * */ _define_property(_this, "showType", void 0), /**
132
- * 部门范围: 所有部门 / 指定部门
133
- * */ _define_property(_this, "range", void 0), /**
134
- * 默认值类型:发起人部门/ 指定部门 /无
135
- */ _define_property(_this, "defaultValueType", void 0), /**
136
- * 部门多选
137
- * */ _define_property(_this, "multiple", void 0), /**
138
- * 指定部门范围
139
- * */ _define_property(_this, "rangeOptions", void 0), /**
140
- * 默认值
141
- * */ _define_property(_this, "defaultValue", void 0), /**
142
- * 部门显示层级
143
- * */ _define_property(_this, "displayLevel", void 0), /**
144
- * 是否展示子部门
145
- * */ _define_property(_this, "showSubDept", void 0), /**
146
- * 多级填充
147
- * */ _define_property(_this, "multistageFilling", void 0), /**
148
- * 数据设置
149
- * */ _define_property(_this, "datasourceBind", void 0), /**
150
- * 数据类型 行政 or 业务
129
+ ]), /**
130
+ * 展示类型: 默认形式 / 树状部门
131
+ * */ _define_property(_this, "showType", void 0), /**
132
+ * 部门范围: 所有部门 / 指定部门
133
+ * */ _define_property(_this, "range", void 0), /**
134
+ * 默认值类型:发起人部门/ 指定部门 /无
135
+ */ _define_property(_this, "defaultValueType", void 0), /**
136
+ * 部门多选
137
+ * */ _define_property(_this, "multiple", void 0), /**
138
+ * 指定部门范围
139
+ * */ _define_property(_this, "rangeOptions", void 0), /**
140
+ * 默认值
141
+ * */ _define_property(_this, "defaultValue", void 0), /**
142
+ * 部门显示层级
143
+ * */ _define_property(_this, "displayLevel", void 0), /**
144
+ * 是否展示子部门
145
+ * */ _define_property(_this, "showSubDept", void 0), /**
146
+ * 多级填充
147
+ * */ _define_property(_this, "multistageFilling", void 0), /**
148
+ * 数据设置
149
+ * */ _define_property(_this, "datasourceBind", void 0), /**
150
+ * 数据类型 行政 or 业务
151
151
  * */ _define_property(_this, "datasourceType", void 0 //数据类型 行政 'administration'| 业务 'business'
152
152
  ), _define_property(_this, "businessType", void 0 //业务部门类型 'all' | 'assign'
153
153
  ), _define_property(_this, "businessScope", void 0 //业务部门范围
@@ -97,8 +97,8 @@ var EmployeeProperty = /*#__PURE__*/ function(BaseControlProperty) {
97
97
  var _this;
98
98
  _this = _call_super(this, EmployeeProperty, [
99
99
  props
100
- ]), /**
101
- * 展示类型: 默认形式 / 树状人员
100
+ ]), /**
101
+ * 展示类型: 默认形式 / 树状人员
102
102
  * */ _define_property(_this, "showType", void 0), _define_property(_this, "range", void 0 // 人员范围: 公司全员 / 指定人员
103
103
  ), // 选择指定人员时的范围
104
104
  _define_property(_this, "rangeOptions", void 0), _define_property(_this, "multiple", void 0 // 是否多选
@@ -126,8 +126,8 @@ var Employee2Property = /*#__PURE__*/ function(BaseControlProperty) {
126
126
  var _this;
127
127
  _this = _call_super(this, Employee2Property, [
128
128
  props
129
- ]), /**
130
- * 展示类型: 默认形式 / 树状人员
129
+ ]), /**
130
+ * 展示类型: 默认形式 / 树状人员
131
131
  * */ _define_property(_this, "showType", void 0), _define_property(_this, "range", void 0 // 人员范围: 公司全员 / 指定人员
132
132
  ), // 选择指定人员时的范围
133
133
  _define_property(_this, "rangeOptions", void 0), _define_property(_this, "multiple", void 0 // 是否多选
@@ -1,9 +1,9 @@
1
- /*
2
- * @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
3
- * @Date: 2022-12-01 14:40:30
4
- * @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
5
- * @LastEditTime: 2023-09-19 15:50:38
6
- * @FilePath: /model-driven/packages/controls/src/formControls/Image/designer.ts
1
+ /*
2
+ * @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
3
+ * @Date: 2022-12-01 14:40:30
4
+ * @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
5
+ * @LastEditTime: 2023-09-19 15:50:38
6
+ * @FilePath: /model-driven/packages/controls/src/formControls/Image/designer.ts
7
7
  */ function _assert_this_initialized(self) {
8
8
  if (self === void 0) {
9
9
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
@@ -1,9 +1,9 @@
1
- /*
2
- * @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
3
- * @Date: 2022-12-01 14:40:30
4
- * @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
5
- * @LastEditTime: 2023-09-19 14:56:27
6
- * @FilePath: /model-driven/packages/controls/src/formControls/Image/property.ts
1
+ /*
2
+ * @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
3
+ * @Date: 2022-12-01 14:40:30
4
+ * @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
5
+ * @LastEditTime: 2023-09-19 14:56:27
6
+ * @FilePath: /model-driven/packages/controls/src/formControls/Image/property.ts
7
7
  */ function _assert_this_initialized(self) {
8
8
  if (self === void 0) {
9
9
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
@@ -169,6 +169,14 @@ _define_property(InputControl, "setting", [
169
169
  COMMON_SETTING_TYPE.ENCRYPTED
170
170
  ]
171
171
  },
172
+ {
173
+ key: 'column-autoHeight',
174
+ visible: false
175
+ },
176
+ {
177
+ key: 'column-line-ellipsis',
178
+ visible: false
179
+ },
172
180
  {
173
181
  key: 'max-length',
174
182
  visible: true
@@ -180,7 +180,14 @@ var InputControlPropertyRuntimeRules = /*#__PURE__*/ function(BaseControlPropert
180
180
  * 密码模式 '' | 'ALL_MASK' | 'LAST_FOUR_MASK'
181
181
  * @defaultValue ''
182
182
  * @public
183
- */ _define_property(_this, "encryptedMode", void 0);
183
+ */ _define_property(_this, "encryptedMode", void 0), /**
184
+ * 在明细子表中自动高度
185
+ * @defaultValue false
186
+ */ _define_property(_this, "autoHeight", void 0), /**
187
+ * 在明细子表中行数设置
188
+ * @defaultValue 1
189
+ * @public
190
+ */ _define_property(_this, "lineEllipsis", void 0);
184
191
  var _props_maxLength;
185
192
  _this.maxLength = (_props_maxLength = props === null || props === void 0 ? void 0 : props.maxLength) !== null && _props_maxLength !== void 0 ? _props_maxLength : 200;
186
193
  var _props_minLength;
@@ -196,6 +203,10 @@ var InputControlPropertyRuntimeRules = /*#__PURE__*/ function(BaseControlPropert
196
203
  _this.encrypted = (_props_encrypted = props === null || props === void 0 ? void 0 : props.encrypted) !== null && _props_encrypted !== void 0 ? _props_encrypted : false;
197
204
  var _props_encryptedMode;
198
205
  _this.encryptedMode = (_props_encryptedMode = props === null || props === void 0 ? void 0 : props.encryptedMode) !== null && _props_encryptedMode !== void 0 ? _props_encryptedMode : '';
206
+ var _props_autoHeight;
207
+ _this.autoHeight = (_props_autoHeight = props === null || props === void 0 ? void 0 : props.autoHeight) !== null && _props_autoHeight !== void 0 ? _props_autoHeight : false;
208
+ var _props_lineEllipsis;
209
+ _this.lineEllipsis = (_props_lineEllipsis = props === null || props === void 0 ? void 0 : props.lineEllipsis) !== null && _props_lineEllipsis !== void 0 ? _props_lineEllipsis : 1;
199
210
  return _this;
200
211
  }
201
212
  return InputProperty;
@@ -150,9 +150,9 @@ var NumberControlPropertyRuntimeRules = /*#__PURE__*/ function(BaseControlProper
150
150
  }
151
151
  return NumberControlPropertyRuntimeRules;
152
152
  }(BaseControlPropertyRuntimeRules);
153
- /**
154
- * Number 数字
155
- * @public
153
+ /**
154
+ * Number 数字
155
+ * @public
156
156
  */ var NumberProperty = /*#__PURE__*/ function(BaseControlProperty) {
157
157
  "use strict";
158
158
  _inherits(NumberProperty, BaseControlProperty);
@@ -161,53 +161,53 @@ var NumberControlPropertyRuntimeRules = /*#__PURE__*/ function(BaseControlProper
161
161
  var _this;
162
162
  _this = _call_super(this, NumberProperty, [
163
163
  props
164
- ]), /**
165
- * 最小值
166
- * @defaultValue ''
167
- * @public
168
- * */ _define_property(_this, "rangeMin", void 0), /**
169
- * 最大值
170
- * @defaultValue ''
171
- * @public
172
- * */ _define_property(_this, "rangeMax", void 0), /**
173
- * 类型 (数值number/百分比percentage)
174
- * @defaultValue 'number'
175
- * @public
176
- * */ _define_property(_this, "numberType", void 0), /**
177
- * 百分比格式化
178
- * @defaultValue false
179
- * @public
180
- * */ _define_property(_this, "percentageFormat", void 0), /**
181
- * 千分位展示
182
- * @defaultValue false
183
- * @public
184
- * */ _define_property(_this, "micrometer", void 0), /**
185
- * 小数位数
186
- * @defaultValue ''
187
- * @public
188
- */ _define_property(_this, "precision", void 0), /**
189
- * 显示大写数字
190
- * @defaultValue false
191
- * @public
192
- * */ _define_property(_this, "showUpperCase", void 0), /**
193
- * 是否勾选单位
194
- * @defaultValue false
195
- * @public
196
- * */ _define_property(_this, "isShowUnit", void 0), /**
197
- * 单位位置 left right align-right
198
- * @defaultValue 'right'
199
- * @public
200
- * */ _define_property(_this, "unitPosition", void 0), /**
201
- * 自定义单位
202
- * @defaultValue ''
203
- * @public
204
- * */ _define_property(_this, "unit", void 0), /**
205
- * 默认值
206
- * @defaultValue ''
207
- * @public
208
- * */ _define_property(_this, "defaultValue", void 0), /**
209
- * 正则校验
210
- * @public
164
+ ]), /**
165
+ * 最小值
166
+ * @defaultValue ''
167
+ * @public
168
+ * */ _define_property(_this, "rangeMin", void 0), /**
169
+ * 最大值
170
+ * @defaultValue ''
171
+ * @public
172
+ * */ _define_property(_this, "rangeMax", void 0), /**
173
+ * 类型 (数值number/百分比percentage)
174
+ * @defaultValue 'number'
175
+ * @public
176
+ * */ _define_property(_this, "numberType", void 0), /**
177
+ * 百分比格式化
178
+ * @defaultValue false
179
+ * @public
180
+ * */ _define_property(_this, "percentageFormat", void 0), /**
181
+ * 千分位展示
182
+ * @defaultValue false
183
+ * @public
184
+ * */ _define_property(_this, "micrometer", void 0), /**
185
+ * 小数位数
186
+ * @defaultValue ''
187
+ * @public
188
+ */ _define_property(_this, "precision", void 0), /**
189
+ * 显示大写数字
190
+ * @defaultValue false
191
+ * @public
192
+ * */ _define_property(_this, "showUpperCase", void 0), /**
193
+ * 是否勾选单位
194
+ * @defaultValue false
195
+ * @public
196
+ * */ _define_property(_this, "isShowUnit", void 0), /**
197
+ * 单位位置 left right align-right
198
+ * @defaultValue 'right'
199
+ * @public
200
+ * */ _define_property(_this, "unitPosition", void 0), /**
201
+ * 自定义单位
202
+ * @defaultValue ''
203
+ * @public
204
+ * */ _define_property(_this, "unit", void 0), /**
205
+ * 默认值
206
+ * @defaultValue ''
207
+ * @public
208
+ * */ _define_property(_this, "defaultValue", void 0), /**
209
+ * 正则校验
210
+ * @public
211
211
  * */ _define_property(_this, "regularRules", void 0);
212
212
  var _props_rangeMin;
213
213
  _this.rangeMin = (_props_rangeMin = props === null || props === void 0 ? void 0 : props.rangeMin) !== null && _props_rangeMin !== void 0 ? _props_rangeMin : '';
@@ -126,31 +126,31 @@ var OrganizationSelectionProperty = /*#__PURE__*/ function(BaseControlProperty)
126
126
  var _this;
127
127
  _this = _call_super(this, OrganizationSelectionProperty, [
128
128
  props
129
- ]), /**
130
- * 展示类型: 默认形式 / 树状部门
131
- * */ _define_property(_this, "showType", void 0), /**
132
- * 部门范围: 所有部门 / 指定部门
133
- * */ _define_property(_this, "range", void 0), /**
134
- * 默认值类型:发起人部门/ 指定部门 /无
135
- */ _define_property(_this, "defaultValueType", void 0), /**
136
- * 部门多选
137
- * */ _define_property(_this, "multiple", void 0), /**
138
- * 指定部门范围
139
- * */ _define_property(_this, "rangeOptions", void 0), /**
140
- * 默认值
141
- * */ _define_property(_this, "defaultValue", void 0), /**
142
- * 部门显示层级
143
- * */ _define_property(_this, "displayLevel", void 0), /**
144
- * 是否展示子部门
145
- * */ _define_property(_this, "showSubDept", void 0), /**
146
- * 多级填充
147
- * */ _define_property(_this, "multistageFilling", void 0), /**
148
- * 数据设置
149
- * */ _define_property(_this, "datasourceBind", void 0), /**
150
- * 绑定列表页
151
- * @public
152
- */ _define_property(_this, "listPageBind", void 0), /**
153
- * 数据类型 行政 or 业务
129
+ ]), /**
130
+ * 展示类型: 默认形式 / 树状部门
131
+ * */ _define_property(_this, "showType", void 0), /**
132
+ * 部门范围: 所有部门 / 指定部门
133
+ * */ _define_property(_this, "range", void 0), /**
134
+ * 默认值类型:发起人部门/ 指定部门 /无
135
+ */ _define_property(_this, "defaultValueType", void 0), /**
136
+ * 部门多选
137
+ * */ _define_property(_this, "multiple", void 0), /**
138
+ * 指定部门范围
139
+ * */ _define_property(_this, "rangeOptions", void 0), /**
140
+ * 默认值
141
+ * */ _define_property(_this, "defaultValue", void 0), /**
142
+ * 部门显示层级
143
+ * */ _define_property(_this, "displayLevel", void 0), /**
144
+ * 是否展示子部门
145
+ * */ _define_property(_this, "showSubDept", void 0), /**
146
+ * 多级填充
147
+ * */ _define_property(_this, "multistageFilling", void 0), /**
148
+ * 数据设置
149
+ * */ _define_property(_this, "datasourceBind", void 0), /**
150
+ * 绑定列表页
151
+ * @public
152
+ */ _define_property(_this, "listPageBind", void 0), /**
153
+ * 数据类型 行政 or 业务
154
154
  * */ _define_property(_this, "datasourceType", void 0 //数据类型 行政 'administration'| 业务 'business'
155
155
  ), _define_property(_this, "businessType", void 0 //业务部门类型 'all' | 'assign'
156
156
  ), _define_property(_this, "businessScope", void 0 //业务部门范围
@@ -168,6 +168,14 @@ _define_property(RichTextControl, "setting", [
168
168
  COMMON_SETTING_TYPE.IS_SHOW_CAPTION_TIP
169
169
  ]
170
170
  },
171
+ {
172
+ key: 'column-autoHeight',
173
+ visible: false
174
+ },
175
+ {
176
+ key: 'column-line-ellipsis',
177
+ visible: false
178
+ },
171
179
  {
172
180
  key: 'max-length',
173
181
  visible: true
@@ -137,7 +137,14 @@ var RichTextProperty = /*#__PURE__*/ function(BaseControlProperty) {
137
137
  var _this;
138
138
  _this = _call_super(this, RichTextProperty, [
139
139
  props
140
- ]), _define_property(_this, "maxLength", void 0), _define_property(_this, "minLength", void 0), _define_property(_this, "defaultValue", void 0);
140
+ ]), _define_property(_this, "maxLength", void 0), _define_property(_this, "minLength", void 0), _define_property(_this, "defaultValue", void 0), /**
141
+ * 在明细子表中自动高度
142
+ * @defaultValue false
143
+ */ _define_property(_this, "autoHeight", void 0), /**
144
+ * 在明细子表中行数设置
145
+ * @defaultValue 1
146
+ * @public
147
+ */ _define_property(_this, "lineEllipsis", void 0);
141
148
  var _props_maxLength;
142
149
  _this.maxLength = (_props_maxLength = props === null || props === void 0 ? void 0 : props.maxLength) !== null && _props_maxLength !== void 0 ? _props_maxLength : 50000;
143
150
  var _props_minLength;
@@ -148,6 +155,10 @@ var RichTextProperty = /*#__PURE__*/ function(BaseControlProperty) {
148
155
  _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : RichTextControl.controlName;
149
156
  var _props_placeholder;
150
157
  _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : getLocaleText('CMD.pleaseEnter', null, '请输入');
158
+ var _props_autoHeight;
159
+ _this.autoHeight = (_props_autoHeight = props === null || props === void 0 ? void 0 : props.autoHeight) !== null && _props_autoHeight !== void 0 ? _props_autoHeight : false;
160
+ var _props_lineEllipsis;
161
+ _this.lineEllipsis = (_props_lineEllipsis = props === null || props === void 0 ? void 0 : props.lineEllipsis) !== null && _props_lineEllipsis !== void 0 ? _props_lineEllipsis : 1;
151
162
  return _this;
152
163
  }
153
164
  return RichTextProperty;
@@ -108,19 +108,19 @@ var SelectProperty = /*#__PURE__*/ function(BaseControlProperty) {
108
108
  ]), _define_property(_this, "options", void 0), _define_property(_this, "defaultShowOptions", void 0), _define_property(_this, "optionConfig", void 0 // 选项配置 custom datasource
109
109
  ), _define_property(_this, "defaultValue", void 0), _define_property(_this, "datasourceBind", void 0), _define_property(_this, "multistageFilling", void 0), _define_property(_this, "allowCopyOptions", void 0 //允许复制选项
110
110
  ), _define_property(_this, "openMultistageFilling", void 0 //是否开启填充
111
- ), /**
112
- * 表单打开方式
113
- * @defaultValue []
114
- * @public
115
- */ _define_property(_this, "viewFormModelType", void 0), /**
116
- * 查看详情
117
- * @defaultValue false
118
- * @public
111
+ ), /**
112
+ * 表单打开方式
113
+ * @defaultValue []
114
+ * @public
115
+ */ _define_property(_this, "viewFormModelType", void 0), /**
116
+ * 查看详情
117
+ * @defaultValue false
118
+ * @public
119
119
  */ _define_property(_this, "canViewForm", void 0 //https://www.tapd.cn/49877295/prong/stories/view/1149877295001003559
120
- ), /**
121
- * 选择表单
122
- * @defaultValue 空
123
- * @public
120
+ ), /**
121
+ * 选择表单
122
+ * @defaultValue 空
123
+ * @public
124
124
  */ _define_property(_this, "formBind", void 0);
125
125
  var _props_options;
126
126
  _this.options = initOptions((_props_options = props === null || props === void 0 ? void 0 : props.options) !== null && _props_options !== void 0 ? _props_options : [
@@ -123,19 +123,19 @@ var SelectMultipleProperty = /*#__PURE__*/ function(BaseControlProperty) {
123
123
  props
124
124
  ]), _define_property(_this, "options", void 0), _define_property(_this, "defaultShowOptions", void 0), _define_property(_this, "optionConfig", void 0 // 选项配置 custom datasource
125
125
  ), _define_property(_this, "defaultValue", void 0), _define_property(_this, "datasourceBind", void 0), _define_property(_this, "multistageFilling", void 0), _define_property(_this, "openMultistageFilling", void 0 //是否开启填充
126
- ), /**
127
- * 表单打开方式
128
- * @defaultValue []
129
- * @public
130
- */ _define_property(_this, "viewFormModelType", void 0), /**
131
- * 查看详情
132
- * @defaultValue false
133
- * @public
126
+ ), /**
127
+ * 表单打开方式
128
+ * @defaultValue []
129
+ * @public
130
+ */ _define_property(_this, "viewFormModelType", void 0), /**
131
+ * 查看详情
132
+ * @defaultValue false
133
+ * @public
134
134
  */ _define_property(_this, "canViewForm", void 0 //https://www.tapd.cn/49877295/prong/stories/view/1149877295001003559
135
- ), /**
136
- * 选择表单
137
- * @defaultValue 空
138
- * @public
135
+ ), /**
136
+ * 选择表单
137
+ * @defaultValue 空
138
+ * @public
139
139
  */ _define_property(_this, "formBind", void 0);
140
140
  var _props_options;
141
141
  _this.options = initOptions((_props_options = props === null || props === void 0 ? void 0 : props.options) !== null && _props_options !== void 0 ? _props_options : [
@@ -120,9 +120,9 @@ var SelectRelationControlPropertyRules = /*#__PURE__*/ function(OptionAndDataSou
120
120
  }
121
121
  return SelectRelationControlPropertyRules;
122
122
  }(OptionAndDataSourcePropertyRules);
123
- /**
124
- * SelectRelation 关联单选
125
- * @public
123
+ /**
124
+ * SelectRelation 关联单选
125
+ * @public
126
126
  */ var SelectRelationProperty = /*#__PURE__*/ function(BaseControlProperty) {
127
127
  "use strict";
128
128
  _inherits(SelectRelationProperty, BaseControlProperty);
@@ -131,46 +131,46 @@ var SelectRelationControlPropertyRules = /*#__PURE__*/ function(OptionAndDataSou
131
131
  var _this;
132
132
  _this = _call_super(this, SelectRelationProperty, [
133
133
  props
134
- ]), /**
135
- * 自定义选项
136
- * @defaultValue []
137
- * @public
138
- */ _define_property(_this, "options", void 0), /**
139
- * 选项配置
140
- * @defaultValue 'datasource'
141
- * @public
134
+ ]), /**
135
+ * 自定义选项
136
+ * @defaultValue []
137
+ * @public
138
+ */ _define_property(_this, "options", void 0), /**
139
+ * 选项配置
140
+ * @defaultValue 'datasource'
141
+ * @public
142
142
  * */ _define_property(_this, "optionConfig", void 0 // 选项配置 custom datasource
143
- ), /**
144
- * 默认值
145
- * @defaultValue ''
146
- * @public
147
- */ _define_property(_this, "defaultValue", void 0), /**
148
- * 绑定列表页
149
- * @public
150
- */ _define_property(_this, "listPageBind", void 0), /**
151
- * 关联数据源
152
- * @public
153
- */ _define_property(_this, "datasourceBind", void 0), /**
154
- * 数据填充
155
- * @defaultValue []
156
- * @public
157
- */ _define_property(_this, "multistageFilling", void 0), /**
158
- * 表单打开方式
159
- * @defaultValue []
160
- * @public
161
- */ _define_property(_this, "viewFormModelType", void 0), /**
162
- * 查看详情
163
- * @defaultValue false
164
- * @public
143
+ ), /**
144
+ * 默认值
145
+ * @defaultValue ''
146
+ * @public
147
+ */ _define_property(_this, "defaultValue", void 0), /**
148
+ * 绑定列表页
149
+ * @public
150
+ */ _define_property(_this, "listPageBind", void 0), /**
151
+ * 关联数据源
152
+ * @public
153
+ */ _define_property(_this, "datasourceBind", void 0), /**
154
+ * 数据填充
155
+ * @defaultValue []
156
+ * @public
157
+ */ _define_property(_this, "multistageFilling", void 0), /**
158
+ * 表单打开方式
159
+ * @defaultValue []
160
+ * @public
161
+ */ _define_property(_this, "viewFormModelType", void 0), /**
162
+ * 查看详情
163
+ * @defaultValue false
164
+ * @public
165
165
  */ _define_property(_this, "canViewForm", void 0 //https://www.tapd.cn/49877295/prong/stories/view/1149877295001003559
166
- ), /**
167
- * 选择表单
168
- * @defaultValue 空
169
- * @public
170
- */ _define_property(_this, "formBind", void 0), /**
171
- * 数据填充-查看/编辑页面生效
172
- * @defaultValue false
173
- * @public
166
+ ), /**
167
+ * 选择表单
168
+ * @defaultValue 空
169
+ * @public
170
+ */ _define_property(_this, "formBind", void 0), /**
171
+ * 数据填充-查看/编辑页面生效
172
+ * @defaultValue false
173
+ * @public
174
174
  */ _define_property(_this, "openMultistageFilling", void 0 //是否开启填充
175
175
  ), // 展示已选明细
176
176
  _define_property(_this, "showSelectedDetail", void 0), // 展示已选内容配置字段
@@ -168,6 +168,14 @@ _define_property(TextareaControl, "setting", [
168
168
  COMMON_SETTING_TYPE.IS_SHOW_CAPTION_TIP
169
169
  ]
170
170
  },
171
+ {
172
+ key: 'column-autoHeight',
173
+ visible: false
174
+ },
175
+ {
176
+ key: 'column-line-ellipsis',
177
+ visible: false
178
+ },
171
179
  {
172
180
  key: 'max-length',
173
181
  visible: true