amis-ui 2.2.0 → 2.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 (617) hide show
  1. package/esm/components/404.js +1 -1
  2. package/esm/components/Alert.js +1 -1
  3. package/esm/components/Alert2.js +1 -1
  4. package/esm/components/AnchorNav.js +2 -2
  5. package/esm/components/ArrayInput.js +1 -1
  6. package/esm/components/AsideNav.d.ts +11 -11
  7. package/esm/components/AsideNav.js +1 -1
  8. package/esm/components/AssociatedSelection.d.ts +40 -40
  9. package/esm/components/AssociatedSelection.js +3 -3
  10. package/esm/components/Avatar.js +1 -1
  11. package/esm/components/Badge.js +1 -1
  12. package/esm/components/BaiduMapPicker.js +1 -1
  13. package/esm/components/BarCode.js +1 -1
  14. package/esm/components/Breadcrumb.js +1 -1
  15. package/esm/components/Button.js +4 -5
  16. package/esm/components/CalendarMobile.js +1 -1
  17. package/esm/components/Card.js +1 -1
  18. package/esm/components/Cascader.js +1 -1
  19. package/esm/components/ChainedSelection.d.ts +40 -40
  20. package/esm/components/ChainedSelection.js +7 -5
  21. package/esm/components/Checkbox.js +1 -1
  22. package/esm/components/CityArea.js +1 -1
  23. package/esm/components/CityDB.js +1 -1
  24. package/esm/components/CodeMirror.js +1 -1
  25. package/esm/components/Collapse.js +1 -1
  26. package/esm/components/CollapseGroup.js +1 -1
  27. package/esm/components/ColorPicker.js +1 -1
  28. package/esm/components/ContextMenu.js +1 -1
  29. package/esm/components/DatePicker.js +1 -1
  30. package/esm/components/DateRangePicker.js +4 -2
  31. package/esm/components/Drawer.js +1 -1
  32. package/esm/components/Editor.js +1 -1
  33. package/esm/components/Form.js +1 -1
  34. package/esm/components/FormField.js +1 -1
  35. package/esm/components/GridNav.js +1 -1
  36. package/esm/components/GroupedSelection.d.ts +41 -41
  37. package/esm/components/GroupedSelection.js +12 -5
  38. package/esm/components/Html.js +1 -1
  39. package/esm/components/ImageGallery.d.ts +10 -3
  40. package/esm/components/ImageGallery.js +18 -6
  41. package/esm/components/Input.js +1 -1
  42. package/esm/components/InputBox.js +1 -1
  43. package/esm/components/InputBoxWithSuggestion.js +1 -1
  44. package/esm/components/Layout.js +1 -1
  45. package/esm/components/Link.js +1 -1
  46. package/esm/components/ListGroup.js +1 -1
  47. package/esm/components/ListMenu.js +1 -1
  48. package/esm/components/LocationPicker.js +1 -1
  49. package/esm/components/Markdown.js +1 -1
  50. package/esm/components/Modal.d.ts +18 -18
  51. package/esm/components/Modal.js +1 -1
  52. package/esm/components/ModalManager.js +1 -1
  53. package/esm/components/NumberInput.d.ts +19 -10
  54. package/esm/components/NumberInput.js +38 -9
  55. package/esm/components/Pagination.js +2 -2
  56. package/esm/components/Picker.js +1 -1
  57. package/esm/components/PickerColumn.js +1 -1
  58. package/esm/components/PickerContainer.js +1 -1
  59. package/esm/components/PopOverContainer.js +1 -1
  60. package/esm/components/PopUp.js +1 -1
  61. package/esm/components/Progress.js +1 -1
  62. package/esm/components/PullRefresh.js +1 -1
  63. package/esm/components/Radios.js +1 -1
  64. package/esm/components/Range.js +5 -3
  65. package/esm/components/Rating.js +1 -1
  66. package/esm/components/ResultBox.js +1 -1
  67. package/esm/components/ResultList.d.ts +45 -42
  68. package/esm/components/ResultList.js +10 -8
  69. package/esm/components/ResultTableList.d.ts +41 -40
  70. package/esm/components/ResultTableList.js +3 -3
  71. package/esm/components/ResultTreeList.d.ts +41 -40
  72. package/esm/components/ResultTreeList.js +4 -4
  73. package/esm/components/RichText.js +1 -1
  74. package/esm/components/SearchBox.js +1 -1
  75. package/esm/components/Select.d.ts +193 -193
  76. package/esm/components/Select.js +1 -1
  77. package/esm/components/Selection.d.ts +42 -40
  78. package/esm/components/Selection.js +6 -3
  79. package/esm/components/SparkLine.js +1 -1
  80. package/esm/components/Spinner.d.ts +12 -0
  81. package/esm/components/Spinner.js +111 -23
  82. package/esm/components/Steps.js +1 -1
  83. package/esm/components/Switch.js +1 -1
  84. package/esm/components/TableSelection.d.ts +40 -40
  85. package/esm/components/TableSelection.js +1 -1
  86. package/esm/components/Tabs.js +1 -1
  87. package/esm/components/TabsTransfer.js +1 -1
  88. package/esm/components/TabsTransferPicker.js +1 -1
  89. package/esm/components/Tag.js +1 -1
  90. package/esm/components/Textarea.js +2 -2
  91. package/esm/components/Timeline.js +1 -1
  92. package/esm/components/TimelineItem.js +1 -1
  93. package/esm/components/Tinymce.js +2 -2
  94. package/esm/components/TitleBar.js +1 -1
  95. package/esm/components/Toast.js +1 -1
  96. package/esm/components/Tooltip.js +1 -1
  97. package/esm/components/TooltipWrapper.js +1 -1
  98. package/esm/components/Transfer.d.ts +50 -50
  99. package/esm/components/Transfer.js +12 -12
  100. package/esm/components/TransferDropDown.d.ts +40 -40
  101. package/esm/components/TransferDropDown.js +1 -1
  102. package/esm/components/TransferPicker.js +1 -1
  103. package/esm/components/TransferSearch.d.ts +40 -42
  104. package/esm/components/TransferSearch.js +2 -8
  105. package/esm/components/Tree.js +3 -2
  106. package/esm/components/TreeSelection.d.ts +40 -40
  107. package/esm/components/TreeSelection.js +1 -1
  108. package/esm/components/UserSelect.d.ts +5 -1
  109. package/esm/components/UserSelect.js +87 -28
  110. package/esm/components/UserTabSelect.d.ts +4 -3
  111. package/esm/components/UserTabSelect.js +64 -18
  112. package/esm/components/WithRemoteConfig.js +1 -1
  113. package/esm/components/WithStore.js +1 -1
  114. package/esm/components/calendar/Calendar.js +1 -1
  115. package/esm/components/calendar/CalendarContainer.js +1 -1
  116. package/esm/components/calendar/DaysView.js +1 -1
  117. package/esm/components/calendar/MonthsView.js +1 -1
  118. package/esm/components/calendar/QuartersView.js +1 -1
  119. package/esm/components/calendar/TimeView.js +1 -1
  120. package/esm/components/calendar/YearsView.js +1 -1
  121. package/esm/components/condition-builder/Expression.d.ts +1 -0
  122. package/esm/components/condition-builder/Expression.js +3 -3
  123. package/esm/components/condition-builder/Field.d.ts +2 -1
  124. package/esm/components/condition-builder/Field.js +9 -5
  125. package/esm/components/condition-builder/Formula.js +1 -1
  126. package/esm/components/condition-builder/Func.js +1 -1
  127. package/esm/components/condition-builder/Group.d.ts +1 -0
  128. package/esm/components/condition-builder/Group.js +3 -3
  129. package/esm/components/condition-builder/GroupOrItem.d.ts +1 -0
  130. package/esm/components/condition-builder/GroupOrItem.js +3 -3
  131. package/esm/components/condition-builder/InputSwitch.js +1 -1
  132. package/esm/components/condition-builder/Item.d.ts +1 -0
  133. package/esm/components/condition-builder/Item.js +3 -3
  134. package/esm/components/condition-builder/Value.js +1 -1
  135. package/esm/components/condition-builder/config.js +1 -1
  136. package/esm/components/condition-builder/index.d.ts +1 -0
  137. package/esm/components/condition-builder/index.js +3 -3
  138. package/esm/components/formula/Editor.d.ts +2 -0
  139. package/esm/components/formula/Editor.js +17 -6
  140. package/esm/components/formula/FuncList.js +1 -1
  141. package/esm/components/formula/Picker.d.ts +65 -54
  142. package/esm/components/formula/Picker.js +22 -9
  143. package/esm/components/formula/VariableList.js +1 -1
  144. package/esm/components/formula/plugin.d.ts +1 -1
  145. package/esm/components/formula/plugin.js +6 -4
  146. package/esm/components/icons.js +1 -1
  147. package/esm/components/json-schema/Array.js +1 -1
  148. package/esm/components/json-schema/Item.js +1 -1
  149. package/esm/components/json-schema/Object.js +1 -1
  150. package/esm/components/json-schema/index.js +1 -1
  151. package/esm/components/schema-editor/Array.js +1 -1
  152. package/esm/components/schema-editor/Common.js +1 -1
  153. package/esm/components/schema-editor/Item.js +1 -1
  154. package/esm/components/schema-editor/Object.js +1 -1
  155. package/esm/components/schema-editor/SchemaVariableList.js +1 -1
  156. package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
  157. package/esm/components/schema-editor/index.js +1 -1
  158. package/esm/components/table/Cell.js +1 -1
  159. package/esm/components/table/HeadCellDropDown.js +1 -1
  160. package/esm/components/table/HeadCellFilter.js +1 -1
  161. package/esm/components/table/HeadCellSelect.js +1 -1
  162. package/esm/components/table/HeadCellSort.js +1 -1
  163. package/esm/components/table/ItemActionsWrapper.js +1 -1
  164. package/esm/components/table/index.d.ts +49 -43
  165. package/esm/components/table/index.js +98 -51
  166. package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
  167. package/esm/components/virtual-list/constants.js +1 -1
  168. package/esm/components/virtual-list/index.js +1 -1
  169. package/esm/hooks/use-set-state.js +1 -1
  170. package/esm/hooks/use-touch.js +1 -1
  171. package/esm/hooks/use-update-effect.js +1 -1
  172. package/esm/hooks/use-validation-resolver.js +1 -1
  173. package/esm/icons/alert-danger.svg.js +1 -1
  174. package/esm/icons/alert-info.svg.js +1 -1
  175. package/esm/icons/alert-success.svg.js +1 -1
  176. package/esm/icons/alert-warning.svg.js +1 -1
  177. package/esm/icons/back.svg.js +1 -1
  178. package/esm/icons/calendar.svg.js +1 -1
  179. package/esm/icons/caret.svg.js +1 -1
  180. package/esm/icons/check-circle.svg.js +1 -1
  181. package/esm/icons/check.svg.js +1 -1
  182. package/esm/icons/clock.svg.js +1 -1
  183. package/esm/icons/close-small.svg.js +1 -1
  184. package/esm/icons/close.svg.js +1 -1
  185. package/esm/icons/cloud-upload.svg.js +1 -1
  186. package/esm/icons/column-filter.svg.js +1 -1
  187. package/esm/icons/columns.svg.js +1 -1
  188. package/esm/icons/compress-alt.svg.js +1 -1
  189. package/esm/icons/copy.svg.js +1 -1
  190. package/esm/icons/date.svg.js +1 -1
  191. package/esm/icons/department.svg.js +1 -1
  192. package/esm/icons/desk-empty.svg.js +1 -1
  193. package/esm/icons/dot.svg.js +1 -1
  194. package/esm/icons/down-arrow-bold.svg.js +1 -1
  195. package/esm/icons/down.svg.js +1 -1
  196. package/esm/icons/download.svg.js +1 -1
  197. package/esm/icons/drag-bar.svg.js +1 -1
  198. package/esm/icons/drag.svg.js +1 -1
  199. package/esm/icons/edit.svg.js +1 -1
  200. package/esm/icons/ellipsis-v.svg.js +1 -1
  201. package/esm/icons/enter.svg.js +1 -1
  202. package/esm/icons/exchange.svg.js +1 -1
  203. package/esm/icons/expand-alt.svg.js +1 -1
  204. package/esm/icons/fail.svg.js +1 -1
  205. package/esm/icons/file.svg.js +1 -1
  206. package/esm/icons/filter.svg.js +1 -1
  207. package/esm/icons/folder.svg.js +1 -1
  208. package/esm/icons/function.svg.js +1 -1
  209. package/esm/icons/home.svg.js +1 -1
  210. package/esm/icons/image.svg.js +1 -1
  211. package/esm/icons/info-circle.svg.js +1 -1
  212. package/esm/icons/info.svg.js +1 -1
  213. package/esm/icons/input-clear.svg.js +1 -1
  214. package/esm/icons/invisible.svg.js +1 -1
  215. package/esm/icons/left-arrow.svg.js +1 -1
  216. package/esm/icons/loading-outline.svg.js +1 -1
  217. package/esm/icons/location.svg.js +1 -1
  218. package/esm/icons/menu.svg.js +1 -1
  219. package/esm/icons/minus.svg.js +1 -1
  220. package/esm/icons/move.svg.js +1 -1
  221. package/esm/icons/mute.svg.js +1 -1
  222. package/esm/icons/new-edit.svg.js +1 -1
  223. package/esm/icons/pause.svg.js +1 -1
  224. package/esm/icons/pencil.svg.js +1 -1
  225. package/esm/icons/play.svg.js +1 -1
  226. package/esm/icons/plus-cicle.svg.js +1 -1
  227. package/esm/icons/plus-fine.svg.js +1 -1
  228. package/esm/icons/plus.svg.js +1 -1
  229. package/esm/icons/post.svg.js +1 -1
  230. package/esm/icons/question-mark.svg.js +1 -1
  231. package/esm/icons/question.svg.js +1 -1
  232. package/esm/icons/redo.svg.js +1 -1
  233. package/esm/icons/refresh.svg.js +1 -1
  234. package/esm/icons/reload.svg.js +1 -1
  235. package/esm/icons/remove.svg.js +1 -1
  236. package/esm/icons/retry.svg.js +1 -1
  237. package/esm/icons/right-arrow-bold.svg.js +1 -1
  238. package/esm/icons/right-arrow.svg.js +1 -1
  239. package/esm/icons/right-double-arrow.svg.js +1 -1
  240. package/esm/icons/role.svg.js +1 -1
  241. package/esm/icons/rotate-left.svg.js +1 -1
  242. package/esm/icons/rotate-right.svg.js +1 -1
  243. package/esm/icons/scale-origin.svg.js +1 -1
  244. package/esm/icons/schedule.svg.js +1 -1
  245. package/esm/icons/search.svg.js +1 -1
  246. package/esm/icons/setting.svg.js +1 -1
  247. package/esm/icons/slider-handle-icon.svg.js +1 -1
  248. package/esm/icons/sort-asc.svg.js +1 -1
  249. package/esm/icons/sort-default.svg.js +1 -1
  250. package/esm/icons/sort-desc.svg.js +1 -1
  251. package/esm/icons/star.svg.js +1 -1
  252. package/esm/icons/status-close.svg.js +1 -1
  253. package/esm/icons/status-fail.svg.js +1 -1
  254. package/esm/icons/status-info.svg.js +1 -1
  255. package/esm/icons/status-success.svg.js +1 -1
  256. package/esm/icons/status-warning.svg.js +1 -1
  257. package/esm/icons/steps-finsh.svg.js +1 -1
  258. package/esm/icons/success.svg.js +1 -1
  259. package/esm/icons/transparent.svg.js +1 -1
  260. package/esm/icons/trash.svg.js +1 -1
  261. package/esm/icons/tree-down.svg.js +1 -1
  262. package/esm/icons/undo.svg.js +1 -1
  263. package/esm/icons/upload.svg.js +1 -1
  264. package/esm/icons/user-remove.svg.js +1 -1
  265. package/esm/icons/view.svg.js +1 -1
  266. package/esm/icons/volume.svg.js +1 -1
  267. package/esm/icons/warning-mark.svg.js +1 -1
  268. package/esm/icons/warning.svg.js +1 -1
  269. package/esm/icons/window-restore.svg.js +1 -1
  270. package/esm/icons/zoom-in.svg.js +1 -1
  271. package/esm/icons/zoom-out.svg.js +1 -1
  272. package/esm/index.js +1 -1
  273. package/esm/locale/de-DE.js +7 -2
  274. package/esm/locale/en-US.js +7 -3
  275. package/esm/locale/zh-CN.js +7 -3
  276. package/esm/themes/ang.js +1 -1
  277. package/esm/themes/antd.js +1 -1
  278. package/esm/themes/cxd.js +1 -1
  279. package/esm/themes/dark.js +1 -1
  280. package/lib/components/404.js +1 -1
  281. package/lib/components/Alert.js +1 -1
  282. package/lib/components/Alert2.d.ts +10 -10
  283. package/lib/components/Alert2.js +1 -1
  284. package/lib/components/AnchorNav.d.ts +10 -10
  285. package/lib/components/AnchorNav.js +2 -2
  286. package/lib/components/ArrayInput.d.ts +40 -40
  287. package/lib/components/ArrayInput.js +1 -1
  288. package/lib/components/AsideNav.d.ts +11 -11
  289. package/lib/components/AsideNav.js +1 -1
  290. package/lib/components/AssociatedSelection.d.ts +40 -40
  291. package/lib/components/AssociatedSelection.js +3 -3
  292. package/lib/components/Avatar.d.ts +10 -10
  293. package/lib/components/Avatar.js +1 -1
  294. package/lib/components/Badge.js +1 -1
  295. package/lib/components/BaiduMapPicker.js +1 -1
  296. package/lib/components/BarCode.js +1 -1
  297. package/lib/components/Breadcrumb.js +1 -1
  298. package/lib/components/Button.d.ts +10 -10
  299. package/lib/components/Button.js +4 -5
  300. package/lib/components/CalendarMobile.d.ts +40 -40
  301. package/lib/components/CalendarMobile.js +1 -1
  302. package/lib/components/Card.d.ts +10 -10
  303. package/lib/components/Card.js +1 -1
  304. package/lib/components/Cascader.js +1 -1
  305. package/lib/components/ChainedSelection.d.ts +40 -40
  306. package/lib/components/ChainedSelection.js +7 -5
  307. package/lib/components/Checkbox.d.ts +10 -10
  308. package/lib/components/Checkbox.js +1 -1
  309. package/lib/components/CityArea.js +1 -1
  310. package/lib/components/CityDB.js +1 -1
  311. package/lib/components/CodeMirror.js +1 -1
  312. package/lib/components/Collapse.d.ts +10 -10
  313. package/lib/components/Collapse.js +1 -1
  314. package/lib/components/CollapseGroup.js +1 -1
  315. package/lib/components/ColorPicker.d.ts +40 -40
  316. package/lib/components/ColorPicker.js +1 -1
  317. package/lib/components/ContextMenu.js +1 -1
  318. package/lib/components/DatePicker.d.ts +40 -40
  319. package/lib/components/DatePicker.js +1 -1
  320. package/lib/components/DateRangePicker.d.ts +40 -40
  321. package/lib/components/DateRangePicker.js +4 -2
  322. package/lib/components/Drawer.d.ts +10 -10
  323. package/lib/components/Drawer.js +1 -1
  324. package/lib/components/Editor.d.ts +40 -40
  325. package/lib/components/Editor.js +1 -1
  326. package/lib/components/Form.js +1 -1
  327. package/lib/components/FormField.js +1 -1
  328. package/lib/components/GridNav.js +1 -1
  329. package/lib/components/GroupedSelection.d.ts +41 -41
  330. package/lib/components/GroupedSelection.js +12 -5
  331. package/lib/components/Html.js +1 -1
  332. package/lib/components/ImageGallery.d.ts +10 -3
  333. package/lib/components/ImageGallery.js +18 -6
  334. package/lib/components/Input.js +1 -1
  335. package/lib/components/InputBox.d.ts +10 -10
  336. package/lib/components/InputBox.js +1 -1
  337. package/lib/components/InputBoxWithSuggestion.js +1 -1
  338. package/lib/components/Layout.js +1 -1
  339. package/lib/components/Link.js +1 -1
  340. package/lib/components/ListGroup.d.ts +10 -10
  341. package/lib/components/ListGroup.js +1 -1
  342. package/lib/components/ListMenu.d.ts +40 -40
  343. package/lib/components/ListMenu.js +1 -1
  344. package/lib/components/LocationPicker.d.ts +40 -40
  345. package/lib/components/LocationPicker.js +1 -1
  346. package/lib/components/Markdown.js +1 -1
  347. package/lib/components/Modal.d.ts +58 -58
  348. package/lib/components/Modal.js +1 -1
  349. package/lib/components/ModalManager.js +1 -1
  350. package/lib/components/MonthRangePicker.d.ts +40 -40
  351. package/lib/components/NumberInput.d.ts +19 -10
  352. package/lib/components/NumberInput.js +38 -9
  353. package/lib/components/Pagination.js +2 -2
  354. package/lib/components/Picker.js +1 -1
  355. package/lib/components/PickerColumn.js +1 -1
  356. package/lib/components/PickerContainer.js +1 -1
  357. package/lib/components/PopOverContainer.js +1 -1
  358. package/lib/components/PopUp.js +1 -1
  359. package/lib/components/Progress.d.ts +10 -10
  360. package/lib/components/Progress.js +1 -1
  361. package/lib/components/PullRefresh.js +1 -1
  362. package/lib/components/Radios.d.ts +10 -10
  363. package/lib/components/Radios.js +1 -1
  364. package/lib/components/Range.js +5 -3
  365. package/lib/components/Rating.d.ts +10 -10
  366. package/lib/components/Rating.js +1 -1
  367. package/lib/components/ResultBox.d.ts +40 -40
  368. package/lib/components/ResultBox.js +1 -1
  369. package/lib/components/ResultList.d.ts +45 -42
  370. package/lib/components/ResultList.js +10 -8
  371. package/lib/components/ResultTableList.d.ts +41 -40
  372. package/lib/components/ResultTableList.js +3 -3
  373. package/lib/components/ResultTreeList.d.ts +41 -40
  374. package/lib/components/ResultTreeList.js +4 -4
  375. package/lib/components/RichText.js +1 -1
  376. package/lib/components/SearchBox.d.ts +40 -40
  377. package/lib/components/SearchBox.js +1 -1
  378. package/lib/components/Select.d.ts +193 -193
  379. package/lib/components/Select.js +1 -1
  380. package/lib/components/Selection.d.ts +42 -40
  381. package/lib/components/Selection.js +6 -3
  382. package/lib/components/SparkLine.d.ts +40 -40
  383. package/lib/components/SparkLine.js +1 -1
  384. package/lib/components/Spinner.d.ts +22 -10
  385. package/lib/components/Spinner.js +111 -23
  386. package/lib/components/Steps.js +1 -1
  387. package/lib/components/Switch.d.ts +10 -10
  388. package/lib/components/Switch.js +1 -1
  389. package/lib/components/TableSelection.d.ts +40 -40
  390. package/lib/components/TableSelection.js +1 -1
  391. package/lib/components/Tabs.d.ts +40 -40
  392. package/lib/components/Tabs.js +1 -1
  393. package/lib/components/TabsTransfer.js +1 -1
  394. package/lib/components/TabsTransferPicker.js +1 -1
  395. package/lib/components/Tag.d.ts +10 -10
  396. package/lib/components/Tag.js +1 -1
  397. package/lib/components/Textarea.d.ts +40 -40
  398. package/lib/components/Textarea.js +2 -2
  399. package/lib/components/Timeline.js +1 -1
  400. package/lib/components/TimelineItem.js +1 -1
  401. package/lib/components/Tinymce.js +2 -2
  402. package/lib/components/TitleBar.js +1 -1
  403. package/lib/components/Toast.js +1 -1
  404. package/lib/components/Tooltip.js +1 -1
  405. package/lib/components/TooltipWrapper.js +1 -1
  406. package/lib/components/Transfer.d.ts +50 -50
  407. package/lib/components/Transfer.js +12 -12
  408. package/lib/components/TransferDropDown.d.ts +40 -40
  409. package/lib/components/TransferDropDown.js +1 -1
  410. package/lib/components/TransferPicker.js +1 -1
  411. package/lib/components/TransferSearch.d.ts +40 -42
  412. package/lib/components/TransferSearch.js +2 -8
  413. package/lib/components/Tree.d.ts +40 -40
  414. package/lib/components/Tree.js +3 -2
  415. package/lib/components/TreeSelection.d.ts +40 -40
  416. package/lib/components/TreeSelection.js +1 -1
  417. package/lib/components/UserSelect.d.ts +45 -41
  418. package/lib/components/UserSelect.js +86 -27
  419. package/lib/components/UserTabSelect.d.ts +44 -43
  420. package/lib/components/UserTabSelect.js +64 -18
  421. package/lib/components/WithRemoteConfig.js +1 -1
  422. package/lib/components/WithStore.js +1 -1
  423. package/lib/components/calendar/Calendar.js +1 -1
  424. package/lib/components/calendar/CalendarContainer.js +1 -1
  425. package/lib/components/calendar/DaysView.js +1 -1
  426. package/lib/components/calendar/MonthsView.js +1 -1
  427. package/lib/components/calendar/QuartersView.js +1 -1
  428. package/lib/components/calendar/TimeView.js +1 -1
  429. package/lib/components/calendar/YearsView.js +1 -1
  430. package/lib/components/condition-builder/Expression.d.ts +1 -0
  431. package/lib/components/condition-builder/Expression.js +3 -3
  432. package/lib/components/condition-builder/Field.d.ts +2 -1
  433. package/lib/components/condition-builder/Field.js +9 -5
  434. package/lib/components/condition-builder/Formula.js +1 -1
  435. package/lib/components/condition-builder/Func.js +1 -1
  436. package/lib/components/condition-builder/Group.d.ts +1 -0
  437. package/lib/components/condition-builder/Group.js +3 -3
  438. package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
  439. package/lib/components/condition-builder/GroupOrItem.js +3 -3
  440. package/lib/components/condition-builder/InputSwitch.js +1 -1
  441. package/lib/components/condition-builder/Item.d.ts +1 -0
  442. package/lib/components/condition-builder/Item.js +3 -3
  443. package/lib/components/condition-builder/Value.js +1 -1
  444. package/lib/components/condition-builder/config.js +1 -1
  445. package/lib/components/condition-builder/index.d.ts +1 -0
  446. package/lib/components/condition-builder/index.js +3 -3
  447. package/lib/components/formula/Editor.d.ts +42 -40
  448. package/lib/components/formula/Editor.js +17 -6
  449. package/lib/components/formula/FuncList.js +1 -1
  450. package/lib/components/formula/Picker.d.ts +65 -54
  451. package/lib/components/formula/Picker.js +22 -9
  452. package/lib/components/formula/VariableList.js +1 -1
  453. package/lib/components/formula/plugin.d.ts +1 -1
  454. package/lib/components/formula/plugin.js +6 -4
  455. package/lib/components/icons.js +1 -1
  456. package/lib/components/json-schema/Array.js +1 -1
  457. package/lib/components/json-schema/Item.js +1 -1
  458. package/lib/components/json-schema/Object.js +1 -1
  459. package/lib/components/json-schema/index.js +1 -1
  460. package/lib/components/schema-editor/Array.js +1 -1
  461. package/lib/components/schema-editor/Common.js +1 -1
  462. package/lib/components/schema-editor/Item.js +1 -1
  463. package/lib/components/schema-editor/Object.js +1 -1
  464. package/lib/components/schema-editor/SchemaVariableList.js +1 -1
  465. package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
  466. package/lib/components/schema-editor/index.d.ts +40 -40
  467. package/lib/components/schema-editor/index.js +1 -1
  468. package/lib/components/table/Cell.d.ts +40 -40
  469. package/lib/components/table/Cell.js +1 -1
  470. package/lib/components/table/HeadCellDropDown.js +1 -1
  471. package/lib/components/table/HeadCellFilter.js +1 -1
  472. package/lib/components/table/HeadCellSelect.js +1 -1
  473. package/lib/components/table/HeadCellSort.js +1 -1
  474. package/lib/components/table/ItemActionsWrapper.js +1 -1
  475. package/lib/components/table/index.d.ts +49 -43
  476. package/lib/components/table/index.js +98 -51
  477. package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
  478. package/lib/components/virtual-list/constants.js +1 -1
  479. package/lib/components/virtual-list/index.js +1 -1
  480. package/lib/helper.css +8335 -38
  481. package/lib/hooks/use-set-state.js +1 -1
  482. package/lib/hooks/use-touch.js +1 -1
  483. package/lib/hooks/use-update-effect.js +1 -1
  484. package/lib/hooks/use-validation-resolver.js +1 -1
  485. package/lib/icons/alert-danger.svg.js +1 -1
  486. package/lib/icons/alert-info.svg.js +1 -1
  487. package/lib/icons/alert-success.svg.js +1 -1
  488. package/lib/icons/alert-warning.svg.js +1 -1
  489. package/lib/icons/back.svg.js +1 -1
  490. package/lib/icons/calendar.svg.js +1 -1
  491. package/lib/icons/caret.svg.js +1 -1
  492. package/lib/icons/check-circle.svg.js +1 -1
  493. package/lib/icons/check.svg.js +1 -1
  494. package/lib/icons/clock.svg.js +1 -1
  495. package/lib/icons/close-small.svg.js +1 -1
  496. package/lib/icons/close.svg.js +1 -1
  497. package/lib/icons/cloud-upload.svg.js +1 -1
  498. package/lib/icons/column-filter.svg.js +1 -1
  499. package/lib/icons/columns.svg.js +1 -1
  500. package/lib/icons/compress-alt.svg.js +1 -1
  501. package/lib/icons/copy.svg.js +1 -1
  502. package/lib/icons/date.svg.js +1 -1
  503. package/lib/icons/department.svg.js +1 -1
  504. package/lib/icons/desk-empty.svg.js +1 -1
  505. package/lib/icons/dot.svg.js +1 -1
  506. package/lib/icons/down-arrow-bold.svg.js +1 -1
  507. package/lib/icons/down.svg.js +1 -1
  508. package/lib/icons/download.svg.js +1 -1
  509. package/lib/icons/drag-bar.svg.js +1 -1
  510. package/lib/icons/drag.svg.js +1 -1
  511. package/lib/icons/edit.svg.js +1 -1
  512. package/lib/icons/ellipsis-v.svg.js +1 -1
  513. package/lib/icons/enter.svg.js +1 -1
  514. package/lib/icons/exchange.svg.js +1 -1
  515. package/lib/icons/expand-alt.svg.js +1 -1
  516. package/lib/icons/fail.svg.js +1 -1
  517. package/lib/icons/file.svg.js +1 -1
  518. package/lib/icons/filter.svg.js +1 -1
  519. package/lib/icons/folder.svg.js +1 -1
  520. package/lib/icons/function.svg.js +1 -1
  521. package/lib/icons/home.svg.js +1 -1
  522. package/lib/icons/image.svg.js +1 -1
  523. package/lib/icons/info-circle.svg.js +1 -1
  524. package/lib/icons/info.svg.js +1 -1
  525. package/lib/icons/input-clear.svg.js +1 -1
  526. package/lib/icons/invisible.svg.js +1 -1
  527. package/lib/icons/left-arrow.svg.js +1 -1
  528. package/lib/icons/loading-outline.svg.js +1 -1
  529. package/lib/icons/location.svg.js +1 -1
  530. package/lib/icons/menu.svg.js +1 -1
  531. package/lib/icons/minus.svg.js +1 -1
  532. package/lib/icons/move.svg.js +1 -1
  533. package/lib/icons/mute.svg.js +1 -1
  534. package/lib/icons/new-edit.svg.js +1 -1
  535. package/lib/icons/pause.svg.js +1 -1
  536. package/lib/icons/pencil.svg.js +1 -1
  537. package/lib/icons/play.svg.js +1 -1
  538. package/lib/icons/plus-cicle.svg.js +1 -1
  539. package/lib/icons/plus-fine.svg.js +1 -1
  540. package/lib/icons/plus.svg.js +1 -1
  541. package/lib/icons/post.svg.js +1 -1
  542. package/lib/icons/question-mark.svg.js +1 -1
  543. package/lib/icons/question.svg.js +1 -1
  544. package/lib/icons/redo.svg.js +1 -1
  545. package/lib/icons/refresh.svg.js +1 -1
  546. package/lib/icons/reload.svg.js +1 -1
  547. package/lib/icons/remove.svg.js +1 -1
  548. package/lib/icons/retry.svg.js +1 -1
  549. package/lib/icons/right-arrow-bold.svg.js +1 -1
  550. package/lib/icons/right-arrow.svg.js +1 -1
  551. package/lib/icons/right-double-arrow.svg.js +1 -1
  552. package/lib/icons/role.svg.js +1 -1
  553. package/lib/icons/rotate-left.svg.js +1 -1
  554. package/lib/icons/rotate-right.svg.js +1 -1
  555. package/lib/icons/scale-origin.svg.js +1 -1
  556. package/lib/icons/schedule.svg.js +1 -1
  557. package/lib/icons/search.svg.js +1 -1
  558. package/lib/icons/setting.svg.js +1 -1
  559. package/lib/icons/slider-handle-icon.svg.js +1 -1
  560. package/lib/icons/sort-asc.svg.js +1 -1
  561. package/lib/icons/sort-default.svg.js +1 -1
  562. package/lib/icons/sort-desc.svg.js +1 -1
  563. package/lib/icons/star.svg.js +1 -1
  564. package/lib/icons/status-close.svg.js +1 -1
  565. package/lib/icons/status-fail.svg.js +1 -1
  566. package/lib/icons/status-info.svg.js +1 -1
  567. package/lib/icons/status-success.svg.js +1 -1
  568. package/lib/icons/status-warning.svg.js +1 -1
  569. package/lib/icons/steps-finsh.svg.js +1 -1
  570. package/lib/icons/success.svg.js +1 -1
  571. package/lib/icons/transparent.svg.js +1 -1
  572. package/lib/icons/trash.svg.js +1 -1
  573. package/lib/icons/tree-down.svg.js +1 -1
  574. package/lib/icons/undo.svg.js +1 -1
  575. package/lib/icons/upload.svg.js +1 -1
  576. package/lib/icons/user-remove.svg.js +1 -1
  577. package/lib/icons/view.svg.js +1 -1
  578. package/lib/icons/volume.svg.js +1 -1
  579. package/lib/icons/warning-mark.svg.js +1 -1
  580. package/lib/icons/warning.svg.js +1 -1
  581. package/lib/icons/window-restore.svg.js +1 -1
  582. package/lib/icons/zoom-in.svg.js +1 -1
  583. package/lib/icons/zoom-out.svg.js +1 -1
  584. package/lib/index.js +1 -1
  585. package/lib/locale/de-DE.js +7 -2
  586. package/lib/locale/en-US.js +7 -3
  587. package/lib/locale/zh-CN.js +7 -3
  588. package/lib/scss/helper.scss.js +1 -1
  589. package/lib/scss/themes/ang.scss.js +1 -1
  590. package/lib/scss/themes/antd.scss.js +1 -1
  591. package/lib/scss/themes/cxd.scss.js +1 -1
  592. package/lib/scss/themes/dark.scss.js +1 -1
  593. package/lib/scss/themes/default.scss.js +1 -1
  594. package/lib/themes/ang.css +8847 -5617
  595. package/lib/themes/ang.js +1 -1
  596. package/lib/themes/antd.css +8955 -5731
  597. package/lib/themes/antd.js +1 -1
  598. package/lib/themes/cxd.css +8855 -5630
  599. package/lib/themes/cxd.js +1 -1
  600. package/lib/themes/dark.css +8940 -5709
  601. package/lib/themes/dark.js +1 -1
  602. package/lib/themes/default.css +8855 -5630
  603. package/package.json +22 -22
  604. package/scss/_mixins.scss +10 -0
  605. package/scss/_thirds.scss +6 -6
  606. package/scss/components/_anchor-nav.scss +9 -2
  607. package/scss/components/_collapse.scss +4 -4
  608. package/scss/components/_spinner.scss +6 -0
  609. package/scss/components/_table.scss +1 -1
  610. package/scss/components/form/_fieldset.scss +20 -0
  611. package/scss/components/form/_input-group.scss +5 -0
  612. package/scss/components/form/_selection.scss +6 -1
  613. package/scss/components/form/_textarea.scss +4 -2
  614. package/scss/components/form/_user-select.scss +35 -2
  615. package/scss/themes/_antd-variables.scss +4 -2
  616. package/scss/themes/_cxd-variables.scss +5 -1
  617. package/scss/themes/_dark-variables.scss +3 -0
