amis-editor 5.5.0 → 5.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (979) hide show
  1. package/esm/builder/ApiDSBuilder.d.ts +491 -0
  2. package/esm/builder/ApiDSBuilder.js +1212 -0
  3. package/esm/builder/DSBuilder.d.ts +171 -0
  4. package/esm/builder/DSBuilder.js +49 -0
  5. package/esm/builder/DSBuilderManager.d.ts +62 -0
  6. package/esm/builder/DSBuilderManager.js +207 -0
  7. package/esm/builder/constants.d.ts +97 -0
  8. package/esm/builder/constants.js +135 -0
  9. package/esm/builder/index.d.ts +6 -0
  10. package/esm/builder/type.d.ts +96 -0
  11. package/esm/builder/utils.d.ts +10 -0
  12. package/esm/builder/utils.js +93 -0
  13. package/esm/component/BaseControl.js +5 -3
  14. package/esm/component/InputComponentName.js +3 -1
  15. package/esm/component/TableViewEditor.d.ts +2 -2
  16. package/esm/component/TableViewEditor.js +4 -2
  17. package/esm/icons/btn/btn-group.svg.js +3 -1
  18. package/esm/icons/btn/btn-select.svg.js +3 -1
  19. package/esm/icons/btn/btn-toolbar.svg.js +3 -1
  20. package/esm/icons/btn/button.svg.js +3 -1
  21. package/esm/icons/btn/dropdown-btn.svg.js +3 -1
  22. package/esm/icons/container/anchor-nav.svg.js +3 -1
  23. package/esm/icons/container/collapse.svg.js +3 -1
  24. package/esm/icons/container/container.svg.js +3 -1
  25. package/esm/icons/container/flex-container.svg.js +3 -1
  26. package/esm/icons/container/form-group.svg.js +3 -1
  27. package/esm/icons/container/grid.svg.js +3 -1
  28. package/esm/icons/container/iframe.svg.js +3 -1
  29. package/esm/icons/container/panel.svg.js +3 -1
  30. package/esm/icons/container/table-view.svg.js +3 -1
  31. package/esm/icons/container/tabs.svg.js +3 -1
  32. package/esm/icons/container/tooltip-wrapper.svg.js +3 -1
  33. package/esm/icons/container/web-component.svg.js +3 -1
  34. package/esm/icons/crud/column-add.svg.js +26 -0
  35. package/esm/icons/crud/column-delete.svg.js +24 -0
  36. package/esm/icons/crud/column-setting.svg.js +24 -0
  37. package/esm/icons/crud/share-link.svg.js +22 -0
  38. package/esm/icons/display/aBaseline.svg.js +4 -1
  39. package/esm/icons/display/aCenter.svg.js +4 -1
  40. package/esm/icons/display/aFlexEnd.svg.js +4 -1
  41. package/esm/icons/display/aFlexStart.svg.js +4 -1
  42. package/esm/icons/display/aStretch.svg.js +4 -1
  43. package/esm/icons/display/block.svg.js +4 -1
  44. package/esm/icons/display/dcolumn.svg.js +4 -1
  45. package/esm/icons/display/dcolumnReverse.svg.js +4 -1
  46. package/esm/icons/display/drow.svg.js +4 -1
  47. package/esm/icons/display/drowReverse.svg.js +4 -1
  48. package/esm/icons/display/flex.svg.js +4 -1
  49. package/esm/icons/display/inline-block.svg.js +4 -1
  50. package/esm/icons/display/inline.svg.js +4 -1
  51. package/esm/icons/display/jCenter.svg.js +4 -1
  52. package/esm/icons/display/jFlexEnd.svg.js +4 -1
  53. package/esm/icons/display/jFlexStart.svg.js +4 -1
  54. package/esm/icons/display/jSpaceAround.svg.js +4 -1
  55. package/esm/icons/display/jSpaceBetween.svg.js +4 -1
  56. package/esm/icons/feat/audio.svg.js +3 -1
  57. package/esm/icons/feat/custom.svg.js +3 -1
  58. package/esm/icons/feat/each.svg.js +3 -1
  59. package/esm/icons/feat/form.svg.js +3 -1
  60. package/esm/icons/feat/nav.svg.js +3 -1
  61. package/esm/icons/feat/qrcode.svg.js +3 -1
  62. package/esm/icons/feat/service.svg.js +3 -1
  63. package/esm/icons/feat/table.svg.js +3 -1
  64. package/esm/icons/feat/tasks.svg.js +3 -1
  65. package/esm/icons/feat/video.svg.js +3 -1
  66. package/esm/icons/feat/wizard.svg.js +3 -1
  67. package/esm/icons/form/chained-select.svg.js +3 -1
  68. package/esm/icons/form/checkbox.svg.js +3 -1
  69. package/esm/icons/form/checkboxes.svg.js +3 -1
  70. package/esm/icons/form/combo.svg.js +3 -1
  71. package/esm/icons/form/condition-builder.svg.js +3 -1
  72. package/esm/icons/form/diff-editor.svg.js +3 -1
  73. package/esm/icons/form/editor.svg.js +3 -1
  74. package/esm/icons/form/formula.svg.js +3 -1
  75. package/esm/icons/form/hidden.svg.js +3 -1
  76. package/esm/icons/form/input-city.svg.js +3 -1
  77. package/esm/icons/form/input-color.svg.js +3 -1
  78. package/esm/icons/form/input-date-range.svg.js +3 -1
  79. package/esm/icons/form/input-date.svg.js +3 -1
  80. package/esm/icons/form/input-datetime.svg.js +3 -1
  81. package/esm/icons/form/input-email.svg.js +3 -1
  82. package/esm/icons/form/input-excel.svg.js +3 -1
  83. package/esm/icons/form/input-file.svg.js +3 -1
  84. package/esm/icons/form/input-group.svg.js +3 -1
  85. package/esm/icons/form/input-image.svg.js +3 -1
  86. package/esm/icons/form/input-kv.svg.js +3 -1
  87. package/esm/icons/form/input-month-range.svg.js +3 -1
  88. package/esm/icons/form/input-number.svg.js +3 -1
  89. package/esm/icons/form/input-password.svg.js +3 -1
  90. package/esm/icons/form/input-quarter-range.svg.js +3 -1
  91. package/esm/icons/form/input-range.svg.js +3 -1
  92. package/esm/icons/form/input-rating.svg.js +3 -1
  93. package/esm/icons/form/input-repeat.svg.js +3 -1
  94. package/esm/icons/form/input-rich-text.svg.js +3 -1
  95. package/esm/icons/form/input-tag.svg.js +3 -1
  96. package/esm/icons/form/input-text.svg.js +3 -1
  97. package/esm/icons/form/input-time-range.svg.js +3 -1
  98. package/esm/icons/form/input-time.svg.js +3 -1
  99. package/esm/icons/form/input-tree.svg.js +3 -1
  100. package/esm/icons/form/input-url.svg.js +3 -1
  101. package/esm/icons/form/input-year.svg.js +3 -1
  102. package/esm/icons/form/inputArray.svg.js +3 -1
  103. package/esm/icons/form/list-select.svg.js +3 -1
  104. package/esm/icons/form/location-picker.svg.js +3 -1
  105. package/esm/icons/form/matrix-checkboxes.svg.js +3 -1
  106. package/esm/icons/form/month.svg.js +3 -1
  107. package/esm/icons/form/nested-select.svg.js +3 -1
  108. package/esm/icons/form/picker.svg.js +3 -1
  109. package/esm/icons/form/quarter.svg.js +3 -1
  110. package/esm/icons/form/radios.svg.js +3 -1
  111. package/esm/icons/form/select.svg.js +3 -1
  112. package/esm/icons/form/static.svg.js +3 -1
  113. package/esm/icons/form/sub-form.svg.js +3 -1
  114. package/esm/icons/form/switch.svg.js +3 -1
  115. package/esm/icons/form/tabs-transfer.svg.js +3 -1
  116. package/esm/icons/form/textarea.svg.js +3 -1
  117. package/esm/icons/form/transfer.svg.js +3 -1
  118. package/esm/icons/form/tree-select.svg.js +3 -1
  119. package/esm/icons/form/uuid.svg.js +3 -1
  120. package/esm/icons/index.js +12 -1
  121. package/esm/icons/layout/layout-1with2.svg.js +3 -1
  122. package/esm/icons/layout/layout-2cols.svg.js +3 -1
  123. package/esm/icons/layout/layout-2row.svg.js +3 -1
  124. package/esm/icons/layout/layout-2with1.svg.js +3 -1
  125. package/esm/icons/layout/layout-3cols.svg.js +3 -1
  126. package/esm/icons/layout/layout-3row.svg.js +3 -1
  127. package/esm/icons/layout/layout-absolute.svg.js +3 -1
  128. package/esm/icons/layout/layout-fixed-top.svg.js +3 -1
  129. package/esm/icons/layout/layout-fixed.svg.js +3 -1
  130. package/esm/icons/layout/layout-free-container.svg.js +3 -1
  131. package/esm/icons/layout/layout-full.svg.js +3 -1
  132. package/esm/icons/layout/layout1-2.svg.js +3 -1
  133. package/esm/icons/layout/layout2-1.svg.js +3 -1
  134. package/esm/icons/layout/layout3-1.svg.js +3 -1
  135. package/esm/icons/layout/layout3-2.svg.js +3 -1
  136. package/esm/icons/other/_fx.svg.js +3 -1
  137. package/esm/icons/other/divider.svg.js +3 -1
  138. package/esm/icons/other/fx.svg.js +3 -1
  139. package/esm/icons/other/property-sheet.svg.js +3 -1
  140. package/esm/icons/other/tooltip.svg.js +3 -1
  141. package/esm/icons/show/URL.svg.js +3 -1
  142. package/esm/icons/show/avatar.svg.js +3 -1
  143. package/esm/icons/show/breadcrumb.svg.js +3 -1
  144. package/esm/icons/show/card.svg.js +3 -1
  145. package/esm/icons/show/cards.svg.js +3 -1
  146. package/esm/icons/show/carousel.svg.js +3 -1
  147. package/esm/icons/show/chart.svg.js +3 -1
  148. package/esm/icons/show/code.svg.js +3 -1
  149. package/esm/icons/show/date.svg.js +3 -1
  150. package/esm/icons/show/datetime.svg.js +3 -1
  151. package/esm/icons/show/image.svg.js +3 -1
  152. package/esm/icons/show/images.svg.js +3 -1
  153. package/esm/icons/show/json-view.svg.js +3 -1
  154. package/esm/icons/show/list.svg.js +3 -1
  155. package/esm/icons/show/log.svg.js +3 -1
  156. package/esm/icons/show/mapping.svg.js +3 -1
  157. package/esm/icons/show/markdown.svg.js +3 -1
  158. package/esm/icons/show/plain.svg.js +3 -1
  159. package/esm/icons/show/progress.svg.js +3 -1
  160. package/esm/icons/show/sparkline.svg.js +3 -1
  161. package/esm/icons/show/status.svg.js +3 -1
  162. package/esm/icons/show/steps.svg.js +3 -1
  163. package/esm/icons/show/time.svg.js +3 -1
  164. package/esm/icons/theme/css.svg.js +3 -1
  165. package/esm/index.d.ts +9 -145
  166. package/esm/index.js +154 -139
  167. package/esm/locale/en-US.js +307 -2
  168. package/esm/locale/zh-CN.js +315 -4
  169. package/esm/plugin/Alert.js +3 -1
  170. package/esm/plugin/AnchorNav.js +5 -3
  171. package/esm/plugin/Audio.js +3 -1
  172. package/esm/plugin/Avatar.js +3 -1
  173. package/esm/plugin/Breadcrumb.js +3 -1
  174. package/esm/plugin/Button.js +5 -3
  175. package/esm/plugin/ButtonGroup.js +3 -1
  176. package/esm/plugin/CRUD.d.ts +4 -3
  177. package/esm/plugin/CRUD.js +29 -23
  178. package/esm/plugin/CRUD2/BaseCRUD.d.ts +233 -0
  179. package/esm/plugin/CRUD2/BaseCRUD.js +1045 -0
  180. package/esm/plugin/CRUD2/CRUDCards.d.ts +53 -0
  181. package/esm/plugin/CRUD2/CRUDList.d.ts +53 -0
  182. package/esm/plugin/CRUD2/CRUDTable.d.ts +21 -0
  183. package/esm/plugin/CRUD2/CRUDTable.js +48 -0
  184. package/esm/plugin/CRUD2/constants.d.ts +32 -0
  185. package/esm/plugin/CRUD2/constants.js +75 -0
  186. package/esm/plugin/CRUD2/utils.d.ts +8 -0
  187. package/esm/plugin/CRUD2/utils.js +91 -0
  188. package/esm/plugin/Card.js +10 -4
  189. package/esm/plugin/Card2.js +3 -1
  190. package/esm/plugin/Cards.d.ts +547 -41
  191. package/esm/plugin/Cards.js +368 -174
  192. package/esm/plugin/Carousel.js +122 -97
  193. package/esm/plugin/Chart.d.ts +3 -0
  194. package/esm/plugin/Chart.js +147 -91
  195. package/esm/plugin/CodeView.js +3 -1
  196. package/esm/plugin/Collapse.d.ts +2 -1
  197. package/esm/plugin/Collapse.js +56 -8
  198. package/esm/plugin/CollapseGroup.js +14 -13
  199. package/esm/plugin/ColumnToggler.d.ts +11 -6
  200. package/esm/plugin/ColumnToggler.js +69 -10
  201. package/esm/plugin/Container.d.ts +4 -1
  202. package/esm/plugin/Container.js +79 -9
  203. package/esm/plugin/Custom.js +5 -3
  204. package/esm/plugin/CustomRegion.js +5 -2
  205. package/esm/plugin/Date.js +3 -1
  206. package/esm/plugin/Datetime.js +3 -1
  207. package/esm/plugin/Dialog.d.ts +26 -3
  208. package/esm/plugin/Dialog.js +217 -23
  209. package/esm/plugin/Divider.js +72 -6
  210. package/esm/plugin/Drawer.d.ts +7 -1
  211. package/esm/plugin/Drawer.js +134 -44
  212. package/esm/plugin/DropDownButton.js +4 -2
  213. package/esm/plugin/Each.d.ts +226 -11
  214. package/esm/plugin/Each.js +238 -89
  215. package/esm/plugin/Flex.js +3 -1
  216. package/esm/plugin/Form/ButtonGroupSelect.d.ts +2 -0
  217. package/esm/plugin/Form/ButtonGroupSelect.js +52 -2
  218. package/esm/plugin/Form/ButtonToolbar.js +3 -1
  219. package/esm/plugin/Form/ChainedSelect.d.ts +2 -0
  220. package/esm/plugin/Form/ChainedSelect.js +43 -3
  221. package/esm/plugin/Form/Checkbox.d.ts +6 -0
  222. package/esm/plugin/Form/Checkbox.js +61 -12
  223. package/esm/plugin/Form/Checkboxes.d.ts +2 -0
  224. package/esm/plugin/Form/Checkboxes.js +66 -22
  225. package/esm/plugin/Form/CodeEditor.js +3 -1
  226. package/esm/plugin/Form/Combo.d.ts +4 -2
  227. package/esm/plugin/Form/Combo.js +79 -6
  228. package/esm/plugin/Form/ConditionBuilder.js +5 -2
  229. package/esm/plugin/Form/Control.js +5 -3
  230. package/esm/plugin/Form/DiffEditor.js +3 -1
  231. package/esm/plugin/Form/FieldSet.js +4 -2
  232. package/esm/plugin/Form/Form.d.ts +37 -8
  233. package/esm/plugin/Form/Form.js +629 -491
  234. package/esm/plugin/Form/Formula.js +3 -1
  235. package/esm/plugin/Form/Group.js +5 -3
  236. package/esm/plugin/Form/Hidden.js +3 -1
  237. package/esm/plugin/Form/InputArray.js +4 -2
  238. package/esm/plugin/Form/InputCity.d.ts +2 -0
  239. package/esm/plugin/Form/InputCity.js +56 -2
  240. package/esm/plugin/Form/InputColor.js +3 -1
  241. package/esm/plugin/Form/InputDate.js +29 -43
  242. package/esm/plugin/Form/InputDateRange.js +42 -31
  243. package/esm/plugin/Form/InputDateTime.js +3 -1
  244. package/esm/plugin/Form/InputDateTimeRange.js +3 -1
  245. package/esm/plugin/Form/InputEmail.js +3 -1
  246. package/esm/plugin/Form/InputExcel.js +3 -1
  247. package/esm/plugin/Form/InputFile.js +8 -2
  248. package/esm/plugin/Form/InputGroup.d.ts +1 -0
  249. package/esm/plugin/Form/InputGroup.js +3 -1
  250. package/esm/plugin/Form/InputImage.js +12 -6
  251. package/esm/plugin/Form/InputKV.js +3 -1
  252. package/esm/plugin/Form/InputMonth.js +3 -1
  253. package/esm/plugin/Form/InputMonthRange.js +3 -1
  254. package/esm/plugin/Form/InputNumber.d.ts +6 -1
  255. package/esm/plugin/Form/InputNumber.js +12 -1
  256. package/esm/plugin/Form/InputPassword.js +3 -1
  257. package/esm/plugin/Form/InputQuarter.js +3 -1
  258. package/esm/plugin/Form/InputQuarterRange.js +3 -1
  259. package/esm/plugin/Form/InputRange.d.ts +21 -1
  260. package/esm/plugin/Form/InputRange.js +50 -35
  261. package/esm/plugin/Form/InputRating.d.ts +6 -0
  262. package/esm/plugin/Form/InputRating.js +12 -1
  263. package/esm/plugin/Form/InputRepeat.js +3 -1
  264. package/esm/plugin/Form/InputRichText.js +3 -1
  265. package/esm/plugin/Form/InputSubForm.js +5 -3
  266. package/esm/plugin/Form/InputTable.d.ts +4 -3
  267. package/esm/plugin/Form/InputTable.js +85 -64
  268. package/esm/plugin/Form/InputTag.d.ts +6 -1
  269. package/esm/plugin/Form/InputTag.js +54 -4
  270. package/esm/plugin/Form/InputText.d.ts +2 -0
  271. package/esm/plugin/Form/InputText.js +51 -1
  272. package/esm/plugin/Form/InputTime.js +3 -1
  273. package/esm/plugin/Form/InputTimeRange.js +3 -1
  274. package/esm/plugin/Form/InputTree.d.ts +2 -1
  275. package/esm/plugin/Form/InputTree.js +98 -35
  276. package/esm/plugin/Form/InputURL.js +3 -1
  277. package/esm/plugin/Form/InputYear.js +3 -1
  278. package/esm/plugin/Form/InputYearRange.js +3 -1
  279. package/esm/plugin/Form/Item.js +20 -15
  280. package/esm/plugin/Form/ListSelect.d.ts +2 -0
  281. package/esm/plugin/Form/ListSelect.js +52 -2
  282. package/esm/plugin/Form/LocationPicker.d.ts +28 -0
  283. package/esm/plugin/Form/LocationPicker.js +34 -1
  284. package/esm/plugin/Form/MatrixCheckboxes.d.ts +1 -2
  285. package/esm/plugin/Form/MatrixCheckboxes.js +32 -6
  286. package/esm/plugin/Form/NestedSelect.d.ts +2 -1
  287. package/esm/plugin/Form/NestedSelect.js +52 -2
  288. package/esm/plugin/Form/Picker.d.ts +2 -1
  289. package/esm/plugin/Form/Picker.js +51 -3
  290. package/esm/plugin/Form/Radios.d.ts +2 -0
  291. package/esm/plugin/Form/Radios.js +33 -2
  292. package/esm/plugin/Form/Select.d.ts +9 -7
  293. package/esm/plugin/Form/Select.js +68 -51
  294. package/esm/plugin/Form/Static.js +5 -3
  295. package/esm/plugin/Form/Switch.d.ts +6 -1
  296. package/esm/plugin/Form/Switch.js +13 -1
  297. package/esm/plugin/Form/TabsTransfer.d.ts +4 -3
  298. package/esm/plugin/Form/TabsTransfer.js +81 -28
  299. package/esm/plugin/Form/Textarea.js +3 -1
  300. package/esm/plugin/Form/Transfer.d.ts +2 -0
  301. package/esm/plugin/Form/Transfer.js +46 -5
  302. package/esm/plugin/Form/TreeSelect.d.ts +2 -1
  303. package/esm/plugin/Form/TreeSelect.js +86 -30
  304. package/esm/plugin/Form/UUID.js +3 -1
  305. package/esm/plugin/Grid.js +13 -8
  306. package/esm/plugin/HBox.js +10 -8
  307. package/esm/plugin/IFrame.js +3 -1
  308. package/esm/plugin/Icon.js +5 -3
  309. package/esm/plugin/Image.js +54 -31
  310. package/esm/plugin/Images.js +22 -10
  311. package/esm/plugin/Json.js +3 -1
  312. package/esm/plugin/Layout/FlexPluginBase.js +18 -16
  313. package/esm/plugin/Layout/Layout_fixed.js +3 -1
  314. package/esm/plugin/Layout/Layout_free_container.js +3 -1
  315. package/esm/plugin/Layout/Layout_sorption_container.js +3 -1
  316. package/esm/plugin/Link.js +17 -5
  317. package/esm/plugin/List.d.ts +5 -0
  318. package/esm/plugin/List.js +59 -23
  319. package/esm/plugin/List2.d.ts +545 -0
  320. package/esm/plugin/List2.js +380 -0
  321. package/esm/plugin/ListItem.js +4 -2
  322. package/esm/plugin/Log.js +6 -4
  323. package/esm/plugin/Mapping.js +3 -1
  324. package/esm/plugin/Markdown.js +3 -1
  325. package/esm/plugin/Nav.d.ts +2 -0
  326. package/esm/plugin/Nav.js +7 -3
  327. package/esm/plugin/OfficeViewer.js +3 -1
  328. package/esm/plugin/Operation.js +4 -3
  329. package/esm/plugin/Others/Action.js +7 -5
  330. package/esm/plugin/Others/TableCell.js +5 -3
  331. package/esm/plugin/Page.d.ts +1 -1
  332. package/esm/plugin/Page.js +66 -20
  333. package/esm/plugin/Pagination.d.ts +0 -1
  334. package/esm/plugin/Pagination.js +35 -19
  335. package/esm/plugin/Panel.js +4 -2
  336. package/esm/plugin/Plain.js +3 -1
  337. package/esm/plugin/Progress.js +37 -10
  338. package/esm/plugin/Property.js +3 -1
  339. package/esm/plugin/QRCode.js +3 -1
  340. package/esm/plugin/Reset.js +3 -1
  341. package/esm/plugin/SearchBox.d.ts +3 -1
  342. package/esm/plugin/SearchBox.js +14 -1
  343. package/esm/plugin/Service.d.ts +20 -13
  344. package/esm/plugin/Service.js +203 -94
  345. package/esm/plugin/Sparkline.d.ts +2 -1
  346. package/esm/plugin/Sparkline.js +32 -9
  347. package/esm/plugin/Status.js +3 -1
  348. package/esm/plugin/Steps.js +3 -1
  349. package/esm/plugin/Submit.js +3 -1
  350. package/esm/plugin/Table.d.ts +10 -1
  351. package/esm/plugin/Table.js +160 -107
  352. package/esm/plugin/Table2.d.ts +24 -10
  353. package/esm/plugin/Table2.js +668 -420
  354. package/esm/plugin/TableCell2.d.ts +14 -2
  355. package/esm/plugin/TableCell2.js +510 -365
  356. package/esm/plugin/TableView.d.ts +2 -1
  357. package/esm/plugin/TableView.js +3 -1
  358. package/esm/plugin/Tabs.d.ts +2 -1
  359. package/esm/plugin/Tabs.js +6 -4
  360. package/esm/plugin/Tag.js +10 -2
  361. package/esm/plugin/Tasks.js +3 -1
  362. package/esm/plugin/Time.js +3 -1
  363. package/esm/plugin/Timeline.d.ts +2 -1
  364. package/esm/plugin/Timeline.js +77 -4
  365. package/esm/plugin/TooltipWrapper.js +12 -9
  366. package/esm/plugin/Tpl.js +21 -3
  367. package/esm/plugin/Video.js +3 -1
  368. package/esm/plugin/WebComponent.js +3 -1
  369. package/esm/plugin/Wizard.js +7 -5
  370. package/esm/plugin/Wrapper.js +10 -8
  371. package/esm/plugin/index.d.ts +144 -0
  372. package/esm/renderer/APIAdaptorControl.d.ts +16 -2
  373. package/esm/renderer/APIAdaptorControl.js +33 -47
  374. package/esm/renderer/APIControl.d.ts +4 -4
  375. package/esm/renderer/APIControl.js +13 -3
  376. package/esm/renderer/ActionApiControl.d.ts +9 -3
  377. package/esm/renderer/BadgeControl.d.ts +7 -7
  378. package/esm/renderer/BadgeControl.js +8 -3
  379. package/esm/renderer/ButtonGroupControl.d.ts +1 -1
  380. package/esm/renderer/ButtonGroupControl.js +3 -1
  381. package/esm/renderer/ColumnControl.d.ts +1 -1
  382. package/esm/renderer/DataBindingControl.d.ts +3 -3
  383. package/esm/renderer/DataBindingControl.js +12 -6
  384. package/esm/renderer/DataMappingControl.js +3 -1
  385. package/esm/renderer/DataPickerControl.d.ts +1 -1
  386. package/esm/renderer/DataPickerControl.js +3 -1
  387. package/esm/renderer/DateShortCutControl.d.ts +3 -2
  388. package/esm/renderer/DateShortCutControl.js +10 -6
  389. package/esm/renderer/ExpressionFormulaControl.d.ts +1 -1
  390. package/esm/renderer/ExpressionFormulaControl.js +4 -2
  391. package/esm/renderer/FeatureControl.d.ts +18 -5
  392. package/esm/renderer/FeatureControl.js +74 -12
  393. package/esm/renderer/FieldSetting.d.ts +66 -0
  394. package/esm/renderer/FieldSetting.js +492 -0
  395. package/esm/renderer/FlexSettingControl.d.ts +1 -1
  396. package/esm/renderer/FlexSettingControl.js +4 -2
  397. package/esm/renderer/FormulaControl.d.ts +8 -3
  398. package/esm/renderer/FormulaControl.js +24 -7
  399. package/esm/renderer/FunctionEditorControl.d.ts +79 -0
  400. package/esm/renderer/FunctionEditorControl.js +107 -0
  401. package/esm/renderer/GoConfigControl.d.ts +1 -1
  402. package/esm/renderer/GoConfigControl.js +4 -2
  403. package/esm/renderer/InputRangeValueControl.d.ts +15 -0
  404. package/esm/renderer/InputRangeValueControl.js +121 -0
  405. package/esm/renderer/MapSourceControl.d.ts +3 -3
  406. package/esm/renderer/MapSourceControl.js +4 -2
  407. package/esm/renderer/NavBadgeControl.d.ts +7 -7
  408. package/esm/renderer/NavBadgeControl.js +3 -1
  409. package/esm/renderer/NavDefaultActive.js +3 -1
  410. package/esm/renderer/NavSourceControl.d.ts +53 -35
  411. package/esm/renderer/NavSourceControl.js +601 -230
  412. package/esm/renderer/OptionControl.d.ts +5 -3
  413. package/esm/renderer/OptionControl.js +37 -25
  414. package/esm/renderer/RangePartsControl.d.ts +5 -5
  415. package/esm/renderer/RangePartsControl.js +6 -4
  416. package/esm/renderer/StatusControl.d.ts +2 -2
  417. package/esm/renderer/StatusControl.js +19 -3
  418. package/esm/renderer/SwitchMoreControl.d.ts +12 -5
  419. package/esm/renderer/SwitchMoreControl.js +23 -8
  420. package/esm/renderer/TableColumnWidthControl.d.ts +29 -0
  421. package/esm/renderer/TableColumnWidthControl.js +177 -0
  422. package/esm/renderer/TimelineItemControl.d.ts +6 -6
  423. package/esm/renderer/TimelineItemControl.js +26 -7
  424. package/esm/renderer/TplFormulaControl.d.ts +1 -1
  425. package/esm/renderer/TplFormulaControl.js +3 -1
  426. package/esm/renderer/TransferTableControl.d.ts +3 -3
  427. package/esm/renderer/TransferTableControl.js +4 -2
  428. package/esm/renderer/TreeOptionControl.d.ts +4 -4
  429. package/esm/renderer/TreeOptionControl.js +15 -13
  430. package/esm/renderer/ValidationControl.d.ts +4 -4
  431. package/esm/renderer/ValidationControl.js +4 -2
  432. package/esm/renderer/ValidationItem.d.ts +3 -3
  433. package/esm/renderer/ValidationItem.js +3 -1
  434. package/esm/renderer/crud2-control/AddColumnModal.d.ts +6 -0
  435. package/esm/renderer/crud2-control/AddColumnModal.js +256 -0
  436. package/esm/renderer/crud2-control/CRUDColumnControl.d.ts +68 -0
  437. package/esm/renderer/crud2-control/CRUDColumnControl.js +473 -0
  438. package/esm/renderer/crud2-control/CRUDFiltersControl.d.ts +53 -0
  439. package/esm/renderer/crud2-control/CRUDFiltersControl.js +691 -0
  440. package/esm/renderer/crud2-control/CRUDToolbarControl.d.ts +49 -0
  441. package/esm/renderer/crud2-control/CRUDToolbarControl.js +417 -0
  442. package/esm/renderer/event-control/action-config-dialog.d.ts +1 -1
  443. package/esm/renderer/event-control/action-config-dialog.js +30 -4
  444. package/esm/renderer/event-control/action-config-panel.js +3 -1
  445. package/esm/renderer/event-control/comp-action-select.d.ts +1 -1
  446. package/esm/renderer/event-control/comp-action-select.js +3 -1
  447. package/esm/renderer/event-control/helper.d.ts +2 -1
  448. package/esm/renderer/event-control/helper.js +307 -206
  449. package/esm/renderer/event-control/index.d.ts +28 -19
  450. package/esm/renderer/event-control/index.js +115 -22
  451. package/esm/renderer/style-control/Background.d.ts +1 -1
  452. package/esm/renderer/style-control/Background.js +3 -1
  453. package/esm/renderer/style-control/Border.d.ts +2 -2
  454. package/esm/renderer/style-control/Border.js +10 -8
  455. package/esm/renderer/style-control/BoxModel.d.ts +2 -2
  456. package/esm/renderer/style-control/BoxModel.js +3 -1
  457. package/esm/renderer/style-control/BoxShadow.d.ts +2 -2
  458. package/esm/renderer/style-control/BoxShadow.js +3 -1
  459. package/esm/renderer/style-control/Display.d.ts +1 -1
  460. package/esm/renderer/style-control/Display.js +3 -1
  461. package/esm/renderer/style-control/Font.d.ts +1 -1
  462. package/esm/renderer/style-control/Font.js +3 -1
  463. package/esm/renderer/style-control/InsetBoxModel.d.ts +2 -2
  464. package/esm/renderer/style-control/InsetBoxModel.js +3 -1
  465. package/esm/renderer/style-control/ThemeCssCode.d.ts +1 -1
  466. package/esm/renderer/style-control/ThemeCssCode.js +134 -282
  467. package/esm/renderer/style-control/font-family.js +3 -1
  468. package/esm/renderer/style-control/helper.js +3 -1
  469. package/esm/renderer/style-control/transformation.js +3 -1
  470. package/esm/renderer/textarea-formula/FormulaPicker.js +5 -3
  471. package/esm/renderer/textarea-formula/TextareaFormulaControl.d.ts +3 -1
  472. package/esm/renderer/textarea-formula/TextareaFormulaControl.js +77 -8
  473. package/esm/renderer/textarea-formula/plugin.js +5 -3
  474. package/esm/tpl/api.js +16 -11
  475. package/esm/tpl/common.js +60 -18
  476. package/esm/tpl/horizontal.js +4 -2
  477. package/esm/tpl/layout.js +16 -10
  478. package/esm/tpl/options.d.ts +10 -1
  479. package/esm/tpl/options.js +251 -11
  480. package/esm/tpl/remark.js +3 -1
  481. package/esm/tpl/style.js +99 -60
  482. package/esm/tpl/validations.js +3 -1
  483. package/esm/util.d.ts +14 -0
  484. package/esm/util.js +39 -3
  485. package/esm/validator.js +7 -5
  486. package/lib/builder/ApiDSBuilder.d.ts +491 -0
  487. package/lib/builder/ApiDSBuilder.js +1226 -0
  488. package/lib/builder/DSBuilder.d.ts +171 -0
  489. package/lib/builder/DSBuilder.js +55 -0
  490. package/lib/builder/DSBuilderManager.d.ts +62 -0
  491. package/lib/builder/DSBuilderManager.js +211 -0
  492. package/lib/builder/constants.d.ts +97 -0
  493. package/lib/builder/constants.js +144 -0
  494. package/lib/builder/index.d.ts +6 -0
  495. package/lib/builder/type.d.ts +96 -0
  496. package/lib/builder/utils.d.ts +10 -0
  497. package/lib/builder/utils.js +104 -0
  498. package/lib/component/BaseControl.js +5 -3
  499. package/lib/component/InputComponentName.js +3 -1
  500. package/lib/component/TableViewEditor.d.ts +2 -2
  501. package/lib/component/TableViewEditor.js +4 -2
  502. package/lib/icons/btn/btn-group.svg.js +3 -1
  503. package/lib/icons/btn/btn-select.svg.js +3 -1
  504. package/lib/icons/btn/btn-toolbar.svg.js +3 -1
  505. package/lib/icons/btn/button.svg.js +3 -1
  506. package/lib/icons/btn/dropdown-btn.svg.js +3 -1
  507. package/lib/icons/container/anchor-nav.svg.js +3 -1
  508. package/lib/icons/container/collapse.svg.js +3 -1
  509. package/lib/icons/container/container.svg.js +3 -1
  510. package/lib/icons/container/flex-container.svg.js +3 -1
  511. package/lib/icons/container/form-group.svg.js +3 -1
  512. package/lib/icons/container/grid.svg.js +3 -1
  513. package/lib/icons/container/iframe.svg.js +3 -1
  514. package/lib/icons/container/panel.svg.js +3 -1
  515. package/lib/icons/container/table-view.svg.js +3 -1
  516. package/lib/icons/container/tabs.svg.js +3 -1
  517. package/lib/icons/container/tooltip-wrapper.svg.js +3 -1
  518. package/lib/icons/container/web-component.svg.js +3 -1
  519. package/lib/icons/crud/column-add.svg.js +50 -0
  520. package/lib/icons/crud/column-delete.svg.js +48 -0
  521. package/lib/icons/crud/column-setting.svg.js +48 -0
  522. package/lib/icons/crud/share-link.svg.js +46 -0
  523. package/lib/icons/display/aBaseline.svg.js +19 -16
  524. package/lib/icons/display/aCenter.svg.js +19 -16
  525. package/lib/icons/display/aFlexEnd.svg.js +19 -16
  526. package/lib/icons/display/aFlexStart.svg.js +19 -16
  527. package/lib/icons/display/aStretch.svg.js +19 -16
  528. package/lib/icons/display/block.svg.js +19 -16
  529. package/lib/icons/display/dcolumn.svg.js +19 -16
  530. package/lib/icons/display/dcolumnReverse.svg.js +19 -16
  531. package/lib/icons/display/drow.svg.js +19 -16
  532. package/lib/icons/display/drowReverse.svg.js +19 -16
  533. package/lib/icons/display/flex.svg.js +19 -16
  534. package/lib/icons/display/inline-block.svg.js +19 -16
  535. package/lib/icons/display/inline.svg.js +19 -16
  536. package/lib/icons/display/jCenter.svg.js +19 -16
  537. package/lib/icons/display/jFlexEnd.svg.js +19 -16
  538. package/lib/icons/display/jFlexStart.svg.js +19 -16
  539. package/lib/icons/display/jSpaceAround.svg.js +19 -16
  540. package/lib/icons/display/jSpaceBetween.svg.js +19 -16
  541. package/lib/icons/feat/audio.svg.js +3 -1
  542. package/lib/icons/feat/custom.svg.js +3 -1
  543. package/lib/icons/feat/each.svg.js +3 -1
  544. package/lib/icons/feat/form.svg.js +3 -1
  545. package/lib/icons/feat/nav.svg.js +3 -1
  546. package/lib/icons/feat/qrcode.svg.js +3 -1
  547. package/lib/icons/feat/service.svg.js +3 -1
  548. package/lib/icons/feat/table.svg.js +3 -1
  549. package/lib/icons/feat/tasks.svg.js +3 -1
  550. package/lib/icons/feat/video.svg.js +3 -1
  551. package/lib/icons/feat/wizard.svg.js +3 -1
  552. package/lib/icons/form/chained-select.svg.js +3 -1
  553. package/lib/icons/form/checkbox.svg.js +3 -1
  554. package/lib/icons/form/checkboxes.svg.js +3 -1
  555. package/lib/icons/form/combo.svg.js +3 -1
  556. package/lib/icons/form/condition-builder.svg.js +3 -1
  557. package/lib/icons/form/diff-editor.svg.js +3 -1
  558. package/lib/icons/form/editor.svg.js +3 -1
  559. package/lib/icons/form/formula.svg.js +3 -1
  560. package/lib/icons/form/hidden.svg.js +3 -1
  561. package/lib/icons/form/input-city.svg.js +3 -1
  562. package/lib/icons/form/input-color.svg.js +3 -1
  563. package/lib/icons/form/input-date-range.svg.js +3 -1
  564. package/lib/icons/form/input-date.svg.js +3 -1
  565. package/lib/icons/form/input-datetime.svg.js +3 -1
  566. package/lib/icons/form/input-email.svg.js +3 -1
  567. package/lib/icons/form/input-excel.svg.js +3 -1
  568. package/lib/icons/form/input-file.svg.js +3 -1
  569. package/lib/icons/form/input-group.svg.js +3 -1
  570. package/lib/icons/form/input-image.svg.js +3 -1
  571. package/lib/icons/form/input-kv.svg.js +3 -1
  572. package/lib/icons/form/input-month-range.svg.js +3 -1
  573. package/lib/icons/form/input-number.svg.js +3 -1
  574. package/lib/icons/form/input-password.svg.js +3 -1
  575. package/lib/icons/form/input-quarter-range.svg.js +3 -1
  576. package/lib/icons/form/input-range.svg.js +3 -1
  577. package/lib/icons/form/input-rating.svg.js +3 -1
  578. package/lib/icons/form/input-repeat.svg.js +3 -1
  579. package/lib/icons/form/input-rich-text.svg.js +3 -1
  580. package/lib/icons/form/input-tag.svg.js +3 -1
  581. package/lib/icons/form/input-text.svg.js +3 -1
  582. package/lib/icons/form/input-time-range.svg.js +3 -1
  583. package/lib/icons/form/input-time.svg.js +3 -1
  584. package/lib/icons/form/input-tree.svg.js +3 -1
  585. package/lib/icons/form/input-url.svg.js +3 -1
  586. package/lib/icons/form/input-year.svg.js +3 -1
  587. package/lib/icons/form/inputArray.svg.js +3 -1
  588. package/lib/icons/form/list-select.svg.js +3 -1
  589. package/lib/icons/form/location-picker.svg.js +3 -1
  590. package/lib/icons/form/matrix-checkboxes.svg.js +3 -1
  591. package/lib/icons/form/month.svg.js +3 -1
  592. package/lib/icons/form/nested-select.svg.js +3 -1
  593. package/lib/icons/form/picker.svg.js +3 -1
  594. package/lib/icons/form/quarter.svg.js +3 -1
  595. package/lib/icons/form/radios.svg.js +3 -1
  596. package/lib/icons/form/select.svg.js +3 -1
  597. package/lib/icons/form/static.svg.js +3 -1
  598. package/lib/icons/form/sub-form.svg.js +3 -1
  599. package/lib/icons/form/switch.svg.js +3 -1
  600. package/lib/icons/form/tabs-transfer.svg.js +3 -1
  601. package/lib/icons/form/textarea.svg.js +3 -1
  602. package/lib/icons/form/transfer.svg.js +3 -1
  603. package/lib/icons/form/tree-select.svg.js +3 -1
  604. package/lib/icons/form/uuid.svg.js +3 -1
  605. package/lib/icons/index.js +12 -1
  606. package/lib/icons/layout/layout-1with2.svg.js +3 -1
  607. package/lib/icons/layout/layout-2cols.svg.js +3 -1
  608. package/lib/icons/layout/layout-2row.svg.js +3 -1
  609. package/lib/icons/layout/layout-2with1.svg.js +3 -1
  610. package/lib/icons/layout/layout-3cols.svg.js +3 -1
  611. package/lib/icons/layout/layout-3row.svg.js +3 -1
  612. package/lib/icons/layout/layout-absolute.svg.js +3 -1
  613. package/lib/icons/layout/layout-fixed-top.svg.js +3 -1
  614. package/lib/icons/layout/layout-fixed.svg.js +3 -1
  615. package/lib/icons/layout/layout-free-container.svg.js +3 -1
  616. package/lib/icons/layout/layout-full.svg.js +3 -1
  617. package/lib/icons/layout/layout1-2.svg.js +3 -1
  618. package/lib/icons/layout/layout2-1.svg.js +3 -1
  619. package/lib/icons/layout/layout3-1.svg.js +3 -1
  620. package/lib/icons/layout/layout3-2.svg.js +3 -1
  621. package/lib/icons/other/_fx.svg.js +3 -1
  622. package/lib/icons/other/divider.svg.js +3 -1
  623. package/lib/icons/other/fx.svg.js +3 -1
  624. package/lib/icons/other/property-sheet.svg.js +3 -1
  625. package/lib/icons/other/tooltip.svg.js +3 -1
  626. package/lib/icons/show/URL.svg.js +3 -1
  627. package/lib/icons/show/avatar.svg.js +3 -1
  628. package/lib/icons/show/breadcrumb.svg.js +3 -1
  629. package/lib/icons/show/card.svg.js +3 -1
  630. package/lib/icons/show/cards.svg.js +3 -1
  631. package/lib/icons/show/carousel.svg.js +3 -1
  632. package/lib/icons/show/chart.svg.js +3 -1
  633. package/lib/icons/show/code.svg.js +3 -1
  634. package/lib/icons/show/date.svg.js +3 -1
  635. package/lib/icons/show/datetime.svg.js +3 -1
  636. package/lib/icons/show/image.svg.js +3 -1
  637. package/lib/icons/show/images.svg.js +3 -1
  638. package/lib/icons/show/json-view.svg.js +3 -1
  639. package/lib/icons/show/list.svg.js +3 -1
  640. package/lib/icons/show/log.svg.js +3 -1
  641. package/lib/icons/show/mapping.svg.js +3 -1
  642. package/lib/icons/show/markdown.svg.js +3 -1
  643. package/lib/icons/show/plain.svg.js +3 -1
  644. package/lib/icons/show/progress.svg.js +3 -1
  645. package/lib/icons/show/sparkline.svg.js +3 -1
  646. package/lib/icons/show/status.svg.js +3 -1
  647. package/lib/icons/show/steps.svg.js +3 -1
  648. package/lib/icons/show/time.svg.js +3 -1
  649. package/lib/icons/theme/css.svg.js +3 -1
  650. package/lib/index.d.ts +9 -145
  651. package/lib/index.js +322 -139
  652. package/lib/locale/en-US.js +307 -2
  653. package/lib/locale/zh-CN.js +315 -4
  654. package/lib/plugin/Alert.js +3 -1
  655. package/lib/plugin/AnchorNav.js +5 -3
  656. package/lib/plugin/Audio.js +3 -1
  657. package/lib/plugin/Avatar.js +3 -1
  658. package/lib/plugin/Breadcrumb.js +3 -1
  659. package/lib/plugin/Button.js +5 -3
  660. package/lib/plugin/ButtonGroup.js +3 -1
  661. package/lib/plugin/CRUD.d.ts +4 -3
  662. package/lib/plugin/CRUD.js +29 -23
  663. package/lib/plugin/CRUD2/BaseCRUD.d.ts +233 -0
  664. package/lib/plugin/CRUD2/BaseCRUD.js +1060 -0
  665. package/lib/plugin/CRUD2/CRUDCards.d.ts +53 -0
  666. package/lib/plugin/CRUD2/CRUDList.d.ts +53 -0
  667. package/lib/plugin/CRUD2/CRUDTable.d.ts +21 -0
  668. package/lib/plugin/CRUD2/CRUDTable.js +52 -0
  669. package/lib/plugin/CRUD2/constants.d.ts +32 -0
  670. package/lib/plugin/CRUD2/constants.js +81 -0
  671. package/lib/plugin/CRUD2/utils.d.ts +8 -0
  672. package/lib/plugin/CRUD2/utils.js +103 -0
  673. package/lib/plugin/Card.js +10 -4
  674. package/lib/plugin/Card2.js +3 -1
  675. package/lib/plugin/Cards.d.ts +547 -41
  676. package/lib/plugin/Cards.js +365 -171
  677. package/lib/plugin/Carousel.js +122 -97
  678. package/lib/plugin/Chart.d.ts +3 -0
  679. package/lib/plugin/Chart.js +145 -89
  680. package/lib/plugin/CodeView.js +3 -1
  681. package/lib/plugin/Collapse.d.ts +2 -1
  682. package/lib/plugin/Collapse.js +56 -8
  683. package/lib/plugin/CollapseGroup.js +14 -13
  684. package/lib/plugin/ColumnToggler.d.ts +11 -6
  685. package/lib/plugin/ColumnToggler.js +72 -9
  686. package/lib/plugin/Container.d.ts +4 -1
  687. package/lib/plugin/Container.js +79 -9
  688. package/lib/plugin/Custom.js +5 -3
  689. package/lib/plugin/CustomRegion.js +5 -2
  690. package/lib/plugin/Date.js +3 -1
  691. package/lib/plugin/Datetime.js +3 -1
  692. package/lib/plugin/Dialog.d.ts +26 -3
  693. package/lib/plugin/Dialog.js +215 -20
  694. package/lib/plugin/Divider.js +72 -6
  695. package/lib/plugin/Drawer.d.ts +7 -1
  696. package/lib/plugin/Drawer.js +136 -42
  697. package/lib/plugin/DropDownButton.js +4 -2
  698. package/lib/plugin/Each.d.ts +226 -11
  699. package/lib/plugin/Each.js +234 -89
  700. package/lib/plugin/Flex.js +3 -1
  701. package/lib/plugin/Form/ButtonGroupSelect.d.ts +2 -0
  702. package/lib/plugin/Form/ButtonGroupSelect.js +52 -2
  703. package/lib/plugin/Form/ButtonToolbar.js +3 -1
  704. package/lib/plugin/Form/ChainedSelect.d.ts +2 -0
  705. package/lib/plugin/Form/ChainedSelect.js +43 -3
  706. package/lib/plugin/Form/Checkbox.d.ts +6 -0
  707. package/lib/plugin/Form/Checkbox.js +65 -12
  708. package/lib/plugin/Form/Checkboxes.d.ts +2 -0
  709. package/lib/plugin/Form/Checkboxes.js +66 -22
  710. package/lib/plugin/Form/CodeEditor.js +3 -1
  711. package/lib/plugin/Form/Combo.d.ts +4 -2
  712. package/lib/plugin/Form/Combo.js +78 -5
  713. package/lib/plugin/Form/ConditionBuilder.js +9 -4
  714. package/lib/plugin/Form/Control.js +5 -3
  715. package/lib/plugin/Form/DiffEditor.js +3 -1
  716. package/lib/plugin/Form/FieldSet.js +4 -2
  717. package/lib/plugin/Form/Form.d.ts +37 -8
  718. package/lib/plugin/Form/Form.js +633 -489
  719. package/lib/plugin/Form/Formula.js +3 -1
  720. package/lib/plugin/Form/Group.js +5 -3
  721. package/lib/plugin/Form/Hidden.js +3 -1
  722. package/lib/plugin/Form/InputArray.js +4 -2
  723. package/lib/plugin/Form/InputCity.d.ts +2 -0
  724. package/lib/plugin/Form/InputCity.js +56 -2
  725. package/lib/plugin/Form/InputColor.js +3 -1
  726. package/lib/plugin/Form/InputDate.js +29 -43
  727. package/lib/plugin/Form/InputDateRange.js +42 -31
  728. package/lib/plugin/Form/InputDateTime.js +3 -1
  729. package/lib/plugin/Form/InputDateTimeRange.js +3 -1
  730. package/lib/plugin/Form/InputEmail.js +3 -1
  731. package/lib/plugin/Form/InputExcel.js +3 -1
  732. package/lib/plugin/Form/InputFile.js +8 -2
  733. package/lib/plugin/Form/InputGroup.d.ts +1 -0
  734. package/lib/plugin/Form/InputGroup.js +3 -1
  735. package/lib/plugin/Form/InputImage.js +12 -6
  736. package/lib/plugin/Form/InputKV.js +3 -1
  737. package/lib/plugin/Form/InputMonth.js +3 -1
  738. package/lib/plugin/Form/InputMonthRange.js +3 -1
  739. package/lib/plugin/Form/InputNumber.d.ts +6 -1
  740. package/lib/plugin/Form/InputNumber.js +12 -1
  741. package/lib/plugin/Form/InputPassword.js +3 -1
  742. package/lib/plugin/Form/InputQuarter.js +3 -1
  743. package/lib/plugin/Form/InputQuarterRange.js +3 -1
  744. package/lib/plugin/Form/InputRange.d.ts +21 -1
  745. package/lib/plugin/Form/InputRange.js +50 -35
  746. package/lib/plugin/Form/InputRating.d.ts +6 -0
  747. package/lib/plugin/Form/InputRating.js +12 -1
  748. package/lib/plugin/Form/InputRepeat.js +3 -1
  749. package/lib/plugin/Form/InputRichText.js +3 -1
  750. package/lib/plugin/Form/InputSubForm.js +5 -3
  751. package/lib/plugin/Form/InputTable.d.ts +4 -3
  752. package/lib/plugin/Form/InputTable.js +82 -61
  753. package/lib/plugin/Form/InputTag.d.ts +6 -1
  754. package/lib/plugin/Form/InputTag.js +54 -4
  755. package/lib/plugin/Form/InputText.d.ts +2 -0
  756. package/lib/plugin/Form/InputText.js +51 -1
  757. package/lib/plugin/Form/InputTime.js +3 -1
  758. package/lib/plugin/Form/InputTimeRange.js +3 -1
  759. package/lib/plugin/Form/InputTree.d.ts +2 -1
  760. package/lib/plugin/Form/InputTree.js +98 -35
  761. package/lib/plugin/Form/InputURL.js +3 -1
  762. package/lib/plugin/Form/InputYear.js +3 -1
  763. package/lib/plugin/Form/InputYearRange.js +3 -1
  764. package/lib/plugin/Form/Item.js +20 -15
  765. package/lib/plugin/Form/ListSelect.d.ts +2 -0
  766. package/lib/plugin/Form/ListSelect.js +52 -2
  767. package/lib/plugin/Form/LocationPicker.d.ts +28 -0
  768. package/lib/plugin/Form/LocationPicker.js +34 -1
  769. package/lib/plugin/Form/MatrixCheckboxes.d.ts +1 -2
  770. package/lib/plugin/Form/MatrixCheckboxes.js +32 -6
  771. package/lib/plugin/Form/NestedSelect.d.ts +2 -1
  772. package/lib/plugin/Form/NestedSelect.js +52 -2
  773. package/lib/plugin/Form/Picker.d.ts +2 -1
  774. package/lib/plugin/Form/Picker.js +51 -3
  775. package/lib/plugin/Form/Radios.d.ts +2 -0
  776. package/lib/plugin/Form/Radios.js +33 -2
  777. package/lib/plugin/Form/Select.d.ts +9 -7
  778. package/lib/plugin/Form/Select.js +68 -51
  779. package/lib/plugin/Form/Static.js +5 -3
  780. package/lib/plugin/Form/Switch.d.ts +6 -1
  781. package/lib/plugin/Form/Switch.js +13 -1
  782. package/lib/plugin/Form/TabsTransfer.d.ts +4 -3
  783. package/lib/plugin/Form/TabsTransfer.js +80 -27
  784. package/lib/plugin/Form/Textarea.js +3 -1
  785. package/lib/plugin/Form/Transfer.d.ts +2 -0
  786. package/lib/plugin/Form/Transfer.js +46 -5
  787. package/lib/plugin/Form/TreeSelect.d.ts +2 -1
  788. package/lib/plugin/Form/TreeSelect.js +86 -30
  789. package/lib/plugin/Form/UUID.js +3 -1
  790. package/lib/plugin/Grid.js +13 -8
  791. package/lib/plugin/HBox.js +10 -8
  792. package/lib/plugin/IFrame.js +3 -1
  793. package/lib/plugin/Icon.js +5 -3
  794. package/lib/plugin/Image.js +54 -31
  795. package/lib/plugin/Images.js +22 -10
  796. package/lib/plugin/Json.js +3 -1
  797. package/lib/plugin/Layout/FlexPluginBase.js +18 -16
  798. package/lib/plugin/Layout/Layout_fixed.js +3 -1
  799. package/lib/plugin/Layout/Layout_free_container.js +3 -1
  800. package/lib/plugin/Layout/Layout_sorption_container.js +3 -1
  801. package/lib/plugin/Link.js +17 -5
  802. package/lib/plugin/List.d.ts +5 -0
  803. package/lib/plugin/List.js +58 -21
  804. package/lib/plugin/List2.d.ts +545 -0
  805. package/lib/plugin/List2.js +388 -0
  806. package/lib/plugin/ListItem.js +4 -2
  807. package/lib/plugin/Log.js +6 -4
  808. package/lib/plugin/Mapping.js +3 -1
  809. package/lib/plugin/Markdown.js +3 -1
  810. package/lib/plugin/Nav.d.ts +2 -0
  811. package/lib/plugin/Nav.js +7 -3
  812. package/lib/plugin/OfficeViewer.js +3 -1
  813. package/lib/plugin/Operation.js +4 -3
  814. package/lib/plugin/Others/Action.js +7 -5
  815. package/lib/plugin/Others/TableCell.js +5 -3
  816. package/lib/plugin/Page.d.ts +1 -1
  817. package/lib/plugin/Page.js +65 -23
  818. package/lib/plugin/Pagination.d.ts +0 -1
  819. package/lib/plugin/Pagination.js +38 -18
  820. package/lib/plugin/Panel.js +4 -2
  821. package/lib/plugin/Plain.js +3 -1
  822. package/lib/plugin/Progress.js +37 -10
  823. package/lib/plugin/Property.js +3 -1
  824. package/lib/plugin/QRCode.js +3 -1
  825. package/lib/plugin/Reset.js +3 -1
  826. package/lib/plugin/SearchBox.d.ts +3 -1
  827. package/lib/plugin/SearchBox.js +14 -1
  828. package/lib/plugin/Service.d.ts +20 -13
  829. package/lib/plugin/Service.js +201 -92
  830. package/lib/plugin/Sparkline.d.ts +2 -1
  831. package/lib/plugin/Sparkline.js +31 -8
  832. package/lib/plugin/Status.js +3 -1
  833. package/lib/plugin/Steps.js +3 -1
  834. package/lib/plugin/Submit.js +3 -1
  835. package/lib/plugin/Table.d.ts +10 -1
  836. package/lib/plugin/Table.js +159 -106
  837. package/lib/plugin/Table2.d.ts +24 -10
  838. package/lib/plugin/Table2.js +672 -418
  839. package/lib/plugin/TableCell2.d.ts +14 -2
  840. package/lib/plugin/TableCell2.js +509 -362
  841. package/lib/plugin/TableView.d.ts +2 -1
  842. package/lib/plugin/TableView.js +3 -1
  843. package/lib/plugin/Tabs.d.ts +2 -1
  844. package/lib/plugin/Tabs.js +6 -4
  845. package/lib/plugin/Tag.js +10 -2
  846. package/lib/plugin/Tasks.js +3 -1
  847. package/lib/plugin/Time.js +3 -1
  848. package/lib/plugin/Timeline.d.ts +2 -1
  849. package/lib/plugin/Timeline.js +76 -3
  850. package/lib/plugin/TooltipWrapper.js +12 -9
  851. package/lib/plugin/Tpl.js +21 -3
  852. package/lib/plugin/Video.js +3 -1
  853. package/lib/plugin/WebComponent.js +3 -1
  854. package/lib/plugin/Wizard.js +7 -5
  855. package/lib/plugin/Wrapper.js +10 -8
  856. package/lib/plugin/index.d.ts +144 -0
  857. package/lib/renderer/APIAdaptorControl.d.ts +16 -2
  858. package/lib/renderer/APIAdaptorControl.js +34 -46
  859. package/lib/renderer/APIControl.d.ts +4 -4
  860. package/lib/renderer/APIControl.js +13 -3
  861. package/lib/renderer/ActionApiControl.d.ts +9 -3
  862. package/lib/renderer/BadgeControl.d.ts +9 -9
  863. package/lib/renderer/BadgeControl.js +8 -3
  864. package/lib/renderer/ButtonGroupControl.d.ts +1 -1
  865. package/lib/renderer/ButtonGroupControl.js +3 -1
  866. package/lib/renderer/ColumnControl.d.ts +1 -1
  867. package/lib/renderer/DataBindingControl.d.ts +3 -3
  868. package/lib/renderer/DataBindingControl.js +13 -6
  869. package/lib/renderer/DataMappingControl.js +3 -1
  870. package/lib/renderer/DataPickerControl.d.ts +1 -1
  871. package/lib/renderer/DataPickerControl.js +3 -1
  872. package/lib/renderer/DateShortCutControl.d.ts +3 -2
  873. package/lib/renderer/DateShortCutControl.js +10 -6
  874. package/lib/renderer/ExpressionFormulaControl.d.ts +1 -1
  875. package/lib/renderer/ExpressionFormulaControl.js +4 -2
  876. package/lib/renderer/FeatureControl.d.ts +18 -5
  877. package/lib/renderer/FeatureControl.js +81 -16
  878. package/lib/renderer/FieldSetting.d.ts +66 -0
  879. package/lib/renderer/FieldSetting.js +503 -0
  880. package/lib/renderer/FlexSettingControl.d.ts +1 -1
  881. package/lib/renderer/FlexSettingControl.js +4 -2
  882. package/lib/renderer/FormulaControl.d.ts +8 -3
  883. package/lib/renderer/FormulaControl.js +23 -6
  884. package/lib/renderer/FunctionEditorControl.d.ts +79 -0
  885. package/lib/renderer/FunctionEditorControl.js +115 -0
  886. package/lib/renderer/GoConfigControl.d.ts +1 -1
  887. package/lib/renderer/GoConfigControl.js +4 -2
  888. package/lib/renderer/InputRangeValueControl.d.ts +15 -0
  889. package/lib/renderer/InputRangeValueControl.js +127 -0
  890. package/lib/renderer/MapSourceControl.d.ts +3 -3
  891. package/lib/renderer/MapSourceControl.js +4 -2
  892. package/lib/renderer/NavBadgeControl.d.ts +7 -7
  893. package/lib/renderer/NavBadgeControl.js +3 -1
  894. package/lib/renderer/NavDefaultActive.js +3 -1
  895. package/lib/renderer/NavSourceControl.d.ts +53 -35
  896. package/lib/renderer/NavSourceControl.js +600 -227
  897. package/lib/renderer/OptionControl.d.ts +5 -3
  898. package/lib/renderer/OptionControl.js +37 -25
  899. package/lib/renderer/RangePartsControl.d.ts +5 -5
  900. package/lib/renderer/RangePartsControl.js +6 -4
  901. package/lib/renderer/StatusControl.d.ts +2 -2
  902. package/lib/renderer/StatusControl.js +19 -3
  903. package/lib/renderer/SwitchMoreControl.d.ts +12 -5
  904. package/lib/renderer/SwitchMoreControl.js +26 -9
  905. package/lib/renderer/TableColumnWidthControl.d.ts +29 -0
  906. package/lib/renderer/TableColumnWidthControl.js +186 -0
  907. package/lib/renderer/TimelineItemControl.d.ts +6 -6
  908. package/lib/renderer/TimelineItemControl.js +26 -7
  909. package/lib/renderer/TplFormulaControl.d.ts +1 -1
  910. package/lib/renderer/TplFormulaControl.js +3 -1
  911. package/lib/renderer/TransferTableControl.d.ts +3 -3
  912. package/lib/renderer/TransferTableControl.js +4 -2
  913. package/lib/renderer/TreeOptionControl.d.ts +4 -4
  914. package/lib/renderer/TreeOptionControl.js +15 -13
  915. package/lib/renderer/ValidationControl.d.ts +4 -4
  916. package/lib/renderer/ValidationControl.js +4 -2
  917. package/lib/renderer/ValidationItem.d.ts +3 -3
  918. package/lib/renderer/ValidationItem.js +3 -1
  919. package/lib/renderer/crud2-control/AddColumnModal.d.ts +6 -0
  920. package/lib/renderer/crud2-control/AddColumnModal.js +265 -0
  921. package/lib/renderer/crud2-control/CRUDColumnControl.d.ts +68 -0
  922. package/lib/renderer/crud2-control/CRUDColumnControl.js +482 -0
  923. package/lib/renderer/crud2-control/CRUDFiltersControl.d.ts +53 -0
  924. package/lib/renderer/crud2-control/CRUDFiltersControl.js +701 -0
  925. package/lib/renderer/crud2-control/CRUDToolbarControl.d.ts +49 -0
  926. package/lib/renderer/crud2-control/CRUDToolbarControl.js +426 -0
  927. package/lib/renderer/event-control/action-config-dialog.d.ts +1 -1
  928. package/lib/renderer/event-control/action-config-dialog.js +29 -3
  929. package/lib/renderer/event-control/action-config-panel.js +3 -1
  930. package/lib/renderer/event-control/comp-action-select.d.ts +1 -1
  931. package/lib/renderer/event-control/comp-action-select.js +3 -1
  932. package/lib/renderer/event-control/helper.d.ts +2 -1
  933. package/lib/renderer/event-control/helper.js +305 -204
  934. package/lib/renderer/event-control/index.d.ts +28 -19
  935. package/lib/renderer/event-control/index.js +115 -22
  936. package/lib/renderer/style-control/Background.d.ts +1 -1
  937. package/lib/renderer/style-control/Background.js +3 -1
  938. package/lib/renderer/style-control/Border.d.ts +2 -2
  939. package/lib/renderer/style-control/Border.js +10 -8
  940. package/lib/renderer/style-control/BoxModel.d.ts +2 -2
  941. package/lib/renderer/style-control/BoxModel.js +3 -1
  942. package/lib/renderer/style-control/BoxShadow.d.ts +2 -2
  943. package/lib/renderer/style-control/BoxShadow.js +3 -1
  944. package/lib/renderer/style-control/Display.d.ts +1 -1
  945. package/lib/renderer/style-control/Display.js +3 -1
  946. package/lib/renderer/style-control/Font.d.ts +1 -1
  947. package/lib/renderer/style-control/Font.js +3 -1
  948. package/lib/renderer/style-control/InsetBoxModel.d.ts +2 -2
  949. package/lib/renderer/style-control/InsetBoxModel.js +3 -1
  950. package/lib/renderer/style-control/ThemeCssCode.d.ts +1 -1
  951. package/lib/renderer/style-control/ThemeCssCode.js +136 -282
  952. package/lib/renderer/style-control/font-family.js +3 -1
  953. package/lib/renderer/style-control/helper.js +3 -1
  954. package/lib/renderer/style-control/transformation.js +3 -1
  955. package/lib/renderer/textarea-formula/FormulaPicker.js +5 -3
  956. package/lib/renderer/textarea-formula/TextareaFormulaControl.d.ts +3 -1
  957. package/lib/renderer/textarea-formula/TextareaFormulaControl.js +76 -7
  958. package/lib/renderer/textarea-formula/plugin.js +5 -3
  959. package/lib/tpl/api.js +19 -13
  960. package/lib/tpl/common.js +63 -18
  961. package/lib/tpl/horizontal.js +9 -3
  962. package/lib/tpl/layout.js +17 -10
  963. package/lib/tpl/options.d.ts +10 -1
  964. package/lib/tpl/options.js +251 -10
  965. package/lib/tpl/remark.js +3 -1
  966. package/lib/tpl/style.js +99 -60
  967. package/lib/tpl/validations.js +3 -1
  968. package/lib/util.d.ts +14 -0
  969. package/lib/util.js +39 -1
  970. package/lib/validator.js +7 -5
  971. package/package.json +2 -1
  972. package/esm/plugin/CRUD2.d.ts +0 -78
  973. package/esm/plugin/CRUD2.js +0 -1553
  974. package/esm/renderer/style-control/themeLanguage.d.ts +0 -1
  975. package/esm/renderer/style-control/themeLanguage.js +0 -1894
  976. package/lib/plugin/CRUD2.d.ts +0 -78
  977. package/lib/plugin/CRUD2.js +0 -1565
  978. package/lib/renderer/style-control/themeLanguage.d.ts +0 -1
  979. package/lib/renderer/style-control/themeLanguage.js +0 -1898
