@unicom-cloud/ui 0.8.169 → 0.8.171

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 (1457) hide show
  1. package/.virtual/_rolldown/runtime.js +1 -1
  2. package/affix/Affix.js +74 -73
  3. package/affix/constants.js +1 -1
  4. package/affix/context.js +2 -2
  5. package/affix/index.js +1 -1
  6. package/affix/style/index.js +1 -1
  7. package/alert/Alert.js +2 -2
  8. package/alert/constants.js +1 -1
  9. package/alert/context.js +2 -2
  10. package/alert/index.js +1 -1
  11. package/alert/style/index.js +1 -1
  12. package/anchor/Anchor.js +89 -89
  13. package/anchor/Link.js +31 -30
  14. package/anchor/constants.js +1 -1
  15. package/anchor/context.js +2 -2
  16. package/anchor/index.js +1 -1
  17. package/anchor/style/index.js +1 -1
  18. package/anchor/utils.js +1 -1
  19. package/animation/Animation.js +2 -2
  20. package/animation/constants.js +1 -1
  21. package/animation/context.js +2 -2
  22. package/animation/index.d.ts +1 -1
  23. package/animation/index.js +1 -1
  24. package/animation/style/index.js +1 -1
  25. package/app/App.d.ts +0 -3
  26. package/app/App.js +2 -2
  27. package/app/constants.js +1 -1
  28. package/app/context.js +2 -2
  29. package/app/index.js +1 -1
  30. package/app/style/index.js +1 -1
  31. package/app/useApp.js +1 -1
  32. package/auto-complete/AutoComplete.js +4 -4
  33. package/auto-complete/constants.js +1 -1
  34. package/auto-complete/context.js +2 -2
  35. package/auto-complete/index.d.ts +16 -4
  36. package/auto-complete/index.js +1 -1
  37. package/auto-complete/style/index.js +1 -1
  38. package/avatar/Avatar.js +2 -2
  39. package/avatar/Group.js +2 -2
  40. package/avatar/constants.js +1 -1
  41. package/avatar/context.js +2 -2
  42. package/avatar/index.js +1 -1
  43. package/avatar/style/index.js +1 -1
  44. package/back-top/BackTop.js +50 -50
  45. package/back-top/constants.js +1 -1
  46. package/back-top/context.js +2 -2
  47. package/back-top/index.js +1 -1
  48. package/back-top/style/index.js +1 -1
  49. package/badge/Badge.js +2 -2
  50. package/badge/Count.js +1 -1
  51. package/badge/constants.js +1 -1
  52. package/badge/context.js +2 -2
  53. package/badge/index.js +1 -1
  54. package/badge/style/index.js +1 -1
  55. package/badge/utils.js +1 -1
  56. package/border-beam/BorderBeam.js +2 -2
  57. package/border-beam/constants.js +1 -1
  58. package/border-beam/context.js +2 -2
  59. package/border-beam/index.d.ts +1 -1
  60. package/border-beam/index.js +1 -1
  61. package/border-beam/style/index.js +1 -1
  62. package/breadcrumb/Breadcrumb.js +2 -2
  63. package/breadcrumb/Item.d.ts +0 -3
  64. package/breadcrumb/Item.js +2 -2
  65. package/breadcrumb/constants.js +1 -1
  66. package/breadcrumb/context.js +2 -2
  67. package/breadcrumb/index.js +1 -1
  68. package/breadcrumb/style/index.js +1 -1
  69. package/button/Button.js +2 -2
  70. package/button/Group.js +2 -2
  71. package/button/Toggle.js +2 -2
  72. package/button/constants.js +1 -1
  73. package/button/context.js +2 -2
  74. package/button/index.d.ts +0 -1
  75. package/button/index.js +2 -3
  76. package/button/style/index.js +1 -1
  77. package/calendar/Calendar.js +2 -2
  78. package/calendar/Month.js +1 -1
  79. package/calendar/WeekList.js +1 -1
  80. package/calendar/Year.js +1 -1
  81. package/calendar/constants.js +1 -1
  82. package/calendar/context.js +2 -2
  83. package/calendar/header/Panel.js +1 -1
  84. package/calendar/header/index.js +1 -1
  85. package/calendar/hooks/useCellClassName.js +1 -1
  86. package/calendar/index.js +1 -1
  87. package/calendar/style/index.js +1 -1
  88. package/card/Card.js +2 -2
  89. package/card/Grid.js +2 -2
  90. package/card/Meta.js +2 -2
  91. package/card/constants.js +1 -1
  92. package/card/context.js +2 -2
  93. package/card/index.js +1 -1
  94. package/card/style/index.js +1 -1
  95. package/carousel/Arrow.js +1 -1
  96. package/carousel/Carousel.js +2 -2
  97. package/carousel/Indicator.js +1 -1
  98. package/carousel/constants.js +1 -1
  99. package/carousel/context.js +2 -2
  100. package/carousel/index.js +1 -1
  101. package/carousel/style/index.js +1 -1
  102. package/cascader/Cascader.js +3 -3
  103. package/cascader/base/node.js +8 -8
  104. package/cascader/base/store.js +1 -1
  105. package/cascader/constants.js +1 -1
  106. package/cascader/context.js +2 -2
  107. package/cascader/hooks/useRefCurrent.js +1 -1
  108. package/cascader/index.js +1 -1
  109. package/cascader/panel/List.js +112 -112
  110. package/cascader/panel/Option.js +9 -9
  111. package/cascader/panel/Search.js +70 -70
  112. package/cascader/style/index.js +1 -1
  113. package/cascader/utils.js +1 -1
  114. package/checkbox/Checkbox.js +2 -2
  115. package/checkbox/Group.d.ts +0 -3
  116. package/checkbox/Group.js +3 -3
  117. package/checkbox/GroupBlock.d.ts +0 -3
  118. package/checkbox/GroupBlock.js +2 -2
  119. package/checkbox/constants.js +1 -1
  120. package/checkbox/context.d.ts +2 -2
  121. package/checkbox/context.js +3 -3
  122. package/checkbox/index.js +1 -1
  123. package/checkbox/style/index.js +1 -1
  124. package/checkbox/useCheckbox.js +1 -1
  125. package/collapse/Collapse.js +2 -2
  126. package/collapse/Item.d.ts +4 -1
  127. package/collapse/Item.js +3 -3
  128. package/collapse/constants.js +1 -1
  129. package/collapse/context.js +2 -2
  130. package/collapse/index.d.ts +4 -1
  131. package/collapse/index.js +1 -1
  132. package/collapse/style/index.js +1 -1
  133. package/collapse/utils.js +1 -1
  134. package/color-picker/ColorPicker.js +2 -2
  135. package/color-picker/ControlBar.js +1 -1
  136. package/color-picker/InputAlpha.js +1 -1
  137. package/color-picker/InputHex.js +1 -1
  138. package/color-picker/InputRgb.js +1 -1
  139. package/color-picker/Mode.js +1 -1
  140. package/color-picker/Palette.js +1 -1
  141. package/color-picker/Panel.js +3 -3
  142. package/color-picker/colors.js +1 -1
  143. package/color-picker/constants.js +1 -1
  144. package/color-picker/context.js +2 -2
  145. package/color-picker/hooks/useColorPicker.js +1 -1
  146. package/color-picker/hooks/useControlBlock.js +1 -1
  147. package/color-picker/index.js +1 -1
  148. package/color-picker/interface.js +1 -1
  149. package/color-picker/style/index.js +1 -1
  150. package/color-picker/utils.js +1 -1
  151. package/comment/Comment.js +2 -2
  152. package/comment/constants.js +1 -1
  153. package/comment/context.js +2 -2
  154. package/comment/index.js +1 -1
  155. package/comment/style/index.js +1 -1
  156. package/config-provider/ConfigProvider.d.ts +0 -3
  157. package/config-provider/ConfigProvider.js +3 -3
  158. package/config-provider/constants.js +1 -1
  159. package/config-provider/context.d.ts +3 -2
  160. package/config-provider/context.js +2 -2
  161. package/config-provider/index.js +1 -1
  162. package/config-provider/initUI.js +1 -1
  163. package/config-provider/interface.d.ts +3 -2
  164. package/config-provider/style/index.js +1 -1
  165. package/config-provider/useConfigProvider.js +2 -2
  166. package/config-provider/utils.js +3 -3
  167. package/constants/index.js +1 -1
  168. package/copy/Copy.d.ts +0 -3
  169. package/copy/Copy.js +4 -4
  170. package/copy/constants.js +1 -1
  171. package/copy/context.js +2 -2
  172. package/copy/index.js +1 -1
  173. package/copy/style/index.js +1 -1
  174. package/countdown/Countdown.js +2 -2
  175. package/countdown/constants.js +1 -1
  176. package/countdown/context.js +2 -2
  177. package/countdown/index.js +1 -1
  178. package/countdown/style/index.js +1 -1
  179. package/countdown/utils.js +1 -1
  180. package/date-picker/DatePicker.js +7 -7
  181. package/date-picker/Picker.js +1 -1
  182. package/date-picker/Range.js +2 -2
  183. package/date-picker/constants.js +1 -1
  184. package/date-picker/context.js +2 -2
  185. package/date-picker/hooks/useCellClassName.js +1 -1
  186. package/date-picker/index.js +1 -1
  187. package/date-picker/panel/Body.js +1 -1
  188. package/date-picker/panel/Footer.js +1 -1
  189. package/date-picker/panel/Header.js +1 -1
  190. package/date-picker/panel/Shortcut.js +1 -1
  191. package/date-picker/panel/WeekList.js +1 -1
  192. package/date-picker/panel/date/index.js +1 -1
  193. package/date-picker/panel/month/index.js +1 -1
  194. package/date-picker/panel/quarter/index.js +1 -1
  195. package/date-picker/panel/range/index.js +1 -1
  196. package/date-picker/panel/week/index.js +1 -1
  197. package/date-picker/panel/year/index.js +1 -1
  198. package/date-picker/style/index.js +1 -1
  199. package/date-picker/utils.js +1 -1
  200. package/descriptions/Descriptions.js +2 -2
  201. package/descriptions/constants.js +1 -1
  202. package/descriptions/context.js +2 -2
  203. package/descriptions/index.js +1 -1
  204. package/descriptions/style/index.js +1 -1
  205. package/details/Details.js +2 -2
  206. package/details/constants.js +1 -1
  207. package/details/context.js +2 -2
  208. package/details/index.js +1 -1
  209. package/details/style/index.js +1 -1
  210. package/development/Development.js +1 -1
  211. package/development/constants.js +1 -1
  212. package/development/context.js +2 -2
  213. package/development/index.d.ts +1 -1
  214. package/development/index.js +1 -1
  215. package/development/style/index.js +1 -1
  216. package/divider/Divider.js +3 -3
  217. package/divider/constants.js +1 -1
  218. package/divider/context.js +2 -2
  219. package/divider/index.js +1 -1
  220. package/divider/style/index.js +1 -1
  221. package/draggable/Draggable.js +1 -1
  222. package/draggable/Item.js +1 -1
  223. package/draggable/constants.js +1 -1
  224. package/draggable/context.js +2 -2
  225. package/draggable/index.js +1 -1
  226. package/draggable/style/index.js +1 -1
  227. package/draw/Draw.js +2 -2
  228. package/draw/common/binary-heap.js +1 -1
  229. package/draw/common/bounds.js +1 -1
  230. package/draw/common/colors.js +1 -1
  231. package/draw/common/constants.js +1 -1
  232. package/draw/common/editorInterface.js +1 -1
  233. package/draw/common/emitter.js +1 -1
  234. package/draw/common/font-metadata.js +1 -1
  235. package/draw/common/index.js +1 -1
  236. package/draw/common/keys.js +1 -1
  237. package/draw/common/points.js +1 -1
  238. package/draw/common/promise-pool.js +1 -1
  239. package/draw/common/queue.js +1 -1
  240. package/draw/common/random.js +1 -1
  241. package/draw/common/url.js +1 -1
  242. package/draw/common/utils.js +44 -44
  243. package/draw/constants.js +1 -1
  244. package/draw/context.js +2 -2
  245. package/draw/core/actions/actionAddToLibrary.js +1 -1
  246. package/draw/core/actions/actionAlign.js +1 -1
  247. package/draw/core/actions/actionBoundText.js +1 -1
  248. package/draw/core/actions/actionCanvas.js +1 -1
  249. package/draw/core/actions/actionClipboard.js +1 -1
  250. package/draw/core/actions/actionCropEditor.js +1 -1
  251. package/draw/core/actions/actionDeleteSelected.js +1 -1
  252. package/draw/core/actions/actionDistribute.js +1 -1
  253. package/draw/core/actions/actionDuplicateSelection.js +1 -1
  254. package/draw/core/actions/actionElementLink.js +1 -1
  255. package/draw/core/actions/actionElementLock.js +1 -1
  256. package/draw/core/actions/actionEmbeddable.js +1 -1
  257. package/draw/core/actions/actionExport.js +1 -1
  258. package/draw/core/actions/actionFinalize.js +1 -1
  259. package/draw/core/actions/actionFlip.js +1 -1
  260. package/draw/core/actions/actionFrame.js +1 -1
  261. package/draw/core/actions/actionGroup.js +1 -1
  262. package/draw/core/actions/actionHistory.js +1 -1
  263. package/draw/core/actions/actionLinearEditor.js +1 -1
  264. package/draw/core/actions/actionMenu.js +1 -1
  265. package/draw/core/actions/actionProperties.js +1 -1
  266. package/draw/core/actions/actionSelectAll.js +1 -1
  267. package/draw/core/actions/actionStyles.js +1 -1
  268. package/draw/core/actions/actionTextAutoResize.js +1 -1
  269. package/draw/core/actions/actionToggleGridMode.js +1 -1
  270. package/draw/core/actions/actionToggleObjectsSnapMode.js +1 -1
  271. package/draw/core/actions/actionToggleSearchMenu.js +1 -1
  272. package/draw/core/actions/actionToggleStats.js +1 -1
  273. package/draw/core/actions/actionToggleViewMode.js +1 -1
  274. package/draw/core/actions/actionToggleZenMode.js +1 -1
  275. package/draw/core/actions/actionZindex.js +1 -1
  276. package/draw/core/actions/index.js +1 -1
  277. package/draw/core/actions/manager.js +1 -1
  278. package/draw/core/actions/register.js +1 -1
  279. package/draw/core/actions/shortcuts.js +1 -1
  280. package/draw/core/analytics.js +1 -1
  281. package/draw/core/animated-trail.js +1 -1
  282. package/draw/core/animation-frame-handler.js +1 -1
  283. package/draw/core/appState.js +1 -1
  284. package/draw/core/charts.js +1 -1
  285. package/draw/core/clients.js +1 -1
  286. package/draw/core/clipboard.js +1 -1
  287. package/draw/core/components/Actions.js +1 -1
  288. package/draw/core/components/ActiveConfirmDialog.js +1 -1
  289. package/draw/core/components/App.js +2 -2
  290. package/draw/core/components/BraveMeasureTextError.js +1 -1
  291. package/draw/core/components/ContextMenu.js +1 -1
  292. package/draw/core/components/ConvertElementTypePopup.js +1 -1
  293. package/draw/core/components/DarkModeToggle.js +1 -1
  294. package/draw/core/components/ElementCanvasButtons.js +1 -1
  295. package/draw/core/components/ElementLinkDialog.js +1 -1
  296. package/draw/core/components/Ellipsify.js +1 -1
  297. package/draw/core/components/ErrorDialog.js +1 -1
  298. package/draw/core/components/ExportDialog.js +1 -1
  299. package/draw/core/components/EyeDropper.js +1 -1
  300. package/draw/core/components/FixedSideContainer.js +1 -1
  301. package/draw/core/components/Footer.js +1 -1
  302. package/draw/core/components/HandButton.js +1 -1
  303. package/draw/core/components/HelpDialog.js +1 -1
  304. package/draw/core/components/HintViewer.js +1 -1
  305. package/draw/core/components/ImageExportDialog.js +1 -1
  306. package/draw/core/components/InitializeApp.js +1 -1
  307. package/draw/core/components/InlineIcon.js +1 -1
  308. package/draw/core/components/Island.js +1 -1
  309. package/draw/core/components/LaserPointerButton.js +1 -1
  310. package/draw/core/components/LayerUI.js +3 -3
  311. package/draw/core/components/LibraryMenu.js +1 -1
  312. package/draw/core/components/LibraryMenuItems.js +1 -1
  313. package/draw/core/components/LibraryMenuSection.js +1 -1
  314. package/draw/core/components/LibraryUnit.js +1 -1
  315. package/draw/core/components/LoadingMessage.js +1 -1
  316. package/draw/core/components/LockButton.js +1 -1
  317. package/draw/core/components/MagicButton.js +1 -1
  318. package/draw/core/components/PasteChartDialog.js +1 -1
  319. package/draw/core/components/PenModeButton.js +1 -1
  320. package/draw/core/components/Popover.js +1 -1
  321. package/draw/core/components/ProjectName.js +1 -1
  322. package/draw/core/components/Range.js +1 -1
  323. package/draw/core/components/SVGLayer.js +1 -1
  324. package/draw/core/components/SearchMenu.js +1 -1
  325. package/draw/core/components/Stack.js +1 -1
  326. package/draw/core/components/Toast.js +1 -1
  327. package/draw/core/components/Trans.js +1 -1
  328. package/draw/core/components/UnlockPopup.js +1 -1
  329. package/draw/core/components/canvases/InteractiveCanvas.js +1 -1
  330. package/draw/core/components/canvases/NewElementCanvas.js +1 -1
  331. package/draw/core/components/canvases/StaticCanvas.js +1 -1
  332. package/draw/core/components/canvases/index.js +1 -1
  333. package/draw/core/components/context.d.ts +1 -1
  334. package/draw/core/components/context.js +2 -2
  335. package/draw/core/components/{DiagramToCodePlugin → diagram-to-code-plugin}/index.js +2 -2
  336. package/draw/core/components/hooks.js +1 -1
  337. package/draw/core/components/icons.js +1 -1
  338. package/draw/core/components/main-menu/DefaultItems.js +2 -2
  339. package/draw/core/components/main-menu/MenuItem.js +1 -1
  340. package/draw/core/components/main-menu/common.js +1 -1
  341. package/draw/core/components/{OverwriteConfirm/OverwriteConfirmState.js → overwrite-confirm/State.js} +2 -2
  342. package/draw/core/components/{OverwriteConfirm → overwrite-confirm}/index.js +3 -3
  343. package/draw/core/components/shapes.js +1 -1
  344. package/draw/core/components/{Stats → stats}/Angle.js +2 -2
  345. package/draw/core/components/{Stats → stats}/CanvasGrid.js +2 -2
  346. package/draw/core/components/{Stats → stats}/Collapsible.js +2 -2
  347. package/draw/core/components/{Stats → stats}/Dimension.js +2 -2
  348. package/draw/core/components/{Stats → stats}/DragInput.js +2 -2
  349. package/draw/core/components/{Stats → stats}/FontSize.js +2 -2
  350. package/draw/core/components/{Stats → stats}/MultiAngle.js +2 -2
  351. package/draw/core/components/{Stats → stats}/MultiDimension.js +2 -2
  352. package/draw/core/components/{Stats → stats}/MultiFontSize.js +2 -2
  353. package/draw/core/components/{Stats → stats}/MultiPosition.js +2 -2
  354. package/draw/core/components/{Stats → stats}/Position.js +2 -2
  355. package/draw/core/components/{Stats → stats}/index.js +2 -2
  356. package/draw/core/components/{Stats → stats}/utils.js +2 -2
  357. package/draw/core/context/tunnels.d.ts +1 -1
  358. package/draw/core/context/tunnels.js +1 -1
  359. package/draw/core/context/ui-appState.js +1 -1
  360. package/draw/core/cursor.js +1 -1
  361. package/draw/core/data/blob.js +1 -1
  362. package/draw/core/data/encode.js +1 -1
  363. package/draw/core/data/encryption.js +1 -1
  364. package/draw/core/data/filesystem.js +1 -1
  365. package/draw/core/data/image.js +1 -1
  366. package/draw/core/data/index.js +1 -1
  367. package/draw/core/data/json.js +1 -1
  368. package/draw/core/data/library.js +1 -1
  369. package/draw/core/data/reconcile.js +1 -1
  370. package/draw/core/data/resave.js +1 -1
  371. package/draw/core/data/restore.js +1 -1
  372. package/draw/core/data/utils.js +1 -1
  373. package/draw/core/deburr.js +1 -1
  374. package/draw/core/editor-jotai.js +1 -1
  375. package/draw/core/eraser/index.js +1 -1
  376. package/draw/core/errors.js +1 -1
  377. package/draw/core/fonts/DrawFontFace.js +1 -1
  378. package/draw/core/fonts/Fonts.js +1 -1
  379. package/draw/core/fonts/index.js +1 -1
  380. package/draw/core/gesture.js +1 -1
  381. package/draw/core/history.js +1 -1
  382. package/draw/core/hooks/useCopiedIndicator.js +1 -1
  383. package/draw/core/hooks/useCreatePortalContainer.js +1 -1
  384. package/draw/core/hooks/useEmitter.js +1 -1
  385. package/draw/core/hooks/useLibraryItemSvg.js +1 -1
  386. package/draw/core/hooks/useOutsideClick.js +1 -1
  387. package/draw/core/hooks/useScrollPosition.js +1 -1
  388. package/draw/core/hooks/useStable.js +1 -1
  389. package/draw/core/hooks/useTextEditorFocus.js +1 -1
  390. package/draw/core/hooks/useTransition.js +1 -1
  391. package/draw/core/i18n.js +1 -1
  392. package/draw/core/laser-trails.js +1 -1
  393. package/draw/core/lasso/index.js +1 -1
  394. package/draw/core/lasso/utils.js +1 -1
  395. package/draw/core/polyfill.js +1 -1
  396. package/draw/core/reactUtils.js +1 -1
  397. package/draw/core/renderer/animation.js +1 -1
  398. package/draw/core/renderer/helpers.js +1 -1
  399. package/draw/core/renderer/interactiveScene.js +1 -1
  400. package/draw/core/renderer/renderNewElementScene.js +1 -1
  401. package/draw/core/renderer/renderSnaps.js +1 -1
  402. package/draw/core/renderer/roundRect.js +1 -1
  403. package/draw/core/renderer/staticScene.js +1 -1
  404. package/draw/core/renderer/staticSvgScene.js +1 -1
  405. package/draw/core/scene/Renderer.js +1 -1
  406. package/draw/core/scene/export.js +1 -1
  407. package/draw/core/scene/index.js +1 -1
  408. package/draw/core/scene/normalize.js +1 -1
  409. package/draw/core/scene/scroll.js +1 -1
  410. package/draw/core/scene/scrollbars.js +1 -1
  411. package/draw/core/scene/zoom.js +1 -1
  412. package/draw/core/shortcut.js +1 -1
  413. package/draw/core/snapping.js +1 -1
  414. package/draw/core/wysiwyg/textWysiwyg.js +1 -1
  415. package/draw/element/Scene.js +1 -1
  416. package/draw/element/align.js +1 -1
  417. package/draw/element/arrows/focus.js +1 -1
  418. package/draw/element/arrows/helpers.js +1 -1
  419. package/draw/element/binding.js +1 -1
  420. package/draw/element/bounds.js +1 -1
  421. package/draw/element/collision.js +1 -1
  422. package/draw/element/comparisons.js +1 -1
  423. package/draw/element/containerCache.js +1 -1
  424. package/draw/element/cropElement.js +1 -1
  425. package/draw/element/delta.js +1 -1
  426. package/draw/element/distance.js +1 -1
  427. package/draw/element/distribute.js +1 -1
  428. package/draw/element/dragElements.js +1 -1
  429. package/draw/element/duplicate.js +1 -1
  430. package/draw/element/elbowArrow.js +1 -1
  431. package/draw/element/elementLink.js +1 -1
  432. package/draw/element/embeddable.js +1 -1
  433. package/draw/element/flowchart.js +1 -1
  434. package/draw/element/fractionalIndex.js +1 -1
  435. package/draw/element/frame.js +1 -1
  436. package/draw/element/groups.js +1 -1
  437. package/draw/element/heading.js +1 -1
  438. package/draw/element/image.js +1 -1
  439. package/draw/element/index.js +1 -1
  440. package/draw/element/is.js +1 -1
  441. package/draw/element/linearElementEditor.js +1 -1
  442. package/draw/element/mutateElement.js +1 -1
  443. package/draw/element/newElement.js +1 -1
  444. package/draw/element/positionElementsOnGrid.js +1 -1
  445. package/draw/element/renderElement.js +1 -1
  446. package/draw/element/resizeElements.js +1 -1
  447. package/draw/element/resizeTest.js +1 -1
  448. package/draw/element/selection.js +1 -1
  449. package/draw/element/shape.js +1 -1
  450. package/draw/element/showSelectedShapeActions.js +1 -1
  451. package/draw/element/sizeHelpers.js +1 -1
  452. package/draw/element/sortElements.js +1 -1
  453. package/draw/element/store.js +1 -1
  454. package/draw/element/textElement.js +1 -1
  455. package/draw/element/textMeasurements.js +1 -1
  456. package/draw/element/textWrapping.js +1 -1
  457. package/draw/element/transform.js +1 -1
  458. package/draw/element/transformHandles.js +1 -1
  459. package/draw/element/typeChecks.js +1 -1
  460. package/draw/element/utils.js +1 -1
  461. package/draw/element/zindex.js +1 -1
  462. package/draw/index.d.ts +2 -3
  463. package/draw/index.js +4 -5
  464. package/draw/libs/browser-fs-access/directory-open.js +1 -1
  465. package/draw/libs/browser-fs-access/file-open.js +1 -1
  466. package/draw/libs/browser-fs-access/file-save.js +1 -1
  467. package/draw/libs/browser-fs-access/fs-access/directory-open.js +1 -1
  468. package/draw/libs/browser-fs-access/fs-access/file-open.js +1 -1
  469. package/draw/libs/browser-fs-access/fs-access/file-save.js +1 -1
  470. package/draw/libs/browser-fs-access/index.js +1 -1
  471. package/draw/libs/browser-fs-access/legacy/directory-open.js +1 -1
  472. package/draw/libs/browser-fs-access/legacy/file-open.js +1 -1
  473. package/draw/libs/browser-fs-access/legacy/file-save.js +1 -1
  474. package/draw/libs/browser-fs-access/supported.js +1 -1
  475. package/draw/libs/fractional-indexing/index.js +1 -1
  476. package/draw/libs/fuzzy/index.js +1 -1
  477. package/draw/libs/glur/index.js +1 -1
  478. package/draw/libs/glur/mono16.js +1 -1
  479. package/draw/libs/hachure-fill/index.js +1 -1
  480. package/draw/libs/image-blob-reduce/index.js +1 -1
  481. package/draw/libs/image-blob-reduce/lib/image_traverse.js +1 -1
  482. package/draw/libs/image-blob-reduce/lib/jpeg_plugins.js +1 -1
  483. package/draw/libs/image-blob-reduce/lib/utils.js +1 -1
  484. package/draw/libs/jotai/index.js +1 -1
  485. package/draw/libs/jotai/react/Provider.js +1 -1
  486. package/draw/libs/jotai/react/useAtom.js +1 -1
  487. package/draw/libs/jotai/react/useAtomValue.js +1 -1
  488. package/draw/libs/jotai/react/useSetAtom.js +1 -1
  489. package/draw/libs/jotai/react/utils/useAtomCallback.js +1 -1
  490. package/draw/libs/jotai/react/utils/useHydrateAtoms.js +1 -1
  491. package/draw/libs/jotai/react/utils/useReducerAtom.js +1 -1
  492. package/draw/libs/jotai/react/utils/useResetAtom.js +1 -1
  493. package/draw/libs/jotai/react/utils.js +1 -1
  494. package/draw/libs/jotai/react.js +1 -1
  495. package/draw/libs/jotai/utils.js +1 -1
  496. package/draw/libs/jotai/vanilla/atom.js +1 -1
  497. package/draw/libs/jotai/vanilla/internals.js +1 -1
  498. package/draw/libs/jotai/vanilla/store.js +1 -1
  499. package/draw/libs/jotai/vanilla/utils/atomFamily.js +1 -1
  500. package/draw/libs/jotai/vanilla/utils/atomWithStorage.js +1 -1
  501. package/draw/libs/jotai/vanilla/utils.js +1 -1
  502. package/draw/libs/jotai-scope/createIsolation.d.ts +1 -1
  503. package/draw/libs/jotai-scope/createIsolation.js +2 -2
  504. package/draw/libs/jotai-scope/index.d.ts +2 -2
  505. package/draw/libs/jotai-scope/index.js +3 -3
  506. package/draw/libs/jotai-scope/{ScopeProvider → scope-provider}/index.js +2 -2
  507. package/draw/libs/jotai-scope/{ScopeProvider → scope-provider}/scope.js +2 -2
  508. package/draw/libs/jotai-scope/utils.js +1 -1
  509. package/draw/libs/laser-pointer/index.js +1 -1
  510. package/draw/libs/laser-pointer/math.js +1 -1
  511. package/draw/libs/laser-pointer/simplify.js +1 -1
  512. package/draw/libs/laser-pointer/state.js +1 -1
  513. package/draw/libs/markdown-to-text/index.js +1 -1
  514. package/draw/libs/math/angle.js +1 -1
  515. package/draw/libs/math/constants.js +1 -1
  516. package/draw/libs/math/curve.js +1 -1
  517. package/draw/libs/math/ellipse.js +1 -1
  518. package/draw/libs/math/index.js +1 -1
  519. package/draw/libs/math/line.js +1 -1
  520. package/draw/libs/math/point.js +1 -1
  521. package/draw/libs/math/polygon.js +1 -1
  522. package/draw/libs/math/range.js +1 -1
  523. package/draw/libs/math/rectangle.js +1 -1
  524. package/draw/libs/math/segment.js +1 -1
  525. package/draw/libs/math/triangle.js +1 -1
  526. package/draw/libs/math/utils.js +1 -1
  527. package/draw/libs/math/vector.js +1 -1
  528. package/draw/libs/multimath/index.js +1 -1
  529. package/draw/libs/multimath/lib/wa_detect.js +1 -1
  530. package/draw/libs/nanoid/index.js +1 -1
  531. package/draw/libs/nanoid/url-alphabet/index.js +1 -1
  532. package/draw/libs/pako/index.js +1 -1
  533. package/draw/libs/path-data-parser/absolutize.js +1 -1
  534. package/draw/libs/path-data-parser/index.js +1 -1
  535. package/draw/libs/path-data-parser/normalize.js +1 -1
  536. package/draw/libs/path-data-parser/parser.js +1 -1
  537. package/draw/libs/perfect-freehand/getStroke.js +1 -1
  538. package/draw/libs/perfect-freehand/getStrokeOutlinePoints.js +1 -1
  539. package/draw/libs/perfect-freehand/getStrokePoints.js +1 -1
  540. package/draw/libs/perfect-freehand/getStrokeRadius.js +1 -1
  541. package/draw/libs/perfect-freehand/index.js +1 -1
  542. package/draw/libs/perfect-freehand/vec.js +1 -1
  543. package/draw/libs/pica/index.js +1 -1
  544. package/draw/libs/pica/lib/mathlib.js +1 -1
  545. package/draw/libs/pica/lib/mm_resize/convolve.js +1 -1
  546. package/draw/libs/pica/lib/mm_resize/convolve_wasm_base64.js +1 -1
  547. package/draw/libs/pica/lib/mm_resize/index.js +1 -1
  548. package/draw/libs/pica/lib/mm_resize/resize.js +1 -1
  549. package/draw/libs/pica/lib/mm_resize/resize_filter_gen.js +1 -1
  550. package/draw/libs/pica/lib/mm_resize/resize_wasm.js +1 -1
  551. package/draw/libs/pica/lib/mm_unsharp_mask/index.js +1 -1
  552. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask.js +1 -1
  553. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask_wasm.js +1 -1
  554. package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask_wasm_base64.js +1 -1
  555. package/draw/libs/pica/lib/pool.js +1 -1
  556. package/draw/libs/pica/lib/tiler.js +1 -1
  557. package/draw/libs/pica/lib/utils.js +1 -1
  558. package/draw/libs/pica/lib/worker.js +1 -1
  559. package/draw/libs/png-chunk-text/decode.js +1 -1
  560. package/draw/libs/png-chunk-text/encode.js +1 -1
  561. package/draw/libs/png-chunk-text/index.js +1 -1
  562. package/draw/libs/png-chunks-encode/index.js +1 -1
  563. package/draw/libs/png-chunks-extract/index.js +1 -1
  564. package/draw/libs/points-on-curve/curve-to-bezier.js +1 -1
  565. package/draw/libs/points-on-curve/index.js +1 -1
  566. package/draw/libs/points-on-path/index.js +1 -1
  567. package/draw/libs/promise-pool/index.js +1 -1
  568. package/draw/libs/roughjs/canvas.js +1 -1
  569. package/draw/libs/roughjs/core.js +1 -1
  570. package/draw/libs/roughjs/fillers/dashed-filler.js +1 -1
  571. package/draw/libs/roughjs/fillers/dot-filler.js +1 -1
  572. package/draw/libs/roughjs/fillers/filler.js +1 -1
  573. package/draw/libs/roughjs/fillers/hachure-filler.js +1 -1
  574. package/draw/libs/roughjs/fillers/hatch-filler.js +1 -1
  575. package/draw/libs/roughjs/fillers/scan-line-hachure.js +1 -1
  576. package/draw/libs/roughjs/fillers/zigzag-filler.js +1 -1
  577. package/draw/libs/roughjs/fillers/zigzag-line-filler.js +1 -1
  578. package/draw/libs/roughjs/generator.js +1 -1
  579. package/draw/libs/roughjs/geometry.js +1 -1
  580. package/draw/libs/roughjs/index.js +1 -1
  581. package/draw/libs/roughjs/math.js +1 -1
  582. package/draw/libs/roughjs/renderer.js +1 -1
  583. package/draw/libs/roughjs/rough.js +1 -1
  584. package/draw/libs/roughjs/svg.js +1 -1
  585. package/draw/libs/sliced/index.js +1 -1
  586. package/draw/libs/webworkify/index.js +1 -1
  587. package/draw/style/index.js +1 -1
  588. package/draw/utils/bbox.js +1 -1
  589. package/draw/utils/export.js +1 -1
  590. package/draw/utils/index.js +1 -1
  591. package/draw/utils/shape.js +1 -1
  592. package/draw/utils/withinBounds.js +1 -1
  593. package/drawer/Drawer.js +131 -131
  594. package/drawer/constants.js +1 -1
  595. package/drawer/context.js +4 -4
  596. package/drawer/index.js +1 -1
  597. package/drawer/style/index.js +1 -1
  598. package/drawer/use-drawer/Hook.js +1 -1
  599. package/drawer/use-drawer/index.js +1 -1
  600. package/dropdown/Button.js +2 -2
  601. package/dropdown/Dropdown.js +63 -63
  602. package/dropdown/constants.js +1 -1
  603. package/dropdown/context.js +2 -2
  604. package/dropdown/index.js +1 -1
  605. package/dropdown/style/index.js +1 -1
  606. package/empty/Empty.js +2 -2
  607. package/empty/constants.js +1 -1
  608. package/empty/context.js +2 -2
  609. package/empty/index.d.ts +1 -1
  610. package/empty/index.js +1 -1
  611. package/empty/style/index.js +1 -1
  612. package/flex/Flex.js +3 -3
  613. package/flex/constants.js +1 -1
  614. package/flex/context.js +2 -2
  615. package/flex/index.d.ts +1 -1
  616. package/flex/index.js +1 -1
  617. package/flex/style/index.js +1 -1
  618. package/form/Control.js +138 -139
  619. package/form/Form.js +3 -3
  620. package/form/Item.js +2 -2
  621. package/form/ItemLabel.js +1 -1
  622. package/form/ItemTip.js +2 -2
  623. package/form/LabelSymbol.js +1 -1
  624. package/form/List.d.ts +0 -3
  625. package/form/List.js +25 -25
  626. package/form/Provider.js +1 -1
  627. package/form/constants.js +1 -1
  628. package/form/context.js +2 -2
  629. package/form/hooks/useForm.js +1 -1
  630. package/form/hooks/useFormContext.js +1 -1
  631. package/form/hooks/useFormState.js +1 -1
  632. package/form/hooks/useWatch.js +19 -19
  633. package/form/index.js +1 -1
  634. package/form/interface.js +1 -1
  635. package/form/promisify.js +1 -1
  636. package/form/store.js +1 -1
  637. package/form/style/index.js +1 -1
  638. package/form/utils.js +14 -14
  639. package/global-provider/GlobalProvider.d.ts +0 -3
  640. package/global-provider/GlobalProvider.js +2 -2
  641. package/global-provider/constants.js +1 -1
  642. package/global-provider/context.js +1 -1
  643. package/global-provider/index.js +1 -1
  644. package/global-provider/style/index.js +1 -1
  645. package/grid/Grid.js +2 -2
  646. package/grid/Item.js +2 -2
  647. package/grid/constants.js +1 -1
  648. package/grid/context.js +2 -2
  649. package/grid/index.js +1 -1
  650. package/grid/style/index.js +1 -1
  651. package/grid/utils.js +1 -1
  652. package/hooks/index.d.ts +1 -1
  653. package/hooks/index.js +3 -3
  654. package/hooks/use-breakpoint/index.js +1 -1
  655. package/hooks/use-computed-state/index.js +1 -1
  656. package/hooks/use-controllable-value/index.js +1 -1
  657. package/hooks/use-create/index.js +1 -1
  658. package/hooks/use-creation/index.js +1 -1
  659. package/hooks/use-effect-event/index.js +1 -1
  660. package/hooks/use-event/index.js +1 -1
  661. package/hooks/use-event-listener/index.js +1 -1
  662. package/hooks/use-force-update/index.js +1 -1
  663. package/hooks/use-fullscreen/index.js +1 -1
  664. package/hooks/use-id/index.js +1 -1
  665. package/hooks/use-intersection-observer/index.js +1 -1
  666. package/hooks/use-intersection-observers/index.js +1 -1
  667. package/hooks/use-interval/index.js +1 -1
  668. package/hooks/use-is-first-render/index.js +1 -1
  669. package/hooks/use-isomorphic-layout-effect/index.js +1 -1
  670. package/hooks/use-keyboard-event/index.js +1 -1
  671. package/hooks/use-latest/index.js +1 -1
  672. package/hooks/use-listen-window-resize/index.js +1 -1
  673. package/hooks/use-media/index.js +1 -1
  674. package/hooks/use-memoized-fn/index.js +1 -1
  675. package/hooks/use-merge-props/index.js +1 -1
  676. package/hooks/use-move/index.js +1 -1
  677. package/hooks/use-mutation-observers/index.js +1 -1
  678. package/hooks/use-online-status/index.js +1 -1
  679. package/hooks/use-overflow-hidden/index.js +1 -1
  680. package/hooks/use-override-ref/index.js +1 -1
  681. package/hooks/use-persist-callback/index.js +1 -1
  682. package/hooks/use-prefers-color-scheme-dark/index.js +1 -1
  683. package/hooks/use-previous/index.js +1 -1
  684. package/hooks/use-refs/index.js +1 -1
  685. package/hooks/use-resize-observer/index.js +1 -1
  686. package/hooks/use-resize-observers/index.js +1 -1
  687. package/hooks/use-responsive-state/index.js +1 -1
  688. package/hooks/use-set-state/index.js +1 -1
  689. package/hooks/use-state-callback/index.js +1 -1
  690. package/hooks/use-state-with-promise/index.js +1 -1
  691. package/hooks/use-throttle-fn-with-raf/index.d.ts +2 -0
  692. package/hooks/use-throttle-fn-with-raf/index.js +7 -0
  693. package/hooks/use-update-effect/index.js +1 -1
  694. package/hooks/use-update-layout-effect/index.js +1 -1
  695. package/hooks/use-verification-code/index.js +1 -1
  696. package/hooks/use-watch/index.js +1 -1
  697. package/hooks/use-watermark/index.js +3 -3
  698. package/hooks/use-watermark/utils.js +1 -1
  699. package/hooks/use-window-size/index.js +1 -1
  700. package/hooks/useMountLifecycle.d.ts +14 -0
  701. package/hooks/{useUnmountOnExit.js → useMountLifecycle.js} +2 -2
  702. package/icon/Icon.js +2 -2
  703. package/icon/addIconFromCdn.js +21 -19
  704. package/icon/constants.js +1 -1
  705. package/icon/context.js +2 -2
  706. package/icon/index.js +1 -1
  707. package/icon/style/index.js +1 -1
  708. package/icon-hover/IconHover.js +2 -2
  709. package/icon-hover/constants.js +1 -1
  710. package/icon-hover/context.js +2 -2
  711. package/icon-hover/index.js +1 -1
  712. package/icon-hover/style/index.js +1 -1
  713. package/icons/file/File.js +2 -2
  714. package/icons/file/context.js +2 -2
  715. package/icons/file/index.js +1 -1
  716. package/icons/file/style/index.js +1 -1
  717. package/icons.js +1 -1
  718. package/image/Footer.js +1 -1
  719. package/image/Image.js +2 -2
  720. package/image/Preview.js +179 -179
  721. package/image/PreviewArrow.js +1 -1
  722. package/image/PreviewGroup.js +62 -61
  723. package/image/PreviewToolbar.js +1 -1
  724. package/image/TriggerForToolbar.js +1 -1
  725. package/image/constants.js +1 -1
  726. package/image/context.js +5 -5
  727. package/image/hooks/useImageStatus.js +1 -1
  728. package/image/hooks/useShowFooter.js +1 -1
  729. package/image/index.js +1 -1
  730. package/image/style/index.js +1 -1
  731. package/image/utils/getFixTranslate.js +1 -1
  732. package/image/utils/getScale.js +1 -1
  733. package/index.js +777 -788
  734. package/input/Button.js +2 -2
  735. package/input/Core.js +2 -2
  736. package/input/Group.js +2 -2
  737. package/input/Input.js +5 -5
  738. package/input/Password.js +2 -2
  739. package/input/Search.js +2 -2
  740. package/input/Textarea.js +2 -2
  741. package/input/autoSizeTextareaHeight.js +1 -1
  742. package/input/constants.js +1 -1
  743. package/input/context.js +2 -2
  744. package/input/index.js +1 -1
  745. package/input/style/index.js +1 -1
  746. package/input/useComposition.js +1 -1
  747. package/input/utils.js +1 -1
  748. package/input-number/InputNumber.js +2 -2
  749. package/input-number/constants.js +1 -1
  750. package/input-number/context.js +2 -2
  751. package/input-number/decimal.js +1 -1
  752. package/input-number/hooks/useSelectionRange.js +1 -1
  753. package/input-number/index.js +1 -1
  754. package/input-number/style/index.js +1 -1
  755. package/input-number/utils.js +1 -1
  756. package/input-tag/InputTag.js +2 -2
  757. package/input-tag/constants.js +1 -1
  758. package/input-tag/context.js +2 -2
  759. package/input-tag/hooks/useComputeAutoWidthDelay.js +1 -1
  760. package/input-tag/index.js +1 -1
  761. package/input-tag/style/index.js +1 -1
  762. package/layout/Content.js +2 -2
  763. package/layout/Footer.js +2 -2
  764. package/layout/Header.js +2 -2
  765. package/layout/Layout.js +30 -29
  766. package/layout/Sider.d.ts +4 -2
  767. package/layout/Sider.js +37 -40
  768. package/layout/constants.js +1 -1
  769. package/layout/context.js +2 -2
  770. package/layout/index.d.ts +4 -2
  771. package/layout/index.js +1 -1
  772. package/layout/style/index.js +1 -1
  773. package/link/Link.js +2 -2
  774. package/link/constants.js +1 -1
  775. package/link/context.js +2 -2
  776. package/link/index.js +1 -1
  777. package/link/style/index.js +1 -1
  778. package/liquid-fill/LiquidFill.js +2 -2
  779. package/liquid-fill/constants.js +1 -1
  780. package/liquid-fill/context.js +2 -2
  781. package/liquid-fill/index.js +1 -1
  782. package/liquid-fill/style/index.js +1 -1
  783. package/list/Item.js +2 -2
  784. package/list/List.js +3 -3
  785. package/list/Meta.js +2 -2
  786. package/list/constants.js +1 -1
  787. package/list/context.js +2 -2
  788. package/list/index.js +1 -1
  789. package/list/style/index.js +1 -1
  790. package/loading/Loading.js +2 -2
  791. package/loading/constants.js +1 -1
  792. package/loading/context.js +2 -2
  793. package/loading/index.js +1 -1
  794. package/loading/style/index.js +1 -1
  795. package/locale/ar-EG.js +1 -1
  796. package/locale/de-DE.js +1 -1
  797. package/locale/default.js +1 -1
  798. package/locale/en-US.js +1 -1
  799. package/locale/es-ES.js +1 -1
  800. package/locale/fr-FR.js +1 -1
  801. package/locale/id-ID.js +1 -1
  802. package/locale/it-IT.js +1 -1
  803. package/locale/ja-JP.js +1 -1
  804. package/locale/ko-KR.js +1 -1
  805. package/locale/ms-MY.js +1 -1
  806. package/locale/pt-BR.js +1 -1
  807. package/locale/pt-PT.js +1 -1
  808. package/locale/ru-RU.js +1 -1
  809. package/locale/th-TH.js +1 -1
  810. package/locale/tr-TR.js +1 -1
  811. package/locale/vi-VN.js +1 -1
  812. package/locale/zh-CN.js +1 -1
  813. package/locale/zh-HK.js +1 -1
  814. package/locale/zh-TW.js +1 -1
  815. package/marquee/Marquee.js +1 -1
  816. package/marquee/constants.js +1 -1
  817. package/marquee/context.js +2 -2
  818. package/marquee/index.js +1 -1
  819. package/marquee/style/index.js +1 -1
  820. package/mask/Mask.js +2 -2
  821. package/mask/constants.js +1 -1
  822. package/mask/context.js +2 -2
  823. package/mask/index.js +1 -1
  824. package/mask/style/index.js +1 -1
  825. package/masonry/Item.js +2 -2
  826. package/masonry/Masonry.js +2 -2
  827. package/masonry/constants.js +1 -1
  828. package/masonry/context.js +2 -2
  829. package/masonry/hooks/useDelay.js +1 -1
  830. package/masonry/hooks/useGutter.js +1 -1
  831. package/masonry/hooks/usePositions.js +1 -1
  832. package/masonry/hooks/useRefs.js +1 -1
  833. package/masonry/index.js +1 -1
  834. package/masonry/style/index.js +1 -1
  835. package/mentions/Mentions.js +2 -2
  836. package/mentions/constants.js +1 -1
  837. package/mentions/context.js +2 -2
  838. package/mentions/index.js +1 -1
  839. package/mentions/style/index.js +1 -1
  840. package/mentions/utils.js +1 -1
  841. package/menu/Indent.js +1 -1
  842. package/menu/Item.d.ts +1 -3
  843. package/menu/Item.js +3 -3
  844. package/menu/ItemGroup.d.ts +1 -3
  845. package/menu/ItemGroup.js +3 -3
  846. package/menu/Menu.js +2 -2
  847. package/menu/OverflowWrap.js +1 -1
  848. package/menu/constants.js +1 -1
  849. package/menu/context.js +2 -2
  850. package/menu/index.d.ts +3 -10
  851. package/menu/index.js +2 -3
  852. package/menu/style/index.js +1 -1
  853. package/menu/sub-menu/Inline.js +1 -1
  854. package/menu/sub-menu/Pop.js +1 -1
  855. package/menu/sub-menu/index.d.ts +1 -3
  856. package/menu/sub-menu/index.js +3 -3
  857. package/menu/utils.js +47 -42
  858. package/message/Message.js +4 -4
  859. package/message/config.js +3 -3
  860. package/message/constants.js +1 -1
  861. package/message/context.js +2 -2
  862. package/message/hooks/useMessage.js +1 -1
  863. package/message/index.js +1 -1
  864. package/message/style/index.js +1 -1
  865. package/message/utils.js +1 -1
  866. package/modal/Modal.js +167 -167
  867. package/modal/config.js +1 -1
  868. package/modal/confirm.js +29 -29
  869. package/modal/constants.js +1 -1
  870. package/modal/context.js +5 -5
  871. package/modal/index.js +1 -1
  872. package/modal/style/index.js +1 -1
  873. package/modal/use-modal/Hook.js +1 -1
  874. package/modal/use-modal/index.js +1 -1
  875. package/modal/utils.js +1 -1
  876. package/notice/Notice.js +3 -3
  877. package/notice/config.js +1 -1
  878. package/notice/constants.js +1 -1
  879. package/notice/context.js +2 -2
  880. package/notice/index.js +1 -1
  881. package/notice/style/index.js +1 -1
  882. package/notice/utils.js +1 -1
  883. package/notice/withNotice.js +1 -1
  884. package/notification/Notification.js +2 -2
  885. package/notification/config.js +1 -1
  886. package/notification/constants.js +1 -1
  887. package/notification/context.js +2 -2
  888. package/notification/hooks/useNotification.js +1 -1
  889. package/notification/index.js +1 -1
  890. package/notification/style/index.js +1 -1
  891. package/notification/utils.js +1 -1
  892. package/overflow-ellipsis/Item.js +1 -1
  893. package/overflow-ellipsis/OverflowEllipsis.js +1 -1
  894. package/overflow-ellipsis/constants.js +1 -1
  895. package/overflow-ellipsis/context.js +2 -2
  896. package/overflow-ellipsis/index.js +1 -1
  897. package/overflow-ellipsis/style/index.js +1 -1
  898. package/package.json +1 -1
  899. package/page-header/PageHeader.js +2 -2
  900. package/page-header/constants.js +1 -1
  901. package/page-header/context.js +2 -2
  902. package/page-header/index.js +1 -1
  903. package/page-header/style/index.js +1 -1
  904. package/pagination/Item.js +1 -1
  905. package/pagination/Jumper.js +1 -1
  906. package/pagination/Pagination.js +2 -2
  907. package/pagination/PreNextButton.js +1 -1
  908. package/pagination/PreNextJump.js +1 -1
  909. package/pagination/SizeOption.js +1 -1
  910. package/pagination/constants.js +1 -1
  911. package/pagination/context.js +2 -2
  912. package/pagination/index.js +1 -1
  913. package/pagination/interface.js +1 -1
  914. package/pagination/style/index.js +1 -1
  915. package/pagination/utils.js +1 -1
  916. package/picker/Input.js +1 -1
  917. package/picker/InputRange.js +1 -1
  918. package/picker/constants.js +1 -1
  919. package/picker/context.js +1 -1
  920. package/picker/index.js +1 -1
  921. package/picker/style/index.js +1 -1
  922. package/popconfirm/Popconfirm.js +2 -2
  923. package/popconfirm/constants.js +1 -1
  924. package/popconfirm/context.js +2 -2
  925. package/popconfirm/index.js +1 -1
  926. package/popconfirm/style/index.js +1 -1
  927. package/popover/Popover.js +2 -2
  928. package/popover/constants.js +1 -1
  929. package/popover/context.js +2 -2
  930. package/popover/index.js +1 -1
  931. package/popover/style/index.js +1 -1
  932. package/portal/Portal.js +5 -5
  933. package/portal/constants.js +1 -1
  934. package/portal/context.js +2 -2
  935. package/portal/index.js +1 -1
  936. package/portal/interface.d.ts +1 -1
  937. package/portal/style/index.js +1 -1
  938. package/progress/Circle.js +1 -1
  939. package/progress/Line.js +1 -1
  940. package/progress/Progress.js +2 -2
  941. package/progress/Step.js +1 -1
  942. package/progress/constants.js +1 -1
  943. package/progress/context.js +2 -2
  944. package/progress/index.d.ts +1 -1
  945. package/progress/index.js +1 -1
  946. package/progress/style/index.js +1 -1
  947. package/qr-code/QRCode.js +2 -2
  948. package/qr-code/constants.js +1 -1
  949. package/qr-code/context.js +2 -2
  950. package/qr-code/index.js +1 -1
  951. package/qr-code/src/index.js +1 -1
  952. package/qr-code/src/qrcodegen.js +1 -1
  953. package/qr-code/style/index.js +1 -1
  954. package/radio/Group.d.ts +0 -3
  955. package/radio/Group.js +2 -2
  956. package/radio/GroupBlock.d.ts +0 -3
  957. package/radio/GroupBlock.js +2 -2
  958. package/radio/Radio.js +2 -2
  959. package/radio/constants.js +1 -1
  960. package/radio/context.js +2 -2
  961. package/radio/index.d.ts +0 -1
  962. package/radio/index.js +2 -3
  963. package/radio/style/index.js +1 -1
  964. package/rate/Rate.js +2 -2
  965. package/rate/constants.js +1 -1
  966. package/rate/context.js +2 -2
  967. package/rate/index.js +1 -1
  968. package/rate/style/index.js +1 -1
  969. package/resize-box/ResizeBox.js +51 -51
  970. package/resize-box/ResizeTrigger.js +1 -1
  971. package/resize-box/Split.js +64 -64
  972. package/resize-box/SplitGroup.js +78 -78
  973. package/resize-box/constants.js +1 -1
  974. package/resize-box/context.js +2 -2
  975. package/resize-box/index.js +1 -1
  976. package/resize-box/style/index.js +1 -1
  977. package/result/403.js +1 -1
  978. package/result/404.js +1 -1
  979. package/result/500.js +1 -1
  980. package/result/Result.js +2 -2
  981. package/result/constants.js +1 -1
  982. package/result/context.js +2 -2
  983. package/result/index.js +1 -1
  984. package/result/style/index.js +1 -1
  985. package/rich-text/RichText.js +107 -107
  986. package/rich-text/Toolbar.js +195 -196
  987. package/rich-text/constants.js +1 -1
  988. package/rich-text/context.js +2 -2
  989. package/rich-text/index.d.ts +0 -1
  990. package/rich-text/index.js +2 -3
  991. package/rich-text/libs/blots/block.js +1 -1
  992. package/rich-text/libs/blots/break.js +1 -1
  993. package/rich-text/libs/blots/container.js +1 -1
  994. package/rich-text/libs/blots/cursor.js +1 -1
  995. package/rich-text/libs/blots/embed.js +1 -1
  996. package/rich-text/libs/blots/inline.js +1 -1
  997. package/rich-text/libs/blots/scroll.js +1 -1
  998. package/rich-text/libs/blots/text.js +1 -1
  999. package/rich-text/libs/core/composition.js +1 -1
  1000. package/rich-text/libs/core/editor.js +1 -1
  1001. package/rich-text/libs/core/emitter.js +1 -1
  1002. package/rich-text/libs/core/logger.js +1 -1
  1003. package/rich-text/libs/core/module.js +1 -1
  1004. package/rich-text/libs/core/rich.js +1 -1
  1005. package/rich-text/libs/core/selection.js +1 -1
  1006. package/rich-text/libs/core/theme.js +1 -1
  1007. package/rich-text/libs/core/utils/createRegistryWithFormats.js +1 -1
  1008. package/rich-text/libs/core/utils/scrollRectIntoView.js +1 -1
  1009. package/rich-text/libs/delta/AttributeMap.js +1 -1
  1010. package/rich-text/libs/delta/Op.js +1 -1
  1011. package/rich-text/libs/delta/OpIterator.js +1 -1
  1012. package/rich-text/libs/delta/index.js +1 -1
  1013. package/rich-text/libs/diff/index.js +1 -1
  1014. package/rich-text/libs/formats/align.js +1 -1
  1015. package/rich-text/libs/formats/background.js +1 -1
  1016. package/rich-text/libs/formats/blockquote.js +1 -1
  1017. package/rich-text/libs/formats/bold.js +1 -1
  1018. package/rich-text/libs/formats/code.js +1 -1
  1019. package/rich-text/libs/formats/color.js +1 -1
  1020. package/rich-text/libs/formats/direction.js +1 -1
  1021. package/rich-text/libs/formats/emoji.js +1 -1
  1022. package/rich-text/libs/formats/font.js +1 -1
  1023. package/rich-text/libs/formats/formula.js +1 -1
  1024. package/rich-text/libs/formats/header.js +1 -1
  1025. package/rich-text/libs/formats/hr.js +1 -1
  1026. package/rich-text/libs/formats/image.js +1 -1
  1027. package/rich-text/libs/formats/indent.js +1 -1
  1028. package/rich-text/libs/formats/italic.js +1 -1
  1029. package/rich-text/libs/formats/lineHeight.js +1 -1
  1030. package/rich-text/libs/formats/link.js +1 -1
  1031. package/rich-text/libs/formats/list.js +1 -1
  1032. package/rich-text/libs/formats/script.js +1 -1
  1033. package/rich-text/libs/formats/size.js +1 -1
  1034. package/rich-text/libs/formats/strike.js +1 -1
  1035. package/rich-text/libs/formats/table.js +1 -1
  1036. package/rich-text/libs/formats/underline.js +1 -1
  1037. package/rich-text/libs/formats/video.js +1 -1
  1038. package/rich-text/libs/index.js +1 -1
  1039. package/rich-text/libs/modules/clipboard.js +2 -2
  1040. package/rich-text/libs/modules/history.js +1 -1
  1041. package/rich-text/libs/modules/image-resize/index.js +1 -1
  1042. package/rich-text/libs/modules/image-resize/modules/Base.js +1 -1
  1043. package/rich-text/libs/modules/image-resize/modules/DisplaySize.js +1 -1
  1044. package/rich-text/libs/modules/image-resize/modules/Resize.js +1 -1
  1045. package/rich-text/libs/modules/image-resize/options.js +1 -1
  1046. package/rich-text/libs/modules/input.js +1 -1
  1047. package/rich-text/libs/modules/keyboard.js +1 -1
  1048. package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/index.js +2 -2
  1049. package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/normalizers/googleDocs.js +2 -2
  1050. package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/normalizers/msWord.js +2 -2
  1051. package/rich-text/libs/modules/table.js +1 -1
  1052. package/rich-text/libs/modules/toolbar.js +1 -1
  1053. package/rich-text/libs/modules/uiNode.js +1 -1
  1054. package/rich-text/libs/modules/uploader.js +1 -1
  1055. package/rich-text/libs/parchment/attributor/attributor.js +1 -1
  1056. package/rich-text/libs/parchment/attributor/class.js +1 -1
  1057. package/rich-text/libs/parchment/attributor/store.js +1 -1
  1058. package/rich-text/libs/parchment/attributor/style.js +1 -1
  1059. package/rich-text/libs/parchment/blot/abstract/container.js +1 -1
  1060. package/rich-text/libs/parchment/blot/abstract/leaf.js +1 -1
  1061. package/rich-text/libs/parchment/blot/abstract/parent.js +1 -1
  1062. package/rich-text/libs/parchment/blot/abstract/shadow.js +1 -1
  1063. package/rich-text/libs/parchment/blot/block.js +1 -1
  1064. package/rich-text/libs/parchment/blot/embed.js +1 -1
  1065. package/rich-text/libs/parchment/blot/inline.js +1 -1
  1066. package/rich-text/libs/parchment/blot/scroll.js +1 -1
  1067. package/rich-text/libs/parchment/blot/text.js +1 -1
  1068. package/rich-text/libs/parchment/collection/linked-list.js +1 -1
  1069. package/rich-text/libs/parchment/error.js +1 -1
  1070. package/rich-text/libs/parchment/index.js +1 -1
  1071. package/rich-text/libs/parchment/registry.js +1 -1
  1072. package/rich-text/libs/parchment/scope.js +1 -1
  1073. package/rich-text/style/index.js +1 -1
  1074. package/router-error/RouterError.js +1 -1
  1075. package/router-error/constants.js +1 -1
  1076. package/router-error/context.js +2 -2
  1077. package/router-error/index.js +1 -1
  1078. package/router-error/style/index.js +1 -1
  1079. package/row-col/Col.js +2 -2
  1080. package/row-col/Row.js +2 -2
  1081. package/row-col/constants.js +1 -1
  1082. package/row-col/context.js +2 -2
  1083. package/row-col/index.js +1 -1
  1084. package/row-col/style/index.js +1 -1
  1085. package/segmented/Segmented.js +2 -2
  1086. package/segmented/constants.js +1 -1
  1087. package/segmented/context.js +2 -2
  1088. package/segmented/index.js +1 -1
  1089. package/segmented/style/index.js +1 -1
  1090. package/select/Option.d.ts +4 -1
  1091. package/select/Option.js +16 -16
  1092. package/select/OptionGroup.d.ts +4 -1
  1093. package/select/OptionGroup.js +12 -12
  1094. package/select/Select.js +4 -4
  1095. package/select/constants.js +1 -1
  1096. package/select/context.js +2 -2
  1097. package/select/index.d.ts +8 -2
  1098. package/select/index.js +1 -1
  1099. package/select/style/index.js +1 -1
  1100. package/select/utils.js +35 -34
  1101. package/select-view/Core.js +181 -181
  1102. package/select-view/SelectView.js +30 -30
  1103. package/select-view/constants.js +1 -1
  1104. package/select-view/context.js +2 -2
  1105. package/select-view/index.js +1 -1
  1106. package/select-view/style/index.js +1 -1
  1107. package/skeleton/Image.js +1 -1
  1108. package/skeleton/Skeleton.js +2 -2
  1109. package/skeleton/Text.js +1 -1
  1110. package/skeleton/constants.js +1 -1
  1111. package/skeleton/context.js +2 -2
  1112. package/skeleton/index.js +1 -1
  1113. package/skeleton/style/index.js +1 -1
  1114. package/slider/Button.js +35 -35
  1115. package/slider/Dot.js +1 -1
  1116. package/slider/Input.js +1 -1
  1117. package/slider/Mark.js +1 -1
  1118. package/slider/Slider.js +96 -96
  1119. package/slider/Tick.js +1 -1
  1120. package/slider/constants.js +1 -1
  1121. package/slider/context.js +2 -2
  1122. package/slider/hooks/useInterval.js +1 -1
  1123. package/slider/hooks/useLegalValue.js +1 -1
  1124. package/slider/index.js +1 -1
  1125. package/slider/style/index.js +1 -1
  1126. package/slider/utils.js +1 -1
  1127. package/space/Space.js +3 -3
  1128. package/space/constants.js +1 -1
  1129. package/space/context.js +2 -2
  1130. package/space/index.d.ts +1 -1
  1131. package/space/index.js +1 -1
  1132. package/space/style/index.js +1 -1
  1133. package/speech-synthesis/SpeechSynthesis.js +1 -1
  1134. package/speech-synthesis/constants.js +1 -1
  1135. package/speech-synthesis/context.js +2 -2
  1136. package/speech-synthesis/index.d.ts +1 -1
  1137. package/speech-synthesis/index.js +1 -1
  1138. package/speech-synthesis/style/index.js +1 -1
  1139. package/spin/DotLoading.js +1 -1
  1140. package/spin/Spin.js +2 -2
  1141. package/spin/constants.js +1 -1
  1142. package/spin/context.js +2 -2
  1143. package/spin/index.js +1 -1
  1144. package/spin/style/index.js +1 -1
  1145. package/splitter/Bar.js +1 -1
  1146. package/splitter/Panel.js +2 -2
  1147. package/splitter/Splitter.js +10 -10
  1148. package/splitter/constants.js +1 -1
  1149. package/splitter/context.js +2 -2
  1150. package/splitter/hooks/useItems.js +1 -1
  1151. package/splitter/hooks/useResizable.js +1 -1
  1152. package/splitter/hooks/useResize.js +1 -1
  1153. package/splitter/hooks/useSizes.js +1 -1
  1154. package/splitter/index.js +1 -1
  1155. package/splitter/style/index.js +1 -1
  1156. package/statistic/Statistic.js +2 -2
  1157. package/statistic/constants.js +1 -1
  1158. package/statistic/context.js +2 -2
  1159. package/statistic/index.js +1 -1
  1160. package/statistic/interface.js +1 -1
  1161. package/statistic/style/index.js +1 -1
  1162. package/steps/Item.js +2 -2
  1163. package/steps/Steps.js +40 -39
  1164. package/steps/constants.js +1 -1
  1165. package/steps/context.js +2 -2
  1166. package/steps/index.js +1 -1
  1167. package/steps/style/index.js +1 -1
  1168. package/style/constants.js +1 -1
  1169. package/suspense-fallback-test/SuspenseFallbackTest.js +1 -1
  1170. package/suspense-fallback-test/constants.js +1 -1
  1171. package/suspense-fallback-test/context.js +1 -1
  1172. package/suspense-fallback-test/index.d.ts +1 -1
  1173. package/suspense-fallback-test/index.js +1 -1
  1174. package/suspense-fallback-test/style/index.js +1 -1
  1175. package/switch/Switch.js +2 -2
  1176. package/switch/constants.js +1 -1
  1177. package/switch/context.js +2 -2
  1178. package/switch/index.d.ts +0 -1
  1179. package/switch/index.js +2 -3
  1180. package/switch/style/index.js +1 -1
  1181. package/table/ColGroup.js +1 -1
  1182. package/table/Table.js +3 -3
  1183. package/table/constants.js +1 -1
  1184. package/table/context.js +2 -2
  1185. package/table/hooks/useColumns.js +1 -1
  1186. package/table/hooks/useComponent.js +1 -1
  1187. package/table/hooks/useExpand.js +1 -1
  1188. package/table/hooks/useRowSelection.js +1 -1
  1189. package/table/hooks/useSorter.js +1 -1
  1190. package/table/hooks/useStickyClassNames.js +1 -1
  1191. package/table/hooks/useStickyOffsets.js +1 -1
  1192. package/table/hooks/useThResizable.js +1 -1
  1193. package/table/index.d.ts +4 -0
  1194. package/table/index.js +1 -1
  1195. package/table/style/index.js +1 -1
  1196. package/table/summary/Cell.d.ts +0 -3
  1197. package/table/summary/Cell.js +13 -12
  1198. package/table/summary/Row.js +22 -20
  1199. package/table/summary/context.js +1 -1
  1200. package/table/summary/index.d.ts +4 -0
  1201. package/table/summary/index.js +10 -8
  1202. package/table/tbody/DataRecordRenderer.js +1 -1
  1203. package/table/tbody/Td.js +14 -14
  1204. package/table/tbody/Tr.js +1 -1
  1205. package/table/tbody/index.js +1 -1
  1206. package/table/tfoot/index.js +1 -1
  1207. package/table/th-resizable/index.js +33 -33
  1208. package/table/th-resizable/style/index.js +1 -1
  1209. package/table/thead/Column.js +1 -1
  1210. package/table/thead/index.js +1 -1
  1211. package/table/utils.js +1 -1
  1212. package/tabs/TabContent.js +1 -1
  1213. package/tabs/TabPane.js +2 -2
  1214. package/tabs/Tabs.js +20 -20
  1215. package/tabs/constants.js +1 -1
  1216. package/tabs/context.js +2 -2
  1217. package/tabs/hooks/useDomSize.js +1 -1
  1218. package/tabs/hooks/useHeaderScroll.js +54 -54
  1219. package/tabs/index.js +1 -1
  1220. package/tabs/style/index.js +1 -1
  1221. package/tabs/tab-header/DropdownIcon.js +1 -1
  1222. package/tabs/tab-header/TabInk.js +11 -14
  1223. package/tabs/tab-header/TabNavIcon.js +1 -1
  1224. package/tabs/tab-header/TabTitle.js +1 -1
  1225. package/tabs/tab-header/index.js +51 -52
  1226. package/tabs/utils.js +1 -1
  1227. package/tag/Tag.js +2 -2
  1228. package/tag/constants.js +1 -1
  1229. package/tag/context.js +2 -2
  1230. package/tag/index.js +1 -1
  1231. package/tag/style/index.js +1 -1
  1232. package/tag/utils.js +1 -1
  1233. package/time-picker/Picker.js +1 -1
  1234. package/time-picker/TimeColumn.js +1 -1
  1235. package/time-picker/TimePicker.js +1 -1
  1236. package/time-picker/TimePickerRange.js +1 -1
  1237. package/time-picker/constants.js +1 -1
  1238. package/time-picker/context.js +2 -2
  1239. package/time-picker/index.js +1 -1
  1240. package/time-picker/style/index.js +1 -1
  1241. package/time-picker/utils.js +1 -1
  1242. package/time-picker/withTimePicker.d.ts +1 -1
  1243. package/time-picker/withTimePicker.js +1 -2
  1244. package/timeline/Item.js +2 -2
  1245. package/timeline/Timeline.js +2 -2
  1246. package/timeline/constants.js +1 -1
  1247. package/timeline/context.js +2 -2
  1248. package/timeline/index.js +1 -1
  1249. package/timeline/style/index.js +1 -1
  1250. package/timer/Timer.js +2 -2
  1251. package/timer/constants.js +1 -1
  1252. package/timer/context.js +2 -2
  1253. package/timer/index.d.ts +1 -1
  1254. package/timer/index.js +1 -1
  1255. package/timer/style/index.js +1 -1
  1256. package/toast/Toast.js +1 -1
  1257. package/toast/constants.js +1 -1
  1258. package/toast/context.js +1 -1
  1259. package/toast/index.js +1 -1
  1260. package/toast/style/index.js +1 -1
  1261. package/tooltip/Tooltip.js +6 -6
  1262. package/tooltip/constants.js +1 -1
  1263. package/tooltip/context.js +2 -2
  1264. package/tooltip/index.js +1 -1
  1265. package/tooltip/style/index.js +1 -1
  1266. package/tour/Tour.js +101 -101
  1267. package/tour/constants.js +1 -1
  1268. package/tour/context.js +2 -2
  1269. package/tour/index.js +1 -1
  1270. package/tour/style/index.js +1 -1
  1271. package/transfer/Item.js +1 -1
  1272. package/transfer/List.js +1 -1
  1273. package/transfer/Transfer.js +2 -2
  1274. package/transfer/constants.js +1 -1
  1275. package/transfer/context.js +2 -2
  1276. package/transfer/index.js +1 -1
  1277. package/transfer/style/index.js +1 -1
  1278. package/transition/constants.js +1 -1
  1279. package/transition/context.js +1 -1
  1280. package/transition/index.js +1 -1
  1281. package/transition/style/index.js +1 -1
  1282. package/tree/Animation.js +4 -4
  1283. package/tree/Node.js +90 -90
  1284. package/tree/NodeList.js +1 -1
  1285. package/tree/Tree.js +2 -2
  1286. package/tree/constants.js +1 -1
  1287. package/tree/context.js +2 -2
  1288. package/tree/index.js +1 -1
  1289. package/tree/style/index.js +1 -1
  1290. package/tree/utils.js +1 -1
  1291. package/tree-select/List.js +1 -1
  1292. package/tree-select/TreeSelect.js +3 -3
  1293. package/tree-select/constants.js +1 -1
  1294. package/tree-select/context.js +2 -2
  1295. package/tree-select/hooks/useKeyCache.js +23 -23
  1296. package/tree-select/hooks/useStateValue.js +1 -1
  1297. package/tree-select/hooks/useTreeData.js +1 -1
  1298. package/tree-select/index.js +1 -1
  1299. package/tree-select/style/index.js +1 -1
  1300. package/tree-select/utils.js +1 -1
  1301. package/trigger/Trigger.js +253 -267
  1302. package/trigger/constants.d.ts +12 -0
  1303. package/trigger/constants.js +5 -1
  1304. package/trigger/context.js +13 -10
  1305. package/trigger/getPopupStyle.d.ts +19 -2
  1306. package/trigger/getPopupStyle.js +65 -63
  1307. package/trigger/index.js +1 -1
  1308. package/trigger/interface.d.ts +2 -6
  1309. package/trigger/style/index.js +1 -1
  1310. package/trigger/utils.js +1 -1
  1311. package/typewriter/Typewriter.js +2 -2
  1312. package/typewriter/constants.js +1 -1
  1313. package/typewriter/context.js +2 -2
  1314. package/typewriter/index.d.ts +1 -1
  1315. package/typewriter/index.js +1 -1
  1316. package/typewriter/style/index.js +1 -1
  1317. package/typography/Base.js +52 -52
  1318. package/typography/EditContent.js +1 -1
  1319. package/typography/Ellipsis.js +17 -17
  1320. package/typography/Operations.js +1 -1
  1321. package/typography/Paragraph.js +2 -2
  1322. package/typography/Text.js +2 -2
  1323. package/typography/Title.js +2 -2
  1324. package/typography/Typography.js +2 -2
  1325. package/typography/constants.js +1 -1
  1326. package/typography/context.js +2 -2
  1327. package/typography/hooks/useCssEllipsis.js +1 -1
  1328. package/typography/hooks/useEllipsis.js +27 -27
  1329. package/typography/index.js +1 -1
  1330. package/typography/style/index.js +1 -1
  1331. package/upload/TriggerNode.js +1 -1
  1332. package/upload/Upload.js +2 -2
  1333. package/upload/Uploader.js +1 -1
  1334. package/upload/constants.js +1 -1
  1335. package/upload/context.js +2 -2
  1336. package/upload/index.d.ts +1 -4
  1337. package/upload/index.js +1 -1
  1338. package/upload/list/PictureItem.js +1 -1
  1339. package/upload/list/TextItem.js +1 -1
  1340. package/upload/list/UploadProgress.js +1 -1
  1341. package/upload/list/index.d.ts +1 -4
  1342. package/upload/list/index.js +30 -31
  1343. package/upload/list/utils.js +1 -1
  1344. package/upload/request.js +1 -1
  1345. package/upload/style/index.js +1 -1
  1346. package/upload/utils.js +1 -1
  1347. package/utils/callOrReturn.js +1 -1
  1348. package/utils/callbackOriginRef.js +1 -1
  1349. package/utils/caseName.js +1 -1
  1350. package/utils/className.js +1 -1
  1351. package/utils/constants.js +1 -1
  1352. package/utils/contextHolder.js +2 -2
  1353. package/utils/copy.js +1 -1
  1354. package/utils/createGlobalConfigFunction.js +1 -1
  1355. package/utils/css.js +1 -1
  1356. package/utils/date.js +1 -1
  1357. package/utils/dayjs.js +1 -1
  1358. package/utils/document.js +1 -1
  1359. package/utils/dom.d.ts +0 -1
  1360. package/utils/dom.js +8 -4
  1361. package/utils/emitter.js +1 -1
  1362. package/utils/file.js +1 -1
  1363. package/utils/fileRead.js +1 -1
  1364. package/utils/fileToDataURL.js +1 -1
  1365. package/utils/fillNBSP.js +1 -1
  1366. package/utils/findRootElement.js +1 -1
  1367. package/utils/findScrollParent.js +1 -1
  1368. package/utils/getHighlightText.js +1 -1
  1369. package/utils/getHotkeyHandler.js +1 -1
  1370. package/utils/getScrollBarHeight.js +1 -1
  1371. package/utils/getScrollBarSize.js +1 -1
  1372. package/utils/getScrollBarWidth.js +1 -1
  1373. package/utils/getStringLength.js +1 -1
  1374. package/utils/include.js +1 -1
  1375. package/utils/index.d.ts +1 -1
  1376. package/utils/index.js +215 -225
  1377. package/utils/intersectionObserver.js +1 -1
  1378. package/utils/is.js +1 -1
  1379. package/utils/keyboardCode.js +1 -1
  1380. package/utils/lodash.js +1 -1
  1381. package/utils/math.js +1 -1
  1382. package/utils/mergeProps.js +1 -1
  1383. package/utils/mergedToString.js +1 -1
  1384. package/utils/mutationObserver.js +1 -1
  1385. package/utils/names.d.ts +377 -2232
  1386. package/utils/names.js +258 -247
  1387. package/utils/object.js +1 -1
  1388. package/utils/omit.js +1 -1
  1389. package/utils/pad.js +1 -1
  1390. package/utils/pick.js +1 -1
  1391. package/utils/pinyin.js +1 -1
  1392. package/utils/react19Adapter.js +1 -1
  1393. package/utils/ref.js +1 -1
  1394. package/utils/resizeObserver.js +1 -1
  1395. package/utils/responsiveObserve.js +1 -1
  1396. package/utils/saveAs.js +1 -1
  1397. package/utils/screenfull.js +1 -1
  1398. package/utils/scrollIntoViewIfNeeded.js +1 -1
  1399. package/utils/setCreateRoot.js +1 -1
  1400. package/utils/setDarkTheme.js +1 -1
  1401. package/utils/setPrimaryColor.js +1 -1
  1402. package/utils/setTheme.js +1 -1
  1403. package/utils/string.js +1 -1
  1404. package/utils/style.js +1 -1
  1405. package/utils/tinycolor.js +1 -1
  1406. package/utils/toArray.js +1 -1
  1407. package/utils/tree.js +1 -1
  1408. package/utils/tunnel.js +1 -1
  1409. package/utils/tween.js +1 -1
  1410. package/utils/uuid.js +1 -1
  1411. package/utils/validate.js +1 -1
  1412. package/utils/warning.js +1 -1
  1413. package/verification-code/VerificationCode.js +40 -40
  1414. package/verification-code/constants.js +1 -1
  1415. package/verification-code/context.js +2 -2
  1416. package/verification-code/index.js +1 -1
  1417. package/verification-code/style/index.js +1 -1
  1418. package/version/index.js +5 -5
  1419. package/virtual-list/Filler.js +1 -1
  1420. package/virtual-list/VirtualList.js +2 -2
  1421. package/virtual-list/constants.js +1 -1
  1422. package/virtual-list/context.js +2 -2
  1423. package/virtual-list/hooks/useCacheChildrenNodes.js +1 -1
  1424. package/virtual-list/hooks/useComputeVirtualItemHeight.js +1 -1
  1425. package/virtual-list/index.js +1 -1
  1426. package/virtual-list/style/index.js +1 -1
  1427. package/virtual-list/utils/algorithm.js +1 -1
  1428. package/virtual-list/utils/item.js +1 -1
  1429. package/watermark/Watermark.js +29 -29
  1430. package/watermark/constants.js +1 -1
  1431. package/watermark/context.js +2 -2
  1432. package/watermark/index.js +1 -1
  1433. package/watermark/style/index.js +1 -1
  1434. package/hooks/useUnmountOnExit.d.ts +0 -6
  1435. package/utils/throttleByRequestAnimationFrame.d.ts +0 -1
  1436. package/utils/throttleByRequestAnimationFrame.js +0 -4
  1437. /package/draw/core/components/{DiagramToCodePlugin → diagram-to-code-plugin}/index.d.ts +0 -0
  1438. /package/draw/core/components/{OverwriteConfirm/OverwriteConfirmState.d.ts → overwrite-confirm/State.d.ts} +0 -0
  1439. /package/draw/core/components/{OverwriteConfirm → overwrite-confirm}/index.d.ts +0 -0
  1440. /package/draw/core/components/{Stats → stats}/Angle.d.ts +0 -0
  1441. /package/draw/core/components/{Stats → stats}/CanvasGrid.d.ts +0 -0
  1442. /package/draw/core/components/{Stats → stats}/Collapsible.d.ts +0 -0
  1443. /package/draw/core/components/{Stats → stats}/Dimension.d.ts +0 -0
  1444. /package/draw/core/components/{Stats → stats}/DragInput.d.ts +0 -0
  1445. /package/draw/core/components/{Stats → stats}/FontSize.d.ts +0 -0
  1446. /package/draw/core/components/{Stats → stats}/MultiAngle.d.ts +0 -0
  1447. /package/draw/core/components/{Stats → stats}/MultiDimension.d.ts +0 -0
  1448. /package/draw/core/components/{Stats → stats}/MultiFontSize.d.ts +0 -0
  1449. /package/draw/core/components/{Stats → stats}/MultiPosition.d.ts +0 -0
  1450. /package/draw/core/components/{Stats → stats}/Position.d.ts +0 -0
  1451. /package/draw/core/components/{Stats → stats}/index.d.ts +0 -0
  1452. /package/draw/core/components/{Stats → stats}/utils.d.ts +0 -0
  1453. /package/draw/libs/jotai-scope/{ScopeProvider → scope-provider}/index.d.ts +0 -0
  1454. /package/draw/libs/jotai-scope/{ScopeProvider → scope-provider}/scope.d.ts +0 -0
  1455. /package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/index.d.ts +0 -0
  1456. /package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/normalizers/googleDocs.d.ts +0 -0
  1457. /package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/normalizers/msWord.d.ts +0 -0