@@ -79,6 +79,8 @@ export declare class FormulaEditor extends React.Component<FormulaEditorProps, F
79
79
  [propName: string]: any;
80
80
  }>): FuncGroup[];
81
81
  static defaultProps: Pick<FormulaEditorProps, 'variables' | 'evalMode'>;
82
+ static replaceStrByIndex(str: string, idx: number, key: string, replaceKey: string): string;
83
+ static getRegExpByMode(evalMode: boolean, key: string): RegExp;
82
84
  static highlightValue(value: string, variables: Array<VariableItem>, evalMode?: boolean): {
83
85
  html: string;
84
86
  } | undefined;
@@ -95,7 +97,7 @@ export declare class FormulaEditor extends React.Component<FormulaEditorProps, F
95
97
  render(): JSX.Element;
96
98
  }
97
99
  declare const _default: {
98
- new (props: Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
100
+ new (props: Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
99
101
  locale?: string | undefined;
100
102
  translate?: ((str: string, ...args: any[]) => string) | undefined;
101
103
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps): {
@@ -104,12 +106,12 @@ declare const _default: {
104
106
  getWrappedInstance(): any;
105
107
  render(): JSX.Element;
106
108
  context: any;
107
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
109
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
108
110
  locale?: string | undefined;
109
111
  translate?: ((str: string, ...args: any[]) => string) | undefined;
110
112
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
111
113
  forceUpdate(callback?: (() => void) | undefined): void;
112
- readonly props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
114
+ readonly props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
113
115
  locale?: string | undefined;
114
116
  translate?: ((str: string, ...args: any[]) => string) | undefined;
115
117
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps> & Readonly<{
@@ -120,35 +122,35 @@ declare const _default: {
120
122
  [key: string]: React.ReactInstance;
121
123
  };
122
124
  componentDidMount?(): void;
123
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
125
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
124
126
  locale?: string | undefined;
125
127
  translate?: ((str: string, ...args: any[]) => string) | undefined;
126
128
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
127
129
  componentWillUnmount?(): void;
128
130
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
129
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
131
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
130
132
  locale?: string | undefined;
131
133
  translate?: ((str: string, ...args: any[]) => string) | undefined;
132
134
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
133
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
135
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
134
136
  locale?: string | undefined;
135
137
  translate?: ((str: string, ...args: any[]) => string) | undefined;
136
138
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
137
139
  componentWillMount?(): void;
138
140
  UNSAFE_componentWillMount?(): void;
139
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
141
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
140
142
  locale?: string | undefined;
141
143
  translate?: ((str: string, ...args: any[]) => string) | undefined;
142
144
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
143
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
145
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
144
146
  locale?: string | undefined;
145
147
  translate?: ((str: string, ...args: any[]) => string) | undefined;
146
148
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
147
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
149
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
148
150
  locale?: string | undefined;
149
151
  translate?: ((str: string, ...args: any[]) => string) | undefined;
150
152
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
151
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
153
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
152
154
  locale?: string | undefined;
153
155
  translate?: ((str: string, ...args: any[]) => string) | undefined;
154
156
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
@@ -156,7 +158,7 @@ declare const _default: {
156
158
  displayName: string;
157
159
  contextType: React.Context<string>;
158
160
  ComposedComponent: React.ComponentType<{
159
- new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
161
+ new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
160
162
  locale?: string | undefined;
161
163
  translate?: ((str: string, ...args: any[]) => string) | undefined;
162
164
  }): {
@@ -165,12 +167,12 @@ declare const _default: {
165
167
  getWrappedInstance(): any;
166
168
  render(): JSX.Element;
167
169
  context: any;
168
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
170
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
169
171
  locale?: string | undefined;
170
172
  translate?: ((str: string, ...args: any[]) => string) | undefined;
171
173
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
172
174
  forceUpdate(callback?: (() => void) | undefined): void;
173
- readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
175
+ readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
174
176
  locale?: string | undefined;
175
177
  translate?: ((str: string, ...args: any[]) => string) | undefined;
176
178
  }> & Readonly<{
@@ -181,35 +183,35 @@ declare const _default: {
181
183
  [key: string]: React.ReactInstance;
182
184
  };
183
185
  componentDidMount?(): void;
184
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
186
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
185
187
  locale?: string | undefined;
186
188
  translate?: ((str: string, ...args: any[]) => string) | undefined;
187
189
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
188
190
  componentWillUnmount?(): void;
189
191
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
190
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
192
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
191
193
  locale?: string | undefined;
192
194
  translate?: ((str: string, ...args: any[]) => string) | undefined;
193
195
  }>, prevState: Readonly<{}>): any;
194
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
196
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
195
197
  locale?: string | undefined;
196
198
  translate?: ((str: string, ...args: any[]) => string) | undefined;
197
199
  }>, prevState: Readonly<{}>, snapshot?: any): void;
198
200
  componentWillMount?(): void;
199
201
  UNSAFE_componentWillMount?(): void;
200
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
202
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
201
203
  locale?: string | undefined;
202
204
  translate?: ((str: string, ...args: any[]) => string) | undefined;
203
205
  }>, nextContext: any): void;
204
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
206
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
205
207
  locale?: string | undefined;
206
208
  translate?: ((str: string, ...args: any[]) => string) | undefined;
207
209
  }>, nextContext: any): void;