@@ -1,30 +1,255 @@
1
1
  /**
2
- * amis-editor v5.5.0
2
+ * amis-editor v5.5.2-beta.2
3
+ * build time: 2023-09-28
3
4
  * Copyright 2018-2023 @fex
4
5
  */
5
6
 
6
7
  import { __extends, __assign, __awaiter, __generator, __values } from 'tslib';
7
- import { someTree, setVariable } from 'amis-core';
8
+ import React__default from 'react';
9
+ import { Button, Icon } from 'amis';
10
+ import { setVariable, someTree, isObject } from 'amis-core';
8
11
  import { getSchemaTpl, tipedLabel, defaultValue, mockValue, repeatArray, BasePlugin, registerEditorPlugin } from 'amis-editor-core';
12
+ import { DSBuilderManager } from '../builder/DSBuilderManager.js';
9
13
  import { getArgsWrapper, getEventControlConfig } from '../renderer/event-control/helper.js';
10
14
  import { resolveArrayDatasource } from '../util.js';
11
15
  import { i18n } from 'i18n-runtime';
12
16
 
17
+ var Table2RenderereEvent = [{
18
+ eventName: 'selectedChange',
19
+ eventLabel: i18n("257f5a3886d87d2255206f86b880d07e"),
20
+ description: i18n("6130b1f75d624b2f73f5d923492e92f7"),
21
+ dataSchema: [{
22
+ type: 'object',
23
+ properties: {
24
+ data: {
25
+ type: 'object',
26
+ title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
27
+ properties: {
28
+ selectedItems: {
29
+ type: 'array',
30
+ title: i18n("94935dfa6c9b908515a593956ee7d07c")
31
+ },
32
+ unSelectedItems: {
33
+ type: 'array',
34
+ title: i18n("f10b94a4ac77878be53fad599a761928")
35
+ }
36
+ }
37
+ }
38
+ }
39
+ }]
40
+ }, {
41
+ eventName: 'columnSort',
42
+ eventLabel: i18n("f3d21138c8ecf5683503c4f814cc7199"),
43
+ description: i18n("d84464cfb2a5828a200fe9c28a323122"),
44
+ dataSchema: [{
45
+ type: 'object',
46
+ properties: {
47
+ data: {
48
+ type: 'object',
49
+ title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
50
+ properties: {
51
+ orderBy: {
52
+ type: 'string',
53
+ title: i18n("8f98291c9fa89c0bfce463c0a2eaf97c")
54
+ },
55
+ orderDir: {
56
+ type: 'string',
57
+ title: i18n("c35c1a13309c6f9da9837857517e65fc")
58
+ }
59
+ }
60
+ }
61
+ }
62
+ }]
63
+ }, {
64
+ eventName: 'columnFilter',
65
+ eventLabel: i18n("3d0b957a99d0c366612c01913e17a0c7"),
66
+ description: i18n("b35963687361af98e6acdc004e87fc3c"),
67
+ dataSchema: [{
68
+ type: 'object',
69
+ properties: {
70
+ data: {
71
+ type: 'object',
72
+ title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
73
+ properties: {
74
+ filterName: {
75
+ type: 'string',
76
+ title: i18n("8f98291c9fa89c0bfce463c0a2eaf97c")
77
+ },
78
+ filterValue: {
79
+ type: 'string',
80
+ title: i18n("e125986c2ba6783c4297ffe5405cc8bc")
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }]
86
+ }, {
87
+ eventName: 'columnSearch',
88
+ eventLabel: i18n("93a5a0253f11e3a2e58f4e87a52fb094"),
89
+ description: i18n("6d4c4990ab2c32efe8a17c5f22e10cb5"),
90
+ dataSchema: [{
91
+ type: 'object',
92
+ properties: {
93
+ data: {
94
+ type: 'object',
95
+ title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
96
+ properties: {
97
+ searchName: {
98
+ type: 'string',
99
+ title: i18n("8f98291c9fa89c0bfce463c0a2eaf97c")
100
+ },
101
+ searchValue: {
102
+ type: 'object',
103
+ title: i18n("caafbcb52c70ad0bbbbf127ee7b08b89")
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }]
109
+ }, {
110
+ eventName: 'orderChange',
111
+ eventLabel: i18n("85ddd38957256b6e9026f42ed570bc35"),
112
+ description: i18n("d7a66def82af88cd5d408e38feb8a65a"),
113
+ dataSchema: [{
114
+ type: 'object',
115
+ properties: {
116
+ data: {
117
+ type: 'object',
118
+ title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
119
+ properties: {
120
+ movedItems: {
121
+ type: 'array',
122
+ title: i18n("64ef585f778c9d1b010e86b032398ab6")
123
+ }
124
+ }
125
+ }
126
+ }
127
+ }]
128
+ }, {
129
+ eventName: 'columnToggled',
130
+ eventLabel: i18n("ecfebbc91e2c18a512aeb11b7da15193"),
131
+ description: i18n("c94f45773a42dc386b9c9dcdc6fa542b"),
132
+ dataSchema: [{
133
+ type: 'object',
134
+ properties: {
135
+ data: {
136
+ type: 'object',
137
+ title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
138
+ properties: {
139
+ columns: {
140
+ type: 'array',
141
+ title: i18n("db9df54392e408520ca12c6a56113b5a")
142
+ }
143
+ }
144
+ }
145
+ }
146
+ }]
147
+ }, {
148
+ eventName: 'rowClick',
149
+ eventLabel: i18n("76e47871d654c3b0b0e301c0a076e55a"),
150
+ description: i18n("cc13521eab2c7423b3fb857772405cc3"),
151
+ dataSchema: [{
152
+ type: 'object',
153
+ properties: {
154
+ data: {
155
+ type: 'object',
156
+ title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
157
+ properties: {
158
+ item: {
159
+ type: 'object',
160
+ title: i18n("bf2a4fd8ecd654982e2d466f10f54d3f")
161
+ },
162
+ index: {
163
+ type: 'number',
164
+ title: i18n("f74fd69ce55e3f96fe9a032c0da42330")
165
+ }
166
+ }
167
+ }
168
+ }
169
+ }]
170
+ }, {
171
+ eventName: 'rowMouseEnter',
172
+ eventLabel: i18n("5db079b140feffa84c84d1b51d824dea"),
173
+ description: i18n("90a5608bcd85a3cfcfbb5263a229915c"),
174
+ dataSchema: [{
175
+ type: 'object',
176
+ properties: {
177
+ data: {
178
+ type: 'object',
179
+ title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
180
+ properties: {
181
+ item: {
182
+ type: 'object',
183
+ title: i18n("bf2a4fd8ecd654982e2d466f10f54d3f")
184
+ },
185
+ index: {
186
+ type: 'number',
187
+ title: i18n("f74fd69ce55e3f96fe9a032c0da42330")
188
+ }
189
+ }
190
+ }
191
+ }
192
+ }]
193
+ }, {
194
+ eventName: 'rowMouseLeave',
195
+ eventLabel: i18n("e8bf039de5dc6751c4045f55930e0c83"),
196
+ description: i18n("f1ca0d305f3251a81f361a2dc8e11fff"),
197
+ dataSchema: [{
198
+ type: 'object',
199
+ properties: {
200
+ data: {
201
+ type: 'object',
202
+ title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
203
+ properties: {
204
+ item: {
205
+ type: 'object',
206
+ title: i18n("bf2a4fd8ecd654982e2d466f10f54d3f")
207
+ },
208
+ index: {
209
+ type: 'number',
210
+ title: i18n("f74fd69ce55e3f96fe9a032c0da42330")
211
+ }
212
+ }
213
+ }
214
+ }
215
+ }]
216
+ }];
217
+ var Table2RendererAction = [{
218
+ actionType: 'select',
219
+ actionLabel: i18n("8eb3c8b16106e5487cd1fa3b8a1342ce"),
220
+ description: i18n("908cc16fe4f7972450167e26276ac726"),
221
+ schema: getArgsWrapper([getSchemaTpl('formulaControl', {
222
+ name: 'selected',
223
+ label: i18n("a2b39e5a8b5015234dcd8e07a2e00e3d"),
224
+ variables: '${variables}',
225
+ size: 'lg',
226
+ mode: 'horizontal'
227
+ })])
228
+ }, {
229
+ actionType: 'selectAll',
230
+ actionLabel: i18n("366a3c07289bd6efb7c2a182f7a12772"),
231
+ description: i18n("e97c09cd119b64ae0a8dfd42a1d449cb")
232
+ }, {
233
+ actionType: 'clearAll',
234
+ actionLabel: i18n("c3e8652924c258e121eed16414d3a9e5"),
235
+ description: i18n("7619ec29c0a854dd49e0a7a47bf1a127")
236
+ }];
13
237
  var Table2Plugin = /** @class */function (_super) {
14
238
  __extends(Table2Plugin, _super);
15
- function Table2Plugin() {
16
- var _this = _super !== null && _super.apply(this, arguments) || this;
17
- // 关联渲染器名字
239
+ function Table2Plugin(manager) {
240
+ var _this = _super.call(this, manager) || this;
241
+ _this.disabledRendererPlugin = true;
242
+ _this.name = i18n("b339aa87104709397ba68e7ebbc6e5ba");
243
+ _this.panelTitle = i18n("b339aa87104709397ba68e7ebbc6e5ba");
244
+ _this.icon = 'fa fa-table';
245
+ _this.panelIcon = 'fa fa-table';
246
+ _this.pluginIcon = 'table-plugin';
18
247
  _this.rendererName = 'table2';
19
- _this.$schema = '/schemas/TableSchema.json';
20
- // 组件名称
21
- _this.name = i18n("0d1f68afa19f3f3dd88e28d17c98ddf9");
22
248
  _this.isBaseComponent = true;
23
249
  _this.panelJustify = true;
24
- _this.disabledRendererPlugin = true;
250
+ _this.$schema = '/schemas/TableSchema2.json';
25
251
  _this.description = i18n("ea2b32f5d78d2305b9b7bc21e056a009");
26
252
  _this.docLink = '/amis/zh-CN/components/table2';
27
- _this.icon = 'fa fa-table';
28
253
  _this.scaffold = {
29
254
  type: 'table2',
30
255
  columns: [{
@@ -66,6 +291,7 @@ var Table2Plugin = /** @class */function (_super) {
66
291
  };
67
292
  _this.scaffoldForm = {
68
293
  title: i18n("6b93fcfc1a5795189c6072fa6e86d4f6"),
294
+ canRebuild: true,
69
295
  body: [{
70
296
  name: 'columns',
71
297
  type: 'combo',
@@ -115,245 +341,96 @@ var Table2Plugin = /** @class */function (_super) {
115
341
  label: i18n("8abc564260a1564521e0c3a1d5419b4a")
116
342
  }]
117
343
  }]
118
- }],
119
- canRebuild: true
120
- };
121
- _this.panelTitle = i18n("b339aa87104709397ba68e7ebbc6e5ba");
122
- _this.events = [{
123
- eventName: 'selectedChange',
124
- eventLabel: i18n("257f5a3886d87d2255206f86b880d07e"),
125
- description: i18n("6130b1f75d624b2f73f5d923492e92f7"),
126
- dataSchema: [{
127
- type: 'object',
128
- properties: {
129
- data: {
130
- type: 'object',
131
- title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
132
- properties: {
133
- selectedItems: {
134
- type: 'array',
135
- title: i18n("94935dfa6c9b908515a593956ee7d07c")
136
- },
137
- unSelectedItems: {
138
- type: 'array',
139
- title: i18n("f10b94a4ac77878be53fad599a761928")
140
- }
141
- }
142
- }
143
- }
144
- }]
145
- }, {
146
- eventName: 'columnSort',
147
- eventLabel: i18n("f3d21138c8ecf5683503c4f814cc7199"),
148
- description: i18n("d84464cfb2a5828a200fe9c28a323122"),
149
- dataSchema: [{
150
- type: 'object',
151
- properties: {
152
- data: {
153
- type: 'object',
154
- title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
155
- properties: {
156
- orderBy: {
157
- type: 'string',
158
- title: i18n("8f98291c9fa89c0bfce463c0a2eaf97c")
159
- },
160
- orderDir: {
161
- type: 'string',
162
- title: i18n("c35c1a13309c6f9da9837857517e65fc")
163
- }
164
- }
165
- }
166
- }
167
- }]
168
- }, {
169
- eventName: 'columnFilter',
170
- eventLabel: i18n("3d0b957a99d0c366612c01913e17a0c7"),
171
- description: i18n("b35963687361af98e6acdc004e87fc3c"),
172
- dataSchema: [{
173
- type: 'object',
174
- properties: {
175
- data: {
176
- type: 'object',
177
- title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
178
- properties: {
179
- filterName: {
180
- type: 'string',
181
- title: i18n("8f98291c9fa89c0bfce463c0a2eaf97c")
182
- },
183
- filterValue: {
184
- type: 'string',
185
- title: i18n("e125986c2ba6783c4297ffe5405cc8bc")
186
- }
187
- }
188
- }
189
- }
190
- }]
191
- }, {
192
- eventName: 'columnSearch',
193
- eventLabel: i18n("93a5a0253f11e3a2e58f4e87a52fb094"),
194
- description: i18n("6d4c4990ab2c32efe8a17c5f22e10cb5"),
195
- dataSchema: [{
196
- type: 'object',
197
- properties: {
198
- data: {
199
- type: 'object',
200
- title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
201
- properties: {
202
- searchName: {
203
- type: 'string',
204
- title: i18n("8f98291c9fa89c0bfce463c0a2eaf97c")
205
- },
206
- searchValue: {
207
- type: 'object',
208
- title: i18n("caafbcb52c70ad0bbbbf127ee7b08b89")
209
- }
210
- }
211
- }
212
- }
213
- }]
214
- }, {
215
- eventName: 'orderChange',
216
- eventLabel: i18n("85ddd38957256b6e9026f42ed570bc35"),
217
- description: i18n("d7a66def82af88cd5d408e38feb8a65a"),
218
- dataSchema: [{
219
- type: 'object',
220
- properties: {
221
- data: {
222
- type: 'object',
223
- title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
224
- properties: {
225
- movedItems: {
226
- type: 'array',
227
- title: i18n("64ef585f778c9d1b010e86b032398ab6")
228
- }
229
- }
230
- }
231
- }
232
344
  }]
233
- }, {
234
- eventName: 'columnToggled',
235
- eventLabel: i18n("ecfebbc91e2c18a512aeb11b7da15193"),
236
- description: i18n("c94f45773a42dc386b9c9dcdc6fa542b"),
237
- dataSchema: [{
238
- type: 'object',
239
- properties: {
240
- data: {
241
- type: 'object',
242
- title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
243
- properties: {
244
- columns: {
245
- type: 'array',
246
- title: i18n("db9df54392e408520ca12c6a56113b5a")
247
- }
248
- }
249
- }
250
- }
251
- }]
252
- }, {
253
- eventName: 'rowClick',
254
- eventLabel: i18n("76e47871d654c3b0b0e301c0a076e55a"),
255
- description: i18n("cc13521eab2c7423b3fb857772405cc3"),
256
- dataSchema: [{
257
- type: 'object',
258
- properties: {
259
- data: {
260
- type: 'object',
261
- title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
262
- properties: {
263
- item: {
264
- type: 'object',
265
- title: i18n("bf2a4fd8ecd654982e2d466f10f54d3f")
266
- },
267
- index: {
268
- type: 'number',
269
- title: i18n("f74fd69ce55e3f96fe9a032c0da42330")
270
- }
271
- }
345
+ };
346
+ _this.events = Table2RenderereEvent;
347
+ _this.actions = Table2RendererAction;
348
+ _this._dynamicControls = {
349
+ primaryField: function (context) {
350
+ return getSchemaTpl('primaryField', {
351
+ /** CRUD下,该项配置提升到CRUD中 */
352
+ hiddenOn: "data.type && (data.type === \"crud\" || data.type === \"crud2\")"
353
+ });
354
+ },
355
+ quickSaveApi: function (context) {
356
+ return getSchemaTpl('apiControl', {
357
+ name: 'quickSaveApi',
358
+ renderLabel: false,
359
+ label: {
360
+ type: 'tpl',
361
+ tpl: i18n("33eaf97ecb3465754855e847f14d129c"),
362
+ className: 'flex items-end'
272
363
  }
273
- }
274
- }]
275
- }, {
276
- eventName: 'rowMouseEnter',
277
- eventLabel: i18n("5db079b140feffa84c84d1b51d824dea"),
278
- description: i18n("90a5608bcd85a3cfcfbb5263a229915c"),
279
- dataSchema: [{
280
- type: 'object',
281
- properties: {
282
- data: {
283
- type: 'object',
284
- title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
285
- properties: {
286
- item: {
287
- type: 'object',
288
- title: i18n("bf2a4fd8ecd654982e2d466f10f54d3f")
289
- },
290
- index: {
291
- type: 'number',
292
- title: i18n("f74fd69ce55e3f96fe9a032c0da42330")
293
- }
294
- }
364
+ });
365
+ },
366
+ quickSaveItemApi: function (context) {
367
+ return getSchemaTpl('apiControl', {
368
+ name: 'quickSaveItemApi',
369
+ renderLabel: false,
370
+ label: {
371
+ type: 'tpl',
372
+ tpl: i18n("ce7d31d64f2315e1d4cede288b9dfc60"),
373
+ className: 'flex items-end'
295
374
  }
296
- }
297
- }]
298
- }, {
299
- eventName: 'rowMouseLeave',
300
- eventLabel: i18n("e8bf039de5dc6751c4045f55930e0c83"),
301
- description: i18n("f1ca0d305f3251a81f361a2dc8e11fff"),
302
- dataSchema: [{
303
- type: 'object',
304
- properties: {
305
- data: {
306
- type: 'object',
307
- title: i18n("0d83078816aa273f2941c9b55ec82bf3"),
308
- properties: {
309
- item: {
310
- type: 'object',
311
- title: i18n("bf2a4fd8ecd654982e2d466f10f54d3f")
312
- },
313
- index: {
314
- type: 'number',
315
- title: i18n("f74fd69ce55e3f96fe9a032c0da42330")
316
- }
317
- }
375
+ });
376
+ },
377
+ rowSelectionKeyField: function (context) {
378
+ return {
379
+ type: 'input-text',
380
+ name: 'rowSelection.keyField',
381
+ label: i18n("dad6519c7c75a23bee8ccb576e4609a2")
382
+ };
383
+ },
384
+ expandableKeyField: function (context) {
385
+ return {
386
+ type: 'input-text',
387
+ name: 'rowSelection.keyField',
388
+ label: i18n("dad6519c7c75a23bee8ccb576e4609a2")
389
+ };
390
+ },
391
+ draggable: function (context) {
392
+ return getSchemaTpl('switch', {
393
+ name: 'draggable',
394
+ label: i18n("5bdff9fd07d2a2430ac50e1559dbee27")
395
+ });
396
+ },
397
+ itemDraggableOn: function (context) {
398
+ return getSchemaTpl('formulaControl', {
399
+ label: i18n("cba09997ca646e67544f880c80ab97cb"),
400
+ name: 'itemDraggableOn'
401
+ });
402
+ },
403
+ saveOrderApi: function (context) {
404
+ return getSchemaTpl('apiControl', {
405
+ name: 'saveOrderApi',
406
+ renderLabel: false,
407
+ label: {
408
+ type: 'tpl',
409
+ tpl: i18n("cbe89f133fda6e0d1bec31eaf6aa7853"),
410
+ className: 'flex items-end'
318
411
  }
319
- }
320
- }]
321
- }];
322
- _this.actions = [{
323
- actionType: 'select',
324
- actionLabel: i18n("8eb3c8b16106e5487cd1fa3b8a1342ce"),
325
- description: i18n("908cc16fe4f7972450167e26276ac726"),
326
- schema: getArgsWrapper([getSchemaTpl('formulaControl', {
327
- name: 'selected',
328
- label: i18n("a2b39e5a8b5015234dcd8e07a2e00e3d"),
329
- variables: '${variables}',
330
- size: 'lg',
331
- mode: 'horizontal'
332
- })])
333
- }, {
334
- actionType: 'selectAll',
335
- actionLabel: i18n("366a3c07289bd6efb7c2a182f7a12772"),
336
- description: i18n("e97c09cd119b64ae0a8dfd42a1d449cb")
337
- }, {
338
- actionType: 'clearAll',
339
- actionLabel: i18n("c3e8652924c258e121eed16414d3a9e5"),
340
- description: i18n("7619ec29c0a854dd49e0a7a47bf1a127")
341
- }];
412
+ });
413
+ },
414
+ columnTogglable: function (context) {
415
+ return false;
416
+ }
417
+ };
342
418
  _this.panelBodyCreator = function (context) {
343
- var isCRUDBody = ['crud', 'crud2'].includes(context.schema.type);
419
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
420
+ var isCRUDContext = _this.isCRUDContext(context);
421
+ var dc = _this.dynamicControls;
344
422
  return getSchemaTpl('tabs', [{
345
423
  title: i18n("24d67862f87f439db7ca957aecb77cce"),
346
424
  body: [getSchemaTpl('collapseGroup', [{
347
425
  title: i18n("4092ed98e9035652d4c9ca9441701ed7"),
348
426
  body: [getSchemaTpl('layout:originPosition', {
349
427
  value: 'left-top'
350
- }), {
428
+ }), getSchemaTpl('formulaControl', {
429
+ label: tipedLabel(i18n("c11322c9cc43ce3c004cf03f5ac0acd0"), i18n("5b11953888d7c376458b397f222d4533")),
430
+ hidden: isCRUDContext,
351
431
  name: 'source',
352
- type: 'input-text',
353
- label: tipedLabel(i18n("c11322c9cc43ce3c004cf03f5ac0acd0"), i18n("8369004103635f8e75026217ebf237da")),
354
- hidden: isCRUDBody,
355
432
  pipeIn: defaultValue('${items}')
356
- }, getSchemaTpl('switch', {
433
+ }), isCRUDContext ? null : (_a = dc === null || dc === void 0 ? void 0 : dc.primaryField) === null || _a === void 0 ? void 0 : _a.call(dc, context), isCRUDContext ? null : (_b = dc === null || dc === void 0 ? void 0 : dc.quickSaveApi) === null || _b === void 0 ? void 0 : _b.call(dc, context), isCRUDContext ? null : (_c = dc === null || dc === void 0 ? void 0 : dc.quickSaveItemApi) === null || _c === void 0 ? void 0 : _c.call(dc, context), getSchemaTpl('switch', {
357
434
  name: 'title',
358
435
  label: i18n("bd3e7a1b636e4477a4ea59922ed2cc1e"),
359
436
  pipeIn: function (value) {
@@ -414,69 +491,19 @@ var Table2Plugin = /** @class */function (_super) {
414
491
  }
415
492
  return null;
416
493
  }
417
- }), {
418
- name: 'scroll.y',
419
- label: i18n("a5baa4818b14f4680955aa34dd559d02"),
420
- type: 'button-group-select',
421
- pipeIn: function (v) {
422
- return v != null;
423
- },
424
- pipeOut: function (v) {
425
- return v ? '' : null;
426
- },
427
- options: [{
428
- label: i18n("4db804afe5c99f7ca4fe988ada35c77f"),
429
- value: false
430
- }, {
431
- label: i18n("1ef8fd21130d17cb7c1613eaed6ca1e4"),
432
- value: true
433
- }]
434
- }, {
435
- type: 'input-group',
436
- visibleOn: 'data.scroll && data.scroll.y !== null',
437
- label: i18n("ee18dc475df8654cb13ad67dd84eec28"),
438
- body: [{
439
- type: 'input-number',
440
- name: 'scroll.y'
441
- }, {
442
- type: 'tpl',
443
- addOnclassName: 'border-0 bg-none',
444
- tpl: 'px'
445
- }]
446
- }, {
447
- name: 'scroll.x',
448
- label: tipedLabel(i18n("8bb5781dc5f2745e6356cdc5e6d76b16"), i18n("88a364068f684dc77aca5b6c006ef576")),
449
- type: 'button-group-select',
450
- pipeIn: function (v) {
451
- return v != null;
452
- },
453
- pipeOut: function (v) {
454
- return v ? '' : null;
455
- },
456
- options: [{
457
- label: i18n("4db804afe5c99f7ca4fe988ada35c77f"),
458
- value: false
459
- }, {
460
- label: i18n("1ef8fd21130d17cb7c1613eaed6ca1e4"),
461
- value: true
462
- }]
463
- }, {
464
- type: 'input-group',
465
- visibleOn: 'data.scroll && data.scroll.x !== null',
466
- name: 'scroll.x',
467
- label: i18n("6e3d35b57c29b1b419569cc55b3a5d33"),
468
- body: [{
469
- type: 'input-number',
470
- name: 'scroll.x'
471
- }, {
472
- type: 'tpl',
473
- addOnclassName: 'border-0 bg-none',
474
- tpl: 'px'
475
- }]
476
- }, getSchemaTpl('tablePlaceholder')]
494
+ }), getSchemaTpl('tablePlaceholder', {
495
+ hidden: isCRUDContext
496
+ })
497
+ // TODD: 组件功能没有支持,暂时隐藏
498
+ // {
499
+ // type: 'input-number',
500
+ // name: 'combineNum',
501
+ // label: '合并单元格'
502
+ // }
503
+ ].filter(Boolean)
477
504
  }, {
478
505
  title: i18n("949a8b7bd2c10070a2fae16f9c66afbb"),
479
- body: [getSchemaTpl('switch', {
506
+ body: [(_d = dc === null || dc === void 0 ? void 0 : dc.columnTogglable) === null || _d === void 0 ? void 0 : _d.call(dc, context), getSchemaTpl('switch', {
480
507
  name: 'resizable',
481
508
  label: tipedLabel(i18n("ba4f461832cbdb7fbdb170fc9c1db647"), i18n("aa2bd9f54608c0c85d3ceecb707938c9")),
482
509
  pipeIn: function (value) {
@@ -485,7 +512,7 @@ var Table2Plugin = /** @class */function (_super) {
485
512
  pipeOut: function (value) {
486
513
  return value;
487
514
  }
488
- }), isCRUDBody ? null : {
515
+ }), isCRUDContext ? null : {
489
516
  type: 'ae-Switch-More',
490
517
  mode: 'normal',
491
518
  name: 'columnsTogglable',
@@ -508,7 +535,7 @@ var Table2Plugin = /** @class */function (_super) {
508
535
  type: 'ae-columnControl'
509
536
  }]
510
537
  }
511
- }]
538
+ }].filter(Boolean)
512
539
  }, {
513
540
  title: i18n("ed85be57262e5a0c3116293e88278fef"),
514
541
  body: [{
@@ -528,26 +555,55 @@ var Table2Plugin = /** @class */function (_super) {
528
555
  }],
529
556
  clearable: false,
530
557
  value: ''
531
- }, isCRUDBody ? {
558
+ }, {
532
559
  type: 'ae-Switch-More',
533
560
  mode: 'normal',
534
561
  name: 'rowSelection',
535
- label: i18n("e3be7b8a459a08fec8f378a0660b642b"),
536
- visibleOn: 'data.selectable',
562
+ label: i18n("240145572215920ae06db1eeb85b29c0"),
537
563
  hiddenOnDefault: true,
538
564
  formType: 'extend',
539
565
  form: {
540
- body: [{
566
+ body: [/** 如果为 CRUD 背景下,主键配置、选择类型在 CRUD 面板中,此处应该隐藏 */
567
+ isCRUDContext ? null : (_e = dc === null || dc === void 0 ? void 0 : dc.rowSelectionKeyField) === null || _e === void 0 ? void 0 : _e.call(dc, context), isCRUDContext ? null : {
568
+ name: 'rowSelection.type',
569
+ label: i18n("5e1872b4afc82fc5114b32aaf4477500"),
570
+ type: 'button-group-select',
571
+ options: [{
572
+ label: i18n("443f46c76ebe6ec4eb502f95c451e4b0"),
573
+ value: 'checkbox'
574
+ }, {
575
+ label: i18n("9fd1b7cb41cfa3b83bdfd2a44381417f"),
576
+ value: 'radio'
577
+ }],
578
+ pipeIn: function (value, formStore) {
579
+ if (value != null && typeof value === 'string') {
580
+ return value;
581
+ }
582
+ var schema = formStore === null || formStore === void 0 ? void 0 : formStore.data;
583
+ return (schema === null || schema === void 0 ? void 0 : schema.selectable) === true ? schema.multiple ? 'checkbox' : 'radio' : 'checkbox';
584
+ }
585
+ }, getSchemaTpl('switch', {
586
+ name: 'rowSelection.fixed',
587
+ label: i18n("9c5c1f96ba29b9c0a8915be950e91cb3")
588
+ }), {
589
+ type: 'input-number',
590
+ name: 'rowSelection.columnWidth',
591
+ label: i18n("5fd9a061aa8d25137801caf78d8d0f42"),
592
+ min: 0,
593
+ pipeOut: function (data) {
594
+ return data || undefined;
595
+ }
596
+ }, {
541
597
  label: i18n("1f1ca9df5fa3648c718ad04649888943"),
542
598
  name: 'rowSelection.rowClick',
543
599
  type: 'button-group-select',
544
600
  value: false,
545
601
  options: [{
546
- label: 'CheckBox',
547
- value: false
548
- }, {
549
602
  label: i18n("596171970b639a35dadde2aa930d666a"),
550
603
  value: true
604
+ }, {
605
+ label: i18n("454e60f5759903d7d3dba58e3f9bd590"),
606
+ value: false
551
607
  }]
552
608
  }, getSchemaTpl('formulaControl', {
553
609
  name: 'rowSelection.disableOn',
@@ -560,19 +616,19 @@ var Table2Plugin = /** @class */function (_super) {
560
616
  inline: false,
561
617
  itemClassName: 'text-sm',
562
618
  options: [{
563
- label: i18n("66eeacd93a7c1bda93906fe908ad11a0"),
619
+ label: i18n("107ce5ae5c46f0e63565c593eb09a312"),
564
620
  value: 'all'
565
621
  }, {
566
- label: i18n("aab57a3547a451f756bb8231a1eee8d7"),
622
+ label: i18n("f3993a00b12133950b96199dbf08fc43"),
567
623
  value: 'invert'
568
624
  }, {
569
- label: i18n("76159d0d1261c0b6c310901244457e36"),
625
+ label: i18n("0cf1882623b2b50f0416030c980c3179"),
570
626
  value: 'none'
571
627
  }, {
572
- label: i18n("be4751b0c9adf1d8deee45226c6124ee"),
628
+ label: i18n("b5a34b813ffd5d7d776eb8ca56a1b45d"),
573
629
  value: 'odd'
574
630
  }, {
575
- label: i18n("49f4010dade8652e5aff6a2c67aa23a4"),
631
+ label: i18n("0c2a525c7e183c05b46caa6b52a21b9f"),
576
632
  value: 'even'
577
633
  }],
578
634
  pipeIn: function (v) {
@@ -597,9 +653,16 @@ var Table2Plugin = /** @class */function (_super) {
597
653
  };
598
654
  });
599
655
  }
600
- }]
656
+ }].filter(Boolean)
601
657
  }
602
- } : null, {
658
+ }, getSchemaTpl('formulaControl', {
659
+ label: i18n("df5a3392ee995cfaa13787b11a1e2652"),
660
+ name: 'itemCheckableOn'
661
+ }), {
662
+ type: 'input-number',
663
+ name: 'maxKeepItemSelectionLength',
664
+ label: i18n("76417db4eeb031b0bc15f4cf8178ae46")
665
+ }, {
603
666
  type: 'ae-Switch-More',
604
667
  mode: 'normal',
605
668
  name: 'expandable',
@@ -607,48 +670,118 @@ var Table2Plugin = /** @class */function (_super) {
607
670
  hiddenOnDefault: true,
608
671
  formType: 'extend',
609
672
  form: {
610
- body: [getSchemaTpl('formulaControl', {
673
+ body: [(_f = dc === null || dc === void 0 ? void 0 : dc.expandableKeyField) === null || _f === void 0 ? void 0 : _f.call(dc, context), {
674
+ type: 'select',
675
+ label: i18n("4d250d2754fbdc9cbd131bf48d445894"),
676
+ name: 'expandable.position',
677
+ options: [{
678
+ label: i18n("18c63459a2c069022c7790430f761214"),
679
+ value: ''
680
+ }, {
681
+ label: i18n("39a2cb79c6d9762783e20522ea86dcff"),
682
+ value: 'left'
683
+ }, {
684
+ label: i18n("de2a774bf98944b8f0ec8755d5f59d64"),
685
+ value: 'right'
686
+ }, {
687
+ label: i18n("dce5379cb978a8259ecfca8f08f00817"),
688
+ value: 'none'
689
+ }]
690
+ }, getSchemaTpl('formulaControl', {
611
691
  name: 'expandable.expandableOn',
612
692
  visibleOn: 'data.expandable',
613
- label: i18n("8c1f5c49de09adab9a0e0c39e0106f78")
614
- })]
693
+ label: i18n("ea7026a83bf0b63ecc31fd8e215766de")
694
+ }), {
695
+ name: 'expandable',
696
+ asFormItem: true,
697
+ label: false,
698
+ children: function (_a) {
699
+ var value = _a.value,
700
+ onBulkChange = _a.onBulkChange;
701
+ _a.onChange;
702
+ var name = _a.name;
703
+ _a.data;
704
+ _a.form;
705
+ var newValue = __assign(__assign({}, value), value && value.type ? {} : {
706
+ type: 'container',
707
+ body: [{
708
+ type: 'tpl',
709
+ tpl: i18n("1a7bd457c08093cf2cf887403dc249d8"),
710
+ inline: false
711
+ }]
712
+ });
713
+ return React__default.createElement(Button, {
714
+ className: "w-full flex flex-col items-center",
715
+ onClick: function () {
716
+ _this.manager.openSubEditor({
717
+ title: i18n("9e9b4716c08d4f15d9d52e00281f4265"),
718
+ value: newValue,
719
+ onChange: function (value) {
720
+ var _a;
721
+ onBulkChange((_a = {}, _a[name] = value, _a));
722
+ },
723
+ data: __assign({}, _this.manager.store.ctx) //默认数据
724
+ });
725
+ }
726
+ }, React__default.createElement("span", {
727
+ className: "inline-flex items-center"
728
+ }, React__default.createElement(Icon, {
729
+ icon: "edit",
730
+ className: "mr-1 w-3"
731
+ }), i18n("9e9b4716c08d4f15d9d52e00281f4265")));
732
+ }
733
+ }]
615
734
  }
616
- }, getSchemaTpl('switch', {
735
+ }, {
736
+ type: 'input-text',
737
+ label: tipedLabel(i18n("f09e007fa1c2e7eb9ec01f8481104d94"), i18n("1b4b8d809a7d253bb650d0f104d24ea2")),
617
738
  name: 'childrenColumnName',
618
- label: i18n("caca6cb58342bb604483d94f49515234"),
619
- pipeIn: function (value) {
620
- return !!value;
739
+ pipeIn: defaultValue('children')
740
+ }, (_g = dc === null || dc === void 0 ? void 0 : dc.draggable) === null || _g === void 0 ? void 0 : _g.call(dc, context), (_h = dc === null || dc === void 0 ? void 0 : dc.itemDraggableOn) === null || _h === void 0 ? void 0 : _h.call(dc, context), (_j = dc === null || dc === void 0 ? void 0 : dc.saveOrderApi) === null || _j === void 0 ? void 0 : _j.call(dc, context), {
741
+ name: 'showBadge',
742
+ label: i18n("f53160d07e516a3b0d38d61822944b03"),
743
+ type: 'ae-switch-more',
744
+ mode: 'normal',
745
+ formType: 'extend',
746
+ bulk: true,
747
+ defaultData: {
748
+ itemBadge: {
749
+ mode: 'dot'
750
+ }
621
751
  },
622
- pipeOut: function (value) {
623
- return value ? 'children' : '';
624
- }
625
- }), getSchemaTpl('switch', {
626
- name: 'draggable',
627
- label: i18n("5bdff9fd07d2a2430ac50e1559dbee27"),
628
- pipeIn: function (value) {
629
- return !!value;
752
+ isChecked: function (e) {
753
+ var data = e.data,
754
+ name = e.name;
755
+ return data[name];
630
756
  },
631
- pipeOut: function (value) {
632
- return value;
757
+ form: {
758
+ body: [{
759
+ type: 'ae-badge',
760
+ label: false,
761
+ name: 'itemBadge',
762
+ contentsOnly: true
763
+ }]
633
764
  }
634
- })]
765
+ }]
766
+ }, {
767
+ title: i18n("e821ce185e41eac2ab846ef5cfde2363"),
768
+ body: [getSchemaTpl('switch', {
769
+ name: 'keepItemSelectionOnPageChange',
770
+ label: tipedLabel(i18n("099cf136d6a4b6ed4646af4a2ed066b2"), i18n("60011314ed92794f3d4f3e874c359279")),
771
+ /** 目前仅支持2种类型,默认是 pagination */
772
+ visibleOn: '!data.loadType || data.loadType !== "more"'
773
+ }), {
774
+ name: 'maxKeepItemSelectionLength',
775
+ type: 'input-number',
776
+ label: i18n("76417db4eeb031b0bc15f4cf8178ae46"),
777
+ visibleOn: 'data.keepItemSelectionOnPageChange'
778
+ }]
635
779
  }, {
636
780
  title: i18n("3fea7ca76cdece641436d7ab0d02ab1b"),
637
781
  body: [getSchemaTpl('hidden', {
638
782
  label: i18n("dce5379cb978a8259ecfca8f08f00817")
639
783
  })]
640
- }, {
641
- title: i18n("dfac151de712ab0b3618072c8a7f0a0f"),
642
- body: [getSchemaTpl('apiControl', {
643
- label: i18n("33eaf97ecb3465754855e847f14d129c"),
644
- name: 'quickSaveApi'
645
- }), getSchemaTpl('apiControl', {
646
- label: i18n("ce7d31d64f2315e1d4cede288b9dfc60"),
647
- name: 'quickSaveItemApi'
648
- })]
649
- }]), isCRUDBody ? null : {
650
- type: 'divider'
651
- }]
784
+ }])]
652
785
  }, {
653
786
  title: i18n("afcde2611bdd13c1e65b4fb6a2f13425"),
654
787
  body: [getSchemaTpl('collapseGroup', [{
@@ -658,9 +791,82 @@ var Table2Plugin = /** @class */function (_super) {
658
791
  label: i18n("961534b4ea37e4e88aada736b299d063"),
659
792
  pipeIn: defaultValue(false)
660
793
  }), {
794
+ name: 'size',
795
+ label: i18n("b3b97a293baac13db6367aba5539a09c"),
796
+ type: 'select',
797
+ pipeIn: defaultValue('default'),
798
+ options: [{
799
+ label: i18n("391b8fa9c747a1799353ab856e666ad5"),
800
+ value: 'small'
801
+ }, {
802
+ label: i18n("18c63459a2c069022c7790430f761214"),
803
+ value: 'default'
804
+ }, {
805
+ label: i18n("ab18e30c0dc4093ceeda8961fac3d1f4"),
806
+ value: 'large'
807
+ }]
808
+ }, getSchemaTpl('switch', {
809
+ name: 'autoFillHeight',
810
+ label: i18n("8952f4e24070a79741a505dc20bad8f0")
811
+ }), {
812
+ name: 'scroll.y',
813
+ label: i18n("a5baa4818b14f4680955aa34dd559d02"),
814
+ type: 'button-group-select',
815
+ pipeIn: function (v) {
816
+ return v != null;
817
+ },
818
+ pipeOut: function (v) {
819
+ return v ? '' : null;
820
+ },
821
+ options: [{
822
+ label: i18n("4db804afe5c99f7ca4fe988ada35c77f"),
823
+ value: false
824
+ }, {
825
+ label: i18n("1ef8fd21130d17cb7c1613eaed6ca1e4"),
826
+ value: true
827
+ }]
828
+ }, {
829
+ type: 'input-group',
830
+ visibleOn: 'data.scroll && data.scroll.y !== null',
831
+ label: i18n("ee18dc475df8654cb13ad67dd84eec28"),
832
+ body: [{
833
+ type: 'input-number',
834
+ name: 'scroll.y'
835
+ }, {
836
+ type: 'tpl',
837
+ addOnclassName: 'border-0 bg-none',
838
+ tpl: 'px'
839
+ }]
840
+ }, {
661
841
  name: 'scroll.x',
662
- type: 'input-number',
663
- label: i18n("927b639f244953f237cd12943c8b815c")
842
+ label: tipedLabel(i18n("8bb5781dc5f2745e6356cdc5e6d76b16"), i18n("88a364068f684dc77aca5b6c006ef576")),
843
+ type: 'button-group-select',
844
+ pipeIn: function (v) {
845
+ return v != null;
846
+ },
847
+ pipeOut: function (v) {
848
+ return v ? '' : null;
849
+ },
850
+ options: [{
851
+ label: i18n("4db804afe5c99f7ca4fe988ada35c77f"),
852
+ value: false
853
+ }, {
854
+ label: i18n("1ef8fd21130d17cb7c1613eaed6ca1e4"),
855
+ value: true
856
+ }]
857
+ }, {
858
+ type: 'input-group',
859
+ visibleOn: 'data.scroll && data.scroll.x !== null',
860
+ name: 'scroll.x',
861
+ label: i18n("6e3d35b57c29b1b419569cc55b3a5d33"),
862
+ body: [{
863
+ type: 'input-number',
864
+ name: 'scroll.x'
865
+ }, {
866
+ type: 'tpl',
867
+ addOnclassName: 'border-0 bg-none',
868
+ tpl: 'px'
869
+ }]
664
870
  }, {
665
871
  name: 'indentSize',
666
872
  visibleOn: 'data.childrenColumnName',
@@ -669,7 +875,7 @@ var Table2Plugin = /** @class */function (_super) {
669
875
  label: 'px',
670
876
  value: 'px'
671
877
  }],
672
- label: i18n("fdd59ca00eba17d4bfebf744056ce4ab")
878
+ label: tipedLabel(i18n("dd7befc8e7c124f6f4ba9bbf3de9dc53"), i18n("eedd7279409d000114e27194f3c8a5ea"))
673
879
  }, {
674
880
  name: 'rowSelection.columnWidth',
675
881
  visibleOn: 'data.rowSelection',
@@ -684,8 +890,11 @@ var Table2Plugin = /** @class */function (_super) {
684
890
  description: i18n("81ccf26d9622d139a13ba2a61bd9fea4")
685
891
  }]
686
892
  }, getSchemaTpl('style:classNames', {
687
- isFormItem: true,
688
- schema: [getSchemaTpl('formulaControl', {
893
+ isFormItem: false,
894
+ schema: [getSchemaTpl('className', {
895
+ label: i18n("4bf8b7a0b3385fcd34a8e0cd355d7964"),
896
+ name: 'rowClassName'
897
+ }), getSchemaTpl('formulaControl', {
689
898
  name: 'rowClassNameExpr',
690
899
  label: i18n("68e9249db7bd12ab17994b1761b049f5")
691
900
  }), getSchemaTpl('formulaControl', {
@@ -696,13 +905,88 @@ var Table2Plugin = /** @class */function (_super) {
696
905
  })])]
697
906
  }, {
698
907
  title: i18n("10b2761db5a8e089049df39675abc550"),
908
+ className: 'p-none',
699
909
  body: [getSchemaTpl('eventControl', __assign({
700
910
  name: 'onEvent'
701
911
  }, getEventControlConfig(_this.manager, context)))]
702
912
  }]);
703
913
  };
914
+ _this.dsManager = new DSBuilderManager(manager);
704
915
  return _this;
705
916
  }
917
+ // 为了能够自动注入数据。
918
+ Table2Plugin.prototype.getRendererInfo = function (context) {
919
+ var _a, _b, _c, _d, _e;
920
+ var plugin = this;
921
+ var schema = context.schema,
922
+ renderer = context.renderer;
923
+ var isCRUD = ['crud', 'crud2'].includes((_b = (_a = context === null || context === void 0 ? void 0 : context.schema) === null || _a === void 0 ? void 0 : _a.name) !== null && _b !== void 0 ? _b : (_e = (_d = (_c = context === null || context === void 0 ? void 0 : context.schema) === null || _c === void 0 ? void 0 : _c.$$editor) === null || _d === void 0 ? void 0 : _d.renderer) === null || _e === void 0 ? void 0 : _e.name);
924
+ if (!schema.$$id && isCRUD && renderer.name === 'table2') {
925
+ return __assign(__assign({}, {
926
+ id: schema.$$editor.id
927
+ }), {
928
+ name: plugin.name,
929
+ regions: plugin.regions,
930
+ patchContainers: plugin.patchContainers,
931
+ vRendererConfig: plugin.vRendererConfig,
932
+ wrapperProps: plugin.wrapperProps,
933
+ wrapperResolve: plugin.wrapperResolve,
934
+ filterProps: plugin.filterProps,
935
+ $schema: plugin.$schema,
936
+ renderRenderer: plugin.renderRenderer
937
+ });
938
+ }
939
+ return _super.prototype.getRendererInfo.call(this, context);
940
+ };
941
+ Table2Plugin.prototype.filterProps = function (props) {
942
+ var arr = resolveArrayDatasource(props);
943
+ if (!Array.isArray(arr) || !arr.length) {
944
+ var mockedData_1 = {};
945
+ if (Array.isArray(props.columns)) {
946
+ props.columns.forEach(function (column) {
947
+ if (column.name) {
948
+ setVariable(mockedData_1, column.name, mockValue(column));
949
+ }
950
+ });
951
+ }
952
+ props.value = repeatArray(mockedData_1, 10).map(function (item, index) {
953
+ return __assign(__assign({}, item), {
954
+ id: index + 1
955
+ });
956
+ });
957
+ } else {
958
+ // 只取10条预览,否则太多卡顿
959
+ props.value = arr.slice(0, 10);
960
+ }
961
+ // 如果设置了可展开 默认把第一行展开
962
+ if (props.expandable) {
963
+ if (typeof props.expandable === 'boolean') {
964
+ props.expandable = {};
965
+ }
966
+ if (!props.expandable.type) {
967
+ props.expandable.type = 'container';
968
+ props.expandable.body = [{
969
+ type: 'tpl',
970
+ tpl: i18n("1a7bd457c08093cf2cf887403dc249d8"),
971
+ wrapperComponent: '',
972
+ inline: false
973
+ }];
974
+ }
975
+ props.expandable.keyField = 'id';
976
+ props.expandable.expandedRowKeys = [1];
977
+ }
978
+ return props;
979
+ };
980
+ // 自动插入 label
981
+ Table2Plugin.prototype.beforeInsert = function (event) {
982
+ var _a, _b, _c, _d;
983
+ var context = event.context;
984
+ if ((context.info.plugin === this || ((_a = context.node.sameIdChild) === null || _a === void 0 ? void 0 : _a.info.plugin) === this) && context.region === 'columns') {
985
+ context.data = __assign(__assign({}, context.data), {
986
+ title: (_d = (_b = context.data.label) !== null && _b !== void 0 ? _b : (_c = context.subRenderer) === null || _c === void 0 ? void 0 : _c.name) !== null && _d !== void 0 ? _d : i18n("bcee820bc20342a4d388a35ed32a35fe")
987
+ });
988
+ }
989
+ };
706
990
  Table2Plugin.prototype.buildDataSchemas = function (node, region, trigger) {
707
991
  var _a, _b;
708
992
  return __awaiter(this, void 0, void 0, function () {
@@ -792,88 +1076,52 @@ var Table2Plugin = /** @class */function (_super) {
792
1076
  });
793
1077
  };
794
1078
  Table2Plugin.prototype.getAvailableContextFields = function (scopeNode, node, region) {
1079
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
795
1080
  return __awaiter(this, void 0, void 0, function () {
796
- return __generator(this, function (_a) {
1081
+ var builder;
1082
+ return __generator(this, function (_p) {
1083
+ if (((_b = (_a = node === null || node === void 0 ? void 0 : node.info) === null || _a === void 0 ? void 0 : _a.renderer) === null || _b === void 0 ? void 0 : _b.name) && ['table-cell', 'cell-field'].includes(node.info.renderer.name)) {
1084
+ if (((_c = scopeNode.parent) === null || _c === void 0 ? void 0 : _c.type) === 'crud2' && ((_e = (_d = scopeNode.parent) === null || _d === void 0 ? void 0 : _d.path) === null || _e === void 0 ? void 0 : _e.endsWith('crud2'))) {
1085
+ return [2 /*return*/, (_g = (_f = scopeNode.parent.info.plugin).getAvailableContextFields) === null || _g === void 0 ? void 0 : _g.call(_f, scopeNode.parent, node, region)];
1086
+ }
1087
+ if (((_h = scopeNode.parent) === null || _h === void 0 ? void 0 : _h.type) === 'service' && ((_l = (_k = (_j = scopeNode.parent) === null || _j === void 0 ? void 0 : _j.parent) === null || _k === void 0 ? void 0 : _k.path) === null || _l === void 0 ? void 0 : _l.endsWith('service'))) {
1088
+ return [2 /*return*/, (_o = (_m = scopeNode.parent.parent.info.plugin).getAvailableContextFields) === null || _o === void 0 ? void 0 : _o.call(_m, scopeNode.parent.parent, node, region)];
1089
+ }
1090
+ }
1091
+ builder = this.dsManager.getBuilderBySchema(scopeNode.schema);
1092
+ if (builder && scopeNode.schema.api) {
1093
+ return [2 /*return*/, builder.getAvailableContextFields({
1094
+ schema: scopeNode.schema,
1095
+ sourceKey: 'api',
1096
+ feat: 'List'
1097
+ }, node)];
1098
+ }
797
1099
  return [2 /*return*/];
798
1100
  });
799
1101
  });
800
1102
  };
801
1103
 
802
- Table2Plugin.prototype.filterProps = function (props) {
803
- var arr = resolveArrayDatasource(props);
804
- if (!Array.isArray(arr) || !arr.length) {
805
- var mockedData_1 = {};
806
- if (Array.isArray(props.columns)) {
807
- props.columns.forEach(function (column) {
808
- if (column.name) {
809
- setVariable(mockedData_1, column.name, mockValue(column));
810
- }
811
- });
812
- }
813
- props.value = repeatArray(mockedData_1, 10).map(function (item, index) {
814
- return __assign(__assign({}, item), {
815
- id: index + 1
816
- });
817
- });
818
- } else {
819
- // 只取10条预览,否则太多卡顿
820
- props.value = arr.slice(0, 10);
821
- }
822
- // 如果设置了可展开 默认把第一行展开
823
- if (props.expandable) {
824
- if (typeof props.expandable === 'boolean') {
825
- props.expandable = {};
1104
+ Object.defineProperty(Table2Plugin.prototype, "dynamicControls", {
1105
+ /** 需要动态控制的控件 */
1106
+ get: function () {
1107
+ return this._dynamicControls;
1108
+ },
1109
+ set: function (controls) {
1110
+ if (!controls || !isObject(controls)) {
1111
+ throw new Error(i18n("413c6b52c23a1bf5cbc9fba1485f88ff"));
826
1112
  }
827
- if (!props.expandable.type) {
828
- props.expandable.type = 'container';
829
- props.expandable.body = [{
830
- type: 'tpl',
831
- tpl: i18n("1a7bd457c08093cf2cf887403dc249d8"),
832
- wrapperComponent: '',
833
- inline: false
834
- }];
835
- }
836
- props.expandable.keyField = 'id';
837
- props.expandable.expandedRowKeys = [1];
838
- }
839
- return props;
840
- };
841
- // 为了能够自动注入数据。
842
- Table2Plugin.prototype.getRendererInfo = function (context) {
843
- var _a;
844
- var plugin = this;
845
- var schema = context.schema,
846
- renderer = context.renderer;
847
- if (!schema.$$id && ['crud', 'crud2'].includes((_a = schema.$$editor) === null || _a === void 0 ? void 0 : _a.renderer.name) && renderer.name === 'table2') {
848
- return __assign(__assign({}, {
849
- id: schema.$$editor.id
850
- }), {
851
- name: plugin.name,
852
- regions: plugin.regions,
853
- patchContainers: plugin.patchContainers,
854
- vRendererConfig: plugin.vRendererConfig,
855
- wrapperProps: plugin.wrapperProps,
856
- wrapperResolve: plugin.wrapperResolve,
857
- filterProps: plugin.filterProps,
858
- $schema: plugin.$schema,
859
- renderRenderer: plugin.renderRenderer
860
- });
861
- }
862
- return _super.prototype.getRendererInfo.call(this, context);
863
- };
864
- // 自动插入 label
865
- Table2Plugin.prototype.beforeInsert = function (event) {
866
- var _a, _b, _c, _d;
867
- var context = event.context;
868
- if ((context.info.plugin === this || ((_a = context.node.sameIdChild) === null || _a === void 0 ? void 0 : _a.info.plugin) === this) && context.region === 'columns') {
869
- context.data = __assign(__assign({}, context.data), {
870
- title: (_d = (_b = context.data.label) !== null && _b !== void 0 ? _b : (_c = context.subRenderer) === null || _c === void 0 ? void 0 : _c.name) !== null && _d !== void 0 ? _d : i18n("bcee820bc20342a4d388a35ed32a35fe")
871
- });
872
- }
1113
+ this._dynamicControls = __assign(__assign({}, this._dynamicControls), controls);
1114
+ },
1115
+ enumerable: false,
1116
+ configurable: true
1117
+ });
1118
+ Table2Plugin.prototype.isCRUDContext = function (context) {
1119
+ return context.schema.type === 'crud2' || context.schema.type === 'crud';
873
1120
  };
874
1121
  Table2Plugin.id = 'Table2Plugin';
875
1122
  return Table2Plugin;
876
1123
  }(BasePlugin);
877
1124
  registerEditorPlugin(Table2Plugin);
878
1125
 
879
- export { Table2Plugin };
1126
+ export { Table2Plugin, Table2RendererAction, Table2RenderereEvent };
1127
+ window.amisEditorVersionInfo={version:'5.5.2-beta.2',buildTime:'2023-09-28'};