@unicom-cloud/ui 0.8.134 → 0.8.135

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 (786) hide show
  1. package/Affix.js +1 -1
  2. package/Alert.js +1 -1
  3. package/Anchor.js +1 -1
  4. package/App.js +1 -1
  5. package/AutoComplete.js +1 -1
  6. package/Avatar.js +1 -1
  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 +1 -1
  16. package/Collapse.js +1 -1
  17. package/ColorPicker.js +16 -15
  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 +1 -1
  23. package/DatePicker.js +1 -1
  24. package/Descriptions.js +4 -3
  25. package/Details.js +1 -1
  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 +1 -1
  33. package/Form.js +1 -1
  34. package/Grid.js +1 -1
  35. package/Icon.js +1 -1
  36. package/IconHover.js +4 -3
  37. package/Image.js +1 -1
  38. package/Input.js +1 -1
  39. package/InputNumber.js +7 -3
  40. package/InputTag.js +1 -1
  41. package/Layout.js +1 -1
  42. package/Link.js +1 -1
  43. package/LiquidFill.js +1 -1
  44. package/List.js +1 -1
  45. package/Loading.js +1 -1
  46. package/Marquee.js +1 -1
  47. package/Masonry.js +1 -1
  48. package/Mentions.js +4 -3
  49. package/Menu.js +1 -1
  50. package/Message.js +1 -1
  51. package/Modal.js +1 -1
  52. package/Notice.js +1 -1
  53. package/Notification.js +1 -1
  54. package/OverflowEllipsis.js +1 -1
  55. package/PageHeader.js +1 -1
  56. package/Pagination.js +1 -1
  57. package/Picker.js +1 -1
  58. package/Popconfirm.js +1 -1
  59. package/Popover.js +1 -1
  60. package/Portal.js +1 -1
  61. package/Progress.js +1 -1
  62. package/Progress2.js +1 -1
  63. package/QrCode.js +1 -1
  64. package/Radio.js +1 -1
  65. package/Rate.js +4 -3
  66. package/ResizeBox.js +1 -1
  67. package/Result.js +1 -1
  68. package/RichText.js +25 -22
  69. package/RowCol.js +1 -1
  70. package/Segmented.js +1 -1
  71. package/Select.js +1 -1
  72. package/SelectView.js +4 -3
  73. package/Skeleton.js +1 -1
  74. package/Slider.js +4 -3
  75. package/Space.js +1 -1
  76. package/SpeechSynthesis.js +1 -1
  77. package/Spin.js +1 -1
  78. package/Splitter.js +1 -1
  79. package/Statistic.js +1 -1
  80. package/Steps.js +1 -1
  81. package/SuspenseFallbackTest.js +1 -1
  82. package/Switch.js +4 -3
  83. package/Table.js +1 -1
  84. package/Tabs.js +1 -1
  85. package/Tag.js +1 -1
  86. package/TimePicker.js +1 -1
  87. package/Timeline.js +1 -1
  88. package/Timer.js +1 -1
  89. package/Tooltip.js +1 -1
  90. package/Tour.js +1 -1
  91. package/Transfer.js +4 -3
  92. package/Tree.js +1 -1
  93. package/TreeSelect.js +1 -1
  94. package/Trigger.js +1 -1
  95. package/Typography.js +1 -1
  96. package/Upload.js +1 -1
  97. package/VerificationCode.js +1 -1
  98. package/VirtualList.js +1 -1
  99. package/Watermark.js +1 -1
  100. package/affix/Affix.js +1 -1
  101. package/affix/index.js +1 -1
  102. package/alert/Alert.js +1 -1
  103. package/alert/index.js +1 -1
  104. package/anchor/Anchor.js +1 -1
  105. package/anchor/Link.js +1 -1
  106. package/anchor/context.js +1 -1
  107. package/anchor/index.js +1 -1
  108. package/anchor/utils.js +17 -16
  109. package/app/App.js +1 -1
  110. package/app/context.js +1 -1
  111. package/app/index.js +1 -1
  112. package/app/useApp.js +1 -1
  113. package/auto-complete/AutoComplete.js +117 -112
  114. package/auto-complete/index.js +1 -1
  115. package/avatar/Avatar.js +1 -1
  116. package/avatar/Group.js +1 -1
  117. package/avatar/context.js +1 -1
  118. package/avatar/index.js +1 -1
  119. package/back-top/BackTop.js +1 -1
  120. package/back-top/index.js +1 -1
  121. package/badge/Badge.js +1 -1
  122. package/badge/Count.js +1 -1
  123. package/badge/index.js +1 -1
  124. package/breadcrumb/Breadcrumb.js +1 -1
  125. package/breadcrumb/Item.js +1 -1
  126. package/breadcrumb/index.js +1 -1
  127. package/button/Button.js +1 -1
  128. package/button/Group.js +1 -1
  129. package/button/index.js +1 -1
  130. package/calendar/Lunar.js +1 -1
  131. package/calendar/Month.js +1 -1
  132. package/calendar/WeekList.js +1 -1
  133. package/calendar/Year.js +1 -1
  134. package/calendar/header/Panel.js +1 -1
  135. package/calendar/header/index.js +1 -1
  136. package/calendar/hook/useCellClassName.js +1 -1
  137. package/calendar/index.js +1 -1
  138. package/card/Grid.js +1 -1
  139. package/card/Meta.js +1 -1
  140. package/card/index.js +1 -1
  141. package/carousel/Arrow.js +1 -1
  142. package/carousel/Indicator.js +1 -1
  143. package/carousel/index.js +1 -1
  144. package/cascader/Cascader.js +130 -127
  145. package/cascader/base/node.js +1 -1
  146. package/cascader/base/store.js +1 -1
  147. package/cascader/hook/useRefCurrent.js +1 -1
  148. package/cascader/index.js +1 -1
  149. package/cascader/panel/List.js +37 -36
  150. package/cascader/panel/Option.js +1 -1
  151. package/cascader/panel/Search.js +1 -1
  152. package/cascader/utils.js +1 -1
  153. package/checkbox/Checkbox.js +91 -86
  154. package/checkbox/Group.js +83 -67
  155. package/checkbox/GroupBlock.js +93 -59
  156. package/checkbox/index.js +1 -1
  157. package/checkbox/useCheckbox.js +1 -1
  158. package/collapse/Collapse.js +1 -1
  159. package/collapse/Item.js +1 -1
  160. package/collapse/index.js +1 -1
  161. package/color-picker/ControlBar.js +1 -1
  162. package/color-picker/InputAlpha.js +1 -1
  163. package/color-picker/InputHex.js +1 -1
  164. package/color-picker/InputRgb.js +1 -1
  165. package/color-picker/Mode.js +1 -1
  166. package/color-picker/Palette.js +1 -1
  167. package/color-picker/Panel.js +1 -1
  168. package/color-picker/colors.js +1 -1
  169. package/color-picker/hooks/useColorPicker.js +99 -104
  170. package/color-picker/hooks/useControlBlock.js +1 -1
  171. package/color-picker/index.js +142 -126
  172. package/color-picker/interface.js +1 -1
  173. package/color-picker/utils.js +1 -1
  174. package/comment/index.js +1 -1
  175. package/config-provider/ConfigProvider.js +42 -60
  176. package/config-provider/context.js +14 -13
  177. package/config-provider/index.js +1 -1
  178. package/config-provider/useConfigProvider.js +38 -0
  179. package/constant/index.js +1 -1
  180. package/copy/index.js +1 -1
  181. package/countdown/index.js +1 -1
  182. package/countdown/utils.js +1 -1
  183. package/date-picker/Picker.js +260 -254
  184. package/date-picker/RangePicker.js +315 -309
  185. package/date-picker/context.js +1 -1
  186. package/date-picker/hook/useCellClassName.js +1 -1
  187. package/date-picker/index.js +1 -1
  188. package/date-picker/panel/Body.js +1 -1
  189. package/date-picker/panel/Footer.js +1 -1
  190. package/date-picker/panel/Header.js +1 -1
  191. package/date-picker/panel/Shortcut.js +1 -1
  192. package/date-picker/panel/WeekList.js +1 -1
  193. package/date-picker/panel/date/index.js +1 -1
  194. package/date-picker/panel/month/index.js +1 -1
  195. package/date-picker/panel/quarter/index.js +1 -1
  196. package/date-picker/panel/range/index.js +1 -1
  197. package/date-picker/panel/week/index.js +1 -1
  198. package/date-picker/panel/year/index.js +1 -1
  199. package/date-picker/utils.js +1 -1
  200. package/descriptions/index.js +2 -1
  201. package/details/index.js +1 -1
  202. package/development/index.js +1 -1
  203. package/divider/index.js +1 -1
  204. package/draggable/Item.js +1 -1
  205. package/draggable/index.js +1 -1
  206. package/drawer/Drawer.js +1 -1
  207. package/drawer/index.js +1 -1
  208. package/dropdown/Button.js +1 -1
  209. package/dropdown/index.js +1 -1
  210. package/empty/index.js +1 -1
  211. package/flex/index.js +1 -1
  212. package/form/Control.js +1 -1
  213. package/form/Form.js +93 -94
  214. package/form/FormItem.js +140 -133
  215. package/form/FormLabel.js +38 -37
  216. package/form/FormList.js +1 -1
  217. package/form/FormProvider.js +1 -1
  218. package/form/context.js +1 -1
  219. package/form/hook/useContext.js +1 -1
  220. package/form/hook/useForm.js +1 -1
  221. package/form/hook/useState.js +1 -1
  222. package/form/hook/useWatch.js +1 -1
  223. package/form/index.js +1 -1
  224. package/form/interface.js +1 -1
  225. package/form/promisify.js +1 -1
  226. package/form/store.js +1 -1
  227. package/form/utils.js +1 -1
  228. package/grid/Grid.js +1 -1
  229. package/grid/Item.js +1 -1
  230. package/grid/context.js +1 -1
  231. package/grid/index.js +1 -1
  232. package/grid/utils.js +1 -1
  233. package/hooks/index.js +1 -1
  234. package/hooks/use-breakpoint/index.js +1 -1
  235. package/hooks/use-computed-state/index.js +1 -1
  236. package/hooks/use-create/index.js +1 -1
  237. package/hooks/use-creation/index.js +1 -1
  238. package/hooks/use-event/index.js +1 -1
  239. package/hooks/use-force-update/index.js +1 -1
  240. package/hooks/use-id/index.js +1 -1
  241. package/hooks/use-in-view/index.js +1 -1
  242. package/hooks/use-intersection-observer/index.js +1 -1
  243. package/hooks/use-intersection-observers/index.js +1 -1
  244. package/hooks/use-interval/index.js +1 -1
  245. package/hooks/use-is-first-render/index.js +1 -1
  246. package/hooks/use-isomorphic-layout-effect/index.js +1 -1
  247. package/hooks/use-keyboard-event/index.js +1 -1
  248. package/hooks/use-latest/index.js +1 -1
  249. package/hooks/use-listen-window-resize/index.js +1 -1
  250. package/hooks/use-media/index.js +1 -1
  251. package/hooks/use-merge-props/index.js +1 -1
  252. package/hooks/use-merge-value/index.js +1 -1
  253. package/hooks/use-move/index.js +1 -1
  254. package/hooks/use-mutation-observers/index.js +1 -1
  255. package/hooks/use-online-status/index.js +1 -1
  256. package/hooks/use-overflow-hidden/index.js +1 -1
  257. package/hooks/use-override-ref/index.js +1 -1
  258. package/hooks/use-persist-callback/index.js +1 -1
  259. package/hooks/use-prefers-color-scheme-dark/index.js +1 -1
  260. package/hooks/use-previous/index.js +1 -1
  261. package/hooks/use-refs/index.js +1 -1
  262. package/hooks/use-resize-observer/index.js +1 -1
  263. package/hooks/use-resize-observers/index.js +1 -1
  264. package/hooks/use-responsive-state/index.js +1 -1
  265. package/hooks/use-state-callback/index.js +1 -1
  266. package/hooks/use-state-with-promise/index.js +1 -1
  267. package/hooks/use-update-effect/index.js +1 -1
  268. package/hooks/use-update-layout-effect/index.js +1 -1
  269. package/hooks/use-verification-code/index.js +1 -1
  270. package/hooks/use-watch/index.js +1 -1
  271. package/hooks/use-watermark/index.js +1 -1
  272. package/hooks/use-watermark/utils.js +1 -1
  273. package/hooks/use-window-size/index.js +1 -1
  274. package/hooks/useBreakpoint.js +1 -1
  275. package/hooks/useComputedState.js +1 -1
  276. package/hooks/useCreate.js +1 -1
  277. package/hooks/useCreation.js +1 -1
  278. package/hooks/useEvent.js +1 -1
  279. package/hooks/useForceUpdate.js +1 -1
  280. package/hooks/useId.js +1 -1
  281. package/hooks/useInView.js +1 -1
  282. package/hooks/useIntersectionObserver.js +1 -1
  283. package/hooks/useIntersectionObservers.js +1 -1
  284. package/hooks/useInterval.js +1 -1
  285. package/hooks/useIsFirstRender.js +1 -1
  286. package/hooks/useIsomorphicLayoutEffect.js +1 -1
  287. package/hooks/useKeyboardEvent.js +1 -1
  288. package/hooks/useLatest.js +1 -1
  289. package/hooks/useListenWindowResize.js +1 -1
  290. package/hooks/useMedia.js +1 -1
  291. package/hooks/useMergeProps.js +1 -1
  292. package/hooks/useMergeValue.js +1 -1
  293. package/hooks/useMove.js +1 -1
  294. package/hooks/useMutationObservers.js +1 -1
  295. package/hooks/useOnlineStatus.js +1 -1
  296. package/hooks/useOverflowHidden.js +1 -1
  297. package/hooks/useOverrideRef.js +1 -1
  298. package/hooks/usePersistCallback.js +1 -1
  299. package/hooks/usePrefersColorSchemeDark.js +1 -1
  300. package/hooks/usePrevious.js +1 -1
  301. package/hooks/useRefs.js +1 -1
  302. package/hooks/useResizeObserver.js +1 -1
  303. package/hooks/useResizeObservers.js +1 -1
  304. package/hooks/useResponsiveState.js +1 -1
  305. package/hooks/useStateCallback.js +1 -1
  306. package/hooks/useStateWithPromise.js +1 -1
  307. package/hooks/useUpdateEffect.js +1 -1
  308. package/hooks/useUpdateLayoutEffect.js +1 -1
  309. package/hooks/useVerificationCode.js +1 -1
  310. package/hooks/useWatch.js +1 -1
  311. package/hooks/useWatermark.js +1 -1
  312. package/hooks/useWindowSize.js +1 -1
  313. package/icon/Icon.js +1 -1
  314. package/icon/addIconFromCdn.js +1 -1
  315. package/icon/index.js +1 -1
  316. package/icon-hover/index.js +29 -26
  317. package/icons/file/index.js +1 -1
  318. package/icons/file.js +1 -1
  319. package/icons.js +1 -1
  320. package/image/Image.js +1 -1
  321. package/image/ImageFooter.js +1 -1
  322. package/image/ImagePreview.js +197 -197
  323. package/image/ImagePreviewArrow.js +1 -1
  324. package/image/ImagePreviewGroup.js +1 -1
  325. package/image/ImagePreviewToolbar.js +1 -1
  326. package/image/TriggerForToolbar.js +1 -1
  327. package/image/index.js +1 -1
  328. package/image/previewGroupContext.js +1 -1
  329. package/image/utils/getFixTranslate.js +1 -1
  330. package/image/utils/getScale.js +1 -1
  331. package/image/utils/hook/useImageStatus.js +1 -1
  332. package/image/utils/hook/useShowFooter.js +1 -1
  333. package/index.js +551 -549
  334. package/input/Button.js +69 -57
  335. package/input/Group.js +1 -1
  336. package/input/Input.js +144 -133
  337. package/input/InputElement.js +123 -118
  338. package/input/Number.js +1 -1
  339. package/input/Password.js +60 -41
  340. package/input/Search.js +62 -43
  341. package/input/Tag.js +1 -1
  342. package/input/Textarea.js +106 -100
  343. package/input/autoSizeTextAreaHeight.js +1 -1
  344. package/input/index.js +1 -1
  345. package/input/useComposition.js +1 -1
  346. package/input-number/decimal.js +1 -1
  347. package/input-number/index.js +132 -128
  348. package/input-number/useSelectionRange.js +1 -1
  349. package/input-number/utils.js +1 -1
  350. package/input-tag/InputTag.js +221 -209
  351. package/input-tag/index.js +1 -1
  352. package/layout/Content.js +1 -1
  353. package/layout/Footer.js +1 -1
  354. package/layout/Header.js +1 -1
  355. package/layout/Sider.js +30 -29
  356. package/layout/index.js +1 -1
  357. package/link/index.js +1 -1
  358. package/liquid-fill/index.js +1 -1
  359. package/list/Item.js +1 -1
  360. package/list/Meta.js +1 -1
  361. package/list/index.js +1 -1
  362. package/loading/index.js +1 -1
  363. package/locale/ar-EG.js +1 -1
  364. package/locale/de-DE.js +1 -1
  365. package/locale/default.js +1 -1
  366. package/locale/en-US.js +1 -1
  367. package/locale/es-ES.js +1 -1
  368. package/locale/fr-FR.js +1 -1
  369. package/locale/id-ID.js +1 -1
  370. package/locale/it-IT.js +1 -1
  371. package/locale/ja-JP.js +1 -1
  372. package/locale/ko-KR.js +1 -1
  373. package/locale/ms-MY.js +1 -1
  374. package/locale/pt-BR.js +1 -1
  375. package/locale/pt-PT.js +1 -1
  376. package/locale/ru-RU.js +1 -1
  377. package/locale/th-TH.js +1 -1
  378. package/locale/tr-TR.js +1 -1
  379. package/locale/vi-VN.js +1 -1
  380. package/locale/zh-CN.js +1 -1
  381. package/locale/zh-HK.js +1 -1
  382. package/locale/zh-TW.js +1 -1
  383. package/marquee/index.js +1 -1
  384. package/masonry/Masonry.js +2 -1
  385. package/masonry/MasonryItem.js +1 -1
  386. package/masonry/hooks/useDelay.js +1 -1
  387. package/masonry/hooks/useGutter.js +1 -1
  388. package/masonry/hooks/usePositions.js +1 -1
  389. package/masonry/hooks/useRefs.js +1 -1
  390. package/masonry/index.js +1 -1
  391. package/mentions/index.js +90 -85
  392. package/mentions/utils.js +1 -1
  393. package/menu/Indent.js +1 -1
  394. package/menu/Item.js +1 -1
  395. package/menu/ItemGroup.js +1 -1
  396. package/menu/Menu.js +1 -1
  397. package/menu/OverflowWrap.js +1 -1
  398. package/menu/context.js +1 -1
  399. package/menu/index.js +1 -1
  400. package/menu/sub-menu/Inline.js +1 -1
  401. package/menu/sub-menu/Pop.js +1 -1
  402. package/menu/sub-menu/index.js +1 -1
  403. package/menu/utils.js +1 -1
  404. package/message/index.js +1 -1
  405. package/message/useMessage.js +4 -3
  406. package/modal/Confirm.js +1 -1
  407. package/modal/Modal.js +1 -1
  408. package/modal/config.js +1 -1
  409. package/modal/index.js +1 -1
  410. package/modal/use-modal/Hook.js +1 -1
  411. package/modal/use-modal/index.js +1 -1
  412. package/notice/index.js +1 -1
  413. package/notification/index.js +1 -1
  414. package/notification/useNotification.js +4 -3
  415. package/notification/withNotification.js +1 -1
  416. package/overflow-ellipsis/OverflowItem.js +1 -1
  417. package/overflow-ellipsis/index.js +1 -1
  418. package/package.json +1 -1
  419. package/page-header/index.js +1 -1
  420. package/pagination/PageItem.js +1 -1
  421. package/pagination/PageJumper.js +1 -1
  422. package/pagination/PageOption.js +4 -3
  423. package/pagination/Pagination.js +1 -1
  424. package/pagination/index.js +1 -1
  425. package/pagination/interface.js +1 -1
  426. package/picker/Input.js +99 -94
  427. package/picker/InputRange.js +130 -125
  428. package/picker/index.js +1 -1
  429. package/popconfirm/index.js +1 -1
  430. package/popover/Popover.js +1 -1
  431. package/popover/index.js +1 -1
  432. package/portal/Portal.js +10 -10
  433. package/portal/index.js +1 -1
  434. package/progress/CircleProgress.js +1 -1
  435. package/progress/LineProgess.js +1 -1
  436. package/progress/StepProgress.js +1 -1
  437. package/progress/index.js +1 -1
  438. package/progress2/index.js +1 -1
  439. package/qr-code/index.js +1 -1
  440. package/qr-code/src/index.js +48 -47
  441. package/qr-code/src/qrcodegen.js +1 -1
  442. package/radio/Group.js +91 -68
  443. package/radio/GroupBlock.js +86 -62
  444. package/radio/Radio.js +80 -67
  445. package/radio/index.js +1 -1
  446. package/rate/index.js +83 -82
  447. package/resize-box/ResizeTrigger.js +1 -1
  448. package/resize-box/Split.js +1 -1
  449. package/resize-box/SplitGroup.js +1 -1
  450. package/resize-box/index.js +1 -1
  451. package/result/403.js +1 -1
  452. package/result/404.js +1 -1
  453. package/result/500.js +1 -1
  454. package/result/index.js +1 -1
  455. package/rich-text/Toolbar.js +358 -354
  456. package/rich-text/constant.js +1 -1
  457. package/rich-text/index.js +135 -131
  458. package/rich-text/lib/blots/block.js +1 -1
  459. package/rich-text/lib/blots/break.js +1 -1
  460. package/rich-text/lib/blots/container.js +1 -1
  461. package/rich-text/lib/blots/cursor.js +1 -1
  462. package/rich-text/lib/blots/embed.js +1 -1
  463. package/rich-text/lib/blots/inline.js +1 -1
  464. package/rich-text/lib/blots/scroll.js +1 -1
  465. package/rich-text/lib/blots/text.js +1 -1
  466. package/rich-text/lib/core/composition.js +1 -1
  467. package/rich-text/lib/core/editor.js +1 -1
  468. package/rich-text/lib/core/emitter.js +1 -1
  469. package/rich-text/lib/core/logger.js +1 -1
  470. package/rich-text/lib/core/module.js +1 -1
  471. package/rich-text/lib/core/rich.js +1 -1
  472. package/rich-text/lib/core/selection.js +1 -1
  473. package/rich-text/lib/core/theme.js +1 -1
  474. package/rich-text/lib/core/utils/createRegistryWithFormats.js +1 -1
  475. package/rich-text/lib/core/utils/scrollRectIntoView.js +1 -1
  476. package/rich-text/lib/core.js +1 -1
  477. package/rich-text/lib/delta/AttributeMap.js +1 -1
  478. package/rich-text/lib/delta/Op.js +1 -1
  479. package/rich-text/lib/delta/OpIterator.js +1 -1
  480. package/rich-text/lib/delta/index.js +1 -1
  481. package/rich-text/lib/diff/index.js +1 -1
  482. package/rich-text/lib/formats/align.js +1 -1
  483. package/rich-text/lib/formats/background.js +1 -1
  484. package/rich-text/lib/formats/blockquote.js +1 -1
  485. package/rich-text/lib/formats/bold.js +1 -1
  486. package/rich-text/lib/formats/code.js +1 -1
  487. package/rich-text/lib/formats/color.js +1 -1
  488. package/rich-text/lib/formats/direction.js +1 -1
  489. package/rich-text/lib/formats/emoji.js +1 -1
  490. package/rich-text/lib/formats/font.js +1 -1
  491. package/rich-text/lib/formats/formula.js +1 -1
  492. package/rich-text/lib/formats/header.js +1 -1
  493. package/rich-text/lib/formats/hr.js +1 -1
  494. package/rich-text/lib/formats/image.js +1 -1
  495. package/rich-text/lib/formats/indent.js +1 -1
  496. package/rich-text/lib/formats/italic.js +1 -1
  497. package/rich-text/lib/formats/lineHeight.js +1 -1
  498. package/rich-text/lib/formats/link.js +1 -1
  499. package/rich-text/lib/formats/list.js +1 -1
  500. package/rich-text/lib/formats/script.js +1 -1
  501. package/rich-text/lib/formats/size.js +1 -1
  502. package/rich-text/lib/formats/strike.js +1 -1
  503. package/rich-text/lib/formats/table.js +1 -1
  504. package/rich-text/lib/formats/underline.js +1 -1
  505. package/rich-text/lib/formats/video.js +1 -1
  506. package/rich-text/lib/index.js +1 -1
  507. package/rich-text/lib/modules/clipboard.js +1 -1
  508. package/rich-text/lib/modules/history.js +1 -1
  509. package/rich-text/lib/modules/image-resize/index.js +1 -1
  510. package/rich-text/lib/modules/image-resize/modules/Base.js +1 -1
  511. package/rich-text/lib/modules/image-resize/modules/DisplaySize.js +1 -1
  512. package/rich-text/lib/modules/image-resize/modules/Resize.js +1 -1
  513. package/rich-text/lib/modules/image-resize/options.js +1 -1
  514. package/rich-text/lib/modules/input.js +1 -1
  515. package/rich-text/lib/modules/keyboard.js +1 -1
  516. package/rich-text/lib/modules/normalizeExternalHTML/index.js +1 -1
  517. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/googleDocs.js +1 -1
  518. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/msWord.js +1 -1
  519. package/rich-text/lib/modules/table.js +1 -1
  520. package/rich-text/lib/modules/toolbar.js +1 -1
  521. package/rich-text/lib/modules/uiNode.js +1 -1
  522. package/rich-text/lib/modules/uploader.js +1 -1
  523. package/rich-text/lib/parchment/attributor/attributor.js +1 -1
  524. package/rich-text/lib/parchment/attributor/class.js +1 -1
  525. package/rich-text/lib/parchment/attributor/store.js +1 -1
  526. package/rich-text/lib/parchment/attributor/style.js +1 -1
  527. package/rich-text/lib/parchment/blot/abstract/container.js +1 -1
  528. package/rich-text/lib/parchment/blot/abstract/leaf.js +1 -1
  529. package/rich-text/lib/parchment/blot/abstract/parent.js +1 -1
  530. package/rich-text/lib/parchment/blot/abstract/shadow.js +1 -1
  531. package/rich-text/lib/parchment/blot/block.js +1 -1
  532. package/rich-text/lib/parchment/blot/embed.js +1 -1
  533. package/rich-text/lib/parchment/blot/inline.js +1 -1
  534. package/rich-text/lib/parchment/blot/scroll.js +1 -1
  535. package/rich-text/lib/parchment/blot/text.js +1 -1
  536. package/rich-text/lib/parchment/collection/linked-list.js +1 -1
  537. package/rich-text/lib/parchment/error.js +1 -1
  538. package/rich-text/lib/parchment/index.js +1 -1
  539. package/rich-text/lib/parchment/registry.js +1 -1
  540. package/rich-text/lib/parchment/scope.js +1 -1
  541. package/row-col/Col-.js +1 -1
  542. package/row-col/Col.js +1 -1
  543. package/row-col/Row.js +1 -1
  544. package/row-col/context.js +1 -1
  545. package/row-col/index.js +1 -1
  546. package/segmented/index.js +1 -1
  547. package/select/OptGroup.js +1 -1
  548. package/select/Option.js +11 -11
  549. package/select/Select.js +280 -281
  550. package/select/index.js +1 -1
  551. package/select/utils.js +1 -1
  552. package/select-view/Core.js +234 -218
  553. package/select-view/index.js +42 -39
  554. package/skeleton/Image.js +1 -1
  555. package/skeleton/Text.js +1 -1
  556. package/skeleton/index.js +1 -1
  557. package/slider/Button.js +1 -1
  558. package/slider/Dot.js +1 -1
  559. package/slider/Input.js +48 -43
  560. package/slider/Mark.js +1 -1
  561. package/slider/Tick.js +1 -1
  562. package/slider/hook/useInterval.js +1 -1
  563. package/slider/hook/useLegalValue.js +1 -1
  564. package/slider/index.js +176 -168
  565. package/slider/utils.js +1 -1
  566. package/space/index.js +1 -1
  567. package/speech-synthesis/index.js +1 -1
  568. package/spin/DotLoading.js +1 -1
  569. package/spin/index.js +1 -1
  570. package/splitter/Panel.js +1 -1
  571. package/splitter/SplitBar.js +1 -1
  572. package/splitter/Splitter.js +1 -1
  573. package/splitter/hooks/useItems.js +1 -1
  574. package/splitter/hooks/useResizable.js +1 -1
  575. package/splitter/hooks/useResize.js +1 -1
  576. package/splitter/hooks/useSizes.js +1 -1
  577. package/splitter/index.js +1 -1
  578. package/statistic/index.js +1 -1
  579. package/statistic/interface.js +1 -1
  580. package/steps/Step.js +1 -1
  581. package/steps/index.js +1 -1
  582. package/style.css +1 -1
  583. package/suspense-fallback-test/index.js +1 -1
  584. package/switch/index.js +80 -76
  585. package/table/ColGroup.js +1 -1
  586. package/table/Table.js +1 -1
  587. package/table/constant.js +1 -1
  588. package/table/context.js +1 -1
  589. package/table/hook/useColumns.js +1 -1
  590. package/table/hook/useComponent.js +1 -1
  591. package/table/hook/useExpand.js +1 -1
  592. package/table/hook/useRowSelection.js +1 -1
  593. package/table/hook/useSorter.js +1 -1
  594. package/table/hook/useStickyClassNames.js +1 -1
  595. package/table/hook/useStickyOffsets.js +1 -1
  596. package/table/hook/useThResizable.js +1 -1
  597. package/table/index.js +1 -1
  598. package/table/summary/Cell.js +1 -1
  599. package/table/summary/Row.js +1 -1
  600. package/table/summary/context.js +1 -1
  601. package/table/summary/index.js +1 -1
  602. package/table/tbody/Td.js +1 -1
  603. package/table/tbody/Tr.js +1 -1
  604. package/table/tbody/index.js +1 -1
  605. package/table/tfoot/index.js +1 -1
  606. package/table/th-resizable/index.js +1 -1
  607. package/table/thead/Column.js +1 -1
  608. package/table/thead/index.js +1 -1
  609. package/table/utils.js +1 -1
  610. package/tabs/Tab.js +1 -1
  611. package/tabs/TabContent.js +1 -1
  612. package/tabs/TabPane.js +1 -1
  613. package/tabs/hook/useDomSize.js +1 -1
  614. package/tabs/hook/useHeaderScroll.js +1 -1
  615. package/tabs/index.js +1 -1
  616. package/tabs/tab-header/DropdownIcon.js +1 -1
  617. package/tabs/tab-header/TabInk.js +1 -1
  618. package/tabs/tab-header/TabNavIcon.js +1 -1
  619. package/tabs/tab-header/TabTitle.js +1 -1
  620. package/tabs/tab-header/index.js +1 -1
  621. package/tabs/utils.js +1 -1
  622. package/tag/index.js +1 -1
  623. package/time-picker/Picker.js +174 -168
  624. package/time-picker/RangePicker.js +41 -38
  625. package/time-picker/TimeColumn.js +1 -1
  626. package/time-picker/TimePicker.js +1 -1
  627. package/time-picker/context.js +1 -1
  628. package/time-picker/index.js +1 -1
  629. package/time-picker/utils.js +1 -1
  630. package/timeline/Item.js +1 -1
  631. package/timeline/Timeline.js +1 -1
  632. package/timeline/index.js +1 -1
  633. package/timer/index.js +1 -1
  634. package/tooltip/Tooltip.js +1 -1
  635. package/tooltip/index.js +1 -1
  636. package/tour/index.js +1 -1
  637. package/transfer/Item.js +61 -56
  638. package/transfer/List.js +147 -121
  639. package/transfer/index.js +113 -109
  640. package/tree/Animation.js +1 -1
  641. package/tree/Context.js +1 -1
  642. package/tree/Node.js +22 -21
  643. package/tree/NodeList.js +1 -1
  644. package/tree/Tree.js +1 -1
  645. package/tree/index.js +1 -1
  646. package/tree/utils.js +1 -1
  647. package/tree-select/List.js +1 -1
  648. package/tree-select/Select.js +105 -99
  649. package/tree-select/hook/useKeyCache.js +1 -1
  650. package/tree-select/hook/useStateValue.js +1 -1
  651. package/tree-select/hook/useTreeData.js +1 -1
  652. package/tree-select/index.js +1 -1
  653. package/tree-select/interface.js +1 -1
  654. package/tree-select/utils.js +1 -1
  655. package/trigger/getPopupStyle.js +1 -1
  656. package/trigger/index.js +1 -1
  657. package/types/anchor/utils.d.ts +1 -1
  658. package/types/auto-complete/AutoComplete.d.ts +1 -1
  659. package/types/auto-complete/interface.d.ts +2 -1
  660. package/types/cascader/interface.d.ts +3 -2
  661. package/types/checkbox/Group.d.ts +2 -1
  662. package/types/checkbox/GroupBlock.d.ts +2 -1
  663. package/types/checkbox/interface.d.ts +3 -2
  664. package/types/color-picker/interface.d.ts +2 -1
  665. package/types/config-provider/interface.d.ts +11 -10
  666. package/types/config-provider/useConfigProvider.d.ts +5 -0
  667. package/types/date-picker/interface.d.ts +2 -2
  668. package/types/form/FormLabel.d.ts +1 -1
  669. package/types/form/context.d.ts +0 -1
  670. package/types/form/interface.d.ts +5 -4
  671. package/types/icon-hover/interface.d.ts +2 -1
  672. package/types/input/interface.d.ts +4 -9
  673. package/types/input-number/interface.d.ts +2 -6
  674. package/types/input-tag/interface.d.ts +2 -6
  675. package/types/interface.d.ts +7 -0
  676. package/types/picker/Input.d.ts +2 -30
  677. package/types/picker/InputRange.d.ts +2 -34
  678. package/types/picker/interface.d.ts +59 -0
  679. package/types/radio/interface.d.ts +4 -2
  680. package/types/rate/interface.d.ts +2 -6
  681. package/types/rich-text/interface.d.ts +1 -0
  682. package/types/select/interface.d.ts +7 -7
  683. package/types/select-view/interface.d.ts +4 -4
  684. package/types/slider/Input.d.ts +2 -1
  685. package/types/slider/interface.d.ts +2 -1
  686. package/types/switch/interface.d.ts +2 -1
  687. package/types/time-picker/interface.d.ts +2 -1
  688. package/types/transfer/interface.d.ts +4 -3
  689. package/types/typography/interface.d.ts +1 -1
  690. package/types/upload/Upload.d.ts +0 -5
  691. package/types/upload/interface.d.ts +8 -2
  692. package/types/utils/string.d.ts +2 -0
  693. package/types/verification-code/interface.d.ts +2 -6
  694. package/typography/Base.js +1 -1
  695. package/typography/EditContent.js +1 -1
  696. package/typography/Ellipsis.js +1 -1
  697. package/typography/Operations.js +1 -1
  698. package/typography/Paragraph.js +1 -1
  699. package/typography/Text.js +1 -1
  700. package/typography/Title.js +1 -1
  701. package/typography/Typography.js +1 -1
  702. package/typography/index.js +1 -1
  703. package/typography/useCssEllipsis.js +1 -1
  704. package/typography/useEllipsis.js +1 -1
  705. package/upload/TriggerNode.js +1 -1
  706. package/upload/Upload.js +115 -106
  707. package/upload/Uploader.js +1 -1
  708. package/upload/constant.js +1 -1
  709. package/upload/index.js +1 -1
  710. package/upload/list/PictureItem.js +47 -39
  711. package/upload/list/TextItem.js +73 -58
  712. package/upload/list/UploadProgress.js +1 -1
  713. package/upload/list/index.js +65 -58
  714. package/upload/list/utils.js +1 -1
  715. package/upload/request.js +1 -1
  716. package/upload/utils.js +1 -1
  717. package/utils/callOrReturn.js +1 -1
  718. package/utils/callbackOriginRef.js +1 -1
  719. package/utils/caseName.js +1 -1
  720. package/utils/className.js +1 -1
  721. package/utils/constant.js +1 -1
  722. package/utils/contextHolder.js +1 -1
  723. package/utils/copy.js +1 -1
  724. package/utils/date.js +1 -1
  725. package/utils/dayjs.js +1 -1
  726. package/utils/dom.js +1 -1
  727. package/utils/emitter.js +1 -1
  728. package/utils/fileRead.js +1 -1
  729. package/utils/fileToDataURL.js +1 -1
  730. package/utils/fillNBSP.js +1 -1
  731. package/utils/findRootElement.js +1 -1
  732. package/utils/findScrollParent.js +1 -1
  733. package/utils/getHighlightText.js +1 -1
  734. package/utils/getHotkeyHandler.js +1 -1
  735. package/utils/getStringLength.js +1 -1
  736. package/utils/include.js +1 -1
  737. package/utils/index.js +176 -174
  738. package/utils/intersectionObserver.js +1 -1
  739. package/utils/is.js +1 -1
  740. package/utils/keyboardCode.js +1 -1
  741. package/utils/lodash.js +1 -1
  742. package/utils/math.js +1 -1
  743. package/utils/mergeProps.js +1 -1
  744. package/utils/mergedToString.js +1 -1
  745. package/utils/mutationObserver.js +1 -1
  746. package/utils/names.js +5 -5
  747. package/utils/omit.js +1 -1
  748. package/utils/pad.js +1 -1
  749. package/utils/pick.js +1 -1
  750. package/utils/pinyin.js +1 -1
  751. package/utils/react19Adapter.js +1 -1
  752. package/utils/ref.js +1 -1
  753. package/utils/resizeObserver.js +1 -1
  754. package/utils/responsiveObserve.js +1 -1
  755. package/utils/saveAs.js +1 -1
  756. package/utils/screenfull.js +1 -1
  757. package/utils/scrollIntoViewIfNeeded.js +1 -1
  758. package/utils/setCreateRoot.js +1 -1
  759. package/utils/setDarkTheme.js +1 -1
  760. package/utils/setPrimaryColor.js +1 -1
  761. package/utils/setTheme.js +1 -1
  762. package/utils/string.js +5 -3
  763. package/utils/style.js +1 -1
  764. package/utils/throttleByRaf.js +1 -1
  765. package/utils/throttleByRaf2.js +1 -1
  766. package/utils/toArray.js +1 -1
  767. package/utils/tree.js +1 -1
  768. package/utils/tween.js +1 -1
  769. package/utils/uuid.js +1 -1
  770. package/utils/validate.js +1 -1
  771. package/utils/warning.js +1 -1
  772. package/verification-code/VerificationCode.js +80 -61
  773. package/verification-code/index.js +1 -1
  774. package/version/index.js +2 -2
  775. package/virtual-list/Filler.js +1 -1
  776. package/virtual-list/VirtualList.js +1 -1
  777. package/virtual-list/constant.js +1 -1
  778. package/virtual-list/hook/useCacheChildrenNodes.js +1 -1
  779. package/virtual-list/hook/useComputeVirtualItemHeight.js +1 -1
  780. package/virtual-list/index.js +1 -1
  781. package/virtual-list/utils/algorithm.js +1 -1
  782. package/virtual-list/utils/item.js +1 -1
  783. package/watermark/Watermark.js +1 -1
  784. package/watermark/index.js +1 -1
  785. package/checkbox/IconCheck.js +0 -20
  786. package/types/checkbox/IconCheck.d.ts +0 -4
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
- /* 2026-01-04 16:21:01 */
2
- import { clearCache as p, configResponsive as m, createUpdateEffect as d, useAsyncEffect as n, useBoolean as x, useClickAway as c, useComputedState as S, useControllableValue as g, useCookieState as C, useCountDown as T, useCounter as y, useCreate as h, useCreation as R, useDebounce as b, useDebounceEffect as I, useDebounceFn as P, useDeepCompareEffect as v, useDeepCompareLayoutEffect as E, useDocumentVisibility as D, useDrag as k, useDrop as A, useEvent as B, useEventListener as O, useEventTarget as L, useExternal as M, useFavicon as N, useFocusWithin as F, useForceUpdate as w, useFullscreen as V, useGetState as U, useHistoryTravel as W, useHover as G, useId as _, useInView as H, useInViewport as z, useInfiniteScroll as j, useIntersectionObserver as q, useIntersectionObservers as K, useInterval as Y, useIsFirstRender as J, useIsomorphicLayoutEffect as Q, useKeyPress as X, useKeyboardEvent as Z, useLatest as $, useListenWindowResize as ee, useLocalStorageState as te, useLockFn as oe, useLongPress as re, useMedia as ae, useMemo as se, useMemoizedFn as fe, useMergeProps as ue, useMergeValue as le, useMount as ie, useMouse as pe, useMove as me, useMutationObserver as de, useMutationObservers as ne, useNetwork as xe, useOnlineStatus as ce, useOverflowHidden as Se, useOverrideRef as ge, usePagination as Ce, usePasteImage as Te, usePersistCallback as ye, usePrefersColorSchemeDark as he, usePrevious as Re, useRafInterval as be, useRafState as Ie, useRafTimeout as Pe, useReactive as ve, useRefLatest as Ee, useRefs as De, useRefs2 as ke, useRequest as Ae, useResetState as Be, useResizeObserver as Oe, useResizeObservers as Le, useResponsive as Me, useSafeState as Ne, useScroll as Fe, useSelections as we, useSessionStorageState as Ve, useSetState as Ue, useSize as We, useStateCallback as Ge, useStateWithPromise as _e, useSyncState as He, useTextSelection as ze, useTheme as je, useThrottle as qe, useThrottleEffect as Ke, useThrottleFn as Ye, useTimeout as Je, useTitle as Qe, useToggle as Xe, useTrackedEffect as Ze, useUnmount as $e, useUnmountedRef as et, useUpdate as tt, useUpdateEffect as ot, useUpdateLayoutEffect as rt, useUrlState as at, useVirtualList as st, useWatch as ft, useWebSocket as ut, useWhyDidYouUpdate as lt, useWindowSize as it } from "@unicom-cloud/ui-common/hooks";
1
+ /* 2026-01-08 16:35:57 */
2
+ import { clearCache as p, configResponsive as m, createUpdateEffect as d, useAsyncEffect as n, useBoolean as x, useClickAway as c, useComputedState as S, useControllableValue as g, useCookieState as C, useCountDown as T, useCounter as y, useCreate as h, useCreation as R, useDebounce as b, useDebounceEffect as I, useDebounceFn as P, useDeepCompareEffect as E, useDeepCompareLayoutEffect as v, useDocumentVisibility as D, useDrag as k, useDrop as A, useEvent as B, useEventListener as O, useEventTarget as L, useExternal as M, useFavicon as N, useFocusWithin as F, useForceUpdate as w, useFullscreen as V, useGetState as U, useHistoryTravel as W, useHover as G, useId as _, useInView as H, useInViewport as z, useInfiniteScroll as j, useIntersectionObserver as q, useIntersectionObservers as Y, useInterval as K, useIsFirstRender as J, useIsomorphicLayoutEffect as Q, useKeyPress as X, useKeyboardEvent as Z, useLatest as $, useListenWindowResize as ee, useLocalStorageState as te, useLockFn as oe, useLongPress as re, useMedia as ae, useMemo as se, useMemoizedFn as fe, useMergeProps as ue, useMergeValue as le, useMount as ie, useMouse as pe, useMove as me, useMutationObserver as de, useMutationObservers as ne, useNetwork as xe, useOnlineStatus as ce, useOverflowHidden as Se, useOverrideRef as ge, usePagination as Ce, usePasteImage as Te, usePersistCallback as ye, usePrefersColorSchemeDark as he, usePrevious as Re, useRafInterval as be, useRafState as Ie, useRafTimeout as Pe, useReactive as Ee, useRefLatest as ve, useRefs as De, useRefs2 as ke, useRequest as Ae, useResetState as Be, useResizeObserver as Oe, useResizeObservers as Le, useResponsive as Me, useSafeState as Ne, useScroll as Fe, useSelections as we, useSessionStorageState as Ve, useSetState as Ue, useSize as We, useStateCallback as Ge, useStateWithPromise as _e, useSyncState as He, useTextSelection as ze, useTheme as je, useThrottle as qe, useThrottleEffect as Ye, useThrottleFn as Ke, useTimeout as Je, useTitle as Qe, useToggle as Xe, useTrackedEffect as Ze, useUnmount as $e, useUnmountedRef as et, useUpdate as tt, useUpdateEffect as ot, useUpdateLayoutEffect as rt, useUrlState as at, useVirtualList as st, useWatch as ft, useWebSocket as ut, useWhyDidYouUpdate as lt, useWindowSize as it } from "@unicom-cloud/ui-common/hooks";
3
3
  import { default as mt } from "./hooks/use-breakpoint/index.js";