208
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
210
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
209
211
  locale?: string | undefined;
210
212
  translate?: ((str: string, ...args: any[]) => string) | undefined;
211
213
  }>, nextState: Readonly<{}>, nextContext: any): void;
212
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
214
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
213
215
  locale?: string | undefined;
214
216
  translate?: ((str: string, ...args: any[]) => string) | undefined;
215
217
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -221,7 +223,7 @@ declare const _default: {
221
223
  ComposedComponent: typeof FormulaEditor;
222
224
  }>;
223
225
  } & import("hoist-non-react-statics").NonReactStatics<{
224
- new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
226
+ new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
225
227
  locale?: string | undefined;
226
228
  translate?: ((str: string, ...args: any[]) => string) | undefined;
227
229
  }): {
@@ -230,12 +232,12 @@ declare const _default: {
230
232
  getWrappedInstance(): any;
231
233
  render(): JSX.Element;
232
234
  context: any;
233
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
235
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
234
236
  locale?: string | undefined;
235
237
  translate?: ((str: string, ...args: any[]) => string) | undefined;
236
238
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
237
239
  forceUpdate(callback?: (() => void) | undefined): void;
238
- readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
240
+ readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
239
241
  locale?: string | undefined;
240
242
  translate?: ((str: string, ...args: any[]) => string) | undefined;
241
243
  }> & Readonly<{
@@ -246,35 +248,35 @@ declare const _default: {
246
248
  [key: string]: React.ReactInstance;
247
249
  };
248
250
  componentDidMount?(): void;
249
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
251
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
250
252
  locale?: string | undefined;
251
253
  translate?: ((str: string, ...args: any[]) => string) | undefined;
252
254
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
253
255
  componentWillUnmount?(): void;
254
256
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
255
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
257
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
256
258
  locale?: string | undefined;
257
259
  translate?: ((str: string, ...args: any[]) => string) | undefined;
258
260
  }>, prevState: Readonly<{}>): any;
