amis-editor 5.2.5 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1019) hide show
  1. package/esm/component/BaseControl.d.ts +1 -799
  2. package/esm/component/BaseControl.js +9 -9
  3. package/esm/component/InputComponentName.d.ts +1 -2
  4. package/esm/component/InputComponentName.js +3 -2
  5. package/esm/component/TableViewEditor.d.ts +1 -1
  6. package/esm/component/TableViewEditor.js +362 -524
  7. package/esm/icons/btn/btn-group.svg.js +1 -1
  8. package/esm/icons/btn/btn-select.svg.js +1 -1
  9. package/esm/icons/btn/btn-toolbar.svg.js +1 -1
  10. package/esm/icons/btn/button.svg.js +1 -1
  11. package/esm/icons/btn/dropdown-btn.svg.js +1 -1
  12. package/esm/icons/container/anchor-nav.svg.js +1 -1
  13. package/esm/icons/container/collapse.svg.js +1 -1
  14. package/esm/icons/container/container.svg.js +1 -1
  15. package/esm/icons/container/flex-container.svg.js +1 -1
  16. package/esm/icons/container/form-group.svg.js +1 -1
  17. package/esm/icons/container/grid.svg.js +1 -1
  18. package/esm/icons/container/iframe.svg.js +1 -1
  19. package/esm/icons/container/panel.svg.js +1 -1
  20. package/esm/icons/container/table-view.svg.js +1 -1
  21. package/esm/icons/container/tabs.svg.js +1 -1
  22. package/esm/icons/container/tooltip-wrapper.svg.js +1 -1
  23. package/esm/icons/container/web-component.svg.js +1 -1
  24. package/esm/icons/display/aBaseline.svg.js +28 -0
  25. package/esm/icons/display/aCenter.svg.js +28 -0
  26. package/esm/icons/display/aFlexEnd.svg.js +28 -0
  27. package/esm/icons/display/aFlexStart.svg.js +28 -0
  28. package/esm/icons/display/aStretch.svg.js +28 -0
  29. package/esm/icons/display/block.svg.js +25 -0
  30. package/esm/icons/display/dcolumn.svg.js +24 -0
  31. package/esm/icons/display/dcolumnReverse.svg.js +31 -0
  32. package/esm/icons/display/drow.svg.js +24 -0
  33. package/esm/icons/display/drowReverse.svg.js +25 -0
  34. package/esm/icons/display/flex.svg.js +37 -0
  35. package/esm/icons/display/inline-block.svg.js +25 -0
  36. package/esm/icons/display/inline.svg.js +19 -0
  37. package/esm/icons/display/jCenter.svg.js +28 -0
  38. package/esm/icons/display/jFlexEnd.svg.js +28 -0
  39. package/esm/icons/display/jFlexStart.svg.js +28 -0
  40. package/esm/icons/display/jSpaceAround.svg.js +28 -0
  41. package/esm/icons/display/jSpaceBetween.svg.js +28 -0
  42. package/esm/icons/feat/audio.svg.js +1 -1
  43. package/esm/icons/feat/custom.svg.js +1 -1
  44. package/esm/icons/feat/each.svg.js +1 -1
  45. package/esm/icons/feat/form.svg.js +1 -1
  46. package/esm/icons/feat/nav.svg.js +1 -1
  47. package/esm/icons/feat/qrcode.svg.js +1 -1
  48. package/esm/icons/feat/service.svg.js +1 -1
  49. package/esm/icons/feat/table.svg.js +1 -1
  50. package/esm/icons/feat/tasks.svg.js +1 -1
  51. package/esm/icons/feat/video.svg.js +1 -1
  52. package/esm/icons/feat/wizard.svg.js +1 -1
  53. package/esm/icons/form/chained-select.svg.js +1 -1
  54. package/esm/icons/form/checkbox.svg.js +1 -1
  55. package/esm/icons/form/checkboxes.svg.js +1 -1
  56. package/esm/icons/form/combo.svg.js +1 -1
  57. package/esm/icons/form/condition-builder.svg.js +1 -1
  58. package/esm/icons/form/diff-editor.svg.js +1 -1
  59. package/esm/icons/form/editor.svg.js +1 -1
  60. package/esm/icons/form/formula.svg.js +1 -1
  61. package/esm/icons/form/hidden.svg.js +1 -1
  62. package/esm/icons/form/input-city.svg.js +1 -1
  63. package/esm/icons/form/input-color.svg.js +1 -1
  64. package/esm/icons/form/input-date-range.svg.js +1 -1
  65. package/esm/icons/form/input-date.svg.js +1 -1
  66. package/esm/icons/form/input-datetime.svg.js +1 -1
  67. package/esm/icons/form/input-email.svg.js +1 -1
  68. package/esm/icons/form/input-excel.svg.js +1 -1
  69. package/esm/icons/form/input-file.svg.js +1 -1
  70. package/esm/icons/form/input-group.svg.js +1 -1
  71. package/esm/icons/form/input-image.svg.js +1 -1
  72. package/esm/icons/form/input-kv.svg.js +1 -1
  73. package/esm/icons/form/input-month-range.svg.js +1 -1
  74. package/esm/icons/form/input-number.svg.js +1 -1
  75. package/esm/icons/form/input-password.svg.js +1 -1
  76. package/esm/icons/form/input-quarter-range.svg.js +1 -1
  77. package/esm/icons/form/input-range.svg.js +1 -1
  78. package/esm/icons/form/input-rating.svg.js +1 -1
  79. package/esm/icons/form/input-repeat.svg.js +1 -1
  80. package/esm/icons/form/input-rich-text.svg.js +1 -1
  81. package/esm/icons/form/input-tag.svg.js +1 -1
  82. package/esm/icons/form/input-text.svg.js +1 -1
  83. package/esm/icons/form/input-time-range.svg.js +1 -1
  84. package/esm/icons/form/input-time.svg.js +1 -1
  85. package/esm/icons/form/input-tree.svg.js +1 -1
  86. package/esm/icons/form/input-url.svg.js +1 -1
  87. package/esm/icons/form/input-year.svg.js +1 -1
  88. package/esm/icons/form/inputArray.svg.js +1 -1
  89. package/esm/icons/form/list-select.svg.js +1 -1
  90. package/esm/icons/form/location-picker.svg.js +1 -1
  91. package/esm/icons/form/matrix-checkboxes.svg.js +1 -1
  92. package/esm/icons/form/month.svg.js +1 -1
  93. package/esm/icons/form/nested-select.svg.js +1 -1
  94. package/esm/icons/form/picker.svg.js +1 -1
  95. package/esm/icons/form/quarter.svg.js +1 -1
  96. package/esm/icons/form/radios.svg.js +1 -1
  97. package/esm/icons/form/select.svg.js +1 -1
  98. package/esm/icons/form/static.svg.js +1 -1
  99. package/esm/icons/form/sub-form.svg.js +1 -1
  100. package/esm/icons/form/switch.svg.js +1 -1
  101. package/esm/icons/form/tabs-transfer.svg.js +1 -1
  102. package/esm/icons/form/textarea.svg.js +1 -1
  103. package/esm/icons/form/transfer.svg.js +1 -1
  104. package/esm/icons/form/tree-select.svg.js +1 -1
  105. package/esm/icons/form/uuid.svg.js +1 -1
  106. package/esm/icons/index.js +47 -1
  107. package/esm/icons/layout/layout-1with2.svg.js +1 -1
  108. package/esm/icons/layout/layout-2cols.svg.js +1 -1
  109. package/esm/icons/layout/layout-2row.svg.js +1 -1
  110. package/esm/icons/layout/layout-2with1.svg.js +1 -1
  111. package/esm/icons/layout/layout-3cols.svg.js +1 -1
  112. package/esm/icons/layout/layout-3row.svg.js +1 -1
  113. package/esm/icons/layout/layout-absolute.svg.js +1 -1
  114. package/esm/icons/layout/layout-fixed-top.svg.js +1 -1
  115. package/esm/icons/layout/layout-fixed.svg.js +1 -1
  116. package/esm/icons/layout/layout-free-container.svg.js +1 -1
  117. package/esm/icons/layout/layout-full.svg.js +1 -1
  118. package/esm/icons/layout/layout1-2.svg.js +1 -1
  119. package/esm/icons/layout/layout2-1.svg.js +1 -1
  120. package/esm/icons/layout/layout3-1.svg.js +1 -1
  121. package/esm/icons/layout/layout3-2.svg.js +1 -1
  122. package/esm/icons/other/_fx.svg.js +42 -0
  123. package/esm/icons/other/divider.svg.js +1 -1
  124. package/esm/icons/other/fx.svg.js +27 -0
  125. package/esm/icons/other/property-sheet.svg.js +1 -1
  126. package/esm/icons/other/tooltip.svg.js +1 -1
  127. package/esm/icons/show/URL.svg.js +1 -1
  128. package/esm/icons/show/avatar.svg.js +1 -1
  129. package/esm/icons/show/breadcrumb.svg.js +1 -1
  130. package/esm/icons/show/card.svg.js +1 -1
  131. package/esm/icons/show/cards.svg.js +1 -1
  132. package/esm/icons/show/carousel.svg.js +1 -1
  133. package/esm/icons/show/chart.svg.js +1 -1
  134. package/esm/icons/show/code.svg.js +1 -1
  135. package/esm/icons/show/date.svg.js +1 -1
  136. package/esm/icons/show/datetime.svg.js +1 -1
  137. package/esm/icons/show/image.svg.js +1 -1
  138. package/esm/icons/show/images.svg.js +1 -1
  139. package/esm/icons/show/json-view.svg.js +1 -1
  140. package/esm/icons/show/list.svg.js +1 -1
  141. package/esm/icons/show/log.svg.js +1 -1
  142. package/esm/icons/show/mapping.svg.js +1 -1
  143. package/esm/icons/show/markdown.svg.js +1 -1
  144. package/esm/icons/show/plain.svg.js +1 -1
  145. package/esm/icons/show/progress.svg.js +1 -1
  146. package/esm/icons/show/sparkline.svg.js +1 -1
  147. package/esm/icons/show/status.svg.js +1 -1
  148. package/esm/icons/show/steps.svg.js +1 -1
  149. package/esm/icons/show/time.svg.js +1 -1
  150. package/esm/icons/theme/css.svg.js +21 -0
  151. package/esm/index.d.ts +113 -101
  152. package/esm/index.js +115 -103
  153. package/esm/locale/en-US.js +149 -2
  154. package/esm/locale/zh-CN.js +159 -3
  155. package/esm/plugin/Alert.d.ts +4 -2
  156. package/esm/plugin/Alert.js +81 -154
  157. package/esm/plugin/AnchorNav.js +236 -331
  158. package/esm/plugin/Audio.d.ts +2 -1
  159. package/esm/plugin/Audio.js +104 -163
  160. package/esm/plugin/Avatar.d.ts +2 -1
  161. package/esm/plugin/Avatar.js +219 -293
  162. package/esm/plugin/Breadcrumb.js +66 -136
  163. package/esm/plugin/Button.d.ts +4 -2
  164. package/esm/plugin/Button.js +279 -359
  165. package/esm/plugin/ButtonGroup.d.ts +2 -1
  166. package/esm/plugin/ButtonGroup.js +101 -175
  167. package/esm/plugin/CRUD.d.ts +23 -2
  168. package/esm/plugin/CRUD.js +1083 -1183
  169. package/esm/plugin/CRUD2.d.ts +2 -3
  170. package/esm/plugin/CRUD2.js +869 -1136
  171. package/esm/plugin/Card.d.ts +2 -1
  172. package/esm/plugin/Card.js +175 -264
  173. package/esm/plugin/Card2.d.ts +2 -1
  174. package/esm/plugin/Card2.js +68 -137
  175. package/esm/plugin/Cards.d.ts +1 -0
  176. package/esm/plugin/Cards.js +218 -302
  177. package/esm/plugin/Carousel.d.ts +3 -2
  178. package/esm/plugin/Carousel.js +265 -331
  179. package/esm/plugin/Chart.d.ts +1 -1
  180. package/esm/plugin/Chart.js +194 -274
  181. package/esm/plugin/CodeView.d.ts +1 -1
  182. package/esm/plugin/CodeView.js +39 -104
  183. package/esm/plugin/Collapse.d.ts +1 -1
  184. package/esm/plugin/Collapse.js +89 -164
  185. package/esm/plugin/CollapseGroup.d.ts +1 -1
  186. package/esm/plugin/CollapseGroup.js +176 -251
  187. package/esm/plugin/ColumnToggler.d.ts +1 -1
  188. package/esm/plugin/ColumnToggler.js +72 -137
  189. package/esm/plugin/Container.d.ts +2 -1
  190. package/esm/plugin/Container.js +124 -275
  191. package/esm/plugin/Custom.js +72 -142
  192. package/esm/plugin/CustomRegion.js +98 -173
  193. package/esm/plugin/Date.d.ts +2 -1
  194. package/esm/plugin/Date.js +70 -112
  195. package/esm/plugin/Datetime.d.ts +1 -1
  196. package/esm/plugin/Datetime.js +65 -82
  197. package/esm/plugin/Dialog.d.ts +2 -2
  198. package/esm/plugin/Dialog.js +158 -228
  199. package/esm/plugin/Divider.d.ts +2 -0
  200. package/esm/plugin/Divider.js +30 -88
  201. package/esm/plugin/Drawer.d.ts +2 -2
  202. package/esm/plugin/Drawer.js +197 -257
  203. package/esm/plugin/DropDownButton.d.ts +1 -0
  204. package/esm/plugin/DropDownButton.js +173 -262
  205. package/esm/plugin/Each.d.ts +1 -0
  206. package/esm/plugin/Each.js +103 -182
  207. package/esm/plugin/Flex.d.ts +1 -0
  208. package/esm/plugin/Flex.js +5 -19
  209. package/esm/plugin/Form/ButtonGroupSelect.d.ts +1 -1
  210. package/esm/plugin/Form/ButtonGroupSelect.js +117 -201
  211. package/esm/plugin/Form/ButtonToolbar.d.ts +2 -1
  212. package/esm/plugin/Form/ButtonToolbar.js +89 -168
  213. package/esm/plugin/Form/ChainedSelect.d.ts +1 -1
  214. package/esm/plugin/Form/ChainedSelect.js +124 -209
  215. package/esm/plugin/Form/Checkbox.d.ts +2 -1
  216. package/esm/plugin/Form/Checkbox.js +121 -205
  217. package/esm/plugin/Form/Checkboxes.d.ts +1 -2
  218. package/esm/plugin/Form/Checkboxes.js +141 -232
  219. package/esm/plugin/Form/CodeEditor.d.ts +0 -1
  220. package/esm/plugin/Form/CodeEditor.js +153 -243
  221. package/esm/plugin/Form/Combo.d.ts +1 -1
  222. package/esm/plugin/Form/Combo.js +432 -529
  223. package/esm/plugin/Form/ConditionBuilder.d.ts +1 -1
  224. package/esm/plugin/Form/ConditionBuilder.js +88 -158
  225. package/esm/plugin/Form/Control.d.ts +1 -1
  226. package/esm/plugin/Form/Control.js +52 -127
  227. package/esm/plugin/Form/DiffEditor.d.ts +0 -1
  228. package/esm/plugin/Form/DiffEditor.js +160 -250
  229. package/esm/plugin/Form/FieldSet.d.ts +1 -1
  230. package/esm/plugin/Form/FieldSet.js +97 -167
  231. package/esm/plugin/Form/Form.d.ts +1 -2
  232. package/esm/plugin/Form/Form.js +580 -681
  233. package/esm/plugin/Form/Formula.d.ts +1 -10
  234. package/esm/plugin/Form/Formula.js +55 -130
  235. package/esm/plugin/Form/Group.js +173 -253
  236. package/esm/plugin/Form/Hidden.d.ts +1 -10
  237. package/esm/plugin/Form/Hidden.js +29 -99
  238. package/esm/plugin/Form/InputArray.js +145 -235
  239. package/esm/plugin/Form/InputCity.d.ts +2 -1
  240. package/esm/plugin/Form/InputCity.js +122 -206
  241. package/esm/plugin/Form/InputColor.d.ts +2 -1
  242. package/esm/plugin/Form/InputColor.js +201 -295
  243. package/esm/plugin/Form/InputDate.d.ts +1 -2
  244. package/esm/plugin/Form/InputDate.js +218 -297
  245. package/esm/plugin/Form/InputDateRange.d.ts +1 -2
  246. package/esm/plugin/Form/InputDateRange.js +326 -357
  247. package/esm/plugin/Form/InputDateTime.js +24 -89
  248. package/esm/plugin/Form/InputDateTimeRange.d.ts +0 -1
  249. package/esm/plugin/Form/InputDateTimeRange.js +24 -95
  250. package/esm/plugin/Form/InputEmail.js +22 -77
  251. package/esm/plugin/Form/InputExcel.d.ts +1 -1
  252. package/esm/plugin/Form/InputExcel.js +80 -160
  253. package/esm/plugin/Form/InputFile.d.ts +1 -1
  254. package/esm/plugin/Form/InputFile.js +264 -344
  255. package/esm/plugin/Form/InputGroup.d.ts +2 -2
  256. package/esm/plugin/Form/InputGroup.js +65 -144
  257. package/esm/plugin/Form/InputImage.d.ts +1 -1
  258. package/esm/plugin/Form/InputImage.js +363 -383
  259. package/esm/plugin/Form/InputKV.d.ts +1 -0
  260. package/esm/plugin/Form/InputKV.js +90 -164
  261. package/esm/plugin/Form/InputMonth.js +21 -86
  262. package/esm/plugin/Form/InputMonthRange.d.ts +0 -1
  263. package/esm/plugin/Form/InputMonthRange.js +24 -95
  264. package/esm/plugin/Form/InputNumber.d.ts +1 -2
  265. package/esm/plugin/Form/InputNumber.js +198 -277
  266. package/esm/plugin/Form/InputPassword.js +22 -77
  267. package/esm/plugin/Form/InputQuarter.js +21 -86
  268. package/esm/plugin/Form/InputQuarterRange.d.ts +0 -1
  269. package/esm/plugin/Form/InputQuarterRange.js +24 -95
  270. package/esm/plugin/Form/InputRange.d.ts +1 -1
  271. package/esm/plugin/Form/InputRange.js +220 -305
  272. package/esm/plugin/Form/InputRating.d.ts +1 -1
  273. package/esm/plugin/Form/InputRating.js +266 -356
  274. package/esm/plugin/Form/InputRepeat.js +38 -103
  275. package/esm/plugin/Form/InputRichText.d.ts +0 -1
  276. package/esm/plugin/Form/InputRichText.js +224 -299
  277. package/esm/plugin/Form/InputSubForm.d.ts +0 -1
  278. package/esm/plugin/Form/InputSubForm.js +155 -240
  279. package/esm/plugin/Form/InputTable.d.ts +2 -1
  280. package/esm/plugin/Form/InputTable.js +621 -647
  281. package/esm/plugin/Form/InputTag.d.ts +3 -2
  282. package/esm/plugin/Form/InputTag.js +115 -199
  283. package/esm/plugin/Form/InputText.d.ts +2 -1
  284. package/esm/plugin/Form/InputText.js +271 -394
  285. package/esm/plugin/Form/InputTime.js +24 -89
  286. package/esm/plugin/Form/InputTimeRange.d.ts +0 -1
  287. package/esm/plugin/Form/InputTimeRange.js +24 -95
  288. package/esm/plugin/Form/InputTree.d.ts +1 -1
  289. package/esm/plugin/Form/InputTree.js +424 -519
  290. package/esm/plugin/Form/InputURL.js +23 -83
  291. package/esm/plugin/Form/InputYear.js +21 -86
  292. package/esm/plugin/Form/InputYearRange.d.ts +0 -1
  293. package/esm/plugin/Form/InputYearRange.js +24 -95
  294. package/esm/plugin/Form/Item.d.ts +1 -1
  295. package/esm/plugin/Form/Item.js +173 -213
  296. package/esm/plugin/Form/ListSelect.d.ts +1 -2
  297. package/esm/plugin/Form/ListSelect.js +83 -171
  298. package/esm/plugin/Form/LocationPicker.d.ts +3 -2
  299. package/esm/plugin/Form/LocationPicker.js +88 -114
  300. package/esm/plugin/Form/MatrixCheckboxes.d.ts +1 -1
  301. package/esm/plugin/Form/MatrixCheckboxes.js +148 -233
  302. package/esm/plugin/Form/NestedSelect.d.ts +1 -1
  303. package/esm/plugin/Form/NestedSelect.js +235 -325
  304. package/esm/plugin/Form/Picker.d.ts +1 -0
  305. package/esm/plugin/Form/Picker.js +177 -261
  306. package/esm/plugin/Form/Radios.d.ts +2 -2
  307. package/esm/plugin/Form/Radios.js +126 -224
  308. package/esm/plugin/Form/Select.d.ts +2 -2
  309. package/esm/plugin/Form/Select.js +244 -334
  310. package/esm/plugin/Form/Static.d.ts +2 -2
  311. package/esm/plugin/Form/Static.js +272 -372
  312. package/esm/plugin/Form/Switch.d.ts +2 -2
  313. package/esm/plugin/Form/Switch.js +156 -246
  314. package/esm/plugin/Form/TabsTransfer.d.ts +1 -1
  315. package/esm/plugin/Form/TabsTransfer.js +227 -317
  316. package/esm/plugin/Form/Textarea.d.ts +0 -2
  317. package/esm/plugin/Form/Textarea.js +127 -212
  318. package/esm/plugin/Form/Transfer.d.ts +1 -1
  319. package/esm/plugin/Form/Transfer.js +256 -346
  320. package/esm/plugin/Form/TreeSelect.d.ts +1 -1
  321. package/esm/plugin/Form/TreeSelect.js +410 -505
  322. package/esm/plugin/Form/UUID.d.ts +1 -10
  323. package/esm/plugin/Form/UUID.js +29 -99
  324. package/esm/plugin/Grid.d.ts +1 -1
  325. package/esm/plugin/Grid.js +511 -638
  326. package/esm/plugin/HBox.d.ts +1 -1
  327. package/esm/plugin/HBox.js +463 -577
  328. package/esm/plugin/IFrame.d.ts +2 -11
  329. package/esm/plugin/IFrame.js +53 -125
  330. package/esm/plugin/Icon.d.ts +23 -0
  331. package/esm/plugin/Icon.js +122 -0
  332. package/esm/plugin/Image.d.ts +3 -2
  333. package/esm/plugin/Image.js +219 -303
  334. package/esm/plugin/Images.d.ts +6 -3
  335. package/esm/plugin/Images.js +158 -224
  336. package/esm/plugin/Json.d.ts +1 -1
  337. package/esm/plugin/Json.js +40 -110
  338. package/esm/plugin/Layout/FlexPluginBase.js +175 -355
  339. package/esm/plugin/Layout/Layout1_2_v4.d.ts +1 -0
  340. package/esm/plugin/Layout/Layout_fixed.d.ts +1 -0
  341. package/esm/plugin/Layout/Layout_fixed.js +23 -57
  342. package/esm/plugin/Layout/Layout_free_container.d.ts +0 -1
  343. package/esm/plugin/Layout/Layout_free_container.js +18 -58
  344. package/esm/plugin/Layout/Layout_sorption_container.d.ts +1 -0
  345. package/esm/plugin/Layout/Layout_sorption_container.js +27 -64
  346. package/esm/plugin/Link.d.ts +1 -0
  347. package/esm/plugin/Link.js +63 -127
  348. package/esm/plugin/List.js +267 -376
  349. package/esm/plugin/ListItem.d.ts +2 -1
  350. package/esm/plugin/ListItem.js +133 -187
  351. package/esm/plugin/Log.d.ts +1 -1
  352. package/esm/plugin/Log.js +96 -166
  353. package/esm/plugin/Mapping.d.ts +1 -0
  354. package/esm/plugin/Mapping.js +150 -241
  355. package/esm/plugin/Markdown.d.ts +2 -1
  356. package/esm/plugin/Markdown.js +32 -96
  357. package/esm/plugin/Nav.d.ts +6 -2
  358. package/esm/plugin/Nav.js +310 -198
  359. package/esm/plugin/OfficeViewer.d.ts +24 -0
  360. package/esm/plugin/Operation.d.ts +1 -1
  361. package/esm/plugin/Operation.js +47 -112
  362. package/esm/plugin/Others/Action.d.ts +3 -1
  363. package/esm/plugin/Others/Action.js +305 -329
  364. package/esm/plugin/Others/TableCell.d.ts +1 -1
  365. package/esm/plugin/Others/TableCell.js +304 -329
  366. package/esm/plugin/Page.d.ts +3 -4
  367. package/esm/plugin/Page.js +267 -377
  368. package/esm/plugin/Pagination.d.ts +1 -1
  369. package/esm/plugin/Pagination.js +211 -296
  370. package/esm/plugin/Panel.d.ts +2 -2
  371. package/esm/plugin/Panel.js +172 -252
  372. package/esm/plugin/Plain.d.ts +1 -1
  373. package/esm/plugin/Plain.js +101 -186
  374. package/esm/plugin/Progress.d.ts +4 -1
  375. package/esm/plugin/Progress.js +204 -277
  376. package/esm/plugin/Property.js +89 -149
  377. package/esm/plugin/QRCode.d.ts +1 -0
  378. package/esm/plugin/QRCode.js +64 -128
  379. package/esm/plugin/Reset.js +13 -58
  380. package/esm/plugin/SearchBox.d.ts +25 -0
  381. package/esm/plugin/SearchBox.js +146 -0
  382. package/esm/plugin/Service.d.ts +1 -1
  383. package/esm/plugin/Service.js +166 -251
  384. package/esm/plugin/Sparkline.js +24 -89
  385. package/esm/plugin/Status.d.ts +2 -1
  386. package/esm/plugin/Status.js +226 -298
  387. package/esm/plugin/Steps.js +90 -140
  388. package/esm/plugin/Submit.js +13 -53
  389. package/esm/plugin/Table.d.ts +2 -2
  390. package/esm/plugin/Table.js +542 -641
  391. package/esm/plugin/Table2.d.ts +2 -2
  392. package/esm/plugin/Table2.js +732 -823
  393. package/esm/plugin/TableCell2.js +411 -436
  394. package/esm/plugin/TableView.d.ts +0 -1
  395. package/esm/plugin/TableView.js +563 -622
  396. package/esm/plugin/Tabs.d.ts +0 -1
  397. package/esm/plugin/Tabs.js +339 -466
  398. package/esm/plugin/Tag.d.ts +1 -1
  399. package/esm/plugin/Tag.js +153 -202
  400. package/esm/plugin/Tasks.d.ts +0 -1
  401. package/esm/plugin/Tasks.js +162 -227
  402. package/esm/plugin/Time.d.ts +0 -1
  403. package/esm/plugin/Time.js +69 -85
  404. package/esm/plugin/Timeline.d.ts +1 -1
  405. package/esm/plugin/Timeline.js +91 -168
  406. package/esm/plugin/TooltipWrapper.d.ts +2 -1
  407. package/esm/plugin/TooltipWrapper.js +190 -264
  408. package/esm/plugin/Tpl.d.ts +3 -1
  409. package/esm/plugin/Tpl.js +90 -175
  410. package/esm/plugin/Video.d.ts +2 -2
  411. package/esm/plugin/Video.js +101 -171
  412. package/esm/plugin/WebComponent.d.ts +1 -1
  413. package/esm/plugin/WebComponent.js +45 -125
  414. package/esm/plugin/Wizard.js +623 -733
  415. package/esm/plugin/Wrapper.d.ts +2 -1
  416. package/esm/plugin/Wrapper.js +105 -252
  417. package/esm/renderer/APIAdaptorControl.d.ts +150 -0
  418. package/esm/renderer/APIAdaptorControl.js +300 -0
  419. package/esm/renderer/APIControl.d.ts +8 -5544
  420. package/esm/renderer/APIControl.js +709 -836
  421. package/esm/renderer/ActionApiControl.d.ts +12 -6680
  422. package/esm/renderer/BadgeControl.d.ts +10 -10
  423. package/esm/renderer/BadgeControl.js +235 -269
  424. package/esm/renderer/ButtonGroupControl.d.ts +21 -0
  425. package/esm/renderer/ButtonGroupControl.js +37 -0
  426. package/esm/renderer/DataBindingControl.d.ts +3 -2
  427. package/esm/renderer/DataBindingControl.js +172 -208
  428. package/esm/renderer/DataMappingControl.d.ts +2 -2
  429. package/esm/renderer/DataMappingControl.js +28 -38
  430. package/esm/renderer/DataPickerControl.js +35 -50
  431. package/esm/renderer/DateShortCutControl.js +251 -346
  432. package/esm/renderer/ExpressionFormulaControl.d.ts +1 -2
  433. package/esm/renderer/ExpressionFormulaControl.js +160 -242
  434. package/esm/renderer/FeatureControl.d.ts +1 -1
  435. package/esm/renderer/FeatureControl.js +179 -241
  436. package/esm/renderer/FlexSettingControl.d.ts +20 -0
  437. package/esm/renderer/FlexSettingControl.js +175 -0
  438. package/esm/renderer/FormulaControl.d.ts +9 -2
  439. package/esm/renderer/FormulaControl.js +377 -470
  440. package/esm/renderer/GoConfigControl.js +25 -35
  441. package/esm/renderer/MapSourceControl.d.ts +12 -1605
  442. package/esm/renderer/MapSourceControl.js +283 -358
  443. package/esm/renderer/NavBadgeControl.d.ts +78 -0
  444. package/esm/renderer/NavBadgeControl.js +283 -0
  445. package/esm/renderer/NavDefaultActive.d.ts +19 -0
  446. package/esm/renderer/NavDefaultActive.js +105 -0
  447. package/esm/renderer/NavSourceControl.d.ts +68 -0
  448. package/esm/renderer/NavSourceControl.js +370 -0
  449. package/esm/renderer/OptionControl.d.ts +24 -9
  450. package/esm/renderer/OptionControl.js +705 -780
  451. package/esm/renderer/RangePartsControl.js +264 -339
  452. package/esm/renderer/StatusControl.d.ts +5 -2
  453. package/esm/renderer/StatusControl.js +147 -169
  454. package/esm/renderer/SwitchMoreControl.d.ts +27 -174
  455. package/esm/renderer/SwitchMoreControl.js +311 -413
  456. package/esm/renderer/TimelineItemControl.d.ts +2 -2
  457. package/esm/renderer/TimelineItemControl.js +422 -540
  458. package/esm/renderer/TplFormulaControl.d.ts +75 -0
  459. package/esm/renderer/TplFormulaControl.js +391 -0
  460. package/esm/renderer/TransferTableControl.d.ts +5 -4
  461. package/esm/renderer/TransferTableControl.js +344 -409
  462. package/esm/renderer/TreeOptionControl.d.ts +6 -5
  463. package/esm/renderer/TreeOptionControl.js +488 -605
  464. package/esm/renderer/ValidationControl.d.ts +1 -0
  465. package/esm/renderer/ValidationControl.js +274 -284
  466. package/esm/renderer/ValidationItem.js +124 -160
  467. package/esm/renderer/event-control/action-config-dialog.js +199 -214
  468. package/esm/renderer/event-control/action-config-panel.d.ts +1 -1
  469. package/esm/renderer/event-control/action-config-panel.js +33 -42
  470. package/esm/renderer/event-control/comp-action-select.js +28 -38
  471. package/esm/renderer/event-control/helper.d.ts +22 -32
  472. package/esm/renderer/event-control/helper.js +176 -86
  473. package/esm/renderer/event-control/index.js +676 -817
  474. package/esm/renderer/style-control/Background.js +6 -11
  475. package/esm/renderer/style-control/Border.js +7 -12
  476. package/esm/renderer/style-control/BoxModel.js +4 -9
  477. package/esm/renderer/style-control/BoxShadow.js +7 -12
  478. package/esm/renderer/style-control/Display.js +4 -9
  479. package/esm/renderer/style-control/Font.js +4 -9
  480. package/esm/renderer/style-control/InsetBoxModel.js +4 -9
  481. package/esm/renderer/style-control/{ThemeClassName.d.ts → ThemeCssCode.d.ts} +1 -1
  482. package/esm/renderer/style-control/ThemeCssCode.js +347 -0
  483. package/esm/renderer/style-control/font-family.js +1 -1
  484. package/esm/renderer/style-control/helper.d.ts +2 -0
  485. package/esm/renderer/style-control/helper.js +62 -0
  486. package/esm/renderer/style-control/themeLanguage.d.ts +1 -0
  487. package/esm/renderer/style-control/themeLanguage.js +1894 -0
  488. package/esm/renderer/style-control/transformation.js +3 -2
  489. package/esm/renderer/textarea-formula/FormulaPicker.d.ts +4 -0
  490. package/esm/renderer/textarea-formula/FormulaPicker.js +45 -25
  491. package/esm/renderer/textarea-formula/TextareaFormulaControl.d.ts +56 -14
  492. package/esm/renderer/textarea-formula/TextareaFormulaControl.js +308 -326
  493. package/esm/renderer/textarea-formula/plugin.d.ts +17 -7
  494. package/esm/renderer/textarea-formula/plugin.js +188 -225
  495. package/esm/renderer/textarea-formula/utils.js +8 -6
  496. package/esm/tpl/api.js +1 -1
  497. package/esm/tpl/common.js +47 -15
  498. package/esm/tpl/horizontal.js +1 -1
  499. package/esm/tpl/index.d.ts +1 -0
  500. package/esm/tpl/layout.js +36 -12
  501. package/esm/tpl/options.js +20 -6
  502. package/esm/tpl/remark.d.ts +1 -0
  503. package/esm/tpl/remark.js +19 -0
  504. package/esm/tpl/style.js +96 -76
  505. package/esm/tpl/validations.js +4 -4
  506. package/esm/util.d.ts +19 -33
  507. package/esm/util.js +20 -3
  508. package/esm/validator.js +5 -5
  509. package/lib/component/BaseControl.d.ts +1 -799
  510. package/lib/component/BaseControl.js +8 -8
  511. package/lib/component/InputComponentName.d.ts +1 -2
  512. package/lib/component/InputComponentName.js +3 -2
  513. package/lib/component/TableViewEditor.d.ts +1 -1
  514. package/lib/component/TableViewEditor.js +361 -523
  515. package/lib/icons/btn/btn-group.svg.js +1 -1
  516. package/lib/icons/btn/btn-select.svg.js +1 -1
  517. package/lib/icons/btn/btn-toolbar.svg.js +1 -1
  518. package/lib/icons/btn/button.svg.js +1 -1
  519. package/lib/icons/btn/dropdown-btn.svg.js +1 -1
  520. package/lib/icons/container/anchor-nav.svg.js +1 -1
  521. package/lib/icons/container/collapse.svg.js +1 -1
  522. package/lib/icons/container/container.svg.js +1 -1
  523. package/lib/icons/container/flex-container.svg.js +1 -1
  524. package/lib/icons/container/form-group.svg.js +1 -1
  525. package/lib/icons/container/grid.svg.js +1 -1
  526. package/lib/icons/container/iframe.svg.js +1 -1
  527. package/lib/icons/container/panel.svg.js +1 -1
  528. package/lib/icons/container/table-view.svg.js +1 -1
  529. package/lib/icons/container/tabs.svg.js +1 -1
  530. package/lib/icons/container/tooltip-wrapper.svg.js +1 -1
  531. package/lib/icons/container/web-component.svg.js +1 -1
  532. package/lib/icons/display/aBaseline.svg.js +52 -0
  533. package/lib/icons/display/aCenter.svg.js +52 -0
  534. package/lib/icons/display/aFlexEnd.svg.js +52 -0
  535. package/lib/icons/display/aFlexStart.svg.js +52 -0
  536. package/lib/icons/display/aStretch.svg.js +52 -0
  537. package/lib/icons/display/block.svg.js +49 -0
  538. package/lib/icons/display/dcolumn.svg.js +48 -0
  539. package/lib/icons/display/dcolumnReverse.svg.js +55 -0
  540. package/lib/icons/display/drow.svg.js +48 -0
  541. package/lib/icons/display/drowReverse.svg.js +49 -0
  542. package/lib/icons/display/flex.svg.js +61 -0
  543. package/lib/icons/display/inline-block.svg.js +49 -0
  544. package/lib/icons/display/inline.svg.js +43 -0
  545. package/lib/icons/display/jCenter.svg.js +52 -0
  546. package/lib/icons/display/jFlexEnd.svg.js +52 -0
  547. package/lib/icons/display/jFlexStart.svg.js +52 -0
  548. package/lib/icons/display/jSpaceAround.svg.js +52 -0
  549. package/lib/icons/display/jSpaceBetween.svg.js +52 -0
  550. package/lib/icons/feat/audio.svg.js +1 -1
  551. package/lib/icons/feat/custom.svg.js +1 -1
  552. package/lib/icons/feat/each.svg.js +1 -1
  553. package/lib/icons/feat/form.svg.js +1 -1
  554. package/lib/icons/feat/nav.svg.js +1 -1
  555. package/lib/icons/feat/qrcode.svg.js +1 -1
  556. package/lib/icons/feat/service.svg.js +1 -1
  557. package/lib/icons/feat/table.svg.js +1 -1
  558. package/lib/icons/feat/tasks.svg.js +1 -1
  559. package/lib/icons/feat/video.svg.js +1 -1
  560. package/lib/icons/feat/wizard.svg.js +1 -1
  561. package/lib/icons/form/chained-select.svg.js +1 -1
  562. package/lib/icons/form/checkbox.svg.js +1 -1
  563. package/lib/icons/form/checkboxes.svg.js +1 -1
  564. package/lib/icons/form/combo.svg.js +1 -1
  565. package/lib/icons/form/condition-builder.svg.js +1 -1
  566. package/lib/icons/form/diff-editor.svg.js +1 -1
  567. package/lib/icons/form/editor.svg.js +1 -1
  568. package/lib/icons/form/formula.svg.js +1 -1
  569. package/lib/icons/form/hidden.svg.js +1 -1
  570. package/lib/icons/form/input-city.svg.js +1 -1
  571. package/lib/icons/form/input-color.svg.js +1 -1
  572. package/lib/icons/form/input-date-range.svg.js +1 -1
  573. package/lib/icons/form/input-date.svg.js +1 -1
  574. package/lib/icons/form/input-datetime.svg.js +1 -1
  575. package/lib/icons/form/input-email.svg.js +1 -1
  576. package/lib/icons/form/input-excel.svg.js +1 -1
  577. package/lib/icons/form/input-file.svg.js +1 -1
  578. package/lib/icons/form/input-group.svg.js +1 -1
  579. package/lib/icons/form/input-image.svg.js +1 -1
  580. package/lib/icons/form/input-kv.svg.js +1 -1
  581. package/lib/icons/form/input-month-range.svg.js +1 -1
  582. package/lib/icons/form/input-number.svg.js +1 -1
  583. package/lib/icons/form/input-password.svg.js +1 -1
  584. package/lib/icons/form/input-quarter-range.svg.js +1 -1
  585. package/lib/icons/form/input-range.svg.js +1 -1
  586. package/lib/icons/form/input-rating.svg.js +1 -1
  587. package/lib/icons/form/input-repeat.svg.js +1 -1
  588. package/lib/icons/form/input-rich-text.svg.js +1 -1
  589. package/lib/icons/form/input-tag.svg.js +1 -1
  590. package/lib/icons/form/input-text.svg.js +1 -1
  591. package/lib/icons/form/input-time-range.svg.js +1 -1
  592. package/lib/icons/form/input-time.svg.js +1 -1
  593. package/lib/icons/form/input-tree.svg.js +1 -1
  594. package/lib/icons/form/input-url.svg.js +1 -1
  595. package/lib/icons/form/input-year.svg.js +1 -1
  596. package/lib/icons/form/inputArray.svg.js +1 -1
  597. package/lib/icons/form/list-select.svg.js +1 -1
  598. package/lib/icons/form/location-picker.svg.js +1 -1
  599. package/lib/icons/form/matrix-checkboxes.svg.js +1 -1
  600. package/lib/icons/form/month.svg.js +1 -1
  601. package/lib/icons/form/nested-select.svg.js +1 -1
  602. package/lib/icons/form/picker.svg.js +1 -1
  603. package/lib/icons/form/quarter.svg.js +1 -1
  604. package/lib/icons/form/radios.svg.js +1 -1
  605. package/lib/icons/form/select.svg.js +1 -1
  606. package/lib/icons/form/static.svg.js +1 -1
  607. package/lib/icons/form/sub-form.svg.js +1 -1
  608. package/lib/icons/form/switch.svg.js +1 -1
  609. package/lib/icons/form/tabs-transfer.svg.js +1 -1
  610. package/lib/icons/form/textarea.svg.js +1 -1
  611. package/lib/icons/form/transfer.svg.js +1 -1
  612. package/lib/icons/form/tree-select.svg.js +1 -1
  613. package/lib/icons/form/uuid.svg.js +1 -1
  614. package/lib/icons/index.js +47 -1
  615. package/lib/icons/layout/layout-1with2.svg.js +1 -1
  616. package/lib/icons/layout/layout-2cols.svg.js +1 -1
  617. package/lib/icons/layout/layout-2row.svg.js +1 -1
  618. package/lib/icons/layout/layout-2with1.svg.js +1 -1
  619. package/lib/icons/layout/layout-3cols.svg.js +1 -1
  620. package/lib/icons/layout/layout-3row.svg.js +1 -1
  621. package/lib/icons/layout/layout-absolute.svg.js +1 -1
  622. package/lib/icons/layout/layout-fixed-top.svg.js +1 -1
  623. package/lib/icons/layout/layout-fixed.svg.js +1 -1
  624. package/lib/icons/layout/layout-free-container.svg.js +1 -1
  625. package/lib/icons/layout/layout-full.svg.js +1 -1
  626. package/lib/icons/layout/layout1-2.svg.js +1 -1
  627. package/lib/icons/layout/layout2-1.svg.js +1 -1
  628. package/lib/icons/layout/layout3-1.svg.js +1 -1
  629. package/lib/icons/layout/layout3-2.svg.js +1 -1
  630. package/lib/icons/other/_fx.svg.js +66 -0
  631. package/lib/icons/other/divider.svg.js +1 -1
  632. package/lib/icons/other/fx.svg.js +51 -0
  633. package/lib/icons/other/property-sheet.svg.js +1 -1
  634. package/lib/icons/other/tooltip.svg.js +1 -1
  635. package/lib/icons/show/URL.svg.js +1 -1
  636. package/lib/icons/show/avatar.svg.js +1 -1
  637. package/lib/icons/show/breadcrumb.svg.js +1 -1
  638. package/lib/icons/show/card.svg.js +1 -1
  639. package/lib/icons/show/cards.svg.js +1 -1
  640. package/lib/icons/show/carousel.svg.js +1 -1
  641. package/lib/icons/show/chart.svg.js +1 -1
  642. package/lib/icons/show/code.svg.js +1 -1
  643. package/lib/icons/show/date.svg.js +1 -1
  644. package/lib/icons/show/datetime.svg.js +1 -1
  645. package/lib/icons/show/image.svg.js +1 -1
  646. package/lib/icons/show/images.svg.js +1 -1
  647. package/lib/icons/show/json-view.svg.js +1 -1
  648. package/lib/icons/show/list.svg.js +1 -1
  649. package/lib/icons/show/log.svg.js +1 -1
  650. package/lib/icons/show/mapping.svg.js +1 -1
  651. package/lib/icons/show/markdown.svg.js +1 -1
  652. package/lib/icons/show/plain.svg.js +1 -1
  653. package/lib/icons/show/progress.svg.js +1 -1
  654. package/lib/icons/show/sparkline.svg.js +1 -1
  655. package/lib/icons/show/status.svg.js +1 -1
  656. package/lib/icons/show/steps.svg.js +1 -1
  657. package/lib/icons/show/time.svg.js +1 -1
  658. package/lib/icons/theme/css.svg.js +45 -0
  659. package/lib/index.d.ts +113 -101
  660. package/lib/index.js +115 -103
  661. package/lib/locale/en-US.js +149 -2
  662. package/lib/locale/zh-CN.js +159 -3
  663. package/lib/plugin/Alert.d.ts +4 -2
  664. package/lib/plugin/Alert.js +81 -154
  665. package/lib/plugin/AnchorNav.js +235 -330
  666. package/lib/plugin/Audio.d.ts +2 -1
  667. package/lib/plugin/Audio.js +104 -163
  668. package/lib/plugin/Avatar.d.ts +2 -1
  669. package/lib/plugin/Avatar.js +219 -293
  670. package/lib/plugin/Breadcrumb.js +66 -136
  671. package/lib/plugin/Button.d.ts +4 -2
  672. package/lib/plugin/Button.js +278 -358
  673. package/lib/plugin/ButtonGroup.d.ts +2 -1
  674. package/lib/plugin/ButtonGroup.js +101 -175
  675. package/lib/plugin/CRUD.d.ts +23 -2
  676. package/lib/plugin/CRUD.js +1083 -1182
  677. package/lib/plugin/CRUD2.d.ts +2 -3
  678. package/lib/plugin/CRUD2.js +868 -1135
  679. package/lib/plugin/Card.d.ts +2 -1
  680. package/lib/plugin/Card.js +175 -264
  681. package/lib/plugin/Card2.d.ts +2 -1
  682. package/lib/plugin/Card2.js +68 -137
  683. package/lib/plugin/Cards.d.ts +1 -0
  684. package/lib/plugin/Cards.js +217 -301
  685. package/lib/plugin/Carousel.d.ts +3 -2
  686. package/lib/plugin/Carousel.js +265 -331
  687. package/lib/plugin/Chart.d.ts +1 -1
  688. package/lib/plugin/Chart.js +194 -274
  689. package/lib/plugin/CodeView.d.ts +1 -1
  690. package/lib/plugin/CodeView.js +39 -104
  691. package/lib/plugin/Collapse.d.ts +1 -1
  692. package/lib/plugin/Collapse.js +89 -164
  693. package/lib/plugin/CollapseGroup.d.ts +1 -1
  694. package/lib/plugin/CollapseGroup.js +176 -251
  695. package/lib/plugin/ColumnToggler.d.ts +1 -1
  696. package/lib/plugin/ColumnToggler.js +72 -137
  697. package/lib/plugin/Container.d.ts +2 -1
  698. package/lib/plugin/Container.js +123 -274
  699. package/lib/plugin/Custom.js +72 -142
  700. package/lib/plugin/CustomRegion.js +98 -173
  701. package/lib/plugin/Date.d.ts +2 -1
  702. package/lib/plugin/Date.js +69 -111
  703. package/lib/plugin/Datetime.d.ts +1 -1
  704. package/lib/plugin/Datetime.js +64 -81
  705. package/lib/plugin/Dialog.d.ts +2 -2
  706. package/lib/plugin/Dialog.js +157 -227
  707. package/lib/plugin/Divider.d.ts +2 -0
  708. package/lib/plugin/Divider.js +30 -88
  709. package/lib/plugin/Drawer.d.ts +2 -2
  710. package/lib/plugin/Drawer.js +196 -256
  711. package/lib/plugin/DropDownButton.d.ts +1 -0
  712. package/lib/plugin/DropDownButton.js +173 -262
  713. package/lib/plugin/Each.d.ts +1 -0
  714. package/lib/plugin/Each.js +103 -182
  715. package/lib/plugin/Flex.d.ts +1 -0
  716. package/lib/plugin/Flex.js +5 -19
  717. package/lib/plugin/Form/ButtonGroupSelect.d.ts +1 -1
  718. package/lib/plugin/Form/ButtonGroupSelect.js +117 -201
  719. package/lib/plugin/Form/ButtonToolbar.d.ts +2 -1
  720. package/lib/plugin/Form/ButtonToolbar.js +89 -168
  721. package/lib/plugin/Form/ChainedSelect.d.ts +1 -1
  722. package/lib/plugin/Form/ChainedSelect.js +124 -209
  723. package/lib/plugin/Form/Checkbox.d.ts +2 -1
  724. package/lib/plugin/Form/Checkbox.js +121 -205
  725. package/lib/plugin/Form/Checkboxes.d.ts +1 -2
  726. package/lib/plugin/Form/Checkboxes.js +141 -232
  727. package/lib/plugin/Form/CodeEditor.d.ts +0 -1
  728. package/lib/plugin/Form/CodeEditor.js +153 -243
  729. package/lib/plugin/Form/Combo.d.ts +1 -1
  730. package/lib/plugin/Form/Combo.js +431 -528
  731. package/lib/plugin/Form/ConditionBuilder.d.ts +1 -1
  732. package/lib/plugin/Form/ConditionBuilder.js +88 -158
  733. package/lib/plugin/Form/Control.d.ts +1 -1
  734. package/lib/plugin/Form/Control.js +52 -127
  735. package/lib/plugin/Form/DiffEditor.d.ts +0 -1
  736. package/lib/plugin/Form/DiffEditor.js +160 -250
  737. package/lib/plugin/Form/FieldSet.d.ts +1 -1
  738. package/lib/plugin/Form/FieldSet.js +97 -167
  739. package/lib/plugin/Form/Form.d.ts +1 -2
  740. package/lib/plugin/Form/Form.js +579 -680
  741. package/lib/plugin/Form/Formula.d.ts +1 -10
  742. package/lib/plugin/Form/Formula.js +55 -130
  743. package/lib/plugin/Form/Group.js +173 -253
  744. package/lib/plugin/Form/Hidden.d.ts +1 -10
  745. package/lib/plugin/Form/Hidden.js +29 -99
  746. package/lib/plugin/Form/InputArray.js +145 -235
  747. package/lib/plugin/Form/InputCity.d.ts +2 -1
  748. package/lib/plugin/Form/InputCity.js +122 -206
  749. package/lib/plugin/Form/InputColor.d.ts +2 -1
  750. package/lib/plugin/Form/InputColor.js +200 -294
  751. package/lib/plugin/Form/InputDate.d.ts +1 -2
  752. package/lib/plugin/Form/InputDate.js +217 -296
  753. package/lib/plugin/Form/InputDateRange.d.ts +1 -2
  754. package/lib/plugin/Form/InputDateRange.js +325 -356
  755. package/lib/plugin/Form/InputDateTime.js +24 -89
  756. package/lib/plugin/Form/InputDateTimeRange.d.ts +0 -1
  757. package/lib/plugin/Form/InputDateTimeRange.js +24 -95
  758. package/lib/plugin/Form/InputEmail.js +22 -77
  759. package/lib/plugin/Form/InputExcel.d.ts +1 -1
  760. package/lib/plugin/Form/InputExcel.js +80 -160
  761. package/lib/plugin/Form/InputFile.d.ts +1 -1
  762. package/lib/plugin/Form/InputFile.js +264 -344
  763. package/lib/plugin/Form/InputGroup.d.ts +2 -2
  764. package/lib/plugin/Form/InputGroup.js +65 -144
  765. package/lib/plugin/Form/InputImage.d.ts +1 -1
  766. package/lib/plugin/Form/InputImage.js +362 -382
  767. package/lib/plugin/Form/InputKV.d.ts +1 -0
  768. package/lib/plugin/Form/InputKV.js +90 -164
  769. package/lib/plugin/Form/InputMonth.js +21 -86
  770. package/lib/plugin/Form/InputMonthRange.d.ts +0 -1
  771. package/lib/plugin/Form/InputMonthRange.js +24 -95
  772. package/lib/plugin/Form/InputNumber.d.ts +1 -2
  773. package/lib/plugin/Form/InputNumber.js +198 -277
  774. package/lib/plugin/Form/InputPassword.js +22 -77
  775. package/lib/plugin/Form/InputQuarter.js +21 -86
  776. package/lib/plugin/Form/InputQuarterRange.d.ts +0 -1
  777. package/lib/plugin/Form/InputQuarterRange.js +24 -95
  778. package/lib/plugin/Form/InputRange.d.ts +1 -1
  779. package/lib/plugin/Form/InputRange.js +220 -305
  780. package/lib/plugin/Form/InputRating.d.ts +1 -1
  781. package/lib/plugin/Form/InputRating.js +266 -356
  782. package/lib/plugin/Form/InputRepeat.js +38 -103
  783. package/lib/plugin/Form/InputRichText.d.ts +0 -1
  784. package/lib/plugin/Form/InputRichText.js +223 -298
  785. package/lib/plugin/Form/InputSubForm.d.ts +0 -1
  786. package/lib/plugin/Form/InputSubForm.js +155 -240
  787. package/lib/plugin/Form/InputTable.d.ts +2 -1
  788. package/lib/plugin/Form/InputTable.js +620 -646
  789. package/lib/plugin/Form/InputTag.d.ts +3 -2
  790. package/lib/plugin/Form/InputTag.js +115 -199
  791. package/lib/plugin/Form/InputText.d.ts +2 -1
  792. package/lib/plugin/Form/InputText.js +271 -394
  793. package/lib/plugin/Form/InputTime.js +24 -89
  794. package/lib/plugin/Form/InputTimeRange.d.ts +0 -1
  795. package/lib/plugin/Form/InputTimeRange.js +24 -95
  796. package/lib/plugin/Form/InputTree.d.ts +1 -1
  797. package/lib/plugin/Form/InputTree.js +424 -519
  798. package/lib/plugin/Form/InputURL.js +23 -83
  799. package/lib/plugin/Form/InputYear.js +21 -86
  800. package/lib/plugin/Form/InputYearRange.d.ts +0 -1
  801. package/lib/plugin/Form/InputYearRange.js +24 -95
  802. package/lib/plugin/Form/Item.d.ts +1 -1
  803. package/lib/plugin/Form/Item.js +172 -212
  804. package/lib/plugin/Form/ListSelect.d.ts +1 -2
  805. package/lib/plugin/Form/ListSelect.js +83 -171
  806. package/lib/plugin/Form/LocationPicker.d.ts +3 -2
  807. package/lib/plugin/Form/LocationPicker.js +88 -114
  808. package/lib/plugin/Form/MatrixCheckboxes.d.ts +1 -1
  809. package/lib/plugin/Form/MatrixCheckboxes.js +148 -233
  810. package/lib/plugin/Form/NestedSelect.d.ts +1 -1
  811. package/lib/plugin/Form/NestedSelect.js +235 -325
  812. package/lib/plugin/Form/Picker.d.ts +1 -0
  813. package/lib/plugin/Form/Picker.js +177 -261
  814. package/lib/plugin/Form/Radios.d.ts +2 -2
  815. package/lib/plugin/Form/Radios.js +126 -224
  816. package/lib/plugin/Form/Select.d.ts +2 -2
  817. package/lib/plugin/Form/Select.js +244 -334
  818. package/lib/plugin/Form/Static.d.ts +2 -2
  819. package/lib/plugin/Form/Static.js +272 -372
  820. package/lib/plugin/Form/Switch.d.ts +2 -2
  821. package/lib/plugin/Form/Switch.js +156 -246
  822. package/lib/plugin/Form/TabsTransfer.d.ts +1 -1
  823. package/lib/plugin/Form/TabsTransfer.js +227 -317
  824. package/lib/plugin/Form/Textarea.d.ts +0 -2
  825. package/lib/plugin/Form/Textarea.js +127 -212
  826. package/lib/plugin/Form/Transfer.d.ts +1 -1
  827. package/lib/plugin/Form/Transfer.js +256 -346
  828. package/lib/plugin/Form/TreeSelect.d.ts +1 -1
  829. package/lib/plugin/Form/TreeSelect.js +410 -505
  830. package/lib/plugin/Form/UUID.d.ts +1 -10
  831. package/lib/plugin/Form/UUID.js +29 -99
  832. package/lib/plugin/Grid.d.ts +1 -1
  833. package/lib/plugin/Grid.js +510 -637
  834. package/lib/plugin/HBox.d.ts +1 -1
  835. package/lib/plugin/HBox.js +463 -577
  836. package/lib/plugin/IFrame.d.ts +2 -11
  837. package/lib/plugin/IFrame.js +52 -124
  838. package/lib/plugin/Icon.d.ts +23 -0
  839. package/lib/plugin/Icon.js +126 -0
  840. package/lib/plugin/Image.d.ts +3 -2
  841. package/lib/plugin/Image.js +219 -303
  842. package/lib/plugin/Images.d.ts +6 -3
  843. package/lib/plugin/Images.js +158 -224
  844. package/lib/plugin/Json.d.ts +1 -1
  845. package/lib/plugin/Json.js +40 -110
  846. package/lib/plugin/Layout/FlexPluginBase.js +174 -354
  847. package/lib/plugin/Layout/Layout1_2_v4.d.ts +1 -0
  848. package/lib/plugin/Layout/Layout_fixed.d.ts +1 -0
  849. package/lib/plugin/Layout/Layout_fixed.js +23 -57
  850. package/lib/plugin/Layout/Layout_free_container.d.ts +0 -1
  851. package/lib/plugin/Layout/Layout_free_container.js +18 -58
  852. package/lib/plugin/Layout/Layout_sorption_container.d.ts +1 -0
  853. package/lib/plugin/Layout/Layout_sorption_container.js +27 -64
  854. package/lib/plugin/Link.d.ts +1 -0
  855. package/lib/plugin/Link.js +63 -127
  856. package/lib/plugin/List.js +266 -375
  857. package/lib/plugin/ListItem.d.ts +2 -1
  858. package/lib/plugin/ListItem.js +133 -187
  859. package/lib/plugin/Log.d.ts +1 -1
  860. package/lib/plugin/Log.js +96 -166
  861. package/lib/plugin/Mapping.d.ts +1 -0
  862. package/lib/plugin/Mapping.js +150 -241
  863. package/lib/plugin/Markdown.d.ts +2 -1
  864. package/lib/plugin/Markdown.js +32 -96
  865. package/lib/plugin/Nav.d.ts +6 -2
  866. package/lib/plugin/Nav.js +313 -197
  867. package/lib/plugin/OfficeViewer.d.ts +24 -0
  868. package/lib/plugin/Operation.d.ts +1 -1
  869. package/lib/plugin/Operation.js +47 -112
  870. package/lib/plugin/Others/Action.d.ts +3 -1
  871. package/lib/plugin/Others/Action.js +305 -329
  872. package/lib/plugin/Others/TableCell.d.ts +1 -1
  873. package/lib/plugin/Others/TableCell.js +304 -329
  874. package/lib/plugin/Page.d.ts +3 -4
  875. package/lib/plugin/Page.js +266 -376
  876. package/lib/plugin/Pagination.d.ts +1 -1
  877. package/lib/plugin/Pagination.js +211 -296
  878. package/lib/plugin/Panel.d.ts +2 -2
  879. package/lib/plugin/Panel.js +171 -251
  880. package/lib/plugin/Plain.d.ts +1 -1
  881. package/lib/plugin/Plain.js +101 -186
  882. package/lib/plugin/Progress.d.ts +4 -1
  883. package/lib/plugin/Progress.js +204 -277
  884. package/lib/plugin/Property.js +89 -149
  885. package/lib/plugin/QRCode.d.ts +1 -0
  886. package/lib/plugin/QRCode.js +64 -128
  887. package/lib/plugin/Reset.js +13 -58
  888. package/lib/plugin/SearchBox.d.ts +25 -0
  889. package/lib/plugin/SearchBox.js +150 -0
  890. package/lib/plugin/Service.d.ts +1 -1
  891. package/lib/plugin/Service.js +166 -251
  892. package/lib/plugin/Sparkline.js +24 -89
  893. package/lib/plugin/Status.d.ts +2 -1
  894. package/lib/plugin/Status.js +225 -297
  895. package/lib/plugin/Steps.js +90 -140
  896. package/lib/plugin/Submit.js +13 -53
  897. package/lib/plugin/Table.d.ts +2 -2
  898. package/lib/plugin/Table.js +539 -638
  899. package/lib/plugin/Table2.d.ts +2 -2
  900. package/lib/plugin/Table2.js +731 -822
  901. package/lib/plugin/TableCell2.js +410 -435
  902. package/lib/plugin/TableView.d.ts +0 -1
  903. package/lib/plugin/TableView.js +562 -621
  904. package/lib/plugin/Tabs.d.ts +0 -1
  905. package/lib/plugin/Tabs.js +339 -466
  906. package/lib/plugin/Tag.d.ts +1 -1
  907. package/lib/plugin/Tag.js +153 -202
  908. package/lib/plugin/Tasks.d.ts +0 -1
  909. package/lib/plugin/Tasks.js +162 -227
  910. package/lib/plugin/Time.d.ts +0 -1
  911. package/lib/plugin/Time.js +68 -84
  912. package/lib/plugin/Timeline.d.ts +1 -1
  913. package/lib/plugin/Timeline.js +91 -168
  914. package/lib/plugin/TooltipWrapper.d.ts +2 -1
  915. package/lib/plugin/TooltipWrapper.js +189 -263
  916. package/lib/plugin/Tpl.d.ts +3 -1
  917. package/lib/plugin/Tpl.js +89 -174
  918. package/lib/plugin/Video.d.ts +2 -2
  919. package/lib/plugin/Video.js +101 -171
  920. package/lib/plugin/WebComponent.d.ts +1 -1
  921. package/lib/plugin/WebComponent.js +45 -125
  922. package/lib/plugin/Wizard.js +623 -733
  923. package/lib/plugin/Wrapper.d.ts +2 -1
  924. package/lib/plugin/Wrapper.js +104 -251
  925. package/lib/renderer/APIAdaptorControl.d.ts +150 -0
  926. package/lib/renderer/APIAdaptorControl.js +319 -0
  927. package/lib/renderer/APIControl.d.ts +8 -5544
  928. package/lib/renderer/APIControl.js +709 -836
  929. package/lib/renderer/ActionApiControl.d.ts +12 -6680
  930. package/lib/renderer/BadgeControl.d.ts +10 -10
  931. package/lib/renderer/BadgeControl.js +235 -269
  932. package/lib/renderer/ButtonGroupControl.d.ts +21 -0
  933. package/lib/renderer/ButtonGroupControl.js +46 -0
  934. package/lib/renderer/DataBindingControl.d.ts +3 -2
  935. package/lib/renderer/DataBindingControl.js +172 -208
  936. package/lib/renderer/DataMappingControl.d.ts +2 -2
  937. package/lib/renderer/DataMappingControl.js +28 -38
  938. package/lib/renderer/DataPickerControl.js +35 -50
  939. package/lib/renderer/DateShortCutControl.js +250 -345
  940. package/lib/renderer/ExpressionFormulaControl.d.ts +1 -2
  941. package/lib/renderer/ExpressionFormulaControl.js +160 -242
  942. package/lib/renderer/FeatureControl.d.ts +1 -1
  943. package/lib/renderer/FeatureControl.js +179 -241
  944. package/lib/renderer/FlexSettingControl.d.ts +20 -0
  945. package/lib/renderer/FlexSettingControl.js +183 -0
  946. package/lib/renderer/FormulaControl.d.ts +9 -2
  947. package/lib/renderer/FormulaControl.js +375 -467
  948. package/lib/renderer/GoConfigControl.js +25 -35
  949. package/lib/renderer/MapSourceControl.d.ts +12 -1605
  950. package/lib/renderer/MapSourceControl.js +282 -357
  951. package/lib/renderer/NavBadgeControl.d.ts +78 -0
  952. package/lib/renderer/NavBadgeControl.js +292 -0
  953. package/lib/renderer/NavDefaultActive.d.ts +19 -0
  954. package/lib/renderer/NavDefaultActive.js +115 -0
  955. package/lib/renderer/NavSourceControl.d.ts +68 -0
  956. package/lib/renderer/NavSourceControl.js +381 -0
  957. package/lib/renderer/OptionControl.d.ts +24 -9
  958. package/lib/renderer/OptionControl.js +705 -779
  959. package/lib/renderer/RangePartsControl.js +264 -339
  960. package/lib/renderer/StatusControl.d.ts +5 -2
  961. package/lib/renderer/StatusControl.js +147 -169
  962. package/lib/renderer/SwitchMoreControl.d.ts +27 -174
  963. package/lib/renderer/SwitchMoreControl.js +311 -413
  964. package/lib/renderer/TimelineItemControl.d.ts +2 -2
  965. package/lib/renderer/TimelineItemControl.js +421 -539
  966. package/lib/renderer/TplFormulaControl.d.ts +75 -0
  967. package/lib/renderer/TplFormulaControl.js +400 -0
  968. package/lib/renderer/TransferTableControl.d.ts +5 -4
  969. package/lib/renderer/TransferTableControl.js +343 -408
  970. package/lib/renderer/TreeOptionControl.d.ts +6 -5
  971. package/lib/renderer/TreeOptionControl.js +487 -604
  972. package/lib/renderer/ValidationControl.d.ts +1 -0
  973. package/lib/renderer/ValidationControl.js +272 -282
  974. package/lib/renderer/ValidationItem.js +124 -160
  975. package/lib/renderer/event-control/action-config-dialog.js +199 -214
  976. package/lib/renderer/event-control/action-config-panel.d.ts +1 -1
  977. package/lib/renderer/event-control/action-config-panel.js +32 -41
  978. package/lib/renderer/event-control/comp-action-select.js +27 -37
  979. package/lib/renderer/event-control/helper.d.ts +22 -32
  980. package/lib/renderer/event-control/helper.js +174 -85
  981. package/lib/renderer/event-control/index.js +674 -816
  982. package/lib/renderer/style-control/Background.js +5 -10
  983. package/lib/renderer/style-control/Border.js +6 -11
  984. package/lib/renderer/style-control/BoxModel.js +4 -9
  985. package/lib/renderer/style-control/BoxShadow.js +6 -11
  986. package/lib/renderer/style-control/Display.js +4 -9
  987. package/lib/renderer/style-control/Font.js +4 -9
  988. package/lib/renderer/style-control/InsetBoxModel.js +4 -9
  989. package/lib/renderer/style-control/{ThemeClassName.d.ts → ThemeCssCode.d.ts} +1 -1
  990. package/lib/renderer/style-control/ThemeCssCode.js +354 -0
  991. package/lib/renderer/style-control/font-family.js +1 -1
  992. package/lib/renderer/style-control/helper.d.ts +2 -0
  993. package/lib/renderer/style-control/helper.js +67 -0
  994. package/lib/renderer/style-control/themeLanguage.d.ts +1 -0
  995. package/lib/renderer/style-control/themeLanguage.js +1898 -0
  996. package/lib/renderer/style-control/transformation.js +3 -2
  997. package/lib/renderer/textarea-formula/FormulaPicker.d.ts +4 -0
  998. package/lib/renderer/textarea-formula/FormulaPicker.js +44 -24
  999. package/lib/renderer/textarea-formula/TextareaFormulaControl.d.ts +56 -14
  1000. package/lib/renderer/textarea-formula/TextareaFormulaControl.js +306 -326
  1001. package/lib/renderer/textarea-formula/plugin.d.ts +17 -7
  1002. package/lib/renderer/textarea-formula/plugin.js +188 -225
  1003. package/lib/renderer/textarea-formula/utils.js +7 -5
  1004. package/lib/tpl/api.js +1 -1
  1005. package/lib/tpl/common.js +46 -14
  1006. package/lib/tpl/horizontal.js +1 -1
  1007. package/lib/tpl/index.d.ts +1 -0
  1008. package/lib/tpl/layout.js +36 -12
  1009. package/lib/tpl/options.js +19 -5
  1010. package/lib/tpl/remark.d.ts +1 -0
  1011. package/lib/tpl/remark.js +21 -0
  1012. package/lib/tpl/style.js +95 -75
  1013. package/lib/tpl/validations.js +3 -3
  1014. package/lib/util.d.ts +19 -33
  1015. package/lib/util.js +22 -2
  1016. package/lib/validator.js +4 -4
  1017. package/package.json +6 -6
  1018. package/esm/renderer/style-control/ThemeClassName.js +0 -228
  1019. package/lib/renderer/style-control/ThemeClassName.js +0 -234