4
4
  import { useResponsiveState as nt } from "./hooks/use-responsive-state/index.js";
5
5
  import { useVerificationCode as ct } from "./hooks/use-verification-code/index.js";
@@ -8,11 +8,11 @@ import { default as Tt } from "@unicom-cloud/ui-common/utils/callbackOriginRef";
8
8
  import { callOrReturn as ht } from "@unicom-cloud/utils/function";
9
9
  import { default as bt } from "@unicom-cloud/ui-common/utils/caseName";
10
10
  import { default as Pt } from "@unicom-cloud/ui-common/utils/className";
11
- import { newArray as Et, pickTriggerPropsFromRest as Dt } from "./utils/constant.js";
11
+ import { newArray as vt, pickTriggerPropsFromRest as Dt } from "./utils/constant.js";
12
12
  import { ContextHolderElement as At } from "./utils/contextHolder.js";
13
13
  import { default as Ot, default as Lt } from "@unicom-cloud/ui-common/utils/copy";
14
14
  import { convertTime as Nt, convertToDurationBasedOnTimeUnits as Ft, dateFormat as wt, dayjsFormat as Vt } from "@unicom-cloud/utils/date";
15
- import { formatValue as Wt, getDayjsValue as Gt, getNow as _t, getRealTime as Ht, getSortedDayjsArray as zt, getTimeFormat as jt, getValueWithTime as qt, isDayjsArrayChange as Kt, isDayjsChange as Yt, isValidTimeString as Jt, methods as Qt, timezoneToOffset as Xt, toLocal as Zt, toTimezone as $t } from "./utils/dayjs.js";
15
+ import { formatValue as Wt, getDayjsValue as Gt, getNow as _t, getRealTime as Ht, getSortedDayjsArray as zt, getTimeFormat as jt, getValueWithTime as qt, isDayjsArrayChange as Yt, isDayjsChange as Kt, isValidTimeString as Jt, methods as Qt, timezoneToOffset as Xt, toLocal as Zt, toTimezone as $t } from "./utils/dayjs.js";
16
16
  import { canUseDOM as to, contains as oo, forceReflow as ro, getBodyContainer as ao, getElementCoordinates as so, getScrollElements as fo, off as uo, on as lo, parentContainsChildren as io, reflow as po } from "@unicom-cloud/ui-common/utils/dom";