259
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
261
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
260
262
  locale?: string | undefined;
261
263
  translate?: ((str: string, ...args: any[]) => string) | undefined;
262
264
  }>, prevState: Readonly<{}>, snapshot?: any): void;
263
265
  componentWillMount?(): void;
264
266
  UNSAFE_componentWillMount?(): void;
265
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
267
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
266
268
  locale?: string | undefined;
267
269
  translate?: ((str: string, ...args: any[]) => string) | undefined;
268
270
  }>, nextContext: any): void;
269
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
271
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
270
272
  locale?: string | undefined;
271
273
  translate?: ((str: string, ...args: any[]) => string) | undefined;
272
274
  }>, nextContext: any): void;
273
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
275
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
274
276
  locale?: string | undefined;
275
277
  translate?: ((str: string, ...args: any[]) => string) | undefined;
276
278
  }>, nextState: Readonly<{}>, nextContext: any): void;
277
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
279
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
278
280
  locale?: string | undefined;
279
281
  translate?: ((str: string, ...args: any[]) => string) | undefined;
280
282
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -286,7 +288,7 @@ declare const _default: {
286
288
  ComposedComponent: typeof FormulaEditor;
287
289
  }, {}> & {
288
290
  ComposedComponent: {
289
- new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
291
+ new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
290
292
  locale?: string | undefined;
291
293
  translate?: ((str: string, ...args: any[]) => string) | undefined;
292
294
  }): {
@@ -295,12 +297,12 @@ declare const _default: {
295
297
  getWrappedInstance(): any;
296
298
  render(): JSX.Element;
297
299
  context: any;
298
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
300
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
299
301
  locale?: string | undefined;
300
302
  translate?: ((str: string, ...args: any[]) => string) | undefined;
301
303
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
302
304
  forceUpdate(callback?: (() => void) | undefined): void;
303
- readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
305
+ readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
304
306
  locale?: string | undefined;
305
307
  translate?: ((str: string, ...args: any[]) => string) | undefined;
306
308
  }> & Readonly<{
@@ -311,35 +313,35 @@ declare const _default: {
311
313
  [key: string]: React.ReactInstance;
312
314
  };
313
315
  componentDidMount?(): void;
314
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
316
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
315
317
  locale?: string | undefined;
316
318
  translate?: ((str: string, ...args: any[]) => string) | undefined;
317
319
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
318
320
  componentWillUnmount?(): void;
319
321
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
320
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
322
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
321
323
  locale?: string | undefined;
322
324
  translate?: ((str: string, ...args: any[]) => string) | undefined;
323
325
  }>, prevState: Readonly<{}>): any;
