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,16 +1,17 @@
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
7
  import { __spreadArray, __assign, __read, __awaiter, __generator } from 'tslib';
7
8
  import React__default from 'react';
8
- import { getSchemaTpl, defaultValue, tipedLabel } from 'amis-editor-core';
9
- import { findTree, filterTree, normalizeApi, DataSchema } from 'amis-core';
9
+ import { getSchemaTpl, defaultValue, tipedLabel, JsonGenerateID, getFixDialogType } from 'amis-editor-core';
10
+ import { findTree, filterTree, normalizeApi, DataSchema, guid } from 'amis-core';
10
11
  import { Button } from 'amis';
11
- import { i18n } from 'i18n-runtime';
12
12
  import without from 'lodash/without';
13
13
  import CmptActionSelect from './comp-action-select.js';
14
+ import { i18n } from 'i18n-runtime';
14
15
 
15
16
  var getArgsWrapper = function (items, multiple, patch) {
16
17
  if (multiple === void 0) {
@@ -141,7 +142,7 @@ var ACTION_TYPE_TREE = function (manager) {
141
142
  innerArgs: ['url', 'params', 'blank'],
142
143
  descDetail: function (info) {
143
144
  var _a;
144
- return React__default.createElement("div", null, "\u8DF3\u8F6C\u81F3", React__default.createElement("span", {
145
+ return React__default.createElement("div", null, i18n("c7a34a3465d1beea2f85d53edcff8235"), React__default.createElement("span", {
145
146
  className: "variable-left"
146
147
  }, ((_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.url) || '-'));
147
148
  },
@@ -190,9 +191,9 @@ var ACTION_TYPE_TREE = function (manager) {
190
191
  innerArgs: ['link', 'params', 'pageName', '__pageInputSchema'],
191
192
  descDetail: function (info) {
192
193
  var _a;
193
- return React__default.createElement("div", null, "\u6253\u5F00", React__default.createElement("span", {
194
+ return React__default.createElement("div", null, i18n("d7098f5050f017673319c5db1473ada7"), React__default.createElement("span", {
194
195
  className: "variable-left variable-right"
195
- }, ((_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.pageName) || '-'), "\u9875\u9762");
196
+ }, ((_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.pageName) || '-'), i18n("59ceff465ad16932d8972191ad815dfb"));
196
197
  },
197
198
  schema: getArgsWrapper([{
198
199
  type: 'wrapper',
@@ -208,16 +209,16 @@ var ACTION_TYPE_TREE = function (manager) {
208
209
  actionType: 'goBack',
209
210
  description: i18n("5f6b9e7a050ae3f34b38191435e14b24"),
210
211
  descDetail: function (info) {
211
- return React__default.createElement("div", null, "\u8FD4\u56DE\u4E0A\u4E00\u9875");
212
+ return React__default.createElement("div", null, i18n("27e0ca877865238aad6940481b2984d4"));
212
213
  }
213
214
  }]
214
215
  }, {
215
- actionLabel: i18n("f80d12dcd65429fd28841e768062d3c2"),
216
+ actionLabel: i18n("0db9e779f5cd9ad8bd3d16d7e8a16b64"),
216
217
  actionType: 'dialogs',
217
218
  children: [{
218
219
  actionLabel: i18n("0561589c26e732981f29709a9b574234"),
219
220
  actionType: 'openDialog',
220
- description: i18n("256dbc5161ae393ec8a0e83ae6cf9469"),
221
+ description: i18n("4a502e748d1335385c2c05bf30e582e7"),
221
222
  actions: [{
222
223
  actionType: 'dialog'
223
224
  }, {
@@ -227,7 +228,43 @@ var ACTION_TYPE_TREE = function (manager) {
227
228
  }],
228
229
  schema: [{
229
230
  type: 'radios',
230
- label: i18n("226b0912184333c81babf2f1894ec0c1"),
231
+ label: i18n("c1b3a483bf057f5afa118f96644dc8a3"),
232
+ name: '__dialogSource',
233
+ required: true,
234
+ mode: 'horizontal',
235
+ inputClassName: 'event-action-radio',
236
+ value: 'new',
237
+ options: [{
238
+ label: i18n("0c5cbc9d345936876230a0b09aece2ff"),
239
+ value: 'current'
240
+ }, {
241
+ label: i18n("a781b5903a4013c147783e1047f42e08"),
242
+ value: 'new'
243
+ }]
244
+ }, {
245
+ name: '__dialogTitle',
246
+ type: 'input-text',
247
+ label: i18n("53bed22bc03c0fd61fe4fb81101f712a"),
248
+ placeholder: i18n("953131d14e66fae5e3611f8b419b7ed5"),
249
+ mode: 'horizontal',
250
+ size: 'lg',
251
+ visibleOn: '__dialogSource === "new"'
252
+ }, {
253
+ name: '__selectDialog',
254
+ type: 'select',
255
+ label: i18n("7cc53692d650e049802d808b81efe7f5"),
256
+ source: '${__dialogActions}',
257
+ mode: 'horizontal',
258
+ size: 'lg',
259
+ visibleOn: '__dialogSource === "current"',
260
+ onChange: function (value, oldValue, model, form) {
261
+ form.setValueByName('args', {
262
+ fromCurrentDialog: true
263
+ });
264
+ }
265
+ }, {
266
+ type: 'radios',
267
+ label: i18n("939402f3ff754d8d815eb7f6cc991bea"),
231
268
  name: 'groupType',
232
269
  mode: 'horizontal',
233
270
  value: 'dialog',
@@ -244,113 +281,7 @@ var ACTION_TYPE_TREE = function (manager) {
244
281
  label: i18n("fa6b01f51cc2b8e16bfbb914b6c08ace"),
245
282
  value: 'confirmDialog'
246
283
  }],
247
- visibleOn: 'data.actionType === "openDialog"'
248
- }, {
249
- name: 'dialog',
250
- label: i18n("507c1d40c5d6b990cf8c832b0a91cadb"),
251
- mode: 'horizontal',
252
- required: true,
253
- pipeIn: defaultValue({
254
- title: i18n("8a089992349df754f182a5d02de8e8e0"),
255
- body: i18n("1a9aaf05889002e65708c4950012a652"),
256
- showCloseButton: true,
257
- showErrorMsg: true,
258
- showLoading: true,
259
- className: 'app-popover'
260
- }),
261
- asFormItem: true,
262
- visibleOn: 'data.groupType === "dialog"',
263
- children: function (_a) {
264
- var value = _a.value,
265
- onChange = _a.onChange,
266
- data = _a.data;
267
- return React__default.createElement(Button, {
268
- size: "sm",
269
- className: "action-btn-width",
270
- onClick: function () {
271
- return manager.openSubEditor({
272
- title: i18n("c3c8422fcecd8c1cc922cba15ab5cbc0"),
273
- value: __assign({
274
- type: 'dialog'
275
- }, value),
276
- data: data,
277
- onChange: function (value) {
278
- return onChange(value);
279
- }
280
- });
281
- },
282
- block: true
283
- }, i18n('a532be3ad5f3fda70d228b8542e81835'));
284
- }
285
- }, {
286
- name: 'drawer',
287
- label: i18n("b67cbb1ca7439053f06d59aac5e410dc"),
288
- mode: 'horizontal',
289
- required: true,
290
- pipeIn: defaultValue({
291
- title: i18n("4cb9c4bc5cb960fcd03fceb2d2e62f3a"),
292
- body: i18n("1a9aaf05889002e65708c4950012a652"),
293
- className: 'app-popover'
294
- }),
295
- asFormItem: true,
296
- visibleOn: 'data.groupType === "drawer"',
297
- children: function (_a) {
298
- var value = _a.value,
299
- onChange = _a.onChange;
300
- _a.data;
301
- return React__default.createElement(Button, {
302
- size: "sm",
303
- className: "action-btn-width",
304
- onClick: function () {
305
- return manager.openSubEditor({
306
- title: i18n("262c7c7b9874ae5607fb51da468d0e8c"),
307
- value: __assign({
308
- type: 'drawer'
309
- }, value),
310
- onChange: function (value) {
311
- return onChange(value);
312
- }
313
- });
314
- },
315
- block: true
316
- }, i18n('a532be3ad5f3fda70d228b8542e81835'));
317
- }
318
- }, {
319
- name: 'dialog',
320
- label: i18n("507c1d40c5d6b990cf8c832b0a91cadb"),
321
- mode: 'horizontal',
322
- required: true,
323
- pipeIn: defaultValue({
324
- title: i18n("8a089992349df754f182a5d02de8e8e0"),
325
- confirmText: i18n("e83a256e4f5bb4ff8b3d804b5473217a"),
326
- cancelText: i18n("625fb26b4b3340f7872b411f401e754c"),
327
- confirmBtnLevel: 'primary',
328
- body: i18n("1a9aaf05889002e65708c4950012a652"),
329
- dialogType: 'confirm'
330
- }),
331
- asFormItem: true,
332
- visibleOn: 'data.groupType === "confirmDialog"',
333
- children: function (_a) {
334
- var value = _a.value,
335
- onChange = _a.onChange;
336
- _a.data;
337
- return React__default.createElement(Button, {
338
- size: "sm",
339
- className: "action-btn-width",
340
- onClick: function () {
341
- return manager.openSubEditor({
342
- title: i18n("c3c8422fcecd8c1cc922cba15ab5cbc0"),
343
- value: __assign({
344
- type: 'dialog'
345
- }, value),
346
- onChange: function (value) {
347
- return onChange(value);
348
- }
349
- });
350
- },
351
- block: true
352
- }, i18n('a532be3ad5f3fda70d228b8542e81835'));
353
- }
284
+ visibleOn: 'data.actionType === "openDialog" && __dialogSource === "new"'
354
285
  }]
355
286
  }, {
356
287
  actionLabel: i18n("3b02248ca3790e356e47b6900c0e3931"),
@@ -401,7 +332,7 @@ var ACTION_TYPE_TREE = function (manager) {
401
332
  innerArgs: ['title', 'msgType', 'msg', 'position', 'timeout', 'closeButton', 'showIcon', 'className'],
402
333
  descDetail: function (info) {
403
334
  var _a, _b;
404
- return React__default.createElement("div", null, MSG_TYPES[(_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.msgType] || '', "\u6D88\u606F\uFF1A", React__default.createElement("span", {
335
+ return React__default.createElement("div", null, MSG_TYPES[(_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.msgType] || '', i18n("4e5242a645864528e10f04dc2326a5c4"), React__default.createElement("span", {
405
336
  className: "variable-left"
406
337
  }, ((_b = info === null || info === void 0 ? void 0 : info.args) === null || _b === void 0 ? void 0 : _b.msg) || '-'));
407
338
  },
@@ -499,9 +430,9 @@ var ACTION_TYPE_TREE = function (manager) {
499
430
  if (typeof apiInfo === 'string') {
500
431
  apiInfo = normalizeApi(apiInfo);
501
432
  }
502
- return React__default.createElement("div", null, "\u53D1\u9001", React__default.createElement("span", {
433
+ return React__default.createElement("div", null, i18n("1535fcfa4cb8e4d467127154977e9788"), React__default.createElement("span", {
503
434
  className: "variable-right variable-left"
504
- }, (apiInfo === null || apiInfo === void 0 ? void 0 : apiInfo.method) || '-'), "\u8BF7\u6C42\uFF1A", React__default.createElement("span", {
435
+ }, (apiInfo === null || apiInfo === void 0 ? void 0 : apiInfo.method) || '-'), i18n("c14a21300b61bb83b4420a1586497951"), React__default.createElement("span", {
505
436
  className: "variable-left"
506
437
  }, (apiInfo === null || apiInfo === void 0 ? void 0 : apiInfo.url) || '-'));
507
438
  },
@@ -571,7 +502,7 @@ var ACTION_TYPE_TREE = function (manager) {
571
502
  }, {
572
503
  name: 'outputVar',
573
504
  type: 'input-text',
574
- label: i18n("e3b49b5bbbdea05598525e91dbdfa638"),
505
+ label: i18n("139c619a4dbfc26fb61d76dc388e3e7d"),
575
506
  placeholder: i18n("4dca05af026848011eedee1b53efa61c"),
576
507
  description: i18n("4da82260041107e5780bcbb3a14ef791"),
577
508
  mode: 'horizontal',
@@ -645,23 +576,23 @@ var ACTION_TYPE_TREE = function (manager) {
645
576
  actions: [{
646
577
  actionType: 'show',
647
578
  descDetail: function (info) {
648
- return React__default.createElement("div", null, "\u663E\u793A", React__default.createElement("span", {
579
+ return React__default.createElement("div", null, i18n("4d775d4cd79e2ed6a2fc66fd1e7139c8"), React__default.createElement("span", {
649
580
  className: "variable-left variable-right"
650
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u7EC4\u4EF6");
581
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("bb79667f37035e9562ec6bcffd6cf8ef"));
651
582
  }
652
583
  }, {
653
584
  actionType: 'hidden',
654
585
  descDetail: function (info) {
655
- return React__default.createElement("div", null, "\u9690\u85CF", React__default.createElement("span", {
586
+ return React__default.createElement("div", null, i18n("dce5379cb978a8259ecfca8f08f00817"), React__default.createElement("span", {
656
587
  className: "variable-left variable-right"
657
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u7EC4\u4EF6");
588
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("bb79667f37035e9562ec6bcffd6cf8ef"));
658
589
  }
659
590
  }, {
660
591
  actionType: 'visibility',
661
592
  descDetail: function (info) {
662
- return React__default.createElement("div", null, "\u7EC4\u4EF6", React__default.createElement("span", {
593
+ return React__default.createElement("div", null, i18n("bb79667f37035e9562ec6bcffd6cf8ef"), React__default.createElement("span", {
663
594
  className: "variable-left variable-right"
664
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u8868\u8FBE\u5F0F\u5DF2\u914D\u7F6E");
595
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("7f019b96ffb7d72ec8d6ce8d76e5362f"));
665
596
  }
666
597
  }],
667
598
  supportComponents: '*',
@@ -714,23 +645,23 @@ var ACTION_TYPE_TREE = function (manager) {
714
645
  actions: [{
715
646
  actionType: 'enabled',
716
647
  descDetail: function (info) {
717
- return React__default.createElement("div", null, "\u542F\u7528", React__default.createElement("span", {
648
+ return React__default.createElement("div", null, i18n("7854b52a889b3ef0590d9f542efeb4c8"), React__default.createElement("span", {
718
649
  className: "variable-left variable-right"
719
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u7EC4\u4EF6");
650
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("bb79667f37035e9562ec6bcffd6cf8ef"));
720
651
  }
721
652
  }, {
722
653
  actionType: 'disabled',
723
654
  descDetail: function (info) {
724
- return React__default.createElement("div", null, "\u7981\u7528", React__default.createElement("span", {
655
+ return React__default.createElement("div", null, i18n("710ad08b11419332713360d2750cd707"), React__default.createElement("span", {
725
656
  className: "variable-left variable-right"
726
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u7EC4\u4EF6");
657
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("bb79667f37035e9562ec6bcffd6cf8ef"));
727
658
  }
728
659
  }, {
729
660
  actionType: 'usability',
730
661
  descDetail: function (info) {
731
- return React__default.createElement("div", null, "\u7EC4\u4EF6", React__default.createElement("span", {
662
+ return React__default.createElement("div", null, i18n("bb79667f37035e9562ec6bcffd6cf8ef"), React__default.createElement("span", {
732
663
  className: "variable-left variable-right"
733
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u8868\u8FBE\u5F0F\u5DF2\u914D\u7F6E");
664
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("7f019b96ffb7d72ec8d6ce8d76e5362f"));
734
665
  }
735
666
  }],
736
667
  supportComponents: __spreadArray(__spreadArray(['form'], __read(FORMITEM_CMPTS), false), __read(SUPPORT_DISABLED_CMPTS), false),
@@ -784,14 +715,14 @@ var ACTION_TYPE_TREE = function (manager) {
784
715
  descDetail: function (info) {
785
716
  return React__default.createElement("div", null, React__default.createElement("span", {
786
717
  className: "variable-right"
787
- }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7EC4\u4EF6\u5207\u6362\u4E3A\u9759\u6001");
718
+ }, info === null || info === void 0 ? void 0 : info.rendererLabel), i18n("0e35b091e18032508758899735664df7"));
788
719
  }
789
720
  }, {
790
721
  actionType: 'nonstatic',
791
722
  descDetail: function (info) {
792
723
  return React__default.createElement("div", null, React__default.createElement("span", {
793
724
  className: "variable-right"
794
- }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7EC4\u4EF6\u5207\u6362\u4E3A\u8F93\u5165\u6001");
725
+ }, info === null || info === void 0 ? void 0 : info.rendererLabel), i18n("34d361256526b04909e064c29d9a9b76"));
795
726
  }
796
727
  }],
797
728
  supportComponents: __spreadArray(['form'], __read(SUPPORT_STATIC_FORMITEM_CMPTS), false),
@@ -813,19 +744,18 @@ var ACTION_TYPE_TREE = function (manager) {
813
744
  }]
814
745
  }], false)
815
746
  }, {
816
- actionLabel: i18n("c5a9b6e8c522de8a14ad7fab51c1a1e3"),
747
+ actionLabel: i18n("0eb4e63db88e158600dab0e723e8a213"),
817
748
  actionType: 'reload',
818
- description: i18n("be4b778e7f5aa6aa5a811d7db4e1a8b3"),
749
+ description: i18n("f16654604d6cb2f62469e5aa9db19871"),
819
750
  descDetail: function (info) {
820
- return React__default.createElement("div", null, "\u5237\u65B0", React__default.createElement("span", {
751
+ return React__default.createElement("div", null, i18n("694fc5efa9e1d1c2c5eb6525e1c7fb29"), React__default.createElement("span", {
821
752
  className: "variable-left variable-right"
822
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u7EC4\u4EF6");
753
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("bb79667f37035e9562ec6bcffd6cf8ef"));
823
754
  },
824
755
  supportComponents: 'byComponent',
825
756
  schema: __spreadArray(__spreadArray([], __read(renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true, function (value, oldVal, data, form) {
826
757
  form.setValueByName('args.resetPage', true);
827
- form.setValueByName('__addParam', true);
828
- form.setValueByName('__customData', false);
758
+ form.setValueByName('__addParam', false);
829
759
  form.setValueByName('__containerType', 'all');
830
760
  form.setValueByName('__reloadParam', []);
831
761
  })), false), [{
@@ -840,21 +770,12 @@ var ACTION_TYPE_TREE = function (manager) {
840
770
  }, {
841
771
  type: 'switch',
842
772
  name: '__addParam',
843
- label: tipedLabel(i18n("fee99f2bcced486e4753a8f58f511d3f"), i18n("0f9803bd27434940d4017007c105a861")),
773
+ label: tipedLabel(i18n("8f0064a9cfd7dcbb3c729f1357f11772"), i18n("a0c117d927c6290bab55ae0e848a4d4b")),
844
774
  onText: i18n("0a60ac8f02ccd2cf723f927284877851"),
845
775
  offText: i18n("c9744f45e76d885ae1c74d4f4a934b2e"),
846
776
  mode: 'horizontal',
847
- pipeIn: defaultValue(true),
848
- visibleOn: "data.actionType === \"reload\" && data.__isScopeContainer"
849
- }, {
850
- type: 'switch',
851
- name: '__customData',
852
- label: tipedLabel(i18n("fd951a59a7c635d5330bc1aeec22c813"), i18n("b62ce3df3c0d5772006c525b60d5eeab")),
853
- onText: i18n("0a60ac8f02ccd2cf723f927284877851"),
854
- offText: i18n("c9744f45e76d885ae1c74d4f4a934b2e"),
855
- mode: 'horizontal',
856
- pipeIn: defaultValue(true),
857
- visibleOn: "data.__addParam && data.actionType === \"reload\" && data.__isScopeContainer",
777
+ pipeIn: defaultValue(false),
778
+ visibleOn: "data.actionType === \"reload\" && data.__isScopeContainer",
858
779
  onChange: function (value, oldVal, data, form) {
859
780
  form.setValueByName('__containerType', 'all');
860
781
  }
@@ -864,7 +785,7 @@ var ACTION_TYPE_TREE = function (manager) {
864
785
  mode: 'horizontal',
865
786
  label: '',
866
787
  pipeIn: defaultValue('all'),
867
- visibleOn: "data.__addParam && data.__customData && data.actionType === \"reload\" && data.__isScopeContainer",
788
+ visibleOn: "data.__addParam && data.actionType === \"reload\" && data.__isScopeContainer",
868
789
  options: [{
869
790
  label: i18n("77b1081c177fa3334cc93c99f0ecee75"),
870
791
  value: 'all'
@@ -883,7 +804,7 @@ var ACTION_TYPE_TREE = function (manager) {
883
804
  size: 'lg',
884
805
  mode: 'horizontal',
885
806
  required: true,
886
- visibleOn: "data.__addParam && data.__customData && data.__containerType === \"all\" && data.actionType === \"reload\" && data.__isScopeContainer"
807
+ visibleOn: "data.__addParam && data.__containerType === \"all\" && data.actionType === \"reload\" && data.__isScopeContainer"
887
808
  }), {
888
809
  type: 'combo',
889
810
  name: '__reloadParams',
@@ -907,12 +828,12 @@ var ACTION_TYPE_TREE = function (manager) {
907
828
  variables: '${variables}',
908
829
  placeholder: i18n("bfed4943c5f487de1b63a82f7230cce2")
909
830
  })],
910
- visibleOn: "data.__addParam && data.__customData && data.__containerType === \"appoint\" && data.actionType === \"reload\" && data.__isScopeContainer"
831
+ visibleOn: "data.__addParam && data.__containerType === \"appoint\" && data.actionType === \"reload\" && data.__isScopeContainer"
911
832
  }, {
912
833
  type: 'radios',
913
834
  name: 'dataMergeMode',
914
835
  mode: 'horizontal',
915
- label: tipedLabel(i18n("2aecb19ca1655d66fc80fc27a783cc9e"), i18n("b67b01a3b9170f1daf78082cfd0df793")),
836
+ label: tipedLabel(i18n("eb6cd21b9ed45ded3ecdb12f62b590e1"), i18n("b67b01a3b9170f1daf78082cfd0df793")),
916
837
  pipeIn: defaultValue('merge'),
917
838
  visibleOn: "data.__addParam && data.actionType === \"reload\" && data.__isScopeContainer",
918
839
  options: [{
@@ -930,11 +851,11 @@ var ACTION_TYPE_TREE = function (manager) {
930
851
  innerArgs: ['path', 'value', 'index', 'fromPage', 'fromApp', '__valueInput', '__comboType', '__containerType'],
931
852
  descDetail: function (info) {
932
853
  var _a;
933
- return React__default.createElement("div", null, typeof ((_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.path) === 'string' && !(info === null || info === void 0 ? void 0 : info.componentId) ? React__default.createElement(React__default.Fragment, null, "\u8BBE\u7F6E\u53D8\u91CF\u300C", React__default.createElement("span", {
854
+ return React__default.createElement("div", null, typeof ((_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.path) === 'string' && !(info === null || info === void 0 ? void 0 : info.componentId) ? React__default.createElement(React__default.Fragment, null, i18n("c85c8d61a67014c4b5d44f25e49e87fc"), React__default.createElement("span", {
934
855
  className: "variable-left variable-right"
935
- }, variableManager.getNameByPath(info.args.path)), "\u300D\u7684\u6570\u636E") : React__default.createElement(React__default.Fragment, null, "\u8BBE\u7F6E\u7EC4\u4EF6\u300C", React__default.createElement("span", {
856
+ }, variableManager.getNameByPath(info.args.path)), i18n("df24d894cd3331f53964bc75f5c192e2")) : React__default.createElement(React__default.Fragment, null, i18n("9e1bafbb00018beacc8f579c8ddfaa36"), React__default.createElement("span", {
936
857
  className: "variable-left variable-right"
937
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u300D\u7684\u6570\u636E"));
858
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("df24d894cd3331f53964bc75f5c192e2")));
938
859
  },
939
860
  supportComponents: 'byComponent',
940
861
  schema: [{
@@ -1155,20 +1076,52 @@ var ACTION_TYPE_TREE = function (manager) {
1155
1076
  actionType: 'submit',
1156
1077
  description: i18n("a360c5d4e723ad78a5e52eb1f5f3f2a2"),
1157
1078
  descDetail: function (info) {
1158
- return React__default.createElement("div", null, "\u63D0\u4EA4", React__default.createElement("span", {
1079
+ return React__default.createElement("div", null, i18n("939d5345ad4345dbaabe14798f6ac0f1"), React__default.createElement("span", {
1159
1080
  className: "variable-left variable-right"
1160
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u7684\u6570\u636E");
1081
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("b91ebe714155c83b6d3bc02b675a31e9"));
1161
1082
  },
1162
1083
  supportComponents: 'form',
1163
- schema: renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true)
1084
+ schema: __spreadArray(__spreadArray([], __read(renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true)), false), [{
1085
+ name: 'outputVar',
1086
+ type: 'input-text',
1087
+ label: i18n("ac24ffeb131a7a9d2465b3ba7b14e10c"),
1088
+ placeholder: i18n("0e3517fb21e2c4066bd0ab75c51bc6fb"),
1089
+ description: i18n("0e2ba6becfa8760853cfa31c9e15a94b"),
1090
+ mode: 'horizontal',
1091
+ size: 'lg',
1092
+ value: 'submitResult',
1093
+ required: true
1094
+ }], false),
1095
+ outputVarDataSchema: [{
1096
+ type: 'object',
1097
+ title: 'submitResult',
1098
+ properties: {
1099
+ error: {
1100
+ type: 'string',
1101
+ title: i18n("4604d5023479171cb6e901dbeccf62c0")
1102
+ },
1103
+ errors: {
1104
+ type: 'object',
1105
+ title: i18n("71f6236494bfc8b023804abb0cca1639")
1106
+ },
1107
+ payload: {
1108
+ type: 'object',
1109
+ title: i18n("335d6c56c43204f9efcefe36f097d35a")
1110
+ },
1111
+ responseData: {
1112
+ type: 'object',
1113
+ title: i18n("4e6bfc5ad98f719f9bc6b2ad3b6440ee")
1114
+ }
1115
+ }
1116
+ }]
1164
1117
  }, {
1165
1118
  actionLabel: i18n("4a3deab45c0a7218b8ae58a33fd24c28"),
1166
1119
  actionType: 'clear',
1167
1120
  description: i18n("82986a4cab1d0efdbc23b3ac5f0fd509"),
1168
1121
  descDetail: function (info) {
1169
- return React__default.createElement("div", null, "\u6E05\u7A7A", React__default.createElement("span", {
1122
+ return React__default.createElement("div", null, i18n("288f0c404c4e546aa3683ff5054e85e2"), React__default.createElement("span", {
1170
1123
  className: "variable-left variable-right"
1171
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u7684\u6570\u636E");
1124
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("b91ebe714155c83b6d3bc02b675a31e9"));
1172
1125
  },
1173
1126
  supportComponents: 'form',
1174
1127
  schema: renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true)
@@ -1177,9 +1130,9 @@ var ACTION_TYPE_TREE = function (manager) {
1177
1130
  actionType: 'reset',
1178
1131
  description: i18n("f457845da8c119a8688e333a3554284f"),
1179
1132
  descDetail: function (info) {
1180
- return React__default.createElement("div", null, "\u91CD\u7F6E", React__default.createElement("span", {
1133
+ return React__default.createElement("div", null, i18n("4b9c3271dc2f299dc3aeffb369187513"), React__default.createElement("span", {
1181
1134
  className: "variable-left variable-right"
1182
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u7684\u6570\u636E");
1135
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("b91ebe714155c83b6d3bc02b675a31e9"));
1183
1136
  },
1184
1137
  supportComponents: 'form',
1185
1138
  schema: renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true)
@@ -1188,12 +1141,40 @@ var ACTION_TYPE_TREE = function (manager) {
1188
1141
  actionType: 'validate',
1189
1142
  description: i18n("a84a1311bea7370f1749341ffa6f75e1"),
1190
1143
  descDetail: function (info) {
1191
- return React__default.createElement("div", null, "\u6821\u9A8C", React__default.createElement("span", {
1144
+ return React__default.createElement("div", null, i18n("b7579706a363e5f23b1040fecfbcb677"), React__default.createElement("span", {
1192
1145
  className: "variable-left variable-right"
1193
- }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u7684\u6570\u636E");
1146
+ }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), i18n("b91ebe714155c83b6d3bc02b675a31e9"));
1194
1147
  },
1195
1148
  supportComponents: 'form',
1196
- schema: renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true)
1149
+ schema: __spreadArray(__spreadArray([], __read(renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true)), false), [{
1150
+ name: 'outputVar',
1151
+ type: 'input-text',
1152
+ label: i18n("bf0f829689370b36d01ce871324e0bb6"),
1153
+ placeholder: i18n("d23157205c994bde20bb2605c193fd27"),
1154
+ description: i18n("a422eb12ebbfdd3347c4deb5ec6b4b54"),
1155
+ mode: 'horizontal',
1156
+ size: 'lg',
1157
+ value: 'validateResult',
1158
+ required: true
1159
+ }], false),
1160
+ outputVarDataSchema: [{
1161
+ type: 'object',
1162
+ title: 'validateResult',
1163
+ properties: {
1164
+ error: {
1165
+ type: 'string',
1166
+ title: i18n("4604d5023479171cb6e901dbeccf62c0")
1167
+ },
1168
+ errors: {
1169
+ type: 'object',
1170
+ title: i18n("71f6236494bfc8b023804abb0cca1639")
1171
+ },
1172
+ payload: {
1173
+ type: 'object',
1174
+ title: i18n("335d6c56c43204f9efcefe36f097d35a")
1175
+ }
1176
+ }
1177
+ }]
1197
1178
  }, {
1198
1179
  actionLabel: i18n("51325230409d4b7c64aaeb3db9904801"),
1199
1180
  actionType: 'component',
@@ -1211,7 +1192,7 @@ var ACTION_TYPE_TREE = function (manager) {
1211
1192
  innerArgs: ['content', 'copyFormat'],
1212
1193
  descDetail: function (info) {
1213
1194
  var _a;
1214
- return React__default.createElement("div", null, "\u590D\u5236\u5185\u5BB9\uFF1A", React__default.createElement("span", {
1195
+ return React__default.createElement("div", null, i18n("5aa4369ec61715ddef3641992fad0d4d"), React__default.createElement("span", {
1215
1196
  className: "variable-left"
1216
1197
  }, ((_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.content) || '-'));
1217
1198
  },
@@ -1267,7 +1248,7 @@ var ACTION_TYPE_TREE = function (manager) {
1267
1248
  folding: true
1268
1249
  },
1269
1250
  className: 'ae-event-control-action-js-editor',
1270
- value: "/* \u81EA\u5B9A\u4E49JS\u4F7F\u7528\u8BF4\u660E\uFF1A\n * 1.\u52A8\u4F5C\u6267\u884C\u51FD\u6570doAction\uFF0C\u53EF\u4EE5\u6267\u884C\u6240\u6709\u7C7B\u578B\u7684\u52A8\u4F5C\n * 2.\u901A\u8FC7\u4E0A\u4E0B\u6587\u5BF9\u8C61context\u53EF\u4EE5\u83B7\u53D6\u5F53\u524D\u7EC4\u4EF6\u5B9E\u4F8B\uFF0C\u4F8B\u5982context.props\u53EF\u4EE5\u83B7\u53D6\u8BE5\u7EC4\u4EF6\u76F8\u5173\u5C5E\u6027\n * 3.\u4E8B\u4EF6\u5BF9\u8C61event\uFF0C\u5728doAction\u4E4B\u540E\u6267\u884Cevent.stopPropagation();\u53EF\u4EE5\u963B\u6B62\u540E\u7EED\u52A8\u4F5C\u6267\u884C\n*/\nconst myMsg = '\u6211\u662F\u81EA\u5B9A\u4E49JS';\ndoAction({\n actionType: 'toast',\n args: {\n msg: myMsg\n }\n});\n"
1251
+ value: i18n("fbaa94ca6b6e6e76a07124e80733f109")
1271
1252
  }
1272
1253
  }
1273
1254
  // {
@@ -1388,9 +1369,9 @@ var COMMON_ACTION_SCHEMA_MAP = {
1388
1369
  setValue: {
1389
1370
  innerArgs: ['value'],
1390
1371
  descDetail: function (info) {
1391
- return React__default.createElement("div", null, "\u8BBE\u7F6E", React__default.createElement("span", {
1372
+ return React__default.createElement("div", null, i18n("e366ccf1556c0672dcecba135ed5472e"), React__default.createElement("span", {
1392
1373
  className: "variable-left variable-right"
1393
- }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7684\u6570\u636E");
1374
+ }, info === null || info === void 0 ? void 0 : info.rendererLabel), i18n("b91ebe714155c83b6d3bc02b675a31e9"));
1394
1375
  },
1395
1376
  schema: getArgsWrapper({
1396
1377
  type: 'wrapper',
@@ -1467,37 +1448,37 @@ var COMMON_ACTION_SCHEMA_MAP = {
1467
1448
  },
1468
1449
  reload: {
1469
1450
  descDetail: function (info) {
1470
- return React__default.createElement("div", null, "\u5237\u65B0", React__default.createElement("span", {
1451
+ return React__default.createElement("div", null, i18n("694fc5efa9e1d1c2c5eb6525e1c7fb29"), React__default.createElement("span", {
1471
1452
  className: "variable-left variable-right"
1472
- }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7EC4\u4EF6");
1453
+ }, info === null || info === void 0 ? void 0 : info.rendererLabel), i18n("bb79667f37035e9562ec6bcffd6cf8ef"));
1473
1454
  }
1474
1455
  },
1475
1456
  clear: {
1476
1457
  descDetail: function (info) {
1477
- return React__default.createElement("div", null, "\u6E05\u7A7A", React__default.createElement("span", {
1458
+ return React__default.createElement("div", null, i18n("288f0c404c4e546aa3683ff5054e85e2"), React__default.createElement("span", {
1478
1459
  className: "variable-left variable-right"
1479
- }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7684\u6570\u636E");
1460
+ }, info === null || info === void 0 ? void 0 : info.rendererLabel), i18n("b91ebe714155c83b6d3bc02b675a31e9"));
1480
1461
  }
1481
1462
  },
1482
1463
  reset: {
1483
1464
  descDetail: function (info) {
1484
- return React__default.createElement("div", null, "\u91CD\u7F6E", React__default.createElement("span", {
1465
+ return React__default.createElement("div", null, i18n("4b9c3271dc2f299dc3aeffb369187513"), React__default.createElement("span", {
1485
1466
  className: "variable-left variable-right"
1486
- }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7684\u6570\u636E");
1467
+ }, info === null || info === void 0 ? void 0 : info.rendererLabel), i18n("b91ebe714155c83b6d3bc02b675a31e9"));
1487
1468
  }
1488
1469
  },
1489
1470
  submit: {
1490
1471
  descDetail: function (info) {
1491
- return React__default.createElement("div", null, "\u63D0\u4EA4", React__default.createElement("span", {
1472
+ return React__default.createElement("div", null, i18n("939d5345ad4345dbaabe14798f6ac0f1"), React__default.createElement("span", {
1492
1473
  className: "variable-left variable-right"
1493
1474
  }, info === null || info === void 0 ? void 0 : info.rendererLabel), (info === null || info === void 0 ? void 0 : info.__rendererName) === 'wizard' ? i18n("fe9e25f4e4b3aeefeb9b7a9c368ede7e") : i18n("0d83078816aa273f2941c9b55ec82bf3"));
1494
1475
  }
1495
1476
  },
1496
1477
  validate: {
1497
1478
  descDetail: function (info) {
1498
- return React__default.createElement("div", null, "\u6821\u9A8C", React__default.createElement("span", {
1479
+ return React__default.createElement("div", null, i18n("b7579706a363e5f23b1040fecfbcb677"), React__default.createElement("span", {
1499
1480
  className: "variable-left variable-right"
1500
- }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7684\u6570\u636E");
1481
+ }, info === null || info === void 0 ? void 0 : info.rendererLabel), i18n("b91ebe714155c83b6d3bc02b675a31e9"));
1501
1482
  }
1502
1483
  },
1503
1484
  prev: {
@@ -1514,40 +1495,47 @@ var COMMON_ACTION_SCHEMA_MAP = {
1514
1495
  }, info === null || info === void 0 ? void 0 : info.rendererLabel), (info === null || info === void 0 ? void 0 : info.__rendererName) === 'carousel' ? i18n("47b9cbf9f3a3f08264b19f4a1228e865") : null, (info === null || info === void 0 ? void 0 : info.__rendererName) === 'wizard' ? i18n("832efcc5c30746b84b910cde8630d491") : null);
1515
1496
  }
1516
1497
  },
1498
+ expand: {
1499
+ descDetail: function (info) {
1500
+ return React__default.createElement("div", null, React__default.createElement("span", {
1501
+ className: "variable-right"
1502
+ }, info === null || info === void 0 ? void 0 : info.rendererLabel), i18n("e2edde5adbdf33f6dce59a299cbf5fad"));
1503
+ }
1504
+ },
1517
1505
  collapse: {
1518
1506
  descDetail: function (info) {
1519
1507
  return React__default.createElement("div", null, React__default.createElement("span", {
1520
1508
  className: "variable-right"
1521
- }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u6536\u8D77");
1509
+ }, info === null || info === void 0 ? void 0 : info.rendererLabel), i18n("def9e98b60e3bfc493bcd7693e702096"));
1522
1510
  }
1523
1511
  },
1524
1512
  selectAll: {
1525
1513
  descDetail: function (info) {
1526
1514
  return React__default.createElement("div", null, React__default.createElement("span", {
1527
1515
  className: "variable-right"
1528
- }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u9009\u4E2D\u6240\u6709\u9009\u9879");
1516
+ }, info === null || info === void 0 ? void 0 : info.rendererLabel), i18n("8b3a9a5c912610c384bc8dc2c8514386"));
1529
1517
  }
1530
1518
  },
1531
1519
  focus: {
1532
1520
  descDetail: function (info) {
1533
1521
  return React__default.createElement("div", null, React__default.createElement("span", {
1534
1522
  className: "variable-right"
1535
- }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u83B7\u53D6\u7126\u70B9");
1523
+ }, info === null || info === void 0 ? void 0 : info.rendererLabel), i18n("ab0710b367acefa1d6a78e2338291e86"));
1536
1524
  }
1537
1525
  },
1538
1526
  refresh: {
1539
1527
  descDetail: function (info) {
1540
- return React__default.createElement("div", null, "\u5237\u65B0\u9875\u9762");
1528
+ return React__default.createElement("div", null, i18n("39e107b7c4aa580f913ccbebc00f7534"));
1541
1529
  }
1542
1530
  },
1543
1531
  alert: {
1544
1532
  descDetail: function (info) {
1545
- return React__default.createElement("div", null, "\u6253\u5F00\u63D0\u793A\u5BF9\u8BDD\u6846");
1533
+ return React__default.createElement("div", null, i18n("211ae8c8666f8b803282a74f90fb0dc6"));
1546
1534
  }
1547
1535
  },
1548
1536
  confirm: {
1549
1537
  descDetail: function (info) {
1550
- return React__default.createElement("div", null, "\u6253\u5F00\u786E\u8BA4\u5BF9\u8BDD\u6846");
1538
+ return React__default.createElement("div", null, i18n("56eafb82d11c72b65efe07b9bedb5c19"));
1551
1539
  }
1552
1540
  }
1553
1541
  };
@@ -1754,7 +1742,7 @@ var getOldActionSchema = function (manager, context) {
1754
1742
  });
1755
1743
  },
1756
1744
  block: true
1757
- }, "\u914D\u7F6E\u5F39\u6846\u5185\u5BB9") : null;
1745
+ }, i18n("c3c8422fcecd8c1cc922cba15ab5cbc0")) : null;
1758
1746
  }
1759
1747
  }, {
1760
1748
  visibleOn: 'data.actionType == "drawer"',
@@ -1784,7 +1772,7 @@ var getOldActionSchema = function (manager, context) {
1784
1772
  });
1785
1773
  },
1786
1774
  block: true
1787
- }, "\u914D\u7F6E\u62BD\u51FA\u5F0F\u5F39\u6846\u5185\u5BB9") : null;
1775
+ }, i18n("262c7c7b9874ae5607fb51da468d0e8c")) : null;
1788
1776
  }
1789
1777
  }, getSchemaTpl('api', {
1790
1778
  label: i18n("5eb694a4252528628929ced97ca95823"),
@@ -1816,14 +1804,14 @@ var getOldActionSchema = function (manager, context) {
1816
1804
  }
1817
1805
  });
1818
1806
  }
1819
- }, "\u914D\u7F6E\u53CD\u9988\u5F39\u6846\u5185\u5BB9"), value ? React__default.createElement(Button, {
1807
+ }, i18n("deb9089ed7ebcacd712117fc4204c65f")), value ? React__default.createElement(Button, {
1820
1808
  size: "sm",
1821
1809
  level: "link",
1822
1810
  className: "m-l",
1823
1811
  onClick: function () {
1824
1812
  return onChange('');
1825
1813
  }
1826
- }, "\u6E05\u7A7A\u8BBE\u7F6E") : null) : null;
1814
+ }, i18n("215f64480a93893fc56c51aeb5d40f11")) : null) : null;
1827
1815
  }
1828
1816
  }, {
1829
1817
  name: 'feedback.visibleOn',
@@ -1950,14 +1938,14 @@ var getEventControlConfig = function (manager, context) {
1950
1938
  var allComponents = (_e = manager === null || manager === void 0 ? void 0 : manager.store) === null || _e === void 0 ? void 0 : _e.getComponentTreeSource();
1951
1939
  var checkComponent = function (node, action) {
1952
1940
  var _a;
1953
- var actionType = action.actionType;
1941
+ var actionType = action === null || action === void 0 ? void 0 : action.actionType;
1954
1942
  var actions = manager === null || manager === void 0 ? void 0 : manager.pluginActions[node.type];
1955
1943
  var haveChild = !!((_a = node.children) === null || _a === void 0 ? void 0 : _a.length);
1956
1944
  var isSupport = false;
1957
1945
  if (typeof action.supportComponents === 'string') {
1958
1946
  isSupport = action.supportComponents === '*' || action.supportComponents === node.type;
1959
1947
  // 内置逻辑
1960
- if (action.supportComponents === 'byComponent') {
1948
+ if (action.supportComponents === 'byComponent' && actionType) {
1961
1949
  isSupport = hasActionType(actionType, actions);
1962
1950
  node.scoped = isSupport;
1963
1951
  }
@@ -2005,6 +1993,9 @@ var getEventControlConfig = function (manager, context) {
2005
1993
  },
2006
1994
  getComponents: function (action) {
2007
1995
  var _a;
1996
+ if (!action) {
1997
+ return [];
1998
+ }
2008
1999
  var components = (_a = manager === null || manager === void 0 ? void 0 : manager.store) === null || _a === void 0 ? void 0 : _a.getComponentTreeSource();
2009
2000
  var finalCmpts = [];
2010
2001
  if (isSubEditor) {
@@ -2033,6 +2024,7 @@ var getEventControlConfig = function (manager, context) {
2033
2024
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v;
2034
2025
  return __generator(this, function (_w) {
2035
2026
  config = __assign({}, action);
2027
+ config.args = __assign({}, action.args);
2036
2028
  if (['link', 'url'].includes(action.actionType) && ((_a = action.args) === null || _a === void 0 ? void 0 : _a.params)) {
2037
2029
  config.args = __assign(__assign({}, config.args), {
2038
2030
  params: objectToComboArray((_b = action.args) === null || _b === void 0 ? void 0 : _b.params)
@@ -2087,14 +2079,13 @@ var getEventControlConfig = function (manager, context) {
2087
2079
  // 处理刷新组件动作的追加参数
2088
2080
  if (config.actionType === 'reload') {
2089
2081
  config.__resetPage = (_s = config.args) === null || _s === void 0 ? void 0 : _s.resetPage;
2090
- config.__addParam = config.data === undefined || !!config.data;
2091
- config.__customData = !!config.data;
2082
+ config.__addParam = !!config.data;
2092
2083
  if (config.data && typeof config.data === 'object' || config.args && !Object.keys(config.args).length && config.data === undefined) {
2093
- config.__customData = true;
2084
+ config.__addParam = true;
2094
2085
  config.__containerType = 'appoint';
2095
2086
  config.dataMergeMode = 'override';
2096
2087
  }
2097
- if (config.__addParam && config.__customData && config.data) {
2088
+ if (config.__addParam && config.data) {
2098
2089
  if (typeof config.data === 'string') {
2099
2090
  config.__containerType = 'all';
2100
2091
  config.__valueInput = config.data;
@@ -2155,7 +2146,7 @@ var getEventControlConfig = function (manager, context) {
2155
2146
  });
2156
2147
  });
2157
2148
  },
2158
- actionConfigSubmitFormatter: function (config) {
2149
+ actionConfigSubmitFormatter: function (config, type, actionData, shcema) {
2159
2150
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
2160
2151
  var action = __assign(__assign({}, config), {
2161
2152
  groupType: undefined
@@ -2182,19 +2173,126 @@ var getEventControlConfig = function (manager, context) {
2182
2173
  });
2183
2174
  delete action.addOnArgs;
2184
2175
  }
2176
+ if (config.actionType === 'openDialog') {
2177
+ // 初始化弹窗schema
2178
+ var dialogInitSchema_1 = {
2179
+ type: 'dialog',
2180
+ title: action.__dialogTitle,
2181
+ body: [{
2182
+ type: 'tpl',
2183
+ tpl: i18n("1a9aaf05889002e65708c4950012a652"),
2184
+ wrapperComponent: '',
2185
+ inline: false
2186
+ }],
2187
+ showCloseButton: true,
2188
+ showErrorMsg: true,
2189
+ showLoading: true,
2190
+ className: 'app-popover',
2191
+ actions: [{
2192
+ type: 'button',
2193
+ actionType: 'cancel',
2194
+ label: i18n("625fb26b4b3340f7872b411f401e754c")
2195
+ }, {
2196
+ type: 'button',
2197
+ actionType: 'confirm',
2198
+ label: i18n("e83a256e4f5bb4ff8b3d804b5473217a"),
2199
+ primary: true
2200
+ }]
2201
+ };
2202
+ var drawerInitSchema_1 = {
2203
+ type: 'drawer',
2204
+ title: action.__dialogTitle,
2205
+ body: [{
2206
+ type: 'tpl',
2207
+ tpl: i18n("1a9aaf05889002e65708c4950012a652"),
2208
+ wrapperComponent: '',
2209
+ inline: false
2210
+ }],
2211
+ className: 'app-popover',
2212
+ actions: [{
2213
+ type: 'button',
2214
+ actionType: 'cancel',
2215
+ label: i18n("625fb26b4b3340f7872b411f401e754c")
2216
+ }, {
2217
+ type: 'button',
2218
+ actionType: 'confirm',
2219
+ label: i18n("e83a256e4f5bb4ff8b3d804b5473217a"),
2220
+ primary: true
2221
+ }]
2222
+ };
2223
+ var confirmDialogInitSchema_1 = {
2224
+ type: 'dialog',
2225
+ title: action.__dialogTitle,
2226
+ body: [{
2227
+ type: 'tpl',
2228
+ tpl: i18n("1a9aaf05889002e65708c4950012a652"),
2229
+ wrapperComponent: '',
2230
+ inline: false
2231
+ }],
2232
+ dialogType: 'confirm',
2233
+ confirmText: i18n("e83a256e4f5bb4ff8b3d804b5473217a"),
2234
+ cancelText: i18n("625fb26b4b3340f7872b411f401e754c"),
2235
+ confirmBtnLevel: 'primary'
2236
+ };
2237
+ var setInitSchema = function (groupType, action) {
2238
+ if (groupType === 'dialog') {
2239
+ JsonGenerateID(dialogInitSchema_1);
2240
+ action.dialog = dialogInitSchema_1;
2241
+ } else if (groupType === 'drawer') {
2242
+ JsonGenerateID(drawerInitSchema_1);
2243
+ action.drawer = drawerInitSchema_1;
2244
+ } else if (groupType === 'confirmDialog') {
2245
+ JsonGenerateID(confirmDialogInitSchema_1);
2246
+ action.dialog = confirmDialogInitSchema_1;
2247
+ }
2248
+ };
2249
+ var chooseCurrentDialog = function (action, schema) {
2250
+ var selectDialog = action.__selectDialog;
2251
+ var dialogType = getFixDialogType(schema, selectDialog);
2252
+ // 选择现有弹窗后为了使之前的弹窗和现有弹窗$$id唯一,这里重新生成一下
2253
+ var newDialogId = guid();
2254
+ action.actionType = dialogType;
2255
+ action.dialog = {
2256
+ $$id: newDialogId,
2257
+ type: dialogType
2258
+ };
2259
+ // 在这里记录一下新生成的弹窗id
2260
+ action.__relatedDialogId = newDialogId;
2261
+ };
2262
+ if (type === 'add') {
2263
+ if (config.__dialogSource === 'new') {
2264
+ setInitSchema(config.groupType, action);
2265
+ } else if (config.__dialogSource === 'current') {
2266
+ chooseCurrentDialog(action, shcema);
2267
+ }
2268
+ }
2269
+ // 编辑
2270
+ else if (type === 'update') {
2271
+ if (config.__dialogSource === 'new') {
2272
+ // 如果切换了弹窗类型或切换了弹窗来源,则初始化schema
2273
+ if (config.groupType !== (actionData === null || actionData === void 0 ? void 0 : actionData.groupType) || config.__dialogSource === 'new' && (actionData === null || actionData === void 0 ? void 0 : actionData.__dialogSource) === 'current') {
2274
+ setInitSchema(config.groupType, action);
2275
+ } else {
2276
+ action[config.groupType] = __assign(__assign({}, actionData[config.groupType]), {
2277
+ title: config.__dialogTitle
2278
+ });
2279
+ }
2280
+ } else if (config.__dialogSource === 'current') {
2281
+ chooseCurrentDialog(action, shcema);
2282
+ }
2283
+ }
2284
+ }
2185
2285
  // 刷新组件时,处理是否追加事件变量
2186
2286
  if (config.actionType === 'reload') {
2187
- action.data = null;
2287
+ action.data = undefined;
2188
2288
  action.dataMergeMode = undefined;
2189
2289
  action.args = action.__rendererName === 'crud' ? __assign(__assign({}, action.args), {
2190
2290
  resetPage: (_b = config.__resetPage) !== null && _b !== void 0 ? _b : true
2191
2291
  }) : undefined;
2292
+ action.data = undefined;
2192
2293
  if (config.__addParam) {
2193
2294
  action.dataMergeMode = config.dataMergeMode || 'merge';
2194
- action.data = undefined;
2195
- if (config.__customData) {
2196
- action.data = config.__containerType === 'all' ? config.__valueInput : comboArrayToObject(config.__reloadParams || []);
2197
- }
2295
+ action.data = config.__containerType === 'all' ? config.__valueInput : comboArrayToObject(config.__reloadParams || []);
2198
2296
  }
2199
2297
  }
2200
2298
  // 转换下格式
@@ -2280,9 +2378,12 @@ var getEventControlConfig = function (manager, context) {
2280
2378
  delete action.__statusType;
2281
2379
  }
2282
2380
  delete action.config;
2381
+ delete action.__keywords;
2382
+ delete action.__resultActionTree;
2283
2383
  return action;
2284
2384
  }
2285
2385
  };
2286
2386
  };
2287
2387
 
2288
2388
  export { ACTION_TYPE_TREE, COMMON_ACTION_SCHEMA_MAP, DATA_CONTAINER, FORMITEM_CMPTS, SELECT_PROPS_CONTAINER, SHOW_SELECT_PROP, SUPPORT_DISABLED_CMPTS, SUPPORT_STATIC_FORMITEM_CMPTS, findActionNode, findSubActionNode, getActionType, getArgsWrapper, getEventControlConfig, getEventDesc, getEventLabel, getEventStrongDesc, getOldActionSchema, getPropOfAcion, hasActionType, renderCmptActionSelect, renderCmptSelect };
2389
+ window.amisEditorVersionInfo={version:'5.5.2-beta.2',buildTime:'2023-09-28'};