17
17
  import { default as no } from "@unicom-cloud/ui-common/utils/emitter";
18
18
  import { fileRead as co } from "@unicom-cloud/utils/file/fileRead";
@@ -22,15 +22,15 @@ import { default as ho } from "@unicom-cloud/ui-common/utils/findRootElement";
22
22
  import "@unicom-cloud/ui-common/utils/findScrollParent";
23
23
  import { default as bo } from "@unicom-cloud/ui-common/utils/getHighlightText";
24
24
  import { default as Po } from "@unicom-cloud/ui-common/utils/getHotkeyHandler";
25
- import { default as Eo } from "@unicom-cloud/ui-common/utils/getStringLength";
25
+ import { default as vo } from "@unicom-cloud/ui-common/utils/getStringLength";
26
26
  import { default as ko } from "@unicom-cloud/ui-common/utils/include";
27
27
  import "@unicom-cloud/ui-common/utils/intersectionObserver";
28
28
  import * as o from "./utils/is.js";
29
29
  export * from "@unicom-cloud/ui-common/utils/lodash";
30
- import { assign as Oo, assignIn as Lo, at as Mo, camelCase as No, capitalize as Fo, castArray as wo, chain as Vo, chunk as Uo, clone as Wo, cloneDeep as Go, cloneDeepWith as _o, cloneWith as Ho, compact as zo, curry as jo, debounce as qo, defaultTo as Ko, defaults as Yo, defaultsDeep as Jo, difference as Qo, escape as Xo, findKey as Zo, flattenDeep as $o, flow as er, get as tr, groupBy as or, has as rr, intersection as ar, invert as sr, invertBy as fr, kebabCase as ur, mean as lr, memoize as ir, merge as pr, mergeWith as mr, orderBy as dr, partition as nr, pullAll as xr, result as cr, sample as Sr, sampleSize as gr, set as Cr, setWith as Tr, shuffle as yr, snakeCase as hr, sortBy as Rr, startCase as br, throttle as Ir, toPath as Pr, truncate as vr, union as Er, uniq as Dr, uniqueId as kr, unset as Ar, update as Br, updateWith as Or, upperCase as Lr, upperFirst as Mr, without as Nr, xor as Fr, zip as wr } from "@unicom-cloud/ui-common/utils/lodash";
30
+ import { assign as Oo, assignIn as Lo, at as Mo, camelCase as No, capitalize as Fo, castArray as wo, chain as Vo, chunk as Uo, clone as Wo, cloneDeep as Go, cloneDeepWith as _o, cloneWith as Ho, compact as zo, curry as jo, debounce as qo, defaultTo as Yo, defaults as Ko, defaultsDeep as Jo, difference as Qo, escape as Xo, findKey as Zo, flattenDeep as $o, flow as er, get as tr, groupBy as or, has as rr, intersection as ar, invert as sr, invertBy as fr, kebabCase as ur, mean as lr, memoize as ir, merge as pr, mergeWith as mr, orderBy as dr, partition as nr, pullAll as xr, result as cr, sample as Sr, sampleSize as gr, set as Cr, setWith as Tr, shuffle as yr, snakeCase as hr, sortBy as Rr, startCase as br, throttle as Ir, toPath as Pr, truncate as Er, union as vr, uniq as Dr, uniqueId as kr, unset as Ar, update as Br, updateWith as Or, upperCase as Lr, upperFirst as Mr, without as Nr, xor as Fr, zip as wr } from "@unicom-cloud/ui-common/utils/lodash";
31
31
  import { div as Ur, default as Wr, minus as Gr, plus as _r, times as Hr } from "@unicom-cloud/utils/math";