324
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
326
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
325
327
  locale?: string | undefined;
326
328
  translate?: ((str: string, ...args: any[]) => string) | undefined;
327
329
  }>, prevState: Readonly<{}>, snapshot?: any): void;
328
330
  componentWillMount?(): void;
329
331
  UNSAFE_componentWillMount?(): void;
330
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
332
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
331
333
  locale?: string | undefined;
332
334
  translate?: ((str: string, ...args: any[]) => string) | undefined;
333
335
  }>, nextContext: any): void;
334
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
336
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
335
337
  locale?: string | undefined;
336
338
  translate?: ((str: string, ...args: any[]) => string) | undefined;
337
339
  }>, nextContext: any): void;
338
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
340
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
339
341
  locale?: string | undefined;
340
342
  translate?: ((str: string, ...args: any[]) => string) | undefined;
341
343
  }>, nextState: Readonly<{}>, nextContext: any): void;
342
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "onChange" | "value" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
344
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "header" | "value" | "onChange" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "variables" | "evalMode">> & Partial<Pick<Pick<FormulaEditorProps, "variables" | "evalMode">, never>> & {
343
345
  locale?: string | undefined;
344
346
  translate?: ((str: string, ...args: any[]) => string) | undefined;
345
347
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v2.2.0
2
+ * amis-ui v2.3.0
3
3
  * Copyright 2018-2022 fex
4
4
  */
5
5
 
@@ -46,7 +46,19 @@ var FormulaEditor = /** @class */ (function (_super) {
46
46
  });
47
47
  return funcs;
48
48
  };
