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
@@ -0,0 +1,1045 @@
1
+ /**
2
+ * amis-editor v5.5.2-beta.2
3
+ * build time: 2023-09-28
4
+ * Copyright 2018-2023 @fex
5
+ */
6
+
7
+ import { __extends, __awaiter, __generator, __assign, __spreadArray, __read, __decorate, __metadata } from 'tslib';
8
+ import React__default from 'react';
9
+ import isFunction from 'lodash/isFunction';
10
+ import flattenDeep from 'lodash/flattenDeep';
11
+ import cloneDeep from 'lodash/cloneDeep';
12
+ import isEmpty from 'lodash/isEmpty';
13
+ import uniqBy from 'lodash/uniqBy';
14
+ import uniq from 'lodash/uniq';
15
+ import sortBy from 'lodash/sortBy';
16
+ import { isObject, toast, autobind } from 'amis';
17
+ import { getSchemaTpl, tipedLabel, defaultValue, BasePlugin } from 'amis-editor-core';
18
+ import { ModelDSBuilderKey, DSFeatureEnum, ApiDSBuilderKey } from '../../builder/constants.js';
19
+ import 'lodash/isObjectLike';
20
+ import '../../builder/DSBuilder.js';
21
+ import { DSBuilderManager } from '../../builder/DSBuilderManager.js';
22
+ import '../../builder/ApiDSBuilder.js';
23
+ import { getArgsWrapper, getEventControlConfig } from '../../renderer/event-control/helper.js';
24
+ import { deepRemove, findSchema } from './utils.js';
25
+ import { ToolsConfig, FiltersConfig, OperatorsConfig } from './constants.js';
26
+ import { i18n } from 'i18n-runtime';
27
+
28
+ /**
29
+ * @file BaseCRUD
30
+ * @desc CRUD2 配置面板的基类
31
+ */
32
+ var BaseCRUDPlugin = /** @class */function (_super) {
33
+ __extends(BaseCRUDPlugin, _super);
34
+ function BaseCRUDPlugin(manager, events, actions) {
35
+ var _this = _super.call(this, manager) || this;
36
+ _this.rendererName = 'crud2';
37
+ _this.name = i18n("83c9828692e1bb250a069bbf37807190");
38
+ _this.panelTitle = i18n("83c9828692e1bb250a069bbf37807190");
39
+ _this.subPanelTitle = i18n("83c9828692e1bb250a069bbf37807190");
40
+ _this.icon = 'fa fa-table';
41
+ _this.panelIcon = 'fa fa-table';
42
+ _this.subPanelIcon = 'fa fa-table';
43
+ _this.pluginIcon = 'table-plugin';
44
+ _this.panelJustify = true;
45
+ _this.multifactor = true;
46
+ _this.order = -1000;
47
+ _this.$schema = '/schemas/CRUD2Schema.json';
48
+ _this.docLink = '/amis/zh-CN/components/crud2';
49
+ _this.tags = [i18n("73721e611daaafe5c34aa9f3f901d016")];
50
+ _this._dynamicControls = {
51
+ /** 列配置 */
52
+ columns: function (context) {
53
+ return _this.renderColumnsControl(context);
54
+ },
55
+ /** 工具栏配置 */
56
+ toolbar: function (context) {
57
+ return _this.renderToolbarCollapse(context);
58
+ },
59
+ /** 搜索栏 */
60
+ filters: function (context) {
61
+ return _this.renderFiltersCollapse(context);
62
+ },
63
+ /** 主键 */
64
+ primaryField: function (context) {
65
+ return getSchemaTpl('primaryField');
66
+ }
67
+ };
68
+ /** CRUD公共配置面板 */
69
+ _this.baseCRUDPanelBody = function (context) {
70
+ return getSchemaTpl('tabs', [_this.renderPropsTab(context), _this.renderStylesTab(context), _this.renderEventTab(context)]);
71
+ };
72
+ /** 重新构建 API */
73
+ _this.panelFormPipeOut = function (schema) {
74
+ return __awaiter(_this, void 0, void 0, function () {
75
+ var entity, builder, updatedSchema, e_1;
76
+ var _a;
77
+ return __generator(this, function (_b) {
78
+ switch (_b.label) {
79
+ case 0:
80
+ entity = (_a = schema === null || schema === void 0 ? void 0 : schema.api) === null || _a === void 0 ? void 0 : _a.entity;
81
+ if (!entity || (schema === null || schema === void 0 ? void 0 : schema.dsType) !== ModelDSBuilderKey) {
82
+ return [2 /*return*/, schema];
83
+ }
84
+ builder = this.dsManager.getBuilderBySchema(schema);
85
+ _b.label = 1;
86
+ case 1:
87
+ _b.trys.push([1, 3,, 4]);
88
+ return [4 /*yield*/, builder.buildApiSchema({
89
+ schema: schema,
90
+ renderer: 'crud',
91
+ sourceKey: 'api'
92
+ })];
93
+ case 2:
94
+ updatedSchema = _b.sent();
95
+ return [2 /*return*/, updatedSchema];
96
+ case 3:
97
+ e_1 = _b.sent();
98
+ console.error(e_1);
99
+ return [3 /*break*/, 4];
100
+ case 4:
101
+ return [2 /*return*/, schema];
102
+ }
103
+ });
104
+ });
105
+ };
106
+ _this.emptyContainer = function (align, body) {
107
+ if (body === void 0) {
108
+ body = [];
109
+ }
110
+ return {
111
+ type: 'container',
112
+ body: body,
113
+ wrapperBody: false,
114
+ style: __assign({
115
+ flexGrow: 1,
116
+ flex: '1 1 auto',
117
+ position: 'static',
118
+ display: 'flex',
119
+ flexBasis: 'auto',
120
+ flexDirection: 'row',
121
+ flexWrap: 'nowrap',
122
+ alignItems: 'stretch'
123
+ }, align ? {
124
+ justifyContent: align === 'left' ? 'flex-start' : 'flex-end'
125
+ } : {})
126
+ };
127
+ };
128
+ _this.emptyFlex = function (items) {
129
+ if (items === void 0) {
130
+ items = [];
131
+ }
132
+ return {
133
+ type: 'flex',
134
+ items: items,
135
+ style: {
136
+ position: 'static'
137
+ },
138
+ direction: 'row',
139
+ justify: 'flex-start',
140
+ alignItems: 'stretch'
141
+ };
142
+ };
143
+ /** 生成预览 Schema */
144
+ _this.generatePreviewSchema = function (mode) {
145
+ var columnSchema = [{
146
+ label: 'Engine',
147
+ name: 'engine'
148
+ }, {
149
+ label: 'Browser',
150
+ name: 'browser'
151
+ }, {
152
+ name: 'version',
153
+ label: 'Version'
154
+ }];
155
+ var actionSchema = {
156
+ type: 'button',
157
+ level: 'link',
158
+ icon: 'fa fa-eye',
159
+ actionType: 'dialog',
160
+ dialog: {
161
+ title: i18n("5b48dbb8dc710cffe6313bb56a7f6d47"),
162
+ body: {
163
+ type: 'form',
164
+ body: [{
165
+ label: 'Engine',
166
+ name: 'engine',
167
+ type: 'static'
168
+ }, {
169
+ name: 'browser',
170
+ label: 'Browser',
171
+ type: 'static'
172
+ }, {
173
+ name: 'version',
174
+ label: 'Version',
175
+ type: 'static'
176
+ }]
177
+ }
178
+ }
179
+ };
180
+ var itemSchema = mode === 'cards' ? {
181
+ card: {
182
+ body: columnSchema,
183
+ actions: actionSchema
184
+ }
185
+ } : mode === 'list' ? {
186
+ listItem: {
187
+ body: {
188
+ type: 'hbox',
189
+ columns: columnSchema
190
+ }
191
+ },
192
+ actions: actionSchema
193
+ } : {
194
+ columns: columnSchema.concat([{
195
+ name: 'operation',
196
+ title: i18n("2b6bc0f293f5ca01b006206c2535ccbc"),
197
+ buttons: [actionSchema]
198
+ }])
199
+ };
200
+ return __assign({
201
+ type: 'crud2',
202
+ mode: mode,
203
+ source: '$items',
204
+ data: {
205
+ items: [{
206
+ engine: 'Trident',
207
+ browser: 'Internet Explorer 4.0',
208
+ platform: 'Win 95+',
209
+ version: '4',
210
+ grade: 'X'
211
+ }]
212
+ }
213
+ }, itemSchema);
214
+ };
215
+ _this.dsManager = new DSBuilderManager(manager);
216
+ _this.events = uniqBy(__spreadArray([], __read(events || []), false), 'eventName');
217
+ _this.actions = uniqBy(__spreadArray([{
218
+ actionType: 'search',
219
+ actionLabel: i18n("cfd84204d9476936c949d071cc2338cf"),
220
+ description: i18n("c6bd3393c21379d3f75d179abe36da3d"),
221
+ descDetail: function (info) {
222
+ return React__default.createElement("div", null, React__default.createElement("span", {
223
+ className: "variable-right"
224
+ }, info === null || info === void 0 ? void 0 : info.__rendererLabel), i18n("3a6ecf25c38317b21b8c6287100f053a"));
225
+ },
226
+ schema: getArgsWrapper({
227
+ name: 'query',
228
+ label: i18n("cf12e55021998a8328201800ec356773"),
229
+ type: 'ae-formulaControl',
230
+ variables: '${variables}',
231
+ size: 'md',
232
+ mode: 'horizontal'
233
+ })
234
+ }, {
235
+ actionType: 'loadMore',
236
+ actionLabel: i18n("77281549955309c49f5eef77838a85e5"),
237
+ description: i18n("b3a4d6a345372c5def1d5a1bf6077bce"),
238
+ descDetail: function (info) {
239
+ return React__default.createElement("div", null, React__default.createElement("span", {
240
+ className: "variable-right"
241
+ }, info === null || info === void 0 ? void 0 : info.__rendererLabel), i18n("34e83e1be408c4f198464da1bf56bf9c"));
242
+ }
243
+ }, {
244
+ actionType: 'startAutoRefresh',
245
+ actionLabel: i18n("63ddcc28ac20f6cbd4197671ae7e628c"),
246
+ description: i18n("63ddcc28ac20f6cbd4197671ae7e628c")
247
+ }, {
248
+ actionType: 'stopAutoRefresh',
249
+ actionLabel: i18n("d6ba60b5bbf5df4cc2959dc897c2f792"),
250
+ description: i18n("d6ba60b5bbf5df4cc2959dc897c2f792")
251
+ }], __read(actions || []), false), 'actionType');
252
+ return _this;
253
+ }
254
+ Object.defineProperty(BaseCRUDPlugin.prototype, "scaffoldForm", {
255
+ get: function () {
256
+ var _this = this;
257
+ return {
258
+ title: "".concat(this.name, "\u521B\u5EFA\u5411\u5BFC"),
259
+ mode: {
260
+ mode: 'horizontal',
261
+ horizontal: {
262
+ leftFixed: 'sm'
263
+ }
264
+ },
265
+ className: 'ae-Scaffold-Modal ae-Scaffold-Modal--CRUD ae-Scaffold-Modal-content AMISCSSWrapper',
266
+ stepsBody: true,
267
+ canSkip: true,
268
+ canRebuild: true,
269
+ body: [{
270
+ title: i18n("d75a7984d3fa5b32f5d8312e899aeea8"),
271
+ body: __spreadArray(__spreadArray([/** 数据源选择 */
272
+ this.dsManager.getDSSelectorSchema({
273
+ onChange: function (value, oldValue, model, form) {
274
+ if (value !== oldValue) {
275
+ var data = form.data;
276
+ Object.keys(data).forEach(function (key) {
277
+ var _a, _b;
278
+ if (((_a = key === null || key === void 0 ? void 0 : key.toLowerCase()) === null || _a === void 0 ? void 0 : _a.endsWith('fields')) || ((_b = key === null || key === void 0 ? void 0 : key.toLowerCase()) === null || _b === void 0 ? void 0 : _b.endsWith('api'))) {
279
+ form.deleteValueByName(key);
280
+ }
281
+ });
282
+ form.deleteValueByName('__fields');
283
+ form.deleteValueByName('__relations');
284
+ }
285
+ return value;
286
+ }
287
+ })], __read(this.dsManager.buildCollectionFromBuilders(function (builder, builderKey) {
288
+ return {
289
+ type: 'container',
290
+ visibleOn: "!data.dsType || data.dsType === '".concat(builderKey, "'"),
291
+ body: flattenDeep([builder.makeSourceSettingForm({
292
+ feat: DSFeatureEnum.List,
293
+ renderer: 'crud',
294
+ inScaffold: true,
295
+ sourceSettings: {
296
+ userOrders: true
297
+ }
298
+ }), builder.makeFieldsSettingForm({
299
+ feat: DSFeatureEnum.List,
300
+ renderer: 'crud',
301
+ inScaffold: true
302
+ })])
303
+ };
304
+ })), false), [getSchemaTpl('primaryField', {
305
+ visibleOn: "!data.dsType || data.dsType !== '".concat(ModelDSBuilderKey, "'")
306
+ })], false)
307
+ }, {
308
+ title: i18n("c2f1f9254c245976e346377515c2e578"),
309
+ body: __spreadArray(__spreadArray([], __read(this.dsManager.buildCollectionFromBuilders(function (builder, builderKey) {
310
+ return {
311
+ type: 'container',
312
+ visibleOn: "dsType == null || dsType === '".concat(builderKey, "'"),
313
+ body: [{
314
+ type: 'checkboxes',
315
+ label: i18n("012f602372cd2dbd639cd966c63e1f90"),
316
+ name: ToolsConfig.groupName,
317
+ joinValues: false,
318
+ extractValue: true,
319
+ multiple: true,
320
+ options: ToolsConfig.options.filter(function (item) {
321
+ return builder.filterByFeat(item.value);
322
+ })
323
+ }, {
324
+ type: 'checkboxes',
325
+ label: i18n("0943d61befec4c6cf2d21d170c9b066e"),
326
+ name: FiltersConfig.groupName,
327
+ multiple: true,
328
+ joinValues: false,
329
+ extractValue: true,
330
+ options: FiltersConfig.options.filter(function (item) {
331
+ return builder.filterByFeat(item.value);
332
+ })
333
+ }, {
334
+ type: 'checkboxes',
335
+ label: i18n("5246d2c81fa12b1f4f73635c257e232d"),
336
+ name: OperatorsConfig.groupName,
337
+ multiple: true,
338
+ joinValues: false,
339
+ extractValue: true,
340
+ options: OperatorsConfig.options.filter(function (item) {
341
+ return builder.filterByFeat(item.value);
342
+ })
343
+ },
344
+ // 占位,最后一个form item没有间距
345
+ {
346
+ type: 'container'
347
+ }]
348
+ };
349
+ })), false), [/** 各场景字段设置 */
350
+ {
351
+ type: 'tabs',
352
+ tabsMode: 'vertical',
353
+ className: 'ae-Scaffold-Modal-tabs',
354
+ tabs: this.getScaffoldFeatureTab()
355
+ }], false)
356
+ }],
357
+ /** 用于重新构建的数据回填 */
358
+ pipeIn: function (schema) {
359
+ return __awaiter(_this, void 0, void 0, function () {
360
+ var dsType, builder, config;
361
+ var _a;
362
+ return __generator(this, function (_b) {
363
+ switch (_b.label) {
364
+ case 0:
365
+ dsType = (_a = schema === null || schema === void 0 ? void 0 : schema.dsType) !== null && _a !== void 0 ? _a : this.dsManager.getDefaultBuilderKey();
366
+ builder = this.dsManager.getBuilderByKey(dsType);
367
+ if (!builder) {
368
+ return [2 /*return*/, {
369
+ dsType: dsType
370
+ }];
371
+ }
372
+ return [4 /*yield*/, builder.guessCRUDScaffoldConfig({
373
+ schema: schema
374
+ })];
375
+ case 1:
376
+ config = _b.sent();
377
+ return [2 /*return*/, __assign({}, config)];
378
+ }
379
+ });
380
+ });
381
+ },
382
+ pipeOut: function (config) {
383
+ return __awaiter(_this, void 0, void 0, function () {
384
+ var scaffold, builder, schema;
385
+ var _a, _b, _c;
386
+ return __generator(this, function (_d) {
387
+ switch (_d.label) {
388
+ case 0:
389
+ scaffold = cloneDeep(this.scaffold);
390
+ builder = this.dsManager.getBuilderByScaffoldSetting(config);
391
+ if (!builder) {
392
+ return [2 /*return*/, scaffold];
393
+ }
394
+ return [4 /*yield*/, builder.buildCRUDSchema({
395
+ feats: uniq(__spreadArray(__spreadArray(__spreadArray([DSFeatureEnum.List], __read((_a = config.tools) !== null && _a !== void 0 ? _a : []), false), __read((_b = config.filters) !== null && _b !== void 0 ? _b : []), false), __read((_c = config.operators) !== null && _c !== void 0 ? _c : []), false).filter(Boolean)),
396
+ renderer: 'crud',
397
+ inScaffold: true,
398
+ entitySource: config === null || config === void 0 ? void 0 : config.entitySource,
399
+ fallbackSchema: scaffold,
400
+ scaffoldConfig: config
401
+ })];
402
+ case 1:
403
+ schema = _d.sent();
404
+ /** 脚手架构建的 Schema 加个标识符,避免addChild替换 Schema ID */
405
+ schema.__origin = 'scaffold';
406
+ return [2 /*return*/, schema];
407
+ }
408
+ });
409
+ });
410
+ },
411
+ validate: function (data, form) {
412
+ var feat = DSFeatureEnum.List;
413
+ var builder = _this.dsManager.getBuilderByScaffoldSetting(data);
414
+ builder === null || builder === void 0 ? void 0 : builder.getFeatValueByKey(feat);
415
+ var errors = {};
416
+ if ((data === null || data === void 0 ? void 0 : data.dsType) === ModelDSBuilderKey || (builder === null || builder === void 0 ? void 0 : builder.key) === ModelDSBuilderKey) {
417
+ return errors;
418
+ }
419
+ return errors;
420
+ }
421
+ };
422
+ },
423
+ enumerable: false,
424
+ configurable: true
425
+ });
426
+ /** 各场景字段设置 Schema */
427
+ BaseCRUDPlugin.prototype.getScaffoldFeatureTab = function () {
428
+ var _this = this;
429
+ var tabs = [];
430
+ [{
431
+ groupName: '',
432
+ options: [{
433
+ label: i18n("46a0f3086dce242abe54e48bd86e0394"),
434
+ value: 'List',
435
+ icon: 'fa fa-list'
436
+ }]
437
+ }, ToolsConfig, FiltersConfig, OperatorsConfig].forEach(function (group) {
438
+ group.options.forEach(function (item, index) {
439
+ _this.dsManager.buildCollectionFromBuilders(function (builder, builderKey) {
440
+ if (!builder.features.includes(item.value)) {
441
+ return null;
442
+ }
443
+ var tabContent = builderKey === ModelDSBuilderKey ? __spreadArray([], __read(builder.makeFieldsSettingForm({
444
+ feat: item.value,
445
+ renderer: 'crud',
446
+ inScaffold: true
447
+ })), false) : __spreadArray(__spreadArray([], __read(item.value === 'Edit' ? /** CRUD的编辑单条需要初始化接口 */builder.makeSourceSettingForm({
448
+ feat: item.value,
449
+ renderer: 'crud',
450
+ inScaffold: true,
451
+ sourceKey: 'initApi'
452
+ }) : !['List', 'SimpleQuery'].includes(item.value) ? builder.makeSourceSettingForm({
453
+ feat: item.value,
454
+ renderer: 'crud',
455
+ inScaffold: true
456
+ }) : []), false), __read(builder.makeFieldsSettingForm({
457
+ feat: item.value,
458
+ renderer: 'crud',
459
+ inScaffold: true,
460
+ fieldSettings: {
461
+ renderLabel: false
462
+ }
463
+ })), false);
464
+ if (!tabContent || tabContent.length === 0) {
465
+ return null;
466
+ }
467
+ var groupName = group.groupName;
468
+ var extraVisibleOn = groupName ? "data[\"".concat(groupName, "\"] && ~data['").concat(groupName, "'].indexOf('").concat(item.value, "')") : true;
469
+ tabs.push({
470
+ title: item.label,
471
+ icon: item.icon,
472
+ visibleOn: "(!data.dsType || data.dsType === '".concat(builderKey, "') && ").concat(extraVisibleOn),
473
+ body: tabContent.filter(Boolean).map(function (formItem) {
474
+ return __assign(__assign({}, formItem), {
475
+ mode: 'normal'
476
+ });
477
+ })
478
+ });
479
+ return;
480
+ });
481
+ });
482
+ });
483
+ return tabs;
484
+ };
485
+ Object.defineProperty(BaseCRUDPlugin.prototype, "dynamicControls", {
486
+ /** 需要动态控制的控件 */
487
+ get: function () {
488
+ return this._dynamicControls;
489
+ },
490
+ set: function (controls) {
491
+ if (!controls || !isObject(controls)) {
492
+ throw new Error(i18n("16ea2200bfba281fdf5e6870498790cc"));
493
+ }
494
+ this._dynamicControls = __assign(__assign({}, this._dynamicControls), controls);
495
+ },
496
+ enumerable: false,
497
+ configurable: true
498
+ });
499
+ /** 拆解一下 CURD 的基础面板配置,方便不同 mode 下模块化组合 */
500
+ /** 属性面板 */
501
+ BaseCRUDPlugin.prototype.renderPropsTab = function (context) {
502
+ /** 动态加载的配置集合 */
503
+ var dc = this.dynamicControls;
504
+ return {
505
+ title: i18n("24d67862f87f439db7ca957aecb77cce"),
506
+ className: 'p-none',
507
+ body: [getSchemaTpl('collapseGroup', [/** 基本配置类别 */
508
+ this.renderBasicPropsCollapse(context), /** 列设置类别 */
509
+ isFunction(dc.columns) ? dc.columns(context) : dc.columns, /** 搜索类别 */
510
+ isFunction(dc.filters) ? dc.filters(context) : dc.filters, /** 工具栏类别 */
511
+ isFunction(dc.toolbar) ? dc.toolbar(context) : dc.toolbar, /** 分页类别 */
512
+ this.renderPaginationCollapse(context), /** 其他类别 */
513
+ this.renderOthersCollapse(context), /** 状态类别 */
514
+ {
515
+ title: i18n("3fea7ca76cdece641436d7ab0d02ab1b"),
516
+ body: [getSchemaTpl('hidden'), getSchemaTpl('visible')]
517
+ }].filter(Boolean))]
518
+ };
519
+ };
520
+ /** 基础配置 */
521
+ BaseCRUDPlugin.prototype.renderBasicPropsCollapse = function (context) {
522
+ var _this = this;
523
+ var _a;
524
+ /** 动态加载的配置集合 */
525
+ var dc = this.dynamicControls;
526
+ /** 数据源控件 */
527
+ var generateDSControls = function () {
528
+ /** 数据源类型 */
529
+ var dsTypeSelector = _this.dsManager.getDSSelectorSchema({
530
+ type: 'select',
531
+ label: i18n("c11322c9cc43ce3c004cf03f5ac0acd0"),
532
+ onChange: function (value, oldValue, model, form) {
533
+ if (value !== oldValue) {
534
+ var data = form.data;
535
+ Object.keys(data).forEach(function (key) {
536
+ var _a, _b;
537
+ if (((_a = key === null || key === void 0 ? void 0 : key.toLowerCase()) === null || _a === void 0 ? void 0 : _a.endsWith('fields')) || ((_b = key === null || key === void 0 ? void 0 : key.toLowerCase()) === null || _b === void 0 ? void 0 : _b.endsWith('api'))) {
538
+ form.deleteValueByName(key);
539
+ }
540
+ });
541
+ form.deleteValueByName('__fields');
542
+ form.deleteValueByName('__relations');
543
+ }
544
+ return value;
545
+ }
546
+ }, {
547
+ schema: context === null || context === void 0 ? void 0 : context.schema,
548
+ sourceKey: 'api'
549
+ });
550
+ /** 默认数据源类型 */
551
+ var defaultDsType = dsTypeSelector.value;
552
+ /** 数据源配置 */
553
+ var dsSettings = _this.dsManager.buildCollectionFromBuilders(function (builder, builderKey) {
554
+ return {
555
+ type: 'container',
556
+ visibleOn: "data.dsType == null ? '".concat(builderKey, "' === '").concat(defaultDsType || ApiDSBuilderKey, "' : data.dsType === '").concat(builderKey, "'"),
557
+ body: builder.makeSourceSettingForm({
558
+ feat: 'List',
559
+ renderer: 'crud',
560
+ inScaffold: false,
561
+ sourceSettings: {
562
+ userOrders: true
563
+ }
564
+ }),
565
+ /** 因为会使用 container 包裹,所以加一个 margin-bottom */
566
+ className: 'mb-3'
567
+ };
568
+ });
569
+ return __spreadArray([dsTypeSelector], __read(dsSettings), false);
570
+ };
571
+ return {
572
+ title: i18n("4092ed98e9035652d4c9ca9441701ed7"),
573
+ order: 1,
574
+ body: __spreadArray(__spreadArray([], __read(generateDSControls()), false), [/** 主键配置,TODO:支持联合主键 */
575
+ (_a = dc === null || dc === void 0 ? void 0 : dc.primaryField) === null || _a === void 0 ? void 0 : _a.call(dc, context), /** 可选择配置,这里的配置会覆盖底层 Table 的 rowSelection 中的配置 */
576
+ getSchemaTpl('switch', {
577
+ name: 'selectable',
578
+ label: tipedLabel(i18n("240145572215920ae06db1eeb85b29c0"), i18n("d45a439fa6e82798bc1e98d738cedea3")),
579
+ pipeIn: function (value, formStore) {
580
+ var _a;
581
+ if (typeof value === 'boolean') {
582
+ return value;
583
+ }
584
+ var rowSelection = (_a = formStore === null || formStore === void 0 ? void 0 : formStore.data) === null || _a === void 0 ? void 0 : _a.rowSelection;
585
+ return rowSelection && isObject(rowSelection);
586
+ }
587
+ }), {
588
+ type: 'container',
589
+ className: 'ae-ExtendMore mb-3',
590
+ visibleOn: "data.selectable || (data.rowSelection && data.rowSelection?.type !== 'radio')",
591
+ body: [getSchemaTpl('switch', {
592
+ name: 'multiple',
593
+ label: i18n("e3be7b8a459a08fec8f378a0660b642b"),
594
+ pipeIn: function (value, formStore) {
595
+ var _a;
596
+ if (typeof value === 'boolean') {
597
+ return value;
598
+ }
599
+ var rowSelection = (_a = formStore === null || formStore === void 0 ? void 0 : formStore.data) === null || _a === void 0 ? void 0 : _a.rowSelection;
600
+ return rowSelection && isObject(rowSelection) ? rowSelection.type !== 'radio' : false;
601
+ }
602
+ })]
603
+ }, {
604
+ name: 'placeholder',
605
+ pipeIn: defaultValue(i18n("21efd88b67a39834582ad99aabb9dc60")),
606
+ type: 'input-text',
607
+ label: i18n("8ce1cd75b6e9c0c0e3468589fcea822c")
608
+ }, getSchemaTpl('switch', {
609
+ name: 'syncLocation',
610
+ label: tipedLabel(i18n("569343b4fe5e48131b78611c11eadbeb"), i18n("6dbee29a8c54eef9d042ef3280999ad9")),
611
+ pipeIn: defaultValue(true)
612
+ })], false)
613
+ };
614
+ };
615
+ BaseCRUDPlugin.prototype.renderColumnsControl = function (context) {
616
+ var builder = this.dsManager.getBuilderBySchema(context.node.schema);
617
+ return {
618
+ title: i18n("949a8b7bd2c10070a2fae16f9c66afbb"),
619
+ order: 5,
620
+ body: [{
621
+ type: 'ae-crud-column-control',
622
+ name: 'columns',
623
+ nodeId: context.id,
624
+ builder: builder
625
+ }]
626
+ };
627
+ };
628
+ BaseCRUDPlugin.prototype.renderToolbarCollapse = function (context) {
629
+ var builder = this.dsManager.getBuilderBySchema(context.node.schema);
630
+ return {
631
+ order: 20,
632
+ title: i18n("012f602372cd2dbd639cd966c63e1f90"),
633
+ body: [{
634
+ type: 'ae-crud-toolbar-control',
635
+ name: 'headerToolbar',
636
+ nodeId: context.id,
637
+ builder: builder
638
+ }]
639
+ };
640
+ };
641
+ BaseCRUDPlugin.prototype.renderFiltersCollapse = function (context) {
642
+ var builder = this.dsManager.getBuilderBySchema(context.node.schema);
643
+ var collection = [];
644
+ var order = [DSFeatureEnum.SimpleQuery, DSFeatureEnum.AdvancedQuery, DSFeatureEnum.FuzzyQuery];
645
+ var sortedFeats = sortBy(builder.features, [function (feat) {
646
+ return order.indexOf(feat);
647
+ }]);
648
+ sortedFeats.forEach(function (feat) {
649
+ if (/Query$/.test(feat)) {
650
+ collection.push({
651
+ type: 'ae-crud-filters-control',
652
+ name: feat === DSFeatureEnum.SimpleQuery || feat === DSFeatureEnum.AdvancedQuery ? 'filter' : feat === DSFeatureEnum.FuzzyQuery ? 'headerToolbar' : undefined,
653
+ label: feat === DSFeatureEnum.SimpleQuery ? i18n("c26996a6506adf397f0668d376d0b40b") : feat === DSFeatureEnum.AdvancedQuery ? i18n("9c4666fd08c2738eb9611a3721cb5f0f") : i18n("6ff4bf3d567e977aa4c90c27dff1e6db"),
654
+ nodeId: context.id,
655
+ feat: feat,
656
+ builder: builder
657
+ });
658
+ }
659
+ });
660
+ return collection.length > 0 ? {
661
+ order: 10,
662
+ title: i18n("4a3ebd0ef27212de3b0c39e6a9701b1d"),
663
+ body: collection
664
+ } : undefined;
665
+ };
666
+ /** 分页类别 */
667
+ BaseCRUDPlugin.prototype.renderPaginationCollapse = function (context) {
668
+ var _this = this;
669
+ var isPagination = 'data.loadType === "pagination"';
670
+ var isInfinity = 'data.loadType === "more"';
671
+ return {
672
+ order: 30,
673
+ title: i18n("e821ce185e41eac2ab846ef5cfde2363"),
674
+ body: [{
675
+ label: i18n("4d7080ff1405a1f08c5415a0f942c336"),
676
+ type: 'select',
677
+ name: 'loadType',
678
+ options: [{
679
+ label: i18n("d81bb206a889656035b929cd8bb1ef10"),
680
+ value: ''
681
+ }, {
682
+ label: i18n("3862626c138ce5945e0e273a1bdfbad0"),
683
+ value: 'pagination'
684
+ }, {
685
+ label: i18n("77281549955309c49f5eef77838a85e5"),
686
+ value: 'more'
687
+ }],
688
+ pipeIn: function (data) {
689
+ return data || '';
690
+ },
691
+ pipeOut: function (data) {
692
+ return data;
693
+ },
694
+ onChange: function (value, oldValue, model, form) {
695
+ var schema = form.data;
696
+ if (oldValue) {
697
+ deepRemove(schema, function (item) {
698
+ return oldValue === 'more' ? item.behavior === 'loadMore' : item.type === 'pagination';
699
+ });
700
+ }
701
+ if (value) {
702
+ // 新插入的默认放在 footerToolbar 中分栏 的第二栏的最后,没有位置的话向上缺省
703
+ // oldValue && deepRemove(schema);
704
+ var newCompSchema = value === 'pagination' ? {
705
+ type: 'pagination',
706
+ behavior: 'Pagination',
707
+ layout: ['total', 'perPage', 'pager'],
708
+ perPageAvailable: [10, 20, 50, 100]
709
+ } : {
710
+ type: 'button',
711
+ behavior: 'loadMore',
712
+ label: i18n("77281549955309c49f5eef77838a85e5"),
713
+ onEvent: {
714
+ click: {
715
+ actions: [{
716
+ componentId: schema.id,
717
+ groupType: 'component',
718
+ actionType: 'loadMore'
719
+ }],
720
+ weight: 0
721
+ }
722
+ }
723
+ };
724
+ _this.addFeatToToolbar(schema, newCompSchema, 'footer', 'right');
725
+ }
726
+ }
727
+ }, getSchemaTpl('switch', {
728
+ name: 'loadDataOnce',
729
+ label: i18n("16b8ff2b147382be4cf8654f829df904"),
730
+ visibleOn: isPagination
731
+ }), getSchemaTpl('switch', {
732
+ name: 'loadDataOnceFetchOnFilter',
733
+ label: tipedLabel(i18n("290026b0b40b637e774c6af435b897b5"), i18n("67584675004a48be903e9f61c733cb35")),
734
+ visibleOn: isPagination + ' && data.loadDataOnce'
735
+ }), getSchemaTpl('switch', {
736
+ name: 'keepItemSelectionOnPageChange',
737
+ label: tipedLabel(i18n("099cf136d6a4b6ed4646af4a2ed066b2"), i18n("60011314ed92794f3d4f3e874c359279")),
738
+ pipeIn: defaultValue(false),
739
+ visibleOn: isPagination
740
+ }), getSchemaTpl('switch', {
741
+ name: 'autoJumpToTopOnPagerChange',
742
+ label: tipedLabel(i18n("8cc3589c442c478dde8ceb60aeb29e03"), i18n("9092afb1ccb692308ef06d8001da2208")),
743
+ pipeIn: defaultValue(true),
744
+ visibleOn: isPagination
745
+ }), {
746
+ name: 'perPage',
747
+ type: 'input-number',
748
+ label: tipedLabel(i18n("606bc931d2b3ebba2569cb1494719e2c"), i18n("9cb14f1355b3a312ebd62ebff5e1e06b")),
749
+ clearValueOnEmpty: true,
750
+ clearable: true,
751
+ pipeIn: defaultValue(10),
752
+ visibleOn: isInfinity
753
+ }, {
754
+ type: 'button',
755
+ label: i18n("f300691f823aacea572e63bb7fb7ce8a"),
756
+ block: true,
757
+ className: 'mb-1',
758
+ level: 'enhance',
759
+ visibleOn: 'data.loadType === "pagination"',
760
+ onClick: function () {
761
+ var _a, _b;
762
+ var findPage = findSchema((_b = (_a = context === null || context === void 0 ? void 0 : context.node) === null || _a === void 0 ? void 0 : _a.schema) !== null && _b !== void 0 ? _b : {}, function (item) {
763
+ return item.type === 'pagination' || item.behavior === 'Pagination';
764
+ }, 'headerToolbar', 'footerToolbar');
765
+ if (!findPage || !findPage.$$id) {
766
+ toast.error(i18n("d81ad681a447abae7cba38779ffc0c9e"));
767
+ return;
768
+ }
769
+ _this.manager.setActiveId(findPage.$$id);
770
+ }
771
+ }]
772
+ };
773
+ };
774
+ /** 其他类别 */
775
+ BaseCRUDPlugin.prototype.renderOthersCollapse = function (context) {
776
+ return {
777
+ order: 25,
778
+ title: i18n("0d98c74797e49d00bcc4c17c9d557a2b"),
779
+ body: [{
780
+ type: 'ae-switch-more',
781
+ mode: 'normal',
782
+ formType: 'extend',
783
+ visibleOn: 'data.api',
784
+ label: tipedLabel(i18n("86b17bba54b65c6a62895357095f63a3"), i18n("983a8ab6a97da0a0dec7b5c751cf02b1")),
785
+ autoFocus: false,
786
+ form: {
787
+ body: [{
788
+ type: 'input-number',
789
+ name: 'interval',
790
+ label: tipedLabel(i18n("4cbec5cb54ba399ea81381a75f5f1f93"), i18n("81fe75a5216d4f612f1809c122f5145a")),
791
+ step: 10,
792
+ min: 1000
793
+ }, getSchemaTpl('tplFormulaControl', {
794
+ name: 'stopAutoRefreshWhen',
795
+ label: tipedLabel(i18n("3a5d9512f474ff7c2a017a13e7f8a9af"), i18n("fd649ca959662306b734f03438869bf0")),
796
+ visibleOn: '!!data.interval'
797
+ }), getSchemaTpl('switch', {
798
+ name: 'stopAutoRefreshWhenModalIsOpen',
799
+ label: tipedLabel(i18n("0516133b87f03f859e23bf014d71ab57"), i18n("52dce697d35795d7835e483d69f72419"))
800
+ })]
801
+ }
802
+ }, getSchemaTpl('switch', {
803
+ name: 'silentPolling',
804
+ label: tipedLabel(i18n("6d5b1e5a235fa839c759d2362654d638"), i18n("8b34b22a4da1b9b855a5efd33434f5e7")),
805
+ pipeIn: defaultValue(false)
806
+ })]
807
+ };
808
+ };
809
+ /** 外观面板 */
810
+ BaseCRUDPlugin.prototype.renderStylesTab = function (context) {
811
+ return {
812
+ title: i18n("afcde2611bdd13c1e65b4fb6a2f13425"),
813
+ className: 'p-none',
814
+ body: getSchemaTpl('collapseGroup', [getSchemaTpl('style:classNames', {
815
+ isFormItem: false,
816
+ schema: [getSchemaTpl('className', {
817
+ name: 'bodyClassName',
818
+ label: i18n("32aaf2f04e983290deceb0674fb0d159")
819
+ }), getSchemaTpl('className', {
820
+ name: 'headerToolbarClassName',
821
+ label: i18n("e3e100dab1d8d13a2e3f9c391b0b108d")
822
+ }), getSchemaTpl('className', {
823
+ name: 'footerToolbarClassName',
824
+ label: i18n("2aee96dd788b815f83b3d118188e7fd9")
825
+ })]
826
+ })])
827
+ };
828
+ };
829
+ /** 事件面板 */
830
+ BaseCRUDPlugin.prototype.renderEventTab = function (context) {
831
+ return {
832
+ title: i18n("10b2761db5a8e089049df39675abc550"),
833
+ className: 'p-none',
834
+ body: [getSchemaTpl('eventControl', __assign({
835
+ name: 'onEvent'
836
+ }, getEventControlConfig(this.manager, context)))]
837
+ };
838
+ };
839
+ // headerToolbar 和 footerToolbar 布局换成 flex 包裹 container
840
+ BaseCRUDPlugin.prototype.addFeatToToolbar = function (schema, content, position, align) {
841
+ var region = "".concat(position, "Toolbar");
842
+ if (!schema[region] || isEmpty(schema[region]) || !Array.isArray(schema[region])) {
843
+ var isArr = Array.isArray(schema[region]);
844
+ var newSchema = this.emptyFlex([this.emptyContainer('left', isArr || !schema[region] ? [] : [schema[region]]), this.emptyContainer('right')]);
845
+ isArr && schema[region].push(newSchema) || (schema[region] = [newSchema]);
846
+ }
847
+ // 尝试放到左面第一个,否则只能放外头了
848
+ try {
849
+ // 优先判断没有右边列的情况,避免都走到catch里造成嵌套层数过多的问题
850
+ if (align === 'right' && schema[region][0].items.length < 2) {
851
+ schema[region][0].items.push(this.emptyContainer('right'));
852
+ }
853
+ schema[region][0].items[align === 'left' ? 0 : schema[region][0].items.length - 1].body.push(content);
854
+ } catch (e) {
855
+ var olds = __spreadArray([], __read(schema[region]), false);
856
+ schema[region].length = 0;
857
+ schema[region].push(this.emptyFlex([this.emptyContainer('left', olds), this.emptyContainer('right', content)]));
858
+ }
859
+ };
860
+ BaseCRUDPlugin.prototype.buildDataSchemas = function (node, region) {
861
+ var _a, _b, _c, _d, _e;
862
+ return __awaiter(this, void 0, void 0, function () {
863
+ var child, childDataSchema, items, schema;
864
+ return __generator(this, function (_f) {
865
+ switch (_f.label) {
866
+ case 0:
867
+ child = node.children.find(function (item) {
868
+ return !!~['table2', 'cards', 'list'].indexOf(item.type);
869
+ });
870
+ if (!((_b = (_a = child === null || child === void 0 ? void 0 : child.info) === null || _a === void 0 ? void 0 : _a.plugin) === null || _b === void 0 ? void 0 : _b.buildDataSchemas)) {
871
+ return [2 /*return*/];
872
+ }
873
+
874
+ return [4 /*yield*/, child.info.plugin.buildDataSchemas(child, region)];
875
+ case 1:
876
+ childDataSchema = _f.sent();
877
+ items = (_d = (_c = childDataSchema === null || childDataSchema === void 0 ? void 0 : childDataSchema.properties) === null || _c === void 0 ? void 0 : _c.rows) !== null && _d !== void 0 ? _d : (_e = childDataSchema === null || childDataSchema === void 0 ? void 0 : childDataSchema.properties) === null || _e === void 0 ? void 0 : _e.items;
878
+ schema = {
879
+ $id: 'crud2',
880
+ type: 'object',
881
+ properties: __assign(__assign({}, items === null || items === void 0 ? void 0 : items.properties), {
882
+ items: __assign(__assign({}, items), {
883
+ title: i18n("fe9e25f4e4b3aeefeb9b7a9c368ede7e")
884
+ }),
885
+ selectedItems: __assign(__assign({}, items), {
886
+ title: i18n("2c77cfaef73ce2e81131861e9c6d670e")
887
+ }),
888
+ unSelectedItems: __assign(__assign({}, items), {
889
+ title: i18n("9c9153c49491c381dc2adb2c36fccb04")
890
+ }),
891
+ page: {
892
+ type: 'number',
893
+ title: i18n("9a4fe969f1066e197fd2369a44d879ac")
894
+ },
895
+ total: {
896
+ type: 'number',
897
+ title: i18n("a7f33a2d99056edcdaced5c8841a9bcb")
898
+ }
899
+ })
900
+ };
901
+ return [2 /*return*/, schema];
902
+ }
903
+ });
904
+ });
905
+ };
906
+ BaseCRUDPlugin.prototype.getAvailableContextFields = function (scopeNode, node, region) {
907
+ var _a, _b;
908
+ return __awaiter(this, void 0, void 0, function () {
909
+ var builder;
910
+ return __generator(this, function (_c) {
911
+ builder = this.dsManager.getBuilderBySchema(scopeNode.schema);
912
+ if (builder && scopeNode.schema.api) {
913
+ return [2 /*return*/, builder.getAvailableContextFields({
914
+ schema: scopeNode.schema,
915
+ sourceKey: 'api',
916
+ feat: (_b = (_a = scopeNode.schema) === null || _a === void 0 ? void 0 : _a.feat) !== null && _b !== void 0 ? _b : 'List'
917
+ }, node)];
918
+ }
919
+ return [2 /*return*/];
920
+ });
921
+ });
922
+ };
923
+
924
+ BaseCRUDPlugin.prototype.generateScaffold = function (mode) {
925
+ var schema;
926
+ if (mode === 'table2') {
927
+ schema = {
928
+ type: 'crud2',
929
+ mode: 'table2',
930
+ columns: [{
931
+ name: 'id',
932
+ title: 'ID',
933
+ type: 'container',
934
+ body: [{
935
+ type: 'text'
936
+ }]
937
+ }, {
938
+ name: 'engine',
939
+ title: i18n("1a63ac23010e0573f7c0a8cd3314b8c6"),
940
+ type: 'container',
941
+ body: [{
942
+ type: 'text'
943
+ }]
944
+ }]
945
+ };
946
+ } else if (mode === 'cards') {
947
+ schema = {
948
+ type: 'crud2',
949
+ mode: 'cards',
950
+ card: {
951
+ type: 'card2',
952
+ body: [{
953
+ type: 'container',
954
+ body: [{
955
+ type: 'tpl',
956
+ tpl: i18n("32c65d8d7431e76029678ec7bb73a5ab"),
957
+ inline: false,
958
+ style: {
959
+ marginTop: '0',
960
+ marginBottom: '0',
961
+ paddingTop: '',
962
+ paddingBottom: ''
963
+ },
964
+ wrapperComponent: 'h2'
965
+ }, {
966
+ type: 'form',
967
+ body: [{
968
+ type: 'static-tpl',
969
+ label: i18n("9caecd931b956381e0763d05aa42835c"),
970
+ tpl: i18n("2d711b09bd0db0ad240cc83b30dd8014")
971
+ }]
972
+ }, {
973
+ type: 'divider'
974
+ }, {
975
+ type: 'button-group'
976
+ }
977
+ // {
978
+ // type: 'tpl',
979
+ // tpl: '副标题内容',
980
+ // inline: false,
981
+ // wrapperComponent: '',
982
+ // style: {
983
+ // color: '#9b9b9b',
984
+ // marginTop: '0',
985
+ // marginBottom: '0'
986
+ // }
987
+ // }
988
+ ]
989
+ // style: {
990
+ // borderStyle: 'solid',
991
+ // borderColor: '#ebebeb',
992
+ // borderWidth: '1px',
993
+ // 'borderRadius': '5px',
994
+ // 'paddingTop': '10px',
995
+ // 'paddingRight': '10px',
996
+ // 'paddingBottom': '0',
997
+ // 'paddingLeft': '10px'
998
+ // }
999
+ }]
1000
+ }
1001
+ };
1002
+ } else if (mode === 'list') {
1003
+ schema = {
1004
+ type: 'crud2',
1005
+ mode: 'list',
1006
+ listItem: {
1007
+ body: [{
1008
+ type: 'container',
1009
+ body: [{
1010
+ type: 'tpl',
1011
+ tpl: i18n("32c65d8d7431e76029678ec7bb73a5ab"),
1012
+ inline: false,
1013
+ style: {
1014
+ marginTop: '0',
1015
+ marginBottom: '0',
1016
+ paddingTop: '',
1017
+ paddingBottom: ''
1018
+ },
1019
+ wrapperComponent: 'h2'
1020
+ }, {
1021
+ type: 'tpl',
1022
+ tpl: i18n("629645f147f378869fe9d7ee2bbc2857"),
1023
+ inline: false,
1024
+ wrapperComponent: '',
1025
+ style: {
1026
+ color: '#9b9b9b',
1027
+ marginTop: '0',
1028
+ marginBottom: '0'
1029
+ }
1030
+ }]
1031
+ }]
1032
+ }
1033
+ };
1034
+ }
1035
+ return schema;
1036
+ };
1037
+ BaseCRUDPlugin.id = 'CRUD2Plugin';
1038
+ __decorate([autobind, __metadata("design:type", Function), __metadata("design:paramtypes", [Object]), __metadata("design:returntype", void 0)], BaseCRUDPlugin.prototype, "renderColumnsControl", null);
1039
+ __decorate([autobind, __metadata("design:type", Function), __metadata("design:paramtypes", [Object]), __metadata("design:returntype", void 0)], BaseCRUDPlugin.prototype, "renderToolbarCollapse", null);
1040
+ __decorate([autobind, __metadata("design:type", Function), __metadata("design:paramtypes", [Object]), __metadata("design:returntype", void 0)], BaseCRUDPlugin.prototype, "renderFiltersCollapse", null);
1041
+ return BaseCRUDPlugin;
1042
+ }(BasePlugin);
1043
+
1044
+ export { BaseCRUDPlugin };
1045
+ window.amisEditorVersionInfo={version:'5.5.2-beta.2',buildTime:'2023-09-28'};