@unicom-cloud/ui 0.8.140 → 0.8.142

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 (985) hide show
  1. package/Affix.js +1 -1
  2. package/Alert.js +1 -1
  3. package/Anchor.js +7 -5
  4. package/App.js +7 -5
  5. package/AutoComplete.js +4 -4
  6. package/Avatar.js +7 -5
  7. package/BackTop.js +1 -1
  8. package/Badge.js +1 -1
  9. package/Breadcrumb.js +1 -1
  10. package/Button.js +1 -1
  11. package/Calendar.js +1 -1
  12. package/Card.js +1 -1
  13. package/Carousel.js +1 -1
  14. package/Cascader.js +1 -1
  15. package/Checkbox.js +7 -5
  16. package/Collapse.js +3 -1
  17. package/ColorPicker.js +1 -1
  18. package/Comment.js +1 -1
  19. package/ConfigProvider.js +1 -1
  20. package/Constant.js +1 -1
  21. package/Copy.js +1 -1
  22. package/Countdown.js +5 -11
  23. package/DatePicker.js +13 -9
  24. package/Descriptions.js +1 -1
  25. package/Details.js +4 -11
  26. package/Development.js +1 -1
  27. package/Divider.js +1 -1
  28. package/Draggable.js +1 -1
  29. package/Drawer.js +1 -1
  30. package/Dropdown.js +1 -1
  31. package/Empty.js +1 -1
  32. package/Flex.js +5 -12
  33. package/Form.js +7 -7
  34. package/Grid.js +9 -7
  35. package/Icon.js +1 -1
  36. package/IconHover.js +1 -1
  37. package/Image.js +7 -5
  38. package/Input.js +6 -6
  39. package/InputNumber.js +1 -1
  40. package/InputTag.js +1 -1
  41. package/Layout.js +8 -7
  42. package/Link.js +1 -1
  43. package/LiquidFill.js +1 -1
  44. package/List.js +1 -1
  45. package/Loading.js +4 -11
  46. package/Marquee.js +21 -27
  47. package/Mask.js +5 -0
  48. package/Masonry.js +1 -1
  49. package/Mentions.js +1 -1
  50. package/Menu.js +14 -10
  51. package/Message.js +1 -1
  52. package/Modal.js +1 -1
  53. package/Notice.js +4 -11
  54. package/Notification.js +1 -1
  55. package/OverflowEllipsis.js +1 -1
  56. package/PageHeader.js +1 -1
  57. package/Pagination.js +1 -1
  58. package/Picker.js +1 -1
  59. package/Popconfirm.js +1 -1
  60. package/Popover.js +1 -1
  61. package/Portal.js +1 -1
  62. package/Progress.js +1 -1
  63. package/Progress2.js +1 -1
  64. package/QrCode.js +1 -1
  65. package/Radio.js +1 -1
  66. package/Rate.js +1 -1
  67. package/ResizeBox.js +1 -1
  68. package/Result.js +1 -1
  69. package/RichText.js +1 -1
  70. package/RowCol.js +7 -5
  71. package/Segmented.js +5 -10
  72. package/Select.js +2 -2
  73. package/SelectView.js +1 -1
  74. package/Skeleton.js +1 -1
  75. package/Slider.js +1 -1
  76. package/Space.js +5 -12
  77. package/SpeechSynthesis.js +1 -1
  78. package/Spin.js +1 -1
  79. package/Splitter.js +1 -1
  80. package/Statistic.js +1 -1
  81. package/Steps.js +1 -1
  82. package/SuspenseFallbackTest.js +1 -1
  83. package/Switch.js +4 -5
  84. package/Table.js +27 -23
  85. package/Tabs.js +8 -9
  86. package/Tag.js +1 -1
  87. package/TimePicker.js +8 -5
  88. package/Timeline.js +1 -1
  89. package/Timer.js +4 -11
  90. package/Tooltip.js +1 -1
  91. package/Tour.js +7 -11
  92. package/Transfer.js +1 -1
  93. package/Tree.js +5 -3
  94. package/TreeSelect.js +1 -1
  95. package/Trigger.js +1 -1
  96. package/Typography.js +1 -1
  97. package/Upload.js +1 -1
  98. package/VerificationCode.js +1 -1
  99. package/VirtualList.js +1 -1
  100. package/Watermark.js +1 -1
  101. package/affix/Affix.js +1 -1
  102. package/affix/index.js +1 -1
  103. package/alert/Alert.js +1 -1
  104. package/alert/index.js +1 -1
  105. package/anchor/Anchor.js +3 -2
  106. package/anchor/Link.js +2 -2
  107. package/anchor/context.js +2 -1
  108. package/anchor/index.js +7 -5
  109. package/anchor/utils.js +1 -1
  110. package/app/App.js +1 -1
  111. package/app/context.js +1 -1
  112. package/app/index.js +8 -6
  113. package/app/useApp.js +1 -1
  114. package/auto-complete/AutoComplete.js +5 -5
  115. package/auto-complete/index.js +4 -4
  116. package/avatar/Avatar.js +2 -1
  117. package/avatar/Group.js +1 -1
  118. package/avatar/context.js +1 -1
  119. package/avatar/index.js +9 -7
  120. package/back-top/BackTop.js +1 -1
  121. package/back-top/index.js +1 -1
  122. package/badge/Badge.js +1 -1
  123. package/badge/Count.js +1 -1
  124. package/badge/index.js +1 -1
  125. package/breadcrumb/Breadcrumb.js +1 -1
  126. package/breadcrumb/Item.js +1 -1
  127. package/breadcrumb/index.js +1 -1
  128. package/button/Button.js +1 -1
  129. package/button/Group.js +1 -1
  130. package/button/index.js +1 -1
  131. package/calendar/Lunar.js +1 -1
  132. package/calendar/Month.js +29 -29
  133. package/calendar/WeekList.js +1 -1
  134. package/calendar/Year.js +1 -1
  135. package/calendar/header/Panel.js +1 -1
  136. package/calendar/header/index.js +13 -13
  137. package/calendar/hook/useCellClassName.js +6 -6
  138. package/calendar/index.js +46 -46
  139. package/card/Grid.js +1 -1
  140. package/card/Meta.js +1 -1
  141. package/card/index.js +1 -1
  142. package/carousel/Arrow.js +1 -1
  143. package/carousel/Indicator.js +1 -1
  144. package/carousel/index.js +1 -1
  145. package/cascader/Cascader.js +1 -1
  146. package/cascader/base/node.js +1 -1
  147. package/cascader/base/store.js +1 -1
  148. package/cascader/hook/useRefCurrent.js +1 -1
  149. package/cascader/index.js +1 -1
  150. package/cascader/panel/List.js +1 -1
  151. package/cascader/panel/Option.js +1 -1
  152. package/cascader/panel/Search.js +1 -1
  153. package/cascader/utils.js +1 -1
  154. package/checkbox/Checkbox.js +55 -44
  155. package/checkbox/Group.js +49 -61
  156. package/checkbox/GroupBlock.js +56 -55
  157. package/checkbox/context.js +16 -0
  158. package/checkbox/index.js +9 -7
  159. package/checkbox/useCheckbox.js +1 -1
  160. package/collapse/Collapse.js +59 -60
  161. package/collapse/Item.js +2 -2
  162. package/collapse/context.js +14 -0
  163. package/collapse/index.js +5 -3
  164. package/color-picker/ControlBar.js +1 -1
  165. package/color-picker/InputAlpha.js +1 -1
  166. package/color-picker/InputHex.js +1 -1
  167. package/color-picker/InputRgb.js +1 -1
  168. package/color-picker/Mode.js +1 -1
  169. package/color-picker/Palette.js +1 -1
  170. package/color-picker/Panel.js +1 -1
  171. package/color-picker/colors.js +1 -1
  172. package/color-picker/hooks/useColorPicker.js +1 -1
  173. package/color-picker/hooks/useControlBlock.js +1 -1
  174. package/color-picker/index.js +1 -1
  175. package/color-picker/interface.js +1 -1
  176. package/color-picker/utils.js +1 -1
  177. package/comment/index.js +1 -1
  178. package/config-provider/ConfigProvider.js +5 -5
  179. package/config-provider/context.js +6 -6
  180. package/config-provider/index.js +1 -1
  181. package/config-provider/useConfigProvider.js +1 -1
  182. package/constant/index.js +1 -1
  183. package/copy/index.js +1 -1
  184. package/countdown/index.js +35 -41
  185. package/countdown/utils.js +1 -1
  186. package/date-picker/DatePickerRange.js +594 -0
  187. package/date-picker/Picker.js +228 -246
  188. package/date-picker/context.js +6 -3
  189. package/date-picker/hook/useCellClassName.js +66 -45
  190. package/date-picker/index.js +40 -32
  191. package/date-picker/panel/Body.js +50 -49
  192. package/date-picker/panel/Footer.js +44 -43
  193. package/date-picker/panel/Header.js +55 -52
  194. package/date-picker/panel/Shortcut.js +30 -28
  195. package/date-picker/panel/WeekList.js +15 -8
  196. package/date-picker/panel/date/index.js +148 -146
  197. package/date-picker/panel/month/index.js +75 -72
  198. package/date-picker/panel/quarter/index.js +72 -69
  199. package/date-picker/panel/range/index.js +95 -90
  200. package/date-picker/panel/week/index.js +33 -31
  201. package/date-picker/panel/year/index.js +52 -50
  202. package/date-picker/utils.js +71 -38
  203. package/descriptions/index.js +1 -1
  204. package/details/index.js +23 -30
  205. package/development/index.js +1 -1
  206. package/divider/index.js +1 -1
  207. package/draggable/Item.js +1 -1
  208. package/draggable/index.js +1 -1
  209. package/drawer/Drawer.js +149 -162
  210. package/drawer/index.js +1 -1
  211. package/dropdown/Button.js +1 -1
  212. package/dropdown/index.js +1 -1
  213. package/empty/index.js +1 -1
  214. package/flex/index.js +22 -29
  215. package/form/Control.js +9 -9
  216. package/form/Form.js +95 -82
  217. package/form/FormItem.js +1 -1
  218. package/form/FormItemTip.js +1 -1
  219. package/form/FormLabel.js +1 -1
  220. package/form/FormList.js +1 -1
  221. package/form/FormProvider.js +1 -1
  222. package/form/context.js +1 -1
  223. package/form/hook/useForm.js +17 -17
  224. package/form/hook/{useContext.js → useFormContext.js} +8 -8
  225. package/form/hook/{useState.js → useFormState.js} +1 -1
  226. package/form/hook/useWatch.js +1 -1
  227. package/form/index.js +10 -10
  228. package/form/interface.js +1 -1
  229. package/form/promisify.js +1 -1
  230. package/form/store.js +2 -6
  231. package/form/utils.js +1 -1
  232. package/grid/Grid.js +1 -1
  233. package/grid/Item.js +1 -1
  234. package/grid/context.js +1 -1
  235. package/grid/index.js +11 -9
  236. package/grid/utils.js +1 -1
  237. package/hooks/index.js +1 -1
  238. package/hooks/use-breakpoint/index.js +1 -1
  239. package/hooks/use-computed-state/index.js +4 -3
  240. package/hooks/use-create/index.js +4 -3
  241. package/hooks/use-creation/index.js +4 -3
  242. package/hooks/use-event/index.js +4 -3
  243. package/hooks/use-event-listener/index.js +6 -0
  244. package/hooks/use-force-update/index.js +4 -3
  245. package/hooks/use-fullscreen/index.js +6 -0
  246. package/hooks/use-id/index.js +4 -3
  247. package/hooks/use-in-view/index.js +4 -3
  248. package/hooks/use-intersection-observer/index.js +4 -3
  249. package/hooks/use-intersection-observers/index.js +4 -3
  250. package/hooks/use-interval/index.js +4 -3
  251. package/hooks/use-is-first-render/index.js +4 -3
  252. package/hooks/use-isomorphic-layout-effect/index.js +4 -3
  253. package/hooks/use-keyboard-event/index.js +4 -3
  254. package/hooks/use-latest/index.js +4 -3
  255. package/hooks/use-listen-window-resize/index.js +4 -3
  256. package/hooks/use-media/index.js +4 -3
  257. package/hooks/use-merge-props/index.js +4 -3
  258. package/hooks/use-merge-value/index.js +4 -3
  259. package/hooks/use-move/index.js +4 -3
  260. package/hooks/use-mutation-observers/index.js +4 -3
  261. package/hooks/use-online-status/index.js +4 -3
  262. package/hooks/use-overflow-hidden/index.js +4 -3
  263. package/hooks/use-override-ref/index.js +4 -3
  264. package/hooks/use-persist-callback/index.js +4 -3
  265. package/hooks/use-prefers-color-scheme-dark/index.js +4 -3
  266. package/hooks/use-previous/index.js +4 -3
  267. package/hooks/use-refs/index.js +4 -4
  268. package/hooks/use-resize-observer/index.js +4 -3
  269. package/hooks/use-resize-observers/index.js +4 -3
  270. package/hooks/use-responsive-state/index.js +1 -1
  271. package/hooks/use-set-state/index.js +6 -0
  272. package/hooks/use-state-callback/index.js +4 -3
  273. package/hooks/use-state-with-promise/index.js +4 -3
  274. package/hooks/use-update-effect/index.js +4 -3
  275. package/hooks/use-update-layout-effect/index.js +4 -3
  276. package/hooks/use-verification-code/index.js +1 -1
  277. package/hooks/use-watch/index.js +4 -3
  278. package/hooks/use-watermark/index.js +1 -1
  279. package/hooks/use-watermark/utils.js +1 -1
  280. package/hooks/use-window-size/index.js +4 -3
  281. package/hooks/useBreakpoint.js +1 -1
  282. package/hooks/useComputedState.js +1 -1
  283. package/hooks/useCreate.js +1 -1
  284. package/hooks/useCreation.js +1 -1
  285. package/hooks/useEvent.js +1 -1
  286. package/hooks/useEventListener.js +5 -0
  287. package/hooks/useForceUpdate.js +1 -1
  288. package/hooks/useFullscreen.js +5 -0
  289. package/hooks/useId.js +1 -1
  290. package/hooks/useInView.js +1 -1
  291. package/hooks/useIntersectionObserver.js +1 -1
  292. package/hooks/useIntersectionObservers.js +1 -1
  293. package/hooks/useInterval.js +1 -1
  294. package/hooks/useIsFirstRender.js +1 -1
  295. package/hooks/useIsomorphicLayoutEffect.js +1 -1
  296. package/hooks/useKeyboardEvent.js +1 -1
  297. package/hooks/useLatest.js +1 -1
  298. package/hooks/useListenWindowResize.js +1 -1
  299. package/hooks/useMedia.js +1 -1
  300. package/hooks/useMergeProps.js +1 -1
  301. package/hooks/useMergeValue.js +1 -1
  302. package/hooks/useMove.js +1 -1
  303. package/hooks/useMutationObservers.js +1 -1
  304. package/hooks/useOnlineStatus.js +1 -1
  305. package/hooks/useOverflowHidden.js +1 -1
  306. package/hooks/useOverrideRef.js +1 -1
  307. package/hooks/usePersistCallback.js +1 -1
  308. package/hooks/usePrefersColorSchemeDark.js +1 -1
  309. package/hooks/usePrevious.js +1 -1
  310. package/hooks/useRefs.js +4 -5
  311. package/hooks/useResizeObserver.js +1 -1
  312. package/hooks/useResizeObservers.js +1 -1
  313. package/hooks/useResponsiveState.js +1 -1
  314. package/hooks/useSetState.js +5 -0
  315. package/hooks/useStateCallback.js +1 -1
  316. package/hooks/useStateWithPromise.js +1 -1
  317. package/hooks/useUnmountOnExit.js +8 -15
  318. package/hooks/useUpdateEffect.js +1 -1
  319. package/hooks/useUpdateLayoutEffect.js +1 -1
  320. package/hooks/useVerificationCode.js +1 -1
  321. package/hooks/useWatch.js +1 -1
  322. package/hooks/useWatermark.js +1 -1
  323. package/hooks/useWindowSize.js +1 -1
  324. package/icon/Icon.js +1 -1
  325. package/icon/addIconFromCdn.js +1 -1
  326. package/icon/index.js +1 -1
  327. package/icon-hover/index.js +1 -1
  328. package/icons/file/index.js +1 -1
  329. package/icons/file.js +1 -1
  330. package/icons.js +1 -1
  331. package/image/Image.js +9 -8
  332. package/image/ImageFooter.js +1 -1
  333. package/image/ImagePreview.js +31 -34
  334. package/image/ImagePreviewArrow.js +1 -1
  335. package/image/ImagePreviewGroup.js +9 -9
  336. package/image/ImagePreviewToolbar.js +1 -1
  337. package/image/TriggerForToolbar.js +1 -1
  338. package/image/context.js +20 -0
  339. package/image/index.js +7 -5
  340. package/image/utils/getFixTranslate.js +1 -1
  341. package/image/utils/getScale.js +1 -1
  342. package/image/utils/hook/useImageStatus.js +1 -1
  343. package/image/utils/hook/useShowFooter.js +1 -1
  344. package/index.js +785 -749
  345. package/input/Button.js +18 -22
  346. package/input/Group.js +1 -1
  347. package/input/Input.js +118 -121
  348. package/input/InputElement.js +13 -10
  349. package/input/Number.js +1 -1
  350. package/input/Password.js +14 -20
  351. package/input/Search.js +22 -27
  352. package/input/Tag.js +1 -1
  353. package/input/Textarea.js +37 -37
  354. package/input/{autoSizeTextAreaHeight.js → autoSizeTextareaHeight.js} +1 -1
  355. package/input/index.js +4 -4
  356. package/input/useComposition.js +1 -1
  357. package/input/utils.js +9 -0
  358. package/input-number/decimal.js +1 -1
  359. package/input-number/index.js +1 -1
  360. package/input-number/useSelectionRange.js +1 -1
  361. package/input-number/utils.js +1 -1
  362. package/input-tag/InputTag.js +44 -44
  363. package/input-tag/index.js +1 -1
  364. package/layout/Content.js +1 -1
  365. package/layout/Footer.js +1 -1
  366. package/layout/Header.js +1 -1
  367. package/layout/Sider.js +96 -94
  368. package/layout/context.js +9 -0
  369. package/layout/index.js +6 -6
  370. package/link/index.js +1 -1
  371. package/liquid-fill/index.js +1 -1
  372. package/list/Item.js +1 -1
  373. package/list/Meta.js +1 -1
  374. package/list/index.js +1 -1
  375. package/loading/index.js +24 -31
  376. package/locale/ar-EG.js +1 -1
  377. package/locale/de-DE.js +1 -1
  378. package/locale/default.js +1 -1
  379. package/locale/en-US.js +1 -1
  380. package/locale/es-ES.js +1 -1
  381. package/locale/fr-FR.js +1 -1
  382. package/locale/id-ID.js +1 -1
  383. package/locale/it-IT.js +1 -1
  384. package/locale/ja-JP.js +1 -1
  385. package/locale/ko-KR.js +1 -1
  386. package/locale/ms-MY.js +1 -1
  387. package/locale/pt-BR.js +1 -1
  388. package/locale/pt-PT.js +1 -1
  389. package/locale/ru-RU.js +1 -1
  390. package/locale/th-TH.js +1 -1
  391. package/locale/tr-TR.js +1 -1
  392. package/locale/vi-VN.js +1 -1
  393. package/locale/zh-CN.js +1 -1
  394. package/locale/zh-HK.js +1 -1
  395. package/locale/zh-TW.js +1 -1
  396. package/marquee/index.js +30 -36
  397. package/mask/Mask.js +62 -0
  398. package/mask/index.js +5 -0
  399. package/masonry/Masonry.js +1 -1
  400. package/masonry/MasonryItem.js +1 -1
  401. package/masonry/hooks/useDelay.js +1 -1
  402. package/masonry/hooks/useGutter.js +1 -1
  403. package/masonry/hooks/usePositions.js +1 -1
  404. package/masonry/hooks/useRefs.js +1 -1
  405. package/masonry/index.js +1 -1
  406. package/mentions/index.js +8 -8
  407. package/mentions/utils.js +1 -1
  408. package/menu/Indent.js +1 -1
  409. package/menu/Item.js +1 -1
  410. package/menu/ItemGroup.js +1 -1
  411. package/menu/Menu.js +30 -27
  412. package/menu/OverflowWrap.js +1 -1
  413. package/menu/context.js +1 -1
  414. package/menu/index.js +14 -10
  415. package/menu/sub-menu/Inline.js +11 -11
  416. package/menu/sub-menu/Pop.js +16 -16
  417. package/menu/sub-menu/index.js +4 -4
  418. package/menu/utils.js +1 -1
  419. package/message/index.js +1 -1
  420. package/message/useMessage.js +1 -1
  421. package/modal/Confirm.js +1 -1
  422. package/modal/Modal.js +278 -310
  423. package/modal/config.js +1 -1
  424. package/modal/index.js +1 -1
  425. package/modal/use-modal/Hook.js +1 -1
  426. package/modal/use-modal/index.js +1 -1
  427. package/notice/index.js +29 -34
  428. package/notification/index.js +1 -1
  429. package/notification/useNotification.js +1 -1
  430. package/notification/withNotification.js +1 -1
  431. package/overflow-ellipsis/OverflowItem.js +1 -1
  432. package/overflow-ellipsis/index.js +1 -1
  433. package/package.json +1 -1
  434. package/page-header/index.js +1 -1
  435. package/pagination/PageItem.js +1 -1
  436. package/pagination/PageJumper.js +1 -1
  437. package/pagination/PageOption.js +1 -1
  438. package/pagination/Pagination.js +2 -2
  439. package/pagination/index.js +1 -1
  440. package/pagination/interface.js +1 -1
  441. package/picker/Input.js +1 -1
  442. package/picker/InputRange.js +1 -1
  443. package/picker/index.js +1 -1
  444. package/popconfirm/index.js +1 -1
  445. package/popover/Popover.js +1 -1
  446. package/popover/index.js +1 -1
  447. package/portal/Portal.js +1 -1
  448. package/portal/index.js +1 -1
  449. package/progress/CircleProgress.js +1 -1
  450. package/progress/LineProgess.js +1 -1
  451. package/progress/StepProgress.js +1 -1
  452. package/progress/index.js +1 -1
  453. package/progress2/index.js +1 -1
  454. package/qr-code/QRCode.js +16 -23
  455. package/qr-code/index.js +1 -1
  456. package/qr-code/src/index.js +1 -1
  457. package/qr-code/src/qrcodegen.js +1 -1
  458. package/radio/Group.js +87 -82
  459. package/radio/GroupBlock.js +104 -80
  460. package/radio/Radio.js +64 -56
  461. package/radio/index.js +1 -1
  462. package/rate/index.js +1 -1
  463. package/resize-box/ResizeTrigger.js +1 -1
  464. package/resize-box/Split.js +1 -1
  465. package/resize-box/SplitGroup.js +1 -1
  466. package/resize-box/index.js +1 -1
  467. package/result/403.js +1 -1
  468. package/result/404.js +1 -1
  469. package/result/500.js +1 -1
  470. package/result/index.js +1 -1
  471. package/rich-text/RichText.js +128 -115
  472. package/rich-text/Toolbar.js +73 -80
  473. package/rich-text/constant.js +1 -1
  474. package/rich-text/index.js +1 -1
  475. package/rich-text/lib/blots/block.js +1 -1
  476. package/rich-text/lib/blots/break.js +1 -1
  477. package/rich-text/lib/blots/container.js +1 -1
  478. package/rich-text/lib/blots/cursor.js +1 -1
  479. package/rich-text/lib/blots/embed.js +1 -1
  480. package/rich-text/lib/blots/inline.js +1 -1
  481. package/rich-text/lib/blots/scroll.js +1 -1
  482. package/rich-text/lib/blots/text.js +1 -1
  483. package/rich-text/lib/core/composition.js +1 -1
  484. package/rich-text/lib/core/editor.js +1 -1
  485. package/rich-text/lib/core/emitter.js +1 -1
  486. package/rich-text/lib/core/logger.js +1 -1
  487. package/rich-text/lib/core/module.js +1 -1
  488. package/rich-text/lib/core/rich.js +1 -1
  489. package/rich-text/lib/core/selection.js +6 -2
  490. package/rich-text/lib/core/theme.js +1 -1
  491. package/rich-text/lib/core/utils/createRegistryWithFormats.js +1 -1
  492. package/rich-text/lib/core/utils/scrollRectIntoView.js +1 -1
  493. package/rich-text/lib/delta/AttributeMap.js +1 -1
  494. package/rich-text/lib/delta/Op.js +1 -1
  495. package/rich-text/lib/delta/OpIterator.js +1 -1
  496. package/rich-text/lib/delta/index.js +1 -1
  497. package/rich-text/lib/diff/index.js +1 -1
  498. package/rich-text/lib/formats/align.js +1 -1
  499. package/rich-text/lib/formats/background.js +1 -1
  500. package/rich-text/lib/formats/blockquote.js +1 -1
  501. package/rich-text/lib/formats/bold.js +1 -1
  502. package/rich-text/lib/formats/code.js +1 -1
  503. package/rich-text/lib/formats/color.js +1 -1
  504. package/rich-text/lib/formats/direction.js +1 -1
  505. package/rich-text/lib/formats/emoji.js +1 -1
  506. package/rich-text/lib/formats/font.js +1 -1
  507. package/rich-text/lib/formats/formula.js +1 -1
  508. package/rich-text/lib/formats/header.js +1 -1
  509. package/rich-text/lib/formats/hr.js +1 -1
  510. package/rich-text/lib/formats/image.js +1 -1
  511. package/rich-text/lib/formats/indent.js +1 -1
  512. package/rich-text/lib/formats/italic.js +1 -1
  513. package/rich-text/lib/formats/lineHeight.js +1 -1
  514. package/rich-text/lib/formats/link.js +1 -1
  515. package/rich-text/lib/formats/list.js +1 -1
  516. package/rich-text/lib/formats/script.js +1 -1
  517. package/rich-text/lib/formats/size.js +1 -1
  518. package/rich-text/lib/formats/strike.js +1 -1
  519. package/rich-text/lib/formats/table.js +1 -1
  520. package/rich-text/lib/formats/underline.js +1 -1
  521. package/rich-text/lib/formats/video.js +1 -1
  522. package/rich-text/lib/index.js +1 -1
  523. package/rich-text/lib/modules/clipboard.js +1 -1
  524. package/rich-text/lib/modules/history.js +1 -1
  525. package/rich-text/lib/modules/image-resize/index.js +1 -1
  526. package/rich-text/lib/modules/image-resize/modules/Base.js +1 -1
  527. package/rich-text/lib/modules/image-resize/modules/DisplaySize.js +1 -1
  528. package/rich-text/lib/modules/image-resize/modules/Resize.js +1 -1
  529. package/rich-text/lib/modules/image-resize/options.js +1 -1
  530. package/rich-text/lib/modules/input.js +1 -1
  531. package/rich-text/lib/modules/keyboard.js +1 -1
  532. package/rich-text/lib/modules/normalizeExternalHTML/index.js +1 -1
  533. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/googleDocs.js +1 -1
  534. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/msWord.js +1 -1
  535. package/rich-text/lib/modules/table.js +1 -1
  536. package/rich-text/lib/modules/toolbar.js +1 -1
  537. package/rich-text/lib/modules/uiNode.js +1 -1
  538. package/rich-text/lib/modules/uploader.js +1 -1
  539. package/rich-text/lib/parchment/attributor/attributor.js +1 -1
  540. package/rich-text/lib/parchment/attributor/class.js +1 -1
  541. package/rich-text/lib/parchment/attributor/store.js +1 -1
  542. package/rich-text/lib/parchment/attributor/style.js +1 -1
  543. package/rich-text/lib/parchment/blot/abstract/container.js +1 -1
  544. package/rich-text/lib/parchment/blot/abstract/leaf.js +1 -1
  545. package/rich-text/lib/parchment/blot/abstract/parent.js +1 -1
  546. package/rich-text/lib/parchment/blot/abstract/shadow.js +1 -1
  547. package/rich-text/lib/parchment/blot/block.js +1 -1
  548. package/rich-text/lib/parchment/blot/embed.js +1 -1
  549. package/rich-text/lib/parchment/blot/inline.js +1 -1
  550. package/rich-text/lib/parchment/blot/scroll.js +1 -1
  551. package/rich-text/lib/parchment/blot/text.js +1 -1
  552. package/rich-text/lib/parchment/collection/linked-list.js +1 -1
  553. package/rich-text/lib/parchment/error.js +1 -1
  554. package/rich-text/lib/parchment/index.js +1 -1
  555. package/rich-text/lib/parchment/registry.js +1 -1
  556. package/rich-text/lib/parchment/scope.js +1 -1
  557. package/row-col/Col-.js +1 -1
  558. package/row-col/Col.js +1 -1
  559. package/row-col/Row.js +2 -1
  560. package/row-col/context.js +1 -1
  561. package/row-col/index.js +3 -1
  562. package/segmented/index.js +48 -53
  563. package/select/Option.js +1 -1
  564. package/select/OptionGroup.js +23 -0
  565. package/select/Select.js +199 -193
  566. package/select/index.js +2 -2
  567. package/select/utils.js +22 -22
  568. package/select-view/Core.js +186 -185
  569. package/select-view/index.js +28 -28
  570. package/skeleton/Image.js +1 -1
  571. package/skeleton/Text.js +1 -1
  572. package/skeleton/index.js +1 -1
  573. package/slider/Button.js +1 -1
  574. package/slider/Dot.js +1 -1
  575. package/slider/Input.js +1 -1
  576. package/slider/Mark.js +1 -1
  577. package/slider/Tick.js +1 -1
  578. package/slider/hook/useInterval.js +1 -1
  579. package/slider/hook/useLegalValue.js +1 -1
  580. package/slider/index.js +1 -1
  581. package/slider/utils.js +1 -1
  582. package/space/index.js +22 -29
  583. package/speech-synthesis/index.js +1 -1
  584. package/spin/DotLoading.js +1 -1
  585. package/spin/index.js +1 -1
  586. package/splitter/Panel.js +1 -1
  587. package/splitter/SplitBar.js +1 -1
  588. package/splitter/Splitter.js +1 -1
  589. package/splitter/hooks/useItems.js +1 -1
  590. package/splitter/hooks/useResizable.js +1 -1
  591. package/splitter/hooks/useResize.js +1 -1
  592. package/splitter/hooks/useSizes.js +1 -1
  593. package/splitter/index.js +1 -1
  594. package/statistic/index.js +1 -1
  595. package/statistic/interface.js +1 -1
  596. package/steps/Step.js +1 -1
  597. package/steps/index.js +1 -1
  598. package/style/variables.css +4 -5
  599. package/style.css +1 -1
  600. package/suspense-fallback-test/index.js +1 -1
  601. package/switch/index.js +69 -93
  602. package/table/ColGroup.js +1 -1
  603. package/table/Table.js +1 -1
  604. package/table/constant.js +1 -1
  605. package/table/context.js +1 -1
  606. package/table/hook/useColumns.js +1 -1
  607. package/table/hook/useComponent.js +1 -1
  608. package/table/hook/useExpand.js +1 -1
  609. package/table/hook/useRowSelection.js +1 -1
  610. package/table/hook/useSorter.js +1 -1
  611. package/table/hook/useStickyClassNames.js +1 -1
  612. package/table/hook/useStickyOffsets.js +1 -1
  613. package/table/hook/useThResizable.js +1 -1
  614. package/table/index.js +25 -21
  615. package/table/summary/Cell.js +1 -1
  616. package/table/summary/Row.js +4 -4
  617. package/table/summary/context.js +3 -3
  618. package/table/summary/index.js +1 -1
  619. package/table/tbody/Td.js +50 -48
  620. package/table/tbody/Tr.js +113 -104
  621. package/table/tbody/index.js +1 -1
  622. package/table/tfoot/index.js +4 -4
  623. package/table/th-resizable/index.js +1 -1
  624. package/table/thead/Column.js +1 -1
  625. package/table/thead/index.js +1 -1
  626. package/table/utils.js +1 -1
  627. package/tabs/TabContent.js +2 -2
  628. package/tabs/TabPane.js +1 -1
  629. package/tabs/Tabs.js +179 -0
  630. package/tabs/context.js +6 -0
  631. package/tabs/hook/useDomSize.js +1 -1
  632. package/tabs/hook/useHeaderScroll.js +32 -32
  633. package/tabs/index.js +7 -9
  634. package/tabs/tab-header/DropdownIcon.js +28 -28
  635. package/tabs/tab-header/TabInk.js +1 -1
  636. package/tabs/tab-header/TabNavIcon.js +1 -1
  637. package/tabs/tab-header/TabTitle.js +1 -1
  638. package/tabs/tab-header/index.js +123 -131
  639. package/tabs/utils.js +1 -1
  640. package/tag/index.js +1 -1
  641. package/time-picker/Picker.js +140 -137
  642. package/time-picker/TimeColumn.js +1 -1
  643. package/time-picker/TimePicker.js +95 -95
  644. package/time-picker/TimePickerRange.js +60 -0
  645. package/time-picker/context.js +8 -3
  646. package/time-picker/index.js +17 -11
  647. package/time-picker/utils.js +6 -6
  648. package/timeline/Item.js +1 -1
  649. package/timeline/Timeline.js +1 -1
  650. package/timeline/index.js +1 -1
  651. package/timer/index.js +13 -20
  652. package/tooltip/Tooltip.js +1 -1
  653. package/tooltip/index.js +1 -1
  654. package/tour/index.js +77 -81
  655. package/transfer/Item.js +1 -1
  656. package/transfer/List.js +1 -1
  657. package/transfer/index.js +1 -1
  658. package/tree/Animation.js +2 -2
  659. package/tree/Node.js +2 -2
  660. package/tree/NodeList.js +1 -1
  661. package/tree/Tree.js +3 -2
  662. package/tree/{Context.js → context.js} +1 -1
  663. package/tree/index.js +5 -3
  664. package/tree/utils.js +1 -1
  665. package/tree-select/List.js +1 -1
  666. package/tree-select/Select.js +1 -1
  667. package/tree-select/hook/useKeyCache.js +1 -1
  668. package/tree-select/hook/useStateValue.js +1 -1
  669. package/tree-select/hook/useTreeData.js +1 -1
  670. package/tree-select/index.js +1 -1
  671. package/tree-select/interface.js +1 -1
  672. package/tree-select/utils.js +1 -1
  673. package/trigger/getPopupStyle.js +79 -66
  674. package/trigger/index.js +237 -239
  675. package/types/anchor/Anchor.d.ts +2 -1
  676. package/types/anchor/context.d.ts +3 -11
  677. package/types/anchor/index.d.ts +2 -2
  678. package/types/anchor/interface.d.ts +7 -0
  679. package/types/app/App.d.ts +1 -1
  680. package/types/app/index.d.ts +2 -1
  681. package/types/auto-complete/AutoComplete.d.ts +3 -3
  682. package/types/auto-complete/index.d.ts +2 -2
  683. package/types/avatar/Avatar.d.ts +2 -0
  684. package/types/avatar/context.d.ts +2 -2
  685. package/types/avatar/index.d.ts +2 -2
  686. package/types/badge/Count.d.ts +1 -1
  687. package/types/breadcrumb/Item.d.ts +1 -1
  688. package/types/calendar/Lunar.d.ts +1 -1
  689. package/types/calendar/Month.d.ts +1 -2
  690. package/types/calendar/WeekList.d.ts +1 -1
  691. package/types/calendar/Year.d.ts +1 -2
  692. package/types/calendar/header/Panel.d.ts +1 -1
  693. package/types/calendar/header/index.d.ts +1 -1
  694. package/types/cascader/interface.d.ts +2 -7
  695. package/types/cascader/panel/List.d.ts +1 -2
  696. package/types/cascader/panel/Option.d.ts +1 -1
  697. package/types/cascader/panel/Search.d.ts +1 -1
  698. package/types/checkbox/Checkbox.d.ts +2 -1
  699. package/types/checkbox/Group.d.ts +2 -11
  700. package/types/checkbox/GroupBlock.d.ts +1 -1
  701. package/types/checkbox/context.d.ts +18 -0
  702. package/types/checkbox/index.d.ts +1 -1
  703. package/types/collapse/Collapse.d.ts +2 -5
  704. package/types/collapse/context.d.ts +5 -0
  705. package/types/collapse/index.d.ts +2 -1
  706. package/types/color-picker/InputRgb.d.ts +1 -1
  707. package/types/color-picker/Palette.d.ts +1 -1
  708. package/types/config-provider/ConfigProvider.d.ts +1 -1
  709. package/types/config-provider/interface.d.ts +6 -10
  710. package/types/copy/index.d.ts +1 -1
  711. package/types/date-picker/{RangePicker.d.ts → DatePickerRange.d.ts} +2 -2
  712. package/types/date-picker/Picker.d.ts +2 -16
  713. package/types/date-picker/context.d.ts +6 -7
  714. package/types/date-picker/index.d.ts +7 -6
  715. package/types/date-picker/interface.d.ts +52 -19
  716. package/types/date-picker/panel/Body.d.ts +2 -2
  717. package/types/date-picker/panel/Footer.d.ts +1 -1
  718. package/types/date-picker/panel/Header.d.ts +1 -1
  719. package/types/date-picker/panel/WeekList.d.ts +1 -1
  720. package/types/date-picker/panel/date/index.d.ts +2 -23
  721. package/types/date-picker/panel/month/index.d.ts +2 -2
  722. package/types/date-picker/panel/quarter/index.d.ts +2 -2
  723. package/types/date-picker/panel/range/index.d.ts +3 -3
  724. package/types/date-picker/panel/week/index.d.ts +2 -2
  725. package/types/date-picker/panel/year/index.d.ts +2 -2
  726. package/types/date-picker/utils.d.ts +2 -0
  727. package/types/draggable/Item.d.ts +1 -1
  728. package/types/drawer/interface.d.ts +13 -18
  729. package/types/dropdown/interface.d.ts +2 -7
  730. package/types/form/Control.d.ts +2 -2
  731. package/types/form/FormLabel.d.ts +1 -1
  732. package/types/form/FormList.d.ts +1 -2
  733. package/types/form/FormProvider.d.ts +1 -1
  734. package/types/form/hook/{useContext.d.ts → useFormContext.d.ts} +1 -1
  735. package/types/form/index.d.ts +2 -2
  736. package/types/form/interface.d.ts +1 -1
  737. package/types/grid/index.d.ts +2 -1
  738. package/types/hooks/use-computed-state/index.d.ts +2 -1
  739. package/types/hooks/use-create/index.d.ts +2 -1
  740. package/types/hooks/use-creation/index.d.ts +2 -1
  741. package/types/hooks/use-event/index.d.ts +2 -1
  742. package/types/hooks/use-event-listener/index.d.ts +2 -0
  743. package/types/hooks/use-force-update/index.d.ts +2 -1
  744. package/types/hooks/use-fullscreen/index.d.ts +2 -0
  745. package/types/hooks/use-id/index.d.ts +2 -1
  746. package/types/hooks/use-in-view/index.d.ts +2 -1
  747. package/types/hooks/use-intersection-observer/index.d.ts +2 -1
  748. package/types/hooks/use-intersection-observers/index.d.ts +2 -1
  749. package/types/hooks/use-interval/index.d.ts +2 -1
  750. package/types/hooks/use-is-first-render/index.d.ts +2 -1
  751. package/types/hooks/use-isomorphic-layout-effect/index.d.ts +2 -1
  752. package/types/hooks/use-keyboard-event/index.d.ts +2 -1
  753. package/types/hooks/use-latest/index.d.ts +2 -1
  754. package/types/hooks/use-listen-window-resize/index.d.ts +2 -1
  755. package/types/hooks/use-media/index.d.ts +2 -1
  756. package/types/hooks/use-merge-props/index.d.ts +2 -1
  757. package/types/hooks/use-merge-value/index.d.ts +2 -1
  758. package/types/hooks/use-move/index.d.ts +2 -1
  759. package/types/hooks/use-mutation-observers/index.d.ts +2 -1
  760. package/types/hooks/use-online-status/index.d.ts +2 -1
  761. package/types/hooks/use-overflow-hidden/index.d.ts +2 -1
  762. package/types/hooks/use-override-ref/index.d.ts +2 -1
  763. package/types/hooks/use-persist-callback/index.d.ts +2 -1
  764. package/types/hooks/use-prefers-color-scheme-dark/index.d.ts +2 -1
  765. package/types/hooks/use-previous/index.d.ts +2 -1
  766. package/types/hooks/use-refs/index.d.ts +3 -1
  767. package/types/hooks/use-resize-observer/index.d.ts +2 -1
  768. package/types/hooks/use-resize-observers/index.d.ts +2 -1
  769. package/types/hooks/use-set-state/index.d.ts +2 -0
  770. package/types/hooks/use-state-callback/index.d.ts +2 -1
  771. package/types/hooks/use-state-with-promise/index.d.ts +2 -1
  772. package/types/hooks/use-update-effect/index.d.ts +2 -1
  773. package/types/hooks/use-update-layout-effect/index.d.ts +2 -1
  774. package/types/hooks/use-watch/index.d.ts +2 -1
  775. package/types/hooks/use-window-size/index.d.ts +2 -1
  776. package/types/image/Image.d.ts +2 -1
  777. package/types/image/ImageFooter.d.ts +1 -1
  778. package/types/image/ImagePreviewArrow.d.ts +1 -1
  779. package/types/image/TriggerForToolbar.d.ts +1 -1
  780. package/types/image/{previewGroupContext.d.ts → context.d.ts} +1 -1
  781. package/types/image/interface.d.ts +2 -7
  782. package/types/index.d.ts +18 -18
  783. package/types/input/Input.d.ts +3 -4
  784. package/types/input/Textarea.d.ts +4 -4
  785. package/types/input/{autoSizeTextAreaHeight.d.ts → autoSizeTextareaHeight.d.ts} +2 -2
  786. package/types/input/index.d.ts +4 -4
  787. package/types/input/interface.d.ts +2 -2
  788. package/types/input/useComposition.d.ts +2 -2
  789. package/types/input/utils.d.ts +1 -0
  790. package/types/interface.d.ts +14 -0
  791. package/types/layout/Sider.d.ts +0 -4
  792. package/types/layout/context.d.ts +4 -0
  793. package/types/layout/index.d.ts +3 -6
  794. package/types/layout/interface.d.ts +4 -0
  795. package/types/mask/Mask.d.ts +5 -0
  796. package/types/mask/index.d.ts +2 -0
  797. package/types/mask/interface.d.ts +25 -0
  798. package/types/masonry/demo/image.d.ts +1 -1
  799. package/types/mentions/interface.d.ts +3 -7
  800. package/types/menu/Indent.d.ts +1 -1
  801. package/types/menu/Menu.d.ts +5 -3
  802. package/types/menu/OverflowWrap.d.ts +2 -2
  803. package/types/menu/context.d.ts +1 -1
  804. package/types/menu/index.d.ts +2 -2
  805. package/types/menu/sub-menu/Inline.d.ts +2 -2
  806. package/types/menu/sub-menu/Pop.d.ts +2 -2
  807. package/types/menu/sub-menu/index.d.ts +1 -1
  808. package/types/modal/interface.d.ts +13 -18
  809. package/types/overflow-ellipsis/OverflowItem.d.ts +1 -1
  810. package/types/pagination/PageItem.d.ts +3 -3
  811. package/types/pagination/PageJumper.d.ts +1 -1
  812. package/types/pagination/PageOption.d.ts +1 -1
  813. package/types/popconfirm/interface.d.ts +2 -6
  814. package/types/progress/CircleProgress.d.ts +1 -1
  815. package/types/progress/LineProgess.d.ts +1 -1
  816. package/types/progress/StepProgress.d.ts +1 -1
  817. package/types/qr-code/examples/download.d.ts +1 -1
  818. package/types/qr-code/examples/full.d.ts +1 -1
  819. package/types/qr-code/examples/image.d.ts +1 -1
  820. package/types/radio/Group.d.ts +2 -2
  821. package/types/radio/GroupBlock.d.ts +1 -1
  822. package/types/radio/interface.d.ts +4 -2
  823. package/types/resize-box/ResizeTrigger.d.ts +1 -1
  824. package/types/result/403.d.ts +1 -1
  825. package/types/result/404.d.ts +1 -1
  826. package/types/result/500.d.ts +1 -1
  827. package/types/rich-text/interface.d.ts +1 -1
  828. package/types/rich-text/lib/core/selection.d.ts +1 -0
  829. package/types/row-col/Row.d.ts +2 -0
  830. package/types/row-col/index.d.ts +2 -1
  831. package/types/select/OptionGroup.d.ts +7 -0
  832. package/types/select/Select.d.ts +3 -3
  833. package/types/select/index.d.ts +1 -1
  834. package/types/select/interface.d.ts +6 -11
  835. package/types/select/utils.d.ts +3 -3
  836. package/types/skeleton/Image.d.ts +1 -1
  837. package/types/skeleton/Text.d.ts +2 -1
  838. package/types/slider/Button.d.ts +1 -1
  839. package/types/slider/Input.d.ts +1 -1
  840. package/types/slider/Tick.d.ts +1 -1
  841. package/types/spin/DotLoading.d.ts +1 -1
  842. package/types/switch/interface.d.ts +3 -3
  843. package/types/table/ColGroup.d.ts +1 -1
  844. package/types/table/index.d.ts +3 -1
  845. package/types/table/summary/Cell.d.ts +1 -1
  846. package/types/table/summary/Row.d.ts +2 -2
  847. package/types/table/summary/context.d.ts +1 -1
  848. package/types/table/tbody/Td.d.ts +1 -1
  849. package/types/table/tfoot/index.d.ts +1 -1
  850. package/types/table/th-resizable/index.d.ts +1 -1
  851. package/types/table/thead/Column.d.ts +1 -1
  852. package/types/table/thead/index.d.ts +1 -2
  853. package/types/tabs/TabContent.d.ts +3 -3
  854. package/types/tabs/{Tab.d.ts → Tabs.d.ts} +2 -10
  855. package/types/tabs/context.d.ts +11 -0
  856. package/types/tabs/index.d.ts +2 -2
  857. package/types/tabs/interface.d.ts +4 -0
  858. package/types/tabs/tab-header/DropdownIcon.d.ts +1 -1
  859. package/types/tabs/tab-header/TabInk.d.ts +1 -1
  860. package/types/tabs/tab-header/TabNavIcon.d.ts +2 -2
  861. package/types/tabs/tab-header/index.d.ts +1 -1
  862. package/types/time-picker/Picker.d.ts +2 -14
  863. package/types/time-picker/TimeColumn.d.ts +1 -1
  864. package/types/time-picker/TimePicker.d.ts +2 -24
  865. package/types/time-picker/TimePickerRange.d.ts +3 -0
  866. package/types/time-picker/context.d.ts +6 -6
  867. package/types/time-picker/index.d.ts +4 -3
  868. package/types/time-picker/interface.d.ts +51 -14
  869. package/types/tooltip/interface.d.ts +2 -7
  870. package/types/transfer/Item.d.ts +1 -1
  871. package/types/transfer/List.d.ts +1 -1
  872. package/types/tree/Animation.d.ts +1 -1
  873. package/types/tree/Tree.d.ts +2 -1
  874. package/types/tree/index.d.ts +2 -5
  875. package/types/tree-select/interface.d.ts +2 -7
  876. package/types/trigger/getPopupStyle.d.ts +4 -4
  877. package/types/trigger/interface.d.ts +2 -6
  878. package/types/typography/Operations.d.ts +1 -1
  879. package/types/typography/interface.d.ts +4 -4
  880. package/types/upload/list/index.d.ts +1 -1
  881. package/types/utils/className.d.ts +1 -1
  882. package/types/utils/dayjs.d.ts +15 -14
  883. package/types/utils/names.d.ts +1029 -1
  884. package/types/verification-code/VerificationCode.d.ts +1 -1
  885. package/types/version/index.d.ts +1 -1
  886. package/types/virtual-list/interface.d.ts +1 -1
  887. package/typography/Base.js +1 -1
  888. package/typography/EditContent.js +11 -11
  889. package/typography/Ellipsis.js +1 -1
  890. package/typography/Operations.js +1 -1
  891. package/typography/Paragraph.js +1 -1
  892. package/typography/Text.js +1 -1
  893. package/typography/Title.js +1 -1
  894. package/typography/Typography.js +1 -1
  895. package/typography/index.js +1 -1
  896. package/typography/useCssEllipsis.js +1 -1
  897. package/typography/useEllipsis.js +1 -1
  898. package/upload/TriggerNode.js +1 -1
  899. package/upload/Upload.js +1 -1
  900. package/upload/Uploader.js +1 -1
  901. package/upload/constant.js +1 -1
  902. package/upload/index.js +1 -1
  903. package/upload/list/PictureItem.js +1 -1
  904. package/upload/list/TextItem.js +1 -1
  905. package/upload/list/UploadProgress.js +1 -1
  906. package/upload/list/index.js +1 -1
  907. package/upload/list/utils.js +1 -1
  908. package/upload/request.js +1 -1
  909. package/upload/utils.js +1 -1
  910. package/utils/callOrReturn.js +1 -1
  911. package/utils/callbackOriginRef.js +1 -1
  912. package/utils/caseName.js +1 -1
  913. package/utils/className.js +5 -4
  914. package/utils/constant.js +1 -1
  915. package/utils/contextHolder.js +1 -1
  916. package/utils/copy.js +1 -1
  917. package/utils/date.js +1 -1
  918. package/utils/dayjs.js +106 -102
  919. package/utils/dom.js +1 -1
  920. package/utils/emitter.js +1 -1
  921. package/utils/fileRead.js +1 -1
  922. package/utils/fileToDataURL.js +1 -1
  923. package/utils/fillNBSP.js +1 -1
  924. package/utils/findRootElement.js +1 -1
  925. package/utils/findScrollParent.js +1 -1
  926. package/utils/getHighlightText.js +1 -1
  927. package/utils/getHotkeyHandler.js +1 -1
  928. package/utils/getStringLength.js +1 -1
  929. package/utils/include.js +1 -1
  930. package/utils/index.js +297 -295
  931. package/utils/intersectionObserver.js +1 -1
  932. package/utils/is.js +1 -1
  933. package/utils/keyboardCode.js +1 -1
  934. package/utils/lodash.js +1 -1
  935. package/utils/math.js +1 -1
  936. package/utils/mergeProps.js +1 -1
  937. package/utils/mergedToString.js +1 -1
  938. package/utils/mutationObserver.js +1 -1
  939. package/utils/names.js +187 -18
  940. package/utils/omit.js +1 -1
  941. package/utils/pad.js +1 -1
  942. package/utils/pick.js +1 -1
  943. package/utils/pinyin.js +1 -1
  944. package/utils/react19Adapter.js +1 -1
  945. package/utils/ref.js +1 -1
  946. package/utils/resizeObserver.js +1 -1
  947. package/utils/responsiveObserve.js +1 -1
  948. package/utils/saveAs.js +1 -1
  949. package/utils/screenfull.js +1 -1
  950. package/utils/scrollIntoViewIfNeeded.js +1 -1
  951. package/utils/setCreateRoot.js +1 -1
  952. package/utils/setDarkTheme.js +1 -1
  953. package/utils/setPrimaryColor.js +1 -1
  954. package/utils/setTheme.js +1 -1
  955. package/utils/string.js +1 -1
  956. package/utils/style.js +1 -1
  957. package/utils/throttleByRaf.js +1 -1
  958. package/utils/throttleByRaf2.js +1 -1
  959. package/utils/toArray.js +1 -1
  960. package/utils/tree.js +1 -1
  961. package/utils/tween.js +1 -1
  962. package/utils/uuid.js +1 -1
  963. package/utils/validate.js +1 -1
  964. package/utils/warning.js +1 -1
  965. package/verification-code/VerificationCode.js +1 -1
  966. package/verification-code/index.js +1 -1
  967. package/version/index.js +2 -2
  968. package/virtual-list/Filler.js +1 -1
  969. package/virtual-list/VirtualList.js +1 -1
  970. package/virtual-list/constant.js +1 -1
  971. package/virtual-list/hook/useCacheChildrenNodes.js +1 -1
  972. package/virtual-list/hook/useComputeVirtualItemHeight.js +1 -1
  973. package/virtual-list/index.js +1 -1
  974. package/virtual-list/utils/algorithm.js +1 -1
  975. package/virtual-list/utils/item.js +1 -1
  976. package/watermark/Watermark.js +1 -1
  977. package/watermark/index.js +1 -1
  978. package/date-picker/RangePicker.js +0 -609
  979. package/image/previewGroupContext.js +0 -18
  980. package/select/OptGroup.js +0 -21
  981. package/tabs/Tab.js +0 -175
  982. package/time-picker/RangePicker.js +0 -60
  983. package/types/select/OptGroup.d.ts +0 -7
  984. package/types/time-picker/RangePicker.d.ts +0 -12
  985. /package/types/form/hook/{useState.d.ts → useFormState.d.ts} +0 -0