49
+ FormulaEditor.replaceStrByIndex = function (str, idx, key, replaceKey) {
50
+ var from = str.slice(0, idx);
51
+ var left = str.slice(idx);
52
+ return from + left.replace(key, replaceKey);
53
+ };
54
+ FormulaEditor.getRegExpByMode = function (evalMode, key) {
55
+ var reg = evalMode
56
+ ? "\\b".concat(key, "\\b")
57
+ : "\\$\\{[^\\{\\}]*\\b".concat(key, "\\b[^\\{\\}]*\\}");
58
+ return new RegExp(reg);
59
+ };
49
60
  FormulaEditor.highlightValue = function (value, variables, evalMode) {
61
+ if (evalMode === void 0) { evalMode = true; }
50
62
  if (!Array.isArray(variables) || !variables.length || !value) {
51
63
  return;
52
64
  }
@@ -71,12 +83,11 @@ var FormulaEditor = /** @class */ (function (_super) {
71
83
  var from = 0;
72
84
  var idx = -1;
73
85
  while (~(idx = content.indexOf(v, from))) {
74
- // 处理一下 \b 匹配不到的字符,比如 中文、[]
75
- var encodeHtml = html.replace(v, REPLACE_KEY);
76
- var curNameEg = new RegExp("\\b".concat(REPLACE_KEY, "\\b"), 'g'); // 避免变量识别冲突,比如:name、me 被识别成 na「me」
86
+ var encodeHtml = FormulaEditor.replaceStrByIndex(html, idx, v, REPLACE_KEY);
87
+ var reg = FormulaEditor.getRegExpByMode(evalMode, REPLACE_KEY);
77
88
  // 如果匹配到则高亮,没有匹配到替换成原值
78
- if (curNameEg.test(encodeHtml)) {
79
- html = encodeHtml.replace(curNameEg, "<span class=\"c-field\">".concat(varMap[v], "</span>"));
89
+ if (reg.test(encodeHtml)) {
90
+ html = encodeHtml.replace(REPLACE_KEY, "<span class=\"c-field\">".concat(varMap[v], "</span>"));
80
91
  }
81
92
  else {
82
93
  html = encodeHtml.replace(REPLACE_KEY, v);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-ui v2.2.0
2
+ * amis-ui v2.3.0
3
3
  * Copyright 2018-2022 fex
4
4
  */
5
5