amis-editor 5.5.0 → 5.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (979) hide show
  1. package/esm/builder/ApiDSBuilder.d.ts +491 -0
  2. package/esm/builder/ApiDSBuilder.js +1212 -0
  3. package/esm/builder/DSBuilder.d.ts +171 -0
  4. package/esm/builder/DSBuilder.js +49 -0
  5. package/esm/builder/DSBuilderManager.d.ts +62 -0
  6. package/esm/builder/DSBuilderManager.js +207 -0
  7. package/esm/builder/constants.d.ts +97 -0
  8. package/esm/builder/constants.js +135 -0
  9. package/esm/builder/index.d.ts +6 -0
  10. package/esm/builder/type.d.ts +96 -0
  11. package/esm/builder/utils.d.ts +10 -0
  12. package/esm/builder/utils.js +93 -0
  13. package/esm/component/BaseControl.js +5 -3
  14. package/esm/component/InputComponentName.js +3 -1
  15. package/esm/component/TableViewEditor.d.ts +2 -2
  16. package/esm/component/TableViewEditor.js +4 -2
  17. package/esm/icons/btn/btn-group.svg.js +3 -1
  18. package/esm/icons/btn/btn-select.svg.js +3 -1
  19. package/esm/icons/btn/btn-toolbar.svg.js +3 -1
  20. package/esm/icons/btn/button.svg.js +3 -1
  21. package/esm/icons/btn/dropdown-btn.svg.js +3 -1
  22. package/esm/icons/container/anchor-nav.svg.js +3 -1
  23. package/esm/icons/container/collapse.svg.js +3 -1
  24. package/esm/icons/container/container.svg.js +3 -1
  25. package/esm/icons/container/flex-container.svg.js +3 -1
  26. package/esm/icons/container/form-group.svg.js +3 -1
  27. package/esm/icons/container/grid.svg.js +3 -1
  28. package/esm/icons/container/iframe.svg.js +3 -1
  29. package/esm/icons/container/panel.svg.js +3 -1
  30. package/esm/icons/container/table-view.svg.js +3 -1
  31. package/esm/icons/container/tabs.svg.js +3 -1
  32. package/esm/icons/container/tooltip-wrapper.svg.js +3 -1
  33. package/esm/icons/container/web-component.svg.js +3 -1
  34. package/esm/icons/crud/column-add.svg.js +26 -0
  35. package/esm/icons/crud/column-delete.svg.js +24 -0
  36. package/esm/icons/crud/column-setting.svg.js +24 -0
  37. package/esm/icons/crud/share-link.svg.js +22 -0
  38. package/esm/icons/display/aBaseline.svg.js +4 -1
  39. package/esm/icons/display/aCenter.svg.js +4 -1
  40. package/esm/icons/display/aFlexEnd.svg.js +4 -1
  41. package/esm/icons/display/aFlexStart.svg.js +4 -1
  42. package/esm/icons/display/aStretch.svg.js +4 -1
  43. package/esm/icons/display/block.svg.js +4 -1
  44. package/esm/icons/display/dcolumn.svg.js +4 -1
  45. package/esm/icons/display/dcolumnReverse.svg.js +4 -1
  46. package/esm/icons/display/drow.svg.js +4 -1
  47. package/esm/icons/display/drowReverse.svg.js +4 -1
  48. package/esm/icons/display/flex.svg.js +4 -1
  49. package/esm/icons/display/inline-block.svg.js +4 -1
  50. package/esm/icons/display/inline.svg.js +4 -1
  51. package/esm/icons/display/jCenter.svg.js +4 -1
  52. package/esm/icons/display/jFlexEnd.svg.js +4 -1
  53. package/esm/icons/display/jFlexStart.svg.js +4 -1
  54. package/esm/icons/display/jSpaceAround.svg.js +4 -1
  55. package/esm/icons/display/jSpaceBetween.svg.js +4 -1
  56. package/esm/icons/feat/audio.svg.js +3 -1
  57. package/esm/icons/feat/custom.svg.js +3 -1
  58. package/esm/icons/feat/each.svg.js +3 -1
  59. package/esm/icons/feat/form.svg.js +3 -1
  60. package/esm/icons/feat/nav.svg.js +3 -1
  61. package/esm/icons/feat/qrcode.svg.js +3 -1
  62. package/esm/icons/feat/service.svg.js +3 -1
  63. package/esm/icons/feat/table.svg.js +3 -1
  64. package/esm/icons/feat/tasks.svg.js +3 -1
  65. package/esm/icons/feat/video.svg.js +3 -1
  66. package/esm/icons/feat/wizard.svg.js +3 -1
  67. package/esm/icons/form/chained-select.svg.js +3 -1
  68. package/esm/icons/form/checkbox.svg.js +3 -1
  69. package/esm/icons/form/checkboxes.svg.js +3 -1
  70. package/esm/icons/form/combo.svg.js +3 -1
  71. package/esm/icons/form/condition-builder.svg.js +3 -1
  72. package/esm/icons/form/diff-editor.svg.js +3 -1
  73. package/esm/icons/form/editor.svg.js +3 -1
  74. package/esm/icons/form/formula.svg.js +3 -1
  75. package/esm/icons/form/hidden.svg.js +3 -1
  76. package/esm/icons/form/input-city.svg.js +3 -1
  77. package/esm/icons/form/input-color.svg.js +3 -1
  78. package/esm/icons/form/input-date-range.svg.js +3 -1
  79. package/esm/icons/form/input-date.svg.js +3 -1
  80. package/esm/icons/form/input-datetime.svg.js +3 -1
  81. package/esm/icons/form/input-email.svg.js +3 -1
  82. package/esm/icons/form/input-excel.svg.js +3 -1
  83. package/esm/icons/form/input-file.svg.js +3 -1
  84. package/esm/icons/form/input-group.svg.js +3 -1
  85. package/esm/icons/form/input-image.svg.js +3 -1
  86. package/esm/icons/form/input-kv.svg.js +3 -1
  87. package/esm/icons/form/input-month-range.svg.js +3 -1
  88. package/esm/icons/form/input-number.svg.js +3 -1
  89. package/esm/icons/form/input-password.svg.js +3 -1
  90. package/esm/icons/form/input-quarter-range.svg.js +3 -1
  91. package/esm/icons/form/input-range.svg.js +3 -1
  92. package/esm/icons/form/input-rating.svg.js +3 -1
  93. package/esm/icons/form/input-repeat.svg.js +3 -1
  94. package/esm/icons/form/input-rich-text.svg.js +3 -1
  95. package/esm/icons/form/input-tag.svg.js +3 -1
  96. package/esm/icons/form/input-text.svg.js +3 -1
  97. package/esm/icons/form/input-time-range.svg.js +3 -1
  98. package/esm/icons/form/input-time.svg.js +3 -1
  99. package/esm/icons/form/input-tree.svg.js +3 -1
  100. package/esm/icons/form/input-url.svg.js +3 -1
  101. package/esm/icons/form/input-year.svg.js +3 -1
  102. package/esm/icons/form/inputArray.svg.js +3 -1
  103. package/esm/icons/form/list-select.svg.js +3 -1
  104. package/esm/icons/form/location-picker.svg.js +3 -1
  105. package/esm/icons/form/matrix-checkboxes.svg.js +3 -1
  106. package/esm/icons/form/month.svg.js +3 -1
  107. package/esm/icons/form/nested-select.svg.js +3 -1
  108. package/esm/icons/form/picker.svg.js +3 -1
  109. package/esm/icons/form/quarter.svg.js +3 -1
  110. package/esm/icons/form/radios.svg.js +3 -1
  111. package/esm/icons/form/select.svg.js +3 -1
  112. package/esm/icons/form/static.svg.js +3 -1
  113. package/esm/icons/form/sub-form.svg.js +3 -1
  114. package/esm/icons/form/switch.svg.js +3 -1
  115. package/esm/icons/form/tabs-transfer.svg.js +3 -1
  116. package/esm/icons/form/textarea.svg.js +3 -1
  117. package/esm/icons/form/transfer.svg.js +3 -1
  118. package/esm/icons/form/tree-select.svg.js +3 -1
  119. package/esm/icons/form/uuid.svg.js +3 -1
  120. package/esm/icons/index.js +12 -1
  121. package/esm/icons/layout/layout-1with2.svg.js +3 -1
  122. package/esm/icons/layout/layout-2cols.svg.js +3 -1
  123. package/esm/icons/layout/layout-2row.svg.js +3 -1
  124. package/esm/icons/layout/layout-2with1.svg.js +3 -1
  125. package/esm/icons/layout/layout-3cols.svg.js +3 -1
  126. package/esm/icons/layout/layout-3row.svg.js +3 -1
  127. package/esm/icons/layout/layout-absolute.svg.js +3 -1
  128. package/esm/icons/layout/layout-fixed-top.svg.js +3 -1
  129. package/esm/icons/layout/layout-fixed.svg.js +3 -1
  130. package/esm/icons/layout/layout-free-container.svg.js +3 -1
  131. package/esm/icons/layout/layout-full.svg.js +3 -1
  132. package/esm/icons/layout/layout1-2.svg.js +3 -1
  133. package/esm/icons/layout/layout2-1.svg.js +3 -1
  134. package/esm/icons/layout/layout3-1.svg.js +3 -1
  135. package/esm/icons/layout/layout3-2.svg.js +3 -1
  136. package/esm/icons/other/_fx.svg.js +3 -1
  137. package/esm/icons/other/divider.svg.js +3 -1
  138. package/esm/icons/other/fx.svg.js +3 -1
  139. package/esm/icons/other/property-sheet.svg.js +3 -1
  140. package/esm/icons/other/tooltip.svg.js +3 -1
  141. package/esm/icons/show/URL.svg.js +3 -1
  142. package/esm/icons/show/avatar.svg.js +3 -1
  143. package/esm/icons/show/breadcrumb.svg.js +3 -1
  144. package/esm/icons/show/card.svg.js +3 -1
  145. package/esm/icons/show/cards.svg.js +3 -1
  146. package/esm/icons/show/carousel.svg.js +3 -1
  147. package/esm/icons/show/chart.svg.js +3 -1
  148. package/esm/icons/show/code.svg.js +3 -1
  149. package/esm/icons/show/date.svg.js +3 -1
  150. package/esm/icons/show/datetime.svg.js +3 -1
  151. package/esm/icons/show/image.svg.js +3 -1
  152. package/esm/icons/show/images.svg.js +3 -1
  153. package/esm/icons/show/json-view.svg.js +3 -1
  154. package/esm/icons/show/list.svg.js +3 -1
  155. package/esm/icons/show/log.svg.js +3 -1
  156. package/esm/icons/show/mapping.svg.js +3 -1
  157. package/esm/icons/show/markdown.svg.js +3 -1
  158. package/esm/icons/show/plain.svg.js +3 -1
  159. package/esm/icons/show/progress.svg.js +3 -1
  160. package/esm/icons/show/sparkline.svg.js +3 -1
  161. package/esm/icons/show/status.svg.js +3 -1
  162. package/esm/icons/show/steps.svg.js +3 -1
  163. package/esm/icons/show/time.svg.js +3 -1
  164. package/esm/icons/theme/css.svg.js +3 -1
  165. package/esm/index.d.ts +9 -145
  166. package/esm/index.js +154 -139
  167. package/esm/locale/en-US.js +307 -2
  168. package/esm/locale/zh-CN.js +315 -4
  169. package/esm/plugin/Alert.js +3 -1
  170. package/esm/plugin/AnchorNav.js +5 -3
  171. package/esm/plugin/Audio.js +3 -1
  172. package/esm/plugin/Avatar.js +3 -1
  173. package/esm/plugin/Breadcrumb.js +3 -1
  174. package/esm/plugin/Button.js +5 -3
  175. package/esm/plugin/ButtonGroup.js +3 -1
  176. package/esm/plugin/CRUD.d.ts +4 -3
  177. package/esm/plugin/CRUD.js +29 -23
  178. package/esm/plugin/CRUD2/BaseCRUD.d.ts +233 -0
  179. package/esm/plugin/CRUD2/BaseCRUD.js +1045 -0
  180. package/esm/plugin/CRUD2/CRUDCards.d.ts +53 -0
  181. package/esm/plugin/CRUD2/CRUDList.d.ts +53 -0
  182. package/esm/plugin/CRUD2/CRUDTable.d.ts +21 -0
  183. package/esm/plugin/CRUD2/CRUDTable.js +48 -0
  184. package/esm/plugin/CRUD2/constants.d.ts +32 -0
  185. package/esm/plugin/CRUD2/constants.js +75 -0
  186. package/esm/plugin/CRUD2/utils.d.ts +8 -0
  187. package/esm/plugin/CRUD2/utils.js +91 -0
  188. package/esm/plugin/Card.js +10 -4
  189. package/esm/plugin/Card2.js +3 -1
  190. package/esm/plugin/Cards.d.ts +547 -41
  191. package/esm/plugin/Cards.js +368 -174
  192. package/esm/plugin/Carousel.js +122 -97
  193. package/esm/plugin/Chart.d.ts +3 -0
  194. package/esm/plugin/Chart.js +147 -91
  195. package/esm/plugin/CodeView.js +3 -1
  196. package/esm/plugin/Collapse.d.ts +2 -1
  197. package/esm/plugin/Collapse.js +56 -8
  198. package/esm/plugin/CollapseGroup.js +14 -13
  199. package/esm/plugin/ColumnToggler.d.ts +11 -6
  200. package/esm/plugin/ColumnToggler.js +69 -10
  201. package/esm/plugin/Container.d.ts +4 -1
  202. package/esm/plugin/Container.js +79 -9
  203. package/esm/plugin/Custom.js +5 -3
  204. package/esm/plugin/CustomRegion.js +5 -2
  205. package/esm/plugin/Date.js +3 -1
  206. package/esm/plugin/Datetime.js +3 -1
  207. package/esm/plugin/Dialog.d.ts +26 -3
  208. package/esm/plugin/Dialog.js +217 -23
  209. package/esm/plugin/Divider.js +72 -6
  210. package/esm/plugin/Drawer.d.ts +7 -1
  211. package/esm/plugin/Drawer.js +134 -44
  212. package/esm/plugin/DropDownButton.js +4 -2
  213. package/esm/plugin/Each.d.ts +226 -11
  214. package/esm/plugin/Each.js +238 -89
  215. package/esm/plugin/Flex.js +3 -1
  216. package/esm/plugin/Form/ButtonGroupSelect.d.ts +2 -0
  217. package/esm/plugin/Form/ButtonGroupSelect.js +52 -2
  218. package/esm/plugin/Form/ButtonToolbar.js +3 -1
  219. package/esm/plugin/Form/ChainedSelect.d.ts +2 -0
  220. package/esm/plugin/Form/ChainedSelect.js +43 -3
  221. package/esm/plugin/Form/Checkbox.d.ts +6 -0
  222. package/esm/plugin/Form/Checkbox.js +61 -12
  223. package/esm/plugin/Form/Checkboxes.d.ts +2 -0
  224. package/esm/plugin/Form/Checkboxes.js +66 -22
  225. package/esm/plugin/Form/CodeEditor.js +3 -1
  226. package/esm/plugin/Form/Combo.d.ts +4 -2
  227. package/esm/plugin/Form/Combo.js +79 -6
  228. package/esm/plugin/Form/ConditionBuilder.js +5 -2
  229. package/esm/plugin/Form/Control.js +5 -3
  230. package/esm/plugin/Form/DiffEditor.js +3 -1
  231. package/esm/plugin/Form/FieldSet.js +4 -2
  232. package/esm/plugin/Form/Form.d.ts +37 -8
  233. package/esm/plugin/Form/Form.js +629 -491
  234. package/esm/plugin/Form/Formula.js +3 -1
  235. package/esm/plugin/Form/Group.js +5 -3
  236. package/esm/plugin/Form/Hidden.js +3 -1
  237. package/esm/plugin/Form/InputArray.js +4 -2
  238. package/esm/plugin/Form/InputCity.d.ts +2 -0
  239. package/esm/plugin/Form/InputCity.js +56 -2
  240. package/esm/plugin/Form/InputColor.js +3 -1
  241. package/esm/plugin/Form/InputDate.js +29 -43
  242. package/esm/plugin/Form/InputDateRange.js +42 -31
  243. package/esm/plugin/Form/InputDateTime.js +3 -1
  244. package/esm/plugin/Form/InputDateTimeRange.js +3 -1
  245. package/esm/plugin/Form/InputEmail.js +3 -1
  246. package/esm/plugin/Form/InputExcel.js +3 -1
  247. package/esm/plugin/Form/InputFile.js +8 -2
  248. package/esm/plugin/Form/InputGroup.d.ts +1 -0
  249. package/esm/plugin/Form/InputGroup.js +3 -1
  250. package/esm/plugin/Form/InputImage.js +12 -6
  251. package/esm/plugin/Form/InputKV.js +3 -1
  252. package/esm/plugin/Form/InputMonth.js +3 -1
  253. package/esm/plugin/Form/InputMonthRange.js +3 -1
  254. package/esm/plugin/Form/InputNumber.d.ts +6 -1
  255. package/esm/plugin/Form/InputNumber.js +12 -1
  256. package/esm/plugin/Form/InputPassword.js +3 -1
  257. package/esm/plugin/Form/InputQuarter.js +3 -1
  258. package/esm/plugin/Form/InputQuarterRange.js +3 -1
  259. package/esm/plugin/Form/InputRange.d.ts +21 -1
  260. package/esm/plugin/Form/InputRange.js +50 -35
  261. package/esm/plugin/Form/InputRating.d.ts +6 -0
  262. package/esm/plugin/Form/InputRating.js +12 -1
  263. package/esm/plugin/Form/InputRepeat.js +3 -1
  264. package/esm/plugin/Form/InputRichText.js +3 -1
  265. package/esm/plugin/Form/InputSubForm.js +5 -3
  266. package/esm/plugin/Form/InputTable.d.ts +4 -3
  267. package/esm/plugin/Form/InputTable.js +85 -64
  268. package/esm/plugin/Form/InputTag.d.ts +6 -1
  269. package/esm/plugin/Form/InputTag.js +54 -4
  270. package/esm/plugin/Form/InputText.d.ts +2 -0
  271. package/esm/plugin/Form/InputText.js +51 -1
  272. package/esm/plugin/Form/InputTime.js +3 -1
  273. package/esm/plugin/Form/InputTimeRange.js +3 -1
  274. package/esm/plugin/Form/InputTree.d.ts +2 -1
  275. package/esm/plugin/Form/InputTree.js +98 -35
  276. package/esm/plugin/Form/InputURL.js +3 -1
  277. package/esm/plugin/Form/InputYear.js +3 -1
  278. package/esm/plugin/Form/InputYearRange.js +3 -1
  279. package/esm/plugin/Form/Item.js +20 -15
  280. package/esm/plugin/Form/ListSelect.d.ts +2 -0
  281. package/esm/plugin/Form/ListSelect.js +52 -2
  282. package/esm/plugin/Form/LocationPicker.d.ts +28 -0
  283. package/esm/plugin/Form/LocationPicker.js +34 -1
  284. package/esm/plugin/Form/MatrixCheckboxes.d.ts +1 -2
  285. package/esm/plugin/Form/MatrixCheckboxes.js +32 -6
  286. package/esm/plugin/Form/NestedSelect.d.ts +2 -1
  287. package/esm/plugin/Form/NestedSelect.js +52 -2
  288. package/esm/plugin/Form/Picker.d.ts +2 -1
  289. package/esm/plugin/Form/Picker.js +51 -3
  290. package/esm/plugin/Form/Radios.d.ts +2 -0
  291. package/esm/plugin/Form/Radios.js +33 -2
  292. package/esm/plugin/Form/Select.d.ts +9 -7
  293. package/esm/plugin/Form/Select.js +68 -51
  294. package/esm/plugin/Form/Static.js +5 -3
  295. package/esm/plugin/Form/Switch.d.ts +6 -1
  296. package/esm/plugin/Form/Switch.js +13 -1
  297. package/esm/plugin/Form/TabsTransfer.d.ts +4 -3
  298. package/esm/plugin/Form/TabsTransfer.js +81 -28
  299. package/esm/plugin/Form/Textarea.js +3 -1
  300. package/esm/plugin/Form/Transfer.d.ts +2 -0
  301. package/esm/plugin/Form/Transfer.js +46 -5
  302. package/esm/plugin/Form/TreeSelect.d.ts +2 -1
  303. package/esm/plugin/Form/TreeSelect.js +86 -30
  304. package/esm/plugin/Form/UUID.js +3 -1
  305. package/esm/plugin/Grid.js +13 -8
  306. package/esm/plugin/HBox.js +10 -8
  307. package/esm/plugin/IFrame.js +3 -1
  308. package/esm/plugin/Icon.js +5 -3
  309. package/esm/plugin/Image.js +54 -31
  310. package/esm/plugin/Images.js +22 -10
  311. package/esm/plugin/Json.js +3 -1
  312. package/esm/plugin/Layout/FlexPluginBase.js +18 -16
  313. package/esm/plugin/Layout/Layout_fixed.js +3 -1
  314. package/esm/plugin/Layout/Layout_free_container.js +3 -1
  315. package/esm/plugin/Layout/Layout_sorption_container.js +3 -1
  316. package/esm/plugin/Link.js +17 -5
  317. package/esm/plugin/List.d.ts +5 -0
  318. package/esm/plugin/List.js +59 -23
  319. package/esm/plugin/List2.d.ts +545 -0
  320. package/esm/plugin/List2.js +380 -0
  321. package/esm/plugin/ListItem.js +4 -2
  322. package/esm/plugin/Log.js +6 -4
  323. package/esm/plugin/Mapping.js +3 -1
  324. package/esm/plugin/Markdown.js +3 -1
  325. package/esm/plugin/Nav.d.ts +2 -0
  326. package/esm/plugin/Nav.js +7 -3
  327. package/esm/plugin/OfficeViewer.js +3 -1
  328. package/esm/plugin/Operation.js +4 -3
  329. package/esm/plugin/Others/Action.js +7 -5
  330. package/esm/plugin/Others/TableCell.js +5 -3
  331. package/esm/plugin/Page.d.ts +1 -1
  332. package/esm/plugin/Page.js +66 -20
  333. package/esm/plugin/Pagination.d.ts +0 -1
  334. package/esm/plugin/Pagination.js +35 -19
  335. package/esm/plugin/Panel.js +4 -2
  336. package/esm/plugin/Plain.js +3 -1
  337. package/esm/plugin/Progress.js +37 -10
  338. package/esm/plugin/Property.js +3 -1
  339. package/esm/plugin/QRCode.js +3 -1
  340. package/esm/plugin/Reset.js +3 -1
  341. package/esm/plugin/SearchBox.d.ts +3 -1
  342. package/esm/plugin/SearchBox.js +14 -1
  343. package/esm/plugin/Service.d.ts +20 -13
  344. package/esm/plugin/Service.js +203 -94
  345. package/esm/plugin/Sparkline.d.ts +2 -1
  346. package/esm/plugin/Sparkline.js +32 -9
  347. package/esm/plugin/Status.js +3 -1
  348. package/esm/plugin/Steps.js +3 -1
  349. package/esm/plugin/Submit.js +3 -1
  350. package/esm/plugin/Table.d.ts +10 -1
  351. package/esm/plugin/Table.js +160 -107
  352. package/esm/plugin/Table2.d.ts +24 -10
  353. package/esm/plugin/Table2.js +668 -420
  354. package/esm/plugin/TableCell2.d.ts +14 -2
  355. package/esm/plugin/TableCell2.js +510 -365
  356. package/esm/plugin/TableView.d.ts +2 -1
  357. package/esm/plugin/TableView.js +3 -1
  358. package/esm/plugin/Tabs.d.ts +2 -1
  359. package/esm/plugin/Tabs.js +6 -4
  360. package/esm/plugin/Tag.js +10 -2
  361. package/esm/plugin/Tasks.js +3 -1
  362. package/esm/plugin/Time.js +3 -1
  363. package/esm/plugin/Timeline.d.ts +2 -1
  364. package/esm/plugin/Timeline.js +77 -4
  365. package/esm/plugin/TooltipWrapper.js +12 -9
  366. package/esm/plugin/Tpl.js +21 -3
  367. package/esm/plugin/Video.js +3 -1
  368. package/esm/plugin/WebComponent.js +3 -1
  369. package/esm/plugin/Wizard.js +7 -5
  370. package/esm/plugin/Wrapper.js +10 -8
  371. package/esm/plugin/index.d.ts +144 -0
  372. package/esm/renderer/APIAdaptorControl.d.ts +16 -2
  373. package/esm/renderer/APIAdaptorControl.js +33 -47
  374. package/esm/renderer/APIControl.d.ts +4 -4
  375. package/esm/renderer/APIControl.js +13 -3
  376. package/esm/renderer/ActionApiControl.d.ts +9 -3
  377. package/esm/renderer/BadgeControl.d.ts +7 -7
  378. package/esm/renderer/BadgeControl.js +8 -3
  379. package/esm/renderer/ButtonGroupControl.d.ts +1 -1
  380. package/esm/renderer/ButtonGroupControl.js +3 -1
  381. package/esm/renderer/ColumnControl.d.ts +1 -1
  382. package/esm/renderer/DataBindingControl.d.ts +3 -3
  383. package/esm/renderer/DataBindingControl.js +12 -6
  384. package/esm/renderer/DataMappingControl.js +3 -1
  385. package/esm/renderer/DataPickerControl.d.ts +1 -1
  386. package/esm/renderer/DataPickerControl.js +3 -1
  387. package/esm/renderer/DateShortCutControl.d.ts +3 -2
  388. package/esm/renderer/DateShortCutControl.js +10 -6
  389. package/esm/renderer/ExpressionFormulaControl.d.ts +1 -1
  390. package/esm/renderer/ExpressionFormulaControl.js +4 -2
  391. package/esm/renderer/FeatureControl.d.ts +18 -5
  392. package/esm/renderer/FeatureControl.js +74 -12
  393. package/esm/renderer/FieldSetting.d.ts +66 -0
  394. package/esm/renderer/FieldSetting.js +492 -0
  395. package/esm/renderer/FlexSettingControl.d.ts +1 -1
  396. package/esm/renderer/FlexSettingControl.js +4 -2
  397. package/esm/renderer/FormulaControl.d.ts +8 -3
  398. package/esm/renderer/FormulaControl.js +24 -7
  399. package/esm/renderer/FunctionEditorControl.d.ts +79 -0
  400. package/esm/renderer/FunctionEditorControl.js +107 -0
  401. package/esm/renderer/GoConfigControl.d.ts +1 -1
  402. package/esm/renderer/GoConfigControl.js +4 -2
  403. package/esm/renderer/InputRangeValueControl.d.ts +15 -0
  404. package/esm/renderer/InputRangeValueControl.js +121 -0
  405. package/esm/renderer/MapSourceControl.d.ts +3 -3
  406. package/esm/renderer/MapSourceControl.js +4 -2
  407. package/esm/renderer/NavBadgeControl.d.ts +7 -7
  408. package/esm/renderer/NavBadgeControl.js +3 -1
  409. package/esm/renderer/NavDefaultActive.js +3 -1
  410. package/esm/renderer/NavSourceControl.d.ts +53 -35
  411. package/esm/renderer/NavSourceControl.js +601 -230
  412. package/esm/renderer/OptionControl.d.ts +5 -3
  413. package/esm/renderer/OptionControl.js +37 -25
  414. package/esm/renderer/RangePartsControl.d.ts +5 -5
  415. package/esm/renderer/RangePartsControl.js +6 -4
  416. package/esm/renderer/StatusControl.d.ts +2 -2
  417. package/esm/renderer/StatusControl.js +19 -3
  418. package/esm/renderer/SwitchMoreControl.d.ts +12 -5
  419. package/esm/renderer/SwitchMoreControl.js +23 -8
  420. package/esm/renderer/TableColumnWidthControl.d.ts +29 -0
  421. package/esm/renderer/TableColumnWidthControl.js +177 -0
  422. package/esm/renderer/TimelineItemControl.d.ts +6 -6
  423. package/esm/renderer/TimelineItemControl.js +26 -7
  424. package/esm/renderer/TplFormulaControl.d.ts +1 -1
  425. package/esm/renderer/TplFormulaControl.js +3 -1
  426. package/esm/renderer/TransferTableControl.d.ts +3 -3
  427. package/esm/renderer/TransferTableControl.js +4 -2
  428. package/esm/renderer/TreeOptionControl.d.ts +4 -4
  429. package/esm/renderer/TreeOptionControl.js +15 -13
  430. package/esm/renderer/ValidationControl.d.ts +4 -4
  431. package/esm/renderer/ValidationControl.js +4 -2
  432. package/esm/renderer/ValidationItem.d.ts +3 -3
  433. package/esm/renderer/ValidationItem.js +3 -1
  434. package/esm/renderer/crud2-control/AddColumnModal.d.ts +6 -0
  435. package/esm/renderer/crud2-control/AddColumnModal.js +256 -0
  436. package/esm/renderer/crud2-control/CRUDColumnControl.d.ts +68 -0
  437. package/esm/renderer/crud2-control/CRUDColumnControl.js +473 -0
  438. package/esm/renderer/crud2-control/CRUDFiltersControl.d.ts +53 -0
  439. package/esm/renderer/crud2-control/CRUDFiltersControl.js +691 -0
  440. package/esm/renderer/crud2-control/CRUDToolbarControl.d.ts +49 -0
  441. package/esm/renderer/crud2-control/CRUDToolbarControl.js +417 -0
  442. package/esm/renderer/event-control/action-config-dialog.d.ts +1 -1
  443. package/esm/renderer/event-control/action-config-dialog.js +30 -4
  444. package/esm/renderer/event-control/action-config-panel.js +3 -1
  445. package/esm/renderer/event-control/comp-action-select.d.ts +1 -1
  446. package/esm/renderer/event-control/comp-action-select.js +3 -1
  447. package/esm/renderer/event-control/helper.d.ts +2 -1
  448. package/esm/renderer/event-control/helper.js +307 -206
  449. package/esm/renderer/event-control/index.d.ts +28 -19
  450. package/esm/renderer/event-control/index.js +115 -22
  451. package/esm/renderer/style-control/Background.d.ts +1 -1
  452. package/esm/renderer/style-control/Background.js +3 -1
  453. package/esm/renderer/style-control/Border.d.ts +2 -2
  454. package/esm/renderer/style-control/Border.js +10 -8
  455. package/esm/renderer/style-control/BoxModel.d.ts +2 -2
  456. package/esm/renderer/style-control/BoxModel.js +3 -1
  457. package/esm/renderer/style-control/BoxShadow.d.ts +2 -2
  458. package/esm/renderer/style-control/BoxShadow.js +3 -1
  459. package/esm/renderer/style-control/Display.d.ts +1 -1
  460. package/esm/renderer/style-control/Display.js +3 -1
  461. package/esm/renderer/style-control/Font.d.ts +1 -1
  462. package/esm/renderer/style-control/Font.js +3 -1
  463. package/esm/renderer/style-control/InsetBoxModel.d.ts +2 -2
  464. package/esm/renderer/style-control/InsetBoxModel.js +3 -1
  465. package/esm/renderer/style-control/ThemeCssCode.d.ts +1 -1
  466. package/esm/renderer/style-control/ThemeCssCode.js +134 -282
  467. package/esm/renderer/style-control/font-family.js +3 -1
  468. package/esm/renderer/style-control/helper.js +3 -1
  469. package/esm/renderer/style-control/transformation.js +3 -1
  470. package/esm/renderer/textarea-formula/FormulaPicker.js +5 -3
  471. package/esm/renderer/textarea-formula/TextareaFormulaControl.d.ts +3 -1
  472. package/esm/renderer/textarea-formula/TextareaFormulaControl.js +77 -8
  473. package/esm/renderer/textarea-formula/plugin.js +5 -3
  474. package/esm/tpl/api.js +16 -11
  475. package/esm/tpl/common.js +60 -18
  476. package/esm/tpl/horizontal.js +4 -2
  477. package/esm/tpl/layout.js +16 -10
  478. package/esm/tpl/options.d.ts +10 -1
  479. package/esm/tpl/options.js +251 -11
  480. package/esm/tpl/remark.js +3 -1
  481. package/esm/tpl/style.js +99 -60
  482. package/esm/tpl/validations.js +3 -1
  483. package/esm/util.d.ts +14 -0
  484. package/esm/util.js +39 -3
  485. package/esm/validator.js +7 -5
  486. package/lib/builder/ApiDSBuilder.d.ts +491 -0
  487. package/lib/builder/ApiDSBuilder.js +1226 -0
  488. package/lib/builder/DSBuilder.d.ts +171 -0
  489. package/lib/builder/DSBuilder.js +55 -0
  490. package/lib/builder/DSBuilderManager.d.ts +62 -0
  491. package/lib/builder/DSBuilderManager.js +211 -0
  492. package/lib/builder/constants.d.ts +97 -0
  493. package/lib/builder/constants.js +144 -0
  494. package/lib/builder/index.d.ts +6 -0
  495. package/lib/builder/type.d.ts +96 -0
  496. package/lib/builder/utils.d.ts +10 -0
  497. package/lib/builder/utils.js +104 -0
  498. package/lib/component/BaseControl.js +5 -3
  499. package/lib/component/InputComponentName.js +3 -1
  500. package/lib/component/TableViewEditor.d.ts +2 -2
  501. package/lib/component/TableViewEditor.js +4 -2
  502. package/lib/icons/btn/btn-group.svg.js +3 -1
  503. package/lib/icons/btn/btn-select.svg.js +3 -1
  504. package/lib/icons/btn/btn-toolbar.svg.js +3 -1
  505. package/lib/icons/btn/button.svg.js +3 -1
  506. package/lib/icons/btn/dropdown-btn.svg.js +3 -1
  507. package/lib/icons/container/anchor-nav.svg.js +3 -1
  508. package/lib/icons/container/collapse.svg.js +3 -1
  509. package/lib/icons/container/container.svg.js +3 -1
  510. package/lib/icons/container/flex-container.svg.js +3 -1
  511. package/lib/icons/container/form-group.svg.js +3 -1
  512. package/lib/icons/container/grid.svg.js +3 -1
  513. package/lib/icons/container/iframe.svg.js +3 -1
  514. package/lib/icons/container/panel.svg.js +3 -1
  515. package/lib/icons/container/table-view.svg.js +3 -1
  516. package/lib/icons/container/tabs.svg.js +3 -1
  517. package/lib/icons/container/tooltip-wrapper.svg.js +3 -1
  518. package/lib/icons/container/web-component.svg.js +3 -1
  519. package/lib/icons/crud/column-add.svg.js +50 -0
  520. package/lib/icons/crud/column-delete.svg.js +48 -0
  521. package/lib/icons/crud/column-setting.svg.js +48 -0
  522. package/lib/icons/crud/share-link.svg.js +46 -0
  523. package/lib/icons/display/aBaseline.svg.js +19 -16
  524. package/lib/icons/display/aCenter.svg.js +19 -16
  525. package/lib/icons/display/aFlexEnd.svg.js +19 -16
  526. package/lib/icons/display/aFlexStart.svg.js +19 -16
  527. package/lib/icons/display/aStretch.svg.js +19 -16
  528. package/lib/icons/display/block.svg.js +19 -16
  529. package/lib/icons/display/dcolumn.svg.js +19 -16
  530. package/lib/icons/display/dcolumnReverse.svg.js +19 -16
  531. package/lib/icons/display/drow.svg.js +19 -16
  532. package/lib/icons/display/drowReverse.svg.js +19 -16
  533. package/lib/icons/display/flex.svg.js +19 -16
  534. package/lib/icons/display/inline-block.svg.js +19 -16
  535. package/lib/icons/display/inline.svg.js +19 -16
  536. package/lib/icons/display/jCenter.svg.js +19 -16
  537. package/lib/icons/display/jFlexEnd.svg.js +19 -16
  538. package/lib/icons/display/jFlexStart.svg.js +19 -16
  539. package/lib/icons/display/jSpaceAround.svg.js +19 -16
  540. package/lib/icons/display/jSpaceBetween.svg.js +19 -16
  541. package/lib/icons/feat/audio.svg.js +3 -1
  542. package/lib/icons/feat/custom.svg.js +3 -1
  543. package/lib/icons/feat/each.svg.js +3 -1
  544. package/lib/icons/feat/form.svg.js +3 -1
  545. package/lib/icons/feat/nav.svg.js +3 -1
  546. package/lib/icons/feat/qrcode.svg.js +3 -1
  547. package/lib/icons/feat/service.svg.js +3 -1
  548. package/lib/icons/feat/table.svg.js +3 -1
  549. package/lib/icons/feat/tasks.svg.js +3 -1
  550. package/lib/icons/feat/video.svg.js +3 -1
  551. package/lib/icons/feat/wizard.svg.js +3 -1
  552. package/lib/icons/form/chained-select.svg.js +3 -1
  553. package/lib/icons/form/checkbox.svg.js +3 -1
  554. package/lib/icons/form/checkboxes.svg.js +3 -1
  555. package/lib/icons/form/combo.svg.js +3 -1
  556. package/lib/icons/form/condition-builder.svg.js +3 -1
  557. package/lib/icons/form/diff-editor.svg.js +3 -1
  558. package/lib/icons/form/editor.svg.js +3 -1
  559. package/lib/icons/form/formula.svg.js +3 -1
  560. package/lib/icons/form/hidden.svg.js +3 -1
  561. package/lib/icons/form/input-city.svg.js +3 -1
  562. package/lib/icons/form/input-color.svg.js +3 -1
  563. package/lib/icons/form/input-date-range.svg.js +3 -1
  564. package/lib/icons/form/input-date.svg.js +3 -1
  565. package/lib/icons/form/input-datetime.svg.js +3 -1
  566. package/lib/icons/form/input-email.svg.js +3 -1
  567. package/lib/icons/form/input-excel.svg.js +3 -1
  568. package/lib/icons/form/input-file.svg.js +3 -1
  569. package/lib/icons/form/input-group.svg.js +3 -1
  570. package/lib/icons/form/input-image.svg.js +3 -1
  571. package/lib/icons/form/input-kv.svg.js +3 -1
  572. package/lib/icons/form/input-month-range.svg.js +3 -1
  573. package/lib/icons/form/input-number.svg.js +3 -1
  574. package/lib/icons/form/input-password.svg.js +3 -1
  575. package/lib/icons/form/input-quarter-range.svg.js +3 -1
  576. package/lib/icons/form/input-range.svg.js +3 -1
  577. package/lib/icons/form/input-rating.svg.js +3 -1
  578. package/lib/icons/form/input-repeat.svg.js +3 -1
  579. package/lib/icons/form/input-rich-text.svg.js +3 -1
  580. package/lib/icons/form/input-tag.svg.js +3 -1
  581. package/lib/icons/form/input-text.svg.js +3 -1
  582. package/lib/icons/form/input-time-range.svg.js +3 -1
  583. package/lib/icons/form/input-time.svg.js +3 -1
  584. package/lib/icons/form/input-tree.svg.js +3 -1
  585. package/lib/icons/form/input-url.svg.js +3 -1
  586. package/lib/icons/form/input-year.svg.js +3 -1
  587. package/lib/icons/form/inputArray.svg.js +3 -1
  588. package/lib/icons/form/list-select.svg.js +3 -1
  589. package/lib/icons/form/location-picker.svg.js +3 -1
  590. package/lib/icons/form/matrix-checkboxes.svg.js +3 -1
  591. package/lib/icons/form/month.svg.js +3 -1
  592. package/lib/icons/form/nested-select.svg.js +3 -1
  593. package/lib/icons/form/picker.svg.js +3 -1
  594. package/lib/icons/form/quarter.svg.js +3 -1
  595. package/lib/icons/form/radios.svg.js +3 -1
  596. package/lib/icons/form/select.svg.js +3 -1
  597. package/lib/icons/form/static.svg.js +3 -1
  598. package/lib/icons/form/sub-form.svg.js +3 -1
  599. package/lib/icons/form/switch.svg.js +3 -1
  600. package/lib/icons/form/tabs-transfer.svg.js +3 -1
  601. package/lib/icons/form/textarea.svg.js +3 -1
  602. package/lib/icons/form/transfer.svg.js +3 -1
  603. package/lib/icons/form/tree-select.svg.js +3 -1
  604. package/lib/icons/form/uuid.svg.js +3 -1
  605. package/lib/icons/index.js +12 -1
  606. package/lib/icons/layout/layout-1with2.svg.js +3 -1
  607. package/lib/icons/layout/layout-2cols.svg.js +3 -1
  608. package/lib/icons/layout/layout-2row.svg.js +3 -1
  609. package/lib/icons/layout/layout-2with1.svg.js +3 -1
  610. package/lib/icons/layout/layout-3cols.svg.js +3 -1
  611. package/lib/icons/layout/layout-3row.svg.js +3 -1
  612. package/lib/icons/layout/layout-absolute.svg.js +3 -1
  613. package/lib/icons/layout/layout-fixed-top.svg.js +3 -1
  614. package/lib/icons/layout/layout-fixed.svg.js +3 -1
  615. package/lib/icons/layout/layout-free-container.svg.js +3 -1
  616. package/lib/icons/layout/layout-full.svg.js +3 -1
  617. package/lib/icons/layout/layout1-2.svg.js +3 -1
  618. package/lib/icons/layout/layout2-1.svg.js +3 -1
  619. package/lib/icons/layout/layout3-1.svg.js +3 -1
  620. package/lib/icons/layout/layout3-2.svg.js +3 -1
  621. package/lib/icons/other/_fx.svg.js +3 -1
  622. package/lib/icons/other/divider.svg.js +3 -1
  623. package/lib/icons/other/fx.svg.js +3 -1
  624. package/lib/icons/other/property-sheet.svg.js +3 -1
  625. package/lib/icons/other/tooltip.svg.js +3 -1
  626. package/lib/icons/show/URL.svg.js +3 -1
  627. package/lib/icons/show/avatar.svg.js +3 -1
  628. package/lib/icons/show/breadcrumb.svg.js +3 -1
  629. package/lib/icons/show/card.svg.js +3 -1
  630. package/lib/icons/show/cards.svg.js +3 -1
  631. package/lib/icons/show/carousel.svg.js +3 -1
  632. package/lib/icons/show/chart.svg.js +3 -1
  633. package/lib/icons/show/code.svg.js +3 -1
  634. package/lib/icons/show/date.svg.js +3 -1
  635. package/lib/icons/show/datetime.svg.js +3 -1
  636. package/lib/icons/show/image.svg.js +3 -1
  637. package/lib/icons/show/images.svg.js +3 -1
  638. package/lib/icons/show/json-view.svg.js +3 -1
  639. package/lib/icons/show/list.svg.js +3 -1
  640. package/lib/icons/show/log.svg.js +3 -1
  641. package/lib/icons/show/mapping.svg.js +3 -1
  642. package/lib/icons/show/markdown.svg.js +3 -1
  643. package/lib/icons/show/plain.svg.js +3 -1
  644. package/lib/icons/show/progress.svg.js +3 -1
  645. package/lib/icons/show/sparkline.svg.js +3 -1
  646. package/lib/icons/show/status.svg.js +3 -1
  647. package/lib/icons/show/steps.svg.js +3 -1
  648. package/lib/icons/show/time.svg.js +3 -1
  649. package/lib/icons/theme/css.svg.js +3 -1
  650. package/lib/index.d.ts +9 -145
  651. package/lib/index.js +322 -139
  652. package/lib/locale/en-US.js +307 -2
  653. package/lib/locale/zh-CN.js +315 -4
  654. package/lib/plugin/Alert.js +3 -1
  655. package/lib/plugin/AnchorNav.js +5 -3
  656. package/lib/plugin/Audio.js +3 -1
  657. package/lib/plugin/Avatar.js +3 -1
  658. package/lib/plugin/Breadcrumb.js +3 -1
  659. package/lib/plugin/Button.js +5 -3
  660. package/lib/plugin/ButtonGroup.js +3 -1
  661. package/lib/plugin/CRUD.d.ts +4 -3
  662. package/lib/plugin/CRUD.js +29 -23
  663. package/lib/plugin/CRUD2/BaseCRUD.d.ts +233 -0
  664. package/lib/plugin/CRUD2/BaseCRUD.js +1060 -0
  665. package/lib/plugin/CRUD2/CRUDCards.d.ts +53 -0
  666. package/lib/plugin/CRUD2/CRUDList.d.ts +53 -0
  667. package/lib/plugin/CRUD2/CRUDTable.d.ts +21 -0
  668. package/lib/plugin/CRUD2/CRUDTable.js +52 -0
  669. package/lib/plugin/CRUD2/constants.d.ts +32 -0
  670. package/lib/plugin/CRUD2/constants.js +81 -0
  671. package/lib/plugin/CRUD2/utils.d.ts +8 -0
  672. package/lib/plugin/CRUD2/utils.js +103 -0
  673. package/lib/plugin/Card.js +10 -4
  674. package/lib/plugin/Card2.js +3 -1
  675. package/lib/plugin/Cards.d.ts +547 -41
  676. package/lib/plugin/Cards.js +365 -171
  677. package/lib/plugin/Carousel.js +122 -97
  678. package/lib/plugin/Chart.d.ts +3 -0
  679. package/lib/plugin/Chart.js +145 -89
  680. package/lib/plugin/CodeView.js +3 -1
  681. package/lib/plugin/Collapse.d.ts +2 -1
  682. package/lib/plugin/Collapse.js +56 -8
  683. package/lib/plugin/CollapseGroup.js +14 -13
  684. package/lib/plugin/ColumnToggler.d.ts +11 -6
  685. package/lib/plugin/ColumnToggler.js +72 -9
  686. package/lib/plugin/Container.d.ts +4 -1
  687. package/lib/plugin/Container.js +79 -9
  688. package/lib/plugin/Custom.js +5 -3
  689. package/lib/plugin/CustomRegion.js +5 -2
  690. package/lib/plugin/Date.js +3 -1
  691. package/lib/plugin/Datetime.js +3 -1
  692. package/lib/plugin/Dialog.d.ts +26 -3
  693. package/lib/plugin/Dialog.js +215 -20
  694. package/lib/plugin/Divider.js +72 -6
  695. package/lib/plugin/Drawer.d.ts +7 -1
  696. package/lib/plugin/Drawer.js +136 -42
  697. package/lib/plugin/DropDownButton.js +4 -2
  698. package/lib/plugin/Each.d.ts +226 -11
  699. package/lib/plugin/Each.js +234 -89
  700. package/lib/plugin/Flex.js +3 -1
  701. package/lib/plugin/Form/ButtonGroupSelect.d.ts +2 -0
  702. package/lib/plugin/Form/ButtonGroupSelect.js +52 -2
  703. package/lib/plugin/Form/ButtonToolbar.js +3 -1
  704. package/lib/plugin/Form/ChainedSelect.d.ts +2 -0
  705. package/lib/plugin/Form/ChainedSelect.js +43 -3
  706. package/lib/plugin/Form/Checkbox.d.ts +6 -0
  707. package/lib/plugin/Form/Checkbox.js +65 -12
  708. package/lib/plugin/Form/Checkboxes.d.ts +2 -0
  709. package/lib/plugin/Form/Checkboxes.js +66 -22
  710. package/lib/plugin/Form/CodeEditor.js +3 -1
  711. package/lib/plugin/Form/Combo.d.ts +4 -2
  712. package/lib/plugin/Form/Combo.js +78 -5
  713. package/lib/plugin/Form/ConditionBuilder.js +9 -4
  714. package/lib/plugin/Form/Control.js +5 -3
  715. package/lib/plugin/Form/DiffEditor.js +3 -1
  716. package/lib/plugin/Form/FieldSet.js +4 -2
  717. package/lib/plugin/Form/Form.d.ts +37 -8
  718. package/lib/plugin/Form/Form.js +633 -489
  719. package/lib/plugin/Form/Formula.js +3 -1
  720. package/lib/plugin/Form/Group.js +5 -3
  721. package/lib/plugin/Form/Hidden.js +3 -1
  722. package/lib/plugin/Form/InputArray.js +4 -2
  723. package/lib/plugin/Form/InputCity.d.ts +2 -0
  724. package/lib/plugin/Form/InputCity.js +56 -2
  725. package/lib/plugin/Form/InputColor.js +3 -1
  726. package/lib/plugin/Form/InputDate.js +29 -43
  727. package/lib/plugin/Form/InputDateRange.js +42 -31
  728. package/lib/plugin/Form/InputDateTime.js +3 -1
  729. package/lib/plugin/Form/InputDateTimeRange.js +3 -1
  730. package/lib/plugin/Form/InputEmail.js +3 -1
  731. package/lib/plugin/Form/InputExcel.js +3 -1
  732. package/lib/plugin/Form/InputFile.js +8 -2
  733. package/lib/plugin/Form/InputGroup.d.ts +1 -0
  734. package/lib/plugin/Form/InputGroup.js +3 -1
  735. package/lib/plugin/Form/InputImage.js +12 -6
  736. package/lib/plugin/Form/InputKV.js +3 -1
  737. package/lib/plugin/Form/InputMonth.js +3 -1
  738. package/lib/plugin/Form/InputMonthRange.js +3 -1
  739. package/lib/plugin/Form/InputNumber.d.ts +6 -1
  740. package/lib/plugin/Form/InputNumber.js +12 -1
  741. package/lib/plugin/Form/InputPassword.js +3 -1
  742. package/lib/plugin/Form/InputQuarter.js +3 -1
  743. package/lib/plugin/Form/InputQuarterRange.js +3 -1
  744. package/lib/plugin/Form/InputRange.d.ts +21 -1
  745. package/lib/plugin/Form/InputRange.js +50 -35
  746. package/lib/plugin/Form/InputRating.d.ts +6 -0
  747. package/lib/plugin/Form/InputRating.js +12 -1
  748. package/lib/plugin/Form/InputRepeat.js +3 -1
  749. package/lib/plugin/Form/InputRichText.js +3 -1
  750. package/lib/plugin/Form/InputSubForm.js +5 -3
  751. package/lib/plugin/Form/InputTable.d.ts +4 -3
  752. package/lib/plugin/Form/InputTable.js +82 -61
  753. package/lib/plugin/Form/InputTag.d.ts +6 -1
  754. package/lib/plugin/Form/InputTag.js +54 -4
  755. package/lib/plugin/Form/InputText.d.ts +2 -0
  756. package/lib/plugin/Form/InputText.js +51 -1
  757. package/lib/plugin/Form/InputTime.js +3 -1
  758. package/lib/plugin/Form/InputTimeRange.js +3 -1
  759. package/lib/plugin/Form/InputTree.d.ts +2 -1
  760. package/lib/plugin/Form/InputTree.js +98 -35
  761. package/lib/plugin/Form/InputURL.js +3 -1
  762. package/lib/plugin/Form/InputYear.js +3 -1
  763. package/lib/plugin/Form/InputYearRange.js +3 -1
  764. package/lib/plugin/Form/Item.js +20 -15
  765. package/lib/plugin/Form/ListSelect.d.ts +2 -0
  766. package/lib/plugin/Form/ListSelect.js +52 -2
  767. package/lib/plugin/Form/LocationPicker.d.ts +28 -0
  768. package/lib/plugin/Form/LocationPicker.js +34 -1
  769. package/lib/plugin/Form/MatrixCheckboxes.d.ts +1 -2
  770. package/lib/plugin/Form/MatrixCheckboxes.js +32 -6
  771. package/lib/plugin/Form/NestedSelect.d.ts +2 -1
  772. package/lib/plugin/Form/NestedSelect.js +52 -2
  773. package/lib/plugin/Form/Picker.d.ts +2 -1
  774. package/lib/plugin/Form/Picker.js +51 -3
  775. package/lib/plugin/Form/Radios.d.ts +2 -0
  776. package/lib/plugin/Form/Radios.js +33 -2
  777. package/lib/plugin/Form/Select.d.ts +9 -7
  778. package/lib/plugin/Form/Select.js +68 -51
  779. package/lib/plugin/Form/Static.js +5 -3
  780. package/lib/plugin/Form/Switch.d.ts +6 -1
  781. package/lib/plugin/Form/Switch.js +13 -1
  782. package/lib/plugin/Form/TabsTransfer.d.ts +4 -3
  783. package/lib/plugin/Form/TabsTransfer.js +80 -27
  784. package/lib/plugin/Form/Textarea.js +3 -1
  785. package/lib/plugin/Form/Transfer.d.ts +2 -0
  786. package/lib/plugin/Form/Transfer.js +46 -5
  787. package/lib/plugin/Form/TreeSelect.d.ts +2 -1
  788. package/lib/plugin/Form/TreeSelect.js +86 -30
  789. package/lib/plugin/Form/UUID.js +3 -1
  790. package/lib/plugin/Grid.js +13 -8
  791. package/lib/plugin/HBox.js +10 -8
  792. package/lib/plugin/IFrame.js +3 -1
  793. package/lib/plugin/Icon.js +5 -3
  794. package/lib/plugin/Image.js +54 -31
  795. package/lib/plugin/Images.js +22 -10
  796. package/lib/plugin/Json.js +3 -1
  797. package/lib/plugin/Layout/FlexPluginBase.js +18 -16
  798. package/lib/plugin/Layout/Layout_fixed.js +3 -1
  799. package/lib/plugin/Layout/Layout_free_container.js +3 -1
  800. package/lib/plugin/Layout/Layout_sorption_container.js +3 -1
  801. package/lib/plugin/Link.js +17 -5
  802. package/lib/plugin/List.d.ts +5 -0
  803. package/lib/plugin/List.js +58 -21
  804. package/lib/plugin/List2.d.ts +545 -0
  805. package/lib/plugin/List2.js +388 -0
  806. package/lib/plugin/ListItem.js +4 -2
  807. package/lib/plugin/Log.js +6 -4
  808. package/lib/plugin/Mapping.js +3 -1
  809. package/lib/plugin/Markdown.js +3 -1
  810. package/lib/plugin/Nav.d.ts +2 -0
  811. package/lib/plugin/Nav.js +7 -3
  812. package/lib/plugin/OfficeViewer.js +3 -1
  813. package/lib/plugin/Operation.js +4 -3
  814. package/lib/plugin/Others/Action.js +7 -5
  815. package/lib/plugin/Others/TableCell.js +5 -3
  816. package/lib/plugin/Page.d.ts +1 -1
  817. package/lib/plugin/Page.js +65 -23
  818. package/lib/plugin/Pagination.d.ts +0 -1
  819. package/lib/plugin/Pagination.js +38 -18
  820. package/lib/plugin/Panel.js +4 -2
  821. package/lib/plugin/Plain.js +3 -1
  822. package/lib/plugin/Progress.js +37 -10
  823. package/lib/plugin/Property.js +3 -1
  824. package/lib/plugin/QRCode.js +3 -1
  825. package/lib/plugin/Reset.js +3 -1
  826. package/lib/plugin/SearchBox.d.ts +3 -1
  827. package/lib/plugin/SearchBox.js +14 -1
  828. package/lib/plugin/Service.d.ts +20 -13
  829. package/lib/plugin/Service.js +201 -92
  830. package/lib/plugin/Sparkline.d.ts +2 -1
  831. package/lib/plugin/Sparkline.js +31 -8
  832. package/lib/plugin/Status.js +3 -1
  833. package/lib/plugin/Steps.js +3 -1
  834. package/lib/plugin/Submit.js +3 -1
  835. package/lib/plugin/Table.d.ts +10 -1
  836. package/lib/plugin/Table.js +159 -106
  837. package/lib/plugin/Table2.d.ts +24 -10
  838. package/lib/plugin/Table2.js +672 -418
  839. package/lib/plugin/TableCell2.d.ts +14 -2
  840. package/lib/plugin/TableCell2.js +509 -362
  841. package/lib/plugin/TableView.d.ts +2 -1
  842. package/lib/plugin/TableView.js +3 -1
  843. package/lib/plugin/Tabs.d.ts +2 -1
  844. package/lib/plugin/Tabs.js +6 -4
  845. package/lib/plugin/Tag.js +10 -2
  846. package/lib/plugin/Tasks.js +3 -1
  847. package/lib/plugin/Time.js +3 -1
  848. package/lib/plugin/Timeline.d.ts +2 -1
  849. package/lib/plugin/Timeline.js +76 -3
  850. package/lib/plugin/TooltipWrapper.js +12 -9
  851. package/lib/plugin/Tpl.js +21 -3
  852. package/lib/plugin/Video.js +3 -1
  853. package/lib/plugin/WebComponent.js +3 -1
  854. package/lib/plugin/Wizard.js +7 -5
  855. package/lib/plugin/Wrapper.js +10 -8
  856. package/lib/plugin/index.d.ts +144 -0
  857. package/lib/renderer/APIAdaptorControl.d.ts +16 -2
  858. package/lib/renderer/APIAdaptorControl.js +34 -46
  859. package/lib/renderer/APIControl.d.ts +4 -4
  860. package/lib/renderer/APIControl.js +13 -3
  861. package/lib/renderer/ActionApiControl.d.ts +9 -3
  862. package/lib/renderer/BadgeControl.d.ts +9 -9
  863. package/lib/renderer/BadgeControl.js +8 -3
  864. package/lib/renderer/ButtonGroupControl.d.ts +1 -1
  865. package/lib/renderer/ButtonGroupControl.js +3 -1
  866. package/lib/renderer/ColumnControl.d.ts +1 -1
  867. package/lib/renderer/DataBindingControl.d.ts +3 -3
  868. package/lib/renderer/DataBindingControl.js +13 -6
  869. package/lib/renderer/DataMappingControl.js +3 -1
  870. package/lib/renderer/DataPickerControl.d.ts +1 -1
  871. package/lib/renderer/DataPickerControl.js +3 -1
  872. package/lib/renderer/DateShortCutControl.d.ts +3 -2
  873. package/lib/renderer/DateShortCutControl.js +10 -6
  874. package/lib/renderer/ExpressionFormulaControl.d.ts +1 -1
  875. package/lib/renderer/ExpressionFormulaControl.js +4 -2
  876. package/lib/renderer/FeatureControl.d.ts +18 -5
  877. package/lib/renderer/FeatureControl.js +81 -16
  878. package/lib/renderer/FieldSetting.d.ts +66 -0
  879. package/lib/renderer/FieldSetting.js +503 -0
  880. package/lib/renderer/FlexSettingControl.d.ts +1 -1
  881. package/lib/renderer/FlexSettingControl.js +4 -2
  882. package/lib/renderer/FormulaControl.d.ts +8 -3
  883. package/lib/renderer/FormulaControl.js +23 -6
  884. package/lib/renderer/FunctionEditorControl.d.ts +79 -0
  885. package/lib/renderer/FunctionEditorControl.js +115 -0
  886. package/lib/renderer/GoConfigControl.d.ts +1 -1
  887. package/lib/renderer/GoConfigControl.js +4 -2
  888. package/lib/renderer/InputRangeValueControl.d.ts +15 -0
  889. package/lib/renderer/InputRangeValueControl.js +127 -0
  890. package/lib/renderer/MapSourceControl.d.ts +3 -3
  891. package/lib/renderer/MapSourceControl.js +4 -2
  892. package/lib/renderer/NavBadgeControl.d.ts +7 -7
  893. package/lib/renderer/NavBadgeControl.js +3 -1
  894. package/lib/renderer/NavDefaultActive.js +3 -1
  895. package/lib/renderer/NavSourceControl.d.ts +53 -35
  896. package/lib/renderer/NavSourceControl.js +600 -227
  897. package/lib/renderer/OptionControl.d.ts +5 -3
  898. package/lib/renderer/OptionControl.js +37 -25
  899. package/lib/renderer/RangePartsControl.d.ts +5 -5
  900. package/lib/renderer/RangePartsControl.js +6 -4
  901. package/lib/renderer/StatusControl.d.ts +2 -2
  902. package/lib/renderer/StatusControl.js +19 -3
  903. package/lib/renderer/SwitchMoreControl.d.ts +12 -5
  904. package/lib/renderer/SwitchMoreControl.js +26 -9
  905. package/lib/renderer/TableColumnWidthControl.d.ts +29 -0
  906. package/lib/renderer/TableColumnWidthControl.js +186 -0
  907. package/lib/renderer/TimelineItemControl.d.ts +6 -6
  908. package/lib/renderer/TimelineItemControl.js +26 -7
  909. package/lib/renderer/TplFormulaControl.d.ts +1 -1
  910. package/lib/renderer/TplFormulaControl.js +3 -1
  911. package/lib/renderer/TransferTableControl.d.ts +3 -3
  912. package/lib/renderer/TransferTableControl.js +4 -2
  913. package/lib/renderer/TreeOptionControl.d.ts +4 -4
  914. package/lib/renderer/TreeOptionControl.js +15 -13
  915. package/lib/renderer/ValidationControl.d.ts +4 -4
  916. package/lib/renderer/ValidationControl.js +4 -2
  917. package/lib/renderer/ValidationItem.d.ts +3 -3
  918. package/lib/renderer/ValidationItem.js +3 -1
  919. package/lib/renderer/crud2-control/AddColumnModal.d.ts +6 -0
  920. package/lib/renderer/crud2-control/AddColumnModal.js +265 -0
  921. package/lib/renderer/crud2-control/CRUDColumnControl.d.ts +68 -0
  922. package/lib/renderer/crud2-control/CRUDColumnControl.js +482 -0
  923. package/lib/renderer/crud2-control/CRUDFiltersControl.d.ts +53 -0
  924. package/lib/renderer/crud2-control/CRUDFiltersControl.js +701 -0
  925. package/lib/renderer/crud2-control/CRUDToolbarControl.d.ts +49 -0
  926. package/lib/renderer/crud2-control/CRUDToolbarControl.js +426 -0
  927. package/lib/renderer/event-control/action-config-dialog.d.ts +1 -1
  928. package/lib/renderer/event-control/action-config-dialog.js +29 -3
  929. package/lib/renderer/event-control/action-config-panel.js +3 -1
  930. package/lib/renderer/event-control/comp-action-select.d.ts +1 -1
  931. package/lib/renderer/event-control/comp-action-select.js +3 -1
  932. package/lib/renderer/event-control/helper.d.ts +2 -1
  933. package/lib/renderer/event-control/helper.js +305 -204
  934. package/lib/renderer/event-control/index.d.ts +28 -19
  935. package/lib/renderer/event-control/index.js +115 -22
  936. package/lib/renderer/style-control/Background.d.ts +1 -1
  937. package/lib/renderer/style-control/Background.js +3 -1
  938. package/lib/renderer/style-control/Border.d.ts +2 -2
  939. package/lib/renderer/style-control/Border.js +10 -8
  940. package/lib/renderer/style-control/BoxModel.d.ts +2 -2
  941. package/lib/renderer/style-control/BoxModel.js +3 -1
  942. package/lib/renderer/style-control/BoxShadow.d.ts +2 -2
  943. package/lib/renderer/style-control/BoxShadow.js +3 -1
  944. package/lib/renderer/style-control/Display.d.ts +1 -1
  945. package/lib/renderer/style-control/Display.js +3 -1
  946. package/lib/renderer/style-control/Font.d.ts +1 -1
  947. package/lib/renderer/style-control/Font.js +3 -1
  948. package/lib/renderer/style-control/InsetBoxModel.d.ts +2 -2
  949. package/lib/renderer/style-control/InsetBoxModel.js +3 -1
  950. package/lib/renderer/style-control/ThemeCssCode.d.ts +1 -1
  951. package/lib/renderer/style-control/ThemeCssCode.js +136 -282
  952. package/lib/renderer/style-control/font-family.js +3 -1
  953. package/lib/renderer/style-control/helper.js +3 -1
  954. package/lib/renderer/style-control/transformation.js +3 -1
  955. package/lib/renderer/textarea-formula/FormulaPicker.js +5 -3
  956. package/lib/renderer/textarea-formula/TextareaFormulaControl.d.ts +3 -1
  957. package/lib/renderer/textarea-formula/TextareaFormulaControl.js +76 -7
  958. package/lib/renderer/textarea-formula/plugin.js +5 -3
  959. package/lib/tpl/api.js +19 -13
  960. package/lib/tpl/common.js +63 -18
  961. package/lib/tpl/horizontal.js +9 -3
  962. package/lib/tpl/layout.js +17 -10
  963. package/lib/tpl/options.d.ts +10 -1
  964. package/lib/tpl/options.js +251 -10
  965. package/lib/tpl/remark.js +3 -1
  966. package/lib/tpl/style.js +99 -60
  967. package/lib/tpl/validations.js +3 -1
  968. package/lib/util.d.ts +14 -0
  969. package/lib/util.js +39 -1
  970. package/lib/validator.js +7 -5
  971. package/package.json +2 -1
  972. package/esm/plugin/CRUD2.d.ts +0 -78
  973. package/esm/plugin/CRUD2.js +0 -1553
  974. package/esm/renderer/style-control/themeLanguage.d.ts +0 -1
  975. package/esm/renderer/style-control/themeLanguage.js +0 -1894
  976. package/lib/plugin/CRUD2.d.ts +0 -78
  977. package/lib/plugin/CRUD2.js +0 -1565
  978. package/lib/renderer/style-control/themeLanguage.d.ts +0 -1
  979. package/lib/renderer/style-control/themeLanguage.js +0 -1898