package/utils/names.js CHANGED
@@ -1,869 +1,1038 @@
1
- /* 2026-01-12 17:27:20 */
1
+ /* 2026-01-19 15:54:51 */
2
2
  const e = {
3
3
  Affix: {
4
4
  zh: "固钉",
5
5
  en: "Affix",
6
+ displayName: "Affix",
6
7
  id: "d2728564-b6e8-4341-ac0c-1c1596fc280f"
7
8
  },
8
9
  Alert: {
9
10
  zh: "警告提示",
10
11
  en: "Alert",
12
+ displayName: "Alert",
11
13
  id: "a2874d49-56b0-4877-8f86-6aba87bdf3f8"
12
14
  },
13
15
  Details: {
14
16
  zh: "概要",
15
17
  en: "Details",
18
+ displayName: "Details",
16
19
  id: "4d8ffcba-7217-4b8d-9e52-d06c097908a6"
17
20
  },
18
21
  Anchor: {
19
22
  zh: "锚点",
20
23
  en: "Anchor",
24
+ displayName: "Anchor",
21
25
  id: "7e221852-5fd3-45b8-8711-faedd8d24b2b"
22
26
  },
23
27
  AnchorLink: {
24
28
  zh: "锚点.链接",
25
29
  en: "Anchor.Link",
30
+ displayName: "AnchorLink",
26
31
  id: "f8149251-e833-4078-9e9f-ee7ce1bd1871"
27
32
  },
28
33
  AutoComplete: {
29
34
  zh: "自动补全",
30
35
  en: "AutoComplete",
36
+ displayName: "AutoComplete",
31
37
  id: "7fd3b1c4-84c9-4fb6-ba35-f9dbe97ae2b1"
32
38
  },
33
- AutoCompleteOptGroup: {
39
+ AutoCompleteOptionGroup: {
34
40
  zh: "自动补全.项目组",
35
- en: "AutoComplete.OptGroup",
41
+ en: "AutoComplete.OptionGroup",
42
+ displayName: "AutoCompleteOptionGroup",
36
43
  id: "eaf88b25-108e-4ab9-b1a4-ea3d890ab4a0"
37
44
  },
38
45
  AutoCompleteOption: {
39
46
  zh: "自动补全.项",
40
47
  en: "AutoComplete.Option",
48
+ displayName: "AutoCompleteOption",
41
49
  id: "fbd475a4-83aa-4267-9582-fa665d295b9e"
42
50
  },
43
51
  Avatar: {
44
52
  zh: "头像",
45
53
  en: "Avatar",
54
+ displayName: "Avatar",
46
55
  id: "461e1483-c7da-46a7-a908-aac1807d7468"
47
56
  },
48
57
  AvatarGroup: {
49
58
  zh: "头像.组",
50
59
  en: "Avatar.Group",
60
+ displayName: "AvatarGroup",
51
61
  id: "07655506-798b-48be-b6df-4b01e5f22619"
52
62
  },
53
63
  BackTop: {
54
64
  zh: "返回顶部",
55
65
  en: "BackTop",
66
+ displayName: "BackTop",
56
67
  id: "fa71dd3a-6462-4577-91d7-5c79454a77b2"
57
68
  },
58
69
  Badge: {
59
70
  zh: "徽标",
60
71
  en: "Badge",
72
+ displayName: "Badge",
61
73
  id: "31e5cde7-8baa-4ba9-8e94-c100719d0db2"
62
74
  },
63
75
  BadgeCount: {
64
76
  zh: "徽标.数字",
65
77
  en: "Badge.Count",
78
+ displayName: "BadgeCount",
66
79
  id: "3a33f221-90e9-4209-8914-6a2a1a473d5f"
67
80
  },
68
81
  Breadcrumb: {
69
82
  zh: "面包屑",
70
83
  en: "Breadcrumb",
84
+ displayName: "Breadcrumb",
71
85
  id: "86328c41-6967-44de-ad74-32f920388512"
72
86
  },
73
87
  BreadcrumbItem: {
74
88
  zh: "面包屑.项",
75
89
  en: "Breadcrumb.Item",
90
+ displayName: "BreadcrumbItem",
76
91
  id: "60845ed4-635d-46f3-9960-b3e76b3f2df4"
77
92
  },
78
93
  Button: {
79
94
  zh: "按钮",
80
95
  en: "Button",
96
+ displayName: "Button",
81
97
  id: "ff476ae8-a29c-497c-9578-2d3f0e20a9aa"
82
98
  },
83
99
  ButtonGroup: {
84
100
  zh: "按钮.组",
85
101
  en: "Button.Group",
102
+ displayName: "ButtonGroup",
86
103
  id: "01a62ac6-565c-4f21-9d46-39f42c9558c7"
87
104
  },
88
105
  Calendar: {
89
106
  zh: "日历",
90
107
  en: "Calendar",
108
+ displayName: "Calendar",
91
109
  id: "710018e5-2f3f-4f84-950c-8a51fe09a2d7"
92
110
  },
93
111
  CalendarMonth: {
94
112
  zh: "日历.月",
95
113
  en: "Calendar.Month",
114
+ displayName: "CalendarMonth",
96
115
  id: "de756c30-e6fb-4e0f-8f59-a02e59efa4bb"
97
116
  },
98
117
  CalendarYear: {
99
118
  zh: "日历.年",
100
119
  en: "Calendar.Year",
120
+ displayName: "CalendarYear",
101
121
  id: "fe82230a-206f-4416-8ac9-24de73e692a8"
102
122
  },
103
123
  Card: {
104
124
  zh: "卡片",
105
125
  en: "Card",
126
+ displayName: "Card",
106
127
  id: "5252fda3-15a1-4b38-b228-998f583b266c"
107
128
  },
108
129
  CardGrid: {
109
130
  zh: "卡片.网格",
110
131
  en: "Card.Grid",
132
+ displayName: "CardGrid",
111
133
  id: "aa1e25f4-83a4-485b-8ce1-9929e2d4276e"
112
134
  },
113
135
  CardMeta: {
114
136
  zh: "卡片.元",
115
137
  en: "Card.Meta",
138
+ displayName: "CardMeta",
116
139
  id: "65687c9a-e281-46a2-89ae-051b6f0fe9fd"
117
140
  },
118
141
  Carousel: {
119
142
  zh: "图片轮播",
120
143
  en: "Carousel",
144
+ displayName: "Carousel",
121
145
  id: "9f6095b0-4e63-4f50-b1f9-d1a45e146cd7"
122
146
  },
123
147
  Cascader: {
124
148
  zh: "级联选择",
125
149
  en: "Cascader",
150
+ displayName: "Cascader",
126
151
  id: "02ff720f-1375-4881-a152-8bda6581778c"
127
152
  },
128
153
  Checkbox: {
129
154
  zh: "复选框",
130
155
  en: "Checkbox",
156
+ displayName: "Checkbox",
131
157
  id: "39637dcd-97e9-4257-b045-2e4bf5528908"
132
158
  },
133
159
  CheckboxGroup: {
134
160
  zh: "复选框.组",
135
161
  en: "Checkbox.Group",
162
+ displayName: "CheckboxGroup",
136
163
  id: "6f3fd29f-dc1e-48d3-8d6e-9155be36b6d0"
137
164
  },
138
165
  CheckboxGroupBlock: {
139
166
  zh: "复选框.组块",
140
167
  en: "Checkbox.GroupBlock",
168
+ displayName: "CheckboxGroupBlock",
141
169
  id: "087e8259-3632-4fa0-973d-d0311f3268d2"
142
170
  },
143
171
  Collapse: {
144
172
  zh: "折叠面板",
145
173
  en: "Collapse",
174
+ displayName: "Collapse",
146
175
  id: "4463d53c-8ed0-41da-a71d-326c45a5f7ea"
147
176
  },
148
177
  CollapseItem: {
149
178
  zh: "折叠面板.项",
150
179
  en: "Collapse.Item",
180
+ displayName: "CollapseItem",
151
181
  id: "86a8867d-1f06-46ee-ba63-949fc81b178c"
152
182
  },
153
183
  ColorPicker: {
154
184
  zh: "颜色选择器",
155
185
  en: "ColorPicker",
186
+ displayName: "ColorPicker",
156
187
  id: "8e918bdc-2abb-4db1-a462-e3c7c6b88b2a"
157
188
  },
158
189
  ColorPickerPanel: {
159
190
  zh: "颜色选择器.显示盘",
160
191
  en: "ColorPicker.Panel",
192
+ displayName: "ColorPickerPanel",
161
193
  id: "06f0988d-56d1-4d25-a6ac-ebd3412b2c97"
162
194
  },
163
195
  Comment: {
164
196
  zh: "评论",
165
197
  en: "Comment",
198
+ displayName: "Comment",
166
199
  id: "27a95ff8-50a3-45ad-a6a3-6e942af340eb"
167
200
  },
168
201
  ConfigConsumer: {
169
202
  zh: "环境订阅者",
170
203
  en: "ConfigConsumer",
204
+ displayName: "ConfigConsumer",
171
205
  id: "244f4803-b528-47ce-aca7-fa0d27d0ab7d"
172
206
  },
173
207
  ConfigContext: {
174
208
  zh: "环境配置",
175
209
  en: "ConfigContext",
210
+ displayName: "ConfigContext",
176
211
  id: "d95c3361-b832-4a9d-8d6c-6179d05053a9"
177
212
  },
178
213
  ConfigProvider: {
179
214
  zh: "全局配置",
180
215
  en: "ConfigProvider",
216
+ displayName: "ConfigProvider",
181
217
  id: "225f99d0-eb13-4d77-b599-65693cc8a88d"
182
218
  },
183
219
  Copy: {
184
220
  zh: "复制",
185
221
  en: "Copy",
222
+ displayName: "Copy",
186
223
  id: "c7df21c6-209c-40f5-a22e-0f0c3bde2535"
187
224
  },
188
225
  DatePicker: {
189
226
  zh: "日期选择器",
190
227
  en: "DatePicker",
228
+ displayName: "DatePicker",
191
229
  id: "9edafc05-331b-418d-87a7-f94133cb7301"
192
230
  },
193
231
  DatePickerRange: {
194
232
  zh: "日期选择器.范围",
195
- en: "DatePicker.RangePicker",
233
+ en: "DatePicker.Range",
234
+ displayName: "DatePickerRange",
196
235
  id: "fbc9d298-5ff0-45be-a4e9-a16fda3c9300"
197
236
  },
198
237
  DatePickerWeek: {
199
238
  zh: "日期选择器.星期",
200
239
  en: "DatePicker.Week",
240
+ displayName: "DatePickerWeek",
201
241
  id: "895be557-9b44-45f5-aee9-5bc666ed602e"
202
242
  },
203
243
  DatePickerMonth: {
204
244
  zh: "日期选择器.月",
205
245
  en: "DatePicker.Month",
246
+ displayName: "DatePickerMonth",
206
247
  id: "aa00c94c-3372-468f-bea2-ea2cea827c91"
207
248
  },
208
249
  DatePickerQuarter: {
209
250
  zh: "日期选择器.季度",
210
251
  en: "DatePicker.Quarter",
252
+ displayName: "DatePickerQuarter",
211
253
  id: "a8016897-c238-40bc-8b0f-78f74526db96"
212
254
  },
213
255
  DatePickerYear: {
214
256
  zh: "日期选择器.年",
215
257
  en: "DatePicker.Year",
258
+ displayName: "DatePickerYear",
216
259
  id: "39470ec4-f72b-4489-84ee-bfbe34b91f2c"
217
260
  },
218
261
  Descriptions: {
219
262
  zh: "描述列表",
220
263
  en: "Descriptions",
264
+ displayName: "Descriptions",
221
265
  id: "bf6c24cc-2ae4-4bb6-ad18-903c07c6b990"
222
266
  },
223
267
  Divider: {
224
268
  zh: "分割线",
225
269
  en: "Divider",
270
+ displayName: "Divider",
226
271
  id: "3bd17d3d-90ca-460b-b209-3bf3fe2b3c79"
227
272
  },
228
273
  DividerVertical: {
229
274
  zh: "分割线.垂直",
230
275
  en: "Divider.Vertical",
276
+ displayName: "DividerVertical",
231
277
  id: "b1b84032-c4d2-4c13-9523-6fe3f21cea22"
232
278
  },
233
279
  Drawer: {
234
280
  zh: "抽屉",
235
281
  en: "Drawer",
282
+ displayName: "Drawer",
236
283
  id: "c4d2a607-957d-4da6-a461-462fc6b7a34d"
237
284
  },
238
285
  Dropdown: {
239
286
  zh: "下拉菜单",
240
287
  en: "Dropdown",
288
+ displayName: "Dropdown",
241
289
  id: "ba72b34b-b221-457d-9782-43bb72f545ef"
242
290
  },
243
291
  DropdownButton: {
244
292
  zh: "下拉菜单.按钮",
245
293
  en: "Dropdown.Button",
294
+ displayName: "DropdownButton",
246
295
  id: "d698989c-e49f-4c78-9992-b45af64120d2"
247
296
  },
248
297
  Empty: {
249
298
  zh: "空状态",
250
299
  en: "Empty",
300
+ displayName: "Empty",
251
301
  id: "1052f1ef-c315-4faf-b627-c2ed71352359"
252
302
  },
253
303
  Form: {
254
304
  zh: "表单",
255
305
  en: "Form",
306
+ displayName: "Form",
256
307
  id: "64a447b2-095e-4e43-abe8-cee259f3c596"
257
308
  },
258
309
  FormControl: {
259
310
  zh: "表单.控制",
260
311
  en: "Form.Control",
312
+ displayName: "FormControl",
261
313
  id: "e0f23a13-bbbe-452f-8390-0c5791094aea"
262
314
  },
263
315
  FormItem: {
264
316
  zh: "表单.项",
265
317
  en: "Form.Item",
318
+ displayName: "FormItem",
266
319
  id: "6ba93ca3-453b-4d32-8120-badad9eaa75b"
267
320
  },
268
321
  FormList: {
269
322
  zh: "表单.列表",
270
323
  en: "Form.List",
324
+ displayName: "FormList",
271
325
  id: "2d2feeab-0664-4b40-aa6b-2cf04e532258"
272
326
  },
273
327
  FormProvider: {
274
328
  zh: "表单.提供者",
275
329
  en: "Form.Provider",
330
+ displayName: "FormProvider",
276
331
  id: "26c5aaec-f9e2-4d53-b089-6eaa3bf7147b"
277
332
  },
278
333
  Grid: {
279
334
  zh: "栅格",
280
335
  en: "Grid",
336
+ displayName: "Grid",
281
337
  id: "d3f9c38e-cb21-4f02-9e0f-eaa9bd7a0354"
282
338
  },
283
339
  GridRow: {
284
340
  zh: "栅格.行",
285
341
  en: "Grid.Row",
342
+ displayName: "GridRow",
286
343
  id: "8a5c616c-26c7-44d6-843e-09ec17382e21"
287
344
  },
288
345
  GridCol: {
289
346
  zh: "栅格.列",
290
347
  en: "Grid.Col",
348
+ displayName: "GridCol",
291
349
  id: "1b5f30bf-12d2-47ed-bb0f-1fcd7f891282"
292
350
  },
293
351
  Row: {
294
352
  zh: "行",
295
353
  en: "Row",
354
+ displayName: "Row",
296
355
  id: "5309c915-2a6a-426b-95e3-e1d21e01a832"
297
356
  },
298
357
  Col: {
299
358
  zh: "行.列",
300
359
  en: "Row.Col",
360
+ displayName: "Col",
301
361
  id: "2ba46e9e-519a-4145-9091-66b4da431a8a"
302
362
  },
303
363
  GridItem: {
304
364
  zh: "栅格.项",
305
365
  en: "Grid.Item",
366
+ displayName: "GridItem",
306
367
  id: "27a64e68-e317-419f-90fa-26f431dc4a39"
307
368
  },
308
369
  Icon: {
309
370
  zh: "图标",
310
371
  en: "Icon",
372
+ displayName: "Icon",
311
373
  id: "3f7e3593-9943-4bdc-afea-42069b7f3252"
312
374
  },
313
375
  IconHover: {
314
376
  zh: "鼠标进入图标容器",
315
377
  en: "IconHover",
378
+ displayName: "IconHover",
316
379
  id: "8eff2be1-b96e-4b3f-88ed-4ebbf2377b69"
317
380
  },
318
381
  IconContext: {
319
382
  zh: "图标环境",
320
383
  en: "IconContext",
384
+ displayName: "IconContext",
321
385
  id: "9bc45963-8360-4b8e-b8c5-d8413f3100d8"
322
386
  },
323
387
  Image: {
324
388
  zh: "图片",
325
389
  en: "Image",
390
+ displayName: "Image",
326
391
  id: "60a26309-58e7-4925-8612-5e85aaa60a4a"
327
392
  },
328
393
  ImagePreview: {
329
394
  zh: "图片.预览",
330
395
  en: "Image.Preview",
396
+ displayName: "ImagePreview",
331
397
  id: "800a30ca-65b3-4137-8dc8-60595605888b"
332
398
  },
333
399
  ImagePreviewGroup: {
334
400
  zh: "图片.预览.组",
335
401
  en: "Image.Preview.Group",
402
+ displayName: "ImagePreviewGroup",
336
403
  id: "30eba265-c42f-4648-85b9-e31cc3b0b9ca"
337
404
  },
338
405
  Input: {
339
406
  zh: "输入框",
340
407
  en: "Input",
408
+ displayName: "Input",
341
409
  id: "1868be7e-e08a-4754-b2f7-f5f709ede04f"
342
410
  },
343
- InputTextArea: {
344
- zh: "输入框.文本域",
345
- en: "Input.TextArea",
346
- id: "a9d21214-778b-4cdc-92ad-84852e3b940a"
347
- },
348
- TextArea: {
349
- zh: "输入框.文本域",
350
- en: "TextArea",
351
- id: "c3077891-eabc-4de5-956f-4b39f622cd62"
352
- },
353
411
  InputNumber: {
354
412
  zh: "输入框.数字",
355
413
  en: "InputNumber",
414
+ displayName: "InputNumber",
356
415
  id: "69b419bc-7cb2-4aaf-aadb-996821b0c78d"
357
416
  },
358
417
  InputTag: {
359
418
  zh: "输入框.标签",
360
419
  en: "InputTag",
420
+ displayName: "InputTag",
361
421
  id: "89f05148-995a-46b5-8db1-17b0723b120a"
362
422
  },
363
423
  InputButton: {
364
424
  zh: "输入框.按钮",
365
425
  en: "Input.Button",
426
+ displayName: "InputButton",
366
427
  id: "3cbbde8a-ab77-435f-aed7-5b627e0382fc"
367
428
  },
368
429
  InputGroup: {
369
430
  zh: "输入框.组",
370
431
  en: "Input.Group",
432
+ displayName: "InputGroup",
371
433
  id: "846717d4-a970-4006-8ca8-55c49f738e14"
372
434
  },
373
435
  InputPassword: {
374
436
  zh: "输入框.密码",
375
437
  en: "Input.Password",
438
+ displayName: "InputPassword",
376
439
  id: "3613770a-341c-4920-a946-cbd95dba0a26"
377
440
  },
378
441
  InputSearch: {
379
442
  zh: "输入框.搜索",
380
443
  en: "Input.Search",
444
+ displayName: "InputSearch",
381
445
  id: "6fc7840e-cd69-4148-adae-aece0fdf4b0c"
382
446
  },
447
+ InputTextarea: {
448
+ zh: "输入框.文本域",
449
+ en: "Input.Textarea",
450
+ displayName: "InputTextarea",
451
+ id: "a9d21214-778b-4cdc-92ad-84852e3b940a"
452
+ },
383
453
  Layout: {
384
454
  zh: "布局",
385
455
  en: "Layout",
456
+ displayName: "Layout",
386
457
  id: "6d2a0c1c-bf3d-4189-9ccf-4cdf6294471f"
387
458
  },
388
459
  LayoutContent: {
389
460
  zh: "布局.内容",
390
461
  en: "Layout.Content",
462
+ displayName: "LayoutContent",
391
463
  id: "eb651ccc-5008-4502-a297-5f34b3d4d4da"
392
464
  },
393
465
  LayoutFooter: {
394
466
  zh: "布局.脚",
395
467
  en: "Layout.Footer",
468
+ displayName: "LayoutFooter",
396
469
  id: "6731ab92-b299-4a7d-aeb0-580c204e55e8"
397
470
  },
398
471
  LayoutHeader: {
399
472
  zh: "布局.头",
400
473
  en: "Layout.Header",
474
+ displayName: "LayoutHeader",
401
475
  id: "f82a9b92-317d-4fe2-b6c4-f5e789581e52"
402
476
  },
403
477
  LayoutSider: {
404
478
  zh: "布局.侧边栏",
405
479
  en: "Layout.Sider",
480
+ displayName: "LayoutSider",
406
481
  id: "84dfd6f6-6b56-4fcc-adc2-f6c279222e3f"
407
482
  },
408
483
  Link: {
409
484
  zh: "链接",
410
485
  en: "Link",
486
+ displayName: "Link",
411
487
  id: "22f292a3-7866-43ba-9f1d-6eac39a946a9"
412
488
  },
413
489
  List: {
414
490
  zh: "列表",
415
491
  en: "List",
492
+ displayName: "List",
416
493
  id: "4d9436a5-735f-4215-a6c8-d5539ca6a5c9"
417
494
  },
418
495
  ListItem: {
419
496
  zh: "列表.项",
420
497
  en: "List.Item",
498
+ displayName: "ListItem",
421
499
  id: "dbd04563-d636-457e-9fb1-2d1be2018f12"
422
500
  },
423
501
  VirtualList: {
424
502
  zh: "虚拟列表",
425
503
  en: "VirtualList",
504
+ displayName: "VirtualList",
426
505
  id: "e3a75780-5233-45d5-aa2d-1761c968ce1e"
427
506
  },
428
507
  Loading: {
429
508
  zh: "加载器",
430
509
  en: "Loading",
510
+ displayName: "Loading",
431
511
  id: "25dc5099-8b9f-4454-9329-7d5eb42d8e31"
432
512
  },
433
513
  Mentions: {
434
514
  zh: "提及",
435
515
  en: "Mentions",
516
+ displayName: "Mentions",
436
517
  id: "c0456096-ee34-4c98-8005-9937c97aef6c"
437
518
  },
438
519
  Menu: {
439
520
  zh: "菜单",
440
521
  en: "Menu",
522
+ displayName: "Menu",
441
523
  id: "d80f81c6-02f9-49b3-a26f-7a3849312643"
442
524
  },
443
525
  MenuItem: {
444
526
  zh: "菜单.项",
445
527
  en: "Menu.Item",
528
+ displayName: "MenuItem",
446
529
  id: "07ed9bb6-219f-41c6-be87-fcd1167be9de"
447
530
  },
448
531
  MenuItemGroup: {
449
532
  zh: "菜单.组",
450
533
  en: "Menu.Item.Group",
534
+ displayName: "MenuItemGroup",
451
535
  id: "20e28e00-2e33-4757-b33f-55376aaef0f6"
452
536
  },
453
537
  MenuSubMenu: {
454
538
  zh: "菜单.副",
455
539
  en: "Menu.SubMenu",
540
+ displayName: "MenuSubMenu",
456
541
  id: "c8f47475-ab3c-49ad-b191-0c695e37d414"
457
542
  },
458
543
  Message: {
459
544
  zh: "全局提示",
460
545
  en: "Message",
546
+ displayName: "Message",
461
547
  id: "b5b3c5f3-0115-4013-a9fb-78241a6e13cc"
462
548
  },
463
549
  Modal: {
464
550
  zh: "对话框",
465
551
  en: "Modal",
552
+ displayName: "Modal",
466
553
  id: "6be1d701-d832-4ec1-a392-c2f77a0de0ad"
467
554
  },
468
555
  Notification: {
469
556
  zh: "通知提醒框",
470
557
  en: "Notification",
558
+ displayName: "Notification",
471
559
  id: "30d2b18e-e1d5-456e-9d3a-69ee6a198dbf"
472
560
  },
473
561
  PageHeader: {
474
562
  zh: "页头",
475
563
  en: "PageHeader",
564
+ displayName: "PageHeader",
476
565
  id: "d9bdf434-465e-4571-b0e8-b4814dcda168"
477
566
  },
478
567
  Pagination: {
479
568
  zh: "分页",
480
569
  en: "Pagination",
570
+ displayName: "Pagination",
481
571
  id: "ec48f434-24f5-4b8c-b2b2-2b90527bfaab"
482
572
  },
483
573
  Popconfirm: {
484
574
  zh: "气泡确认框",
485
575
  en: "Popconfirm",
576
+ displayName: "Popconfirm",
486
577
  id: "721f6f57-510c-4d5a-8329-108352ec2bb2"
487
578
  },
488
579
  Popover: {
489
580
  zh: "气泡卡片",
490
581
  en: "Popover",
582
+ displayName: "Popover",
491
583
  id: "9bdccec3-2290-4b37-853b-14c98672f33e"
492
584
  },
493
585
  Portal: {
494
586
  zh: "Portal",
495
587
  en: "Portal",
588
+ displayName: "Portal",
496
589
  id: "4dab23f4-5b36-486a-a2cf-8a569a2b1e84"
497
590
  },
498
591
  Progress: {
499
592
  zh: "进度条",
500
593
  en: "Progress",
594
+ displayName: "Progress",
501
595
  id: "62723f38-81fc-4535-92b1-2566a90a047c"
502
596
  },
503
597
  Progress2: {
504
598
  zh: "进度条2",
505
599
  en: "Progress2",
600
+ displayName: "Progress2",
506
601
  id: "a863c9f7-99e1-4ddd-bd5f-144754b8805b"
507
602
  },
508
603
  Radio: {
509
604
  zh: "单选框",
510
605
  en: "Radio",
606
+ displayName: "Radio",
511
607
  id: "c946ac4b-85f2-45d9-9421-6f96c18271a4"
512
608
  },
513
609
  RadioGroup: {
514
610
  zh: "单选框.组",
515
611
  en: "Radio.Group",
612
+ displayName: "RadioGroup",
516
613
  id: "c7c0c22e-eda3-4dd0-ae44-59f8cae79212"
517
614
  },
518
615
  RadioGroupBlock: {
519
616
  zh: "单选框.块",
520
617
  en: "Radio.GroupBlock",
618
+ displayName: "RadioGroupBlock",
521
619
  id: "e427972e-95c6-4b4f-8db1-7f189a947289"
522
620
  },
523
621
  RadioGroupContext: {
524
622
  zh: "单选框.环境",
525
623
  en: "Radio.GroupContext",
624
+ displayName: "RadioGroupContext",
526
625
  id: "9905f6f8-345d-4ad4-9211-cfe93ef19950"
527
626
  },
528
627
  Rate: {
529
628
  zh: "评分",
530
629
  en: "Rate",
630
+ displayName: "Rate",
531
631
  id: "6b508197-2136-4c0f-9f8d-7b04ec4de9dc"
532
632
  },
533
633
  ResizeBox: {
534
634
  zh: "伸缩框",
535
635
  en: "ResizeBox",
636
+ displayName: "ResizeBox",
536
637
  id: "041f4c2f-6673-4a95-b11a-fb7f6a7a8f42"
537
638
  },
538
639
  ResizeBoxSplit: {
539
640
  zh: "伸缩框.分隔",
540
641
  en: "ResizeBox.Split",
642
+ displayName: "ResizeBoxSplit",
541
643
  id: "5d9526a2-1f47-43e8-a01e-579c167dc626"
542
644
  },
543
645
  ResizeBoxSplitGroup: {
544
646
  zh: "伸缩框.分隔组",
545
647
  en: "ResizeBox.SplitGroup",
648
+ displayName: "ResizeBoxSplitGroup",
546
649
  id: "0beb18a5-4641-45e1-99df-320ba9db2878"
547
650
  },
548
651
  Result: {
549
652
  zh: "结果页",
550
653
  en: "Result",
654
+ displayName: "Result",
551
655
  id: "f64a32e2-29e9-435a-babd-37d8c57d413d"
552
656
  },
553
657
  Select: {
554
658
  zh: "选择器",
555
659
  en: "Select",
660
+ displayName: "Select",
556
661
  id: "a31c6809-5331-4969-9f6f-24dba44d9fa3"
557
662
  },
558
663
  SelectOption: {
559
664
  zh: "选择器.项",
560
665
  en: "SelectOption",
666
+ displayName: "SelectOption",
561
667
  id: "d3334845-33cc-4f8e-af5b-e307fec9e115"
562
668
  },
563
669
  SelectOptionGroup: {
564
670
  zh: "选择器.项组",
565
671
  en: "SelectOptionGroup",
672
+ displayName: "SelectOptionGroup",
566
673
  id: "eb0c8fa6-0300-49fc-b136-e6165484526f"
567
674
  },
568
675
  Skeleton: {
569
676
  zh: "骨架屏",
570
677
  en: "Skeleton",
678
+ displayName: "Skeleton",
571
679
  id: "dfceb88f-6a8f-4175-b936-c8c8b40947f1"
572
680
  },
573
681
  Slider: {
574
682
  zh: "滑动输入条",
575
683
  en: "Slider",
684
+ displayName: "Slider",
576
685
  id: "a9b258b4-a907-4c09-ad41-4170bb1febb8"
577
686
  },
578
687
  Space: {
579
688
  zh: "间距",
580
689
  en: "Space",
690
+ displayName: "Space",
581
691
  id: "b0bf1865-f3dc-490f-8e1c-bd07cd177126"
582
692
  },
583
693
  SpaceVertical: {
584
694
  zh: "间距.垂直",
585
695
  en: "SpaceVertical",
696
+ displayName: "SpaceVertical",
586
697
  id: "bb1c91c1-8e98-422f-93e2-7e3f7f474da9"
587
698
  },
588
699
  SpeechSynthesis: {
589
700
  zh: "朗读",
590
701
  en: "SpeechSynthesis",
702
+ displayName: "SpeechSynthesis",
591
703
  id: "02ac24b0-f37b-4d7f-b225-af76e49c63b1"
592
704
  },
593
705
  Spin: {
594
706
  zh: "加载中",
595
707
  en: "Spin",
708
+ displayName: "Spin",
596
709
  id: "ccf40119-670c-4362-a1ec-ea22b1f6c3e6"
597
710
  },
598
711
  Statistic: {
599
712
  zh: "数值显示",
600
713
  en: "Statistic",
714
+ displayName: "Statistic",
601
715
  id: "f2c9fe75-4f7b-442c-afe5-6df1085a810d"
602
716
  },
603
717
  StatisticCountdown: {
604
718
  zh: "数值显示.倒计时",
605
719
  en: "Statistic.Countdown",
720
+ displayName: "StatisticCountdown",
606
721
  id: "fa53aadc-46f4-49d1-99a8-3e7ac97e918a"
607
722
  },
608
723
  Countdown: {
609
724
  zh: "倒计时",
610
725
  en: "Countdown",
726
+ displayName: "Countdown",
611
727
  id: "a7a3c750-632e-447f-b889-f6509f9fbc85"
612
728
  },
613
729
  Steps: {
614
730
  zh: "步骤条",
615
731
  en: "Steps",
732
+ displayName: "Steps",
616
733
  id: "7e50570c-adda-427f-a55f-99673594fd94"
617
734
  },
618
735
  StepsStep: {
619
736
  zh: "步骤条.步骤",
620
737
  en: "Steps.Step",
738
+ displayName: "StepsStep",
621
739
  id: "61fef5de-9acc-4087-9ac2-3d622af1e1f3"
622
740
  },
623
741
  StepsItem: {
624
742
  zh: "步骤条.项",
625
743
  en: "Steps.Item",
744
+ displayName: "StepsItem",
626
745
  id: "7c4ddf21-425a-4bdb-9fe3-b61f0934e87c"
627
746
  },
628
747
  Switch: {
629
748
  zh: "开关",
630
749
  en: "Switch",
750
+ displayName: "Switch",
631
751
  id: "fd223146-3008-4b67-a986-736e699d6725"
632
752
  },
633
753
  Table: {
634
754
  zh: "表格",
635
755
  en: "Table",
756
+ displayName: "Table",
636
757
  id: "ff0498ea-76a4-4c03-81c4-057468460918"
637
758
  },
638
759
  TableSummary: {
639
760
  zh: "表格.总结",
640
761
  en: "Table.Summary",
762
+ displayName: "TableSummary",
641
763
  id: "23bde7c6-af70-4ae7-836e-7f597c8809a0"
642
764
  },
643
765
  TableSummaryCell: {
644
766
  zh: "表格.总结.单元",
645
767
  en: "Table.Summary.Cell",
768
+ displayName: "TableSummaryCell",
646
769
  id: "8592f87a-5b11-48dc-81d2-bc820ffd4d21"
647
770
  },
648
771
  TableSummaryRow: {
649
772
  zh: "表格.总结.行",
650
773
  en: "Table.Summary.Row",
774
+ displayName: "TableSummaryRow",
651
775
  id: "2e6b7a00-0b58-4ab6-8573-ed28c5f190b4"
652
776
  },
653
777
  Tabs: {
654
778
  zh: "标签页",
655
779
  en: "Tabs",
780
+ displayName: "Tabs",
656
781
  id: "5b472f17-0504-4581-936d-668a86b6a7b3"
657
782
  },
658
783
  TabPane: {
659
784
  zh: "标签页.项面板",
660
785
  en: "TabPane",
786
+ displayName: "TabPane",
661
787
  id: "0fb35630-bc6c-4b8d-8d7c-d7b42ac27048"
662
788
  },
663
789
  Tag: {
664
790
  zh: "标签",
665
791
  en: "Tag",
792
+ displayName: "Tag",
666
793
  id: "3287a660-4471-420c-8ffd-f4511491de10"
667
794
  },
668
795
  TimePicker: {
669
796
  zh: "时间选择器",
670
797
  en: "TimePicker",
798
+ displayName: "TimePicker",
671
799
  id: "b98a689a-7cb6-48be-9498-14b264118299"
672
800
  },
673
801
  TimePickerRange: {
674
802
  zh: "时间选择器.范围",
675
803
  en: "TimePicker.Range",
804
+ displayName: "TimePickerRange",
676
805
  id: "e393bae1-20fa-41c8-b2c0-e98cc0370dec"
677
806
  },
678
807
  Timeline: {
679
808
  zh: "时间轴",
680
809
  en: "Timeline",
810
+ displayName: "Timeline",
681
811
  id: "6a017e16-84f7-4b37-88d9-9f97214b3b5b"
682
812
  },
683
813
  TimelineItem: {
684
814
  zh: "时间轴.项",
685
815
  en: "TimelineItem",
816
+ displayName: "TimelineItem",
686
817
  id: "a894d3a1-ce06-45cb-a988-9444de70135b"
687
818
  },
688
819
  Tooltip: {
689
820
  zh: "文字气泡",
690
821
  en: "Tooltip",
822
+ displayName: "Tooltip",
691
823
  id: "0c3433c5-fe25-4a7c-8a57-ed041283f69c"
692
824
  },
693
825
  Transfer: {
694
826
  zh: "数据穿梭框",
695
827
  en: "Transfer",
828
+ displayName: "Transfer",
696
829
  id: "06b41a95-2092-4745-b378-4f22b52825f2"
697
830
  },
698
831
  Tree: {
699
832
  zh: "树",
700
833
  en: "Tree",
834
+ displayName: "Tree",
701
835
  id: "07232de6-79d4-4684-aff7-df1767a2946b"
702
836
  },
703
837
  TreeNode: {
704
838
  zh: "树.节点",
705
839
  en: "TreeNode",
840
+ displayName: "TreeNode",
706
841
  id: "0f84aa67-2bbe-4143-8196-09e679954e43"
707
842
  },
708
843
  TreeSelect: {
709
844
  zh: "树选择",
710
845
  en: "TreeSelect",
846
+ displayName: "TreeSelect",
711
847
  id: "c467c4e9-9432-4468-a436-ad83bd83ce37"
712
848
  },
713
849
  TreeSelectNode: {
714
850
  zh: "树选择.节点",
715
851
  en: "TreeSelectNode",
852
+ displayName: "TreeSelectNode",
716
853
  id: "0cf8b561-fcc2-456c-8266-35dc6cf05c05"
717
854
  },
718
855
  Trigger: {
719
856
  zh: "触发器",
720
857
  en: "Trigger",
858
+ displayName: "Trigger",
721
859
  id: "eacd72b8-8b1c-4a49-a83b-fe8b22d43bda"
722
860
  },
723
861
  Typography: {
724
862
  zh: "排版",
725
863
  en: "Typography",
864
+ displayName: "Typography",
726
865
  id: "c0838f8b-ea9a-4dea-a8e9-fcd86d0c4e3e"
727
866
  },
728
867
  TypographyEllipsis: {
729
868
  zh: "排版.省略",
730
869
  en: "Typography.Ellipsis",
870
+ displayName: "TypographyEllipsis",
731
871
  id: "f144153d-ea61-424f-ae7f-e020e0866c73"
732
872
  },
733
873
  TypographyParagraph: {
734
874
  zh: "排版.段落",
735
875
  en: "Typography.Paragraph",
876
+ displayName: "TypographyParagraph",
736
877
  id: "cbf4802f-4736-4fef-b955-664133c8bff0"
737
878
  },
738
879
  TypographyText: {
739
880
  zh: "排版.文本",
740
881
  en: "Typography.Text",
882
+ displayName: "TypographyText",
741
883
  id: "0af71bc9-d54f-4735-aea8-54d79298b182"
742
884
  },
743
885
  TypographyTitle: {
744
886
  zh: "排版.标题",
745
887
  en: "Typography.Title",
888
+ displayName: "TypographyTitle",
746
889
  id: "61d6c1f5-d9e7-435a-99fe-40488a81f7a6"
747
890
  },
748
891
  Upload: {
749
892
  zh: "上传",
750
893
  en: "Upload",
894
+ displayName: "Upload",
751
895
  id: "5824822f-e63e-4a8a-8822-704071c7c280"
752
896
  },
753
897
  UploadList: {
754
898
  zh: "上传列表",
755
899
  en: "UploadList",
900
+ displayName: "UploadList",
756
901
  id: "3882155d-4bdd-4dd1-a0cd-d348270735ae"
757
902
  },
758
903
  VerificationCode: {
759
904
  zh: "验证码输入",
760
905
  en: "VerificationCode",
906
+ displayName: "VerificationCode",
761
907
  id: "8e14c210-1e49-4394-8b81-105794e3330c"
762
908
  },
763
909
  Watermark: {
764
910
  zh: "水印",
765
911
  en: "Watermark",
912
+ displayName: "Watermark",
766
913
  id: "3af4892b-e901-4709-b9da-9761626bb0ff"
767
914
  },
768
915
  Development: {
769
916
  zh: "等待开发",
770
917
  en: "Development",
918
+ displayName: "Development",
771
919
  id: "aa5a04d8-9e3b-4141-a136-84f408897184"
772
920
  },
773
921
  Tour: {
774
922
  zh: "漫游式引导",
775
923
  en: "Tour",
924
+ displayName: "Tour",
776
925
  id: "159e13df-12c5-45ac-b00b-e6bc39db4c5a"
777
926
  },
778
927
  QR_Code: {
779
928
  zh: "二维码",
780
929
  en: "QRCode",
930
+ displayName: "QR_Code",
781
931
  id: "493400fb-26a6-49b3-8d57-2ffb59bb1341"
782
932
  },
783
933
  LiquidFill: {
784
934
  zh: "水球图",
785
935
  en: "LiquidFill",
936
+ displayName: "LiquidFill",
786
937
  id: "ba3861dd-fe35-4fdf-8b6a-fe44bc450dfb"
787
938
  },
788
939
  Marquee: {
789
940
  zh: "跑马灯",
790
941
  en: "Marquee",
942
+ displayName: "Marquee",
791
943
  id: "1c18519e-d2fd-4ef8-ad99-471b2e96ad22"
792
944
  },
793
945
  Segmented: {
794
946
  zh: "分段控制器",
795
947
  en: "Segmented",
948
+ displayName: "Segmented",
796
949
  id: "f759052c-944b-419e-b0d1-39ca561c03bf"
797
950
  },
798
951
  Splitter: {
799
952
  zh: "分隔面板",
800
953
  en: "Splitter",
954
+ displayName: "Splitter",
801
955
  id: "1261847c-270e-427f-bfe1-eb50c3ed4e6c"
802
956
  },
803
957
  SplitterPanel: {
804
958
  zh: "分隔面板.项面板",
805
959
  en: "SplitterPanel",
960
+ displayName: "SplitterPanel",
806
961
  id: "d36163df-8d36-4e62-b218-bbfbcfe9b46b"
807
962
  },
808
963
  Flex: {
809
964
  zh: "弹性布局",
810
965
  en: "Flex",
966
+ displayName: "Flex",
811
967
  id: "35efe7f0-eefa-4a24-929c-2cc5933b49ff"
812
968
  },
813
969
  FlexVertical: {
814
970
  zh: "弹性布局.垂直",
815
971
  en: "Flex.Vertical",
972
+ displayName: "FlexVertical",
816
973
  id: "cdf25555-6bb5-4730-aaa4-f037463cf0a0"
817
974
  },
818
975
  App: {
819
976
  zh: "包裹组件",
820
977
  en: "App",
978
+ displayName: "App",
821
979
  id: "08bbfbd6-c1b6-4e54-880d-f2e5ca214d67"
822
980
  },
823
981
  IconFile: {
824
982
  zh: "文件图标",
825
983
  en: "IconFile",
984
+ displayName: "IconFile",
826
985
  id: "adebcf8a-29c2-4e09-84e3-d87cc08eabfe"
827
986
  },
828
987
  RichText: {
829
988
  zh: "富文本",
830
989
  en: "RichText",
990
+ displayName: "RichText",
831
991
  id: "9ea0626e-fdd3-4dbf-a9a7-8cd7e36b5b3b"
832
992
  },
833
993
  Masonry: {
834
994
  zh: "瀑布流",
835
995
  en: "Masonry",
996
+ displayName: "Masonry",
836
997
  id: "8d11964c-3753-43b4-9c46-d01ed999bdc4"
837
998
  },
838
999
  OverflowEllipsis: {
839
1000
  zh: "溢出折叠",
840
1001
  en: "OverflowEllipsis",
1002
+ displayName: "OverflowEllipsis",
841
1003
  id: "31ff5a53-4aef-4172-9d9f-f64bf7041dd0"
842
1004
  },
843
1005
  OverflowEllipsisItem: {
844
1006
  zh: "溢出折叠.项",
845
1007
  en: "OverflowEllipsis.Item",
1008
+ displayName: "OverflowEllipsisItem",
846
1009
  id: "6a57be27-8621-4f77-8d2d-8cd3fbb593ba"
847
1010
  },
848
1011
  OverflowItem: {
849
1012
  zh: "溢出.项",
850
1013
  en: "OverflowItem",
1014
+ displayName: "OverflowItem",
851
1015
  id: "360298dc-ca25-4fb4-902d-0077e2df97e6"
852
1016
  },
853
1017
  SuspenseFallbackTest: {
854
- zh: "加载中",
1018
+ zh: "加载时显示后备方案",
855
1019
  en: "SuspenseFallbackTest",
1020
+ displayName: "SuspenseFallbackTest",
856
1021
  id: "c49795f7-63f1-47cf-9e23-374d1babd338"
857
1022
  },
858
1023
  Timer: {
859
1024
  zh: "时间",
860
1025
  en: "Timer",
1026
+ displayName: "Timer",
861
1027
  id: "cffcc03e-1b15-4231-9232-ebc6b13ba04d"
862
1028
  }
863
1029
  };
864
- e.QRCode = e.QR_Code;
865
- e.RowCol = e.Col;
866
- e.RowItem = e.Col;
1030
+ Object.assign(e, {
1031
+ Textarea: e.InputTextarea,
1032
+ QRCode: e.QR_Code,
1033
+ RowCol: e.Col,
1034
+ RowItem: e.Col
1035
+ });
867
1036
  export {
868
1037
  e as COMPONENT_NAMES
869
1038
  };