amis-editor 5.2.5 → 5.4.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 +167 -2
  154. package/esm/locale/zh-CN.js +177 -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 +285 -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 +26 -3
  168. package/esm/plugin/CRUD.js +1170 -1184
  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 +203 -180
  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 +588 -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 +329 -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 +362 -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 +747 -644
  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 +46 -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 +275 -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 +199 -250
  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 +575 -637
  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 +631 -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 +177 -0
  418. package/esm/renderer/APIAdaptorControl.js +293 -0
  419. package/esm/renderer/APIControl.d.ts +8 -5544
  420. package/esm/renderer/APIControl.js +710 -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 +22 -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 +257 -349
  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 +202 -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 +226 -100
  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 +63 -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 +40 -16
  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 +98 -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 +167 -2
  662. package/lib/locale/zh-CN.js +177 -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 +284 -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 +26 -3
  676. package/lib/plugin/CRUD.js +1169 -1181
  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 +202 -179
  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 +587 -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 +328 -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 +361 -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 +745 -642
  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 +46 -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 +274 -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 +199 -250
  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 +572 -634
  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 +631 -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 +177 -0
  926. package/lib/renderer/APIAdaptorControl.js +312 -0
  927. package/lib/renderer/APIControl.d.ts +8 -5544
  928. package/lib/renderer/APIControl.js +710 -836
  929. package/lib/renderer/ActionApiControl.d.ts +12 -6680
  930. package/lib/renderer/BadgeControl.d.ts +12 -12
  931. package/lib/renderer/BadgeControl.js +235 -269
  932. package/lib/renderer/ButtonGroupControl.d.ts +22 -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 +256 -348
  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 +202 -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 +224 -99
  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 +68 -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 +39 -15
  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 +97 -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,5 +1,5 @@
1
1
  /**
2
- * amis-editor v5.2.4-beta.39
2
+ * amis-editor v5.4.0
3
3
  * Copyright 2018-2023 @fex
4
4
  */
5
5
 