@@ -1,9 +1,9 @@
1
1
  /**
2
- * amis-editor v5.2.4-beta.39
2
+ * amis-editor v5.3.0
3
3
  * Copyright 2018-2023 @fex
4
4
  */
5
5
 
6
- import { __spreadArray, __assign, __awaiter, __generator } from 'tslib';
6
+ import { __spreadArray, __assign, __read, __awaiter, __generator } from 'tslib';
7
7
  import React__default from 'react';
8
8
  import { getSchemaTpl, defaultValue, tipedLabel } from 'amis-editor-core';
9
9
  import { findTree, filterTree, DataSchema, normalizeApi } from 'amis-core';
@@ -40,7 +40,7 @@ var MSG_TYPES = {
40
40
  // 下拉展示可赋值属性范围
41
41
  var SELECT_PROPS_CONTAINER = ['form'];
42
42
  // 是否数据容器
43
- var IS_DATA_CONTAINER = "".concat(JSON.stringify(DATA_CONTAINER), ".includes(data.__rendererName)");
43
+ "".concat(JSON.stringify(DATA_CONTAINER), ".includes(data.__rendererName)");
44
44
  // 是否下拉展示可赋值属性
45
45
  var SHOW_SELECT_PROP = "".concat(JSON.stringify(SELECT_PROPS_CONTAINER), ".includes(data.__rendererName)");
46
46
  // 表单项组件
@@ -49,12 +49,88 @@ var SUPPORT_STATIC_FORMITEM_CMPTS = without.apply(void 0, __spreadArray([FORMITE
49
49
  var SUPPORT_DISABLED_CMPTS = ['button-group', 'action', 'button', 'submit', 'reset', 'collapse', 'container', 'dropdown-button', 'flex', 'flex-item', 'grid', 'grid-2d', 'link', 'nav', 'wizard'
50
50
  // 'card2'
51
51
  ];
52
-
52
+ // 用于变量赋值 页面变量和内存变量的树选择器中,支持展示变量类型
53
+ var getCustomNodeTreeSelectSchema = function (opts) {
54
+ return __assign({
55
+ type: 'tree-select',
56
+ name: 'path',
57
+ label: i18n("c6f30c2f084ddeacb7944235348bdaa4"),
58
+ multiple: false,
59
+ mode: 'horizontal',
60
+ required: true,
61
+ placeholder: i18n("844a7a7aacc5be82d0fd6225edc6bf63"),
62
+ showIcon: false,
63
+ size: 'lg',
64
+ hideRoot: false,
65
+ rootLabel: i18n("c6f30c2f084ddeacb7944235348bdaa4"),
66
+ options: [],
67
+ menuTpl: {
68
+ type: 'flex',
69
+ className: 'p-1',
70
+ items: [{
71
+ type: 'container',
72
+ body: [{
73
+ type: 'tpl',
74
+ tpl: '${label}',
75
+ inline: true,
76
+ wrapperComponent: ''
77
+ }],
78
+ style: {
79
+ display: 'flex',
80
+ flexWrap: 'nowrap',
81
+ alignItems: 'center',
82
+ position: 'static',
83
+ overflowY: 'auto',
84
+ flex: '0 0 auto'
85
+ },
86
+ wrapperBody: false,
87
+ isFixedHeight: true
88
+ }, {
89
+ type: 'container',
90
+ body: [{
91
+ type: 'tpl',
92
+ tpl: '${type}',
93
+ inline: true,
94
+ wrapperComponent: '',
95
+ style: {
96
+ background: '#f5f5f5',
97
+ paddingLeft: '8px',
98
+ paddingRight: '8px',
99
+ borderRadius: '4px'
100
+ }
101
+ }],
102
+ size: 'xs',
103
+ style: {
104
+ display: 'flex',
105
+ flexWrap: 'nowrap',
106
+ alignItems: 'center',
107
+ position: 'static',
108
+ overflowY: 'auto',
109
+ flex: '0 0 auto'
110
+ },
111
+ wrapperBody: false,
112
+ isFixedHeight: true,
113
+ isFixedWidth: false
114
+ }],
115
+ style: {
116
+ position: 'relative',
117
+ inset: 'auto',
118
+ flexWrap: 'nowrap',
119
+ justifyContent: 'space-between',
120
+ alignItems: 'center',
121
+ height: '24px',
122
+ overflowY: 'hidden'
123
+ },
124
+ isFixedHeight: true,
125
+ isFixedWidth: false
126
+ }
127
+ }, opts);
128
+ };
53
129
  var ACTION_TYPE_TREE = function (manager) {
54
130
  var variableManager = manager === null || manager === void 0 ? void 0 : manager.variableManager;
55
131
  /** 变量列表 */
56
- var variableOptions = variableManager.getVariableOptions();
57
- var pageVariableOptions = variableManager.getPageVariablesOptions();
132
+ var variableOptions = (variableManager === null || variableManager === void 0 ? void 0 : variableManager.getVariableOptions()) || [];
133
+ var pageVariableOptions = (variableManager === null || variableManager === void 0 ? void 0 : variableManager.getPageVariablesOptions()) || [];
58
134
  return [{
59
135
  actionLabel: i18n("59ceff465ad16932d8972191ad815dfb"),
60
136
  actionType: 'page',
@@ -177,6 +253,8 @@ var ACTION_TYPE_TREE = function (manager) {
177
253
  actionType: 'dialog'
178
254
  }, {
179
255
  actionType: 'drawer'
256
+ }, {
257
+ actionType: 'confirmDialog'
180
258
  }],
181
259
  schema: [{
182
260
  type: 'radios',
@@ -193,6 +271,9 @@ var ACTION_TYPE_TREE = function (manager) {
193
271
  }, {
194
272
  label: i18n("2a2924380dfcaea998bd8a49703545a9"),
195
273
  value: 'drawer'
274
+ }, {
275
+ label: i18n("fa6b01f51cc2b8e16bfbb914b6c08ace"),
276
+ value: 'confirmDialog'
196
277
  }],
197
278
  visibleOn: 'data.actionType === "openDialog"'
198
279
  }, {
@@ -205,7 +286,8 @@ var ACTION_TYPE_TREE = function (manager) {
205
286
  body: i18n("1a9aaf05889002e65708c4950012a652"),
206
287
  showCloseButton: true,
207
288
  showErrorMsg: true,
208
- showLoading: true
289
+ showLoading: true,
290
+ className: 'app-popover'
209
291
  }),
210
292
  asFormItem: true,
211
293
  visibleOn: 'data.groupType === "dialog"',
@@ -237,8 +319,9 @@ var ACTION_TYPE_TREE = function (manager) {
237
319
  mode: 'horizontal',
238
320
  required: true,
239
321
  pipeIn: defaultValue({
240
- title: i18n("8a089992349df754f182a5d02de8e8e0"),
241
- body: i18n("1a9aaf05889002e65708c4950012a652")
322
+ title: i18n("4cb9c4bc5cb960fcd03fceb2d2e62f3a"),
323
+ body: i18n("1a9aaf05889002e65708c4950012a652"),
324
+ className: 'app-popover'
242
325
  }),
243
326
  asFormItem: true,
244
327
  visibleOn: 'data.groupType === "drawer"',
@@ -263,6 +346,30 @@ var ACTION_TYPE_TREE = function (manager) {
263
346
  block: true
264
347
  }, i18n('a532be3ad5f3fda70d228b8542e81835'));
265
348
  }
349
+ }, {
350
+ name: 'confirmDialog',
351
+ type: 'container',
352
+ visibleOn: 'data.groupType === "confirmDialog"',
353
+ body: [getArgsWrapper({
354
+ type: 'wrapper',
355
+ className: 'p-none',
356
+ body: [{
357
+ name: 'msg',
358
+ label: i18n("b87b77561e776367e6756e11ea652217"),
359
+ type: 'ae-textareaFormulaControl',
360
+ mode: 'horizontal',
361
+ variables: '${variables}',
362
+ size: 'lg',
363
+ required: true
364
+ }, {
365
+ name: 'title',
366
+ label: i18n("43ab9af06e1e0f0b2a8767b46cf8b1cf"),
367
+ type: 'ae-textareaFormulaControl',
368
+ variables: '${variables}',
369
+ mode: 'horizontal',
370
+ size: 'lg'
371
+ }]
372
+ })]
266
373
  }]
267
374
  }, {
268
375
  actionLabel: i18n("3b02248ca3790e356e47b6900c0e3931"),
@@ -310,7 +417,7 @@ var ACTION_TYPE_TREE = function (manager) {
310
417
  actionLabel: i18n("e495f416b83e4c7ff3c66ec3be96a76f"),
311
418
  actionType: 'toast',
312
419
  description: i18n("61d7aaa88181c527cfb936d4c686d267"),
313
- innerArgs: ['title', 'msgType', 'msg', 'position', 'timeout', 'closeButton', 'showIcon'],
420
+ innerArgs: ['title', 'msgType', 'msg', 'position', 'timeout', 'closeButton', 'showIcon', 'className'],
314
421
  descDetail: function (info) {
315
422
  var _a, _b;
316
423
  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", {
@@ -569,7 +676,7 @@ var ACTION_TYPE_TREE = function (manager) {
569
676
  }
570
677
  }],
571
678
  supportComponents: '*',
572
- schema: __spreadArray(__spreadArray([], renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true), true), [{
679
+ schema: __spreadArray(__spreadArray([], __read(renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true)), false), [{
573
680
  type: 'radios',
574
681
  label: i18n("69fbb2e5fc9eb3ba06096cbedbf5a622"),
575
682
  name: 'groupType',
@@ -637,8 +744,8 @@ var ACTION_TYPE_TREE = function (manager) {
637
744
  }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u8868\u8FBE\u5F0F\u5DF2\u914D\u7F6E");
638
745
  }
639
746
  }],
640
- supportComponents: __spreadArray(__spreadArray(['form'], FORMITEM_CMPTS, true), SUPPORT_DISABLED_CMPTS, true),
641
- schema: __spreadArray(__spreadArray([], renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true), true), [{
747
+ supportComponents: __spreadArray(__spreadArray(['form'], __read(FORMITEM_CMPTS), false), __read(SUPPORT_DISABLED_CMPTS), false),
748
+ schema: __spreadArray(__spreadArray([], __read(renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true)), false), [{
642
749
  type: 'radios',
643
750
  label: i18n("69fbb2e5fc9eb3ba06096cbedbf5a622"),
644
751
  name: 'groupType',
@@ -698,8 +805,8 @@ var ACTION_TYPE_TREE = function (manager) {
698
805
  }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7EC4\u4EF6\u5207\u6362\u4E3A\u8F93\u5165\u6001");
699
806
  }
700
807
  }],
701
- supportComponents: __spreadArray(['form'], SUPPORT_STATIC_FORMITEM_CMPTS, true),
702
- schema: __spreadArray(__spreadArray([], renderCmptSelect(i18n("d80bc0fcbfb250480320b683e48b1467"), true), true), [{
808
+ supportComponents: __spreadArray(['form'], __read(SUPPORT_STATIC_FORMITEM_CMPTS), false),
809
+ schema: __spreadArray(__spreadArray([], __read(renderCmptSelect(i18n("d80bc0fcbfb250480320b683e48b1467"), true)), false), [{
703
810
  type: 'radios',
704
811
  label: i18n("d2e930293da37452638759e17d771adf"),
705
812
  name: 'groupType',
@@ -726,13 +833,13 @@ var ACTION_TYPE_TREE = function (manager) {
726
833
  }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u7EC4\u4EF6");
727
834
  },
728
835
  supportComponents: 'byComponent',
729
- schema: __spreadArray(__spreadArray([], renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true, function (value, oldVal, data, form) {
836
+ schema: __spreadArray(__spreadArray([], __read(renderCmptSelect(i18n("6afde638796d237377b0755506d08ded"), true, function (value, oldVal, data, form) {
730
837
  form.setValueByName('args.resetPage', true);
731
838
  form.setValueByName('__addParam', true);
732
839
  form.setValueByName('__customData', false);
733
840
  form.setValueByName('__containerType', 'all');
734
841
  form.setValueByName('__reloadParam', []);
735
- }), true), [{
842
+ })), false), [{
736
843
  type: 'switch',
737
844
  name: '__resetPage',
738
845
  label: tipedLabel(i18n("697af73997072e0ce9ee65b15a7b3715"), i18n("d7bf42dd6e66f2818f9a232603c4a53b")),
@@ -749,7 +856,7 @@ var ACTION_TYPE_TREE = function (manager) {
749
856
  offText: i18n("c9744f45e76d885ae1c74d4f4a934b2e"),
750
857
  mode: 'horizontal',
751
858
  pipeIn: defaultValue(true),
752
- visibleOn: "data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER)
859
+ visibleOn: "data.actionType === \"reload\" && data.__isScopeContainer"
753
860
  }, {
754
861
  type: 'switch',
755
862
  name: '__customData',
@@ -758,7 +865,7 @@ var ACTION_TYPE_TREE = function (manager) {
758
865
  offText: i18n("c9744f45e76d885ae1c74d4f4a934b2e"),
759
866
  mode: 'horizontal',
760
867
  pipeIn: defaultValue(true),
761
- visibleOn: "data.__addParam && data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER),
868
+ visibleOn: "data.__addParam && data.actionType === \"reload\" && data.__isScopeContainer",
762
869
  onChange: function (value, oldVal, data, form) {
763
870
  form.setValueByName('__containerType', 'all');
764
871
  }
@@ -768,7 +875,7 @@ var ACTION_TYPE_TREE = function (manager) {
768
875
  mode: 'horizontal',
769
876
  label: '',
770
877
  pipeIn: defaultValue('all'),
771
- visibleOn: "data.__addParam && data.__customData && data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER),
878
+ visibleOn: "data.__addParam && data.__customData && data.actionType === \"reload\" && data.__isScopeContainer",
772
879
  options: [{
773
880
  label: i18n("77b1081c177fa3334cc93c99f0ecee75"),
774
881
  value: 'all'
@@ -793,7 +900,7 @@ var ACTION_TYPE_TREE = function (manager) {
793
900
  label: '',
794
901
  size: 'lg',
795
902
  mode: 'horizontal',
796
- visibleOn: `data.__addParam && data.__customData && data.__containerType === "all" && data.actionType === "reload" && ${IS_DATA_CONTAINER}`
903
+ visibleOn: `data.__addParam && data.__customData && data.__containerType === "all" && data.actionType === "reload" && data.__isScopeContainer`
797
904
  },
798
905
  */
799
906
  getSchemaTpl('formulaControl', {
@@ -803,7 +910,7 @@ var ACTION_TYPE_TREE = function (manager) {
803
910
  size: 'lg',
804
911
  mode: 'horizontal',
805
912
  required: true,
806
- visibleOn: "data.__addParam && data.__customData && data.__containerType === \"all\" && data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER)
913
+ visibleOn: "data.__addParam && data.__customData && data.__containerType === \"all\" && data.actionType === \"reload\" && data.__isScopeContainer"
807
914
  }), {
808
915
  type: 'combo',
809
916
  name: '__reloadParams',
@@ -839,14 +946,14 @@ var ACTION_TYPE_TREE = function (manager) {
839
946
  variables: '${variables}',
840
947
  placeholder: i18n("bfed4943c5f487de1b63a82f7230cce2")
841
948
  })],
842
- visibleOn: "data.__addParam && data.__customData && data.__containerType === \"appoint\" && data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER)
949
+ visibleOn: "data.__addParam && data.__customData && data.__containerType === \"appoint\" && data.actionType === \"reload\" && data.__isScopeContainer"
843
950
  }, {
844
951
  type: 'radios',
845
952
  name: 'dataMergeMode',
846
953
  mode: 'horizontal',
847
954
  label: tipedLabel(i18n("2aecb19ca1655d66fc80fc27a783cc9e"), i18n("b67b01a3b9170f1daf78082cfd0df793")),
848
955
  pipeIn: defaultValue('merge'),
849
- visibleOn: "data.__addParam && data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER),
956
+ visibleOn: "data.__addParam && data.actionType === \"reload\" && data.__isScopeContainer",
850
957
  options: [{
851
958
  label: i18n("bd81577a6fd4956e676cec499bb70d00"),
852
959
  value: 'merge'
@@ -881,7 +988,7 @@ var ACTION_TYPE_TREE = function (manager) {
881
988
  label: i18n("cc6aeb073ebc3cb29734a49164f8964c"),
882
989
  value: 'page'
883
990
  }, {
884
- label: i18n("2eb4c7ac45befad0f1f9c750bda57166"),
991
+ label: i18n("c6f30c2f084ddeacb7944235348bdaa4"),
885
992
  value: 'app'
886
993
  }],
887
994
  value: '${args.fromApp ? "app" : args.fromPage ? "page" : "cmpt"}',
@@ -902,10 +1009,10 @@ var ACTION_TYPE_TREE = function (manager) {
902
1009
  {
903
1010
  type: 'container',
904
1011
  visibleOn: '__actionSubType === "cmpt"',
905
- body: __spreadArray(__spreadArray([], renderCmptActionSelect(i18n("6afde638796d237377b0755506d08ded"), true, function (value, oldVal, data, form) {
1012
+ body: __spreadArray(__spreadArray([], __read(renderCmptActionSelect(i18n("6afde638796d237377b0755506d08ded"), true, function (value, oldVal, data, form) {
906
1013
  form.setValueByName('args.__containerType', 'all');
907
1014
  form.setValueByName('args.__comboType', 'all');
908
- }), true), [getArgsWrapper({
1015
+ })), false), [getArgsWrapper({
909
1016
  type: 'wrapper',
910
1017
  className: 'p-none',
911
1018
  body: [{
@@ -914,7 +1021,7 @@ var ACTION_TYPE_TREE = function (manager) {
914
1021
  mode: 'horizontal',
915
1022
  label: i18n("e7af71fb102cc86ab3be6a2fb32b5e3f"),
916
1023
  pipeIn: defaultValue('all'),
917
- visibleOn: "".concat(IS_DATA_CONTAINER),
1024
+ visibleOn: 'data.__isScopeContainer',
918
1025
  options: [{
919
1026
  label: i18n("77b1081c177fa3334cc93c99f0ecee75"),
920
1027
  value: 'all'
@@ -992,7 +1099,7 @@ var ACTION_TYPE_TREE = function (manager) {
992
1099
  variables: '${variables}',
993
1100
  placeholder: i18n("a33903526e8fb3d1ac3066da70e7941e")
994
1101
  })],
995
- visibleOn: "".concat(IS_DATA_CONTAINER, " && data.__containerType === 'appoint' || data.__comboType === 'appoint'")
1102
+ visibleOn: "data.__isScopeContainer && data.__containerType === 'appoint' || data.__comboType === 'appoint'"
996
1103
  }, {
997
1104
  type: 'combo',
998
1105
  name: 'value',
@@ -1056,7 +1163,7 @@ var ACTION_TYPE_TREE = function (manager) {
1056
1163
  label: '',
1057
1164
  size: 'lg',
1058
1165
  mode: 'horizontal',
1059
- visibleOn: `(${IS_DATA_CONTAINER} || ${SHOW_SELECT_PROP}) && data.__containerType === 'all'`,
1166
+ visibleOn: `(data.__isScopeContainer || ${SHOW_SELECT_PROP}) && data.__containerType === 'all'`,
1060
1167
  required: true
1061
1168
  },
1062
1169
  */
@@ -1066,7 +1173,7 @@ var ACTION_TYPE_TREE = function (manager) {
1066
1173
  variables: '${variables}',
1067
1174
  size: 'lg',
1068
1175
  mode: 'horizontal',
1069
- visibleOn: "(".concat(IS_DATA_CONTAINER, " || ").concat(SHOW_SELECT_PROP, ") && data.__containerType === 'all'"),
1176
+ visibleOn: "(data.__isScopeContainer || ".concat(SHOW_SELECT_PROP, ") && data.__containerType === 'all'"),
1070
1177
  required: true
1071
1178
  }),
1072
1179
  /*
@@ -1080,7 +1187,7 @@ var ACTION_TYPE_TREE = function (manager) {
1080
1187
  label: '数据设置',
1081
1188
  size: 'lg',
1082
1189
  mode: 'horizontal',
1083
- visibleOn: `data.__rendererName && !${IS_DATA_CONTAINER} && data.__rendererName !== 'combo'`,
1190
+ visibleOn: `data.__rendererName && !data.__isScopeContainer && data.__rendererName !== 'combo'`,
1084
1191
  required: true
1085
1192
  }
1086
1193
  */
@@ -1090,7 +1197,7 @@ var ACTION_TYPE_TREE = function (manager) {
1090
1197
  variables: '${variables}',
1091
1198
  size: 'lg',
1092
1199
  mode: 'horizontal',
1093
- visibleOn: "data.__rendererName && !".concat(IS_DATA_CONTAINER, " && data.__rendererName !== 'combo' && data.__rendererName !== 'input-table'"),
1200
+ visibleOn: "data.__rendererName && !data.__isScopeContainer && data.__rendererName !== 'combo' && data.__rendererName !== 'input-table'",
1094
1201
  required: true
1095
1202
  })]
1096
1203
  })], false)
@@ -1102,67 +1209,39 @@ var ACTION_TYPE_TREE = function (manager) {
1102
1209
  body: [getArgsWrapper([{
1103
1210
  type: 'wrapper',
1104
1211
  className: 'p-none',
1105
- body: [{
1106
- type: 'tree-select',
1107
- name: 'path',
1212
+ body: [getCustomNodeTreeSelectSchema({
1108
1213
  label: i18n("cc6aeb073ebc3cb29734a49164f8964c"),
1109
- multiple: false,
1110
- mode: 'horizontal',
1111
- required: true,
1112
- placeholder: i18n("844a7a7aacc5be82d0fd6225edc6bf63"),
1113
- showIcon: false,
1114
- size: 'lg',
1115
- hideRoot: false,
1116
1214
  rootLabel: i18n("cc6aeb073ebc3cb29734a49164f8964c"),
1117
1215
  options: pageVariableOptions
1118
- }, {
1119
- type: 'input-formula',
1216
+ }), getSchemaTpl('formulaControl', {
1120
1217
  name: 'value',
1121
1218
  label: i18n("e7af71fb102cc86ab3be6a2fb32b5e3f"),
1122
1219
  variables: '${variables}',
1123
- evalMode: false,
1124
- variableMode: 'tabs',
1125
- inputMode: 'input-group',
1126
1220
  size: 'lg',
1127
1221
  mode: 'horizontal',
1128
1222
  required: true,
1129
1223
  placeholder: i18n("85451d2eb59327a23e8f745161066d4a")
1130
- }]
1224
+ })]
1131
1225
  }])]
1132
1226
  },
1133
- // 应用临时变量
1227
+ // 内存变量
1134
1228
  {
1135
1229
  type: 'container',
1136
1230
  visibleOn: '__actionSubType === "app"',
1137
1231
  body: [getArgsWrapper([{
1138
1232
  type: 'wrapper',
1139
1233
  className: 'p-none',
1140
- body: [{
1141
- type: 'tree-select',
1142
- name: 'path',
1143
- label: i18n("2eb4c7ac45befad0f1f9c750bda57166"),
1144
- multiple: false,
1145
- mode: 'horizontal',
1146
- required: true,
1147
- placeholder: i18n("844a7a7aacc5be82d0fd6225edc6bf63"),
1148
- showIcon: false,
1149
- size: 'lg',
1150
- hideRoot: false,
1151
- rootLabel: i18n("2eb4c7ac45befad0f1f9c750bda57166"),
1234
+ body: [getCustomNodeTreeSelectSchema({
1152
1235
  options: variableOptions
1153
- }, {
1154
- type: 'input-formula',
1236
+ }), getSchemaTpl('formulaControl', {
1155
1237
  name: 'value',
1156
1238
  label: i18n("e7af71fb102cc86ab3be6a2fb32b5e3f"),
1157
1239
  variables: '${variables}',
1158
- evalMode: false,
1159
- variableMode: 'tabs',
1160
- inputMode: 'input-group',
1161
1240
  size: 'lg',
1162
1241
  mode: 'horizontal',
1163
1242
  required: true,
1164
1243
  placeholder: i18n("85451d2eb59327a23e8f745161066d4a")
1165
- }]
1244
+ })]
1166
1245
  }])]
1167
1246
  }]
1168
1247
  }, {
@@ -1298,7 +1377,7 @@ var ACTION_TYPE_TREE = function (manager) {
1298
1377
  folding: true
1299
1378
  },
1300
1379
  className: 'ae-event-control-action-js-editor',
1301
- 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 = true;\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"
1380
+ 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"
1302
1381
  }
1303
1382
  }
1304
1383
  // {
@@ -1354,7 +1433,8 @@ var renderCmptSelect = function (componentLabel, required, onChange) {
1354
1433
  __rendererLabel: '${label}',
1355
1434
  __rendererName: '${type}',
1356
1435
  __nodeId: '${id}',
1357
- __nodeSchema: '${schema}'
1436
+ __nodeSchema: '${schema}',
1437
+ __isScopeContainer: '${isScopeContainer}'
1358
1438
  },
1359
1439
  onChange: function (value, oldVal, data, form) {
1360
1440
  return __awaiter(void 0, void 0, void 0, function () {
@@ -1368,7 +1448,7 @@ var renderCmptSelect = function (componentLabel, required, onChange) {
1368
1448
  };
1369
1449
  // 渲染组件特性动作配置项
1370
1450
  var renderCmptActionSelect = function (componentLabel, required, onChange) {
1371
- return __spreadArray(__spreadArray([], renderCmptSelect(componentLabel || i18n("d80bc0fcbfb250480320b683e48b1467"), true, function (value, oldVal, data, form) {
1451
+ return __spreadArray(__spreadArray([], __read(renderCmptSelect(componentLabel || i18n("d80bc0fcbfb250480320b683e48b1467"), true, function (value, oldVal, data, form) {
1372
1452
  return __awaiter(void 0, void 0, void 0, function () {
1373
1453
  var rendererType, dataSchema, dataSchemaIns, variables;
1374
1454
  var _a, _b;
@@ -1389,9 +1469,9 @@ var renderCmptActionSelect = function (componentLabel, required, onChange) {
1389
1469
  {
1390
1470
  label: "".concat(form.data.__rendererLabel, "\u53D8\u91CF"),
1391
1471
  children: variables
1392
- }], form.data.rawVariables.filter(function (item) {
1472
+ }], __read(form.data.rawVariables.filter(function (item) {
1393
1473
  return [i18n("cc6aeb073ebc3cb29734a49164f8964c"), i18n("979a50681e278dcc0be18f68459e8217")].includes(item.label);
1394
- }), true));
1474
+ })), false));
1395
1475
  if (form.data.actionType === 'setValue') {
1396
1476
  // todo:这里会闪一下,需要从amis查下问题
1397
1477
  form.setValueByName('args.value', []);
@@ -1414,7 +1494,7 @@ var renderCmptActionSelect = function (componentLabel, required, onChange) {
1414
1494
  }
1415
1495
  });
1416
1496
  });
1417
- }), true), [{
1497
+ })), false), [{
1418
1498
  asFormItem: true,
1419
1499
  label: i18n("8deee3cdecdf06a05d22fcacc7031492"),
1420
1500
  name: 'groupType',
@@ -1473,7 +1553,7 @@ var COMMON_ACTION_SCHEMA_MAP = {
1473
1553
  variables: '${variables}',
1474
1554
  placeholder: i18n("9a2ee7044ff04234a8892a13583d14b6")
1475
1555
  })],
1476
- visibleOn: "".concat(IS_DATA_CONTAINER)
1556
+ visibleOn: 'data.__isScopeContainer'
1477
1557
  }, {
1478
1558
  type: 'combo',
1479
1559
  name: 'value',
@@ -1531,7 +1611,7 @@ var COMMON_ACTION_SCHEMA_MAP = {
1531
1611
  label: '变量赋值',
1532
1612
  size: 'lg',
1533
1613
  mode: 'horizontal',
1534
- visibleOn: `!${IS_DATA_CONTAINER} && data.__rendererName !== 'combo'`,
1614
+ visibleOn: `!data.__isScopeContainer && data.__rendererName !== 'combo'`,
1535
1615
  required: true
1536
1616
  }
1537
1617
  */
@@ -1541,7 +1621,7 @@ var COMMON_ACTION_SCHEMA_MAP = {
1541
1621
  variables: '${variables}',
1542
1622
  size: 'lg',
1543
1623
  mode: 'horizontal',
1544
- visibleOn: "!".concat(IS_DATA_CONTAINER, " && data.__rendererName !== 'combo' && data.__rendererName !== 'input-table'"),
1624
+ visibleOn: "!data.__isScopeContainer && data.__rendererName !== 'combo' && data.__rendererName !== 'input-table'",
1545
1625
  required: true
1546
1626
  })]
1547
1627
  })
@@ -1713,9 +1793,11 @@ var getOldActionSchema = function (manager, context) {
1713
1793
  var isInDialog = /(?:\/|^)dialog\/.+$/.test(context.path);
1714
1794
  return {
1715
1795
  type: 'tooltip-wrapper',
1796
+ className: 'old-action-tooltip-warpper',
1716
1797
  content: i18n("9654916723a8d1d82f5ab9d2911edf93"),
1717
1798
  inline: true,
1718
1799
  tooltipTheme: 'dark',
1800
+ placement: 'bottom',
1719
1801
  body: [{
1720
1802
  type: 'button',
1721
1803
  label: i18n("88f7a3aef4888dd507482aedc02bb808"),
@@ -1839,7 +1921,7 @@ var getOldActionSchema = function (manager, context) {
1839
1921
  visibleOn: 'data.actionType == "drawer"',
1840
1922
  name: 'drawer',
1841
1923
  pipeIn: defaultValue({
1842
- title: i18n("8a089992349df754f182a5d02de8e8e0"),
1924
+ title: i18n("4cb9c4bc5cb960fcd03fceb2d2e62f3a"),
1843
1925
  body: i18n("1a9aaf05889002e65708c4950012a652")
1844
1926
  }),
1845
1927
  asFormItem: true,
@@ -1995,8 +2077,9 @@ var getOldActionSchema = function (manager, context) {
1995
2077
  */
1996
2078
  var objectToComboArray = function (obj) {
1997
2079
  return Object.entries(obj).map(function (_a) {
1998
- var key = _a[0],
1999
- val = _a[1];
2080
+ var _b = __read(_a, 2),
2081
+ key = _b[0],
2082
+ val = _b[1];
2000
2083
  return {
2001
2084
  key: key,
2002
2085
  val: val
@@ -2037,17 +2120,18 @@ var getEventControlConfig = function (manager, context) {
2037
2120
  // 内置逻辑
2038
2121
  if (action.supportComponents === 'byComponent') {
2039
2122
  isSupport = hasActionType(actionType, actions);
2123
+ node.scoped = isSupport;
2040
2124
  }
2041
2125
  } else if (Array.isArray(action.supportComponents)) {
2042
2126
  isSupport = action.supportComponents.includes(node.type);
2043
2127
  }
2128
+ node.isScopeContainer = !!manager.dataSchema.getScope("".concat(node.id, "-").concat(node.type));
2044
2129
  if (actionType === 'component' && !(actions === null || actions === void 0 ? void 0 : actions.length)) {
2045
2130
  node.disabled = true;
2046
2131
  }
2047
2132
  if (isSupport) {
2048
2133
  return true;
2049
2134
  } else if (haveChild) {
2050
- node.disabled = true;
2051
2135
  return true;
2052
2136
  }
2053
2137
  return false;
@@ -2092,7 +2176,7 @@ var getEventControlConfig = function (manager, context) {
2092
2176
  children: components
2093
2177
  })];
2094
2178
  }
2095
- finalCmpts = __spreadArray(__spreadArray([], finalCmpts, true), components, true);
2179
+ finalCmpts = __spreadArray(__spreadArray([], __read(finalCmpts), false), __read(components), false);
2096
2180
  components = editorData === null || editorData === void 0 ? void 0 : editorData.__superCmptTreeSource;
2097
2181
  editorData = editorData === null || editorData === void 0 ? void 0 : editorData.__super;
2098
2182
  }
@@ -2197,7 +2281,7 @@ var getEventControlConfig = function (manager, context) {
2197
2281
  var _b, _c;
2198
2282
  // 筛选出附加配置参数
2199
2283
  if (!innerArgs.includes(key)) {
2200
- config.addOnArgs = __spreadArray(__spreadArray([], config.addOnArgs, true), [{
2284
+ config.addOnArgs = __spreadArray(__spreadArray([], __read(config.addOnArgs), false), [{
2201
2285
  key: key,
2202
2286
  val: (_b = config.args) === null || _b === void 0 ? void 0 : _b[key]
2203
2287
  }], false);
@@ -2222,10 +2306,10 @@ var getEventControlConfig = function (manager, context) {
2222
2306
  return [2 /*return*/, __assign(__assign({}, config), {
2223
2307
  actionType: getActionType(action, hasSubActionNode),
2224
2308
  args: __assign(__assign({}, config.args), {
2225
- __dataContainerVariables: (datasource === null || datasource === void 0 ? void 0 : datasource.length) ? __spreadArray(__spreadArray(__spreadArray([], variables.eventVariables, true), [{
2309
+ __dataContainerVariables: (datasource === null || datasource === void 0 ? void 0 : datasource.length) ? __spreadArray(__spreadArray(__spreadArray([], __read(variables.eventVariables), false), [{
2226
2310
  label: i18n("c0a8088f2bbc993500c5a01b0f0a1887"),
2227
2311
  children: datasource
2228
- }], false), variables.rawVariables, true) : __spreadArray(__spreadArray([], variables.eventVariables, true), variables.rawVariables, true)
2312
+ }], false), __read(variables.rawVariables), false) : __spreadArray(__spreadArray([], __read(variables.eventVariables), false), __read(variables.rawVariables), false)
2229
2313
  })
2230
2314
  })];
2231
2315
  }
@@ -2283,6 +2367,12 @@ var getEventControlConfig = function (manager, context) {
2283
2367
  });
2284
2368
  }
2285
2369
  }
2370
+ if (action.actionType === 'toast') {
2371
+ // 配置一个toast组件默认class
2372
+ action.args = __assign(__assign({}, action.args), {
2373
+ className: 'theme-toast-action-scope'
2374
+ });
2375
+ }
2286
2376
  // 转换下格式
2287
2377
  if (action.actionType === 'setValue') {
2288
2378
  if ((_d = config.args) === null || _d === void 0 ? void 0 : _d.hasOwnProperty('path')) {
@@ -2345,4 +2435,4 @@ var getEventControlConfig = function (manager, context) {
2345
2435
  };
2346
2436
  };
2347
2437
 
2348
- export { ACTION_TYPE_TREE, COMMON_ACTION_SCHEMA_MAP, DATA_CONTAINER, FORMITEM_CMPTS, IS_DATA_CONTAINER, 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 };
2438
+ 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 };