amis-editor 5.6.0-beta.0 → 5.6.1

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