package/utils/names.d.ts CHANGED
@@ -1,2236 +1,381 @@
1
- export declare const AFFIX_COMPONENT_INFO: {
2
- zh: string;
3
- en: string;
4
- displayName: string;
5
- id: string;
6
- };
7
- export declare const ALERT_COMPONENT_INFO: {
8
- zh: string;
9
- en: string;
10
- displayName: string;
11
- id: string;
12
- };
13
- export declare const DETAILS_COMPONENT_INFO: {
14
- zh: string;
15
- en: string;
16
- displayName: string;
17
- id: string;
18
- };
19
- export declare const ANCHOR_COMPONENT_INFO: {
20
- zh: string;
21
- en: string;
22
- displayName: string;
23
- id: string;
24
- };
25
- export declare const ANCHOR_LINK_COMPONENT_INFO: {
26
- zh: string;
27
- en: string;
28
- displayName: string;
29
- id: string;
30
- };
31
- export declare const AUTO_COMPLETE_COMPONENT_INFO: {
32
- zh: string;
33
- en: string;
34
- displayName: string;
35
- id: string;
36
- };
37
- export declare const AUTO_COMPLETE_OPTION_GROUP_COMPONENT_INFO: {
38
- zh: string;
39
- en: string;
40
- displayName: string;
41
- id: string;
42
- };
43
- export declare const AUTO_COMPLETE_OPTION_COMPONENT_INFO: {
44
- zh: string;
45
- en: string;
46
- displayName: string;
47
- id: string;
48
- };
49
- export declare const AVATAR_COMPONENT_INFO: {
50
- zh: string;
51
- en: string;
52
- displayName: string;
53
- id: string;
54
- };
55
- export declare const AVATAR_GROUP_COMPONENT_INFO: {
56
- zh: string;
57
- en: string;
58
- displayName: string;
59
- id: string;
60
- };
61
- export declare const BACK_TOP_COMPONENT_INFO: {
62
- zh: string;
63
- en: string;
64
- displayName: string;
65
- id: string;
66
- };
67
- export declare const BADGE_COMPONENT_INFO: {
68
- zh: string;
69
- en: string;
70
- displayName: string;
71
- id: string;
72
- };
73
- export declare const BADGE_COUNT_COMPONENT_INFO: {
74
- zh: string;
75
- en: string;
76
- displayName: string;
77
- id: string;
78
- };
79
- export declare const BREADCRUMB_COMPONENT_INFO: {
80
- zh: string;
81
- en: string;
82
- displayName: string;
83
- id: string;
84
- };
85
- export declare const BREADCRUMB_ITEM_COMPONENT_INFO: {
86
- zh: string;
87
- en: string;
88
- displayName: string;
89
- id: string;
90
- };
91
- export declare const BUTTON_COMPONENT_INFO: {
92
- zh: string;
93
- en: string;
94
- displayName: string;
95
- id: string;
96
- };
97
- export declare const BUTTON_TOGGLE_COMPONENT_INFO: {
98
- zh: string;
99
- en: string;
100
- displayName: string;
101
- id: string;
102
- };
103
- export declare const BUTTON_GROUP_COMPONENT_INFO: {
104
- zh: string;
105
- en: string;
106
- displayName: string;
107
- id: string;
108
- };
109
- export declare const CALENDAR_COMPONENT_INFO: {
110
- zh: string;
111
- en: string;
112
- displayName: string;
113
- id: string;
114
- };
115
- export declare const CALENDAR_MONTH_COMPONENT_INFO: {
116
- zh: string;
117
- en: string;
118
- displayName: string;
119
- id: string;
120
- };
121
- export declare const CALENDAR_YEAR_COMPONENT_INFO: {
122
- zh: string;
123
- en: string;
124
- displayName: string;
125
- id: string;
126
- };
127
- export declare const CARD_COMPONENT_INFO: {
128
- zh: string;
129
- en: string;
130
- displayName: string;
131
- id: string;
132
- };
133
- export declare const CARD_GRID_COMPONENT_INFO: {
134
- zh: string;
135
- en: string;
136
- displayName: string;
137
- id: string;
138
- };
139
- export declare const CARD_META_COMPONENT_INFO: {
140
- zh: string;
141
- en: string;
142
- displayName: string;
143
- id: string;
144
- };
145
- export declare const CAROUSEL_COMPONENT_INFO: {
146
- zh: string;
147
- en: string;
148
- displayName: string;
149
- id: string;
150
- };
151
- export declare const CASCADER_COMPONENT_INFO: {
152
- zh: string;
153
- en: string;
154
- displayName: string;
155
- id: string;
156
- };
157
- export declare const CHECKBOX_COMPONENT_INFO: {
158
- zh: string;
159
- en: string;
160
- displayName: string;
161
- id: string;
162
- };
163
- export declare const CHECKBOX_GROUP_COMPONENT_INFO: {
164
- zh: string;
165
- en: string;
166
- displayName: string;
167
- id: string;
168
- };
169
- export declare const CHECKBOX_GROUP_BLOCK_COMPONENT_INFO: {
170
- zh: string;
171
- en: string;
172
- displayName: string;
173
- id: string;
174
- };
175
- export declare const COLLAPSE_COMPONENT_INFO: {
176
- zh: string;
177
- en: string;
178
- displayName: string;
179
- id: string;
180
- };
181
- export declare const COLLAPSE_ITEM_COMPONENT_INFO: {
182
- zh: string;
183
- en: string;
184
- displayName: string;
185
- id: string;
186
- };
187
- export declare const COLOR_PICKER_COMPONENT_INFO: {
188
- zh: string;
189
- en: string;
190
- displayName: string;
191
- id: string;
192
- };
193
- export declare const COLOR_PICKER_PANEL_COMPONENT_INFO: {
194
- zh: string;
195
- en: string;
196
- displayName: string;
197
- id: string;
198
- };
199
- export declare const COMMENT_COMPONENT_INFO: {
200
- zh: string;
201
- en: string;
202
- displayName: string;
203
- id: string;
204
- };
205
- export declare const CONFIG_CONTEXT_COMPONENT_INFO: {
206
- zh: string;
207
- en: string;
208
- displayName: string;
209
- id: string;
210
- };
211
- export declare const CONFIG_PROVIDER_COMPONENT_INFO: {
212
- zh: string;
213
- en: string;
214
- displayName: string;
215
- id: string;
216
- };
217
- export declare const COPY_COMPONENT_INFO: {
218
- zh: string;
219
- en: string;
220
- displayName: string;
221
- id: string;
222
- };
223
- export declare const DATE_PICKER_COMPONENT_INFO: {
224
- zh: string;
225
- en: string;
226
- displayName: string;
227
- id: string;
228
- };
229
- export declare const DATE_PICKER_RANGE_COMPONENT_INFO: {
230
- zh: string;
231
- en: string;
232
- displayName: string;
233
- id: string;
234
- };
235
- export declare const DATE_PICKER_WEEK_COMPONENT_INFO: {
236
- zh: string;
237
- en: string;
238
- displayName: string;
239
- id: string;
240
- };
241
- export declare const DATE_PICKER_MONTH_COMPONENT_INFO: {
242
- zh: string;
243
- en: string;
244
- displayName: string;
245
- id: string;
246
- };
247
- export declare const DATE_PICKER_QUARTER_COMPONENT_INFO: {
248
- zh: string;
249
- en: string;
250
- displayName: string;
251
- id: string;
252
- };
253
- export declare const DATE_PICKER_YEAR_COMPONENT_INFO: {
254
- zh: string;
255
- en: string;
256
- displayName: string;
257
- id: string;
258
- };
259
- export declare const DESCRIPTIONS_COMPONENT_INFO: {
260
- zh: string;
261
- en: string;
262
- displayName: string;
263
- id: string;
264
- };
265
- export declare const DIVIDER_COMPONENT_INFO: {
266
- zh: string;
267
- en: string;
268
- displayName: string;
269
- id: string;
270
- };
271
- export declare const DIVIDER_VERTICAL_COMPONENT_INFO: {
272
- zh: string;
273
- en: string;
274
- displayName: string;
275
- id: string;
276
- };
277
- export declare const DRAWER_COMPONENT_INFO: {
278
- zh: string;
279
- en: string;
280
- displayName: string;
281
- id: string;
282
- };
283
- export declare const DROPDOWN_COMPONENT_INFO: {
284
- zh: string;
285
- en: string;
286
- displayName: string;
287
- id: string;
288
- };
289
- export declare const DROPDOWN_BUTTON_COMPONENT_INFO: {
290
- zh: string;
291
- en: string;
292
- displayName: string;
293
- id: string;
294
- };
295
- export declare const EMPTY_COMPONENT_INFO: {
296
- id: string;
297
- zh: string;
298
- en: string;
299
- displayName: string;
300
- };
301
- export declare const FORM_COMPONENT_INFO: {
302
- zh: string;
303
- en: string;
304
- displayName: string;
305
- id: string;
306
- };
307
- export declare const FORM_CONTROL_COMPONENT_INFO: {
308
- zh: string;
309
- en: string;
310
- displayName: string;
311
- id: string;
312
- };
313
- export declare const FORM_ITEM_COMPONENT_INFO: {
314
- zh: string;
315
- en: string;
316
- displayName: string;
317
- id: string;
318
- };
319
- export declare const FORM_ITEM_TIP_COMPONENT_INFO: {
320
- zh: string;
321
- en: string;
322
- displayName: string;
323
- id: string;
324
- };
325
- export declare const FORM_LIST_COMPONENT_INFO: {
326
- zh: string;
327
- en: string;
328
- displayName: string;
329
- id: string;
330
- };
331
- export declare const FORM_PROVIDER_COMPONENT_INFO: {
332
- zh: string;
333
- en: string;
334
- displayName: string;
335
- id: string;
336
- };
337
- export declare const GRID_COMPONENT_INFO: {
338
- zh: string;
339
- en: string;
340
- displayName: string;
341
- id: string;
342
- };
343
- export declare const GRID_ROW_COMPONENT_INFO: {
344
- zh: string;
345
- en: string;
346
- displayName: string;
347
- id: string;
348
- };
349
- export declare const GRID_COL_COMPONENT_INFO: {
350
- zh: string;
351
- en: string;
352
- displayName: string;
353
- id: string;
354
- };
355
- export declare const ROW_COMPONENT_INFO: {
356
- zh: string;
357
- en: string;
358
- displayName: string;
359
- id: string;
360
- };
361
- export declare const COL_COMPONENT_INFO: {
362
- zh: string;
363
- en: string;
364
- displayName: string;
365
- id: string;
366
- };
367
- export declare const GRID_ITEM_COMPONENT_INFO: {
368
- zh: string;
369
- en: string;
370
- displayName: string;
371
- id: string;
372
- };
373
- export declare const ICON_COMPONENT_INFO: {
374
- zh: string;
375
- en: string;
376
- displayName: string;
377
- id: string;
378
- };
379
- export declare const ICON_HOVER_COMPONENT_INFO: {
380
- zh: string;
381
- en: string;
382
- displayName: string;
383
- id: string;
384
- };
385
- export declare const ICON_CONTEXT_COMPONENT_INFO: {
386
- zh: string;
387
- en: string;
388
- displayName: string;
389
- id: string;
390
- };
391
- export declare const IMAGE_COMPONENT_INFO: {
392
- zh: string;
393
- en: string;
394
- displayName: string;
395
- id: string;
396
- };
397
- export declare const IMAGE_PREVIEW_COMPONENT_INFO: {
398
- zh: string;
399
- en: string;
400
- displayName: string;
401
- id: string;
402
- };
403
- export declare const IMAGE_PREVIEW_GROUP_COMPONENT_INFO: {
404
- zh: string;
405
- en: string;
406
- displayName: string;
407
- id: string;
408
- };
409
- export declare const INPUT_COMPONENT_INFO: {
410
- zh: string;
411
- en: string;
412
- displayName: string;
413
- id: string;
414
- };
415
- export declare const INPUT_NUMBER_COMPONENT_INFO: {
416
- zh: string;
417
- en: string;
418
- displayName: string;
419
- id: string;
420
- };
421
- export declare const INPUT_TAG_COMPONENT_INFO: {
422
- zh: string;
423
- en: string;
424
- displayName: string;
425
- id: string;
426
- };
427
- export declare const INPUT_BUTTON_COMPONENT_INFO: {
428
- zh: string;
429
- en: string;
430
- displayName: string;
431
- id: string;
432
- };
433
- export declare const INPUT_GROUP_COMPONENT_INFO: {
434
- zh: string;
435
- en: string;
436
- displayName: string;
437
- id: string;
438
- };
439
- export declare const INPUT_PASSWORD_COMPONENT_INFO: {
440
- zh: string;
441
- en: string;
442
- displayName: string;
443
- id: string;
444
- };
445
- export declare const INPUT_SEARCH_COMPONENT_INFO: {
446
- zh: string;
447
- en: string;
448
- displayName: string;
449
- id: string;
450
- };
451
- export declare const INPUT_TEXTAREA_COMPONENT_INFO: {
452
- zh: string;
453
- en: string;
454
- displayName: string;
455
- id: string;
456
- };
457
- export declare const LAYOUT_COMPONENT_INFO: {
458
- zh: string;
459
- en: string;
460
- displayName: string;
461
- id: string;
462
- };
463
- export declare const LAYOUT_CONTENT_COMPONENT_INFO: {
464
- zh: string;
465
- en: string;
466
- displayName: string;
467
- id: string;
468
- };
469
- export declare const LAYOUT_FOOTER_COMPONENT_INFO: {
470
- zh: string;
471
- en: string;
472
- displayName: string;
473
- id: string;
474
- };
475
- export declare const LAYOUT_HEADER_COMPONENT_INFO: {
476
- zh: string;
477
- en: string;
478
- displayName: string;
479
- id: string;
480
- };
481
- export declare const LAYOUT_SIDER_COMPONENT_INFO: {
482
- zh: string;
483
- en: string;
484
- displayName: string;
485
- id: string;
486
- };
487
- export declare const LINK_COMPONENT_INFO: {
488
- zh: string;
489
- en: string;
490
- displayName: string;
491
- id: string;
492
- };
493
- export declare const LIST_COMPONENT_INFO: {
494
- zh: string;
495
- en: string;
496
- displayName: string;
497
- id: string;
498
- };
499
- export declare const LIST_ITEM_COMPONENT_INFO: {
500
- zh: string;
501
- en: string;
502
- displayName: string;
503
- id: string;
504
- };
505
- export declare const LIST_ITEM_META_COMPONENT_INFO: {
506
- zh: string;
507
- en: string;
508
- displayName: string;
509
- id: string;
510
- };
511
- export declare const VIRTUAL_LIST_COMPONENT_INFO: {
512
- zh: string;
513
- en: string;
514
- displayName: string;
515
- id: string;
516
- };
517
- export declare const LOADING_COMPONENT_INFO: {
518
- zh: string;
519
- en: string;
520
- displayName: string;
521
- id: string;
522
- };
523
- export declare const MENTIONS_COMPONENT_INFO: {
524
- zh: string;
525
- en: string;
526
- displayName: string;
527
- id: string;
528
- };
529
- export declare const MENU_COMPONENT_INFO: {
530
- zh: string;
531
- en: string;
532
- displayName: string;
533
- id: string;
534
- };
535
- export declare const MENU_ITEM_COMPONENT_INFO: {
536
- zh: string;
537
- en: string;
538
- displayName: string;
539
- id: string;
540
- };
541
- export declare const MENU_ITEM_GROUP_COMPONENT_INFO: {
542
- zh: string;
543
- en: string;
544
- displayName: string;
545
- id: string;
546
- };
547
- export declare const MENU_SUB_MENU_COMPONENT_INFO: {
548
- zh: string;
549
- en: string;
550
- displayName: string;
551
- id: string;
552
- };
553
- export declare const NOTICE_COMPONENT_INFO: {
554
- zh: string;
555
- en: string;
556
- displayName: string;
557
- id: string;
558
- };
559
- export declare const MESSAGE_COMPONENT_INFO: {
560
- zh: string;
561
- en: string;
562
- displayName: string;
563
- id: string;
564
- };
565
- export declare const MODAL_COMPONENT_INFO: {
566
- zh: string;
567
- en: string;
568
- displayName: string;
569
- id: string;
570
- };
571
- export declare const NOTIFICATION_COMPONENT_INFO: {
572
- zh: string;
573
- en: string;
574
- displayName: string;
575
- id: string;
576
- };
577
- export declare const PAGE_HEADER_COMPONENT_INFO: {
578
- zh: string;
579
- en: string;
580
- displayName: string;
581
- id: string;
582
- };
583
- export declare const PAGINATION_COMPONENT_INFO: {
584
- zh: string;
585
- en: string;
586
- displayName: string;
587
- id: string;
588
- };
589
- export declare const POPCONFIRM_COMPONENT_INFO: {
590
- zh: string;
591
- en: string;
592
- displayName: string;
593
- id: string;
594
- };
595
- export declare const POPOVER_COMPONENT_INFO: {
596
- zh: string;
597
- en: string;
598
- displayName: string;
599
- id: string;
600
- };
601
- export declare const PORTAL_COMPONENT_INFO: {
602
- zh: string;
603
- en: string;
604
- displayName: string;
605
- id: string;
606
- };
607
- export declare const PROGRESS_COMPONENT_INFO: {
608
- id: string;
609
- zh: string;
610
- en: string;
611
- displayName: string;
612
- };
613
- export declare const RADIO_COMPONENT_INFO: {
614
- zh: string;
615
- en: string;
616
- displayName: string;
617
- id: string;
618
- };
619
- export declare const RADIO_GROUP_COMPONENT_INFO: {
620
- zh: string;
621
- en: string;
622
- displayName: string;
623
- id: string;
624
- };
625
- export declare const RADIO_GROUP_BLOCK_COMPONENT_INFO: {
626
- zh: string;
627
- en: string;
628
- displayName: string;
629
- id: string;
630
- };
631
- export declare const RADIO_GROUP_CONTEXT_COMPONENT_INFO: {
632
- zh: string;
633
- en: string;
634
- displayName: string;
635
- id: string;
636
- };
637
- export declare const RATE_COMPONENT_INFO: {
638
- zh: string;
639
- en: string;
640
- displayName: string;
641
- id: string;
642
- };
643
- export declare const RESIZE_BOX_COMPONENT_INFO: {
644
- zh: string;
645
- en: string;
646
- displayName: string;
647
- id: string;
648
- };
649
- export declare const RESIZE_BOX_SPLIT_COMPONENT_INFO: {
650
- zh: string;
651
- en: string;
652
- displayName: string;
653
- id: string;
654
- };
655
- export declare const RESIZE_BOX_SPLIT_GROUP_COMPONENT_INFO: {
656
- zh: string;
657
- en: string;
658
- displayName: string;
659
- id: string;
660
- };
661
- export declare const RESULT_COMPONENT_INFO: {
662
- zh: string;
663
- en: string;
664
- displayName: string;
665
- id: string;
666
- };
667
- export declare const SELECT_COMPONENT_INFO: {
668
- zh: string;
669
- en: string;
670
- displayName: string;
671
- id: string;
672
- };
673
- export declare const SELECT_VIEW_COMPONENT_INFO: {
674
- zh: string;
675
- en: string;
676
- displayName: string;
677
- id: string;
678
- };
679
- export declare const SELECT_OPTION_COMPONENT_INFO: {
680
- zh: string;
681
- en: string;
682
- displayName: string;
683
- id: string;
684
- };
685
- export declare const SELECT_OPTION_GROUP_COMPONENT_INFO: {
686
- zh: string;
687
- en: string;
688
- displayName: string;
689
- id: string;
690
- };
691
- export declare const SKELETON_COMPONENT_INFO: {
692
- zh: string;
693
- en: string;
694
- displayName: string;
695
- id: string;
696
- };
697
- export declare const SLIDER_COMPONENT_INFO: {
698
- zh: string;
699
- en: string;
700
- displayName: string;
701
- id: string;
702
- };
703
- export declare const SPACE_COMPONENT_INFO: {
704
- id: string;
705
- zh: string;
706
- en: string;
707
- displayName: string;
708
- };
709
- export declare const SPACE_VERTICAL_COMPONENT_INFO: {
710
- id: string;
711
- zh: string;
712
- en: string;
713
- displayName: string;
714
- };
715
- export declare const SPEECH_SYNTHESIS_COMPONENT_INFO: {
716
- id: string;
717
- zh: string;
718
- en: string;
719
- displayName: string;
720
- };
721
- export declare const SPIN_COMPONENT_INFO: {
722
- zh: string;
723
- en: string;
724
- displayName: string;
725
- id: string;
726
- };
727
- export declare const STATISTIC_COMPONENT_INFO: {
728
- zh: string;
729
- en: string;
730
- displayName: string;
731
- id: string;
732
- };
733
- export declare const STATISTIC_COUNTDOWN_COMPONENT_INFO: {
734
- zh: string;
735
- en: string;
736
- displayName: string;
737
- id: string;
738
- };
739
- export declare const COUNTDOWN_COMPONENT_INFO: {
740
- zh: string;
741
- en: string;
742
- displayName: string;
743
- id: string;
744
- };
745
- export declare const STEPS_COMPONENT_INFO: {
746
- zh: string;
747
- en: string;
748
- displayName: string;
749
- id: string;
750
- };
751
- export declare const STEPS_STEP_COMPONENT_INFO: {
752
- zh: string;
753
- en: string;
754
- displayName: string;
755
- id: string;
756
- };
757
- export declare const STEPS_ITEM_COMPONENT_INFO: {
758
- zh: string;
759
- en: string;
760
- displayName: string;
761
- id: string;
762
- };
763
- export declare const SWITCH_COMPONENT_INFO: {
764
- zh: string;
765
- en: string;
766
- displayName: string;
767
- id: string;
768
- };
769
- export declare const TABLE_COMPONENT_INFO: {
770
- zh: string;
771
- en: string;
772
- displayName: string;
773
- id: string;
774
- };
775
- export declare const TABLE_SUMMARY_COMPONENT_INFO: {
776
- zh: string;
777
- en: string;
778
- displayName: string;
779
- id: string;
780
- };
781
- export declare const TABLE_SUMMARY_CELL_COMPONENT_INFO: {
782
- zh: string;
783
- en: string;
784
- displayName: string;
785
- id: string;
786
- };
787
- export declare const TABLE_SUMMARY_ROW_COMPONENT_INFO: {
788
- zh: string;
789
- en: string;
790
- displayName: string;
791
- id: string;
792
- };
793
- export declare const TABS_COMPONENT_INFO: {
794
- zh: string;
795
- en: string;
796
- displayName: string;
797
- id: string;
798
- };
799
- export declare const TAB_PANE_COMPONENT_INFO: {
800
- zh: string;
801
- en: string;
802
- displayName: string;
803
- id: string;
804
- };
805
- export declare const TAG_COMPONENT_INFO: {
806
- zh: string;
807
- en: string;
808
- displayName: string;
809
- id: string;
810
- };
811
- export declare const TIME_PICKER_COMPONENT_INFO: {
812
- zh: string;
813
- en: string;
814
- displayName: string;
815
- id: string;
816
- };
817
- export declare const TIME_PICKER_RANGE_COMPONENT_INFO: {
818
- zh: string;
819
- en: string;
820
- displayName: string;
821
- id: string;
822
- };
823
- export declare const TIMELINE_COMPONENT_INFO: {
824
- zh: string;
825
- en: string;
826
- displayName: string;
827
- id: string;
828
- };
829
- export declare const TIMELINE_ITEM_COMPONENT_INFO: {
830
- zh: string;
831
- en: string;
832
- displayName: string;
833
- id: string;
834
- };
835
- export declare const TOOLTIP_COMPONENT_INFO: {
836
- zh: string;
837
- en: string;
838
- displayName: string;
839
- id: string;
840
- };
841
- export declare const TRANSFER_COMPONENT_INFO: {
842
- zh: string;
843
- en: string;
844
- displayName: string;
845
- id: string;
846
- };
847
- export declare const TREE_COMPONENT_INFO: {
848
- zh: string;
849
- en: string;
850
- displayName: string;
851
- id: string;
852
- };
853
- export declare const TREE_NODE_COMPONENT_INFO: {
854
- zh: string;
855
- en: string;
856
- displayName: string;
857
- id: string;
858
- };
859
- export declare const TREE_SELECT_COMPONENT_INFO: {
860
- zh: string;
861
- en: string;
862
- displayName: string;
863
- id: string;
864
- };
865
- export declare const TREE_SELECT_NODE_COMPONENT_INFO: {
866
- zh: string;
867
- en: string;
868
- displayName: string;
869
- id: string;
870
- };
871
- export declare const TRIGGER_COMPONENT_INFO: {
872
- zh: string;
873
- en: string;
874
- displayName: string;
875
- id: string;
876
- };
877
- export declare const TYPOGRAPHY_COMPONENT_INFO: {
878
- zh: string;
879
- en: string;
880
- displayName: string;
881
- id: string;
882
- };
883
- export declare const TYPOGRAPHY_ELLIPSIS_COMPONENT_INFO: {
884
- zh: string;
885
- en: string;
886
- displayName: string;
887
- id: string;
888
- };
889
- export declare const TYPOGRAPHY_PARAGRAPH_COMPONENT_INFO: {
890
- zh: string;
891
- en: string;
892
- displayName: string;
893
- id: string;
894
- };
895
- export declare const TYPOGRAPHY_TEXT_COMPONENT_INFO: {
896
- zh: string;
897
- en: string;
898
- displayName: string;
899
- id: string;
900
- };
901
- export declare const TYPOGRAPHY_TITLE_COMPONENT_INFO: {
902
- zh: string;
903
- en: string;
904
- displayName: string;
905
- id: string;
906
- };
907
- export declare const UPLOAD_COMPONENT_INFO: {
908
- zh: string;
909
- en: string;
910
- displayName: string;
911
- id: string;
912
- };
913
- export declare const UPLOAD_LIST_COMPONENT_INFO: {
914
- zh: string;
915
- en: string;
916
- displayName: string;
917
- id: string;
918
- };
919
- export declare const VERIFICATION_CODE_COMPONENT_INFO: {
920
- zh: string;
921
- en: string;
922
- displayName: string;
923
- id: string;
924
- };
925
- export declare const WATERMARK_COMPONENT_INFO: {
926
- zh: string;
927
- en: string;
928
- displayName: string;
929
- id: string;
930
- };
931
- export declare const DEVELOPMENT_COMPONENT_INFO: {
932
- id: string;
933
- zh: string;
934
- en: string;
935
- displayName: string;
936
- };
937
- export declare const TOUR_COMPONENT_INFO: {
938
- zh: string;
939
- en: string;
940
- displayName: string;
941
- id: string;
942
- };
943
- export declare const QR_CODE_COMPONENT_INFO: {
944
- zh: string;
945
- en: string;
946
- displayName: string;
947
- id: string;
948
- };
949
- export declare const LIQUID_FILL_COMPONENT_INFO: {
950
- zh: string;
951
- en: string;
952
- displayName: string;
953
- id: string;
954
- };
955
- export declare const MARQUEE_COMPONENT_INFO: {
956
- zh: string;
957
- en: string;
958
- displayName: string;
959
- id: string;
960
- };
961
- export declare const SEGMENTED_COMPONENT_INFO: {
962
- zh: string;
963
- en: string;
964
- displayName: string;
965
- id: string;
966
- };
967
- export declare const SPLITTER_COMPONENT_INFO: {
968
- zh: string;
969
- en: string;
970
- displayName: string;
971
- id: string;
972
- };
973
- export declare const SPLITTER_PANEL_COMPONENT_INFO: {
974
- zh: string;
975
- en: string;
976
- displayName: string;
977
- id: string;
978
- };
979
- export declare const FLEX_COMPONENT_INFO: {
980
- id: string;
981
- zh: string;
982
- en: string;
983
- displayName: string;
984
- };
985
- export declare const FLEX_VERTICAL_COMPONENT_INFO: {
986
- id: string;
987
- zh: string;
988
- en: string;
989
- displayName: string;
990
- };
991
- export declare const APP_COMPONENT_INFO: {
992
- zh: string;
993
- en: string;
994
- displayName: string;
995
- id: string;
996
- };
997
- export declare const ICON_FILE_COMPONENT_INFO: {
998
- id: string;
999
- zh: string;
1000
- en: string;
1001
- displayName: string;
1002
- };
1003
- export declare const RICH_TEXT_COMPONENT_INFO: {
1004
- zh: string;
1005
- en: string;
1006
- displayName: string;
1007
- id: string;
1008
- };
1009
- export declare const MASONRY_COMPONENT_INFO: {
1010
- zh: string;
1011
- en: string;
1012
- displayName: string;
1013
- id: string;
1014
- };
1015
- export declare const MASONRY_ITEM_COMPONENT_INFO: {
1016
- zh: string;
1017
- en: string;
1018
- displayName: string;
1019
- id: string;
1020
- };
1021
- export declare const OVERFLOW_ELLIPSIS_COMPONENT_INFO: {
1022
- zh: string;
1023
- en: string;
1024
- displayName: string;
1025
- id: string;
1026
- };
1027
- export declare const OVERFLOW_ELLIPSIS_ITEM_COMPONENT_INFO: {
1028
- zh: string;
1029
- en: string;
1030
- displayName: string;
1031
- id: string;
1032
- };
1033
- export declare const OVERFLOW_ITEM_COMPONENT_INFO: {
1034
- zh: string;
1035
- en: string;
1036
- displayName: string;
1037
- id: string;
1038
- };
1039
- export declare const SUSPENSE_FALLBACK_TEST_COMPONENT_INFO: {
1040
- id: string;
1041
- zh: string;
1042
- en: string;
1043
- displayName: string;
1044
- };
1045
- export declare const TIMER_COMPONENT_INFO: {
1046
- id: string;
1047
- zh: string;
1048
- en: string;
1049
- displayName: string;
1050
- };
1051
- export declare const TRANSITION_COMPONENT_INFO: {
1052
- id: string;
1053
- zh: string;
1054
- en: string;
1055
- displayName: string;
1056
- };
1057
- export declare const TRANSITION_CSS_COMPONENT_INFO: {
1058
- id: string;
1059
- zh: string;
1060
- en: string;
1061
- displayName: string;
1062
- };
1063
- export declare const TRANSITION_STYLE_COMPONENT_INFO: {
1064
- id: string;
1065
- zh: string;
1066
- en: string;
1067
- displayName: string;
1068
- };
1069
- export declare const TRANSITION_GROUP_COMPONENT_INFO: {
1070
- id: string;
1071
- zh: string;
1072
- en: string;
1073
- displayName: string;
1074
- };
1075
- export declare const DRAW_COMPONENT_INFO: {
1076
- zh: string;
1077
- en: string;
1078
- displayName: string;
1079
- id: string;
1080
- };
1081
- export declare const BORDER_BEAM_COMPONENT_INFO: {
1082
- id: string;
1083
- zh: string;
1084
- en: string;
1085
- displayName: string;
1086
- };
1087
- export declare const DRAGGABLE_COMPONENT_INFO: {
1088
- zh: string;
1089
- en: string;
1090
- displayName: string;
1091
- id: string;
1092
- };
1093
- export declare const GLOBAL_PROVIDER_COMPONENT_INFO: {
1094
- zh: string;
1095
- en: string;
1096
- displayName: string;
1097
- id: string;
1098
- };
1099
- export declare const MASK_COMPONENT_INFO: {
1100
- zh: string;
1101
- en: string;
1102
- displayName: string;
1103
- id: string;
1104
- };
1105
- export declare const TYPEWRITER_COMPONENT_INFO: {
1106
- id: string;
1107
- zh: string;
1108
- en: string;
1109
- displayName: string;
1110
- };
1111
- export declare const ANIMATION_COMPONENT_INFO: {
1112
- id: string;
1113
- zh: string;
1114
- en: string;
1115
- displayName: string;
1116
- };
1
+ import type { COMPONENT_INFO_TYPE } from '@unicom-cloud/ui-common/utils/names';
2
+ export declare const AFFIX_COMPONENT_INFO: COMPONENT_INFO_TYPE;
3
+ export declare const ALERT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
4
+ export declare const DETAILS_COMPONENT_INFO: COMPONENT_INFO_TYPE;
5
+ export declare const ANCHOR_COMPONENT_INFO: COMPONENT_INFO_TYPE;
6
+ export declare const ANCHOR_LINK_COMPONENT_INFO: COMPONENT_INFO_TYPE;
7
+ export declare const AUTO_COMPLETE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
8
+ export declare const AUTO_COMPLETE_OPTION_GROUP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
9
+ export declare const AUTO_COMPLETE_OPTION_COMPONENT_INFO: COMPONENT_INFO_TYPE;
10
+ export declare const AVATAR_COMPONENT_INFO: COMPONENT_INFO_TYPE;
11
+ export declare const AVATAR_GROUP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
12
+ export declare const BACK_TOP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
13
+ export declare const BADGE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
14
+ export declare const BADGE_COUNT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
15
+ export declare const BREADCRUMB_COMPONENT_INFO: COMPONENT_INFO_TYPE;
16
+ export declare const BREADCRUMB_ITEM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
17
+ export declare const BUTTON_COMPONENT_INFO: COMPONENT_INFO_TYPE;
18
+ export declare const BUTTON_TOGGLE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
19
+ export declare const BUTTON_GROUP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
20
+ export declare const CALENDAR_COMPONENT_INFO: COMPONENT_INFO_TYPE;
21
+ export declare const CALENDAR_MONTH_COMPONENT_INFO: COMPONENT_INFO_TYPE;
22
+ export declare const CALENDAR_YEAR_COMPONENT_INFO: COMPONENT_INFO_TYPE;
23
+ export declare const CARD_COMPONENT_INFO: COMPONENT_INFO_TYPE;
24
+ export declare const CARD_GRID_COMPONENT_INFO: COMPONENT_INFO_TYPE;
25
+ export declare const CARD_META_COMPONENT_INFO: COMPONENT_INFO_TYPE;
26
+ export declare const CAROUSEL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
27
+ export declare const CASCADER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
28
+ export declare const CHECKBOX_COMPONENT_INFO: COMPONENT_INFO_TYPE;
29
+ export declare const CHECKBOX_GROUP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
30
+ export declare const CHECKBOX_GROUP_BLOCK_COMPONENT_INFO: COMPONENT_INFO_TYPE;
31
+ export declare const COLLAPSE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
32
+ export declare const COLLAPSE_ITEM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
33
+ export declare const COLOR_PICKER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
34
+ export declare const COLOR_PICKER_PANEL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
35
+ export declare const COMMENT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
36
+ export declare const CONFIG_CONTEXT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
37
+ export declare const CONFIG_PROVIDER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
38
+ export declare const COPY_COMPONENT_INFO: COMPONENT_INFO_TYPE;
39
+ export declare const DATE_PICKER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
40
+ export declare const DATE_PICKER_RANGE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
41
+ export declare const DATE_PICKER_WEEK_COMPONENT_INFO: COMPONENT_INFO_TYPE;
42
+ export declare const DATE_PICKER_MONTH_COMPONENT_INFO: COMPONENT_INFO_TYPE;
43
+ export declare const DATE_PICKER_QUARTER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
44
+ export declare const DATE_PICKER_YEAR_COMPONENT_INFO: COMPONENT_INFO_TYPE;
45
+ export declare const DESCRIPTIONS_COMPONENT_INFO: COMPONENT_INFO_TYPE;
46
+ export declare const DIVIDER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
47
+ export declare const DIVIDER_VERTICAL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
48
+ export declare const DRAWER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
49
+ export declare const DROPDOWN_COMPONENT_INFO: COMPONENT_INFO_TYPE;
50
+ export declare const DROPDOWN_BUTTON_COMPONENT_INFO: COMPONENT_INFO_TYPE;
51
+ export declare const EMPTY_COMPONENT_INFO: COMPONENT_INFO_TYPE;
52
+ export declare const FORM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
53
+ export declare const FORM_CONTROL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
54
+ export declare const FORM_ITEM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
55
+ export declare const FORM_ITEM_TIP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
56
+ export declare const FORM_LIST_COMPONENT_INFO: COMPONENT_INFO_TYPE;
57
+ export declare const FORM_PROVIDER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
58
+ export declare const GRID_COMPONENT_INFO: COMPONENT_INFO_TYPE;
59
+ export declare const GRID_ROW_COMPONENT_INFO: COMPONENT_INFO_TYPE;
60
+ export declare const GRID_COL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
61
+ export declare const ROW_COMPONENT_INFO: COMPONENT_INFO_TYPE;
62
+ export declare const COL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
63
+ export declare const GRID_ITEM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
64
+ export declare const ICON_COMPONENT_INFO: COMPONENT_INFO_TYPE;
65
+ export declare const ICONFONT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
66
+ export declare const ICON_HOVER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
67
+ export declare const ICON_CONTEXT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
68
+ export declare const IMAGE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
69
+ export declare const IMAGE_PREVIEW_COMPONENT_INFO: COMPONENT_INFO_TYPE;
70
+ export declare const IMAGE_PREVIEW_GROUP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
71
+ export declare const INPUT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
72
+ export declare const INPUT_NUMBER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
73
+ export declare const INPUT_TAG_COMPONENT_INFO: COMPONENT_INFO_TYPE;
74
+ export declare const INPUT_BUTTON_COMPONENT_INFO: COMPONENT_INFO_TYPE;
75
+ export declare const INPUT_GROUP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
76
+ export declare const INPUT_PASSWORD_COMPONENT_INFO: COMPONENT_INFO_TYPE;
77
+ export declare const INPUT_SEARCH_COMPONENT_INFO: COMPONENT_INFO_TYPE;
78
+ export declare const INPUT_TEXTAREA_COMPONENT_INFO: COMPONENT_INFO_TYPE;
79
+ export declare const LAYOUT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
80
+ export declare const LAYOUT_CONTENT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
81
+ export declare const LAYOUT_FOOTER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
82
+ export declare const LAYOUT_HEADER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
83
+ export declare const LAYOUT_SIDER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
84
+ export declare const LINK_COMPONENT_INFO: COMPONENT_INFO_TYPE;
85
+ export declare const LIST_COMPONENT_INFO: COMPONENT_INFO_TYPE;
86
+ export declare const LIST_ITEM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
87
+ export declare const LIST_ITEM_META_COMPONENT_INFO: COMPONENT_INFO_TYPE;
88
+ export declare const VIRTUAL_LIST_COMPONENT_INFO: COMPONENT_INFO_TYPE;
89
+ export declare const LOADING_COMPONENT_INFO: COMPONENT_INFO_TYPE;
90
+ export declare const MENTIONS_COMPONENT_INFO: COMPONENT_INFO_TYPE;
91
+ export declare const MENU_COMPONENT_INFO: COMPONENT_INFO_TYPE;
92
+ export declare const MENU_ITEM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
93
+ export declare const MENU_ITEM_GROUP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
94
+ export declare const MENU_SUB_MENU_COMPONENT_INFO: COMPONENT_INFO_TYPE;
95
+ export declare const NOTICE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
96
+ export declare const MESSAGE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
97
+ export declare const MODAL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
98
+ export declare const MODAL_CONFIRM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
99
+ export declare const NOTIFICATION_COMPONENT_INFO: COMPONENT_INFO_TYPE;
100
+ export declare const PAGE_HEADER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
101
+ export declare const PAGINATION_COMPONENT_INFO: COMPONENT_INFO_TYPE;
102
+ export declare const POPCONFIRM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
103
+ export declare const POPOVER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
104
+ export declare const PORTAL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
105
+ export declare const PROGRESS_COMPONENT_INFO: COMPONENT_INFO_TYPE;
106
+ export declare const RADIO_COMPONENT_INFO: COMPONENT_INFO_TYPE;
107
+ export declare const RADIO_GROUP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
108
+ export declare const RADIO_GROUP_BLOCK_COMPONENT_INFO: COMPONENT_INFO_TYPE;
109
+ export declare const RADIO_GROUP_CONTEXT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
110
+ export declare const RATE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
111
+ export declare const RESIZE_BOX_COMPONENT_INFO: COMPONENT_INFO_TYPE;
112
+ export declare const RESIZE_BOX_SPLIT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
113
+ export declare const RESIZE_BOX_SPLIT_GROUP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
114
+ export declare const RESULT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
115
+ export declare const SELECT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
116
+ export declare const SELECT_VIEW_COMPONENT_INFO: COMPONENT_INFO_TYPE;
117
+ export declare const SELECT_OPTION_COMPONENT_INFO: COMPONENT_INFO_TYPE;
118
+ export declare const SELECT_OPTION_GROUP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
119
+ export declare const SKELETON_COMPONENT_INFO: COMPONENT_INFO_TYPE;
120
+ export declare const SLIDER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
121
+ export declare const SPACE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
122
+ export declare const SPACE_VERTICAL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
123
+ export declare const SPEECH_SYNTHESIS_COMPONENT_INFO: COMPONENT_INFO_TYPE;
124
+ export declare const SPIN_COMPONENT_INFO: COMPONENT_INFO_TYPE;
125
+ export declare const STATISTIC_COMPONENT_INFO: COMPONENT_INFO_TYPE;
126
+ export declare const STATISTIC_COUNTDOWN_COMPONENT_INFO: COMPONENT_INFO_TYPE;
127
+ export declare const COUNTDOWN_COMPONENT_INFO: COMPONENT_INFO_TYPE;
128
+ export declare const STEPS_COMPONENT_INFO: COMPONENT_INFO_TYPE;
129
+ export declare const STEPS_STEP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
130
+ export declare const STEPS_ITEM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
131
+ export declare const SWITCH_COMPONENT_INFO: COMPONENT_INFO_TYPE;
132
+ export declare const TABLE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
133
+ export declare const TABLE_SUMMARY_COMPONENT_INFO: COMPONENT_INFO_TYPE;
134
+ export declare const TABLE_SUMMARY_CELL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
135
+ export declare const TABLE_SUMMARY_ROW_COMPONENT_INFO: COMPONENT_INFO_TYPE;
136
+ export declare const TABS_COMPONENT_INFO: COMPONENT_INFO_TYPE;
137
+ export declare const TAB_PANE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
138
+ export declare const TAG_COMPONENT_INFO: COMPONENT_INFO_TYPE;
139
+ export declare const TIME_PICKER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
140
+ export declare const TIME_PICKER_RANGE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
141
+ export declare const TIMELINE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
142
+ export declare const TIMELINE_ITEM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
143
+ export declare const TOOLTIP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
144
+ export declare const TRANSFER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
145
+ export declare const TREE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
146
+ export declare const TREE_NODE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
147
+ export declare const TREE_SELECT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
148
+ export declare const TREE_SELECT_NODE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
149
+ export declare const TRIGGER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
150
+ export declare const TYPOGRAPHY_COMPONENT_INFO: COMPONENT_INFO_TYPE;
151
+ export declare const TYPOGRAPHY_ELLIPSIS_COMPONENT_INFO: COMPONENT_INFO_TYPE;
152
+ export declare const TYPOGRAPHY_PARAGRAPH_COMPONENT_INFO: COMPONENT_INFO_TYPE;
153
+ export declare const TYPOGRAPHY_TEXT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
154
+ export declare const TYPOGRAPHY_TITLE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
155
+ export declare const UPLOAD_COMPONENT_INFO: COMPONENT_INFO_TYPE;
156
+ export declare const UPLOAD_LIST_COMPONENT_INFO: COMPONENT_INFO_TYPE;
157
+ export declare const VERIFICATION_CODE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
158
+ export declare const WATERMARK_COMPONENT_INFO: COMPONENT_INFO_TYPE;
159
+ export declare const DEVELOPMENT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
160
+ export declare const TOUR_COMPONENT_INFO: COMPONENT_INFO_TYPE;
161
+ export declare const QR_CODE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
162
+ export declare const LIQUID_FILL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
163
+ export declare const MARQUEE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
164
+ export declare const SEGMENTED_COMPONENT_INFO: COMPONENT_INFO_TYPE;
165
+ export declare const SPLITTER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
166
+ export declare const SPLITTER_PANEL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
167
+ export declare const FLEX_COMPONENT_INFO: COMPONENT_INFO_TYPE;
168
+ export declare const FLEX_VERTICAL_COMPONENT_INFO: COMPONENT_INFO_TYPE;
169
+ export declare const APP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
170
+ export declare const ICON_FILE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
171
+ export declare const RICH_TEXT_COMPONENT_INFO: COMPONENT_INFO_TYPE;
172
+ export declare const MASONRY_COMPONENT_INFO: COMPONENT_INFO_TYPE;
173
+ export declare const MASONRY_ITEM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
174
+ export declare const OVERFLOW_ELLIPSIS_COMPONENT_INFO: COMPONENT_INFO_TYPE;
175
+ export declare const OVERFLOW_ELLIPSIS_ITEM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
176
+ export declare const OVERFLOW_ITEM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
177
+ export declare const SUSPENSE_FALLBACK_TEST_COMPONENT_INFO: COMPONENT_INFO_TYPE;
178
+ export declare const TIMER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
179
+ export declare const TRANSITION_COMPONENT_INFO: COMPONENT_INFO_TYPE;
180
+ export declare const TRANSITION_CSS_COMPONENT_INFO: COMPONENT_INFO_TYPE;
181
+ export declare const TRANSITION_STYLE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
182
+ export declare const TRANSITION_GROUP_COMPONENT_INFO: COMPONENT_INFO_TYPE;
183
+ export declare const DRAW_COMPONENT_INFO: COMPONENT_INFO_TYPE;
184
+ export declare const BORDER_BEAM_COMPONENT_INFO: COMPONENT_INFO_TYPE;
185
+ export declare const DRAGGABLE_COMPONENT_INFO: COMPONENT_INFO_TYPE;
186
+ export declare const GLOBAL_PROVIDER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
187
+ export declare const MASK_COMPONENT_INFO: COMPONENT_INFO_TYPE;
188
+ export declare const TYPEWRITER_COMPONENT_INFO: COMPONENT_INFO_TYPE;
189
+ export declare const ANIMATION_COMPONENT_INFO: COMPONENT_INFO_TYPE;
1117
190
  declare const COMPONENT_NAMES: {
1118
- Affix: {
1119
- zh: string;
1120
- en: string;
1121
- displayName: string;
1122
- id: string;
1123
- };
1124
- Alert: {
1125
- zh: string;
1126
- en: string;
1127
- displayName: string;
1128
- id: string;
1129
- };
1130
- Details: {
1131
- zh: string;
1132
- en: string;
1133
- displayName: string;
1134
- id: string;
1135
- };
1136
- Anchor: {
1137
- zh: string;
1138
- en: string;
1139
- displayName: string;
1140
- id: string;
1141
- };
1142
- AnchorLink: {
1143
- zh: string;
1144
- en: string;
1145
- displayName: string;
1146
- id: string;
1147
- };
1148
- AutoComplete: {
1149
- zh: string;
1150
- en: string;
1151
- displayName: string;
1152
- id: string;
1153
- };
1154
- AutoCompleteOptionGroup: {
1155
- zh: string;
1156
- en: string;
1157
- displayName: string;
1158
- id: string;
1159
- };
1160
- AutoCompleteOption: {
1161
- zh: string;
1162
- en: string;
1163
- displayName: string;
1164
- id: string;
1165
- };
1166
- Avatar: {
1167
- zh: string;
1168
- en: string;
1169
- displayName: string;
1170
- id: string;
1171
- };
1172
- AvatarGroup: {
1173
- zh: string;
1174
- en: string;
1175
- displayName: string;
1176
- id: string;
1177
- };
1178
- BackTop: {
1179
- zh: string;
1180
- en: string;
1181
- displayName: string;
1182
- id: string;
1183
- };
1184
- Badge: {
1185
- zh: string;
1186
- en: string;
1187
- displayName: string;
1188
- id: string;
1189
- };
1190
- BadgeCount: {
1191
- zh: string;
1192
- en: string;
1193
- displayName: string;
1194
- id: string;
1195
- };
1196
- Breadcrumb: {
1197
- zh: string;
1198
- en: string;
1199
- displayName: string;
1200
- id: string;
1201
- };
1202
- BreadcrumbItem: {
1203
- zh: string;
1204
- en: string;
1205
- displayName: string;
1206
- id: string;
1207
- };
1208
- Button: {
1209
- zh: string;
1210
- en: string;
1211
- displayName: string;
1212
- id: string;
1213
- };
1214
- ButtonGroup: {
1215
- zh: string;
1216
- en: string;
1217
- displayName: string;
1218
- id: string;
1219
- };
1220
- Calendar: {
1221
- zh: string;
1222
- en: string;
1223
- displayName: string;
1224
- id: string;
1225
- };
1226
- CalendarMonth: {
1227
- zh: string;
1228
- en: string;
1229
- displayName: string;
1230
- id: string;
1231
- };
1232
- CalendarYear: {
1233
- zh: string;
1234
- en: string;
1235
- displayName: string;
1236
- id: string;
1237
- };
1238
- Card: {
1239
- zh: string;
1240
- en: string;
1241
- displayName: string;
1242
- id: string;
1243
- };
1244
- CardGrid: {
1245
- zh: string;
1246
- en: string;
1247
- displayName: string;
1248
- id: string;
1249
- };
1250
- CardMeta: {
1251
- zh: string;
1252
- en: string;
1253
- displayName: string;
1254
- id: string;
1255
- };
1256
- Carousel: {
1257
- zh: string;
1258
- en: string;
1259
- displayName: string;
1260
- id: string;
1261
- };
1262
- Cascader: {
1263
- zh: string;
1264
- en: string;
1265
- displayName: string;
1266
- id: string;
1267
- };
1268
- Checkbox: {
1269
- zh: string;
1270
- en: string;
1271
- displayName: string;
1272
- id: string;
1273
- };
1274
- CheckboxGroup: {
1275
- zh: string;
1276
- en: string;
1277
- displayName: string;
1278
- id: string;
1279
- };
1280
- CheckboxGroupBlock: {
1281
- zh: string;
1282
- en: string;
1283
- displayName: string;
1284
- id: string;
1285
- };
1286
- Collapse: {
1287
- zh: string;
1288
- en: string;
1289
- displayName: string;
1290
- id: string;
1291
- };
1292
- CollapseItem: {
1293
- zh: string;
1294
- en: string;
1295
- displayName: string;
1296
- id: string;
1297
- };
1298
- ColorPicker: {
1299
- zh: string;
1300
- en: string;
1301
- displayName: string;
1302
- id: string;
1303
- };
1304
- ColorPickerPanel: {
1305
- zh: string;
1306
- en: string;
1307
- displayName: string;
1308
- id: string;
1309
- };
1310
- Comment: {
1311
- zh: string;
1312
- en: string;
1313
- displayName: string;
1314
- id: string;
1315
- };
1316
- ConfigContext: {
1317
- zh: string;
1318
- en: string;
1319
- displayName: string;
1320
- id: string;
1321
- };
1322
- ConfigProvider: {
1323
- zh: string;
1324
- en: string;
1325
- displayName: string;
1326
- id: string;
1327
- };
1328
- Copy: {
1329
- zh: string;
1330
- en: string;
1331
- displayName: string;
1332
- id: string;
1333
- };
1334
- DatePicker: {
1335
- zh: string;
1336
- en: string;
1337
- displayName: string;
1338
- id: string;
1339
- };
1340
- DatePickerRange: {
1341
- zh: string;
1342
- en: string;
1343
- displayName: string;
1344
- id: string;
1345
- };
1346
- DatePickerWeek: {
1347
- zh: string;
1348
- en: string;
1349
- displayName: string;
1350
- id: string;
1351
- };
1352
- DatePickerMonth: {
1353
- zh: string;
1354
- en: string;
1355
- displayName: string;
1356
- id: string;
1357
- };
1358
- DatePickerQuarter: {
1359
- zh: string;
1360
- en: string;
1361
- displayName: string;
1362
- id: string;
1363
- };
1364
- DatePickerYear: {
1365
- zh: string;
1366
- en: string;
1367
- displayName: string;
1368
- id: string;
1369
- };
1370
- Descriptions: {
1371
- zh: string;
1372
- en: string;
1373
- displayName: string;
1374
- id: string;
1375
- };
1376
- Divider: {
1377
- zh: string;
1378
- en: string;
1379
- displayName: string;
1380
- id: string;
1381
- };
1382
- DividerVertical: {
1383
- zh: string;
1384
- en: string;
1385
- displayName: string;
1386
- id: string;
1387
- };
1388
- Drawer: {
1389
- zh: string;
1390
- en: string;
1391
- displayName: string;
1392
- id: string;
1393
- };
1394
- Dropdown: {
1395
- zh: string;
1396
- en: string;
1397
- displayName: string;
1398
- id: string;
1399
- };
1400
- DropdownButton: {
1401
- zh: string;
1402
- en: string;
1403
- displayName: string;
1404
- id: string;
1405
- };
1406
- Empty: {
1407
- id: string;
1408
- zh: string;
1409
- en: string;
1410
- displayName: string;
1411
- };
1412
- Form: {
1413
- zh: string;
1414
- en: string;
1415
- displayName: string;
1416
- id: string;
1417
- };
1418
- FormControl: {
1419
- zh: string;
1420
- en: string;
1421
- displayName: string;
1422
- id: string;
1423
- };
1424
- FormItem: {
1425
- zh: string;
1426
- en: string;
1427
- displayName: string;
1428
- id: string;
1429
- };
1430
- FormItemTip: {
1431
- zh: string;
1432
- en: string;
1433
- displayName: string;
1434
- id: string;
1435
- };
1436
- FormList: {
1437
- zh: string;
1438
- en: string;
1439
- displayName: string;
1440
- id: string;
1441
- };
1442
- FormProvider: {
1443
- zh: string;
1444
- en: string;
1445
- displayName: string;
1446
- id: string;
1447
- };
1448
- Grid: {
1449
- zh: string;
1450
- en: string;
1451
- displayName: string;
1452
- id: string;
1453
- };
1454
- GridRow: {
1455
- zh: string;
1456
- en: string;
1457
- displayName: string;
1458
- id: string;
1459
- };
1460
- GridCol: {
1461
- zh: string;
1462
- en: string;
1463
- displayName: string;
1464
- id: string;
1465
- };
1466
- Row: {
1467
- zh: string;
1468
- en: string;
1469
- displayName: string;
1470
- id: string;
1471
- };
1472
- Col: {
1473
- zh: string;
1474
- en: string;
1475
- displayName: string;
1476
- id: string;
1477
- };
1478
- GridItem: {
1479
- zh: string;
1480
- en: string;
1481
- displayName: string;
1482
- id: string;
1483
- };
1484
- Icon: {
1485
- zh: string;
1486
- en: string;
1487
- displayName: string;
1488
- id: string;
1489
- };
1490
- IconHover: {
1491
- zh: string;
1492
- en: string;
1493
- displayName: string;
1494
- id: string;
1495
- };
1496
- IconContext: {
1497
- zh: string;
1498
- en: string;
1499
- displayName: string;
1500
- id: string;
1501
- };
1502
- Image: {
1503
- zh: string;
1504
- en: string;
1505
- displayName: string;
1506
- id: string;
1507
- };
1508
- ImagePreview: {
1509
- zh: string;
1510
- en: string;
1511
- displayName: string;
1512
- id: string;
1513
- };
1514
- ImagePreviewGroup: {
1515
- zh: string;
1516
- en: string;
1517
- displayName: string;
1518
- id: string;
1519
- };
1520
- Input: {
1521
- zh: string;
1522
- en: string;
1523
- displayName: string;
1524
- id: string;
1525
- };
1526
- InputNumber: {
1527
- zh: string;
1528
- en: string;
1529
- displayName: string;
1530
- id: string;
1531
- };
1532
- InputTag: {
1533
- zh: string;
1534
- en: string;
1535
- displayName: string;
1536
- id: string;
1537
- };
1538
- InputButton: {
1539
- zh: string;
1540
- en: string;
1541
- displayName: string;
1542
- id: string;
1543
- };
1544
- InputGroup: {
1545
- zh: string;
1546
- en: string;
1547
- displayName: string;
1548
- id: string;
1549
- };
1550
- InputPassword: {
1551
- zh: string;
1552
- en: string;
1553
- displayName: string;
1554
- id: string;
1555
- };
1556
- InputSearch: {
1557
- zh: string;
1558
- en: string;
1559
- displayName: string;
1560
- id: string;
1561
- };
1562
- InputTextarea: {
1563
- zh: string;
1564
- en: string;
1565
- displayName: string;
1566
- id: string;
1567
- };
1568
- Layout: {
1569
- zh: string;
1570
- en: string;
1571
- displayName: string;
1572
- id: string;
1573
- };
1574
- LayoutContent: {
1575
- zh: string;
1576
- en: string;
1577
- displayName: string;
1578
- id: string;
1579
- };
1580
- LayoutFooter: {
1581
- zh: string;
1582
- en: string;
1583
- displayName: string;
1584
- id: string;
1585
- };
1586
- LayoutHeader: {
1587
- zh: string;
1588
- en: string;
1589
- displayName: string;
1590
- id: string;
1591
- };
1592
- LayoutSider: {
1593
- zh: string;
1594
- en: string;
1595
- displayName: string;
1596
- id: string;
1597
- };
1598
- Link: {
1599
- zh: string;
1600
- en: string;
1601
- displayName: string;
1602
- id: string;
1603
- };
1604
- List: {
1605
- zh: string;
1606
- en: string;
1607
- displayName: string;
1608
- id: string;
1609
- };
1610
- ListItem: {
1611
- zh: string;
1612
- en: string;
1613
- displayName: string;
1614
- id: string;
1615
- };
1616
- ListItemMeta: {
1617
- zh: string;
1618
- en: string;
1619
- displayName: string;
1620
- id: string;
1621
- };
1622
- VirtualList: {
1623
- zh: string;
1624
- en: string;
1625
- displayName: string;
1626
- id: string;
1627
- };
1628
- Loading: {
1629
- zh: string;
1630
- en: string;
1631
- displayName: string;
1632
- id: string;
1633
- };
1634
- Mentions: {
1635
- zh: string;
1636
- en: string;
1637
- displayName: string;
1638
- id: string;
1639
- };
1640
- Menu: {
1641
- zh: string;
1642
- en: string;
1643
- displayName: string;
1644
- id: string;
1645
- };
1646
- MenuItem: {
1647
- zh: string;
1648
- en: string;
1649
- displayName: string;
1650
- id: string;
1651
- };
1652
- MenuItemGroup: {
1653
- zh: string;
1654
- en: string;
1655
- displayName: string;
1656
- id: string;
1657
- };
1658
- MenuSubMenu: {
1659
- zh: string;
1660
- en: string;
1661
- displayName: string;
1662
- id: string;
1663
- };
1664
- Message: {
1665
- zh: string;
1666
- en: string;
1667
- displayName: string;
1668
- id: string;
1669
- };
1670
- Notice: {
1671
- zh: string;
1672
- en: string;
1673
- displayName: string;
1674
- id: string;
1675
- };
1676
- Modal: {
1677
- zh: string;
1678
- en: string;
1679
- displayName: string;
1680
- id: string;
1681
- };
1682
- Notification: {
1683
- zh: string;
1684
- en: string;
1685
- displayName: string;
1686
- id: string;
1687
- };
1688
- PageHeader: {
1689
- zh: string;
1690
- en: string;
1691
- displayName: string;
1692
- id: string;
1693
- };
1694
- Pagination: {
1695
- zh: string;
1696
- en: string;
1697
- displayName: string;
1698
- id: string;
1699
- };
1700
- Popconfirm: {
1701
- zh: string;
1702
- en: string;
1703
- displayName: string;
1704
- id: string;
1705
- };
1706
- Popover: {
1707
- zh: string;
1708
- en: string;
1709
- displayName: string;
1710
- id: string;
1711
- };
1712
- Portal: {
1713
- zh: string;
1714
- en: string;
1715
- displayName: string;
1716
- id: string;
1717
- };
1718
- Progress: {
1719
- id: string;
1720
- zh: string;
1721
- en: string;
1722
- displayName: string;
1723
- };
1724
- Radio: {
1725
- zh: string;
1726
- en: string;
1727
- displayName: string;
1728
- id: string;
1729
- };
1730
- RadioGroup: {
1731
- zh: string;
1732
- en: string;
1733
- displayName: string;
1734
- id: string;
1735
- };
1736
- RadioGroupBlock: {
1737
- zh: string;
1738
- en: string;
1739
- displayName: string;
1740
- id: string;
1741
- };
1742
- RadioGroupContext: {
1743
- zh: string;
1744
- en: string;
1745
- displayName: string;
1746
- id: string;
1747
- };
1748
- Rate: {
1749
- zh: string;
1750
- en: string;
1751
- displayName: string;
1752
- id: string;
1753
- };
1754
- ResizeBox: {
1755
- zh: string;
1756
- en: string;
1757
- displayName: string;
1758
- id: string;
1759
- };
1760
- ResizeBoxSplit: {
1761
- zh: string;
1762
- en: string;
1763
- displayName: string;
1764
- id: string;
1765
- };
1766
- ResizeBoxSplitGroup: {
1767
- zh: string;
1768
- en: string;
1769
- displayName: string;
1770
- id: string;
1771
- };
1772
- Result: {
1773
- zh: string;
1774
- en: string;
1775
- displayName: string;
1776
- id: string;
1777
- };
1778
- SelectView: {
1779
- zh: string;
1780
- en: string;
1781
- displayName: string;
1782
- id: string;
1783
- };
1784
- Select: {
1785
- zh: string;
1786
- en: string;
1787
- displayName: string;
1788
- id: string;
1789
- };
1790
- SelectOption: {
1791
- zh: string;
1792
- en: string;
1793
- displayName: string;
1794
- id: string;
1795
- };
1796
- SelectOptionGroup: {
1797
- zh: string;
1798
- en: string;
1799
- displayName: string;
1800
- id: string;
1801
- };
1802
- Skeleton: {
1803
- zh: string;
1804
- en: string;
1805
- displayName: string;
1806
- id: string;
1807
- };
1808
- Slider: {
1809
- zh: string;
1810
- en: string;
1811
- displayName: string;
1812
- id: string;
1813
- };
1814
- Space: {
1815
- id: string;
1816
- zh: string;
1817
- en: string;
1818
- displayName: string;
1819
- };
1820
- SpaceVertical: {
1821
- id: string;
1822
- zh: string;
1823
- en: string;
1824
- displayName: string;
1825
- };
1826
- SpeechSynthesis: {
1827
- id: string;
1828
- zh: string;
1829
- en: string;
1830
- displayName: string;
1831
- };
1832
- Spin: {
1833
- zh: string;
1834
- en: string;
1835
- displayName: string;
1836
- id: string;
1837
- };
1838
- Statistic: {
1839
- zh: string;
1840
- en: string;
1841
- displayName: string;
1842
- id: string;
1843
- };
1844
- StatisticCountdown: {
1845
- zh: string;
1846
- en: string;
1847
- displayName: string;
1848
- id: string;
1849
- };
1850
- Countdown: {
1851
- zh: string;
1852
- en: string;
1853
- displayName: string;
1854
- id: string;
1855
- };
1856
- Steps: {
1857
- zh: string;
1858
- en: string;
1859
- displayName: string;
1860
- id: string;
1861
- };
1862
- StepsStep: {
1863
- zh: string;
1864
- en: string;
1865
- displayName: string;
1866
- id: string;
1867
- };
1868
- StepsItem: {
1869
- zh: string;
1870
- en: string;
1871
- displayName: string;
1872
- id: string;
1873
- };
1874
- Switch: {
1875
- zh: string;
1876
- en: string;
1877
- displayName: string;
1878
- id: string;
1879
- };
1880
- Table: {
1881
- zh: string;
1882
- en: string;
1883
- displayName: string;
1884
- id: string;
1885
- };
1886
- TableSummary: {
1887
- zh: string;
1888
- en: string;
1889
- displayName: string;
1890
- id: string;
1891
- };
1892
- TableSummaryCell: {
1893
- zh: string;
1894
- en: string;
1895
- displayName: string;
1896
- id: string;
1897
- };
1898
- TableSummaryRow: {
1899
- zh: string;
1900
- en: string;
1901
- displayName: string;
1902
- id: string;
1903
- };
1904
- Tabs: {
1905
- zh: string;
1906
- en: string;
1907
- displayName: string;
1908
- id: string;
1909
- };
1910
- TabPane: {
1911
- zh: string;
1912
- en: string;
1913
- displayName: string;
1914
- id: string;
1915
- };
1916
- Tag: {
1917
- zh: string;
1918
- en: string;
1919
- displayName: string;
1920
- id: string;
1921
- };
1922
- TimePicker: {
1923
- zh: string;
1924
- en: string;
1925
- displayName: string;
1926
- id: string;
1927
- };
1928
- TimePickerRange: {
1929
- zh: string;
1930
- en: string;
1931
- displayName: string;
1932
- id: string;
1933
- };
1934
- Timeline: {
1935
- zh: string;
1936
- en: string;
1937
- displayName: string;
1938
- id: string;
1939
- };
1940
- TimelineItem: {
1941
- zh: string;
1942
- en: string;
1943
- displayName: string;
1944
- id: string;
1945
- };
1946
- Tooltip: {
1947
- zh: string;
1948
- en: string;
1949
- displayName: string;
1950
- id: string;
1951
- };
1952
- Transfer: {
1953
- zh: string;
1954
- en: string;
1955
- displayName: string;
1956
- id: string;
1957
- };
1958
- Tree: {
1959
- zh: string;
1960
- en: string;
1961
- displayName: string;
1962
- id: string;
1963
- };
1964
- TreeNode: {
1965
- zh: string;
1966
- en: string;
1967
- displayName: string;
1968
- id: string;
1969
- };
1970
- TreeSelect: {
1971
- zh: string;
1972
- en: string;
1973
- displayName: string;
1974
- id: string;
1975
- };
1976
- TreeSelectNode: {
1977
- zh: string;
1978
- en: string;
1979
- displayName: string;
1980
- id: string;
1981
- };
1982
- Trigger: {
1983
- zh: string;
1984
- en: string;
1985
- displayName: string;
1986
- id: string;
1987
- };
1988
- Typography: {
1989
- zh: string;
1990
- en: string;
1991
- displayName: string;
1992
- id: string;
1993
- };
1994
- TypographyEllipsis: {
1995
- zh: string;
1996
- en: string;
1997
- displayName: string;
1998
- id: string;
1999
- };
2000
- TypographyParagraph: {
2001
- zh: string;
2002
- en: string;
2003
- displayName: string;
2004
- id: string;
2005
- };
2006
- TypographyText: {
2007
- zh: string;
2008
- en: string;
2009
- displayName: string;
2010
- id: string;
2011
- };
2012
- TypographyTitle: {
2013
- zh: string;
2014
- en: string;
2015
- displayName: string;
2016
- id: string;
2017
- };
2018
- Upload: {
2019
- zh: string;
2020
- en: string;
2021
- displayName: string;
2022
- id: string;
2023
- };
2024
- UploadList: {
2025
- zh: string;
2026
- en: string;
2027
- displayName: string;
2028
- id: string;
2029
- };
2030
- VerificationCode: {
2031
- zh: string;
2032
- en: string;
2033
- displayName: string;
2034
- id: string;
2035
- };
2036
- Watermark: {
2037
- zh: string;
2038
- en: string;
2039
- displayName: string;
2040
- id: string;
2041
- };
2042
- Development: {
2043
- id: string;
2044
- zh: string;
2045
- en: string;
2046
- displayName: string;
2047
- };
2048
- Tour: {
2049
- zh: string;
2050
- en: string;
2051
- displayName: string;
2052
- id: string;
2053
- };
2054
- QR_Code: {
2055
- zh: string;
2056
- en: string;
2057
- displayName: string;
2058
- id: string;
2059
- };
2060
- LiquidFill: {
2061
- zh: string;
2062
- en: string;
2063
- displayName: string;
2064
- id: string;
2065
- };
2066
- Marquee: {
2067
- zh: string;
2068
- en: string;
2069
- displayName: string;
2070
- id: string;
2071
- };
2072
- Segmented: {
2073
- zh: string;
2074
- en: string;
2075
- displayName: string;
2076
- id: string;
2077
- };
2078
- Splitter: {
2079
- zh: string;
2080
- en: string;
2081
- displayName: string;
2082
- id: string;
2083
- };
2084
- SplitterPanel: {
2085
- zh: string;
2086
- en: string;
2087
- displayName: string;
2088
- id: string;
2089
- };
2090
- Transition: {
2091
- id: string;
2092
- zh: string;
2093
- en: string;
2094
- displayName: string;
2095
- };
2096
- TransitionCSS: {
2097
- id: string;
2098
- zh: string;
2099
- en: string;
2100
- displayName: string;
2101
- };
2102
- TransitionStyle: {
2103
- id: string;
2104
- zh: string;
2105
- en: string;
2106
- displayName: string;
2107
- };
2108
- TransitionGroup: {
2109
- id: string;
2110
- zh: string;
2111
- en: string;
2112
- displayName: string;
2113
- };
2114
- Flex: {
2115
- id: string;
2116
- zh: string;
2117
- en: string;
2118
- displayName: string;
2119
- };
2120
- FlexVertical: {
2121
- id: string;
2122
- zh: string;
2123
- en: string;
2124
- displayName: string;
2125
- };
2126
- App: {
2127
- zh: string;
2128
- en: string;
2129
- displayName: string;
2130
- id: string;
2131
- };
2132
- IconFile: {
2133
- id: string;
2134
- zh: string;
2135
- en: string;
2136
- displayName: string;
2137
- };
2138
- RichText: {
2139
- zh: string;
2140
- en: string;
2141
- displayName: string;
2142
- id: string;
2143
- };
2144
- Masonry: {
2145
- zh: string;
2146
- en: string;
2147
- displayName: string;
2148
- id: string;
2149
- };
2150
- MasonryItem: {
2151
- zh: string;
2152
- en: string;
2153
- displayName: string;
2154
- id: string;
2155
- };
2156
- OverflowEllipsis: {
2157
- zh: string;
2158
- en: string;
2159
- displayName: string;
2160
- id: string;
2161
- };
2162
- OverflowEllipsisItem: {
2163
- zh: string;
2164
- en: string;
2165
- displayName: string;
2166
- id: string;
2167
- };
2168
- OverflowItem: {
2169
- zh: string;
2170
- en: string;
2171
- displayName: string;
2172
- id: string;
2173
- };
2174
- SuspenseFallbackTest: {
2175
- id: string;
2176
- zh: string;
2177
- en: string;
2178
- displayName: string;
2179
- };
2180
- Timer: {
2181
- id: string;
2182
- zh: string;
2183
- en: string;
2184
- displayName: string;
2185
- };
2186
- Draw: {
2187
- zh: string;
2188
- en: string;
2189
- displayName: string;
2190
- id: string;
2191
- };
2192
- BorderBeam: {
2193
- id: string;
2194
- zh: string;
2195
- en: string;
2196
- displayName: string;
2197
- };
2198
- ButtonToggle: {
2199
- zh: string;
2200
- en: string;
2201
- displayName: string;
2202
- id: string;
2203
- };
2204
- Draggable: {
2205
- zh: string;
2206
- en: string;
2207
- displayName: string;
2208
- id: string;
2209
- };
2210
- GlobalProvider: {
2211
- zh: string;
2212
- en: string;
2213
- displayName: string;
2214
- id: string;
2215
- };
2216
- Mask: {
2217
- zh: string;
2218
- en: string;
2219
- displayName: string;
2220
- id: string;
2221
- };
2222
- Typewriter: {
2223
- id: string;
2224
- zh: string;
2225
- en: string;
2226
- displayName: string;
2227
- };
2228
- Animation: {
2229
- id: string;
2230
- zh: string;
2231
- en: string;
2232
- displayName: string;
2233
- };
191
+ Affix: COMPONENT_INFO_TYPE;
192
+ Alert: COMPONENT_INFO_TYPE;
193
+ Details: COMPONENT_INFO_TYPE;
194
+ Anchor: COMPONENT_INFO_TYPE;
195
+ AnchorLink: COMPONENT_INFO_TYPE;
196
+ AutoComplete: COMPONENT_INFO_TYPE;
197
+ AutoCompleteOptionGroup: COMPONENT_INFO_TYPE;
198
+ AutoCompleteOption: COMPONENT_INFO_TYPE;
199
+ Avatar: COMPONENT_INFO_TYPE;
200
+ AvatarGroup: COMPONENT_INFO_TYPE;
201
+ BackTop: COMPONENT_INFO_TYPE;
202
+ Badge: COMPONENT_INFO_TYPE;
203
+ BadgeCount: COMPONENT_INFO_TYPE;
204
+ Breadcrumb: COMPONENT_INFO_TYPE;
205
+ BreadcrumbItem: COMPONENT_INFO_TYPE;
206
+ Button: COMPONENT_INFO_TYPE;
207
+ ButtonGroup: COMPONENT_INFO_TYPE;
208
+ Calendar: COMPONENT_INFO_TYPE;
209
+ CalendarMonth: COMPONENT_INFO_TYPE;
210
+ CalendarYear: COMPONENT_INFO_TYPE;
211
+ Card: COMPONENT_INFO_TYPE;
212
+ CardGrid: COMPONENT_INFO_TYPE;
213
+ CardMeta: COMPONENT_INFO_TYPE;
214
+ Carousel: COMPONENT_INFO_TYPE;
215
+ Cascader: COMPONENT_INFO_TYPE;
216
+ Checkbox: COMPONENT_INFO_TYPE;
217
+ CheckboxGroup: COMPONENT_INFO_TYPE;
218
+ CheckboxGroupBlock: COMPONENT_INFO_TYPE;
219
+ Collapse: COMPONENT_INFO_TYPE;
220
+ CollapseItem: COMPONENT_INFO_TYPE;
221
+ ColorPicker: COMPONENT_INFO_TYPE;
222
+ ColorPickerPanel: COMPONENT_INFO_TYPE;
223
+ Comment: COMPONENT_INFO_TYPE;
224
+ ConfigContext: COMPONENT_INFO_TYPE;
225
+ ConfigProvider: COMPONENT_INFO_TYPE;
226
+ Copy: COMPONENT_INFO_TYPE;
227
+ DatePicker: COMPONENT_INFO_TYPE;
228
+ DatePickerRange: COMPONENT_INFO_TYPE;
229
+ DatePickerWeek: COMPONENT_INFO_TYPE;
230
+ DatePickerMonth: COMPONENT_INFO_TYPE;
231
+ DatePickerQuarter: COMPONENT_INFO_TYPE;
232
+ DatePickerYear: COMPONENT_INFO_TYPE;
233
+ Descriptions: COMPONENT_INFO_TYPE;
234
+ Divider: COMPONENT_INFO_TYPE;
235
+ DividerVertical: COMPONENT_INFO_TYPE;
236
+ Drawer: COMPONENT_INFO_TYPE;
237
+ Dropdown: COMPONENT_INFO_TYPE;
238
+ DropdownButton: COMPONENT_INFO_TYPE;
239
+ Empty: COMPONENT_INFO_TYPE;
240
+ Form: COMPONENT_INFO_TYPE;
241
+ FormControl: COMPONENT_INFO_TYPE;
242
+ FormItem: COMPONENT_INFO_TYPE;
243
+ FormItemTip: COMPONENT_INFO_TYPE;
244
+ FormList: COMPONENT_INFO_TYPE;
245
+ FormProvider: COMPONENT_INFO_TYPE;
246
+ Grid: COMPONENT_INFO_TYPE;
247
+ GridRow: COMPONENT_INFO_TYPE;
248
+ GridCol: COMPONENT_INFO_TYPE;
249
+ Row: COMPONENT_INFO_TYPE;
250
+ Col: COMPONENT_INFO_TYPE;
251
+ GridItem: COMPONENT_INFO_TYPE;
252
+ Icon: COMPONENT_INFO_TYPE;
253
+ IconHover: COMPONENT_INFO_TYPE;
254
+ IconContext: COMPONENT_INFO_TYPE;
255
+ Image: COMPONENT_INFO_TYPE;
256
+ ImagePreview: COMPONENT_INFO_TYPE;
257
+ ImagePreviewGroup: COMPONENT_INFO_TYPE;
258
+ Input: COMPONENT_INFO_TYPE;
259
+ InputNumber: COMPONENT_INFO_TYPE;
260
+ InputTag: COMPONENT_INFO_TYPE;
261
+ InputButton: COMPONENT_INFO_TYPE;
262
+ InputGroup: COMPONENT_INFO_TYPE;
263
+ InputPassword: COMPONENT_INFO_TYPE;
264
+ InputSearch: COMPONENT_INFO_TYPE;
265
+ InputTextarea: COMPONENT_INFO_TYPE;
266
+ Layout: COMPONENT_INFO_TYPE;
267
+ LayoutContent: COMPONENT_INFO_TYPE;
268
+ LayoutFooter: COMPONENT_INFO_TYPE;
269
+ LayoutHeader: COMPONENT_INFO_TYPE;
270
+ LayoutSider: COMPONENT_INFO_TYPE;
271
+ Link: COMPONENT_INFO_TYPE;
272
+ List: COMPONENT_INFO_TYPE;
273
+ ListItem: COMPONENT_INFO_TYPE;
274
+ ListItemMeta: COMPONENT_INFO_TYPE;
275
+ VirtualList: COMPONENT_INFO_TYPE;
276
+ Loading: COMPONENT_INFO_TYPE;
277
+ Mentions: COMPONENT_INFO_TYPE;
278
+ Menu: COMPONENT_INFO_TYPE;
279
+ MenuItem: COMPONENT_INFO_TYPE;
280
+ MenuItemGroup: COMPONENT_INFO_TYPE;
281
+ MenuSubMenu: COMPONENT_INFO_TYPE;
282
+ Message: COMPONENT_INFO_TYPE;
283
+ Notice: COMPONENT_INFO_TYPE;
284
+ Modal: COMPONENT_INFO_TYPE;
285
+ ModalConfirm: COMPONENT_INFO_TYPE;
286
+ Notification: COMPONENT_INFO_TYPE;
287
+ PageHeader: COMPONENT_INFO_TYPE;
288
+ Pagination: COMPONENT_INFO_TYPE;
289
+ Popconfirm: COMPONENT_INFO_TYPE;
290
+ Popover: COMPONENT_INFO_TYPE;
291
+ Portal: COMPONENT_INFO_TYPE;
292
+ Progress: COMPONENT_INFO_TYPE;
293
+ Radio: COMPONENT_INFO_TYPE;
294
+ RadioGroup: COMPONENT_INFO_TYPE;
295
+ RadioGroupBlock: COMPONENT_INFO_TYPE;
296
+ RadioGroupContext: COMPONENT_INFO_TYPE;
297
+ Rate: COMPONENT_INFO_TYPE;
298
+ ResizeBox: COMPONENT_INFO_TYPE;
299
+ ResizeBoxSplit: COMPONENT_INFO_TYPE;
300
+ ResizeBoxSplitGroup: COMPONENT_INFO_TYPE;
301
+ Result: COMPONENT_INFO_TYPE;
302
+ SelectView: COMPONENT_INFO_TYPE;
303
+ Select: COMPONENT_INFO_TYPE;
304
+ SelectOption: COMPONENT_INFO_TYPE;
305
+ SelectOptionGroup: COMPONENT_INFO_TYPE;
306
+ Skeleton: COMPONENT_INFO_TYPE;
307
+ Slider: COMPONENT_INFO_TYPE;
308
+ Space: COMPONENT_INFO_TYPE;
309
+ SpaceVertical: COMPONENT_INFO_TYPE;
310
+ SpeechSynthesis: COMPONENT_INFO_TYPE;
311
+ Spin: COMPONENT_INFO_TYPE;
312
+ Statistic: COMPONENT_INFO_TYPE;
313
+ StatisticCountdown: COMPONENT_INFO_TYPE;
314
+ Countdown: COMPONENT_INFO_TYPE;
315
+ Steps: COMPONENT_INFO_TYPE;
316
+ StepsStep: COMPONENT_INFO_TYPE;
317
+ StepsItem: COMPONENT_INFO_TYPE;
318
+ Switch: COMPONENT_INFO_TYPE;
319
+ Table: COMPONENT_INFO_TYPE;
320
+ TableSummary: COMPONENT_INFO_TYPE;
321
+ TableSummaryCell: COMPONENT_INFO_TYPE;
322
+ TableSummaryRow: COMPONENT_INFO_TYPE;
323
+ Tabs: COMPONENT_INFO_TYPE;
324
+ TabPane: COMPONENT_INFO_TYPE;
325
+ Tag: COMPONENT_INFO_TYPE;
326
+ TimePicker: COMPONENT_INFO_TYPE;
327
+ TimePickerRange: COMPONENT_INFO_TYPE;
328
+ Timeline: COMPONENT_INFO_TYPE;
329
+ TimelineItem: COMPONENT_INFO_TYPE;
330
+ Tooltip: COMPONENT_INFO_TYPE;
331
+ Transfer: COMPONENT_INFO_TYPE;
332
+ Tree: COMPONENT_INFO_TYPE;
333
+ TreeNode: COMPONENT_INFO_TYPE;
334
+ TreeSelect: COMPONENT_INFO_TYPE;
335
+ TreeSelectNode: COMPONENT_INFO_TYPE;
336
+ Trigger: COMPONENT_INFO_TYPE;
337
+ Typography: COMPONENT_INFO_TYPE;
338
+ TypographyEllipsis: COMPONENT_INFO_TYPE;
339
+ TypographyParagraph: COMPONENT_INFO_TYPE;
340
+ TypographyText: COMPONENT_INFO_TYPE;
341
+ TypographyTitle: COMPONENT_INFO_TYPE;
342
+ Upload: COMPONENT_INFO_TYPE;
343
+ UploadList: COMPONENT_INFO_TYPE;
344
+ VerificationCode: COMPONENT_INFO_TYPE;
345
+ Watermark: COMPONENT_INFO_TYPE;
346
+ Development: COMPONENT_INFO_TYPE;
347
+ Tour: COMPONENT_INFO_TYPE;
348
+ QR_Code: COMPONENT_INFO_TYPE;
349
+ LiquidFill: COMPONENT_INFO_TYPE;
350
+ Marquee: COMPONENT_INFO_TYPE;
351
+ Segmented: COMPONENT_INFO_TYPE;
352
+ Splitter: COMPONENT_INFO_TYPE;
353
+ SplitterPanel: COMPONENT_INFO_TYPE;
354
+ Transition: COMPONENT_INFO_TYPE;
355
+ TransitionCSS: COMPONENT_INFO_TYPE;
356
+ TransitionStyle: COMPONENT_INFO_TYPE;
357
+ TransitionGroup: COMPONENT_INFO_TYPE;
358
+ Flex: COMPONENT_INFO_TYPE;
359
+ FlexVertical: COMPONENT_INFO_TYPE;
360
+ App: COMPONENT_INFO_TYPE;
361
+ IconFile: COMPONENT_INFO_TYPE;
362
+ RichText: COMPONENT_INFO_TYPE;
363
+ Masonry: COMPONENT_INFO_TYPE;
364
+ MasonryItem: COMPONENT_INFO_TYPE;
365
+ OverflowEllipsis: COMPONENT_INFO_TYPE;
366
+ OverflowEllipsisItem: COMPONENT_INFO_TYPE;
367
+ OverflowItem: COMPONENT_INFO_TYPE;
368
+ SuspenseFallbackTest: COMPONENT_INFO_TYPE;
369
+ Timer: COMPONENT_INFO_TYPE;
370
+ Draw: COMPONENT_INFO_TYPE;
371
+ BorderBeam: COMPONENT_INFO_TYPE;
372
+ ButtonToggle: COMPONENT_INFO_TYPE;
373
+ Draggable: COMPONENT_INFO_TYPE;
374
+ GlobalProvider: COMPONENT_INFO_TYPE;
375
+ Mask: COMPONENT_INFO_TYPE;
376
+ Typewriter: COMPONENT_INFO_TYPE;
377
+ Animation: COMPONENT_INFO_TYPE;
2234
378
  };
2235
379
  export { COMPONENT_NAMES };
2236
380
  export default COMPONENT_NAMES;
381
+ export type { COMPONENT_INFO_TYPE };