32
32
  import { default as jr } from "@unicom-cloud/ui-common/utils/mergedToString";
33
- import { default as Kr } from "@unicom-cloud/ui-common/utils/mergeProps";
33
+ import { default as Yr } from "@unicom-cloud/ui-common/utils/mergeProps";
34
34
  import "@unicom-cloud/ui-common/utils/mutationObserver";
35
35
  import { COMPONENT_NAMES as Jr } from "./utils/names.js";
36
36
  import { default as Xr } from "@unicom-cloud/ui-common/utils/omit";
@@ -42,407 +42,409 @@ import "@unicom-cloud/ui-common/utils/resizeObserver";
42
42
  import { responsiveArray as ca, responsiveMap as Sa, responsiveObserve as ga } from "./utils/responsiveObserve.js";
43
43
  import { default as Ta } from "@unicom-cloud/ui-common/utils/saveAs";
44
44
  import { default as ha } from "@unicom-cloud/ui-common/utils/screenfull";
45
- import { alignNearest as ba, canOverflow as Ia, compute as Pa, getFrameElement as va, getOptions as Ea, getParentElement as Da, getScrollMargins as ka, isCustomScrollBehavior as Aa, isHiddenByFrame as Ba, isInDocument as Oa, isScrollable as La, isStandardScrollBehavior as Ma, scrollIntoView as Na, default as Fa, scrollIntoViewNative as wa } from "@unicom-cloud/ui-common/utils/scrollIntoViewIfNeeded";
45
+ import { alignNearest as ba, canOverflow as Ia, compute as Pa, getFrameElement as Ea, getOptions as va, getParentElement as Da, getScrollMargins as ka, isCustomScrollBehavior as Aa, isHiddenByFrame as Ba, isInDocument as Oa, isScrollable as La, isStandardScrollBehavior as Ma, scrollIntoView as Na, default as Fa, scrollIntoViewNative as wa } from "@unicom-cloud/ui-common/utils/scrollIntoViewIfNeeded";
46
46
  import { default as Ua } from "@unicom-cloud/ui-common/utils/setCreateRoot";
47
47
  import { removeDarkTheme as Ga, setDarkTheme as _a } from "./utils/setDarkTheme.js";
48
48
  import { setPrimaryColor as za } from "./utils/setPrimaryColor.js";
49
49
  import { setTheme as qa } from "./utils/setTheme.js";
50
- import { replaceEmptyWithHyphen as Ya } from "@unicom-cloud/ui-common/utils/string";
51
- import { fixedWidth as Qa, getStyle as Xa, setTransformStyle as Za } from "@unicom-cloud/ui-common/utils/style";
52
- import { default as es } from "@unicom-cloud/ui-common/utils/throttleByRaf";
53
- import { default as os } from "@unicom-cloud/ui-common/utils/toArray";
54
- import { findNodeBy as as, getChildWithParentBy as ss, getItemBy as fs, getItemByID as us, getLabelFromDictionaryByValue as ls, searchTree as is, default as ps } from "@unicom-cloud/utils/tree";
55
- import { Tween as ds, easing as ns } from "@unicom-cloud/ui-common/utils/tween";
56
- import { v4 as cs, v4 as Ss } from "uuid";
57
- import { PqbValidator as Cs, Validator as Ts, ValidatorArray as ys, ValidatorBase as hs, ValidatorBoolean as Rs, ValidatorCustom as bs, ValidatorNumber as Is, ValidatorObject as Ps, ValidatorSchema as vs, ValidatorString as Es, ValidatorType as Ds, validatorLocale as ks } from "@unicom-cloud/utils/validate";
58
- import { default as Bs } from "@unicom-cloud/ui-common/utils/warning";
50
+ import { HYPHEN as Ka } from "@unicom-cloud/utils/constant/string";
51
+ import { replaceEmptyWithHyphen as Qa } from "@unicom-cloud/ui-common/utils/string";
52
+ import { fixedWidth as Za, getStyle as $a, setTransformStyle as es } from "@unicom-cloud/ui-common/utils/style";
53
+ import { default as os } from "@unicom-cloud/ui-common/utils/throttleByRaf";
54
+ import { default as as } from "@unicom-cloud/ui-common/utils/toArray";
55
+ import { findNodeBy as fs, getChildWithParentBy as us, getItemBy as ls, getItemByID as is, getLabelFromDictionaryByValue as ps, searchTree as ms, default as ds } from "@unicom-cloud/utils/tree";
56
+ import { Tween as xs, easing as cs } from "@unicom-cloud/ui-common/utils/tween";
57
+ import { v4 as gs, v4 as Cs } from "uuid";
58
+ import { PqbValidator as ys, Validator as hs, ValidatorArray as Rs, ValidatorBase as bs, ValidatorBoolean as Is, ValidatorCustom as Ps, ValidatorNumber as Es, ValidatorObject as vs, ValidatorSchema as Ds, ValidatorString as ks, ValidatorType as As, validatorLocale as Bs } from "@unicom-cloud/utils/validate";
59
+ import { default as Ls } from "@unicom-cloud/ui-common/utils/warning";
59
60
  import * as s from "@unicom-cloud/utils/constant/keyboardCode";