@@ -49,7 +49,7 @@ var MSG_TYPES = {
49
49
  // 下拉展示可赋值属性范围
50
50
  var SELECT_PROPS_CONTAINER = ['form'];
51
51
  // 是否数据容器
52
- var IS_DATA_CONTAINER = "".concat(JSON.stringify(DATA_CONTAINER), ".includes(data.__rendererName)");
52
+ "".concat(JSON.stringify(DATA_CONTAINER), ".includes(data.__rendererName)");
53
53
  // 是否下拉展示可赋值属性
54
54
  var SHOW_SELECT_PROP = "".concat(JSON.stringify(SELECT_PROPS_CONTAINER), ".includes(data.__rendererName)");
55
55
  // 表单项组件
@@ -58,12 +58,88 @@ var SUPPORT_STATIC_FORMITEM_CMPTS = without__default["default"].apply(void 0, ts
58
58
  var SUPPORT_DISABLED_CMPTS = ['button-group', 'action', 'button', 'submit', 'reset', 'collapse', 'container', 'dropdown-button', 'flex', 'flex-item', 'grid', 'grid-2d', 'link', 'nav', 'wizard'
59
59
  // 'card2'
60
60
  ];
61
-
61
+ // 用于变量赋值 页面变量和内存变量的树选择器中,支持展示变量类型
62
+ var getCustomNodeTreeSelectSchema = function (opts) {
63
+ return tslib.__assign({
64
+ type: 'tree-select',
65
+ name: 'path',
66
+ label: i18nRuntime.i18n("c6f30c2f084ddeacb7944235348bdaa4"),
67
+ multiple: false,
68
+ mode: 'horizontal',
69
+ required: true,
70
+ placeholder: i18nRuntime.i18n("844a7a7aacc5be82d0fd6225edc6bf63"),
71
+ showIcon: false,
72
+ size: 'lg',
73
+ hideRoot: false,
74
+ rootLabel: i18nRuntime.i18n("c6f30c2f084ddeacb7944235348bdaa4"),
75
+ options: [],
76
+ menuTpl: {
77
+ type: 'flex',
78
+ className: 'p-1',
79
+ items: [{
80
+ type: 'container',
81
+ body: [{
82
+ type: 'tpl',
83
+ tpl: '${label}',
84
+ inline: true,
85
+ wrapperComponent: ''
86
+ }],
87
+ style: {
88
+ display: 'flex',
89
+ flexWrap: 'nowrap',
90
+ alignItems: 'center',
91
+ position: 'static',
92
+ overflowY: 'auto',
93
+ flex: '0 0 auto'
94
+ },
95
+ wrapperBody: false,
96
+ isFixedHeight: true
97
+ }, {
98
+ type: 'container',
99
+ body: [{
100
+ type: 'tpl',
101
+ tpl: '${type}',
102
+ inline: true,
103
+ wrapperComponent: '',
104
+ style: {
105
+ background: '#f5f5f5',
106
+ paddingLeft: '8px',
107
+ paddingRight: '8px',
108
+ borderRadius: '4px'
109
+ }
110
+ }],
111
+ size: 'xs',
112
+ style: {
113
+ display: 'flex',
114
+ flexWrap: 'nowrap',
115
+ alignItems: 'center',
116
+ position: 'static',
117
+ overflowY: 'auto',
118
+ flex: '0 0 auto'
119
+ },
120
+ wrapperBody: false,
121
+ isFixedHeight: true,
122
+ isFixedWidth: false
123
+ }],
124
+ style: {
125
+ position: 'relative',
126
+ inset: 'auto',
127
+ flexWrap: 'nowrap',
128
+ justifyContent: 'space-between',
129
+ alignItems: 'center',
130
+ height: '24px',
131
+ overflowY: 'hidden'
132
+ },
133
+ isFixedHeight: true,
134
+ isFixedWidth: false
135
+ }
136
+ }, opts);
137
+ };
62
138
  var ACTION_TYPE_TREE = function (manager) {
63
139
  var variableManager = manager === null || manager === void 0 ? void 0 : manager.variableManager;
64
140
  /** 变量列表 */
65
- var variableOptions = variableManager.getVariableOptions();
66
- var pageVariableOptions = variableManager.getPageVariablesOptions();
141
+ var variableOptions = (variableManager === null || variableManager === void 0 ? void 0 : variableManager.getVariableOptions()) || [];
142
+ var pageVariableOptions = (variableManager === null || variableManager === void 0 ? void 0 : variableManager.getPageVariablesOptions()) || [];
67
143
  return [{
68
144
  actionLabel: i18nRuntime.i18n("59ceff465ad16932d8972191ad815dfb"),
69
145
  actionType: 'page',
@@ -186,6 +262,8 @@ var ACTION_TYPE_TREE = function (manager) {
186
262
  actionType: 'dialog'
187
263
  }, {
188
264
  actionType: 'drawer'
265
+ }, {
266
+ actionType: 'confirmDialog'
189
267
  }],
190
268
  schema: [{
191
269
  type: 'radios',
@@ -202,6 +280,9 @@ var ACTION_TYPE_TREE = function (manager) {
202
280
  }, {
203
281
  label: i18nRuntime.i18n("2a2924380dfcaea998bd8a49703545a9"),
204
282
  value: 'drawer'
283
+ }, {
284
+ label: i18nRuntime.i18n("fa6b01f51cc2b8e16bfbb914b6c08ace"),
285
+ value: 'confirmDialog'
205
286
  }],
206
287
  visibleOn: 'data.actionType === "openDialog"'
207
288
  }, {
@@ -214,7 +295,8 @@ var ACTION_TYPE_TREE = function (manager) {
214
295
  body: i18nRuntime.i18n("1a9aaf05889002e65708c4950012a652"),
215
296
  showCloseButton: true,
216
297
  showErrorMsg: true,
217
- showLoading: true
298
+ showLoading: true,
299
+ className: 'app-popover'
218
300
  }),
219
301
  asFormItem: true,
220
302
  visibleOn: 'data.groupType === "dialog"',
@@ -246,8 +328,9 @@ var ACTION_TYPE_TREE = function (manager) {
246
328
  mode: 'horizontal',
247
329
  required: true,
248
330
  pipeIn: amisEditorCore.defaultValue({
249
- title: i18nRuntime.i18n("8a089992349df754f182a5d02de8e8e0"),
250
- body: i18nRuntime.i18n("1a9aaf05889002e65708c4950012a652")
331
+ title: i18nRuntime.i18n("4cb9c4bc5cb960fcd03fceb2d2e62f3a"),
332
+ body: i18nRuntime.i18n("1a9aaf05889002e65708c4950012a652"),
333
+ className: 'app-popover'
251
334
  }),
252
335
  asFormItem: true,
253
336
  visibleOn: 'data.groupType === "drawer"',
@@ -272,6 +355,42 @@ var ACTION_TYPE_TREE = function (manager) {
272
355
  block: true
273
356
  }, i18nRuntime.i18n('a532be3ad5f3fda70d228b8542e81835'));
274
357
  }
358
+ }, {
359
+ name: 'args',
360
+ label: i18nRuntime.i18n("507c1d40c5d6b990cf8c832b0a91cadb"),
361
+ mode: 'horizontal',
362
+ required: true,
363
+ pipeIn: amisEditorCore.defaultValue({
364
+ title: i18nRuntime.i18n("8a089992349df754f182a5d02de8e8e0"),
365
+ confirmText: i18nRuntime.i18n("e83a256e4f5bb4ff8b3d804b5473217a"),
366
+ cancelText: i18nRuntime.i18n("625fb26b4b3340f7872b411f401e754c"),
367
+ confirmBtnLevel: 'primary',
368
+ body: i18nRuntime.i18n("1a9aaf05889002e65708c4950012a652"),
369
+ dialogType: 'confirm'
370
+ }),
371
+ asFormItem: true,
372
+ visibleOn: 'data.groupType === "confirmDialog"',
373
+ children: function (_a) {
374
+ var value = _a.value,
375
+ onChange = _a.onChange;
376
+ _a.data;
377
+ return React__default["default"].createElement(amis.Button, {
378
+ size: "sm",
379
+ className: "action-btn-width",
380
+ onClick: function () {
381
+ return manager.openSubEditor({
382
+ title: i18nRuntime.i18n("c3c8422fcecd8c1cc922cba15ab5cbc0"),
383
+ value: tslib.__assign({
384
+ type: 'dialog'
385
+ }, value),
386
+ onChange: function (value) {
387
+ return onChange(value);
388
+ }
389
+ });
390
+ },
391
+ block: true
392
+ }, i18nRuntime.i18n('a532be3ad5f3fda70d228b8542e81835'));
393
+ }
275
394
  }]
276
395
  }, {
277
396
  actionLabel: i18nRuntime.i18n("3b02248ca3790e356e47b6900c0e3931"),
@@ -319,7 +438,7 @@ var ACTION_TYPE_TREE = function (manager) {
319
438
  actionLabel: i18nRuntime.i18n("e495f416b83e4c7ff3c66ec3be96a76f"),
320
439
  actionType: 'toast',
321
440
  description: i18nRuntime.i18n("61d7aaa88181c527cfb936d4c686d267"),
322
- innerArgs: ['title', 'msgType', 'msg', 'position', 'timeout', 'closeButton', 'showIcon'],
441
+ innerArgs: ['title', 'msgType', 'msg', 'position', 'timeout', 'closeButton', 'showIcon', 'className'],
323
442
  descDetail: function (info) {
324
443
  var _a, _b;
325
444
  return React__default["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["default"].createElement("span", {
@@ -578,7 +697,7 @@ var ACTION_TYPE_TREE = function (manager) {
578
697
  }
579
698
  }],
580
699
  supportComponents: '*',
581
- schema: tslib.__spreadArray(tslib.__spreadArray([], renderCmptSelect(i18nRuntime.i18n("6afde638796d237377b0755506d08ded"), true), true), [{
700
+ schema: tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(renderCmptSelect(i18nRuntime.i18n("6afde638796d237377b0755506d08ded"), true)), false), [{
582
701
  type: 'radios',
583
702
  label: i18nRuntime.i18n("69fbb2e5fc9eb3ba06096cbedbf5a622"),
584
703
  name: 'groupType',
@@ -646,8 +765,8 @@ var ACTION_TYPE_TREE = function (manager) {
646
765
  }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u8868\u8FBE\u5F0F\u5DF2\u914D\u7F6E");
647
766
  }
648
767
  }],
649
- supportComponents: tslib.__spreadArray(tslib.__spreadArray(['form'], FORMITEM_CMPTS, true), SUPPORT_DISABLED_CMPTS, true),
650
- schema: tslib.__spreadArray(tslib.__spreadArray([], renderCmptSelect(i18nRuntime.i18n("6afde638796d237377b0755506d08ded"), true), true), [{
768
+ supportComponents: tslib.__spreadArray(tslib.__spreadArray(['form'], tslib.__read(FORMITEM_CMPTS), false), tslib.__read(SUPPORT_DISABLED_CMPTS), false),
769
+ schema: tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(renderCmptSelect(i18nRuntime.i18n("6afde638796d237377b0755506d08ded"), true)), false), [{
651
770
  type: 'radios',
652
771
  label: i18nRuntime.i18n("69fbb2e5fc9eb3ba06096cbedbf5a622"),
653
772
  name: 'groupType',
@@ -707,8 +826,8 @@ var ACTION_TYPE_TREE = function (manager) {
707
826
  }, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7EC4\u4EF6\u5207\u6362\u4E3A\u8F93\u5165\u6001");
708
827
  }
709
828
  }],
710
- supportComponents: tslib.__spreadArray(['form'], SUPPORT_STATIC_FORMITEM_CMPTS, true),
711
- schema: tslib.__spreadArray(tslib.__spreadArray([], renderCmptSelect(i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"), true), true), [{
829
+ supportComponents: tslib.__spreadArray(['form'], tslib.__read(SUPPORT_STATIC_FORMITEM_CMPTS), false),
830
+ schema: tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(renderCmptSelect(i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"), true)), false), [{
712
831
  type: 'radios',
713
832
  label: i18nRuntime.i18n("d2e930293da37452638759e17d771adf"),
714
833
  name: 'groupType',
@@ -735,13 +854,13 @@ var ACTION_TYPE_TREE = function (manager) {
735
854
  }, (info === null || info === void 0 ? void 0 : info.rendererLabel) || '-'), "\u7EC4\u4EF6");
736
855
  },
737
856
  supportComponents: 'byComponent',
738
- schema: tslib.__spreadArray(tslib.__spreadArray([], renderCmptSelect(i18nRuntime.i18n("6afde638796d237377b0755506d08ded"), true, function (value, oldVal, data, form) {
857
+ schema: tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(renderCmptSelect(i18nRuntime.i18n("6afde638796d237377b0755506d08ded"), true, function (value, oldVal, data, form) {
739
858
  form.setValueByName('args.resetPage', true);
740
859
  form.setValueByName('__addParam', true);
741
860
  form.setValueByName('__customData', false);
742
861
  form.setValueByName('__containerType', 'all');
743
862
  form.setValueByName('__reloadParam', []);
744
- }), true), [{
863
+ })), false), [{
745
864
  type: 'switch',
746
865
  name: '__resetPage',
747
866
  label: amisEditorCore.tipedLabel(i18nRuntime.i18n("697af73997072e0ce9ee65b15a7b3715"), i18nRuntime.i18n("d7bf42dd6e66f2818f9a232603c4a53b")),
@@ -758,7 +877,7 @@ var ACTION_TYPE_TREE = function (manager) {
758
877
  offText: i18nRuntime.i18n("c9744f45e76d885ae1c74d4f4a934b2e"),
759
878
  mode: 'horizontal',
760
879
  pipeIn: amisEditorCore.defaultValue(true),
761
- visibleOn: "data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER)
880
+ visibleOn: "data.actionType === \"reload\" && data.__isScopeContainer"
762
881
  }, {
763
882
  type: 'switch',
764
883
  name: '__customData',
@@ -767,7 +886,7 @@ var ACTION_TYPE_TREE = function (manager) {
767
886
  offText: i18nRuntime.i18n("c9744f45e76d885ae1c74d4f4a934b2e"),
768
887
  mode: 'horizontal',
769
888
  pipeIn: amisEditorCore.defaultValue(true),
770
- visibleOn: "data.__addParam && data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER),
889
+ visibleOn: "data.__addParam && data.actionType === \"reload\" && data.__isScopeContainer",
771
890
  onChange: function (value, oldVal, data, form) {
772
891
  form.setValueByName('__containerType', 'all');
773
892
  }
@@ -777,7 +896,7 @@ var ACTION_TYPE_TREE = function (manager) {
777
896
  mode: 'horizontal',
778
897
  label: '',
779
898
  pipeIn: amisEditorCore.defaultValue('all'),
780
- visibleOn: "data.__addParam && data.__customData && data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER),
899
+ visibleOn: "data.__addParam && data.__customData && data.actionType === \"reload\" && data.__isScopeContainer",
781
900
  options: [{
782
901
  label: i18nRuntime.i18n("77b1081c177fa3334cc93c99f0ecee75"),
783
902
  value: 'all'
@@ -802,7 +921,7 @@ var ACTION_TYPE_TREE = function (manager) {
802
921
  label: '',
803
922
  size: 'lg',
804
923
  mode: 'horizontal',
805
- visibleOn: `data.__addParam && data.__customData && data.__containerType === "all" && data.actionType === "reload" && ${IS_DATA_CONTAINER}`
924
+ visibleOn: `data.__addParam && data.__customData && data.__containerType === "all" && data.actionType === "reload" && data.__isScopeContainer`
806
925
  },
807
926
  */
808
927
  amisEditorCore.getSchemaTpl('formulaControl', {
@@ -812,7 +931,7 @@ var ACTION_TYPE_TREE = function (manager) {
812
931
  size: 'lg',
813
932
  mode: 'horizontal',
814
933
  required: true,
815
- visibleOn: "data.__addParam && data.__customData && data.__containerType === \"all\" && data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER)
934
+ visibleOn: "data.__addParam && data.__customData && data.__containerType === \"all\" && data.actionType === \"reload\" && data.__isScopeContainer"
816
935
  }), {
817
936
  type: 'combo',
818
937
  name: '__reloadParams',
@@ -848,14 +967,14 @@ var ACTION_TYPE_TREE = function (manager) {
848
967
  variables: '${variables}',
849
968
  placeholder: i18nRuntime.i18n("bfed4943c5f487de1b63a82f7230cce2")
850
969
  })],
851
- visibleOn: "data.__addParam && data.__customData && data.__containerType === \"appoint\" && data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER)
970
+ visibleOn: "data.__addParam && data.__customData && data.__containerType === \"appoint\" && data.actionType === \"reload\" && data.__isScopeContainer"
852
971
  }, {
853
972
  type: 'radios',
854
973
  name: 'dataMergeMode',
855
974
  mode: 'horizontal',
856
975
  label: amisEditorCore.tipedLabel(i18nRuntime.i18n("2aecb19ca1655d66fc80fc27a783cc9e"), i18nRuntime.i18n("b67b01a3b9170f1daf78082cfd0df793")),
857
976
  pipeIn: amisEditorCore.defaultValue('merge'),
858
- visibleOn: "data.__addParam && data.actionType === \"reload\" && ".concat(IS_DATA_CONTAINER),
977
+ visibleOn: "data.__addParam && data.actionType === \"reload\" && data.__isScopeContainer",
859
978
  options: [{
860
979
  label: i18nRuntime.i18n("bd81577a6fd4956e676cec499bb70d00"),
861
980
  value: 'merge'
@@ -890,7 +1009,7 @@ var ACTION_TYPE_TREE = function (manager) {
890
1009
  label: i18nRuntime.i18n("cc6aeb073ebc3cb29734a49164f8964c"),
891
1010
  value: 'page'
892
1011
  }, {
893
- label: i18nRuntime.i18n("2eb4c7ac45befad0f1f9c750bda57166"),
1012
+ label: i18nRuntime.i18n("c6f30c2f084ddeacb7944235348bdaa4"),
894
1013
  value: 'app'
895
1014
  }],
896
1015
  value: '${args.fromApp ? "app" : args.fromPage ? "page" : "cmpt"}',
@@ -911,10 +1030,10 @@ var ACTION_TYPE_TREE = function (manager) {
911
1030
  {
912
1031
  type: 'container',
913
1032
  visibleOn: '__actionSubType === "cmpt"',
914
- body: tslib.__spreadArray(tslib.__spreadArray([], renderCmptActionSelect(i18nRuntime.i18n("6afde638796d237377b0755506d08ded"), true, function (value, oldVal, data, form) {
1033
+ body: tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(renderCmptActionSelect(i18nRuntime.i18n("6afde638796d237377b0755506d08ded"), true, function (value, oldVal, data, form) {
915
1034
  form.setValueByName('args.__containerType', 'all');
916
1035
  form.setValueByName('args.__comboType', 'all');
917
- }), true), [getArgsWrapper({
1036
+ })), false), [getArgsWrapper({
918
1037
  type: 'wrapper',
919
1038
  className: 'p-none',
920
1039
  body: [{
@@ -923,7 +1042,7 @@ var ACTION_TYPE_TREE = function (manager) {
923
1042
  mode: 'horizontal',
924
1043
  label: i18nRuntime.i18n("e7af71fb102cc86ab3be6a2fb32b5e3f"),
925
1044
  pipeIn: amisEditorCore.defaultValue('all'),
926
- visibleOn: "".concat(IS_DATA_CONTAINER),
1045
+ visibleOn: 'data.__isScopeContainer',
927
1046
  options: [{
928
1047
  label: i18nRuntime.i18n("77b1081c177fa3334cc93c99f0ecee75"),
929
1048
  value: 'all'
@@ -1001,7 +1120,7 @@ var ACTION_TYPE_TREE = function (manager) {
1001
1120
  variables: '${variables}',
1002
1121
  placeholder: i18nRuntime.i18n("a33903526e8fb3d1ac3066da70e7941e")
1003
1122
  })],
1004
- visibleOn: "".concat(IS_DATA_CONTAINER, " && data.__containerType === 'appoint' || data.__comboType === 'appoint'")
1123
+ visibleOn: "data.__isScopeContainer && data.__containerType === 'appoint' || data.__comboType === 'appoint'"
1005
1124
  }, {
1006
1125
  type: 'combo',
1007
1126
  name: 'value',
@@ -1065,7 +1184,7 @@ var ACTION_TYPE_TREE = function (manager) {
1065
1184
  label: '',
1066
1185
  size: 'lg',
1067
1186
  mode: 'horizontal',
1068
- visibleOn: `(${IS_DATA_CONTAINER} || ${SHOW_SELECT_PROP}) && data.__containerType === 'all'`,
1187
+ visibleOn: `(data.__isScopeContainer || ${SHOW_SELECT_PROP}) && data.__containerType === 'all'`,
1069
1188
  required: true
1070
1189
  },
1071
1190
  */
@@ -1075,7 +1194,7 @@ var ACTION_TYPE_TREE = function (manager) {
1075
1194
  variables: '${variables}',
1076
1195
  size: 'lg',
1077
1196
  mode: 'horizontal',
1078
- visibleOn: "(".concat(IS_DATA_CONTAINER, " || ").concat(SHOW_SELECT_PROP, ") && data.__containerType === 'all'"),
1197
+ visibleOn: "(data.__isScopeContainer || ".concat(SHOW_SELECT_PROP, ") && data.__containerType === 'all'"),
1079
1198
  required: true
1080
1199
  }),
1081
1200
  /*
@@ -1089,7 +1208,7 @@ var ACTION_TYPE_TREE = function (manager) {
1089
1208
  label: '数据设置',
1090
1209
  size: 'lg',
1091
1210
  mode: 'horizontal',
1092
- visibleOn: `data.__rendererName && !${IS_DATA_CONTAINER} && data.__rendererName !== 'combo'`,
1211
+ visibleOn: `data.__rendererName && !data.__isScopeContainer && data.__rendererName !== 'combo'`,
1093
1212
  required: true
1094
1213
  }
1095
1214
  */
@@ -1099,7 +1218,7 @@ var ACTION_TYPE_TREE = function (manager) {
1099
1218
  variables: '${variables}',
1100
1219
  size: 'lg',
1101
1220
  mode: 'horizontal',
1102
- visibleOn: "data.__rendererName && !".concat(IS_DATA_CONTAINER, " && data.__rendererName !== 'combo' && data.__rendererName !== 'input-table'"),
1221
+ visibleOn: "data.__rendererName && !data.__isScopeContainer && data.__rendererName !== 'combo' && data.__rendererName !== 'input-table'",
1103
1222
  required: true
1104
1223
  })]
1105
1224
  })], false)
@@ -1111,67 +1230,39 @@ var ACTION_TYPE_TREE = function (manager) {
1111
1230
  body: [getArgsWrapper([{
1112
1231
  type: 'wrapper',
1113
1232
  className: 'p-none',
1114
- body: [{
1115
- type: 'tree-select',
1116
- name: 'path',
1233
+ body: [getCustomNodeTreeSelectSchema({
1117
1234
  label: i18nRuntime.i18n("cc6aeb073ebc3cb29734a49164f8964c"),
1118
- multiple: false,
1119
- mode: 'horizontal',
1120
- required: true,
1121
- placeholder: i18nRuntime.i18n("844a7a7aacc5be82d0fd6225edc6bf63"),
1122
- showIcon: false,
1123
- size: 'lg',
1124
- hideRoot: false,
1125
1235
  rootLabel: i18nRuntime.i18n("cc6aeb073ebc3cb29734a49164f8964c"),
1126
1236
  options: pageVariableOptions
1127
- }, {
1128
- type: 'input-formula',
1237
+ }), amisEditorCore.getSchemaTpl('formulaControl', {
1129
1238
  name: 'value',
1130
1239
  label: i18nRuntime.i18n("e7af71fb102cc86ab3be6a2fb32b5e3f"),
1131
1240
  variables: '${variables}',
1132
- evalMode: false,
1133
- variableMode: 'tabs',
1134
- inputMode: 'input-group',
1135
1241
  size: 'lg',
1136
1242
  mode: 'horizontal',
1137
1243
  required: true,
1138
1244
  placeholder: i18nRuntime.i18n("85451d2eb59327a23e8f745161066d4a")
1139
- }]
1245
+ })]
1140
1246
  }])]
1141
1247
  },
1142
- // 应用临时变量
1248
+ // 内存变量
1143
1249
  {
1144
1250
  type: 'container',
1145
1251
  visibleOn: '__actionSubType === "app"',
1146
1252
  body: [getArgsWrapper([{
1147
1253
  type: 'wrapper',
1148
1254
  className: 'p-none',
1149
- body: [{
1150
- type: 'tree-select',
1151
- name: 'path',
1152
- label: i18nRuntime.i18n("2eb4c7ac45befad0f1f9c750bda57166"),
1153
- multiple: false,
1154
- mode: 'horizontal',
1155
- required: true,
1156
- placeholder: i18nRuntime.i18n("844a7a7aacc5be82d0fd6225edc6bf63"),
1157
- showIcon: false,
1158
- size: 'lg',
1159
- hideRoot: false,
1160
- rootLabel: i18nRuntime.i18n("2eb4c7ac45befad0f1f9c750bda57166"),
1255
+ body: [getCustomNodeTreeSelectSchema({
1161
1256
  options: variableOptions
1162
- }, {
1163
- type: 'input-formula',
1257
+ }), amisEditorCore.getSchemaTpl('formulaControl', {
1164
1258
  name: 'value',
1165
1259
  label: i18nRuntime.i18n("e7af71fb102cc86ab3be6a2fb32b5e3f"),
1166
1260
  variables: '${variables}',
1167
- evalMode: false,
1168
- variableMode: 'tabs',
1169
- inputMode: 'input-group',
1170
1261
  size: 'lg',
1171
1262
  mode: 'horizontal',
1172
1263
  required: true,
1173
1264
  placeholder: i18nRuntime.i18n("85451d2eb59327a23e8f745161066d4a")
1174
- }]
1265
+ })]
1175
1266
  }])]
1176
1267
  }]
1177
1268
  }, {
@@ -1307,7 +1398,7 @@ var ACTION_TYPE_TREE = function (manager) {
1307
1398
  folding: true
1308
1399
  },
1309
1400
  className: 'ae-event-control-action-js-editor',
1310
- 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"
1401
+ 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"
1311
1402
  }
1312
1403
  }
1313
1404
  // {
@@ -1363,7 +1454,8 @@ var renderCmptSelect = function (componentLabel, required, onChange) {
1363
1454
  __rendererLabel: '${label}',
1364
1455
  __rendererName: '${type}',
1365
1456
  __nodeId: '${id}',
1366
- __nodeSchema: '${schema}'
1457
+ __nodeSchema: '${schema}',
1458
+ __isScopeContainer: '${isScopeContainer}'
1367
1459
  },
1368
1460
  onChange: function (value, oldVal, data, form) {
1369
1461
  return tslib.__awaiter(void 0, void 0, void 0, function () {
@@ -1377,7 +1469,7 @@ var renderCmptSelect = function (componentLabel, required, onChange) {
1377
1469
  };
1378
1470
  // 渲染组件特性动作配置项
1379
1471
  var renderCmptActionSelect = function (componentLabel, required, onChange) {
1380
- return tslib.__spreadArray(tslib.__spreadArray([], renderCmptSelect(componentLabel || i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"), true, function (value, oldVal, data, form) {
1472
+ return tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(renderCmptSelect(componentLabel || i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"), true, function (value, oldVal, data, form) {
1381
1473
  return tslib.__awaiter(void 0, void 0, void 0, function () {
1382
1474
  var rendererType, dataSchema, dataSchemaIns, variables;
1383
1475
  var _a, _b;
@@ -1398,9 +1490,9 @@ var renderCmptActionSelect = function (componentLabel, required, onChange) {
1398
1490
  {
1399
1491
  label: "".concat(form.data.__rendererLabel, "\u53D8\u91CF"),
1400
1492
  children: variables
1401
- }], form.data.rawVariables.filter(function (item) {
1493
+ }], tslib.__read(form.data.rawVariables.filter(function (item) {
1402
1494
  return [i18nRuntime.i18n("cc6aeb073ebc3cb29734a49164f8964c"), i18nRuntime.i18n("979a50681e278dcc0be18f68459e8217")].includes(item.label);
1403
- }), true));
1495
+ })), false));
1404
1496
  if (form.data.actionType === 'setValue') {
1405
1497
  // todo:这里会闪一下,需要从amis查下问题
1406
1498
  form.setValueByName('args.value', []);
@@ -1423,7 +1515,7 @@ var renderCmptActionSelect = function (componentLabel, required, onChange) {
1423
1515
  }
1424
1516
  });
1425
1517
  });
1426
- }), true), [{
1518
+ })), false), [{
1427
1519
  asFormItem: true,
1428
1520
  label: i18nRuntime.i18n("8deee3cdecdf06a05d22fcacc7031492"),
1429
1521
  name: 'groupType',
@@ -1482,7 +1574,7 @@ var COMMON_ACTION_SCHEMA_MAP = {
1482
1574
  variables: '${variables}',
1483
1575
  placeholder: i18nRuntime.i18n("9a2ee7044ff04234a8892a13583d14b6")
1484
1576
  })],
1485
- visibleOn: "".concat(IS_DATA_CONTAINER)
1577
+ visibleOn: 'data.__isScopeContainer'
1486
1578
  }, {
1487
1579
  type: 'combo',
1488
1580
  name: 'value',
@@ -1540,7 +1632,7 @@ var COMMON_ACTION_SCHEMA_MAP = {
1540
1632
  label: '变量赋值',
1541
1633
  size: 'lg',
1542
1634
  mode: 'horizontal',
1543
- visibleOn: `!${IS_DATA_CONTAINER} && data.__rendererName !== 'combo'`,
1635
+ visibleOn: `!data.__isScopeContainer && data.__rendererName !== 'combo'`,
1544
1636
  required: true
1545
1637
  }
1546
1638
  */
@@ -1550,7 +1642,7 @@ var COMMON_ACTION_SCHEMA_MAP = {
1550
1642
  variables: '${variables}',
1551
1643
  size: 'lg',
1552
1644
  mode: 'horizontal',
1553
- visibleOn: "!".concat(IS_DATA_CONTAINER, " && data.__rendererName !== 'combo' && data.__rendererName !== 'input-table'"),
1645
+ visibleOn: "!data.__isScopeContainer && data.__rendererName !== 'combo' && data.__rendererName !== 'input-table'",
1554
1646
  required: true
1555
1647
  })]
1556
1648
  })
@@ -1722,9 +1814,11 @@ var getOldActionSchema = function (manager, context) {
1722
1814
  var isInDialog = /(?:\/|^)dialog\/.+$/.test(context.path);
1723
1815
  return {
1724
1816
  type: 'tooltip-wrapper',
1817
+ className: 'old-action-tooltip-warpper',
1725
1818
  content: i18nRuntime.i18n("9654916723a8d1d82f5ab9d2911edf93"),
1726
1819
  inline: true,
1727
1820
  tooltipTheme: 'dark',
1821
+ placement: 'bottom',
1728
1822
  body: [{
1729
1823
  type: 'button',
1730
1824
  label: i18nRuntime.i18n("88f7a3aef4888dd507482aedc02bb808"),
@@ -1848,7 +1942,7 @@ var getOldActionSchema = function (manager, context) {
1848
1942
  visibleOn: 'data.actionType == "drawer"',
1849
1943
  name: 'drawer',
1850
1944
  pipeIn: amisEditorCore.defaultValue({
1851
- title: i18nRuntime.i18n("8a089992349df754f182a5d02de8e8e0"),
1945
+ title: i18nRuntime.i18n("4cb9c4bc5cb960fcd03fceb2d2e62f3a"),
1852
1946
  body: i18nRuntime.i18n("1a9aaf05889002e65708c4950012a652")
1853
1947
  }),
1854
1948
  asFormItem: true,
@@ -2004,8 +2098,9 @@ var getOldActionSchema = function (manager, context) {
2004
2098
  */
2005
2099
  var objectToComboArray = function (obj) {
2006
2100
  return Object.entries(obj).map(function (_a) {
2007
- var key = _a[0],
2008
- val = _a[1];
2101
+ var _b = tslib.__read(_a, 2),
2102
+ key = _b[0],
2103
+ val = _b[1];
2009
2104
  return {
2010
2105
  key: key,
2011
2106
  val: val
@@ -2046,17 +2141,18 @@ var getEventControlConfig = function (manager, context) {
2046
2141
  // 内置逻辑
2047
2142
  if (action.supportComponents === 'byComponent') {
2048
2143
  isSupport = hasActionType(actionType, actions);
2144
+ node.scoped = isSupport;
2049
2145
  }
2050
2146
  } else if (Array.isArray(action.supportComponents)) {
2051
2147
  isSupport = action.supportComponents.includes(node.type);
2052
2148
  }
2149
+ node.isScopeContainer = !!manager.dataSchema.getScope("".concat(node.id, "-").concat(node.type));
2053
2150
  if (actionType === 'component' && !(actions === null || actions === void 0 ? void 0 : actions.length)) {
2054
2151
  node.disabled = true;
2055
2152
  }
2056
2153
  if (isSupport) {
2057
2154
  return true;
2058
2155
  } else if (haveChild) {
2059
- node.disabled = true;
2060
2156
  return true;
2061
2157
  }
2062
2158
  return false;
@@ -2101,7 +2197,7 @@ var getEventControlConfig = function (manager, context) {
2101
2197
  children: components
2102
2198
  })];
2103
2199
  }
2104
- finalCmpts = tslib.__spreadArray(tslib.__spreadArray([], finalCmpts, true), components, true);
2200
+ finalCmpts = tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(finalCmpts), false), tslib.__read(components), false);
2105
2201
  components = editorData === null || editorData === void 0 ? void 0 : editorData.__superCmptTreeSource;
2106
2202
  editorData = editorData === null || editorData === void 0 ? void 0 : editorData.__super;
2107
2203
  }
@@ -2115,10 +2211,10 @@ var getEventControlConfig = function (manager, context) {
2115
2211
  },
2116
2212
  actionConfigInitFormatter: function (action, variables) {
2117
2213
  return tslib.__awaiter(void 0, void 0, void 0, function () {
2118
- var config, innerArgs, tmpArgs_1, hasSubActionNode, datasource, schema, dataSchema, dataSchemaIns;
2119
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v;
2120
- return tslib.__generator(this, function (_w) {
2121
- switch (_w.label) {
2214
+ var config, innerArgs, comboArray, tmpArgs_1, hasSubActionNode, datasource, schema, dataSchema, dataSchemaIns;
2215
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
2216
+ return tslib.__generator(this, function (_x) {
2217
+ switch (_x.label) {
2122
2218
  case 0:
2123
2219
  config = tslib.__assign({}, action);
2124
2220
  if (['link', 'url'].includes(action.actionType) && ((_a = action.args) === null || _a === void 0 ? void 0 : _a.params)) {
@@ -2190,11 +2286,24 @@ var getEventControlConfig = function (manager, context) {
2190
2286
  }
2191
2287
  }
2192
2288
  delete config.data;
2193
- // 处理下 combo - addItem 的初始化
2194
- if (action.actionType === 'addItem' && typeof ((_r = action.args) === null || _r === void 0 ? void 0 : _r.item) === 'object') {
2195
- config.args = tslib.__assign(tslib.__assign({}, config.args), {
2196
- item: objectToComboArray((_s = action.args) === null || _s === void 0 ? void 0 : _s.item)
2197
- });
2289
+ // 处理下 addItem 的初始化
2290
+ if (action.actionType === 'addItem') {
2291
+ if (Array.isArray((_r = action.args) === null || _r === void 0 ? void 0 : _r.item)) {
2292
+ comboArray = (((_s = action.args) === null || _s === void 0 ? void 0 : _s.item) || []).map(function (raw) {
2293
+ return objectToComboArray(raw);
2294
+ });
2295
+ config.args = tslib.__assign(tslib.__assign({}, config.args), {
2296
+ value: comboArray.map(function (combo) {
2297
+ return {
2298
+ item: combo
2299
+ };
2300
+ })
2301
+ });
2302
+ } else {
2303
+ config.args = tslib.__assign(tslib.__assign({}, config.args), {
2304
+ item: objectToComboArray((_t = action.args) === null || _t === void 0 ? void 0 : _t.item)
2305
+ });
2306
+ }
2198
2307
  }
2199
2308
  // 还原args为可视化配置结构(args + addOnArgs)
2200
2309
  if (config.args) {
@@ -2206,7 +2315,7 @@ var getEventControlConfig = function (manager, context) {
2206
2315
  var _b, _c;
2207
2316
  // 筛选出附加配置参数
2208
2317
  if (!innerArgs.includes(key)) {
2209
- config.addOnArgs = tslib.__spreadArray(tslib.__spreadArray([], config.addOnArgs, true), [{
2318
+ config.addOnArgs = tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(config.addOnArgs), false), [{
2210
2319
  key: key,
2211
2320
  val: (_b = config.args) === null || _b === void 0 ? void 0 : _b[key]
2212
2321
  }], false);
@@ -2219,22 +2328,22 @@ var getEventControlConfig = function (manager, context) {
2219
2328
  }
2220
2329
  hasSubActionNode = findSubActionNode(actionTree, action.actionType);
2221
2330
  datasource = [];
2222
- if (!((_t = action.args) === null || _t === void 0 ? void 0 : _t.componentId)) return [3 /*break*/, 2];
2223
- schema = (_u = manager === null || manager === void 0 ? void 0 : manager.store) === null || _u === void 0 ? void 0 : _u.getSchema((_v = action.args) === null || _v === void 0 ? void 0 : _v.componentId, 'id');
2331
+ if (!((_u = action.args) === null || _u === void 0 ? void 0 : _u.componentId)) return [3 /*break*/, 2];
2332
+ schema = (_v = manager === null || manager === void 0 ? void 0 : manager.store) === null || _v === void 0 ? void 0 : _v.getSchema((_w = action.args) === null || _w === void 0 ? void 0 : _w.componentId, 'id');
2224
2333
  return [4 /*yield*/, manager.getContextSchemas(schema === null || schema === void 0 ? void 0 : schema.$$id, true)];
2225
2334
  case 1:
2226
- dataSchema = _w.sent();
2335
+ dataSchema = _x.sent();
2227
2336
  dataSchemaIns = new amisCore.DataSchema(dataSchema || []);
2228
2337
  datasource = (dataSchemaIns === null || dataSchemaIns === void 0 ? void 0 : dataSchemaIns.getDataPropsAsOptions()) || [];
2229
- _w.label = 2;
2338
+ _x.label = 2;
2230
2339
  case 2:
2231
2340
  return [2 /*return*/, tslib.__assign(tslib.__assign({}, config), {
2232
2341
  actionType: getActionType(action, hasSubActionNode),
2233
2342
  args: tslib.__assign(tslib.__assign({}, config.args), {
2234
- __dataContainerVariables: (datasource === null || datasource === void 0 ? void 0 : datasource.length) ? tslib.__spreadArray(tslib.__spreadArray(tslib.__spreadArray([], variables.eventVariables, true), [{
2343
+ __dataContainerVariables: (datasource === null || datasource === void 0 ? void 0 : datasource.length) ? tslib.__spreadArray(tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(variables.eventVariables), false), [{
2235
2344
  label: i18nRuntime.i18n("c0a8088f2bbc993500c5a01b0f0a1887"),
2236
2345
  children: datasource
2237
- }], false), variables.rawVariables, true) : tslib.__spreadArray(tslib.__spreadArray([], variables.eventVariables, true), variables.rawVariables, true)
2346
+ }], false), tslib.__read(variables.rawVariables), false) : tslib.__spreadArray(tslib.__spreadArray([], tslib.__read(variables.eventVariables), false), tslib.__read(variables.rawVariables), false)
2238
2347
  })
2239
2348
  })];
2240
2349
  }
@@ -2242,7 +2351,7 @@ var getEventControlConfig = function (manager, context) {
2242
2351
  });
2243
2352
  },
2244
2353
  actionConfigSubmitFormatter: function (config) {
2245
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
2354
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
2246
2355
  var action = tslib.__assign(tslib.__assign({}, config), {
2247
2356
  groupType: undefined
2248
2357
  });
@@ -2292,6 +2401,12 @@ var getEventControlConfig = function (manager, context) {
2292
2401
  });
2293
2402
  }
2294
2403
  }
2404
+ if (action.actionType === 'toast') {
2405
+ // 配置一个toast组件默认class
2406
+ action.args = tslib.__assign(tslib.__assign({}, action.args), {
2407
+ className: 'theme-toast-action-scope'
2408
+ });
2409
+ }
2295
2410
  // 转换下格式
2296
2411
  if (action.actionType === 'setValue') {
2297
2412
  if ((_d = config.args) === null || _d === void 0 ? void 0 : _d.hasOwnProperty('path')) {
@@ -2339,6 +2454,17 @@ var getEventControlConfig = function (manager, context) {
2339
2454
  item: comboArrayToObject((_s = config.args) === null || _s === void 0 ? void 0 : _s.item)
2340
2455
  });
2341
2456
  }
2457
+ if (action.actionType === 'addItem' && action.__rendererName === 'input-table') {
2458
+ var comboArray = (((_t = config.args) === null || _t === void 0 ? void 0 : _t.value) || []).map(function (combo) {
2459
+ return combo.item || {};
2460
+ });
2461
+ action.args = tslib.__assign(tslib.__assign({}, action.args), {
2462
+ item: comboArray.map(function (raw) {
2463
+ return comboArrayToObject(raw);
2464
+ })
2465
+ });
2466
+ (_u = action.args) === null || _u === void 0 ? true : delete _u.value;
2467
+ }
2342
2468
  // 转换下格式
2343
2469
  if (['visibility', 'usability'].includes(config.actionType)) {
2344
2470
  action.args = action.actionType !== 'static' ? {
@@ -2358,7 +2484,6 @@ exports.ACTION_TYPE_TREE = ACTION_TYPE_TREE;
2358
2484
  exports.COMMON_ACTION_SCHEMA_MAP = COMMON_ACTION_SCHEMA_MAP;
2359
2485
  exports.DATA_CONTAINER = DATA_CONTAINER;
2360
2486
  exports.FORMITEM_CMPTS = FORMITEM_CMPTS;
2361
- exports.IS_DATA_CONTAINER = IS_DATA_CONTAINER;
2362
2487
  exports.SELECT_PROPS_CONTAINER = SELECT_PROPS_CONTAINER;
2363
2488
  exports.SHOW_SELECT_PROP = SHOW_SELECT_PROP;
2364
2489
  exports.SUPPORT_DISABLED_CMPTS = SUPPORT_DISABLED_CMPTS;