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,1553 +0,0 @@
1
- /**
2
- * amis-editor v5.5.0
3
- * Copyright 2018-2023 @fex
4
- */
5
-
6
- import { __extends, __awaiter, __generator, __spreadArray, __read, __assign } from 'tslib';
7
- import cloneDeep from 'lodash/cloneDeep';
8
- import React__default from 'react';
9
- import { generateNodeId, getSchemaTpl, DSBuilderManager, tipedLabel, defaultValue, BasePlugin, registerEditorPlugin, DSFeature } from 'amis-editor-core';
10
- import { flattenDeep, fromPairs, isObject, remove } from 'lodash';
11
- import { findTree } from 'amis';
12
- import { getArgsWrapper } from '../renderer/event-control/helper.js';
13
- import { i18n } from 'i18n-runtime';
14
-
15
- var findObj = function (obj, predicate, stop) {
16
- var waitProcess = [obj];
17
- while (waitProcess.length) {
18
- var item = waitProcess.pop();
19
- if (Array.isArray(item)) {
20
- waitProcess.push.apply(waitProcess, __spreadArray([], __read(item), false));
21
- continue;
22
- }
23
- if (!isObject(item) || stop && stop(item)) {
24
- continue;
25
- }
26
- if (predicate(item)) {
27
- return item;
28
- }
29
- waitProcess.push.apply(waitProcess, __spreadArray([], __read(Object.values(item)), false));
30
- }
31
- };
32
- var deepRemove = function (obj, predicate) {
33
- var waitProcess = [obj];
34
- var _loop_1 = function () {
35
- var item = waitProcess.pop();
36
- if (Array.isArray(item)) {
37
- remove(item, predicate);
38
- waitProcess.push.apply(waitProcess, __spreadArray([], __read(item), false));
39
- return "continue";
40
- }
41
- if (!isObject(item)) {
42
- return "continue";
43
- }
44
- Object.entries(item).forEach(function (_a) {
45
- var _b = __read(_a, 2),
46
- key = _b[0],
47
- value = _b[1];
48
- if (isObject(value) && predicate(value)) {
49
- delete item[key];
50
- }
51
- waitProcess.push(value);
52
- });
53
- };
54
- while (waitProcess.length) {
55
- _loop_1();
56
- }
57
- };
58
- var Tools = [{
59
- label: i18n("a4313469fd7361486fe47076629c76ac"),
60
- value: 'Insert',
61
- resolveSchema: function (setting, builder) {
62
- if (setting === void 0) {
63
- setting = {};
64
- }
65
- var form = {
66
- type: 'form',
67
- body: [],
68
- onEvent: {
69
- submitSucc: {
70
- actions: [{
71
- actionType: 'search',
72
- componentId: setting.id
73
- }]
74
- }
75
- }
76
- };
77
- builder.resolveCreateSchema({
78
- schema: form,
79
- setting: setting,
80
- feat: 'Insert',
81
- inCrud: true
82
- });
83
- return {
84
- type: 'button',
85
- behavior: 'Insert',
86
- label: i18n("66ab5e9f24c8f46012a25c89919fb191"),
87
- level: 'primary',
88
- className: 'm-r-xs',
89
- onEvent: {
90
- click: {
91
- actions: [{
92
- actionType: 'dialog',
93
- dialog: {
94
- title: i18n("50abd0bf31e07dbee84e9e5b9a407840"),
95
- body: form
96
- }
97
- }]
98
- }
99
- }
100
- };
101
- },
102
- align: 'left'
103
- }, {
104
- label: i18n("e73cefac9d030927da1618c7b15c98c9"),
105
- value: 'BulkEdit',
106
- resolveSchema: function (setting, builder) {
107
- if (setting === void 0) {
108
- setting = {};
109
- }
110
- var form = {
111
- type: 'form',
112
- // @ts-ignore
113
- behavior: 'BulkEdit',
114
- body: [],
115
- onEvent: {
116
- submitSucc: {
117
- actions: [{
118
- actionType: 'search',
119
- componentId: setting.id
120
- }]
121
- }
122
- }
123
- };
124
- builder.resolveCreateSchema({
125
- schema: form,
126
- setting: setting,
127
- feat: 'BulkEdit',
128
- inCrud: true
129
- });
130
- return {
131
- type: 'button',
132
- behavior: 'BulkEdit',
133
- label: i18n("e73cefac9d030927da1618c7b15c98c9"),
134
- className: 'm-r-xs',
135
- onEvent: {
136
- click: {
137
- actions: [{
138
- actionType: 'dialog',
139
- dialog: {
140
- title: i18n("e73cefac9d030927da1618c7b15c98c9"),
141
- body: form
142
- }
143
- }]
144
- }
145
- },
146
- disabledOn: 'selectedItems != null && selectedItems.length < 1'
147
- };
148
- },
149
- align: 'left'
150
- }, {
151
- label: i18n("7fb62b30119c3797a843a48368463314"),
152
- value: 'BulkDelete',
153
- resolveSchema: function (setting, builder) {
154
- var _a, _b, _c;
155
- if (setting === void 0) {
156
- setting = {};
157
- }
158
- var button = {
159
- type: 'button',
160
- className: 'm-r-xs',
161
- label: i18n("7fb62b30119c3797a843a48368463314"),
162
- level: 'danger',
163
- // @ts-ignore
164
- behavior: 'BulkDelete',
165
- disabledOn: 'selectedItems != null && selectedItems.length < 1'
166
- };
167
- builder.resolveDeleteSchema({
168
- schema: button,
169
- setting: setting,
170
- feat: 'BulkDelete'
171
- });
172
- (_c = (_b = (_a = button.onEvent) === null || _a === void 0 ? void 0 : _a.click) === null || _b === void 0 ? void 0 : _b.actions) === null || _c === void 0 ? void 0 : _c.push({
173
- actionType: 'search',
174
- componentId: setting.id
175
- });
176
- return button;
177
- },
178
- align: 'left'
179
- }, {
180
- label: i18n("73f28ac83b623fb81d73f16fb3856fa0"),
181
- value: 'Import',
182
- resolveSchema: function (setting, builder) {
183
- return {
184
- type: 'button',
185
- className: 'm-r-xs',
186
- label: i18n("8d9a071ee2ef45e045968e117a205c07"),
187
- // @ts-ignore
188
- behavior: 'Import'
189
- };
190
- },
191
- align: 'left'
192
- }, {
193
- label: i18n("09d44261d7883bf5141a462a790d2816"),
194
- value: 'Export',
195
- resolveSchema: function (setting, builder) {
196
- return {
197
- type: 'button',
198
- className: 'm-r-xs',
199
- label: i18n("55405ea6ff6fd823ffab7e6b10ddfa95"),
200
- // @ts-ignore
201
- behavior: 'Export'
202
- };
203
- },
204
- align: 'left'
205
- }];
206
- var FilterTypes = [{
207
- label: i18n("6ff4bf3d567e977aa4c90c27dff1e6db"),
208
- value: 'FuzzyQuery',
209
- resolveSchema: function (setting, builder) {
210
- if (setting === void 0) {
211
- setting = {};
212
- }
213
- var formId = generateNodeId();
214
- return {
215
- type: 'form',
216
- behavior: 'FuzzyQuery',
217
- id: formId,
218
- submitOnChange: true,
219
- wrapWithPanel: false,
220
- onEvent: {
221
- validateSucc: {
222
- actions: [{
223
- actionType: 'search',
224
- componentId: setting.id,
225
- args: {
226
- query: '${event.data}'
227
- }
228
- }]
229
- }
230
- },
231
- body: [{
232
- name: 'keywords',
233
- type: 'input-text',
234
- label: false,
235
- addOn: {
236
- type: 'button',
237
- label: i18n("e5f71fc31e7246dd6ccc5539570471b0"),
238
- onEvent: {
239
- click: {
240
- actions: [{
241
- actionType: 'submit',
242
- componentId: formId
243
- }]
244
- }
245
- }
246
- }
247
- }]
248
- };
249
- }
250
- }, {
251
- label: i18n("c26996a6506adf397f0668d376d0b40b"),
252
- value: 'SimpleQuery',
253
- resolveSchema: function (setting, builder) {
254
- if (setting === void 0) {
255
- setting = {};
256
- }
257
- return {
258
- title: i18n("c26996a6506adf397f0668d376d0b40b"),
259
- type: 'form',
260
- mode: 'inline',
261
- behavior: 'SimpleQuery',
262
- body: builder.resolveSimpleFilterSchema({
263
- setting: setting,
264
- size: 'full'
265
- }) || [],
266
- actions: [{
267
- type: 'submit',
268
- label: i18n("bee912d79eefb7335988c4997aa9138d")
269
- }, {
270
- type: 'reset',
271
- label: i18n("4b9c3271dc2f299dc3aeffb369187513")
272
- }],
273
- onEvent: {
274
- validateSucc: {
275
- actions: [{
276
- actionType: 'search',
277
- componentId: setting.id,
278
- args: {
279
- query: {
280
- simpleFilters: '${event.data}'
281
- }
282
- }
283
- }]
284
- }
285
- }
286
- };
287
- }
288
- }, {
289
- label: i18n("9c4666fd08c2738eb9611a3721cb5f0f"),
290
- value: 'AdvancedQuery',
291
- resolveSchema: function (setting, builder) {
292
- if (setting === void 0) {
293
- setting = {};
294
- }
295
- return {
296
- title: i18n("9c4666fd08c2738eb9611a3721cb5f0f"),
297
- type: 'form',
298
- mode: 'inline',
299
- behavior: 'AdvancedQuery',
300
- body: builder.resolveAdvancedFilterSchema({
301
- setting: setting
302
- }) || [],
303
- actions: [{
304
- type: 'submit',
305
- label: i18n("bee912d79eefb7335988c4997aa9138d")
306
- }, {
307
- type: 'reset',
308
- label: i18n("4b9c3271dc2f299dc3aeffb369187513")
309
- }],
310
- onEvent: {
311
- validateSucc: {
312
- actions: [{
313
- actionType: 'search',
314
- componentId: setting.id,
315
- args: {
316
- query: {
317
- customFilters: '${event.data}'
318
- }
319
- }
320
- }]
321
- }
322
- }
323
- };
324
- }
325
- }];
326
- // 数据操作
327
- var DataOperators = [{
328
- label: i18n("5b48dbb8dc710cffe6313bb56a7f6d47"),
329
- value: 'View',
330
- resolveSchema: function (setting, builder) {
331
- if (setting === void 0) {
332
- setting = {};
333
- }
334
- return {
335
- type: 'button',
336
- label: i18n("607e7a4f377fa66b0b28ce318aab841f"),
337
- level: 'link',
338
- behavior: 'View',
339
- onEvent: {
340
- click: {
341
- actions: [{
342
- actionType: 'dialog',
343
- dialog: {
344
- type: 'form',
345
- title: i18n("607e7a4f377fa66b0b28ce318aab841f"),
346
- body: builder.resolveViewSchema({
347
- setting: setting
348
- })
349
- }
350
- }]
351
- }
352
- }
353
- };
354
- }
355
- }, {
356
- label: i18n("e22b59b6bda1cf9a58f8979fd0a0b43c"),
357
- value: 'Edit',
358
- resolveSchema: function (setting, builder) {
359
- if (setting === void 0) {
360
- setting = {};
361
- }
362
- var form = {
363
- type: 'form',
364
- body: [],
365
- onEvent: {
366
- submitSucc: {
367
- actions: [{
368
- actionType: 'search',
369
- componentId: setting.id
370
- }]
371
- }
372
- }
373
- };
374
- builder.resolveCreateSchema({
375
- schema: form,
376
- setting: setting,
377
- feat: 'Edit',
378
- inCrud: true
379
- });
380
- return {
381
- type: 'button',
382
- label: i18n("95b351c86267f3aedf89520959bce689"),
383
- level: 'link',
384
- behavior: 'Edit',
385
- onEvent: {
386
- click: {
387
- actions: [{
388
- actionType: 'dialog',
389
- dialog: {
390
- title: i18n("95b351c86267f3aedf89520959bce689"),
391
- body: form
392
- }
393
- }]
394
- }
395
- }
396
- };
397
- }
398
- }, {
399
- label: i18n("a790208cafd5c95a18dd9a168319ecf8"),
400
- value: 'Delete',
401
- resolveSchema: function (setting, builder) {
402
- var _a, _b, _c;
403
- if (setting === void 0) {
404
- setting = {};
405
- }
406
- var button = {
407
- type: 'button',
408
- className: 'm-r-xs',
409
- label: i18n("2f4aaddde33c9b93c36fd2503f3d122b"),
410
- level: 'link',
411
- // @ts-ignore
412
- behavior: 'Delete'
413
- };
414
- builder.resolveDeleteSchema({
415
- schema: button,
416
- setting: setting,
417
- feat: 'Delete'
418
- });
419
- (_c = (_b = (_a = button.onEvent) === null || _a === void 0 ? void 0 : _a.click) === null || _b === void 0 ? void 0 : _b.actions) === null || _c === void 0 ? void 0 : _c.push({
420
- actionType: 'search',
421
- componentId: setting.id
422
- });
423
- return button;
424
- }
425
- }];
426
- var CRUDPlugin = /** @class */function (_super) {
427
- __extends(CRUDPlugin, _super);
428
- function CRUDPlugin(manager) {
429
- var _this = _super.call(this, manager) || this;
430
- _this.disabledRendererPlugin = true;
431
- // 关联渲染器名字
432
- _this.rendererName = 'crud2';
433
- _this.multifactor = true;
434
- _this.$schema = '/schemas/CRUD2Schema.json';
435
- _this.order = -1000;
436
- _this.docLink = '/amis/zh-CN/components/crud';
437
- _this.tags = [i18n("73721e611daaafe5c34aa9f3f901d016")];
438
- _this.actions = [{
439
- actionType: 'search',
440
- actionLabel: i18n("cfd84204d9476936c949d071cc2338cf"),
441
- description: i18n("c6bd3393c21379d3f75d179abe36da3d"),
442
- descDetail: function (info) {
443
- return React__default.createElement("div", null, React__default.createElement("span", {
444
- className: "variable-right"
445
- }, info === null || info === void 0 ? void 0 : info.__rendererLabel), "\u89E6\u53D1\u6570\u636E\u67E5\u8BE2");
446
- },
447
- schema: getArgsWrapper(
448
- /*
449
- {
450
- type: 'input-formula',
451
- variables: '${variables}',
452
- evalMode: false,
453
- variableMode: 'tabs',
454
- label: '查询条件',
455
- size: 'md',
456
- name: 'query',
457
- mode: 'horizontal'
458
- }
459
- */
460
- getSchemaTpl('formulaControl', {
461
- name: 'query',
462
- label: i18n("cf12e55021998a8328201800ec356773"),
463
- variables: '${variables}',
464
- size: 'md',
465
- mode: 'horizontal'
466
- }))
467
- },
468
- // {
469
- // actionType: 'resetQuery',
470
- // actionLabel: '重置查询',
471
- // description: '重新恢复查询条件为初始值',
472
- // descDetail: (info: any) => {
473
- // return (
474
- // <div>
475
- // <span className="variable-right">{info?.__rendererLabel}</span>
476
- // 重置初始查询条件
477
- // </div>
478
- // );
479
- // }
480
- // },
481
- {
482
- actionType: 'loadMore',
483
- actionLabel: i18n("77281549955309c49f5eef77838a85e5"),
484
- description: i18n("b3a4d6a345372c5def1d5a1bf6077bce"),
485
- descDetail: function (info) {
486
- return React__default.createElement("div", null, React__default.createElement("span", {
487
- className: "variable-right"
488
- }, info === null || info === void 0 ? void 0 : info.__rendererLabel), "\u52A0\u8F7D\u66F4\u591A\u6570\u636E");
489
- }
490
- }];
491
- _this.previewSchema = {
492
- syncLocation: false,
493
- type: 'crud2',
494
- className: 'text-left',
495
- bodyClassName: 'm-b-none',
496
- affixHeader: false,
497
- data: {
498
- items: [{
499
- a: 1,
500
- b: 2
501
- }, {
502
- a: 3,
503
- b: 4
504
- }, {
505
- a: 5,
506
- b: 6
507
- }]
508
- },
509
- source: '${items}',
510
- columns: [{
511
- title: 'A',
512
- name: 'a'
513
- }, {
514
- title: 'B',
515
- name: 'b'
516
- }, {
517
- name: 'operation',
518
- title: i18n("2b6bc0f293f5ca01b006206c2535ccbc"),
519
- buttons: [{
520
- icon: 'fa fa-eye',
521
- type: 'button'
522
- }, {
523
- icon: 'fa fa-edit',
524
- type: 'button'
525
- }]
526
- }]
527
- };
528
- _this.dsBuilderMgr = new DSBuilderManager('crud2', 'api');
529
- return _this;
530
- }
531
- CRUDPlugin.prototype.afterBuildPanelBody = function (event) {
532
- var _a;
533
- return __awaiter(this, void 0, void 0, function () {
534
- var context;
535
- return __generator(this, function (_b) {
536
- switch (_b.label) {
537
- case 0:
538
- context = event.context.context;
539
- if (!(((_a = context.info.renderer) === null || _a === void 0 ? void 0 : _a.isFormItem) && new RegExp('/crud2/filter/').test(context.path))) return [3 /*break*/, 2];
540
- return [4 /*yield*/, this.addFilterPanelSetting(event.context)];
541
- case 1:
542
- _b.sent();
543
- return [3 /*break*/, 3];
544
- case 2:
545
- if (context.schema.type === 'crud2' && context.schema.mode === this.scaffold.mode) {
546
- this.addListPanelSetting(event.context);
547
- }
548
- _b.label = 3;
549
- case 3:
550
- return [2 /*return*/];
551
- }
552
- });
553
- });
554
- };
555
-
556
- CRUDPlugin.prototype.addFilterPanelSetting = function (context) {
557
- var _a;
558
- return __awaiter(this, void 0, void 0, function () {
559
- var _b, info, node, form, host, builder, body_1;
560
- return __generator(this, function (_c) {
561
- switch (_c.label) {
562
- case 0:
563
- _b = context.context, info = _b.info, node = _b.node;
564
- if (!((_a = info.renderer) === null || _a === void 0 ? void 0 : _a.isFormItem)) return [3 /*break*/, 2];
565
- form = node.getClosestParentByType('form');
566
- host = node.getClosestParentByType('crud2');
567
- if (!host || !form || !form.schema.behavior || host.schema.mode !== this.scaffold.mode) {
568
- return [2 /*return*/];
569
- }
570
-
571
- builder = this.dsBuilderMgr.resolveBuilderBySchema(host.schema, 'api');
572
- return [4 /*yield*/, builder.makeFieldFilterSetting({
573
- schema: host.schema,
574
- sourceKey: 'api',
575
- fieldName: node.schema.name
576
- })];
577
- case 1:
578
- body_1 = _c.sent();
579
- if (!body_1 || !body_1.length) {
580
- return [2 /*return*/];
581
- }
582
- // 可能会出错,但是cards table2 list 配置面板结构统一,因此
583
- context.data.tabs.forEach(function (tab) {
584
- if (tab.title === i18n("24d67862f87f439db7ca957aecb77cce")) {
585
- tab.body[0].body.forEach(function (collapse) {
586
- var _a;
587
- if (collapse.title === i18n("4092ed98e9035652d4c9ca9441701ed7")) {
588
- // 在标题后面插入过滤条件
589
- (_a = collapse.body).splice.apply(_a, __spreadArray([2, 0], __read(body_1), false));
590
- }
591
- });
592
- }
593
- });
594
- _c.label = 2;
595
- case 2:
596
- return [2 /*return*/];
597
- }
598
- });
599
- });
600
- };
601
-
602
- CRUDPlugin.prototype.addDataOperatorSchema = function (schema, content) {};
603
- CRUDPlugin.prototype.addFeatToToolbar = function (schema, content, position, align) {
604
- var region = "".concat(position, "Toolbar");
605
- schema[region] = schema[region] || [{
606
- type: 'grid',
607
- columns: [{
608
- body: []
609
- }, {
610
- columnClassName: 'text-right',
611
- body: []
612
- }]
613
- }];
614
- // 尝试放到左面第一个,否则只能放外头了
615
- try {
616
- schema[region][0].columns[align === 'left' ? 0 : 1].body.unshift(content);
617
- } catch (e) {
618
- schema[region].unshift(content);
619
- }
620
- };
621
- CRUDPlugin.prototype.filterOperators = function (builder, context) {
622
- var _this = this;
623
- var operators = [];
624
- Tools.forEach(function (tool) {
625
- if (!builder.features.includes(tool.value)) {
626
- return;
627
- }
628
- operators.push(__assign(__assign({}, tool), {
629
- remove: function (schema) {
630
- deepRemove(schema.headerToolbar, function (item) {
631
- return item.behavior === tool.value;
632
- });
633
- deepRemove(schema.footerToolbar, function (item) {
634
- return item.behavior === tool.value;
635
- });
636
- },
637
- add: function (data) {
638
- _this.addFeatToToolbar(data, tool.resolveSchema(data, builder), 'header', tool.align);
639
- },
640
- isActive: function (data) {
641
- return _this.isFeatActive(data, tool.value, 'headerToolbar', 'footerToolbar');
642
- }
643
- }));
644
- });
645
- // 只有表格才能找到操作列放这个内容,卡片和列表不知道位置
646
- if (context.schema.mode === 'table2') {
647
- DataOperators.forEach(function (op) {
648
- if (!builder.features.includes(op.value)) {
649
- return;
650
- }
651
- operators.push(__assign(__assign({}, op), {
652
- remove: function (schema) {
653
- deepRemove(schema.columns, function (item) {
654
- return item.behavior === op.value;
655
- });
656
- },
657
- add: function (data) {
658
- _this.addDataOperatorSchema(data, op.resolveSchema(data, builder));
659
- },
660
- isActive: function (data) {
661
- return _this.isFeatActive(data, op.value, 'columns');
662
- }
663
- }));
664
- });
665
- }
666
- return operators;
667
- };
668
- CRUDPlugin.prototype.makeFeatSetting = function (feat, builder, inScaffold) {
669
- if (feat.makeSetting) {
670
- return feat.makeSetting(builder);
671
- }
672
- return builder.makeFieldsSettingForm({
673
- feat: feat.value,
674
- inCrud: true,
675
- inScaffold: inScaffold
676
- });
677
- };
678
- CRUDPlugin.prototype.isFeatActive = function (schema, feat) {
679
- var scope = [];
680
- for (var _i = 2; _i < arguments.length; _i++) {
681
- scope[_i - 2] = arguments[_i];
682
- }
683
- if (scope.length === 0) {
684
- return findObj(schema, function (item) {
685
- return item.behavior === feat;
686
- });
687
- }
688
- var region = null;
689
- while (region = scope.shift()) {
690
- if (findObj(schema[region], function (item) {
691
- return item.behavior === feat;
692
- })) {
693
- return true;
694
- }
695
- }
696
- return false;
697
- };
698
- CRUDPlugin.prototype.removeFeatSchema = function (schema, feat) {
699
- var scope = [];
700
- for (var _i = 2; _i < arguments.length; _i++) {
701
- scope[_i - 2] = arguments[_i];
702
- }
703
- if (scope.length === 0) {
704
- return deepRemove(schema, function (item) {
705
- return item.behavior === feat;
706
- });
707
- }
708
- var region = null;
709
- while (region = scope.shift()) {
710
- deepRemove(schema[region], function (item) {
711
- return item.behavior === feat;
712
- });
713
- }
714
- return false;
715
- };
716
- CRUDPlugin.prototype.filterColumns = function (builder, context) {
717
- var _a, _b, _c;
718
- var existColsName = [];
719
- var columns = [];
720
- // 实时获取,否则点击预览再回到编辑的时context中的node失效
721
- var node = this.manager.store.getNodeById(context.id);
722
- if (!node) {
723
- return columns;
724
- }
725
- var existCols = ((_b = (_a = node.children.find(function (child) {
726
- return child.type === 'table2';
727
- })) === null || _a === void 0 ? void 0 : _a.children[0]) === null || _b === void 0 ? void 0 : _b.children) || [];
728
- var hasOperatorCol = (_c = node.schema.columns) === null || _c === void 0 ? void 0 : _c.some(function (col) {
729
- return col.type === 'operation';
730
- });
731
- existCols.some(function (col, index) {
732
- var _a;
733
- // 严格来说是单元格的集合,因此要屏蔽掉
734
- if (index !== 0 && col.id === existCols[0].id) {
735
- return true;
736
- }
737
- col.schema && columns.push({
738
- label: col.schema.title,
739
- value: col.id
740
- });
741
- ((_a = col.schema) === null || _a === void 0 ? void 0 : _a.key) && existColsName.push(col.schema.key);
742
- return false;
743
- });
744
- if (node.schema.__fields) {
745
- var appendCols = builder.makeTableColumnsByFields(node.schema.__fields);
746
- if (appendCols === null || appendCols === void 0 ? void 0 : appendCols.length) {
747
- appendCols.forEach(function (col) {
748
- if (existColsName.includes(col.name)) {
749
- return;
750
- }
751
- columns.push({
752
- label: col.title,
753
- value: null,
754
- add: function (data) {
755
- data.columns.push(col);
756
- },
757
- isActive: function () {
758
- return false;
759
- }
760
- });
761
- });
762
- }
763
- }
764
- if (!hasOperatorCol) {
765
- columns.push({
766
- label: i18n("39ccc34fa3ee9be12d8bae7e6fecbac2"),
767
- value: null,
768
- isActive: function () {
769
- return false;
770
- },
771
- add: function (data) {
772
- data.columns.push({
773
- type: 'operation',
774
- title: i18n("2b6bc0f293f5ca01b006206c2535ccbc"),
775
- buttons: []
776
- });
777
- }
778
- });
779
- }
780
- // context.node.
781
- // // 只有表格才能找到操作列放这个内容,卡片和列表不知道位置
782
- // if (context.schema.mode === 'table2') {
783
- // DataOperators.forEach(op => {
784
- // if (!builder.features.includes(op.value)) {
785
- // return;
786
- // }
787
- // operators.push({
788
- // ...op,
789
- // remove: (schema: any) => {
790
- // deepRemove(schema.columns, item => item.behavior === op.value);
791
- // },
792
- // add: (data: any) => {
793
- // this.addDataOperatorSchema(data, op.resolveSchema(data, builder));
794
- // },
795
- // isActive:(data: any) => {
796
- // return this.isFeatActive(data, op.value, 'columns');
797
- // }
798
- // });
799
- // });
800
- // }
801
- return columns;
802
- };
803
- CRUDPlugin.prototype.addListPanelSetting = function (context) {
804
- var _this = this;
805
- var body = context.data;
806
- var builder = this.dsBuilderMgr.resolveBuilderBySchema(context.context.schema, 'api');
807
- body.tabs.forEach(function (tab) {
808
- var _a, _b;
809
- if (tab.title === i18n("24d67862f87f439db7ca957aecb77cce")) {
810
- tab.body[0].body.forEach(function (collapse) {
811
- var _a;
812
- if (collapse.title === i18n("4092ed98e9035652d4c9ca9441701ed7")) {
813
- (_a = collapse.body).unshift.apply(_a, __spreadArray(__spreadArray([], __read(builder.makeSourceSettingForm({
814
- name: 'api',
815
- label: i18n("c11322c9cc43ce3c004cf03f5ac0acd0"),
816
- feat: 'List',
817
- inCrud: true
818
- })), false), [getSchemaTpl('interval'), getSchemaTpl('switch', {
819
- name: 'syncLocation',
820
- label: tipedLabel(i18n("569343b4fe5e48131b78611c11eadbeb"), i18n("6dbee29a8c54eef9d042ef3280999ad9")),
821
- pipeIn: defaultValue(true)
822
- }), getSchemaTpl('switch', {
823
- label: i18n("240145572215920ae06db1eeb85b29c0"),
824
- name: 'selectable'
825
- }), getSchemaTpl('switch', {
826
- name: 'keepItemSelectionOnPageChange',
827
- label: tipedLabel(i18n("099cf136d6a4b6ed4646af4a2ed066b2"), i18n("60011314ed92794f3d4f3e874c359279")),
828
- visbileOn: 'this.selectable'
829
- })], false));
830
- }
831
- if (collapse.title === i18n("949a8b7bd2c10070a2fae16f9c66afbb")) {
832
- collapse.body.unshift(getSchemaTpl('switch', {
833
- name: 'columnsTogglable',
834
- label: tipedLabel(i18n("2816cea6c4887a53c417831deb5fbe00"), i18n("d3c5079f7e26b1a7374ff76341376de4")),
835
- onChange: function (value, oldValue, model, form) {
836
- var schema = cloneDeep(form.data);
837
- if (value === true) {
838
- _this.addFeatToToolbar(schema, {
839
- type: 'column-toggler'
840
- }, 'header', 'right');
841
- } else {
842
- deepRemove(schema.headerToolbar, function (item) {
843
- return item.type === 'column-toggler';
844
- });
845
- }
846
- form.setValues(schema);
847
- return undefined;
848
- }
849
- }));
850
- collapse.body.unshift({
851
- type: 'ae-feature-control',
852
- label: false,
853
- features: function () {
854
- return _this.filterColumns(builder, context.context);
855
- },
856
- goFeatureComp: function (feat) {
857
- return feat.value;
858
- },
859
- removeFeature: function (feat) {
860
- _this.manager.del(feat.value);
861
- },
862
- manager: _this.manager,
863
- addable: true,
864
- removeable: true
865
- });
866
- }
867
- });
868
- var moreCollapse = getSchemaTpl('collapseGroup', [{
869
- title: i18n("4a3ebd0ef27212de3b0c39e6a9701b1d"),
870
- order: 2,
871
- body: FilterTypes.map(function (item) {
872
- // 当前数据源可能不开启这个功能
873
- if (!builder.features.includes(item.value)) {
874
- return null;
875
- }
876
- var fields = [];
877
- // await builder.getContextFileds({
878
- // schema: context.node.schema,
879
- // feat: item.value,
880
- // sourceKey: 'api'
881
- // });
882
- // 开关配置
883
- // const moreConfig = builder.makeFieldsSettingForm({
884
- // feat: item.value,
885
- // inCrud: true,
886
- // inScaffold: false
887
- // });
888
- var base = {
889
- label: item.label,
890
- name: "__".concat(item.value),
891
- pipeIn: function (value, form) {
892
- if (item.value === 'FuzzyQuery') {
893
- return _this.isFeatActive(form.data, item.value, 'headerToolbar', 'footerToolvar');
894
- }
895
- return _this.isFeatActive(form.data, item.value, 'filter');
896
- },
897
- onChange: function (value, oldValue, model, form) {
898
- var schema = cloneDeep(form.data);
899
- if (value === true) {
900
- if (item.value === 'FuzzyQuery') {
901
- _this.addFeatToToolbar(schema, item.resolveSchema(schema, builder), 'header', 'right');
902
- } else {
903
- schema.filter.push(item.resolveSchema(schema, builder));
904
- }
905
- } else if (value === false) {
906
- _this.removeFeatSchema(schema, item.value);
907
- }
908
- form.setValues(schema);
909
- return undefined;
910
- }
911
- };
912
- return fields && fields.length ? __assign(__assign({}, base), {
913
- type: 'ae-switch-more',
914
- formType: 'extend',
915
- mode: 'normal',
916
- form: {
917
- body: fields
918
- }
919
- }) : getSchemaTpl('switch', base);
920
- })
921
- }, {
922
- title: i18n("a9a3a4608d48214efbdfac99888f6e0f"),
923
- order: 3,
924
- body: [{
925
- type: 'ae-feature-control',
926
- label: false,
927
- features: _this.filterOperators(builder, context.context),
928
- goFeatureComp: function (feat) {
929
- var _a;
930
- var node = context.context.node;
931
- if (node.isSecondFactor) {
932
- node = node.parent;
933
- }
934
- return (_a = findTree(node.children, function (item) {
935
- return item.schema.behavior === feat.value;
936
- })) === null || _a === void 0 ? void 0 : _a.id;
937
- },
938
- manager: _this.manager,
939
- addable: true,
940
- addText: i18n("84a2f40385427bbf2edc79e3368e4e0f"),
941
- removeable: true
942
- }]
943
- }, {
944
- title: i18n("cb43abed5ba14bf32fbb1058e12d2303"),
945
- order: 4,
946
- body: [{
947
- type: 'select',
948
- label: i18n("48b42e5c3ea447092eaf0a1a13195540"),
949
- name: '__pgType',
950
- options: [{
951
- label: i18n("d81bb206a889656035b929cd8bb1ef10"),
952
- value: 'none'
953
- }, {
954
- label: i18n("3862626c138ce5945e0e273a1bdfbad0"),
955
- value: 'Pagination'
956
- }, {
957
- label: i18n("77281549955309c49f5eef77838a85e5"),
958
- value: 'LoadMore'
959
- }].filter(function (i) {
960
- return i;
961
- }),
962
- pipeIn: function (value, form) {
963
- var pg = findObj([].concat(form.data.headerToolbar).concat(form.data.footerToolbar), function (item) {
964
- return item && ['Pagination', 'LoadMore'].includes(item.behavior);
965
- });
966
- return (pg === null || pg === void 0 ? void 0 : pg.behavior) || 'none';
967
- },
968
- onChange: function (value, oldValue, model, form) {
969
- var schema = cloneDeep(form.data);
970
- var region = [].concat(schema.headerToolbar).concat(schema.footerToolbar);
971
- if (value === 'none') {
972
- deepRemove(region, function (item) {
973
- return item && ['Pagination', 'LoadMore'].includes(item.behavior);
974
- });
975
- } else {
976
- var remove_1;
977
- var content = void 0;
978
- if (value === 'Pagination') {
979
- remove_1 = 'LoadMore';
980
- content = {
981
- type: 'pagination',
982
- behavior: value,
983
- layout: ['total', 'perPage', 'pager', 'go']
984
- };
985
- } else {
986
- remove_1 = 'Pagination';
987
- content = {
988
- type: 'button',
989
- behavior: value,
990
- label: i18n("77281549955309c49f5eef77838a85e5"),
991
- onEvent: {
992
- click: {
993
- actions: [{
994
- actionType: 'loadMore',
995
- componentId: schema.id
996
- }]
997
- }
998
- }
999
- };
1000
- }
1001
- deepRemove(region, function (item) {
1002
- return item && item.behavior === remove_1;
1003
- });
1004
- _this.addFeatToToolbar(schema, content, 'footer', 'right');
1005
- }
1006
- form.setValues(schema);
1007
- return undefined;
1008
- }
1009
- }, getSchemaTpl('switch', {
1010
- label: tipedLabel(i18n("16b8ff2b147382be4cf8654f829df904"), i18n("d2e20bb1e977f9571a9e2d1b39a7ff10")),
1011
- name: ''
1012
- })]
1013
- }]);
1014
- (_a = tab.body[0].body).splice.apply(_a, __spreadArray([1, 0], __read(moreCollapse.body), false));
1015
- // 让折叠器默认都展开
1016
- (_b = tab.body[0].activeKey).push.apply(_b, __spreadArray([], __read(moreCollapse.activeKey), false));
1017
- }
1018
- });
1019
- };
1020
- CRUDPlugin.prototype.getScaffoldFeatureTab = function () {
1021
- var _this = this;
1022
- var generator = function (feat, featGroup) {
1023
- return _this.dsBuilderMgr.collectFromBuilders(function (builder, builderName) {
1024
- if (!builder.features.includes(feat.value)) {
1025
- return null;
1026
- }
1027
- var content = _this.makeFeatSetting(feat, builder, true);
1028
- if (!content || content.length === 0) {
1029
- return null;
1030
- }
1031
- var isFeatOpened = featGroup ? "data['".concat(featGroup, "'] && ~data['").concat(featGroup, "'].indexOf('").concat(feat.value, "')") : true;
1032
- return {
1033
- title: feat.label,
1034
- visibleOn: "(!data.dsType || data.dsType === '".concat(builderName, "') && ").concat(isFeatOpened),
1035
- body: content.filter(function (i) {
1036
- return i;
1037
- }).map(function (formItem) {
1038
- return __assign(__assign({}, formItem), {
1039
- mode: 'normal'
1040
- });
1041
- })
1042
- };
1043
- });
1044
- };
1045
- return flattenDeep([generator({
1046
- label: i18n("46a0f3086dce242abe54e48bd86e0394"),
1047
- value: 'List',
1048
- resolveSchema: function () {}
1049
- }), Tools.map(function (item) {
1050
- return generator(item, 'tools');
1051
- }), FilterTypes.map(function (item) {
1052
- return generator(item, 'filters');
1053
- }), DataOperators.map(function (item) {
1054
- return generator(item, 'operators');
1055
- })]).filter(function (i) {
1056
- return i;
1057
- });
1058
- };
1059
- /** 将数据资源和数据操作进行填充 */
1060
- CRUDPlugin.prototype.resolveListField = function (setting, schema, builder) {};
1061
- Object.defineProperty(CRUDPlugin.prototype, "scaffoldForm", {
1062
- get: function () {
1063
- var _this = this;
1064
- return {
1065
- title: "".concat(this.name, "\u521B\u5EFA\u5411\u5BFC"),
1066
- mode: {
1067
- mode: 'horizontal',
1068
- horizontal: {
1069
- leftFixed: 'sm'
1070
- }
1071
- },
1072
- className: 'ae-Scaffold-Modal ae-formItemControl',
1073
- stepsBody: true,
1074
- body: [{
1075
- title: i18n("d75a7984d3fa5b32f5d8312e899aeea8"),
1076
- body: __spreadArray([this.dsBuilderMgr.getDSSwitch({
1077
- onChange: function (value, oldValue, model, form) {
1078
- if (value !== oldValue) {
1079
- var data = form.data;
1080
- Object.keys(data).forEach(function (key) {
1081
- if (key.endsWith('Fields') || key.endsWith('api')) {
1082
- form.deleteValueByName(key);
1083
- }
1084
- });
1085
- form.deleteValueByName('__fields');
1086
- }
1087
- return value;
1088
- }
1089
- })], __read(this.dsBuilderMgr.collectFromBuilders(function (builder, builderFlag) {
1090
- return {
1091
- type: 'container',
1092
- visibleOn: "dsType == null || dsType === '".concat(builderFlag, "'"),
1093
- body: flattenDeep([builder.makeSourceSettingForm({
1094
- feat: 'List',
1095
- inScaffold: true,
1096
- inCrud: true
1097
- })])
1098
- };
1099
- })), false)
1100
- }, {
1101
- title: i18n("c2f1f9254c245976e346377515c2e578"),
1102
- body: __spreadArray(__spreadArray([], __read(this.dsBuilderMgr.collectFromBuilders(function (builder, builderName) {
1103
- var check = function (item) {
1104
- return DSFeature[item.value] == null || builder.features.includes(item.value);
1105
- };
1106
- return {
1107
- type: 'container',
1108
- visibleOn: "dsType == null || dsType === '".concat(builderName, "'"),
1109
- body: [{
1110
- type: 'checkboxes',
1111
- label: i18n("012f602372cd2dbd639cd966c63e1f90"),
1112
- name: 'tools',
1113
- joinValues: false,
1114
- extractValue: true,
1115
- multiple: true,
1116
- options: Tools.filter(check)
1117
- }, {
1118
- type: 'checkboxes',
1119
- label: i18n("0943d61befec4c6cf2d21d170c9b066e"),
1120
- name: 'filters',
1121
- multiple: true,
1122
- joinValues: false,
1123
- extractValue: true,
1124
- options: FilterTypes.filter(check)
1125
- }, {
1126
- type: 'checkboxes',
1127
- label: i18n("5246d2c81fa12b1f4f73635c257e232d"),
1128
- name: 'operators',
1129
- multiple: true,
1130
- joinValues: false,
1131
- extractValue: true,
1132
- options: DataOperators.filter(check)
1133
- },
1134
- // 占位,最后一个form item没有间距
1135
- {
1136
- type: 'container'
1137
- }]
1138
- };
1139
- })), false), [{
1140
- type: 'tabs',
1141
- tabsMode: 'vertical',
1142
- className: 'ae-Scaffold-Modal-Tabs',
1143
- tabs: this.getScaffoldFeatureTab()
1144
- }], false)
1145
- }],
1146
- pipeIn: function (value) {
1147
- return (value === null || value === void 0 ? void 0 : value.$$m) || {
1148
- dsType: _this.dsBuilderMgr.getDefaultBuilderName()
1149
- };
1150
- },
1151
- pipeOut: function (value) {
1152
- var _a;
1153
- // 决定组件基础配置和所使用的模式
1154
- var schema = cloneDeep(_this.scaffold);
1155
- var builder = _this.dsBuilderMgr.resolveBuilderBySetting(value);
1156
- if (!builder) {
1157
- return schema;
1158
- }
1159
- // list功能
1160
- builder.resolveSourceSchema({
1161
- schema: schema,
1162
- feat: 'List',
1163
- setting: value,
1164
- name: 'api',
1165
- inCrud: true
1166
- });
1167
- schema.id = (_a = schema.id) !== null && _a !== void 0 ? _a : generateNodeId(); // 先生成一个,方便其他流程生成事件动作
1168
- value.id = schema.id; // 事件动作需要
1169
- schema.$$m = value;
1170
- if (value.filters) {
1171
- schema.filter = [];
1172
- FilterTypes.forEach(function (feat) {
1173
- if (!value.filters.includes(feat.value)) {
1174
- return;
1175
- }
1176
- if (feat.value === 'FuzzyQuery') {
1177
- _this.addFeatToToolbar(schema, feat.resolveSchema(value, builder), 'header', 'right');
1178
- return;
1179
- }
1180
- schema.filter.push(feat.resolveSchema(value, builder));
1181
- });
1182
- }
1183
- if (value.tools) {
1184
- Tools.concat().reverse().forEach(function (feat) {
1185
- if (value.tools.includes(feat.value)) {
1186
- _this.addFeatToToolbar(schema, feat.resolveSchema(value, builder), 'header', feat.align);
1187
- }
1188
- });
1189
- if (value.tools.find(function (obj) {
1190
- return ['BulkEdit', 'BulkDelete'].includes(obj);
1191
- })) {
1192
- schema.multiple = true;
1193
- schema.selectable = true;
1194
- }
1195
- }
1196
- _this.resolveListField(value, schema, builder);
1197
- _this.addFeatToToolbar(schema, {
1198
- type: 'pagination',
1199
- behavior: 'Pagination',
1200
- layout: ['total', 'perPage', 'pager', 'go']
1201
- }, 'footer', 'right');
1202
- return schema;
1203
- },
1204
- canRebuild: true
1205
- };
1206
- },
1207
- enumerable: false,
1208
- configurable: true
1209
- });
1210
- CRUDPlugin.prototype.getRendererInfo = function (context) {
1211
- var renderer = context.renderer,
1212
- schema = context.schema;
1213
- if (this.scaffold && renderer.name === 'crud2' && schema.mode === this.scaffold.mode) {
1214
- return _super.prototype.getRendererInfo.call(this, context);
1215
- }
1216
- };
1217
- CRUDPlugin.prototype.buildDataSchemas = function (node, region) {
1218
- var _a, _b, _c;
1219
- return __awaiter(this, void 0, void 0, function () {
1220
- var child, items, builder, fields, childDataSchema, schema;
1221
- return __generator(this, function (_d) {
1222
- switch (_d.label) {
1223
- case 0:
1224
- child = node.children.find(function (item) {
1225
- return !!~['table2', 'cards', 'list'].indexOf(item.type);
1226
- });
1227
- builder = this.dsBuilderMgr.resolveBuilderBySchema(node.schema, 'api');
1228
- if (!(builder && node.schema.api)) return [3 /*break*/, 2];
1229
- return [4 /*yield*/, builder.getContextFileds({
1230
- schema: node.schema,
1231
- sourceKey: 'api',
1232
- feat: 'List'
1233
- })];
1234
- case 1:
1235
- fields = _d.sent();
1236
- if (fields) {
1237
- items = {
1238
- type: 'object',
1239
- properties: fromPairs(fields.map(function (field) {
1240
- return [field.value, {
1241
- type: field.valueType || 'string',
1242
- title: field.label
1243
- }];
1244
- }))
1245
- };
1246
- }
1247
- _d.label = 2;
1248
- case 2:
1249
- if (!(items == null)) return [3 /*break*/, 4];
1250
- return [4 /*yield*/, (_b = child === null || child === void 0 ? void 0 : (_a = child.info.plugin).buildDataSchemas) === null || _b === void 0 ? void 0 : _b.call(_a, child, region)];
1251
- case 3:
1252
- childDataSchema = _d.sent();
1253
- items = (_c = childDataSchema === null || childDataSchema === void 0 ? void 0 : childDataSchema.properties) === null || _c === void 0 ? void 0 : _c.items;
1254
- _d.label = 4;
1255
- case 4:
1256
- schema = {
1257
- $id: 'crud2',
1258
- type: 'object',
1259
- properties: __assign(__assign({}, items.properties), {
1260
- items: __assign(__assign({}, items), {
1261
- title: i18n("fe9e25f4e4b3aeefeb9b7a9c368ede7e")
1262
- }),
1263
- selectedItems: __assign(__assign({}, items), {
1264
- title: i18n("2c77cfaef73ce2e81131861e9c6d670e")
1265
- }),
1266
- unSelectedItems: __assign(__assign({}, items), {
1267
- title: i18n("9c9153c49491c381dc2adb2c36fccb04")
1268
- }),
1269
- page: {
1270
- type: 'number',
1271
- title: i18n("9a4fe969f1066e197fd2369a44d879ac")
1272
- },
1273
- total: {
1274
- type: 'number',
1275
- title: i18n("a7f33a2d99056edcdaced5c8841a9bcb")
1276
- }
1277
- })
1278
- };
1279
- return [2 /*return*/, schema];
1280
- }
1281
- });
1282
- });
1283
- };
1284
- CRUDPlugin.prototype.getAvailableContextFields = function (scopeNode, node, region) {
1285
- return __awaiter(this, void 0, void 0, function () {
1286
- var builder;
1287
- return __generator(this, function (_a) {
1288
- builder = this.dsBuilderMgr.resolveBuilderBySchema(scopeNode.schema, 'api');
1289
- if (builder && scopeNode.schema.api) {
1290
- return [2 /*return*/, builder.getAvailableContextFileds({
1291
- schema: scopeNode.schema,
1292
- sourceKey: 'api',
1293
- feat: 'List'
1294
- }, node)];
1295
- }
1296
- return [2 /*return*/];
1297
- });
1298
- });
1299
- };
1300
-
1301
- CRUDPlugin.id = 'CRUD2Plugin';
1302
- return CRUDPlugin;
1303
- }(BasePlugin);
1304
- var TableCRUDPlugin = /** @class */function (_super) {
1305
- __extends(TableCRUDPlugin, _super);
1306
- function TableCRUDPlugin() {
1307
- var _this = _super !== null && _super.apply(this, arguments) || this;
1308
- // 组件名称
1309
- _this.name = i18n("b339aa87104709397ba68e7ebbc6e5ba");
1310
- _this.isBaseComponent = true;
1311
- _this.description = i18n("7a9f1ec32752de8b69ef21138970f64d");
1312
- _this.order = -1000;
1313
- _this.icon = 'fa fa-table';
1314
- _this.scaffold = {
1315
- type: 'crud2',
1316
- mode: 'table2',
1317
- columns: [{
1318
- name: 'id',
1319
- title: 'ID',
1320
- type: 'container',
1321
- body: [{
1322
- type: 'text'
1323
- }]
1324
- }, {
1325
- name: 'engine',
1326
- title: i18n("1a63ac23010e0573f7c0a8cd3314b8c6"),
1327
- type: 'container',
1328
- body: [{
1329
- type: 'text'
1330
- }]
1331
- }]
1332
- };
1333
- return _this;
1334
- }
1335
- TableCRUDPlugin.prototype.resolveListField = function (setting, schema, builder) {
1336
- var _a;
1337
- builder.resolveTableSchema({
1338
- schema: schema,
1339
- setting: setting,
1340
- inCrud: true
1341
- });
1342
- if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.length) {
1343
- var operators_1 = [];
1344
- DataOperators.forEach(function (feat) {
1345
- var _a;
1346
- if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.includes(feat.value)) {
1347
- operators_1.push(feat.resolveSchema(setting, builder));
1348
- }
1349
- });
1350
- schema.columns.push({
1351
- type: 'operation',
1352
- title: i18n("2b6bc0f293f5ca01b006206c2535ccbc"),
1353
- buttons: operators_1
1354
- });
1355
- }
1356
- };
1357
- return TableCRUDPlugin;
1358
- }(CRUDPlugin);
1359
- var CardsCRUDPlugin = /** @class */function (_super) {
1360
- __extends(CardsCRUDPlugin, _super);
1361
- function CardsCRUDPlugin() {
1362
- var _this = _super !== null && _super.apply(this, arguments) || this;
1363
- // 组件名称
1364
- _this.name = i18n("093c340f7e1fbde1928ca56b5c7f9cc4");
1365
- _this.isBaseComponent = true;
1366
- _this.description = i18n("a0c35361a003527d123cb581f5c68f4b");
1367
- _this.order = -1000;
1368
- _this.icon = 'fa fa-table';
1369
- _this.scaffold = {
1370
- type: 'crud2',
1371
- mode: 'cards',
1372
- card: {
1373
- type: 'card2',
1374
- body: [{
1375
- type: 'container',
1376
- body: [{
1377
- type: 'tpl',
1378
- tpl: i18n("32c65d8d7431e76029678ec7bb73a5ab"),
1379
- inline: false,
1380
- style: {
1381
- marginTop: '0',
1382
- marginBottom: '0',
1383
- paddingTop: '',
1384
- paddingBottom: ''
1385
- },
1386
- wrapperComponent: 'h2'
1387
- }, {
1388
- type: 'form',
1389
- body: [{
1390
- type: 'static-tpl',
1391
- label: i18n("9caecd931b956381e0763d05aa42835c"),
1392
- tpl: i18n("2d711b09bd0db0ad240cc83b30dd8014")
1393
- }]
1394
- }, {
1395
- type: 'divider'
1396
- }, {
1397
- type: 'button-group'
1398
- }
1399
- // {
1400
- // type: 'tpl',
1401
- // tpl: '副标题内容',
1402
- // inline: false,
1403
- // wrapperComponent: '',
1404
- // style: {
1405
- // color: '#9b9b9b',
1406
- // marginTop: '0',
1407
- // marginBottom: '0'
1408
- // }
1409
- // }
1410
- ]
1411
- // style: {
1412
- // borderStyle: 'solid',
1413
- // borderColor: '#ebebeb',
1414
- // borderWidth: '1px',
1415
- // 'borderRadius': '5px',
1416
- // 'paddingTop': '10px',
1417
- // 'paddingRight': '10px',
1418
- // 'paddingBottom': '0',
1419
- // 'paddingLeft': '10px'
1420
- // }
1421
- }]
1422
- }
1423
- };
1424
-
1425
- return _this;
1426
- }
1427
- CardsCRUDPlugin.prototype.resolveListField = function (setting, schema, builder) {
1428
- var _a;
1429
- var fields = setting.listFields;
1430
- if (!fields || !fields.length) {
1431
- return;
1432
- }
1433
- schema.card.body[0].body = builder.resolveViewSchema({
1434
- setting: setting,
1435
- feat: 'List'
1436
- });
1437
- if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.length) {
1438
- var operators_2 = [];
1439
- DataOperators.forEach(function (feat) {
1440
- var _a;
1441
- if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.includes(feat.value)) {
1442
- operators_2.push(feat.resolveSchema(setting, builder));
1443
- }
1444
- });
1445
- schema.card.body.push({
1446
- type: 'button-group',
1447
- buttons: operators_2
1448
- });
1449
- }
1450
- };
1451
- /**填充一个数据操作 */
1452
- CardsCRUDPlugin.prototype.fillOperatorSchema = function (schema, content) {
1453
- var col = schema.columns.find(function (item) {
1454
- return item.type === 'operators';
1455
- });
1456
- if (!col) {
1457
- schema.columns.push({
1458
- type: 'operation',
1459
- title: i18n("2b6bc0f293f5ca01b006206c2535ccbc"),
1460
- buttons: [content]
1461
- });
1462
- return;
1463
- }
1464
- col.buttons.push(content);
1465
- };
1466
- /** 判断内容区是否有填充数据操作 */
1467
- CardsCRUDPlugin.prototype.existOperator = function (feat, schema) {
1468
- return findObj(schema.card.body, function (item) {
1469
- return item.behavior === feat;
1470
- });
1471
- };
1472
- return CardsCRUDPlugin;
1473
- }(CRUDPlugin);
1474
- var ListCRUDPlugin = /** @class */function (_super) {
1475
- __extends(ListCRUDPlugin, _super);
1476
- function ListCRUDPlugin() {
1477
- var _this = _super !== null && _super.apply(this, arguments) || this;
1478
- // 组件名称
1479
- _this.name = i18n("3712972d84adf48acbd6ad24b4d75ad0");
1480
- _this.isBaseComponent = true;
1481
- _this.description = i18n("860827796ce2fa94e9ee39e53f011ec0");
1482
- _this.order = -1000;
1483
- _this.icon = 'fa fa-align-justify';
1484
- _this.scaffold = {
1485
- type: 'crud2',
1486
- mode: 'list',
1487
- listItem: {
1488
- body: [{
1489
- type: 'container',
1490
- body: [{
1491
- type: 'tpl',
1492
- tpl: i18n("32c65d8d7431e76029678ec7bb73a5ab"),
1493
- inline: false,
1494
- style: {
1495
- marginTop: '0',
1496
- marginBottom: '0',
1497
- paddingTop: '',
1498
- paddingBottom: ''
1499
- },
1500
- wrapperComponent: 'h2'
1501
- }, {
1502
- type: 'tpl',
1503
- tpl: i18n("629645f147f378869fe9d7ee2bbc2857"),
1504
- inline: false,
1505
- wrapperComponent: '',
1506
- style: {
1507
- color: '#9b9b9b',
1508
- marginTop: '0',
1509
- marginBottom: '0'
1510
- }
1511
- }]
1512
- }]
1513
- }
1514
- };
1515
- return _this;
1516
- }
1517
- ListCRUDPlugin.prototype.resolveListField = function (setting, schema, builder) {
1518
- var _a;
1519
- var fields = setting.listFields;
1520
- if (!fields || !fields.length) {
1521
- return;
1522
- }
1523
- schema.listItem.body = builder.resolveViewSchema({
1524
- setting: setting,
1525
- feat: 'List'
1526
- });
1527
- if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.length) {
1528
- var operators_3 = [];
1529
- DataOperators.forEach(function (feat) {
1530
- var _a;
1531
- if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.includes(feat.value)) {
1532
- operators_3.push(feat.resolveSchema(setting, builder));
1533
- }
1534
- });
1535
- schema.listItem.body.push({
1536
- type: 'button-group',
1537
- buttons: operators_3
1538
- });
1539
- }
1540
- };
1541
- /** 判断内容区是否有填充数据操作 */
1542
- ListCRUDPlugin.prototype.existOperator = function (feat, schema) {
1543
- return findObj(schema.listItem.body, function (item) {
1544
- return item.behavior === feat;
1545
- });
1546
- };
1547
- return ListCRUDPlugin;
1548
- }(CRUDPlugin);
1549
- registerEditorPlugin(TableCRUDPlugin);
1550
- registerEditorPlugin(CardsCRUDPlugin);
1551
- registerEditorPlugin(ListCRUDPlugin);
1552
-
1553
- export { CRUDPlugin, CardsCRUDPlugin, ListCRUDPlugin, TableCRUDPlugin };