60
- import { default as Ls } from "./affix/Affix.js";
61
- import { default as Ns } from "./alert/Alert.js";
62
- import { default as ws } from "./anchor/Anchor.js";
63
- import { findNode as Us } from "./anchor/utils.js";
64
- import { default as Gs } from "./app/index.js";
65
- import { default as Hs, AutoCompleteOptGroup as zs, AutoCompleteOption as js } from "./auto-complete/AutoComplete.js";
66
- import { default as Ks } from "./avatar/index.js";
67
- import { default as Js } from "./back-top/BackTop.js";
68
- import { BADGE_COLORS as Xs, BADGE_STATUS as Zs, default as $s } from "./badge/Badge.js";
69
- import { default as tf } from "./breadcrumb/Breadcrumb.js";
70
- import { BUTTON_STATUS as rf, BUTTON_TYPE as af, default as sf } from "./button/Button.js";
71
- import { default as uf } from "./calendar/index.js";
72
- import { default as pf } from "./card/index.js";
73
- import { default as df } from "./carousel/index.js";
74
- import { default as xf } from "./cascader/Cascader.js";
75
- import { default as Sf } from "./checkbox/Checkbox.js";
76
- import { default as Cf } from "./checkbox/Group.js";
77
- import { default as yf } from "./collapse/Collapse.js";
78
- import { default as Rf } from "./color-picker/index.js";
79
- import { default as If } from "./comment/index.js";
80
- import { ConfigConsumer as vf, default as Ef } from "./config-provider/ConfigProvider.js";
81
- import { default as kf } from "./copy/index.js";
82
- import { default as Bf, default as Of } from "./countdown/index.js";
83
- import { default as Mf, DatePickerMonth as Nf, DatePickerQuarter as Ff, DatePickerWeek as wf, DatePickerYear as Vf } from "./date-picker/index.js";
84
- import { default as Wf } from "./descriptions/index.js";
85
- import { default as _f } from "./details/index.js";
86
- import { default as zf } from "./development/index.js";
87
- import { default as qf, DividerVertical as Kf } from "./divider/index.js";
88
- import { default as Jf } from "./drawer/Drawer.js";
89
- import { default as Xf } from "./dropdown/index.js";
90
- import { default as $f } from "./empty/index.js";
91
- import { default as tu, FlexVertical as ou } from "./flex/index.js";
92
- import { default as au } from "./form/index.js";
93
- import { default as fu } from "./grid/index.js";
94
- import { default as lu } from "./icon/Icon.js";
95
- import { default as pu } from "./icon-hover/index.js";
96
- import { default as du } from "./icons/file/index.js";
97
- import { default as xu } from "./image/Image.js";
98
- import { default as Su } from "./input/Input.js";
99
- import { default as Cu } from "./input-number/index.js";
100
- import { default as yu } from "./input-tag/InputTag.js";
101
- import { default as Ru } from "./layout/index.js";
102
- import { default as Iu } from "./link/index.js";
103
- import { default as vu } from "./liquid-fill/index.js";
104
- import { default as Du } from "./list/index.js";
105
- import { default as Au } from "./loading/index.js";
106
- import { default as Ou } from "./marquee/index.js";
107
- import { default as Mu } from "./masonry/Masonry.js";
108
- import { default as Fu } from "./mentions/index.js";
109
- import { default as Vu } from "./menu/Menu.js";
110
- import { default as Wu } from "./message/index.js";
111
- import { default as _u } from "./modal/Modal.js";
112
- import { default as zu } from "./notification/index.js";
113
- import { default as qu } from "./overflow-ellipsis/index.js";
114
- import { default as Yu } from "./page-header/index.js";
61
+ import { default as Ns } from "./affix/Affix.js";
62
+ import { default as ws } from "./alert/Alert.js";
63
+ import { default as Us } from "./anchor/Anchor.js";
64
+ import { findNode as Gs } from "./anchor/utils.js";
65
+ import { default as Hs } from "./app/index.js";
66
+ import { default as js, AutoCompleteOptGroup as qs, AutoCompleteOption as Ys } from "./auto-complete/AutoComplete.js";
67
+ import { default as Js } from "./avatar/index.js";
68
+ import { default as Xs } from "./back-top/BackTop.js";
69
+ import { BADGE_COLORS as $s, BADGE_STATUS as ef, default as tf } from "./badge/Badge.js";
70
+ import { default as rf } from "./breadcrumb/Breadcrumb.js";
71
+ import { BUTTON_STATUS as sf, BUTTON_TYPE as ff, default as uf } from "./button/Button.js";
72
+ import { default as pf } from "./calendar/index.js";
73
+ import { default as df } from "./card/index.js";
74
+ import { default as xf } from "./carousel/index.js";
75
+ import { default as Sf } from "./cascader/Cascader.js";
76
+ import { default as Cf } from "./checkbox/Checkbox.js";
77
+ import { default as yf } from "./checkbox/Group.js";
78
+ import { default as Rf } from "./collapse/Collapse.js";
79
+ import { default as If } from "./color-picker/index.js";
80
+ import { default as Ef } from "./comment/index.js";
81
+ import { ConfigConsumer as Df, default as kf } from "./config-provider/ConfigProvider.js";
82
+ import { default as Bf } from "./copy/index.js";
83
+ import { default as Lf, default as Mf } from "./countdown/index.js";
84
+ import { default as Ff, DatePickerMonth as wf, DatePickerQuarter as Vf, DatePickerWeek as Uf, DatePickerYear as Wf } from "./date-picker/index.js";
85
+ import { default as _f } from "./descriptions/index.js";
86
+ import { default as zf } from "./details/index.js";
87
+ import { default as qf } from "./development/index.js";
88
+ import { default as Kf, DividerVertical as Jf } from "./divider/index.js";
89
+ import { default as Xf } from "./drawer/Drawer.js";
90
+ import { default as $f } from "./dropdown/index.js";
91
+ import { default as tu } from "./empty/index.js";
92
+ import { default as ru, FlexVertical as au } from "./flex/index.js";
93
+ import { default as fu } from "./form/index.js";
94
+ import { default as lu } from "./grid/index.js";
95
+ import { default as pu } from "./icon/Icon.js";
96
+ import { default as du } from "./icon-hover/index.js";
97
+ import { default as xu } from "./icons/file/index.js";
98
+ import { default as Su } from "./image/Image.js";
99
+ import { default as Cu } from "./input/Input.js";
100
+ import { default as yu } from "./input-number/index.js";
101
+ import { default as Ru } from "./input-tag/InputTag.js";
102
+ import { default as Iu } from "./layout/index.js";
103
+ import { default as Eu } from "./link/index.js";
104
+ import { default as Du } from "./liquid-fill/index.js";
105
+ import { default as Au } from "./list/index.js";
106
+ import { default as Ou } from "./loading/index.js";
107
+ import { default as Mu } from "./marquee/index.js";
108
+ import { default as Fu } from "./masonry/Masonry.js";
109
+ import { default as Vu } from "./mentions/index.js";
110
+ import { default as Wu } from "./menu/Menu.js";
111
+ import { default as _u } from "./message/index.js";
112
+ import { default as zu } from "./modal/Modal.js";
113
+ import { default as qu } from "./notification/index.js";
114
+ import { default as Ku } from "./overflow-ellipsis/index.js";
115
+ import { default as Qu } from "./page-header/index.js";
115
116
  import "./pagination/PageOption.js";
116
- import { default as Qu } from "./pagination/Pagination.js";
117
- import { default as Zu } from "./popconfirm/index.js";
118
- import { default as el } from "./popover/Popover.js";
119
- import { default as ol } from "./portal/Portal.js";
120
- import { default as al } from "./progress/index.js";
121
- import { default as fl } from "@unicom-cloud/ui-common/progress";
122
- import { default as ll, default as il } from "./qr-code/index.js";
123
- import { default as ml } from "./radio/Radio.js";
124
- import { default as nl, RadioGroupContext as xl } from "./radio/Group.js";
125
- import { default as Sl } from "./rate/index.js";
126
- import { default as Cl } from "./resize-box/index.js";
127
- import { default as yl } from "./result/index.js";
128
- import { default as Rl, default as bl } from "./row-col/index.js";
129
- import { default as Pl } from "./segmented/index.js";
130
- import { default as El } from "./select/Select.js";
131
- import { default as kl } from "./skeleton/index.js";
132
- import { default as Bl } from "./slider/index.js";
133
- import { default as Ll, SpaceVertical as Ml } from "./space/index.js";
134
- import { default as Fl } from "./speech-synthesis/index.js";
135
- import { default as Vl } from "./spin/index.js";
136
- import { default as Wl } from "./splitter/index.js";
137
- import { default as _l } from "./statistic/index.js";
138
- import { default as zl } from "./steps/index.js";
139
- import { default as ql } from "@unicom-cloud/ui-common/suspense-fallback-test";
140
- import { default as Yl } from "./switch/index.js";
141
- import { default as Ql } from "./table/index.js";
117
+ import { default as Zu } from "./pagination/Pagination.js";
118
+ import { default as el } from "./popconfirm/index.js";
119
+ import { default as ol } from "./popover/Popover.js";
120
+ import { default as al } from "./portal/Portal.js";
121
+ import { default as fl } from "./progress/index.js";
122
+ import { default as ll } from "@unicom-cloud/ui-common/progress";
123
+ import { default as pl, default as ml } from "./qr-code/index.js";
124
+ import { default as nl } from "./radio/Radio.js";
125
+ import { default as cl, RadioGroupContext as Sl } from "./radio/Group.js";
126
+ import { default as Cl } from "./rate/index.js";
127
+ import { default as yl } from "./resize-box/index.js";
128
+ import { default as Rl } from "./result/index.js";
129
+ import { default as Il, default as Pl } from "./row-col/index.js";
130
+ import { default as vl } from "./segmented/index.js";
131
+ import { default as kl } from "./select/Select.js";
132
+ import { default as Bl } from "./skeleton/index.js";
133
+ import { default as Ll } from "./slider/index.js";
134
+ import { default as Nl, SpaceVertical as Fl } from "./space/index.js";
135
+ import { default as Vl } from "./speech-synthesis/index.js";
136
+ import { default as Wl } from "./spin/index.js";
137
+ import { default as _l } from "./splitter/index.js";
138
+ import { default as zl } from "./statistic/index.js";
139
+ import { default as ql } from "./steps/index.js";
140
+ import { default as Kl } from "@unicom-cloud/ui-common/suspense-fallback-test";
141
+ import { default as Ql } from "./switch/index.js";
142
+ import { default as Zl } from "./table/index.js";
142
143
  import "react";