@@ -1,14 +1,16 @@
1
1
  /**
2
- * amis-editor v5.5.0
2
+ * amis-editor v5.5.2-beta.2
3
+ * build time: 2023-09-28
3
4
  * Copyright 2018-2023 @fex
4
5
  */
5
6
 
6
- import { __extends, __assign, __spreadArray, __read } from 'tslib';
7
- import { Button, Icon } from 'amis';
7
+ import { __extends, __assign } from 'tslib';
8
8
  import React__default from 'react';
9
- import { getVariable } from 'amis-core';
10
- import { tipedLabel, getSchemaTpl, defaultValue, BasePlugin, registerEditorPlugin } from 'amis-editor-core';
11
- import { fromPairs } from 'lodash';
9
+ import get from 'lodash/get';
10
+ import flattenDeep from 'lodash/flattenDeep';
11
+ import { Button, Icon } from 'amis';
12
+ import { getVariable, isObject } from 'amis-core';
13
+ import { getSchemaTpl, tipedLabel, defaultValue, BasePlugin, registerEditorPlugin } from 'amis-editor-core';
12
14
  import { remarkTpl } from '../component/BaseControl.js';
13
15
  import { i18n } from 'i18n-runtime';
14
16
 
@@ -16,170 +18,81 @@ var TableCell2Plugin = /** @class */function (_super) {
16
18
  __extends(TableCell2Plugin, _super);
17
19
  function TableCell2Plugin() {
18
20
  var _this = _super !== null && _super.apply(this, arguments) || this;
21
+ _this.rendererName = 'cell-field';
19
22
  _this.panelTitle = i18n("dc7558211f2990370954c2e7ca498ee9");
20
23
  _this.panelIcon = 'fa fa-columns';
21
- return _this;
22
- }
23
- TableCell2Plugin.prototype.afterBuildPanelBody = function (event) {
24
- var _this = this;
25
- var _a, _b, _c;
26
- var _d = event.context,
27
- context = _d.context,
28
- data = _d.data;
29
- 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') {
30
- return;
31
- }
32
- // @ts-ignore
33
- var base = [context.node.info.plugin.withDataSource === false ? false : {
34
- sameName: context.info.renderer.isFormItem ? 'name' : undefined,
35
- name: 'name',
36
- type: 'ae-DataBindingControl',
37
- label: i18n("4ca07911d10b74cc7c357b510e7cc948"),
38
- onBindingChange: function (field, onBulkChange) {
39
- var _a;
40
- var schema = ((_a = field === null || field === void 0 ? void 0 : field.resolveColumnSchema) === null || _a === void 0 ? void 0 : _a.call(field, 'List')) || {
41
- title: field.label
42
- };
43
- onBulkChange(schema);
44
- }
45
- }, {
46
- sameName: context.info.renderer.isFormItem ? 'label' : undefined,
47
- name: 'title',
48
- label: i18n("eb2719a7e6cebda7ca234560f21fb448"),
49
- type: 'input-text'
50
- }, remarkTpl({
51
- name: 'remark',
52
- label: i18n("3ba265c6b63bde0319822afd6b9a649d"),
53
- labelRemark: i18n("7ad83bbe4646a0011ece7fd338d1e189")
54
- }), {
55
- name: 'placeholder',
56
- type: 'input-text',
57
- label: tipedLabel(i18n("940b12c19fcf7aced0cdd164edc9acbc"), i18n("f35c90b504521a2da346960b9db23828")),
58
- value: '-'
59
- }].filter(Boolean);
60
- var advanced = [getSchemaTpl('switch', {
61
- name: 'sorter',
62
- label: tipedLabel(i18n("b4521626a48dcb61001fc563d2433ed3"), i18n("ac83dbca40c9d2151b5f7d81795535cc"))
63
- }), getSchemaTpl('switch', {
64
- name: 'searchable',
65
- label: i18n("af9cbd3988196fc104af4fed9461e152"),
66
- pipeIn: function (value) {
67
- return !!value;
68
- }
69
- }), {
70
- visibleOn: 'data.searchable',
71
- name: 'searchable',
72
- asFormItem: true,
73
- label: false,
74
- children: function (_a) {
75
- var value = _a.value,
76
- onChange = _a.onChange,
77
- data = _a.data;
78
- if (value === true) {
79
- value = {};
80
- } else if (typeof value === 'undefined') {
81
- value = getVariable(data, 'searchable');
82
- }
83
- var originMode = value.mode;
84
- value = __assign(__assign({}, value), {
85
- type: 'form',
86
- mode: 'normal',
87
- wrapWithPanel: false,
88
- body: [{
89
- type: 'input-text',
90
- name: data.key
91
- }]
24
+ _this.panelJustify = true;
25
+ _this._dynamicControls = {
26
+ /** 字段配置 */
27
+ name: function () {
28
+ return getSchemaTpl('formItemName', {
29
+ name: 'name',
30
+ label: i18n("4ca07911d10b74cc7c357b510e7cc948"),
31
+ visibleOn: 'data.name !== undefined || data.key === undefined'
92
32
  });
93
- delete value.mode;
94
- // todo 多个快速编辑表单模式看来只能代码模式编辑了。
95
- return React__default.createElement(Button, {
96
- className: "w-full flex flex-col items-center",
97
- onClick: function () {
98
- _this.manager.openSubEditor({
99
- title: i18n("34dceb7c51000849ea3596fbaab6f67c"),
100
- value: value,
101
- onChange: function (value) {
102
- return onChange(__assign(__assign({}, value), {
103
- mode: originMode
104
- }), 'searchable');
105
- }
106
- });
107
- }
108
- }, React__default.createElement("span", {
109
- className: "inline-flex items-center"
110
- }, React__default.createElement(Icon, {
111
- icon: "edit",
112
- className: "mr-1 w-3"
113
- }), "\u914D\u7F6E\u5217\u641C\u7D22\u7C7B\u578B"));
114
- }
115
- }, {
116
- name: 'quickEdit',
117
- label: tipedLabel(i18n("9a899d9ab83d8ffa6308fb31e93f23a1"), i18n("9306b956ca5950203ee49a2680cac63d")),
118
- type: 'ae-switch-more',
119
- mode: 'normal',
120
- formType: 'extend',
121
- bulk: true,
122
- defaultData: {
123
- mode: 'popOver'
124
33
  },
125
- form: {
126
- body: [{
127
- name: 'quickEdit.mode',
128
- type: 'button-group-select',
129
- label: i18n("f0789e79d48f135e5d870753f7a85d05"),
130
- value: 'popOver',
131
- options: [{
132
- label: i18n("78f395c15aaf8c92d9223f6ca69b41a4"),
133
- value: 'popOver'
134
- }, {
135
- label: i18n("c6e1b91d329a61b691d0d5d2eb343ddd"),
136
- value: 'inline'
137
- }]
138
- }, getSchemaTpl('switch', {
139
- name: 'quickEdit.saveImmediately',
140
- label: tipedLabel(i18n("4562be5a3f9823a5f61b25f8d14b2b43"), i18n("c115f372bcdced1e70824bcbf42b5923")),
34
+ /** 字段配置,兼容key */
35
+ key: function () {
36
+ return getSchemaTpl('formItemName', {
37
+ name: 'key',
38
+ label: i18n("4ca07911d10b74cc7c357b510e7cc948"),
39
+ visibleOn: 'data.name === undefined && data.key'
40
+ });
41
+ },
42
+ /** 排序配置 */
43
+ sorter: function () {
44
+ return getSchemaTpl('switch', {
45
+ name: 'sorter',
46
+ hidden: _this._isOpColumn,
47
+ label: tipedLabel(i18n("b4521626a48dcb61001fc563d2433ed3"), i18n("ac83dbca40c9d2151b5f7d81795535cc"))
48
+ });
49
+ },
50
+ /** 可搜索 */
51
+ searchable: function () {
52
+ return [getSchemaTpl('switch', {
53
+ name: 'searchable',
54
+ label: i18n("af9cbd3988196fc104af4fed9461e152"),
55
+ hidden: _this._isOpColumn,
141
56
  pipeIn: function (value) {
142
57
  return !!value;
143
58
  }
144
59
  }), {
145
- name: 'quickEdit',
60
+ name: 'searchable',
61
+ visibleOn: 'data.searchable',
146
62
  asFormItem: true,
147
63
  label: false,
148
64
  children: function (_a) {
65
+ var _b;
149
66
  var value = _a.value,
150
- onBulkChange = _a.onBulkChange,
151
- name = _a.name,
67
+ onChange = _a.onChange,
152
68
  data = _a.data;
153
69
  if (value === true) {
154
70
  value = {};
155
71
  } else if (typeof value === 'undefined') {
156
- value = getVariable(data, 'quickEdit');
72
+ value = getVariable(data, 'searchable');
157
73
  }
158
- var originMode = (value === null || value === void 0 ? void 0 : value.mode) || 'popOver';
74
+ var originMode = value.mode;
159
75
  value = __assign(__assign({}, value), {
160
76
  type: 'form',
161
77
  mode: 'normal',
162
78
  wrapWithPanel: false,
163
- body: [{
79
+ body: ((_b = value === null || value === void 0 ? void 0 : value.body) === null || _b === void 0 ? void 0 : _b.length) ? value.body : [{
164
80
  type: 'input-text',
165
81
  name: data.key
166
82
  }]
167
83
  });
168
- if (value.mode) {
169
- delete value.mode;
170
- }
84
+ delete value.mode;
171
85
  // todo 多个快速编辑表单模式看来只能代码模式编辑了。
172
86
  return React__default.createElement(Button, {
173
87
  className: "w-full flex flex-col items-center",
174
88
  onClick: function () {
175
89
  _this.manager.openSubEditor({
176
- title: i18n("c3ed36e4abb96c18a6c83350994cdea7"),
90
+ title: i18n("34dceb7c51000849ea3596fbaab6f67c"),
177
91
  value: value,
178
92
  onChange: function (value) {
179
- var _a;
180
- return onBulkChange((_a = {}, _a[name] = __assign(__assign({}, value), {
93
+ return onChange(__assign(__assign({}, value), {
181
94
  mode: originMode
182
- }), _a));
95
+ }), 'searchable');
183
96
  }
184
97
  });
185
98
  }
@@ -188,245 +101,379 @@ var TableCell2Plugin = /** @class */function (_super) {
188
101
  }, React__default.createElement(Icon, {
189
102
  icon: "edit",
190
103
  className: "mr-1 w-3"
191
- }), "\u914D\u7F6E\u7F16\u8F91\u8868\u5355"));
104
+ }), i18n("34dceb7c51000849ea3596fbaab6f67c")));
192
105
  }
193
- }]
194
- }
195
- }, {
196
- name: 'popOver',
197
- label: i18n("90ef7c485bd31fab681c6e9d9afd5be8"),
198
- type: 'ae-switch-more',
199
- mode: 'normal',
200
- formType: 'extend',
201
- bulk: true,
202
- form: {
203
- body: [{
204
- name: 'popOver.mode',
205
- label: i18n("f0789e79d48f135e5d870753f7a85d05"),
206
- type: 'button-group-select',
207
- pipeIn: defaultValue('popOver'),
208
- options: [{
209
- label: i18n("71c0319fce9f416330b18e554e0acc55"),
210
- value: 'popOver'
211
- }, {
212
- label: i18n("ab3aec075a09d055b2a28c8b61925ee0"),
213
- value: 'dialog'
214
- }, {
215
- label: i18n("2a2924380dfcaea998bd8a49703545a9"),
216
- value: 'drawer'
217
- }]
218
- }, {
219
- name: 'popOver.position',
220
- label: i18n("64035b04a21bc337a351b5a2a5d12acb"),
221
- type: 'select',
222
- visibleOn: 'data.popOver.mode === "popOver"',
223
- pipeIn: defaultValue('center'),
224
- options: [{
225
- label: i18n("68b54e7b408c4fb83561c931aa668eae"),
226
- value: 'center'
227
- }, {
228
- label: i18n("e18459c93769a5afec01e1ce60f9b9fd"),
229
- value: 'left-top'
230
- }, {
231
- label: i18n("1fc3cdd8437f5057774cde2f2c51f97c"),
232
- value: 'right-top'
233
- }, {
234
- label: i18n("63dd9faca92bccfd436ff21a6b4b3151"),
235
- value: 'left-bottom'
236
- }, {
237
- label: i18n("d01c239688b9c8fc145191ee642dc080"),
238
- value: 'right-bottom'
239
- }, {
240
- label: i18n("8fcf9802436282672a8e28ebd6262390"),
241
- value: 'fixed-left-top'
242
- }, {
243
- label: i18n("aed25160b4e8cfc613a743c4549e9222"),
244
- value: 'fixed-right-top'
245
- }, {
246
- label: i18n("d4a4ab1916187e09b9c037705fd49ffa"),
247
- value: 'fixed-left-bottom'
248
- }, {
249
- label: i18n("921fccbb84c829bf8c6f0b9957029f44"),
250
- value: 'fixed-right-bottom'
251
- }]
252
- }, {
106
+ }];
107
+ },
108
+ /** 快速查看 */
109
+ popover: function () {
110
+ return {
253
111
  name: 'popOver',
254
- asFormItem: true,
255
- label: false,
256
- children: function (_a) {
257
- var value = _a.value,
258
- onBulkChange = _a.onBulkChange,
259
- name = _a.name;
260
- value = __assign({
261
- type: 'panel',
262
- title: i18n("5b48dbb8dc710cffe6313bb56a7f6d47"),
263
- body: i18n("1d53f83df1d889a70131b7a93c819575")
264
- }, value);
265
- return React__default.createElement(Button, {
266
- className: "w-full flex flex-col items-center",
267
- onClick: function () {
268
- _this.manager.openSubEditor({
269
- title: i18n("8dda45360dcf9ca501fd7d0eb53045b5"),
270
- value: value,
271
- onChange: function (value) {
272
- var _a;
273
- return onBulkChange((_a = {}, _a[name] = value, _a));
112
+ label: i18n("a193a0f0b38ea06f46b1d3051c433cf5"),
113
+ type: 'ae-switch-more',
114
+ hidden: _this._isOpColumn,
115
+ mode: 'normal',
116
+ formType: 'extend',
117
+ bulk: true,
118
+ defaultData: {
119
+ popOver: {
120
+ mode: 'popOver'
121
+ }
122
+ },
123
+ trueValue: {
124
+ mode: 'popOver',
125
+ body: [{
126
+ type: 'tpl',
127
+ tpl: i18n("3c87936b95f844aa21605c75d217c8f9")
128
+ }]
129
+ },
130
+ isChecked: function (e) {
131
+ var data = e.data,
132
+ name = e.name;
133
+ return get(data, name);
134
+ },
135
+ form: {
136
+ body: [{
137
+ name: 'popOver.mode',
138
+ type: 'button-group-select',
139
+ label: i18n("f0789e79d48f135e5d870753f7a85d05"),
140
+ value: 'popOver',
141
+ options: [{
142
+ label: i18n("02d9819ddaaaeb1b7b22b12608c7e5ca"),
143
+ value: 'popOver'
144
+ }, {
145
+ label: i18n("6cff4b6d794cc17f5d24dbe0d21e5732"),
146
+ value: 'dialog'
147
+ }, {
148
+ label: i18n("2a2924380dfcaea998bd8a49703545a9"),
149
+ value: 'drawer'
150
+ }]
151
+ }, getSchemaTpl('formItemSize', {
152
+ name: 'popOver.size',
153
+ clearValueOnHidden: true,
154
+ visibleOn: 'popOver.mode !== "popOver"'
155
+ }), {
156
+ type: 'select',
157
+ name: 'popOver.position',
158
+ label: i18n("59b9e2022323a63079c6ddab63fec112"),
159
+ visibleOn: 'popOver.mode === "popOver"',
160
+ options: ['center', 'left-top', 'right-top', 'left-bottom', 'right-bottom'],
161
+ clearValueOnHidden: true
162
+ }, {
163
+ name: 'popOver.trigger',
164
+ type: 'button-group-select',
165
+ label: i18n("159dbc2fafd57b9d3652f16659b1b519"),
166
+ options: [{
167
+ label: i18n("4363c17ebb346b646af55bd8c8075915"),
168
+ value: 'click'
169
+ }, {
170
+ label: i18n("f6d767f39ba3bf955077a3c0ce81e581"),
171
+ value: 'hover'
172
+ }],
173
+ pipeIn: defaultValue('click')
174
+ }, getSchemaTpl('switch', {
175
+ name: 'popOver.showIcon',
176
+ label: i18n("731f9b470e0948cbf56341a53c423213"),
177
+ value: true
178
+ }), {
179
+ type: 'input-text',
180
+ name: 'popOver.title',
181
+ label: i18n("32c65d8d7431e76029678ec7bb73a5ab")
182
+ }, {
183
+ name: 'popOver.body',
184
+ asFormItem: true,
185
+ label: false,
186
+ children: function (_a) {
187
+ var value = _a.value;
188
+ _a.onBulkChange;
189
+ var onChange = _a.onChange;
190
+ _a.name;
191
+ _a.data;
192
+ value = {
193
+ body: value && value.body ? value.body : [{
194
+ type: 'tpl',
195
+ tpl: i18n("3c87936b95f844aa21605c75d217c8f9")
196
+ }]
197
+ };
198
+ return React__default.createElement(Button, {
199
+ className: "w-full flex flex-col items-center",
200
+ onClick: function () {
201
+ _this.manager.openSubEditor({
202
+ title: i18n("a0f14a16feaece37026df27feb9070a1"),
203
+ value: value,
204
+ onChange: function (value) {
205
+ onChange(value ? Array.isArray(value) ? value : (value === null || value === void 0 ? void 0 : value.body) ? value.body : [] : []);
206
+ }
207
+ });
274
208
  }
275
- });
209
+ }, React__default.createElement("span", {
210
+ className: "inline-flex items-center"
211
+ }, React__default.createElement(Icon, {
212
+ icon: "edit",
213
+ className: "mr-1 w-3"
214
+ }), i18n("a0f14a16feaece37026df27feb9070a1")));
276
215
  }
277
- }, React__default.createElement("span", {
278
- className: "inline-flex items-center"
279
- }, React__default.createElement(Icon, {
280
- icon: "edit",
281
- className: "mr-1 w-3"
282
- }), "\u914D\u7F6E\u5185\u5BB9"));
216
+ }]
283
217
  }
284
- }]
285
- }
286
- }, {
287
- name: 'copyable',
288
- label: tipedLabel(i18n("6a086902a84969a835423002718e86b4"), i18n("622e14515c4fd5ca6fe6946e3a1bfb4a")),
289
- type: 'ae-switch-more',
290
- mode: 'normal',
291
- formType: 'extend',
292
- bulk: true,
293
- defaultData: {},
294
- form: {
295
- body: [{
296
- name: 'copyable.content',
297
- type: 'textarea',
298
- placehoder: i18n("ca60c525372028b9f75ee4c708cccae1"),
299
- label: i18n("ac04259507be8ba6b891dc9dc208f491")
300
- }]
301
- }
302
- }, getSchemaTpl('formulaControl', {
303
- name: 'rowSpanExpr',
304
- label: i18n("c9f7324519225bc72fce24a09518a8a8")
305
- }), getSchemaTpl('formulaControl', {
306
- name: 'colSpanExpr',
307
- label: i18n("9af45e91a08b54764610ada28272d590")
308
- })];
309
- var baseStyle = [getSchemaTpl('withUnit', {
310
- name: 'width',
311
- label: tipedLabel(i18n("bdd9d38d7e2929024089363dc8f48b7a"), i18n("b198805e7a6b35830ba813f51db2fdc4")),
312
- control: {
313
- name: 'width',
314
- type: 'input-number'
315
- },
316
- unit: 'px'
317
- }), {
318
- name: 'fixed',
319
- type: 'button-group-select',
320
- label: i18n("65f7e01d58cb5065f49e0e8f48cc16be"),
321
- pipeIn: defaultValue(''),
322
- pipeOut: function (value) {
323
- if (!value) {
324
- return undefined;
325
- }
326
- return value;
327
- },
328
- options: [{
329
- value: '',
330
- label: i18n("9ed8a4c5d1b3726121175dc986268b0c")
331
- }, {
332
- value: 'left',
333
- label: i18n("39a2cb79c6d9762783e20522ea86dcff")
334
- }, {
335
- value: 'right',
336
- label: i18n("de2a774bf98944b8f0ec8755d5f59d64")
337
- }]
338
- }, getSchemaTpl('switch', {
339
- name: 'toggled',
340
- label: i18n("ad96280bb24a38f9a83051b16ebc9688"),
341
- pipeIn: defaultValue(true)
342
- }), getSchemaTpl('switch', {
343
- name: 'className',
344
- label: i18n("eb58b078f2f8560160ebf87bc7109de9"),
345
- pipeIn: function (value) {
346
- return typeof value === 'string' && /\word\-break\b/.test(value);
218
+ };
347
219
  },
348
- pipeOut: function (value, originValue) {
349
- return (value ? 'word-break ' : '') + (originValue || '').replace(/\bword\-break\b/g, '').trim();
350
- }
351
- })];
352
- // 之前的面板,不是新的组件面板,需要添加新的tab,不能合并
353
- if (Array.isArray(data)) {
354
- if (data[0].type === 'tabs') {
355
- var body = data[0];
356
- body.tabs.forEach(function (tab) {
357
- var _a, _b;
358
- if (tab.title === i18n("22b777e6fcb613b8ba83ced9594cd07e")) {
359
- (_a = tab.body).unshift.apply(_a, __spreadArray([], __read(base.concat(advanced)), false));
360
- }
361
- if (tab.title === i18n("afcde2611bdd13c1e65b4fb6a2f13425")) {
362
- (_b = tab.body).unshift.apply(_b, __spreadArray([], __read(baseStyle), false));
363
- }
364
- });
365
- } else {
366
- console.error(i18n("f1f4c88f30744f2365b65f1790c71da8"));
367
- }
368
- return;
369
- }
370
- (_c = data.tabs) === null || _c === void 0 ? void 0 : _c.forEach(function (tab) {
371
- var _a, _b, _c, _d;
372
- if (tab.title === i18n("24d67862f87f439db7ca957aecb77cce")) {
373
- tab.body[0].body.forEach(function (collapse) {
374
- var _a;
375
- if (collapse.title === i18n("4092ed98e9035652d4c9ca9441701ed7")) {
376
- var appendItems_1 = fromPairs(base.map(function (item) {
377
- var _a;
378
- return [(_a = item.sameName) !== null && _a !== void 0 ? _a : item.name, item];
379
- }));
380
- var removeIndex_1 = [];
381
- collapse.body.forEach(function (item, index) {
382
- var key = item.name;
383
- // 重复意义的配置用现在的表达文案替换一下
384
- if (appendItems_1.hasOwnProperty(key)) {
385
- removeIndex_1.push(index);
386
- appendItems_1[key] = __assign(__assign({}, item), appendItems_1[key]);
387
- return;
220
+ /** 快速编辑 */
221
+ quickEdit: function () {
222
+ return {
223
+ name: 'quickEdit',
224
+ label: tipedLabel(i18n("9a899d9ab83d8ffa6308fb31e93f23a1"), i18n("9306b956ca5950203ee49a2680cac63d")),
225
+ type: 'ae-switch-more',
226
+ hidden: _this._isOpColumn,
227
+ mode: 'normal',
228
+ formType: 'extend',
229
+ bulk: true,
230
+ defaultData: {
231
+ quickEdit: {
232
+ mode: 'popOver'
233
+ }
234
+ },
235
+ trueValue: {
236
+ mode: 'popOver'
237
+ },
238
+ isChecked: function (e) {
239
+ var data = e.data,
240
+ name = e.name;
241
+ return get(data, name);
242
+ },
243
+ form: {
244
+ body: [{
245
+ name: 'quickEdit.mode',
246
+ type: 'button-group-select',
247
+ label: i18n("f0789e79d48f135e5d870753f7a85d05"),
248
+ value: 'popOver',
249
+ options: [{
250
+ label: i18n("78f395c15aaf8c92d9223f6ca69b41a4"),
251
+ value: 'popOver'
252
+ }, {
253
+ label: i18n("c6e1b91d329a61b691d0d5d2eb343ddd"),
254
+ value: 'inline'
255
+ }]
256
+ }, getSchemaTpl('switch', {
257
+ name: 'quickEdit.saveImmediately',
258
+ label: tipedLabel(i18n("4562be5a3f9823a5f61b25f8d14b2b43"), i18n("c115f372bcdced1e70824bcbf42b5923")),
259
+ pipeIn: function (value) {
260
+ return !!value;
388
261
  }
389
- if (item.name === 'labelRemark') {
390
- removeIndex_1.push(index);
262
+ }), getSchemaTpl('api', {
263
+ label: i18n("eccba4475f3144e417e55fd96e831e09"),
264
+ description: i18n("c8e5c062d5ad38e54413abd9c7cfb2f4"),
265
+ name: 'quickEdit.saveImmediately.api',
266
+ visibleOn: 'this.quickEdit && this.quickEdit.saveImmediately'
267
+ }), {
268
+ name: 'quickEdit',
269
+ asFormItem: true,
270
+ label: false,
271
+ children: function (_a) {
272
+ var _b;
273
+ var value = _a.value,
274
+ onBulkChange = _a.onBulkChange,
275
+ name = _a.name,
276
+ data = _a.data;
277
+ if (value === true) {
278
+ value = {};
279
+ } else if (typeof value === 'undefined') {
280
+ value = getVariable(data, 'quickEdit');
281
+ }
282
+ var originMode = (value === null || value === void 0 ? void 0 : value.mode) || 'popOver';
283
+ value = __assign(__assign({}, value), {
284
+ type: 'form',
285
+ mode: 'normal',
286
+ wrapWithPanel: false,
287
+ body: ((_b = value === null || value === void 0 ? void 0 : value.body) === null || _b === void 0 ? void 0 : _b.length) ? value.body : [{
288
+ type: 'input-text',
289
+ name: data.key
290
+ }]
291
+ });
292
+ if (value.mode) {
293
+ delete value.mode;
294
+ }
295
+ // todo 多个快速编辑表单模式看来只能代码模式编辑了。
296
+ return React__default.createElement(Button, {
297
+ className: "w-full flex flex-col items-center",
298
+ onClick: function () {
299
+ _this.manager.openSubEditor({
300
+ title: i18n("c3ed36e4abb96c18a6c83350994cdea7"),
301
+ value: value,
302
+ onChange: function (value) {
303
+ var _a;
304
+ return onBulkChange((_a = {}, _a[name] = __assign(__assign({}, value), {
305
+ mode: originMode
306
+ }), _a));
307
+ }
308
+ });
309
+ }
310
+ }, React__default.createElement("span", {
311
+ className: "inline-flex items-center"
312
+ }, React__default.createElement(Icon, {
313
+ icon: "edit",
314
+ className: "mr-1 w-3"
315
+ }), i18n("fba91204d335ae6eda35809023a94f7f")));
391
316
  }
392
- });
393
- removeIndex_1.reverse();
394
- removeIndex_1.forEach(function (index) {
395
- collapse.body.splice(index, 1);
396
- });
397
- (_a = collapse.body).unshift.apply(_a, __spreadArray([], __read(Object.values(appendItems_1)), false));
317
+ }]
398
318
  }
399
- });
400
- var moreCollapse = getSchemaTpl('collapseGroup', [{
401
- title: i18n("cb2f68c9c24e85d21e6b090b6e5657d8"),
402
- body: advanced
403
- }]);
404
- (_a = tab.body[0].body).splice.apply(_a, __spreadArray([1, 0], __read(moreCollapse.body), false));
405
- // 让折叠器默认都展开
406
- (_b = tab.body[0].activeKey).push.apply(_b, __spreadArray([], __read(moreCollapse.activeKey), false));
407
- }
408
- if (tab.title === i18n("afcde2611bdd13c1e65b4fb6a2f13425")) {
409
- var moreCollapse = getSchemaTpl('collapseGroup', [{
410
- title: i18n("cb2f68c9c24e85d21e6b090b6e5657d8"),
411
- body: baseStyle
412
- }]);
413
- (_c = tab.body[0].body).splice.apply(_c, __spreadArray([1, 0], __read(moreCollapse.body), false));
414
- // 让折叠器默认都展开
415
- (_d = tab.body[0].activeKey).push.apply(_d, __spreadArray([], __read(moreCollapse.activeKey), false));
319
+ };
416
320
  }
417
- });
418
- };
419
- // filterProps(props: any) {
420
- // props = JSONPipeOut(props, true);
421
- // return props;
422
- // }
321
+ };
322
+ _this.panelBodyCreator = function (context) {
323
+ var _a, _b, _c, _d, _e, _f, _g, _h;
324
+ var manager = _this.manager;
325
+ var dc = _this.dynamicControls;
326
+ _this._isOpColumn = ((_a = context === null || context === void 0 ? void 0 : context.schema) === null || _a === void 0 ? void 0 : _a.type) === 'operation';
327
+ return getSchemaTpl('tabs', [{
328
+ title: i18n("24d67862f87f439db7ca957aecb77cce"),
329
+ body: getSchemaTpl('collapseGroup', [{
330
+ title: i18n("c11322c9cc43ce3c004cf03f5ac0acd0"),
331
+ hidden: _this._isOpColumn,
332
+ body: flattenDeep([/** 字段配置 */
333
+ (_b = dc === null || dc === void 0 ? void 0 : dc.name) === null || _b === void 0 ? void 0 : _b.call(dc, context), /** 字段配置,兼容key */
334
+ (_c = dc === null || dc === void 0 ? void 0 : dc.key) === null || _c === void 0 ? void 0 : _c.call(dc, context), {
335
+ name: 'title',
336
+ label: i18n("eb2719a7e6cebda7ca234560f21fb448"),
337
+ type: 'input-text'
338
+ }, remarkTpl({
339
+ name: 'remark',
340
+ label: i18n("3ba265c6b63bde0319822afd6b9a649d"),
341
+ labelRemark: i18n("7ad83bbe4646a0011ece7fd338d1e189")
342
+ }), {
343
+ name: 'placeholder',
344
+ type: 'input-text',
345
+ label: tipedLabel(i18n("940b12c19fcf7aced0cdd164edc9acbc"), i18n("f35c90b504521a2da346960b9db23828")),
346
+ value: '-'
347
+ }]).filter(Boolean)
348
+ }, (_d = dc === null || dc === void 0 ? void 0 : dc.relationBuildSetting) === null || _d === void 0 ? void 0 : _d.call(dc, context), /** 操作列按钮配置 */
349
+ {
350
+ title: i18n("f4a3780b66d65a315a762976ab5e781f"),
351
+ hidden: !_this._isOpColumn,
352
+ body: [{
353
+ type: 'ae-feature-control',
354
+ label: false,
355
+ manager: manager,
356
+ addable: true,
357
+ sortable: true,
358
+ removeable: true,
359
+ features: function () {
360
+ var _a, _b;
361
+ var node = manager.store.getNodeById(context.id);
362
+ 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) {
363
+ return {
364
+ label: item.label,
365
+ value: item.$$id || '',
366
+ remove: function (schema) {
367
+ var _a;
368
+ if ((_a = schema === null || schema === void 0 ? void 0 : schema.buttons) === null || _a === void 0 ? void 0 : _a.length) {
369
+ schema.buttons.splice(index, 1);
370
+ }
371
+ }
372
+ };
373
+ });
374
+ },
375
+ goFeatureComp: function (feat) {
376
+ return feat.value;
377
+ },
378
+ onSort: function (schema, e) {
379
+ var _a;
380
+ if (((_a = schema === null || schema === void 0 ? void 0 : schema.buttons) === null || _a === void 0 ? void 0 : _a.length) > 1) {
381
+ schema.buttons[e.oldIndex] = schema.buttons.splice(e.newIndex, 1, schema.buttons[e.oldIndex])[0];
382
+ }
383
+ },
384
+ customAction: function (props) {
385
+ var onBulkChange = props.onBulkChange,
386
+ schema = props.schema;
387
+ return {
388
+ type: 'button',
389
+ label: i18n("f9f2b9cc91cd332db6b2b732c3869233"),
390
+ level: 'enhance',
391
+ className: 'ae-FeatureControl-action',
392
+ onClick: function () {
393
+ schema.buttons.push({
394
+ label: i18n("f9f2b9cc91cd332db6b2b732c3869233"),
395
+ level: 'link'
396
+ }), onBulkChange(schema);
397
+ }
398
+ };
399
+ }
400
+ }]
401
+ }, {
402
+ title: i18n("949a8b7bd2c10070a2fae16f9c66afbb"),
403
+ body: flattenDeep([{
404
+ type: 'ae-columnWidthControl',
405
+ name: 'width',
406
+ label: false,
407
+ formLabel: i18n("bdd9d38d7e2929024089363dc8f48b7a")
408
+ }, {
409
+ type: 'select',
410
+ name: 'align',
411
+ label: i18n("d5bc35360607472de4525358af126de4"),
412
+ hidden: _this._isOpColumn,
413
+ options: [{
414
+ label: i18n("413f48cc71f71083ce532a86e3efdc21"),
415
+ value: 'left'
416
+ }, {
417
+ label: i18n("56c17ba6a56c01706ae00a31611deb03"),
418
+ value: 'center'
419
+ }, {
420
+ label: i18n("fd8e9572cc6bf87653c4d8f8b8dd0db9"),
421
+ value: 'right'
422
+ }]
423
+ }, {
424
+ type: 'select',
425
+ name: 'fixed',
426
+ label: i18n("a0dbb2b0a000cdb3a265d096d4e5ed8d"),
427
+ hidden: _this._isOpColumn,
428
+ options: [{
429
+ label: i18n("9ed8a4c5d1b3726121175dc986268b0c"),
430
+ value: false
431
+ }, {
432
+ label: i18n("00ed921de3ababcafcb0594ff0e9a997"),
433
+ value: 'left'
434
+ }, {
435
+ label: i18n("a5b48f7807e3c1ddd80fa160f46f9cc9"),
436
+ value: 'right'
437
+ }]
438
+ }, {
439
+ type: 'ae-Switch-More',
440
+ mode: 'normal',
441
+ name: 'copyable',
442
+ label: i18n("f9a9fcc3bf6a3c8ff1e99fa48ed6d03d"),
443
+ hiddenOnDefault: true,
444
+ formType: 'extend',
445
+ form: {
446
+ body: [{
447
+ name: 'copyable.content',
448
+ visibleOn: 'data.copyable',
449
+ type: 'ae-formulaControl',
450
+ label: i18n("6a086902a84969a835423002718e86b4")
451
+ }]
452
+ }
453
+ }, /** 排序设置 */
454
+ (_e = dc === null || dc === void 0 ? void 0 : dc.sorter) === null || _e === void 0 ? void 0 : _e.call(dc, context), /** 可搜索 */
455
+ (_f = dc === null || dc === void 0 ? void 0 : dc.searchable) === null || _f === void 0 ? void 0 : _f.call(dc, context), /** 快速查看 */
456
+ (_g = dc === null || dc === void 0 ? void 0 : dc.popover) === null || _g === void 0 ? void 0 : _g.call(dc, context), /** 快速编辑 */
457
+ (_h = dc === null || dc === void 0 ? void 0 : dc.quickEdit) === null || _h === void 0 ? void 0 : _h.call(dc, context)]).filter(Boolean)
458
+ }].filter(Boolean))
459
+ }, {
460
+ title: i18n("afcde2611bdd13c1e65b4fb6a2f13425"),
461
+ body: [getSchemaTpl('className'), getSchemaTpl('className', {
462
+ name: 'innerClassName',
463
+ label: i18n("4619988f1c5d9093dc00d1430633b2bd")
464
+ })]
465
+ }]);
466
+ };
467
+ return _this;
468
+ }
469
+ /** NodeStore在构建时需要将一些信息添加进去 */
423
470
  TableCell2Plugin.prototype.getRendererInfo = function (context) {
424
471
  var renderer = context.renderer,
425
472
  schema = context.schema;
426
- if (renderer.name === 'cell-field') {
473
+ if (this.rendererName === (renderer === null || renderer === void 0 ? void 0 : renderer.name)) {
427
474
  return {
428
475
  name: schema.title ? "<".concat(schema.title, ">\u5217") : i18n("044892c0c637f2d9e78e78956b1ded01"),
429
- $schema: '/schemas/TableColumn.json',
476
+ $schema: '/schemas/TableSchema.json',
430
477
  multifactor: true,
431
478
  wrapperResolve: function (dom) {
432
479
  var _a, _b;
@@ -436,13 +483,16 @@ var TableCell2Plugin = /** @class */function (_super) {
436
483
  var wrapper = (_b = dom.closest('table').parentElement) === null || _b === void 0 ? void 0 : _b.parentElement;
437
484
  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, "\"]")));
438
485
  }
439
- // filterProps: this.filterProps
486
+ // filterProps: (props: any) => {
487
+ // props = JSONPipeOut(props, true);
488
+ // return props;
489
+ // }
440
490
  };
441
491
  }
492
+
493
+ return _super.prototype.getRendererInfo.call(this, context);
442
494
  };
443
- /*exchangeRenderer(id: string) {
444
- this.manager.showReplacePanel(id, '展示');
445
- }*/
495
+ /** 更新渲染器前的事件,或者右键粘贴配置 */
446
496
  TableCell2Plugin.prototype.beforeReplace = function (event) {
447
497
  var context = event.context;
448
498
  // 替换字段的时候保留 label 和 name 值。
@@ -451,9 +501,104 @@ var TableCell2Plugin = /** @class */function (_super) {
451
501
  context.data.key = context.data.key || context.schema.key;
452
502
  }
453
503
  };
504
+ TableCell2Plugin.prototype.afterBuildPanelBody = function (event) {
505
+ var _a, _b;
506
+ var _c = event.context,
507
+ context = _c.context;
508
+ _c.data;
509
+ 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') {
510
+ return;
511
+ }
512
+ // @ts-ignore
513
+ [
514
+ // context.node.info.plugin.withDataSource === false
515
+ // ? false
516
+ // : {
517
+ // sameName: context.info.renderer.isFormItem ? 'name' : undefined,
518
+ // name: 'name',
519
+ // type: 'ae-DataBindingControl',
520
+ // label: '列字段',
521
+ // onBindingChange(
522
+ // field: DSField,
523
+ // onBulkChange: (value: any) => void
524
+ // ) {
525
+ // const schema = field?.resolveColumnSchema?.('List') || {
526
+ // title: field.label
527
+ // };
528
+ // onBulkChange(schema);
529
+ // }
530
+ // },
531
+ {
532
+ sameName: context.info.renderer.isFormItem ? 'name' : undefined,
533
+ name: 'name',
534
+ type: 'ae-DataBindingControl',
535
+ label: i18n("4ca07911d10b74cc7c357b510e7cc948"),
536
+ onBindingChange: function (field, onBulkChange) {
537
+ var _a;
538
+ var schema = ((_a = field === null || field === void 0 ? void 0 : field.resolveColumnSchema) === null || _a === void 0 ? void 0 : _a.call(field, 'List')) || {
539
+ title: field.label
540
+ };
541
+ onBulkChange(schema);
542
+ }
543
+ }, {
544
+ sameName: context.info.renderer.isFormItem ? 'label' : undefined,
545
+ name: 'title',
546
+ label: i18n("eb2719a7e6cebda7ca234560f21fb448"),
547
+ type: 'input-text'
548
+ }, remarkTpl({
549
+ name: 'remark',
550
+ label: i18n("3ba265c6b63bde0319822afd6b9a649d"),
551
+ labelRemark: i18n("7ad83bbe4646a0011ece7fd338d1e189")
552
+ }), {
553
+ name: 'placeholder',
554
+ type: 'input-text',
555
+ label: tipedLabel(i18n("940b12c19fcf7aced0cdd164edc9acbc"), i18n("f35c90b504521a2da346960b9db23828")),
556
+ value: '-'
557
+ }].filter(Boolean);
558
+ [getSchemaTpl('switch', {
559
+ name: 'sorter',
560
+ label: tipedLabel(i18n("b4521626a48dcb61001fc563d2433ed3"), i18n("ac83dbca40c9d2151b5f7d81795535cc"))
561
+ }), getSchemaTpl('switch', {
562
+ name: 'searchable',
563
+ label: i18n("af9cbd3988196fc104af4fed9461e152"),
564
+ pipeIn: function (value) {
565
+ return !!value;
566
+ }
567
+ }), {
568
+ visibleOn: 'data.searchable',
569
+ name: 'searchable',
570
+ asFormItem: true,
571
+ label: false,
572
+ children: function (_a) {
573
+ var value = _a.value;
574
+ _a.onChange;
575
+ var data = _a.data;
576
+ if (value === true) {
577
+ value = {};
578
+ } else if (typeof value === 'undefined') {
579
+ value = getVariable(data, 'searchable');
580
+ }
581
+ }
582
+ }];
583
+ };
584
+ Object.defineProperty(TableCell2Plugin.prototype, "dynamicControls", {
585
+ /** 需要动态控制的控件 */
586
+ get: function () {
587
+ return this._dynamicControls;
588
+ },
589
+ set: function (controls) {
590
+ if (!controls || !isObject(controls)) {
591
+ throw new Error(i18n("44c9d7cb031327029dd0b1bc92689542"));
592
+ }
593
+ this._dynamicControls = __assign(__assign({}, this._dynamicControls), controls);
594
+ },
595
+ enumerable: false,
596
+ configurable: true
597
+ });
454
598
  TableCell2Plugin.id = 'TableCell2Plugin';
455
599
  return TableCell2Plugin;
456
600
  }(BasePlugin);
457
601
  registerEditorPlugin(TableCell2Plugin);
458
602
 
459
603
  export { TableCell2Plugin };
604
+ window.amisEditorVersionInfo={version:'5.5.2-beta.2',buildTime:'2023-09-28'};