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,5 +1,6 @@
1
1
  /**
2
- * amis-editor v5.6.0-beta.0
2
+ * amis-editor v5.5.2-beta.2
3
+ * build time: 2023-09-28
3
4
  * Copyright 2018-2023 @fex
4
5
  */
5
6
 
@@ -8,187 +9,100 @@
8
9
  Object.defineProperty(exports, '__esModule', { value: true });
9
10
 
10
11
  var tslib = require('tslib');
11
- var amis = require('amis');
12
12
  var React = require('react');
13
+ var get = require('lodash/get');
14
+ var flattenDeep = require('lodash/flattenDeep');
15
+ var amis = require('amis');
13
16
  var amisCore = require('amis-core');
14
17
  var amisEditorCore = require('amis-editor-core');
15
- var fromPairs = require('lodash/fromPairs');
16
18
  var BaseControl = require('../component/BaseControl.js');
17
19
  var i18nRuntime = require('i18n-runtime');
18
20
 
19
21
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
20
22
 
21
23
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
22
- var fromPairs__default = /*#__PURE__*/_interopDefaultLegacy(fromPairs);
24
+ var get__default = /*#__PURE__*/_interopDefaultLegacy(get);
25
+ var flattenDeep__default = /*#__PURE__*/_interopDefaultLegacy(flattenDeep);
23
26
 