143
- import { default as Zl } from "./tabs/Tab.js";
144
- import { TAG_COLORS as ei, default as ti } from "./tag/index.js";
145
- import { default as ri, TimePickerRange as ai } from "./time-picker/index.js";
146
- import { default as fi } from "./timeline/Timeline.js";
147
- import { default as li } from "./timer/index.js";
148
- import { default as pi } from "./tooltip/Tooltip.js";
149
- import { default as di } from "./tour/index.js";
150
- import { default as xi } from "./transfer/index.js";
151
- import { default as Si } from "./tree/Tree.js";
152
- import { default as Ci } from "./tree-select/Select.js";
153
- import { default as yi } from "./trigger/index.js";
154
- import { default as Ri } from "./typography/index.js";
155
- import { default as Ii } from "./upload/Upload.js";
156
- import { STATUS as vi } from "./upload/constant.js";
157
- import { default as Di } from "./verification-code/VerificationCode.js";
158
- import { VERSION as Ai, VERSION_BUILD_DATE as Bi, VERSION_BUILD_TIME as Oi } from "./version/index.js";
159
- import { default as Mi } from "./virtual-list/VirtualList.js";
160
- import { default as Fi } from "./watermark/Watermark.js";
161
- import { default as Vi } from "./anchor/Link.js";
162
- import { default as Wi } from "./app/useApp.js";
163
- import { default as _i } from "./avatar/Group.js";
164
- import { default as zi } from "./badge/Count.js";
165
- import { default as qi } from "./breadcrumb/Item.js";
166
- import { default as Yi } from "./button/Group.js";
167
- import { default as Qi } from "./calendar/Month.js";
168
- import { default as Zi } from "./calendar/Year.js";
169
- import { default as ep } from "./card/Grid.js";
170
- import { default as op } from "./card/Meta.js";
171
- import { default as ap } from "./checkbox/GroupBlock.js";
172
- import { default as fp } from "./checkbox/useCheckbox.js";
173
- import { default as lp } from "./collapse/Item.js";
174
- import { default as pp, ConfigProviderDefaultProps as mp } from "./config-provider/context.js";
175
- import { default as np } from "./date-picker/RangePicker.js";
176
- import { default as cp } from "./dropdown/Button.js";
177
- import { default as gp } from "./form/Control.js";
178
- import { default as Tp } from "./form/FormItem.js";
179
- import { default as hp } from "./form/FormList.js";
180
- import { default as bp } from "./form/FormProvider.js";
181
- import { default as Pp } from "./form/hook/useForm.js";
182
- import { default as Ep } from "./form/hook/useContext.js";
183
- import { default as kp } from "./form/hook/useState.js";
184
- import { default as Bp } from "./form/hook/useWatch.js";
185
- import { default as Lp, default as Mp, default as Np } from "./row-col/Col.js";
186
- import { default as wp } from "./grid/Item.js";
187
- import { default as Up } from "./icon/addIconFromCdn.js";
188
- import { default as Gp } from "./image/ImagePreview.js";
189
- import { default as Hp } from "./image/ImagePreviewGroup.js";
190
- import { default as jp } from "./input/Button.js";
191
- import { default as Kp } from "./input/Group.js";
192
- import { default as Jp } from "./input/Password.js";
193
- import { default as Xp } from "./input/Search.js";
194
- import { default as $p, default as em } from "./input/Textarea.js";
195
- import { default as om } from "./layout/Content.js";
196
- import { default as am } from "./layout/Footer.js";
197
- import { default as fm } from "./layout/Header.js";
198
- import { default as lm } from "./layout/Sider.js";
199
- import { default as pm } from "./list/Item.js";
200
- import { default as dm } from "./menu/Item.js";
201
- import { default as xm } from "./menu/ItemGroup.js";
202
- import { default as Sm, default as gm } from "./menu/sub-menu/index.js";
203
- import { default as Tm } from "./message/useMessage.js";
204
- import { default as hm } from "./modal/use-modal/index.js";
205
- import { default as bm } from "./notification/useNotification.js";
206
- import { default as Pm, default as vm } from "./overflow-ellipsis/OverflowItem.js";
207
- import { default as Dm } from "./radio/GroupBlock.js";
208
- import { default as Am } from "./resize-box/Split.js";
209
- import { default as Om } from "./resize-box/SplitGroup.js";
210
- import { default as Mm } from "./select/Option.js";
211
- import { default as Fm } from "./select/OptGroup.js";
212
- import { default as Vm } from "./splitter/Panel.js";
213
- import { default as Wm, default as Gm } from "./steps/Step.js";
214
- import { default as Hm } from "./table/summary/index.js";
215
- import { default as jm } from "./table/summary/Cell.js";
216
- import { default as Km } from "./table/summary/Row.js";
217
- import { default as Jm } from "./table/hook/useColumns.js";
218
- import { default as Xm } from "./table/hook/useComponent.js";
219
- import { default as $m } from "./table/hook/useExpand.js";
220
- import { default as td } from "./table/hook/useRowSelection.js";
221
- import { default as rd } from "./table/hook/useSorter.js";
222
- import { default as sd } from "./table/hook/useStickyClassNames.js";
223
- import { default as ud } from "./table/hook/useStickyOffsets.js";
224
- import { default as id } from "./table/hook/useThResizable.js";
225
- import { default as md, default as dd } from "./tabs/TabPane.js";
226
- import { default as xd } from "./timeline/Item.js";
227
- import { default as Sd, default as gd } from "./tree/Node.js";
228
- import { default as Td } from "./typography/Ellipsis.js";
229
- import { default as hd } from "./typography/Paragraph.js";
230
- import { default as bd } from "./typography/Text.js";
231
- import { default as Pd } from "./typography/Title.js";
232
- import { FileList as Ed } from "./upload/list/index.js";
233
- import { Panel as kd } from "./color-picker/Panel.js";
234
- import { ValidateError as Bd } from "./form/utils.js";
235
- import { default as Ld } from "@unicom-cloud/icons/context";
236
- import { default as Nd } from "@unicom-cloud/icons/useProps";
237
- import { defaultComponent as wd } from "./table/constant.js";
238
- import { NOOP as Ud, UI_PC_KEY as Wd, UI_PC_THEME_DARK_CLASS_NAME as Gd } from "@unicom-cloud/ui-common/utils/constant";
239
- import { default as Hd } from "dayjs";
240
- import { is32Bit as jd, isAllChinese as qd, isArguments as Kd, isArray as Yd, isArrayBuffer as Jd, isArrayLike as Qd, isArrayLikeObject as Xd, isAscii as Zd, isAsyncFunction as $d, isBase64 as en, isBigInt as tn, isBlob as on, isBoolean as rn, isBuffer as an, isChinese as sn, isColorValue as fn, isDataURI as un, isDate as ln, isDayjs as pn, isElement as mn, isElementByInstanceof as dn, isEmail as nn, isEmpty as xn, isEmptyArray as cn, isEmptyObject as Sn, isEmptyReactNode as gn, isEmptyValue as Cn, isEqual as Tn, isEqualWith as yn, isError as hn, isEventTarget as Rn, isExist as bn, isFile as In, isFinite as Pn, isFullWidth as vn, isFunction as En, isHSL as Dn, isHalfWidth as kn, isHash as An, isHexColor as Bn, isIMEI as On, isIP as Ln, isIPRange as Mn, isIdentityCard as Nn, isInteger as Fn, isJSON as wn, isJSON_String as Vn, isJWT as Un, isLength as Wn, isMACAddress as Gn, isMD5 as _n, isMap as Hn, isMatch as zn, isMatchWith as jn, isMimeType as qn, isMobilePhone as Kn, isMobilePhoneLocales as Yn, isNaN as Jn, isNative as Qn, isNil as Xn, isNull as Zn, isNullOrUndefined as $n, isNumber as ex, isObject as tx, isObjectLike as ox, isPlainObject as rx, isPort as ax, isPromise as sx, isReact18 as fx, isReact19 as ux, isReactClassComponent as lx, isReactComponent as ix, isReactComponentAndNotFragment as px, isReadableStream as mx, isRegExp as dx, isRgbColor as nx, isSafeInteger as xx, isScrollElement as cx, isSemVer as Sx, isServerRendering as gx, isSet as Cx, isSlug as Tx, isString as yx, isStrongPassword as hx, isSymbol as Rx, isTypedArray as bx, isURL as Ix, isUUID as Px, isUndefined as vx, isVariableWidth as Ex, isWeakMap as Dx, isWeakSet as kx, isWindow as Ax } from "@unicom-cloud/ui-common/utils/is";
144
+ import { default as ei } from "./tabs/Tab.js";
145
+ import { TAG_COLORS as oi, default as ri } from "./tag/index.js";
146
+ import { default as si, TimePickerRange as fi } from "./time-picker/index.js";
147
+ import { default as li } from "./timeline/Timeline.js";
148
+ import { default as pi } from "./timer/index.js";
149
+ import { default as di } from "./tooltip/Tooltip.js";
150
+ import { default as xi } from "./tour/index.js";
151
+ import { default as Si } from "./transfer/index.js";
152
+ import { default as Ci } from "./tree/Tree.js";
153
+ import { default as yi } from "./tree-select/Select.js";
154
+ import { default as Ri } from "./trigger/index.js";
155
+ import { default as Ii } from "./typography/index.js";
156
+ import { default as Ei } from "./upload/Upload.js";
157
+ import { STATUS as Di } from "./upload/constant.js";
158
+ import { default as Ai } from "./verification-code/VerificationCode.js";
159
+ import { VERSION as Oi, VERSION_BUILD_DATE as Li, VERSION_BUILD_TIME as Mi } from "./version/index.js";
160
+ import { default as Fi } from "./virtual-list/VirtualList.js";
161
+ import { default as Vi } from "./watermark/Watermark.js";
162
+ import { default as Wi } from "./anchor/Link.js";
163
+ import { default as _i } from "./app/useApp.js";
164
+ import { default as zi } from "./avatar/Group.js";
165
+ import { default as qi } from "./badge/Count.js";
166
+ import { default as Ki } from "./breadcrumb/Item.js";
167
+ import { default as Qi } from "./button/Group.js";
168
+ import { default as Zi } from "./calendar/Month.js";
169
+ import { default as ep } from "./calendar/Year.js";
170
+ import { default as op } from "./card/Grid.js";
171
+ import { default as ap } from "./card/Meta.js";
172
+ import { default as fp } from "./checkbox/GroupBlock.js";
173
+ import { default as lp } from "./checkbox/useCheckbox.js";
174
+ import { default as pp } from "./collapse/Item.js";
175
+ import { default as dp, ConfigProviderDefaultProps as np } from "./config-provider/context.js";
176
+ import { default as cp } from "./date-picker/RangePicker.js";
177
+ import { default as gp } from "./dropdown/Button.js";
178
+ import { default as Tp } from "./form/Control.js";
179
+ import { default as hp } from "./form/FormItem.js";
180
+ import { default as bp } from "./form/FormList.js";
181
+ import { default as Pp } from "./form/FormProvider.js";
182
+ import { default as vp } from "./form/hook/useForm.js";
183
+ import { default as kp } from "./form/hook/useContext.js";
184
+ import { default as Bp } from "./form/hook/useState.js";
185
+ import { default as Lp } from "./form/hook/useWatch.js";
186
+ import { default as Np, default as Fp, default as wp } from "./row-col/Col.js";
187
+ import { default as Up } from "./grid/Item.js";
188
+ import { default as Gp } from "./icon/addIconFromCdn.js";
189
+ import { default as Hp } from "./image/ImagePreview.js";
190
+ import { default as jp } from "./image/ImagePreviewGroup.js";
191
+ import { default as Yp } from "./input/Button.js";
192
+ import { default as Jp } from "./input/Group.js";
193
+ import { default as Xp } from "./input/Password.js";
194
+ import { default as $p } from "./input/Search.js";
195
+ import { default as tm, default as om } from "./input/Textarea.js";
196
+ import { default as am } from "./layout/Content.js";
197
+ import { default as fm } from "./layout/Footer.js";
198
+ import { default as lm } from "./layout/Header.js";
199
+ import { default as pm } from "./layout/Sider.js";
200
+ import { default as dm } from "./list/Item.js";
201
+ import { default as xm } from "./menu/Item.js";
202
+ import { default as Sm } from "./menu/ItemGroup.js";
203
+ import { default as Cm, default as Tm } from "./menu/sub-menu/index.js";
204
+ import { default as hm } from "./message/useMessage.js";
205
+ import { default as bm } from "./modal/use-modal/index.js";
206
+ import { default as Pm } from "./notification/useNotification.js";
207
+ import { default as vm, default as Dm } from "./overflow-ellipsis/OverflowItem.js";
208
+ import { default as Am } from "./radio/GroupBlock.js";
209
+ import { default as Om } from "./resize-box/Split.js";
210
+ import { default as Mm } from "./resize-box/SplitGroup.js";
211
+ import { default as Fm } from "./select/Option.js";
212
+ import { default as Vm } from "./select/OptGroup.js";
213
+ import { default as Wm } from "./splitter/Panel.js";
214
+ import { default as _m, default as Hm } from "./steps/Step.js";
215
+ import { default as jm } from "./table/summary/index.js";
216
+ import { default as Ym } from "./table/summary/Cell.js";
217
+ import { default as Jm } from "./table/summary/Row.js";
218
+ import { default as Xm } from "./table/hook/useColumns.js";
219
+ import { default as $m } from "./table/hook/useComponent.js";
220
+ import { default as td } from "./table/hook/useExpand.js";
221
+ import { default as rd } from "./table/hook/useRowSelection.js";
222
+ import { default as sd } from "./table/hook/useSorter.js";
223
+ import { default as ud } from "./table/hook/useStickyClassNames.js";
224
+ import { default as id } from "./table/hook/useStickyOffsets.js";
225
+ import { default as md } from "./table/hook/useThResizable.js";
226
+ import { default as nd, default as xd } from "./tabs/TabPane.js";
227
+ import { default as Sd } from "./timeline/Item.js";
228
+ import { default as Cd, default as Td } from "./tree/Node.js";
229
+ import { default as hd } from "./typography/Ellipsis.js";
230
+ import { default as bd } from "./typography/Paragraph.js";
231
+ import { default as Pd } from "./typography/Text.js";
232
+ import { default as vd } from "./typography/Title.js";
233
+ import { FileList as kd } from "./upload/list/index.js";
234
+ import { Panel as Bd } from "./color-picker/Panel.js";
235
+ import { ValidateError as Ld } from "./form/utils.js";
236
+ import { default as Nd } from "@unicom-cloud/icons/context";
237
+ import { default as wd } from "@unicom-cloud/icons/useProps";
238
+ import { defaultComponent as Ud } from "./table/constant.js";
239
+ import { NOOP as Gd, UI_PC_KEY as _d, UI_PC_THEME_DARK_CLASS_NAME as Hd } from "@unicom-cloud/ui-common/utils/constant";
240
+ import { default as jd } from "dayjs";
241
+ import { is32Bit as Yd, isAllChinese as Kd, isArguments as Jd, isArray as Qd, isArrayBuffer as Xd, isArrayLike as Zd, isArrayLikeObject as $d, isAscii as en, isAsyncFunction as tn, isBase64 as on, isBigInt as rn, isBlob as an, isBoolean as sn, isBuffer as fn, isChinese as un, isColorValue as ln, isDataURI as pn, isDate as mn, isDayjs as dn, isElement as nn, isElementByInstanceof as xn, isEmail as cn, isEmpty as Sn, isEmptyArray as gn, isEmptyObject as Cn, isEmptyReactNode as Tn, isEmptyValue as yn, isEqual as hn, isEqualWith as Rn, isError as bn, isEventTarget as In, isExist as Pn, isFile as En, isFinite as vn, isFullWidth as Dn, isFunction as kn, isHSL as An, isHalfWidth as Bn, isHash as On, isHexColor as Ln, isIMEI as Mn, isIP as Nn, isIPRange as Fn, isIdentityCard as wn, isInteger as Vn, isJSON as Un, isJSON_String as Wn, isJWT as Gn, isLength as _n, isMACAddress as Hn, isMD5 as zn, isMap as jn, isMatch as qn, isMatchWith as Yn, isMimeType as Kn, isMobilePhone as Jn, isMobilePhoneLocales as Qn, isNaN as Xn, isNative as Zn, isNil as $n, isNull as ex, isNullOrUndefined as tx, isNumber as ox, isObject as rx, isObjectLike as ax, isPlainObject as sx, isPort as fx, isPromise as ux, isReact18 as lx, isReact19 as ix, isReactClassComponent as px, isReactComponent as mx, isReactComponentAndNotFragment as dx, isReadableStream as nx, isRegExp as xx, isRgbColor as cx, isSafeInteger as Sx, isScrollElement as gx, isSemVer as Cx, isServerRendering as Tx, isSet as yx, isSlug as hx, isString as Rx, isStrongPassword as bx, isSymbol as Ix, isTypedArray as Px, isURL as Ex, isUUID as vx, isUndefined as Dx, isVariableWidth as kx, isWeakMap as Ax, isWeakSet as Bx, isWindow as Ox } from "@unicom-cloud/ui-common/utils/is";
241
242
  export {
242
- Ls as Affix,
243
- Ns as Alert,
244
- ws as Anchor,
245
- Vi as AnchorLink,
246
- Gs as App,
247
- Hs as AutoComplete,
248
- zs as AutoCompleteOptGroup,
249
- js as AutoCompleteOption,
250
- Ks as Avatar,
251
- _i as AvatarGroup,
252
- Xs as BADGE_COLORS,
253
- Zs as BADGE_STATUS,
254
- rf as BUTTON_STATUS,
255
- af as BUTTON_TYPE,
256
- Js as BackTop,
257
- $s as Badge,
258
- zi as BadgeCount,
259
- tf as Breadcrumb,
260
- qi as BreadcrumbItem,
261
- sf as Button,
262
- Yi as ButtonGroup,
243
+ Ns as Affix,
244
+ ws as Alert,
245
+ Us as Anchor,
246
+ Wi as AnchorLink,
247
+ Hs as App,
248
+ js as AutoComplete,
249
+ qs as AutoCompleteOptGroup,
250
+ Ys as AutoCompleteOption,
251
+ Js as Avatar,
252
+ zi as AvatarGroup,
253
+ $s as BADGE_COLORS,
254
+ ef as BADGE_STATUS,
255
+ sf as BUTTON_STATUS,
256
+ ff as BUTTON_TYPE,
257
+ Xs as BackTop,
258
+ tf as Badge,
259
+ qi as BadgeCount,
260
+ rf as Breadcrumb,
261
+ Ki as BreadcrumbItem,
262
+ uf as Button,
263
+ Qi as ButtonGroup,
263
264
  Jr as COMPONENT_NAMES,
264
- uf as Calendar,
265
- Qi as CalendarMonth,
266
- Zi as CalendarYear,
267
- pf as Card,
268
- ep as CardGrid,
269
- op as CardMeta,
270
- df as Carousel,
271
- xf as Cascader,
272
- Sf as Checkbox,
273
- Cf as CheckboxGroup,
274
- ap as CheckboxGroupBlock,
275
- Lp as Col,
276
- yf as Collapse,
277
- lp as CollapseItem,
278
- Rf as ColorPicker,
279
- kd as ColorPickerPanel,
280
- If as Comment,
281
- vf as ConfigConsumer,
282
- pp as ConfigContext,
283
- Ef as ConfigProvider,
284
- mp as ConfigProviderDefaultProps,
265
+ pf as Calendar,
266
+ Zi as CalendarMonth,
267
+ ep as CalendarYear,
268
+ df as Card,
269
+ op as CardGrid,
270
+ ap as CardMeta,
271
+ xf as Carousel,
272
+ Sf as Cascader,
273
+ Cf as Checkbox,
274
+ yf as CheckboxGroup,
275
+ fp as CheckboxGroupBlock,
276
+ Np as Col,
277
+ Rf as Collapse,
278
+ pp as CollapseItem,
279
+ If as ColorPicker,
280
+ Bd as ColorPickerPanel,
281
+ Ef as Comment,
282
+ Df as ConfigConsumer,
283
+ dp as ConfigContext,
284
+ kf as ConfigProvider,
285
+ np as ConfigProviderDefaultProps,
285
286
  At as ContextHolderElement,
286
- kf as Copy,
287
- Bf as Countdown,
288
- Mf as DatePicker,
289
- Nf as DatePickerMonth,
290
- Ff as DatePickerQuarter,
291
- np as DatePickerRange,
292
- wf as DatePickerWeek,
293
- Vf as DatePickerYear,
294
- Wf as Descriptions,
295
- _f as Details,
296
- zf as Development,
297
- qf as Divider,
298
- Kf as DividerVertical,
299
- Jf as Drawer,
300
- Xf as Dropdown,
301
- cp as DropdownButton,
302
- $f as Empty,
303
- tu as Flex,
304
- ou as FlexVertical,
305
- au as Form,
306
- gp as FormControl,
307
- Tp as FormItem,
308
- hp as FormList,
309
- bp as FormProvider,
310
- fu as Grid,
311
- Mp as GridCol,
312
- wp as GridItem,
313
- Rl as GridRow,
314
- lu as Icon,
315
- Ld as IconContext,
316
- du as IconFile,
317
- pu as IconHover,
318
- xu as Image,
319
- Gp as ImagePreview,
320
- Hp as ImagePreviewGroup,
321
- Su as Input,
322
- jp as InputButton,
323
- Kp as InputGroup,
324
- Cu as InputNumber,
325
- Jp as InputPassword,
326
- Xp as InputSearch,
327
- yu as InputTag,
328
- $p as InputTextArea,
329
- Ru as Layout,
330
- om as LayoutContent,
331
- am as LayoutFooter,
332
- fm as LayoutHeader,
333
- lm as LayoutSider,
334
- Iu as Link,
335
- vu as LiquidFill,
336
- Du as List,
337
- pm as ListItem,
338
- Au as Loading,
339
- Ou as Marquee,
340
- Mu as Masonry,
341
- Fu as Mentions,
342
- Vu as Menu,
343
- dm as MenuItem,
344
- xm as MenuItemGroup,
345
- Sm as MenuSubMenu,
346
- Wu as Message,
347
- _u as Modal,
348
- Ud as NOOP,
349
- zu as Notification,
350
- qu as OverflowEllipsis,
351
- Pm as OverflowEllipsisItem,
352
- vm as OverflowItem,
353
- Yu as PageHeader,
354
- Qu as Pagination,
355
- Zu as Popconfirm,
356
- el as Popover,
357
- ol as Portal,
358
- Cs as PqbValidator,
359
- al as Progress,
360
- fl as Progress2,
361
- ll as QRCode,
362
- il as QR_Code,
363
- ml as Radio,
364
- nl as RadioGroup,
365
- Dm as RadioGroupBlock,
366
- xl as RadioGroupContext,
367
- Sl as Rate,
368
- Cl as ResizeBox,
369
- Am as ResizeBoxSplit,
370
- Om as ResizeBoxSplitGroup,
371
- yl as Result,
372
- bl as Row,
373
- Np as RowItem,
374
- Pl as Segmented,
375
- El as Select,
376
- Mm as SelectOption,
377
- Fm as SelectOptionGroup,
378
- kl as Skeleton,
379
- Bl as Slider,
380
- Ll as Space,
381
- Ml as SpaceVertical,
382
- Fl as SpeechSynthesis,
383
- Vl as Spin,
384
- Wl as Splitter,
385
- Vm as SplitterPanel,
386
- _l as Statistic,
387
- Of as StatisticCountdown,
388
- zl as Steps,
389
- Wm as StepsItem,
390
- Gm as StepsStep,
391
- gm as SubMenu,
392
- ql as SuspenseFallbackTest,
393
- Yl as Switch,
394
- ei as TAG_COLORS,
395
- md as TabPane,
396
- Ql as Table,
397
- Hm as TableSummary,
398
- jm as TableSummaryCell,
399
- Km as TableSummaryRow,
400
- Zl as Tabs,
401
- dd as TabsTabPane,
402
- ti as Tag,
403
- em as TextArea,
404
- ri as TimePicker,
405
- ai as TimePickerRange,
406
- fi as Timeline,
407
- xd as TimelineItem,
408
- li as Timer,
409
- pi as Tooltip,
410
- di as Tour,
411
- xi as Transfer,
412
- Si as Tree,
413
- Sd as TreeNode,
414
- Ci as TreeSelect,
415
- gd as TreeSelectNode,
416
- yi as Trigger,
417
- ds as Tween,
418
- Ri as Typography,
419
- Td as TypographyEllipsis,
420
- hd as TypographyParagraph,
421
- bd as TypographyText,
422
- Pd as TypographyTitle,
423
- Wd as UI_PC_KEY,
424
- Gd as UI_PC_THEME_DARK_CLASS_NAME,
425
- vi as UPLOAD_STATUS,
426
- Ii as Upload,
427
- Ed as UploadList,
428
- Ai as VERSION,
429
- Bi as VERSION_BUILD_DATE,
430
- Oi as VERSION_BUILD_TIME,
431
- Bd as ValidateError,
432
- Ts as Validator,
433
- ys as ValidatorArray,
434
- hs as ValidatorBase,
435
- Rs as ValidatorBoolean,
436
- bs as ValidatorCustom,
437
- Is as ValidatorNumber,
438
- Ps as ValidatorObject,
439
- vs as ValidatorSchema,
440
- Es as ValidatorString,
441
- Ds as ValidatorType,
442
- Di as VerificationCode,
443
- Mi as VirtualList,
444
- Fi as Watermark,
445
- Up as addIconFromCdn,
287
+ Bf as Copy,
288
+ Lf as Countdown,
289
+ Ff as DatePicker,
290
+ wf as DatePickerMonth,
291
+ Vf as DatePickerQuarter,
292
+ cp as DatePickerRange,
293
+ Uf as DatePickerWeek,
294
+ Wf as DatePickerYear,
295
+ _f as Descriptions,
296
+ zf as Details,
297
+ qf as Development,
298
+ Kf as Divider,
299
+ Jf as DividerVertical,
300
+ Xf as Drawer,
301
+ $f as Dropdown,
302
+ gp as DropdownButton,
303
+ tu as Empty,
304
+ ru as Flex,
305
+ au as FlexVertical,
306
+ fu as Form,
307
+ Tp as FormControl,
308
+ hp as FormItem,
309
+ bp as FormList,
310
+ Pp as FormProvider,
311
+ lu as Grid,
312
+ Fp as GridCol,
313
+ Up as GridItem,
314
+ Il as GridRow,
315
+ Ka as HYPHEN,
316
+ pu as Icon,
317
+ Nd as IconContext,
318
+ xu as IconFile,
319
+ du as IconHover,
320
+ Su as Image,
321
+ Hp as ImagePreview,
322
+ jp as ImagePreviewGroup,
323
+ Cu as Input,
324
+ Yp as InputButton,
325
+ Jp as InputGroup,
326
+ yu as InputNumber,
327
+ Xp as InputPassword,
328
+ $p as InputSearch,
329
+ Ru as InputTag,
330
+ tm as InputTextArea,
331
+ Iu as Layout,
332
+ am as LayoutContent,
333
+ fm as LayoutFooter,
334
+ lm as LayoutHeader,
335
+ pm as LayoutSider,
336
+ Eu as Link,
337
+ Du as LiquidFill,
338
+ Au as List,
339
+ dm as ListItem,
340
+ Ou as Loading,
341
+ Mu as Marquee,
342
+ Fu as Masonry,
343
+ Vu as Mentions,
344
+ Wu as Menu,
345
+ xm as MenuItem,
346
+ Sm as MenuItemGroup,
347
+ Cm as MenuSubMenu,
348
+ _u as Message,
349
+ zu as Modal,
350
+ Gd as NOOP,
351
+ qu as Notification,
352
+ Ku as OverflowEllipsis,
353
+ vm as OverflowEllipsisItem,
354
+ Dm as OverflowItem,
355
+ Qu as PageHeader,
356
+ Zu as Pagination,
357
+ el as Popconfirm,
358
+ ol as Popover,
359
+ al as Portal,
360
+ ys as PqbValidator,
361
+ fl as Progress,
362
+ ll as Progress2,
363
+ pl as QRCode,
364
+ ml as QR_Code,
365
+ nl as Radio,
366
+ cl as RadioGroup,
367
+ Am as RadioGroupBlock,
368
+ Sl as RadioGroupContext,
369
+ Cl as Rate,
370
+ yl as ResizeBox,
371
+ Om as ResizeBoxSplit,
372
+ Mm as ResizeBoxSplitGroup,
373
+ Rl as Result,
374
+ Pl as Row,
375
+ wp as RowItem,
376
+ vl as Segmented,
377
+ kl as Select,
378
+ Fm as SelectOption,
379
+ Vm as SelectOptionGroup,
380
+ Bl as Skeleton,
381
+ Ll as Slider,
382
+ Nl as Space,
383
+ Fl as SpaceVertical,
384
+ Vl as SpeechSynthesis,
385
+ Wl as Spin,
386
+ _l as Splitter,
387
+ Wm as SplitterPanel,
388
+ zl as Statistic,
389
+ Mf as StatisticCountdown,
390
+ ql as Steps,
391
+ _m as StepsItem,
392
+ Hm as StepsStep,
393
+ Tm as SubMenu,
394
+ Kl as SuspenseFallbackTest,
395
+ Ql as Switch,
396
+ oi as TAG_COLORS,
397
+ nd as TabPane,
398
+ Zl as Table,
399
+ jm as TableSummary,
400
+ Ym as TableSummaryCell,
401
+ Jm as TableSummaryRow,
402
+ ei as Tabs,
403
+ xd as TabsTabPane,
404
+ ri as Tag,
405
+ om as TextArea,
406
+ si as TimePicker,
407
+ fi as TimePickerRange,
408
+ li as Timeline,
409
+ Sd as TimelineItem,
410
+ pi as Timer,
411
+ di as Tooltip,
412
+ xi as Tour,
413
+ Si as Transfer,
414
+ Ci as Tree,
415
+ Cd as TreeNode,
416
+ yi as TreeSelect,
417
+ Td as TreeSelectNode,
418
+ Ri as Trigger,
419
+ xs as Tween,
420
+ Ii as Typography,
421
+ hd as TypographyEllipsis,
422
+ bd as TypographyParagraph,
423
+ Pd as TypographyText,
424
+ vd as TypographyTitle,
425
+ _d as UI_PC_KEY,
426
+ Hd as UI_PC_THEME_DARK_CLASS_NAME,
427
+ Di as UPLOAD_STATUS,
428
+ Ei as Upload,
429
+ kd as UploadList,
430
+ Oi as VERSION,
431
+ Li as VERSION_BUILD_DATE,
432
+ Mi as VERSION_BUILD_TIME,
433
+ Ld as ValidateError,
434
+ hs as Validator,
435
+ Rs as ValidatorArray,
436
+ bs as ValidatorBase,
437
+ Is as ValidatorBoolean,
438
+ Ps as ValidatorCustom,
439
+ Es as ValidatorNumber,
440
+ vs as ValidatorObject,
441
+ Ds as ValidatorSchema,
442
+ ks as ValidatorString,
443
+ As as ValidatorType,
444
+ Ai as VerificationCode,
445
+ Fi as VirtualList,
446
+ Vi as Watermark,
447
+ Gp as addIconFromCdn,
446
448
  ba as alignNearest,
447
449
  Oo as assign,
448
450
  Lo as assignIn,
@@ -475,52 +477,52 @@ export {
475
477
  d as createUpdateEffect,
476
478
  jo as curry,
477
479
  wt as dateFormat,
478
- Hd as dayjs,
480
+ jd as dayjs,
479
481
  Vt as dayjsFormat,
480
482
  qo as debounce,
481
- Ko as defaultTo,
482
- Yo as defaults,
483
+ Yo as defaultTo,
484
+ Ko as defaults,
483
485
  Jo as defaultsDeep,
484
486
  Qo as difference,
485
487
  Ur as div,
486
- ns as easing,
488
+ cs as easing,
487
489
  no as emitter,
488
490
  Xo as escape,
489
491
  co as fileRead,
490
492
  go as fileToDataURL,
491
493
  To as fillNBSP,
492
494
  la as fillRef,
493
- Us as findAnchorLinkNode,
495
+ Gs as findAnchorLinkNode,
494
496
  Zo as findKey,
495
- as as findNodeBy,
497
+ fs as findNodeBy,
496
498
  ho as findRootElement,
497
- Qa as fixedWidth,
499
+ Za as fixedWidth,
498
500
  $o as flattenDeep,
499
501
  er as flow,
500
502
  ro as forceReflow,
501
503
  Wt as formatValue,
502
504
  tr as get,
503
505
  ao as getBodyContainer,
504
- ss as getChildWithParentBy,
506
+ us as getChildWithParentBy,
505
507
  Gt as getDayjsValue,
506
508
  so as getElementCoordinates,
507
- va as getFrameElement,
509
+ Ea as getFrameElement,
508
510
  bo as getHighlightText,
509
511
  Po as getHotkeyHandler,
510
- fs as getItemBy,
511
- us as getItemByID,
512
- ls as getLabelFromDictionaryByValue,
512
+ ls as getItemBy,
513
+ is as getItemByID,
514
+ ps as getLabelFromDictionaryByValue,
513
515
  ia as getNodeRef,
514
516
  _t as getNow,
515
- Ea as getOptions,
517
+ va as getOptions,
516
518
  Da as getParentElement,
517
519
  pa as getReactElementRef,
518
520
  Ht as getRealTime,
519
521
  fo as getScrollElements,
520
522
  ka as getScrollMargins,
521
523
  zt as getSortedDayjsArray,
522
- Eo as getStringLength,
523
- Xa as getStyle,
524
+ vo as getStringLength,
525
+ $a as getStyle,
524
526
  jt as getTimeFormat,
525
527
  qt as getValueWithTime,
526
528
  or as groupBy,
@@ -530,119 +532,119 @@ export {
530
532
  sr as invert,
531
533
  fr as invertBy,
532
534
  o as is,
533
- jd as is32Bit,
534
- qd as isAllChinese,
535
- Kd as isArguments,
536
- Yd as isArray,
537
- Jd as isArrayBuffer,
538
- Qd as isArrayLike,
539
- Xd as isArrayLikeObject,
540
- Zd as isAscii,
541
- $d as isAsyncFunction,
542
- en as isBase64,
543
- tn as isBigInt,
544
- on as isBlob,
545
- rn as isBoolean,
546
- an as isBuffer,
547
- sn as isChinese,
548
- fn as isColorValue,
535
+ Yd as is32Bit,
536
+ Kd as isAllChinese,
537
+ Jd as isArguments,
538
+ Qd as isArray,
539
+ Xd as isArrayBuffer,
540
+ Zd as isArrayLike,
541
+ $d as isArrayLikeObject,
542
+ en as isAscii,
543
+ tn as isAsyncFunction,
544
+ on as isBase64,
545
+ rn as isBigInt,
546
+ an as isBlob,
547
+ sn as isBoolean,
548
+ fn as isBuffer,
549
+ un as isChinese,
550
+ ln as isColorValue,
549
551
  Aa as isCustomScrollBehavior,
550
- un as isDataURI,
551
- ln as isDate,
552
- pn as isDayjs,
553
- Kt as isDayjsArrayChange,
554
- Yt as isDayjsChange,
555
- mn as isElement,
556
- dn as isElementByInstanceof,
557
- nn as isEmail,
558
- xn as isEmpty,
559
- cn as isEmptyArray,
560
- Sn as isEmptyObject,
561
- gn as isEmptyReactNode,
562
- Cn as isEmptyValue,
563
- Tn as isEqual,
564
- yn as isEqualWith,
565
- hn as isError,
566
- Rn as isEventTarget,
567
- bn as isExist,
568
- In as isFile,
569
- Pn as isFinite,
570
- vn as isFullWidth,
571
- En as isFunction,
572
- Dn as isHSL,
573
- kn as isHalfWidth,
574
- An as isHash,
575
- Bn as isHexColor,
552
+ pn as isDataURI,
553
+ mn as isDate,
554
+ dn as isDayjs,
555
+ Yt as isDayjsArrayChange,
556
+ Kt as isDayjsChange,
557
+ nn as isElement,
558
+ xn as isElementByInstanceof,
559
+ cn as isEmail,
560
+ Sn as isEmpty,
561
+ gn as isEmptyArray,
562
+ Cn as isEmptyObject,
563
+ Tn as isEmptyReactNode,
564
+ yn as isEmptyValue,
565
+ hn as isEqual,
566
+ Rn as isEqualWith,
567
+ bn as isError,
568
+ In as isEventTarget,
569
+ Pn as isExist,
570
+ En as isFile,
571
+ vn as isFinite,
572
+ Dn as isFullWidth,
573
+ kn as isFunction,
574
+ An as isHSL,
575
+ Bn as isHalfWidth,
576
+ On as isHash,
577
+ Ln as isHexColor,
576
578
  Ba as isHiddenByFrame,
577
- On as isIMEI,
578
- Ln as isIP,
579
- Mn as isIPRange,
580
- Nn as isIdentityCard,
579
+ Mn as isIMEI,
580
+ Nn as isIP,
581
+ Fn as isIPRange,
582
+ wn as isIdentityCard,
581
583
  Oa as isInDocument,
582
- Fn as isInteger,
583
- wn as isJSON,
584
- Vn as isJSON_String,
585
- Un as isJWT,
586
- Wn as isLength,
587
- Gn as isMACAddress,
588
- _n as isMD5,
589
- Hn as isMap,
590
- zn as isMatch,
591
- jn as isMatchWith,
592
- qn as isMimeType,
593
- Kn as isMobilePhone,
594
- Yn as isMobilePhoneLocales,
595
- Jn as isNaN,
596
- Qn as isNative,
597
- Xn as isNil,
598
- Zn as isNull,
599
- $n as isNullOrUndefined,
600
- ex as isNumber,
601
- tx as isObject,
602
- ox as isObjectLike,
603
- rx as isPlainObject,
604
- ax as isPort,
605
- sx as isPromise,
606
- fx as isReact18,
607
- ux as isReact19,
608
- lx as isReactClassComponent,
609
- ix as isReactComponent,
610
- px as isReactComponentAndNotFragment,
611
- mx as isReadableStream,
612
- dx as isRegExp,
613
- nx as isRgbColor,
614
- xx as isSafeInteger,
615
- cx as isScrollElement,
584
+ Vn as isInteger,
585
+ Un as isJSON,
586
+ Wn as isJSON_String,
587
+ Gn as isJWT,
588
+ _n as isLength,
589
+ Hn as isMACAddress,
590
+ zn as isMD5,
591
+ jn as isMap,
592
+ qn as isMatch,
593
+ Yn as isMatchWith,
594
+ Kn as isMimeType,
595
+ Jn as isMobilePhone,
596
+ Qn as isMobilePhoneLocales,
597
+ Xn as isNaN,
598
+ Zn as isNative,
599
+ $n as isNil,
600
+ ex as isNull,
601
+ tx as isNullOrUndefined,
602
+ ox as isNumber,
603
+ rx as isObject,
604
+ ax as isObjectLike,
605
+ sx as isPlainObject,
606
+ fx as isPort,
607
+ ux as isPromise,
608
+ lx as isReact18,
609
+ ix as isReact19,
610
+ px as isReactClassComponent,
611
+ mx as isReactComponent,
612
+ dx as isReactComponentAndNotFragment,
613
+ nx as isReadableStream,
614
+ xx as isRegExp,
615
+ cx as isRgbColor,
616
+ Sx as isSafeInteger,
617
+ gx as isScrollElement,
616
618
  La as isScrollable,
617
- Sx as isSemVer,
618
- gx as isServerRendering,
619
- Cx as isSet,
620
- Tx as isSlug,
619
+ Cx as isSemVer,
620
+ Tx as isServerRendering,
621
+ yx as isSet,
622
+ hx as isSlug,
621
623
  Ma as isStandardScrollBehavior,
622
- yx as isString,
623
- hx as isStrongPassword,
624
- Rx as isSymbol,
625
- bx as isTypedArray,
626
- Ix as isURL,
627
- Px as isUUID,
628
- vx as isUndefined,
624
+ Rx as isString,
625
+ bx as isStrongPassword,
626
+ Ix as isSymbol,
627
+ Px as isTypedArray,
628
+ Ex as isURL,
629
+ vx as isUUID,
630
+ Dx as isUndefined,
629
631
  Jt as isValidTimeString,
630
- Ex as isVariableWidth,
631
- Dx as isWeakMap,
632
- kx as isWeakSet,
633
- Ax as isWindow,
632
+ kx as isVariableWidth,
633
+ Ax as isWeakMap,
634
+ Bx as isWeakSet,
635
+ Ox as isWindow,
634
636
  ur as kebabCase,
635
637
  s as keyboardCode,
636
638
  Wr as math,
637
639
  lr as mean,
638
640
  ir as memoize,
639
641
  pr as merge,
640
- Kr as mergeProps,
642
+ Yr as mergeProps,
641
643
  mr as mergeWith,
642
644
  jr as mergedToString,
643
645
  Qt as methods,
644
646
  Gr as minus,
645
- Et as newArray,
647
+ vt as newArray,
646
648
  uo as off,
647
649
  Xr as omit,
648
650
  lo as on,
@@ -659,7 +661,7 @@ export {
659
661
  xr as pullAll,
660
662
  po as reflow,
661
663
  Ga as removeDarkTheme,
662
- Ya as replaceEmptyWithHyphen,
664
+ Qa as replaceEmptyWithHyphen,
663
665
  ca as responsiveArray,
664
666
  Sa as responsiveMap,
665
667
  ga as responsiveObserve,
@@ -671,13 +673,13 @@ export {
671
673
  Na as scrollIntoView,
672
674
  Fa as scrollIntoViewIfNeeded,
673
675
  wa as scrollIntoViewNative,
674
- is as searchTree,
676
+ ms as searchTree,
675
677
  Cr as set,
676
678
  Ua as setCreateRoot,
677
679
  _a as setDarkTheme,
678
680
  za as setPrimaryColor,
679
681
  qa as setTheme,
680
- Za as setTransformStyle,
682
+ es as setTransformStyle,
681
683
  Tr as setWith,
682
684
  yr as shuffle,
683
685
  hr as snakeCase,
@@ -685,18 +687,18 @@ export {
685
687
  br as startCase,
686
688
  ma as supportNodeRef,
687
689
  da as supportRef,
688
- wd as tableDefaultComponent,
690
+ Ud as tableDefaultComponent,
689
691
  Ir as throttle,
690
- es as throttleByRaf,
692
+ os as throttleByRaf,
691
693
  Hr as times,
692
694
  Xt as timezoneToOffset,
693
- os as toArray,
695
+ as as toArray,
694
696
  Zt as toLocal,
695
697
  Pr as toPath,
696
698
  $t as toTimezone,
697
- ps as tree,
698
- vr as truncate,
699
- Er as union,
699
+ ds as tree,
700
+ Er as truncate,
701
+ vr as union,
700
702
  Dr as uniq,
701
703
  kr as uniqueId,
702
704
  Ar as unset,
@@ -704,11 +706,11 @@ export {
704
706
  Or as updateWith,
705
707
  Lr as upperCase,
706
708
  Mr as upperFirst,
707
- Wi as useApp,
709
+ _i as useApp,
708
710
  n as useAsyncEffect,
709
711
  x as useBoolean,
710
712
  mt as useBreakpoint,
711
- fp as useCheckbox,
713
+ lp as useCheckbox,
712
714
  c as useClickAway,
713
715
  na as useComposeRef,
714
716
  S as useComputedState,
@@ -721,8 +723,8 @@ export {
721
723
  b as useDebounce,
722
724
  I as useDebounceEffect,
723
725
  P as useDebounceFn,
724
- v as useDeepCompareEffect,
725
- E as useDeepCompareLayoutEffect,
726
+ E as useDeepCompareEffect,
727
+ v as useDeepCompareLayoutEffect,
726
728
  D as useDocumentVisibility,
727
729
  k as useDrag,
728
730
  A as useDrop,
@@ -733,22 +735,22 @@ export {
733
735
  N as useFavicon,
734
736
  F as useFocusWithin,
735
737
  w as useForceUpdate,
736
- Pp as useForm,
737
- Ep as useFormContext,
738
- kp as useFormState,
739
- Bp as useFormWatch,
738
+ vp as useForm,
739
+ kp as useFormContext,
740
+ Bp as useFormState,
741
+ Lp as useFormWatch,
740
742
  V as useFullscreen,
741
743
  U as useGetState,
742
744
  W as useHistoryTravel,
743
745
  G as useHover,
744
- Nd as useIconProps,
746
+ wd as useIconProps,
745
747
  _ as useId,
746
748
  H as useInView,
747
749
  z as useInViewport,
748
750
  j as useInfiniteScroll,
749
751
  q as useIntersectionObserver,
750
- K as useIntersectionObservers,
751
- Y as useInterval,
752
+ Y as useIntersectionObservers,
753
+ K as useInterval,
752
754
  J as useIsFirstRender,
753
755
  Q as useIsomorphicLayoutEffect,
754
756
  X as useKeyPress,
@@ -763,15 +765,15 @@ export {
763
765
  fe as useMemoizedFn,
764
766
  ue as useMergeProps,
765
767
  le as useMergeValue,
766
- Tm as useMessage,
767
- hm as useModal,
768
+ hm as useMessage,
769
+ bm as useModal,
768
770
  ie as useMount,
769
771
  pe as useMouse,
770
772
  me as useMove,
771
773
  de as useMutationObserver,
772
774
  ne as useMutationObservers,
773
775
  xe as useNetwork,
774
- bm as useNotification,
776
+ Pm as useNotification,
775
777
  ce as useOnlineStatus,
776
778
  Se as useOverflowHidden,
777
779
  ge as useOverrideRef,
@@ -783,8 +785,8 @@ export {
783
785
  be as useRafInterval,
784
786
  Ie as useRafState,
785
787
  Pe as useRafTimeout,
786
- ve as useReactive,
787
- Ee as useRefLatest,
788
+ Ee as useReactive,
789
+ ve as useRefLatest,
788
790
  De as useRefs,
789
791
  ke as useRefs2,
790
792
  Ae as useRequest,
@@ -802,19 +804,19 @@ export {
802
804
  Ge as useStateCallback,
803
805
  _e as useStateWithPromise,
804
806
  He as useSyncState,
805
- Jm as useTableColumns,
806
- Xm as useTableComponent,
807
- $m as useTableExpand,
808
- td as useTableRowSelection,
809
- rd as useTableSorter,
810
- sd as useTableStickyClassNames,
811
- ud as useTableStickyOffsets,
812
- id as useTableThResizable,
807
+ Xm as useTableColumns,
808
+ $m as useTableComponent,
809
+ td as useTableExpand,
810
+ rd as useTableRowSelection,
811
+ sd as useTableSorter,
812
+ ud as useTableStickyClassNames,
813
+ id as useTableStickyOffsets,
814
+ md as useTableThResizable,
813
815
  ze as useTextSelection,
814
816
  je as useTheme,
815
817
  qe as useThrottle,
816
- Ke as useThrottleEffect,
817
- Ye as useThrottleFn,
818
+ Ye as useThrottleEffect,
819
+ Ke as useThrottleFn,
818
820
  Je as useTimeout,
819
821
  Qe as useTitle,
820
822
  Xe as useToggle,
@@ -832,10 +834,10 @@ export {
832
834
  ut as useWebSocket,
833
835
  lt as useWhyDidYouUpdate,
834
836
  it as useWindowSize,
835
- cs as uuid,
836
- Ss as uuidv4,
837
- ks as validatorLocale,
838
- Bs as warning,
837
+ gs as uuid,
838
+ Cs as uuidv4,
839
+ Bs as validatorLocale,
840
+ Ls as warning,
839
841
  Nr as without,
840
842
  Fr as xor,
841
843
  wr as zip