24
27
  var TableCell2Plugin = /** @class */function (_super) {
25
28
  tslib.__extends(TableCell2Plugin, _super);
26
29
  function TableCell2Plugin() {
27
30
  var _this = _super !== null && _super.apply(this, arguments) || this;
31
+ _this.rendererName = 'cell-field';
28
32
  _this.panelTitle = i18nRuntime.i18n("dc7558211f2990370954c2e7ca498ee9");
29
33
  _this.panelIcon = 'fa fa-columns';
30
- return _this;
31
- }
32
- TableCell2Plugin.prototype.afterBuildPanelBody = function (event) {
33
- var _this = this;
34
- var _a, _b, _c;
35
- var _d = event.context,
36
- context = _d.context,
37
- data = _d.data;
38
- if (!((_b = (_a = context.node.parent) === null || _a === void 0 ? void 0 : _a.parent) === null || _b === void 0 ? void 0 : _b.type) || context.node.parent.parent.type !== 'table2') {
39
- return;
40
- }
41
- // @ts-ignore
42
- var base = [context.node.info.plugin.withDataSource === false ? false : {
43
- sameName: context.info.renderer.isFormItem ? 'name' : undefined,
44
- name: 'name',
45
- type: 'ae-DataBindingControl',
46
- label: i18nRuntime.i18n("4ca07911d10b74cc7c357b510e7cc948"),
47
- onBindingChange: function (field, onBulkChange) {
48
- var _a;
49
- var schema = ((_a = field === null || field === void 0 ? void 0 : field.resolveColumnSchema) === null || _a === void 0 ? void 0 : _a.call(field, 'List')) || {
50
- title: field.label
51
- };
52
- onBulkChange(schema);
53
- }
54
- }, {
55
- sameName: context.info.renderer.isFormItem ? 'label' : undefined,
56
- name: 'title',
57
- label: i18nRuntime.i18n("eb2719a7e6cebda7ca234560f21fb448"),
58
- type: 'input-text'
59
- }, BaseControl.remarkTpl({
60
- name: 'remark',
61
- label: i18nRuntime.i18n("3ba265c6b63bde0319822afd6b9a649d"),
62
- labelRemark: i18nRuntime.i18n("7ad83bbe4646a0011ece7fd338d1e189")
63
- }), {
64
- name: 'placeholder',
65
- type: 'input-text',
66
- label: amisEditorCore.tipedLabel(i18nRuntime.i18n("940b12c19fcf7aced0cdd164edc9acbc"), i18nRuntime.i18n("f35c90b504521a2da346960b9db23828")),
67
- value: '-'
68
- }].filter(Boolean);
69
- var advanced = [amisEditorCore.getSchemaTpl('switch', {
70
- name: 'sorter',
71
- label: amisEditorCore.tipedLabel(i18nRuntime.i18n("b4521626a48dcb61001fc563d2433ed3"), i18nRuntime.i18n("ac83dbca40c9d2151b5f7d81795535cc"))
72
- }), amisEditorCore.getSchemaTpl('switch', {
73
- name: 'searchable',
74
- label: i18nRuntime.i18n("af9cbd3988196fc104af4fed9461e152"),
75
- pipeIn: function (value) {
76
- return !!value;
77
- }
78
- }), {
79
- visibleOn: 'data.searchable',
80
- name: 'searchable',
81
- asFormItem: true,
82
- label: false,
83
- children: function (_a) {
84
- var value = _a.value,
85
- onChange = _a.onChange,
86
- data = _a.data;
87
- if (value === true) {
88
- value = {};
89
- } else if (typeof value === 'undefined') {
90
- value = amisCore.getVariable(data, 'searchable');
91
- }
92
- var originMode = value.mode;
93
- value = tslib.__assign(tslib.__assign({}, value), {
94
- type: 'form',
95
- mode: 'normal',
96
- wrapWithPanel: false,
97
- body: [{
98
- type: 'input-text',
99
- name: data.key
100
- }]
34
+ _this.panelJustify = true;
35
+ _this._dynamicControls = {
36
+ /** 字段配置 */
37
+ name: function () {
38
+ return amisEditorCore.getSchemaTpl('formItemName', {
39
+ name: 'name',
40
+ label: i18nRuntime.i18n("4ca07911d10b74cc7c357b510e7cc948"),
41
+ visibleOn: 'data.name !== undefined || data.key === undefined'
101
42
  });
102
- delete value.mode;
103
- // todo 多个快速编辑表单模式看来只能代码模式编辑了。
104
- return React__default["default"].createElement(amis.Button, {
105
- className: "w-full flex flex-col items-center",
106
- onClick: function () {
107
- _this.manager.openSubEditor({
108
- title: i18nRuntime.i18n("34dceb7c51000849ea3596fbaab6f67c"),
109
- value: value,
110
- onChange: function (value) {
111
- return onChange(tslib.__assign(tslib.__assign({}, value), {
112
- mode: originMode
113
- }), 'searchable');
114
- }
115
- });
116
- }
117
- }, React__default["default"].createElement("span", {
118
- className: "inline-flex items-center"
119
- }, React__default["default"].createElement(amis.Icon, {
120
- icon: "edit",
121
- className: "mr-1 w-3"
122
- }), i18nRuntime.i18n("34dceb7c51000849ea3596fbaab6f67c")));
123
- }
124
- }, {
125
- name: 'quickEdit',
126
- label: amisEditorCore.tipedLabel(i18nRuntime.i18n("9a899d9ab83d8ffa6308fb31e93f23a1"), i18nRuntime.i18n("9306b956ca5950203ee49a2680cac63d")),
127
- type: 'ae-switch-more',
128
- mode: 'normal',
129
- formType: 'extend',
130
- bulk: true,
131
- defaultData: {
132
- mode: 'popOver'
133
43
  },
134
- form: {
135
- body: [{
136
- name: 'quickEdit.mode',
137
- type: 'button-group-select',
138
- label: i18nRuntime.i18n("f0789e79d48f135e5d870753f7a85d05"),
139
- value: 'popOver',
140
- options: [{
141
- label: i18nRuntime.i18n("78f395c15aaf8c92d9223f6ca69b41a4"),
142
- value: 'popOver'
143
- }, {
144
- label: i18nRuntime.i18n("c6e1b91d329a61b691d0d5d2eb343ddd"),
145
- value: 'inline'
146
- }]
147
- }, amisEditorCore.getSchemaTpl('switch', {
148
- name: 'quickEdit.saveImmediately',
149
- label: amisEditorCore.tipedLabel(i18nRuntime.i18n("4562be5a3f9823a5f61b25f8d14b2b43"), i18nRuntime.i18n("c115f372bcdced1e70824bcbf42b5923")),
44
+ /** 字段配置,兼容key */
45
+ key: function () {
46
+ return amisEditorCore.getSchemaTpl('formItemName', {
47
+ name: 'key',
48
+ label: i18nRuntime.i18n("4ca07911d10b74cc7c357b510e7cc948"),
49
+ visibleOn: 'data.name === undefined && data.key'
50
+ });
51
+ },
52
+ /** 排序配置 */
53
+ sorter: function () {
54
+ return amisEditorCore.getSchemaTpl('switch', {
55
+ name: 'sorter',
56
+ hidden: _this._isOpColumn,
57
+ label: amisEditorCore.tipedLabel(i18nRuntime.i18n("b4521626a48dcb61001fc563d2433ed3"), i18nRuntime.i18n("ac83dbca40c9d2151b5f7d81795535cc"))
58
+ });
59
+ },
60
+ /** 可搜索 */
61
+ searchable: function () {
62
+ return [amisEditorCore.getSchemaTpl('switch', {
63
+ name: 'searchable',
64
+ label: i18nRuntime.i18n("af9cbd3988196fc104af4fed9461e152"),
65
+ hidden: _this._isOpColumn,
150
66
  pipeIn: function (value) {
151
67
  return !!value;
152
68
  }
153
69
  }), {
154
- name: 'quickEdit',
70
+ name: 'searchable',
71
+ visibleOn: 'data.searchable',
155
72
  asFormItem: true,
156
73
  label: false,
157
74
  children: function (_a) {
75
+ var _b;
158
76
  var value = _a.value,
159
- onBulkChange = _a.onBulkChange,
160
- name = _a.name,
77
+ onChange = _a.onChange,
161
78
  data = _a.data;
162
79
  if (value === true) {
163
80
  value = {};
164
81
  } else if (typeof value === 'undefined') {
165
- value = amisCore.getVariable(data, 'quickEdit');
82
+ value = amisCore.getVariable(data, 'searchable');
166
83
  }
167
- var originMode = (value === null || value === void 0 ? void 0 : value.mode) || 'popOver';
84
+ var originMode = value.mode;
168
85
  value = tslib.__assign(tslib.__assign({}, value), {
169
86
  type: 'form',
170
87
  mode: 'normal',
171
88
  wrapWithPanel: false,
172
- body: [{
89
+ body: ((_b = value === null || value === void 0 ? void 0 : value.body) === null || _b === void 0 ? void 0 : _b.length) ? value.body : [{
173
90
  type: 'input-text',
174
91
  name: data.key
175
92
  }]
176
93
  });
177
- if (value.mode) {
178
- delete value.mode;
179
- }
94
+ delete value.mode;
180
95
  // todo 多个快速编辑表单模式看来只能代码模式编辑了。
181
96
  return React__default["default"].createElement(amis.Button, {
182
97
  className: "w-full flex flex-col items-center",
183
98
  onClick: function () {
184
99
  _this.manager.openSubEditor({
185
- title: i18nRuntime.i18n("c3ed36e4abb96c18a6c83350994cdea7"),
100
+ title: i18nRuntime.i18n("34dceb7c51000849ea3596fbaab6f67c"),
186
101
  value: value,
187
102
  onChange: function (value) {
188
- var _a;
189
- return onBulkChange((_a = {}, _a[name] = tslib.__assign(tslib.__assign({}, value), {
103
+ return onChange(tslib.__assign(tslib.__assign({}, value), {
190
104
  mode: originMode
191
- }), _a));
105
+ }), 'searchable');
192
106
  }
193
107
  });
194
108
  }
@@ -197,245 +111,379 @@ var TableCell2Plugin = /** @class */function (_super) {
197
111
  }, React__default["default"].createElement(amis.Icon, {
198
112
  icon: "edit",
199
113
  className: "mr-1 w-3"
200
- }), i18nRuntime.i18n("fba91204d335ae6eda35809023a94f7f")));
114
+ }), i18nRuntime.i18n("34dceb7c51000849ea3596fbaab6f67c")));
201
115
  }
202
- }]
203
- }
204
- }, {
205
- name: 'popOver',
206
- label: i18nRuntime.i18n("90ef7c485bd31fab681c6e9d9afd5be8"),
207
- type: 'ae-switch-more',
208
- mode: 'normal',
209
- formType: 'extend',
210
- bulk: true,
211
- form: {
212
- body: [{
213
- name: 'popOver.mode',
214
- label: i18nRuntime.i18n("f0789e79d48f135e5d870753f7a85d05"),
215
- type: 'button-group-select',
216
- pipeIn: amisEditorCore.defaultValue('popOver'),
217
- options: [{
218
- label: i18nRuntime.i18n("71c0319fce9f416330b18e554e0acc55"),
219
- value: 'popOver'
220
- }, {
221
- label: i18nRuntime.i18n("ab3aec075a09d055b2a28c8b61925ee0"),
222
- value: 'dialog'
223
- }, {
224
- label: i18nRuntime.i18n("2a2924380dfcaea998bd8a49703545a9"),
225
- value: 'drawer'
226
- }]
227
- }, {
228
- name: 'popOver.position',
229
- label: i18nRuntime.i18n("64035b04a21bc337a351b5a2a5d12acb"),
230
- type: 'select',
231
- visibleOn: 'data.popOver.mode === "popOver"',
232
- pipeIn: amisEditorCore.defaultValue('center'),
233
- options: [{
234
- label: i18nRuntime.i18n("68b54e7b408c4fb83561c931aa668eae"),
235
- value: 'center'
236
- }, {
237
- label: i18nRuntime.i18n("e18459c93769a5afec01e1ce60f9b9fd"),
238
- value: 'left-top'
239
- }, {
240
- label: i18nRuntime.i18n("1fc3cdd8437f5057774cde2f2c51f97c"),
241
- value: 'right-top'
242
- }, {
243
- label: i18nRuntime.i18n("63dd9faca92bccfd436ff21a6b4b3151"),
244
- value: 'left-bottom'
245
- }, {
246
- label: i18nRuntime.i18n("d01c239688b9c8fc145191ee642dc080"),
247
- value: 'right-bottom'
248
- }, {
249
- label: i18nRuntime.i18n("8fcf9802436282672a8e28ebd6262390"),
250
- value: 'fixed-left-top'
251
- }, {
252
- label: i18nRuntime.i18n("aed25160b4e8cfc613a743c4549e9222"),
253
- value: 'fixed-right-top'
254
- }, {
255
- label: i18nRuntime.i18n("d4a4ab1916187e09b9c037705fd49ffa"),
256
- value: 'fixed-left-bottom'
257
- }, {
258
- label: i18nRuntime.i18n("921fccbb84c829bf8c6f0b9957029f44"),
259
- value: 'fixed-right-bottom'
260
- }]
261
- }, {
116
+ }];
117
+ },
118
+ /** 快速查看 */
119
+ popover: function () {
120
+ return {
262
121
  name: 'popOver',
263
- asFormItem: true,
264
- label: false,
265
- children: function (_a) {
266
- var value = _a.value,
267
- onBulkChange = _a.onBulkChange,
268
- name = _a.name;
269
- value = tslib.__assign({
270
- type: 'panel',
271
- title: i18nRuntime.i18n("5b48dbb8dc710cffe6313bb56a7f6d47"),
272
- body: i18nRuntime.i18n("1d53f83df1d889a70131b7a93c819575")
273
- }, value);
274
- return React__default["default"].createElement(amis.Button, {
275
- className: "w-full flex flex-col items-center",
276
- onClick: function () {
277
- _this.manager.openSubEditor({
278
- title: i18nRuntime.i18n("8dda45360dcf9ca501fd7d0eb53045b5"),
279
- value: value,
280
- onChange: function (value) {
281
- var _a;
282
- return onBulkChange((_a = {}, _a[name] = value, _a));
122
+ label: i18nRuntime.i18n("a193a0f0b38ea06f46b1d3051c433cf5"),
123
+ type: 'ae-switch-more',
124
+ hidden: _this._isOpColumn,
125
+ mode: 'normal',
126
+ formType: 'extend',
127
+ bulk: true,
128
+ defaultData: {
129
+ popOver: {
130
+ mode: 'popOver'
131
+ }
132
+ },
133
+ trueValue: {
134
+ mode: 'popOver',
135
+ body: [{
136
+ type: 'tpl',
137
+ tpl: i18nRuntime.i18n("3c87936b95f844aa21605c75d217c8f9")
138
+ }]
139
+ },
140
+ isChecked: function (e) {
141
+ var data = e.data,
142
+ name = e.name;
143
+ return get__default["default"](data, name);
144
+ },
145
+ form: {
146
+ body: [{
147
+ name: 'popOver.mode',
148
+ type: 'button-group-select',
149
+ label: i18nRuntime.i18n("f0789e79d48f135e5d870753f7a85d05"),
150
+ value: 'popOver',
151
+ options: [{
152
+ label: i18nRuntime.i18n("02d9819ddaaaeb1b7b22b12608c7e5ca"),
153
+ value: 'popOver'
154
+ }, {
155
+ label: i18nRuntime.i18n("6cff4b6d794cc17f5d24dbe0d21e5732"),
156
+ value: 'dialog'
157
+ }, {
158
+ label: i18nRuntime.i18n("2a2924380dfcaea998bd8a49703545a9"),
159
+ value: 'drawer'
160
+ }]
161
+ }, amisEditorCore.getSchemaTpl('formItemSize', {
162
+ name: 'popOver.size',
163
+ clearValueOnHidden: true,
164
+ visibleOn: 'popOver.mode !== "popOver"'
165
+ }), {
166
+ type: 'select',
167
+ name: 'popOver.position',
168
+ label: i18nRuntime.i18n("59b9e2022323a63079c6ddab63fec112"),
169
+ visibleOn: 'popOver.mode === "popOver"',
170
+ options: ['center', 'left-top', 'right-top', 'left-bottom', 'right-bottom'],
171
+ clearValueOnHidden: true
172
+ }, {
173
+ name: 'popOver.trigger',
174
+ type: 'button-group-select',
175
+ label: i18nRuntime.i18n("159dbc2fafd57b9d3652f16659b1b519"),
176
+ options: [{
177
+ label: i18nRuntime.i18n("4363c17ebb346b646af55bd8c8075915"),
178
+ value: 'click'
179
+ }, {
180
+ label: i18nRuntime.i18n("f6d767f39ba3bf955077a3c0ce81e581"),
181
+ value: 'hover'
182
+ }],
183
+ pipeIn: amisEditorCore.defaultValue('click')
184
+ }, amisEditorCore.getSchemaTpl('switch', {
185
+ name: 'popOver.showIcon',
186
+ label: i18nRuntime.i18n("731f9b470e0948cbf56341a53c423213"),
187
+ value: true
188
+ }), {
189
+ type: 'input-text',
190
+ name: 'popOver.title',
191
+ label: i18nRuntime.i18n("32c65d8d7431e76029678ec7bb73a5ab")
192
+ }, {
193
+ name: 'popOver.body',
194
+ asFormItem: true,
195
+ label: false,
196
+ children: function (_a) {
197
+ var value = _a.value;
198
+ _a.onBulkChange;
199
+ var onChange = _a.onChange;
200
+ _a.name;
201
+ _a.data;
202
+ value = {
203
+ body: value && value.body ? value.body : [{
204
+ type: 'tpl',
205
+ tpl: i18nRuntime.i18n("3c87936b95f844aa21605c75d217c8f9")
206
+ }]
207
+ };
208
+ return React__default["default"].createElement(amis.Button, {
209
+ className: "w-full flex flex-col items-center",
210
+ onClick: function () {
211
+ _this.manager.openSubEditor({
212
+ title: i18nRuntime.i18n("a0f14a16feaece37026df27feb9070a1"),
213
+ value: value,
214
+ onChange: function (value) {
215
+ onChange(value ? Array.isArray(value) ? value : (value === null || value === void 0 ? void 0 : value.body) ? value.body : [] : []);
216
+ }
217
+ });
283
218
  }
284
- });
219
+ }, React__default["default"].createElement("span", {
220
+ className: "inline-flex items-center"
221
+ }, React__default["default"].createElement(amis.Icon, {
222
+ icon: "edit",
223
+ className: "mr-1 w-3"
224
+ }), i18nRuntime.i18n("a0f14a16feaece37026df27feb9070a1")));
285
225
  }
286
- }, React__default["default"].createElement("span", {
287
- className: "inline-flex items-center"
288
- }, React__default["default"].createElement(amis.Icon, {
289
- icon: "edit",
290
- className: "mr-1 w-3"
291
- }), i18nRuntime.i18n("ea71a81cf874780294d517b0314feada")));
226
+ }]
292
227
  }
293
- }]
294
- }
295
- }, {
296
- name: 'copyable',
297
- label: amisEditorCore.tipedLabel(i18nRuntime.i18n("6a086902a84969a835423002718e86b4"), i18nRuntime.i18n("622e14515c4fd5ca6fe6946e3a1bfb4a")),
298
- type: 'ae-switch-more',
299
- mode: 'normal',
300
- formType: 'extend',
301
- bulk: true,
302
- defaultData: {},
303
- form: {
304
- body: [{
305
- name: 'copyable.content',
306
- type: 'textarea',
307
- placehoder: i18nRuntime.i18n("ca60c525372028b9f75ee4c708cccae1"),
308
- label: i18nRuntime.i18n("ac04259507be8ba6b891dc9dc208f491")
309
- }]
310
- }
311
- }, amisEditorCore.getSchemaTpl('formulaControl', {
312
- name: 'rowSpanExpr',
313
- label: i18nRuntime.i18n("c9f7324519225bc72fce24a09518a8a8")
314
- }), amisEditorCore.getSchemaTpl('formulaControl', {
315
- name: 'colSpanExpr',
316
- label: i18nRuntime.i18n("9af45e91a08b54764610ada28272d590")
317
- })];
318
- var baseStyle = [amisEditorCore.getSchemaTpl('withUnit', {
319
- name: 'width',
320
- label: amisEditorCore.tipedLabel(i18nRuntime.i18n("bdd9d38d7e2929024089363dc8f48b7a"), i18nRuntime.i18n("b198805e7a6b35830ba813f51db2fdc4")),
321
- control: {
322
- name: 'width',
323
- type: 'input-number'
324
- },
325
- unit: 'px'
326
- }), {
327
- name: 'fixed',
328
- type: 'button-group-select',
329
- label: i18nRuntime.i18n("65f7e01d58cb5065f49e0e8f48cc16be"),
330
- pipeIn: amisEditorCore.defaultValue(''),
331
- pipeOut: function (value) {
332
- if (!value) {
333
- return undefined;
334
- }
335
- return value;
336
- },
337
- options: [{
338
- value: '',
339
- label: i18nRuntime.i18n("9ed8a4c5d1b3726121175dc986268b0c")
340
- }, {
341
- value: 'left',
342
- label: i18nRuntime.i18n("39a2cb79c6d9762783e20522ea86dcff")
343
- }, {
344
- value: 'right',
345
- label: i18nRuntime.i18n("de2a774bf98944b8f0ec8755d5f59d64")
346
- }]
347
- }, amisEditorCore.getSchemaTpl('switch', {
348
- name: 'toggled',
349
- label: i18nRuntime.i18n("ad96280bb24a38f9a83051b16ebc9688"),
350
- pipeIn: amisEditorCore.defaultValue(true)
351
- }), amisEditorCore.getSchemaTpl('switch', {
352
- name: 'className',
353
- label: i18nRuntime.i18n("eb58b078f2f8560160ebf87bc7109de9"),
354
- pipeIn: function (value) {
355
- return typeof value === 'string' && /\word\-break\b/.test(value);
228
+ };
356
229
  },
357
- pipeOut: function (value, originValue) {
358
- return (value ? 'word-break ' : '') + (originValue || '').replace(/\bword\-break\b/g, '').trim();
359
- }
360
- })];
361
- // 之前的面板,不是新的组件面板,需要添加新的tab,不能合并
362
- if (Array.isArray(data)) {
363
- if (data[0].type === 'tabs') {
364
- var body = data[0];
365
- body.tabs.forEach(function (tab) {
366
- var _a, _b;
367
- if (tab.title === i18nRuntime.i18n("22b777e6fcb613b8ba83ced9594cd07e")) {
368
- (_a = tab.body).unshift.apply(_a, tslib.__spreadArray([], tslib.__read(base.concat(advanced)), false));
369
- }
370
- if (tab.title === i18nRuntime.i18n("afcde2611bdd13c1e65b4fb6a2f13425")) {
371
- (_b = tab.body).unshift.apply(_b, tslib.__spreadArray([], tslib.__read(baseStyle), false));
372
- }
373
- });
374
- } else {
375
- console.error(i18nRuntime.i18n("f1f4c88f30744f2365b65f1790c71da8"));
376
- }
377
- return;
378
- }
379
- (_c = data.tabs) === null || _c === void 0 ? void 0 : _c.forEach(function (tab) {
380
- var _a, _b, _c, _d;
381
- if (tab.title === i18nRuntime.i18n("24d67862f87f439db7ca957aecb77cce")) {
382
- tab.body[0].body.forEach(function (collapse) {
383
- var _a;
384
- if (collapse.title === i18nRuntime.i18n("4092ed98e9035652d4c9ca9441701ed7")) {
385
- var appendItems_1 = fromPairs__default["default"](base.map(function (item) {
386
- var _a;
387
- return [(_a = item.sameName) !== null && _a !== void 0 ? _a : item.name, item];
388
- }));
389
- var removeIndex_1 = [];
390
- collapse.body.forEach(function (item, index) {
391
- var key = item.name;
392
- // 重复意义的配置用现在的表达文案替换一下
393
- if (appendItems_1.hasOwnProperty(key)) {
394
- removeIndex_1.push(index);
395
- appendItems_1[key] = tslib.__assign(tslib.__assign({}, item), appendItems_1[key]);
396
- return;
230
+ /** 快速编辑 */
231
+ quickEdit: function () {
232
+ return {
233
+ name: 'quickEdit',
234
+ label: amisEditorCore.tipedLabel(i18nRuntime.i18n("9a899d9ab83d8ffa6308fb31e93f23a1"), i18nRuntime.i18n("9306b956ca5950203ee49a2680cac63d")),
235
+ type: 'ae-switch-more',
236
+ hidden: _this._isOpColumn,
237
+ mode: 'normal',
238
+ formType: 'extend',
239
+ bulk: true,
240
+ defaultData: {
241
+ quickEdit: {
242
+ mode: 'popOver'
243
+ }
244
+ },
245
+ trueValue: {
246
+ mode: 'popOver'
247
+ },
248
+ isChecked: function (e) {
249
+ var data = e.data,
250
+ name = e.name;
251
+ return get__default["default"](data, name);
252
+ },
253
+ form: {
254
+ body: [{
255
+ name: 'quickEdit.mode',
256
+ type: 'button-group-select',
257
+ label: i18nRuntime.i18n("f0789e79d48f135e5d870753f7a85d05"),
258
+ value: 'popOver',
259
+ options: [{
260
+ label: i18nRuntime.i18n("78f395c15aaf8c92d9223f6ca69b41a4"),
261
+ value: 'popOver'
262
+ }, {
263
+ label: i18nRuntime.i18n("c6e1b91d329a61b691d0d5d2eb343ddd"),
264
+ value: 'inline'
265
+ }]
266
+ }, amisEditorCore.getSchemaTpl('switch', {
267
+ name: 'quickEdit.saveImmediately',
268
+ label: amisEditorCore.tipedLabel(i18nRuntime.i18n("4562be5a3f9823a5f61b25f8d14b2b43"), i18nRuntime.i18n("c115f372bcdced1e70824bcbf42b5923")),
269
+ pipeIn: function (value) {
270
+ return !!value;
397
271
  }
398
- if (item.name === 'labelRemark') {
399
- removeIndex_1.push(index);
272
+ }), amisEditorCore.getSchemaTpl('api', {
273
+ label: i18nRuntime.i18n("eccba4475f3144e417e55fd96e831e09"),
274
+ description: i18nRuntime.i18n("c8e5c062d5ad38e54413abd9c7cfb2f4"),
275
+ name: 'quickEdit.saveImmediately.api',
276
+ visibleOn: 'this.quickEdit && this.quickEdit.saveImmediately'
277
+ }), {
278
+ name: 'quickEdit',
279
+ asFormItem: true,
280
+ label: false,
281
+ children: function (_a) {
282
+ var _b;
283
+ var value = _a.value,
284
+ onBulkChange = _a.onBulkChange,
285
+ name = _a.name,
286
+ data = _a.data;
287
+ if (value === true) {
288
+ value = {};
289
+ } else if (typeof value === 'undefined') {
290
+ value = amisCore.getVariable(data, 'quickEdit');
291
+ }
292
+ var originMode = (value === null || value === void 0 ? void 0 : value.mode) || 'popOver';
293
+ value = tslib.__assign(tslib.__assign({}, value), {
294
+ type: 'form',
295
+ mode: 'normal',
296
+ wrapWithPanel: false,
297
+ body: ((_b = value === null || value === void 0 ? void 0 : value.body) === null || _b === void 0 ? void 0 : _b.length) ? value.body : [{
298
+ type: 'input-text',
299
+ name: data.key
300
+ }]
301
+ });
302
+ if (value.mode) {
303
+ delete value.mode;
304
+ }
305
+ // todo 多个快速编辑表单模式看来只能代码模式编辑了。
306
+ return React__default["default"].createElement(amis.Button, {
307
+ className: "w-full flex flex-col items-center",
308
+ onClick: function () {
309
+ _this.manager.openSubEditor({
310
+ title: i18nRuntime.i18n("c3ed36e4abb96c18a6c83350994cdea7"),
311
+ value: value,
312
+ onChange: function (value) {
313
+ var _a;
314
+ return onBulkChange((_a = {}, _a[name] = tslib.__assign(tslib.__assign({}, value), {
315
+ mode: originMode
316
+ }), _a));
317
+ }
318
+ });
319
+ }
320
+ }, React__default["default"].createElement("span", {
321
+ className: "inline-flex items-center"
322
+ }, React__default["default"].createElement(amis.Icon, {
323
+ icon: "edit",
324
+ className: "mr-1 w-3"
325
+ }), i18nRuntime.i18n("fba91204d335ae6eda35809023a94f7f")));
400
326
  }
401
- });
402
- removeIndex_1.reverse();
403
- removeIndex_1.forEach(function (index) {
404
- collapse.body.splice(index, 1);
405
- });
406
- (_a = collapse.body).unshift.apply(_a, tslib.__spreadArray([], tslib.__read(Object.values(appendItems_1)), false));
327
+ }]
407
328
  }
408
- });
409
- var moreCollapse = amisEditorCore.getSchemaTpl('collapseGroup', [{
410
- title: i18nRuntime.i18n("cb2f68c9c24e85d21e6b090b6e5657d8"),
411
- body: advanced
412
- }]);
413
- (_a = tab.body[0].body).splice.apply(_a, tslib.__spreadArray([1, 0], tslib.__read(moreCollapse.body), false));
414
- // 让折叠器默认都展开
415
- (_b = tab.body[0].activeKey).push.apply(_b, tslib.__spreadArray([], tslib.__read(moreCollapse.activeKey), false));
416
- }
417
- if (tab.title === i18nRuntime.i18n("afcde2611bdd13c1e65b4fb6a2f13425")) {
418
- var moreCollapse = amisEditorCore.getSchemaTpl('collapseGroup', [{
419
- title: i18nRuntime.i18n("cb2f68c9c24e85d21e6b090b6e5657d8"),
420
- body: baseStyle
421
- }]);
422
- (_c = tab.body[0].body).splice.apply(_c, tslib.__spreadArray([1, 0], tslib.__read(moreCollapse.body), false));
423
- // 让折叠器默认都展开
424
- (_d = tab.body[0].activeKey).push.apply(_d, tslib.__spreadArray([], tslib.__read(moreCollapse.activeKey), false));
329
+ };
425
330
  }
426
- });
427
- };
428
- // filterProps(props: any) {
429
- // props = JSONPipeOut(props, true);
430
- // return props;
431
- // }
331
+ };
332
+ _this.panelBodyCreator = function (context) {
333
+ var _a, _b, _c, _d, _e, _f, _g, _h;
334
+ var manager = _this.manager;
335
+ var dc = _this.dynamicControls;
336
+ _this._isOpColumn = ((_a = context === null || context === void 0 ? void 0 : context.schema) === null || _a === void 0 ? void 0 : _a.type) === 'operation';
337
+ return amisEditorCore.getSchemaTpl('tabs', [{
338
+ title: i18nRuntime.i18n("24d67862f87f439db7ca957aecb77cce"),
339
+ body: amisEditorCore.getSchemaTpl('collapseGroup', [{
340
+ title: i18nRuntime.i18n("c11322c9cc43ce3c004cf03f5ac0acd0"),
341
+ hidden: _this._isOpColumn,
342
+ body: flattenDeep__default["default"]([/** 字段配置 */
343
+ (_b = dc === null || dc === void 0 ? void 0 : dc.name) === null || _b === void 0 ? void 0 : _b.call(dc, context), /** 字段配置,兼容key */
344
+ (_c = dc === null || dc === void 0 ? void 0 : dc.key) === null || _c === void 0 ? void 0 : _c.call(dc, context), {
345
+ name: 'title',
346
+ label: i18nRuntime.i18n("eb2719a7e6cebda7ca234560f21fb448"),
347
+ type: 'input-text'
348
+ }, BaseControl.remarkTpl({
349
+ name: 'remark',
350
+ label: i18nRuntime.i18n("3ba265c6b63bde0319822afd6b9a649d"),
351
+ labelRemark: i18nRuntime.i18n("7ad83bbe4646a0011ece7fd338d1e189")
352
+ }), {
353
+ name: 'placeholder',
354
+ type: 'input-text',
355
+ label: amisEditorCore.tipedLabel(i18nRuntime.i18n("940b12c19fcf7aced0cdd164edc9acbc"), i18nRuntime.i18n("f35c90b504521a2da346960b9db23828")),
356
+ value: '-'
357
+ }]).filter(Boolean)
358
+ }, (_d = dc === null || dc === void 0 ? void 0 : dc.relationBuildSetting) === null || _d === void 0 ? void 0 : _d.call(dc, context), /** 操作列按钮配置 */
359
+ {
360
+ title: i18nRuntime.i18n("f4a3780b66d65a315a762976ab5e781f"),
361
+ hidden: !_this._isOpColumn,
362
+ body: [{
363
+ type: 'ae-feature-control',
364
+ label: false,
365
+ manager: manager,
366
+ addable: true,
367
+ sortable: true,
368
+ removeable: true,
369
+ features: function () {
370
+ var _a, _b;
371
+ var node = manager.store.getNodeById(context.id);
372
+ return ((_b = (_a = node === null || node === void 0 ? void 0 : node.schema) === null || _a === void 0 ? void 0 : _a.buttons) !== null && _b !== void 0 ? _b : []).map(function (item, index) {
373
+ return {
374
+ label: item.label,
375
+ value: item.$$id || '',
376
+ remove: function (schema) {
377
+ var _a;
378
+ if ((_a = schema === null || schema === void 0 ? void 0 : schema.buttons) === null || _a === void 0 ? void 0 : _a.length) {
379
+ schema.buttons.splice(index, 1);
380
+ }
381
+ }
382
+ };
383
+ });
384
+ },
385
+ goFeatureComp: function (feat) {
386
+ return feat.value;
387
+ },
388
+ onSort: function (schema, e) {
389
+ var _a;
390
+ if (((_a = schema === null || schema === void 0 ? void 0 : schema.buttons) === null || _a === void 0 ? void 0 : _a.length) > 1) {
391
+ schema.buttons[e.oldIndex] = schema.buttons.splice(e.newIndex, 1, schema.buttons[e.oldIndex])[0];
392
+ }
393
+ },
394
+ customAction: function (props) {
395
+ var onBulkChange = props.onBulkChange,
396
+ schema = props.schema;
397
+ return {
398
+ type: 'button',
399
+ label: i18nRuntime.i18n("f9f2b9cc91cd332db6b2b732c3869233"),
400
+ level: 'enhance',
401
+ className: 'ae-FeatureControl-action',
402
+ onClick: function () {
403
+ schema.buttons.push({
404
+ label: i18nRuntime.i18n("f9f2b9cc91cd332db6b2b732c3869233"),
405
+ level: 'link'
406
+ }), onBulkChange(schema);
407
+ }
408
+ };
409
+ }
410
+ }]
411
+ }, {
412
+ title: i18nRuntime.i18n("949a8b7bd2c10070a2fae16f9c66afbb"),
413
+ body: flattenDeep__default["default"]([{
414
+ type: 'ae-columnWidthControl',
415
+ name: 'width',
416
+ label: false,
417
+ formLabel: i18nRuntime.i18n("bdd9d38d7e2929024089363dc8f48b7a")
418
+ }, {
419
+ type: 'select',
420
+ name: 'align',
421
+ label: i18nRuntime.i18n("d5bc35360607472de4525358af126de4"),
422
+ hidden: _this._isOpColumn,
423
+ options: [{
424
+ label: i18nRuntime.i18n("413f48cc71f71083ce532a86e3efdc21"),
425
+ value: 'left'
426
+ }, {
427
+ label: i18nRuntime.i18n("56c17ba6a56c01706ae00a31611deb03"),
428
+ value: 'center'
429
+ }, {
430
+ label: i18nRuntime.i18n("fd8e9572cc6bf87653c4d8f8b8dd0db9"),
431
+ value: 'right'
432
+ }]
433
+ }, {
434
+ type: 'select',
435
+ name: 'fixed',
436
+ label: i18nRuntime.i18n("a0dbb2b0a000cdb3a265d096d4e5ed8d"),
437
+ hidden: _this._isOpColumn,
438
+ options: [{
439
+ label: i18nRuntime.i18n("9ed8a4c5d1b3726121175dc986268b0c"),
440
+ value: false
441
+ }, {
442
+ label: i18nRuntime.i18n("00ed921de3ababcafcb0594ff0e9a997"),
443
+ value: 'left'
444
+ }, {
445
+ label: i18nRuntime.i18n("a5b48f7807e3c1ddd80fa160f46f9cc9"),
446
+ value: 'right'
447
+ }]
448
+ }, {
449
+ type: 'ae-Switch-More',
450
+ mode: 'normal',
451
+ name: 'copyable',
452
+ label: i18nRuntime.i18n("f9a9fcc3bf6a3c8ff1e99fa48ed6d03d"),
453
+ hiddenOnDefault: true,
454
+ formType: 'extend',
455
+ form: {
456
+ body: [{
457
+ name: 'copyable.content',
458
+ visibleOn: 'data.copyable',
459
+ type: 'ae-formulaControl',
460
+ label: i18nRuntime.i18n("6a086902a84969a835423002718e86b4")
461
+ }]
462
+ }
463
+ }, /** 排序设置 */
464
+ (_e = dc === null || dc === void 0 ? void 0 : dc.sorter) === null || _e === void 0 ? void 0 : _e.call(dc, context), /** 可搜索 */
465
+ (_f = dc === null || dc === void 0 ? void 0 : dc.searchable) === null || _f === void 0 ? void 0 : _f.call(dc, context), /** 快速查看 */
466
+ (_g = dc === null || dc === void 0 ? void 0 : dc.popover) === null || _g === void 0 ? void 0 : _g.call(dc, context), /** 快速编辑 */
467
+ (_h = dc === null || dc === void 0 ? void 0 : dc.quickEdit) === null || _h === void 0 ? void 0 : _h.call(dc, context)]).filter(Boolean)
468
+ }].filter(Boolean))
469
+ }, {
470
+ title: i18nRuntime.i18n("afcde2611bdd13c1e65b4fb6a2f13425"),
471
+ body: [amisEditorCore.getSchemaTpl('className'), amisEditorCore.getSchemaTpl('className', {
472
+ name: 'innerClassName',
473
+ label: i18nRuntime.i18n("4619988f1c5d9093dc00d1430633b2bd")
474
+ })]
475
+ }]);
476
+ };
477
+ return _this;
478
+ }
479
+ /** NodeStore在构建时需要将一些信息添加进去 */
432
480
  TableCell2Plugin.prototype.getRendererInfo = function (context) {
433
481
  var renderer = context.renderer,
434
482
  schema = context.schema;
435
- if (renderer.name === 'cell-field') {
483
+ if (this.rendererName === (renderer === null || renderer === void 0 ? void 0 : renderer.name)) {
436
484
  return {
437
485
  name: schema.title ? "<".concat(schema.title, ">\u5217") : i18nRuntime.i18n("044892c0c637f2d9e78e78956b1ded01"),
438
- $schema: '/schemas/TableColumn.json',
486
+ $schema: '/schemas/TableSchema.json',
439
487
  multifactor: true,
440
488
  wrapperResolve: function (dom) {
441
489
  var _a, _b;
@@ -445,13 +493,16 @@ var TableCell2Plugin = /** @class */function (_super) {
445
493
  var wrapper = (_b = dom.closest('table').parentElement) === null || _b === void 0 ? void 0 : _b.parentElement;
446
494
  return [].slice.call(wrapper === null || wrapper === void 0 ? void 0 : wrapper.querySelectorAll("th[data-group-id=\"".concat(groupId, "\"],\n td[data-group-id=\"").concat(groupId, "\"]")));
447
495
  }
448
- // filterProps: this.filterProps
496
+ // filterProps: (props: any) => {
497
+ // props = JSONPipeOut(props, true);
498
+ // return props;
499
+ // }
449
500
  };
450
501
  }
502
+
503
+ return _super.prototype.getRendererInfo.call(this, context);
451
504
  };
452
- /*exchangeRenderer(id: string) {
453
- this.manager.showReplacePanel(id, '展示');
454
- }*/
505
+ /** 更新渲染器前的事件,或者右键粘贴配置 */
455
506
  TableCell2Plugin.prototype.beforeReplace = function (event) {
456
507
  var context = event.context;
457
508
  // 替换字段的时候保留 label 和 name 值。
@@ -460,9 +511,104 @@ var TableCell2Plugin = /** @class */function (_super) {
460
511
  context.data.key = context.data.key || context.schema.key;
461
512
  }
462
513
  };
514
+ TableCell2Plugin.prototype.afterBuildPanelBody = function (event) {
515
+ var _a, _b;
516
+ var _c = event.context,
517
+ context = _c.context;
518
+ _c.data;
519
+ if (!((_b = (_a = context.node.parent) === null || _a === void 0 ? void 0 : _a.parent) === null || _b === void 0 ? void 0 : _b.type) || context.node.parent.parent.type !== 'table2') {
520
+ return;
521
+ }
522
+ // @ts-ignore
523
+ [
524
+ // context.node.info.plugin.withDataSource === false
525
+ // ? false
526
+ // : {
527
+ // sameName: context.info.renderer.isFormItem ? 'name' : undefined,
528
+ // name: 'name',
529
+ // type: 'ae-DataBindingControl',
530
+ // label: '列字段',
531
+ // onBindingChange(
532
+ // field: DSField,
533
+ // onBulkChange: (value: any) => void
534
+ // ) {
535
+ // const schema = field?.resolveColumnSchema?.('List') || {
536
+ // title: field.label
537
+ // };
538
+ // onBulkChange(schema);
539
+ // }
540
+ // },
541
+ {
542
+ sameName: context.info.renderer.isFormItem ? 'name' : undefined,
543
+ name: 'name',
544
+ type: 'ae-DataBindingControl',
545
+ label: i18nRuntime.i18n("4ca07911d10b74cc7c357b510e7cc948"),
546
+ onBindingChange: function (field, onBulkChange) {
547
+ var _a;
548
+ var schema = ((_a = field === null || field === void 0 ? void 0 : field.resolveColumnSchema) === null || _a === void 0 ? void 0 : _a.call(field, 'List')) || {
549
+ title: field.label
550
+ };
551
+ onBulkChange(schema);
552
+ }
553
+ }, {
554
+ sameName: context.info.renderer.isFormItem ? 'label' : undefined,
555
+ name: 'title',
556
+ label: i18nRuntime.i18n("eb2719a7e6cebda7ca234560f21fb448"),
557
+ type: 'input-text'
558
+ }, BaseControl.remarkTpl({
559
+ name: 'remark',
560
+ label: i18nRuntime.i18n("3ba265c6b63bde0319822afd6b9a649d"),
561
+ labelRemark: i18nRuntime.i18n("7ad83bbe4646a0011ece7fd338d1e189")
562
+ }), {
563
+ name: 'placeholder',
564
+ type: 'input-text',
565
+ label: amisEditorCore.tipedLabel(i18nRuntime.i18n("940b12c19fcf7aced0cdd164edc9acbc"), i18nRuntime.i18n("f35c90b504521a2da346960b9db23828")),
566
+ value: '-'
567
+ }].filter(Boolean);
568
+ [amisEditorCore.getSchemaTpl('switch', {
569
+ name: 'sorter',
570
+ label: amisEditorCore.tipedLabel(i18nRuntime.i18n("b4521626a48dcb61001fc563d2433ed3"), i18nRuntime.i18n("ac83dbca40c9d2151b5f7d81795535cc"))
571
+ }), amisEditorCore.getSchemaTpl('switch', {
572
+ name: 'searchable',
573
+ label: i18nRuntime.i18n("af9cbd3988196fc104af4fed9461e152"),
574
+ pipeIn: function (value) {
575
+ return !!value;
576
+ }
577
+ }), {
578
+ visibleOn: 'data.searchable',
579
+ name: 'searchable',
580
+ asFormItem: true,
581
+ label: false,
582
+ children: function (_a) {
583
+ var value = _a.value;
584
+ _a.onChange;
585
+ var data = _a.data;
586
+ if (value === true) {
587
+ value = {};
588
+ } else if (typeof value === 'undefined') {
589
+ value = amisCore.getVariable(data, 'searchable');
590
+ }
591
+ }
592
+ }];
593
+ };
594
+ Object.defineProperty(TableCell2Plugin.prototype, "dynamicControls", {
595
+ /** 需要动态控制的控件 */
596
+ get: function () {
597
+ return this._dynamicControls;
598
+ },
599
+ set: function (controls) {
600
+ if (!controls || !amisCore.isObject(controls)) {
601
+ throw new Error(i18nRuntime.i18n("44c9d7cb031327029dd0b1bc92689542"));
602
+ }
603
+ this._dynamicControls = tslib.__assign(tslib.__assign({}, this._dynamicControls), controls);
604
+ },
605
+ enumerable: false,
606
+ configurable: true
607
+ });
463
608
  TableCell2Plugin.id = 'TableCell2Plugin';
464
609
  return TableCell2Plugin;
465
610
  }(amisEditorCore.BasePlugin);
466
611
  amisEditorCore.registerEditorPlugin(TableCell2Plugin);
467
612
 
468
613
  exports.TableCell2Plugin = TableCell2Plugin;
614
+ window.amisEditorVersionInfo={version:'5.5.2-beta.2',buildTime:'2023-09-28'};