@unicom-cloud/ui 0.8.162 → 0.8.163

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 (833) hide show
  1. package/.virtual/_rolldown/runtime.js +1 -1
  2. package/.vite/manifest.json +56 -22
  3. package/affix/Affix.js +2 -2
  4. package/affix/index.js +1 -1
  5. package/alert/Alert.js +2 -2
  6. package/alert/index.js +1 -1
  7. package/anchor/Anchor.js +2 -2
  8. package/anchor/Link.js +2 -2
  9. package/anchor/context.js +1 -1
  10. package/anchor/index.js +1 -1
  11. package/anchor/utils.js +1 -1
  12. package/app/App.d.ts +1 -1
  13. package/app/App.js +27 -25
  14. package/app/context.js +1 -1
  15. package/app/index.js +1 -1
  16. package/app/interface.d.ts +5 -1
  17. package/app/useApp.js +1 -1
  18. package/auto-complete/AutoComplete.js +2 -2
  19. package/auto-complete/index.js +1 -1
  20. package/avatar/Avatar.js +2 -2
  21. package/avatar/Group.js +2 -2
  22. package/avatar/context.js +1 -1
  23. package/avatar/index.js +1 -1
  24. package/back-top/BackTop.js +39 -36
  25. package/back-top/index.js +1 -1
  26. package/badge/Badge.js +78 -77
  27. package/badge/Count.d.ts +1 -1
  28. package/badge/Count.js +19 -18
  29. package/badge/index.js +1 -1
  30. package/badge/utils.js +1 -1
  31. package/border-beam/BorderBeam.js +2 -2
  32. package/border-beam/index.js +1 -1
  33. package/breadcrumb/Breadcrumb.js +42 -41
  34. package/breadcrumb/Item.d.ts +1 -1
  35. package/breadcrumb/Item.js +22 -21
  36. package/breadcrumb/context.js +1 -1
  37. package/breadcrumb/index.js +1 -1
  38. package/button/Button.js +64 -66
  39. package/button/Group.js +2 -2
  40. package/button/Toggle.js +2 -2
  41. package/button/index.js +1 -1
  42. package/button/interface.d.ts +3 -3
  43. package/calendar/Calendar.js +2 -2
  44. package/calendar/Month.d.ts +2 -1
  45. package/calendar/Month.js +1 -1
  46. package/calendar/WeekList.d.ts +1 -1
  47. package/calendar/WeekList.js +1 -1
  48. package/calendar/Year.d.ts +2 -1
  49. package/calendar/Year.js +1 -1
  50. package/calendar/header/Panel.d.ts +1 -1
  51. package/calendar/header/Panel.js +1 -1
  52. package/calendar/header/index.d.ts +1 -1
  53. package/calendar/header/index.js +1 -1
  54. package/calendar/hook/useCellClassName.js +1 -1
  55. package/calendar/index.js +1 -1
  56. package/card/Card.js +2 -2
  57. package/card/Grid.js +2 -2
  58. package/card/Meta.js +2 -2
  59. package/card/index.js +1 -1
  60. package/carousel/Arrow.js +2 -2
  61. package/carousel/Carousel.js +2 -2
  62. package/carousel/Indicator.js +2 -2
  63. package/carousel/index.js +1 -1
  64. package/cascader/Cascader.js +6 -6
  65. package/cascader/base/node.js +1 -1
  66. package/cascader/base/store.js +1 -1
  67. package/cascader/hook/useRefCurrent.js +1 -1
  68. package/cascader/index.js +1 -1
  69. package/cascader/panel/List.d.ts +1 -1
  70. package/cascader/panel/List.js +154 -137
  71. package/cascader/panel/Option.d.ts +1 -1
  72. package/cascader/panel/Option.js +2 -2
  73. package/cascader/panel/Search.d.ts +1 -1
  74. package/cascader/panel/Search.js +1 -1
  75. package/cascader/utils.js +1 -1
  76. package/checkbox/Checkbox.js +6 -6
  77. package/checkbox/Group.d.ts +2 -2
  78. package/checkbox/Group.js +2 -2
  79. package/checkbox/GroupBlock.d.ts +1 -1
  80. package/checkbox/GroupBlock.js +2 -2
  81. package/checkbox/context.js +1 -1
  82. package/checkbox/index.js +1 -1
  83. package/checkbox/useCheckbox.js +1 -1
  84. package/collapse/Collapse.js +2 -2
  85. package/collapse/Item.js +12 -12
  86. package/collapse/context.js +1 -1
  87. package/collapse/index.js +1 -1
  88. package/collapse/utils.js +1 -1
  89. package/color-picker/ColorPicker.js +2 -2
  90. package/color-picker/ControlBar.js +2 -2
  91. package/color-picker/InputAlpha.js +2 -2
  92. package/color-picker/InputHex.js +2 -2
  93. package/color-picker/InputRgb.d.ts +1 -1
  94. package/color-picker/InputRgb.js +2 -2
  95. package/color-picker/Mode.js +1 -1
  96. package/color-picker/Palette.d.ts +1 -1
  97. package/color-picker/Palette.js +2 -2
  98. package/color-picker/Panel.js +2 -2
  99. package/color-picker/colors.js +1 -1
  100. package/color-picker/hooks/useColorPicker.js +1 -1
  101. package/color-picker/hooks/useControlBlock.js +1 -1
  102. package/color-picker/index.d.ts +2 -2
  103. package/color-picker/index.js +1 -1
  104. package/color-picker/interface.js +1 -1
  105. package/color-picker/utils.js +1 -1
  106. package/comment/Comment.js +2 -2
  107. package/comment/index.js +1 -1
  108. package/config-provider/ConfigProvider.d.ts +1 -1
  109. package/config-provider/ConfigProvider.js +2 -2
  110. package/config-provider/context.d.ts +1 -1
  111. package/config-provider/context.js +2 -2
  112. package/config-provider/index.js +2 -2
  113. package/config-provider/initUI.js +1 -1
  114. package/config-provider/useConfigProvider.js +2 -2
  115. package/config-provider/utils.js +1 -1
  116. package/constant/index.js +1 -1
  117. package/copy/Copy.d.ts +1 -1
  118. package/copy/Copy.js +2 -2
  119. package/copy/index.js +1 -1
  120. package/countdown/Countdown.js +2 -2
  121. package/countdown/index.js +1 -1
  122. package/countdown/utils.js +1 -1
  123. package/date-picker/DatePicker.js +1 -1
  124. package/date-picker/DatePickerRange.js +9 -9
  125. package/date-picker/Picker.js +8 -8
  126. package/date-picker/context.js +1 -1
  127. package/date-picker/hook/useCellClassName.js +2 -2
  128. package/date-picker/index.js +1 -1
  129. package/date-picker/panel/Body.d.ts +1 -1
  130. package/date-picker/panel/Body.js +1 -1
  131. package/date-picker/panel/Footer.d.ts +1 -1
  132. package/date-picker/panel/Footer.js +1 -1
  133. package/date-picker/panel/Header.d.ts +1 -1
  134. package/date-picker/panel/Header.js +2 -2
  135. package/date-picker/panel/Shortcut.js +1 -1
  136. package/date-picker/panel/WeekList.d.ts +1 -1
  137. package/date-picker/panel/WeekList.js +1 -1
  138. package/date-picker/panel/date/index.d.ts +1 -1
  139. package/date-picker/panel/date/index.js +2 -2
  140. package/date-picker/panel/month/index.d.ts +1 -1
  141. package/date-picker/panel/month/index.js +2 -2
  142. package/date-picker/panel/quarter/index.d.ts +1 -1
  143. package/date-picker/panel/quarter/index.js +2 -2
  144. package/date-picker/panel/range/index.d.ts +1 -1
  145. package/date-picker/panel/range/index.js +2 -2
  146. package/date-picker/panel/week/index.d.ts +1 -1
  147. package/date-picker/panel/week/index.js +2 -2
  148. package/date-picker/panel/year/index.d.ts +1 -1
  149. package/date-picker/panel/year/index.js +2 -2
  150. package/date-picker/utils.js +1 -1
  151. package/descriptions/Descriptions.js +2 -2
  152. package/descriptions/index.js +1 -1
  153. package/details/Details.js +33 -36
  154. package/details/index.js +1 -1
  155. package/details/interface.d.ts +2 -6
  156. package/development/Development.js +2 -2
  157. package/development/index.js +1 -1
  158. package/divider/Divider.js +2 -2
  159. package/divider/index.js +1 -1
  160. package/draggable/Draggable.js +2 -2
  161. package/draggable/Item.d.ts +1 -1
  162. package/draggable/Item.js +1 -1
  163. package/draggable/index.js +1 -1
  164. package/draw/Draw.js +2 -2
  165. package/draw/constant.js +1 -1
  166. package/draw/index.js +1 -1
  167. package/drawer/Drawer.js +6 -6
  168. package/drawer/index.js +1 -1
  169. package/drawer/use-drawer/Hook.js +1 -1
  170. package/drawer/use-drawer/index.d.ts +2 -2
  171. package/drawer/use-drawer/index.js +24 -23
  172. package/dropdown/Button.js +2 -2
  173. package/dropdown/Dropdown.js +2 -2
  174. package/dropdown/index.js +1 -1
  175. package/empty/Empty.js +2 -2
  176. package/empty/index.js +1 -1
  177. package/flex/Flex.js +2 -2
  178. package/flex/index.js +1 -1
  179. package/form/Control.d.ts +1 -1
  180. package/form/Control.js +1 -1
  181. package/form/Form.js +9 -9
  182. package/form/FormControl.js +8 -8
  183. package/form/FormItem.js +2 -2
  184. package/form/FormItemLabel.d.ts +1 -1
  185. package/form/FormItemLabel.js +2 -2
  186. package/form/FormItemTip.js +2 -2
  187. package/form/FormLabelSymbol.d.ts +1 -1
  188. package/form/FormLabelSymbol.js +2 -2
  189. package/form/FormList.d.ts +2 -1
  190. package/form/FormList.js +1 -1
  191. package/form/FormProvider.d.ts +1 -1
  192. package/form/FormProvider.js +1 -1
  193. package/form/constant.js +1 -1
  194. package/form/context.js +1 -1
  195. package/form/hook/useForm.js +1 -1
  196. package/form/hook/useFormContext.js +1 -1
  197. package/form/hook/useFormState.js +1 -1
  198. package/form/hook/useWatch.js +1 -1
  199. package/form/index.d.ts +1 -1
  200. package/form/index.js +1 -1
  201. package/form/interface.js +1 -1
  202. package/form/promisify.js +1 -1
  203. package/form/store.js +1 -1
  204. package/form/utils.js +1 -1
  205. package/global-provider/GlobalProvider.d.ts +1 -1
  206. package/global-provider/GlobalProvider.js +1 -1
  207. package/global-provider/context.js +1 -1
  208. package/global-provider/index.js +1 -1
  209. package/grid/Grid.js +2 -2
  210. package/grid/Item.js +2 -2
  211. package/grid/context.js +1 -1
  212. package/grid/index.js +1 -1
  213. package/grid/utils.js +1 -1
  214. package/hooks/index.js +1 -1
  215. package/hooks/use-breakpoint/index.js +1 -1
  216. package/hooks/use-computed-state/index.js +1 -1
  217. package/hooks/use-controllable-value/index.js +1 -1
  218. package/hooks/use-create/index.js +1 -1
  219. package/hooks/use-creation/index.js +1 -1
  220. package/hooks/use-effect-event/index.js +1 -1
  221. package/hooks/use-event/index.js +1 -1
  222. package/hooks/use-event-listener/index.js +1 -1
  223. package/hooks/use-force-update/index.js +1 -1
  224. package/hooks/use-fullscreen/index.js +1 -1
  225. package/hooks/use-id/index.js +1 -1
  226. package/hooks/use-intersection-observer/index.js +1 -1
  227. package/hooks/use-intersection-observers/index.js +1 -1
  228. package/hooks/use-interval/index.js +1 -1
  229. package/hooks/use-is-first-render/index.js +1 -1
  230. package/hooks/use-isomorphic-layout-effect/index.js +1 -1
  231. package/hooks/use-keyboard-event/index.js +1 -1
  232. package/hooks/use-latest/index.js +1 -1
  233. package/hooks/use-listen-window-resize/index.js +1 -1
  234. package/hooks/use-media/index.js +1 -1
  235. package/hooks/use-memoized-fn/index.js +1 -1
  236. package/hooks/use-merge-props/index.js +1 -1
  237. package/hooks/use-move/index.js +1 -1
  238. package/hooks/use-mutation-observers/index.js +1 -1
  239. package/hooks/use-online-status/index.js +1 -1
  240. package/hooks/use-overflow-hidden/index.js +1 -1
  241. package/hooks/use-override-ref/index.js +1 -1
  242. package/hooks/use-persist-callback/index.js +1 -1
  243. package/hooks/use-prefers-color-scheme-dark/index.js +1 -1
  244. package/hooks/use-previous/index.js +1 -1
  245. package/hooks/use-refs/index.js +1 -1
  246. package/hooks/use-resize-observer/index.js +1 -1
  247. package/hooks/use-resize-observers/index.js +1 -1
  248. package/hooks/use-responsive-state/index.js +1 -1
  249. package/hooks/use-set-state/index.js +1 -1
  250. package/hooks/use-state-callback/index.js +1 -1
  251. package/hooks/use-state-with-promise/index.js +1 -1
  252. package/hooks/use-update-effect/index.js +1 -1
  253. package/hooks/use-update-layout-effect/index.js +1 -1
  254. package/hooks/use-verification-code/index.js +1 -1
  255. package/hooks/use-watch/index.js +1 -1
  256. package/hooks/use-watermark/index.js +1 -1
  257. package/hooks/use-watermark/utils.js +1 -1
  258. package/hooks/use-window-size/index.js +1 -1
  259. package/hooks/useUnmountOnExit.js +1 -1
  260. package/icon/Icon.js +2 -2
  261. package/icon/addIconFromCdn.js +1 -1
  262. package/icon/index.js +1 -1
  263. package/icon-hover/IconHover.js +2 -2
  264. package/icon-hover/index.js +1 -1
  265. package/icons/file/File.js +2 -2
  266. package/icons/file/index.js +1 -1
  267. package/icons.js +1 -1
  268. package/image/Image.js +2 -2
  269. package/image/ImageFooter.d.ts +1 -1
  270. package/image/ImageFooter.js +1 -1
  271. package/image/ImagePreview.js +226 -228
  272. package/image/ImagePreviewArrow.d.ts +1 -1
  273. package/image/ImagePreviewArrow.js +2 -2
  274. package/image/ImagePreviewGroup.js +1 -1
  275. package/image/ImagePreviewToolbar.js +37 -36
  276. package/image/TriggerForToolbar.d.ts +1 -1
  277. package/image/TriggerForToolbar.js +1 -1
  278. package/image/context.js +1 -1
  279. package/image/hook/useImageStatus.js +1 -1
  280. package/image/hook/useShowFooter.js +1 -1
  281. package/image/index.js +1 -1
  282. package/image/utils/getFixTranslate.js +1 -1
  283. package/image/utils/getScale.js +1 -1
  284. package/index.js +904 -899
  285. package/input/Button.js +2 -2
  286. package/input/Group.js +2 -2
  287. package/input/Input.js +2 -2
  288. package/input/InputComponent.js +1 -1
  289. package/input/Password.js +2 -2
  290. package/input/Search.js +2 -2
  291. package/input/Textarea.js +7 -7
  292. package/input/autoSizeTextareaHeight.js +1 -1
  293. package/input/constants.js +1 -1
  294. package/input/index.js +1 -1
  295. package/input/useComposition.js +1 -1
  296. package/input/utils.js +1 -1
  297. package/input-number/InputNumber.js +2 -2
  298. package/input-number/decimal.js +1 -1
  299. package/input-number/index.js +1 -1
  300. package/input-number/useSelectionRange.js +1 -1
  301. package/input-number/utils.js +1 -1
  302. package/input-tag/InputTag.js +2 -2
  303. package/input-tag/constant.js +1 -1
  304. package/input-tag/hook/useComputeAutoWidthDelay.js +1 -1
  305. package/input-tag/index.js +1 -1
  306. package/layout/Content.js +2 -2
  307. package/layout/Footer.js +2 -2
  308. package/layout/Header.js +2 -2
  309. package/layout/Layout.js +2 -2
  310. package/layout/Sider.js +2 -2
  311. package/layout/context.js +1 -1
  312. package/layout/index.js +1 -1
  313. package/link/Link.js +2 -2
  314. package/link/index.js +1 -1
  315. package/liquid-fill/LiquidFill.js +2 -2
  316. package/liquid-fill/index.js +1 -1
  317. package/list/Item.js +2 -2
  318. package/list/List.js +2 -2
  319. package/list/Meta.js +3 -3
  320. package/list/index.js +1 -1
  321. package/loading/Loading.js +2 -2
  322. package/loading/index.js +1 -1
  323. package/locale/ar-EG.js +1 -1
  324. package/locale/de-DE.js +1 -1
  325. package/locale/default.js +1 -1
  326. package/locale/en-US.js +1 -1
  327. package/locale/es-ES.js +1 -1
  328. package/locale/fr-FR.js +1 -1
  329. package/locale/id-ID.js +1 -1
  330. package/locale/it-IT.js +1 -1
  331. package/locale/ja-JP.js +1 -1
  332. package/locale/ko-KR.js +1 -1
  333. package/locale/ms-MY.js +1 -1
  334. package/locale/pt-BR.js +1 -1
  335. package/locale/pt-PT.js +1 -1
  336. package/locale/ru-RU.js +1 -1
  337. package/locale/th-TH.js +1 -1
  338. package/locale/tr-TR.js +1 -1
  339. package/locale/vi-VN.js +1 -1
  340. package/locale/zh-CN.js +1 -1
  341. package/locale/zh-HK.js +1 -1
  342. package/locale/zh-TW.js +1 -1
  343. package/marquee/Marquee.js +2 -2
  344. package/marquee/index.js +1 -1
  345. package/mask/Mask.js +35 -34
  346. package/mask/constant.js +1 -1
  347. package/mask/index.js +1 -1
  348. package/masonry/{MasonryItem.js → Item.js} +2 -2
  349. package/masonry/Masonry.js +16 -16
  350. package/masonry/hooks/useDelay.js +1 -1
  351. package/masonry/hooks/useGutter.js +1 -1
  352. package/masonry/hooks/usePositions.js +1 -1
  353. package/masonry/hooks/useRefs.js +1 -1
  354. package/masonry/index.d.ts +1 -1
  355. package/masonry/index.js +2 -2
  356. package/mentions/Mentions.js +2 -2
  357. package/mentions/index.js +1 -1
  358. package/mentions/utils.js +1 -1
  359. package/menu/Indent.d.ts +1 -1
  360. package/menu/Indent.js +5 -5
  361. package/menu/Item.js +31 -31
  362. package/menu/ItemGroup.js +1 -1
  363. package/menu/Menu.js +54 -53
  364. package/menu/OverflowWrap.d.ts +2 -2
  365. package/menu/OverflowWrap.js +1 -1
  366. package/menu/context.d.ts +1 -0
  367. package/menu/context.js +1 -1
  368. package/menu/index.js +1 -1
  369. package/menu/sub-menu/Inline.d.ts +1 -1
  370. package/menu/sub-menu/Inline.js +48 -44
  371. package/menu/sub-menu/Pop.d.ts +1 -1
  372. package/menu/sub-menu/Pop.js +32 -31
  373. package/menu/sub-menu/index.js +5 -5
  374. package/menu/utils.js +1 -1
  375. package/message/Message.js +94 -91
  376. package/message/config.js +1 -1
  377. package/message/constants.js +3 -3
  378. package/message/index.js +1 -1
  379. package/message/useMessage.d.ts +1 -1
  380. package/message/useMessage.js +1 -1
  381. package/message/utils.js +1 -1
  382. package/modal/Modal.js +24 -24
  383. package/modal/config.js +1 -1
  384. package/modal/confirm.js +13 -11
  385. package/modal/constants.js +1 -1
  386. package/modal/index.js +1 -1
  387. package/modal/use-modal/Hook.js +5 -5
  388. package/modal/use-modal/index.d.ts +2 -1
  389. package/modal/use-modal/index.js +29 -26
  390. package/modal/utils.js +1 -1
  391. package/notice/Notice.js +59 -58
  392. package/notice/config.js +1 -1
  393. package/notice/constants.js +1 -1
  394. package/notice/index.js +1 -1
  395. package/notice/utils.js +1 -1
  396. package/notice/withNotice.js +9 -9
  397. package/notification/Notification.js +125 -120
  398. package/notification/config.js +1 -1
  399. package/notification/constants.js +1 -1
  400. package/notification/index.js +1 -1
  401. package/notification/useNotification.js +1 -1
  402. package/notification/utils.js +1 -1
  403. package/overflow-ellipsis/OverflowEllipsis.js +2 -2
  404. package/overflow-ellipsis/OverflowItem.d.ts +1 -1
  405. package/overflow-ellipsis/OverflowItem.js +2 -2
  406. package/overflow-ellipsis/index.js +1 -1
  407. package/package.json +1 -1
  408. package/page-header/PageHeader.js +2 -2
  409. package/page-header/index.js +1 -1
  410. package/pagination/PageItem.d.ts +3 -3
  411. package/pagination/PageItem.js +2 -2
  412. package/pagination/PageJumper.d.ts +1 -1
  413. package/pagination/PageJumper.js +2 -2
  414. package/pagination/PageOption.d.ts +1 -1
  415. package/pagination/PageOption.js +2 -2
  416. package/pagination/Pagination.js +2 -2
  417. package/pagination/index.js +1 -1
  418. package/pagination/interface.js +1 -1
  419. package/picker/Input.js +2 -2
  420. package/picker/InputRange.js +2 -2
  421. package/picker/index.js +1 -1
  422. package/popconfirm/Popconfirm.js +2 -2
  423. package/popconfirm/index.js +1 -1
  424. package/popover/Popover.js +2 -2
  425. package/popover/index.js +1 -1
  426. package/portal/Portal.js +2 -2
  427. package/portal/index.js +1 -1
  428. package/progress/CircleProgress.d.ts +1 -1
  429. package/progress/CircleProgress.js +1 -1
  430. package/progress/LineProgess.d.ts +1 -1
  431. package/progress/LineProgess.js +1 -1
  432. package/progress/Progress.js +2 -2
  433. package/progress/StepProgress.d.ts +1 -1
  434. package/progress/StepProgress.js +1 -1
  435. package/progress/index.d.ts +2 -2
  436. package/progress/index.js +1 -1
  437. package/qr-code/QRCode.js +2 -2
  438. package/qr-code/index.js +1 -1
  439. package/qr-code/src/index.js +1 -1
  440. package/qr-code/src/qrcodegen.js +1 -1
  441. package/radio/Group.d.ts +1 -1
  442. package/radio/Group.js +2 -2
  443. package/radio/GroupBlock.d.ts +1 -1
  444. package/radio/GroupBlock.js +2 -2
  445. package/radio/Radio.js +2 -2
  446. package/radio/context.js +1 -1
  447. package/radio/index.js +1 -1
  448. package/rate/Rate.js +2 -2
  449. package/rate/index.js +1 -1
  450. package/resize-box/ResizeBox.js +2 -2
  451. package/resize-box/ResizeTrigger.d.ts +1 -1
  452. package/resize-box/ResizeTrigger.js +2 -2
  453. package/resize-box/Split.js +2 -2
  454. package/resize-box/SplitGroup.js +2 -2
  455. package/resize-box/index.js +1 -1
  456. package/result/403.d.ts +1 -1
  457. package/result/403.js +1 -1
  458. package/result/404.d.ts +1 -1
  459. package/result/404.js +1 -1
  460. package/result/500.d.ts +1 -1
  461. package/result/500.js +1 -1
  462. package/result/Result.js +20 -20
  463. package/result/index.js +1 -1
  464. package/rich-text/RichText.js +10 -10
  465. package/rich-text/Toolbar.js +168 -168
  466. package/rich-text/constant.js +1 -1
  467. package/rich-text/index.js +1 -1
  468. package/rich-text/lib/blots/block.js +1 -1
  469. package/rich-text/lib/blots/break.js +1 -1
  470. package/rich-text/lib/blots/container.js +1 -1
  471. package/rich-text/lib/blots/cursor.js +1 -1
  472. package/rich-text/lib/blots/embed.js +1 -1
  473. package/rich-text/lib/blots/inline.js +1 -1
  474. package/rich-text/lib/blots/scroll.js +1 -1
  475. package/rich-text/lib/blots/text.js +1 -1
  476. package/rich-text/lib/core/composition.js +1 -1
  477. package/rich-text/lib/core/editor.js +1 -1
  478. package/rich-text/lib/core/emitter.js +1 -1
  479. package/rich-text/lib/core/logger.js +1 -1
  480. package/rich-text/lib/core/module.js +1 -1
  481. package/rich-text/lib/core/rich.js +1 -1
  482. package/rich-text/lib/core/selection.js +1 -1
  483. package/rich-text/lib/core/theme.js +1 -1
  484. package/rich-text/lib/core/utils/createRegistryWithFormats.js +1 -1
  485. package/rich-text/lib/core/utils/scrollRectIntoView.js +1 -1
  486. package/rich-text/lib/delta/AttributeMap.js +1 -1
  487. package/rich-text/lib/delta/Op.js +1 -1
  488. package/rich-text/lib/delta/OpIterator.js +1 -1
  489. package/rich-text/lib/delta/index.js +1 -1
  490. package/rich-text/lib/diff/index.js +1 -1
  491. package/rich-text/lib/formats/align.js +1 -1
  492. package/rich-text/lib/formats/background.js +1 -1
  493. package/rich-text/lib/formats/blockquote.js +1 -1
  494. package/rich-text/lib/formats/bold.js +1 -1
  495. package/rich-text/lib/formats/code.js +1 -1
  496. package/rich-text/lib/formats/color.js +1 -1
  497. package/rich-text/lib/formats/direction.js +1 -1
  498. package/rich-text/lib/formats/emoji.js +1 -1
  499. package/rich-text/lib/formats/font.js +1 -1
  500. package/rich-text/lib/formats/formula.js +1 -1
  501. package/rich-text/lib/formats/header.js +1 -1
  502. package/rich-text/lib/formats/hr.js +1 -1
  503. package/rich-text/lib/formats/image.js +1 -1
  504. package/rich-text/lib/formats/indent.js +1 -1
  505. package/rich-text/lib/formats/italic.js +1 -1
  506. package/rich-text/lib/formats/lineHeight.js +1 -1
  507. package/rich-text/lib/formats/link.js +1 -1
  508. package/rich-text/lib/formats/list.js +1 -1
  509. package/rich-text/lib/formats/script.js +1 -1
  510. package/rich-text/lib/formats/size.js +1 -1
  511. package/rich-text/lib/formats/strike.js +1 -1
  512. package/rich-text/lib/formats/table.js +1 -1
  513. package/rich-text/lib/formats/underline.js +1 -1
  514. package/rich-text/lib/formats/video.js +1 -1
  515. package/rich-text/lib/index.js +1 -1
  516. package/rich-text/lib/modules/clipboard.js +1 -1
  517. package/rich-text/lib/modules/history.js +1 -1
  518. package/rich-text/lib/modules/image-resize/index.js +1 -1
  519. package/rich-text/lib/modules/image-resize/modules/Base.js +1 -1
  520. package/rich-text/lib/modules/image-resize/modules/DisplaySize.js +1 -1
  521. package/rich-text/lib/modules/image-resize/modules/Resize.js +1 -1
  522. package/rich-text/lib/modules/image-resize/options.js +1 -1
  523. package/rich-text/lib/modules/input.js +1 -1
  524. package/rich-text/lib/modules/keyboard.js +1 -1
  525. package/rich-text/lib/modules/normalizeExternalHTML/index.js +1 -1
  526. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/googleDocs.js +1 -1
  527. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/msWord.js +1 -1
  528. package/rich-text/lib/modules/table.js +1 -1
  529. package/rich-text/lib/modules/toolbar.js +1 -1
  530. package/rich-text/lib/modules/uiNode.js +1 -1
  531. package/rich-text/lib/modules/uploader.js +1 -1
  532. package/rich-text/lib/parchment/attributor/attributor.js +1 -1
  533. package/rich-text/lib/parchment/attributor/class.js +1 -1
  534. package/rich-text/lib/parchment/attributor/store.js +1 -1
  535. package/rich-text/lib/parchment/attributor/style.js +1 -1
  536. package/rich-text/lib/parchment/blot/abstract/container.js +1 -1
  537. package/rich-text/lib/parchment/blot/abstract/leaf.js +1 -1
  538. package/rich-text/lib/parchment/blot/abstract/parent.js +1 -1
  539. package/rich-text/lib/parchment/blot/abstract/shadow.js +1 -1
  540. package/rich-text/lib/parchment/blot/block.js +1 -1
  541. package/rich-text/lib/parchment/blot/embed.js +1 -1
  542. package/rich-text/lib/parchment/blot/inline.js +1 -1
  543. package/rich-text/lib/parchment/blot/scroll.js +1 -1
  544. package/rich-text/lib/parchment/blot/text.js +1 -1
  545. package/rich-text/lib/parchment/collection/linked-list.js +1 -1
  546. package/rich-text/lib/parchment/error.js +1 -1
  547. package/rich-text/lib/parchment/index.js +1 -1
  548. package/rich-text/lib/parchment/registry.js +1 -1
  549. package/rich-text/lib/parchment/scope.js +1 -1
  550. package/router-error/index.d.ts +2 -0
  551. package/router-error/index.js +78 -0
  552. package/row-col/Col-.js +2 -2
  553. package/row-col/Col.js +2 -2
  554. package/row-col/Row.js +2 -2
  555. package/row-col/context.js +1 -1
  556. package/row-col/index.js +1 -1
  557. package/segmented/Segmented.js +3 -3
  558. package/segmented/index.js +1 -1
  559. package/select/Option.js +1 -1
  560. package/select/OptionGroup.js +1 -1
  561. package/select/Select.js +2 -2
  562. package/select/index.js +1 -1
  563. package/select/utils.js +1 -1
  564. package/select-view/Core.js +2 -2
  565. package/select-view/SelectView.js +1 -1
  566. package/select-view/index.js +1 -1
  567. package/skeleton/Image.d.ts +1 -1
  568. package/skeleton/Image.js +1 -1
  569. package/skeleton/Skeleton.js +2 -2
  570. package/skeleton/Text.js +1 -1
  571. package/skeleton/index.js +1 -1
  572. package/slider/Button.d.ts +2 -2
  573. package/slider/Button.js +2 -2
  574. package/slider/Dot.js +1 -1
  575. package/slider/Input.d.ts +1 -1
  576. package/slider/Input.js +1 -1
  577. package/slider/Mark.js +1 -1
  578. package/slider/Slider.js +2 -2
  579. package/slider/Tick.d.ts +1 -1
  580. package/slider/Tick.js +1 -1
  581. package/slider/hook/useInterval.js +1 -1
  582. package/slider/hook/useLegalValue.js +1 -1
  583. package/slider/index.d.ts +3 -3
  584. package/slider/index.js +1 -1
  585. package/slider/utils.js +1 -1
  586. package/space/Space.js +2 -2
  587. package/space/index.js +1 -1
  588. package/speech-synthesis/SpeechSynthesis.js +1 -1
  589. package/speech-synthesis/index.js +1 -1
  590. package/spin/DotLoading.d.ts +1 -1
  591. package/spin/DotLoading.js +2 -2
  592. package/spin/Spin.js +2 -2
  593. package/spin/index.js +1 -1
  594. package/splitter/Panel.js +2 -2
  595. package/splitter/SplitBar.js +2 -2
  596. package/splitter/Splitter.js +2 -2
  597. package/splitter/hooks/useItems.js +1 -1
  598. package/splitter/hooks/useResizable.js +1 -1
  599. package/splitter/hooks/useResize.js +1 -1
  600. package/splitter/hooks/useSizes.js +1 -1
  601. package/splitter/index.js +1 -1
  602. package/statistic/Statistic.js +2 -2
  603. package/statistic/index.js +1 -1
  604. package/statistic/interface.js +1 -1
  605. package/steps/Step.js +46 -45
  606. package/steps/Steps.js +2 -2
  607. package/steps/index.js +1 -1
  608. package/style/animation.less +0 -0
  609. package/style/index.less +2 -1
  610. package/style/{animation → transition}/fade.less +23 -30
  611. package/style/transition/height.less +22 -0
  612. package/style/{animation → transition}/index.less +1 -0
  613. package/style/{animation → transition}/slide.less +5 -13
  614. package/style/{animation → transition}/zoom.less +33 -81
  615. package/style.css +1 -1
  616. package/suspense-fallback-test/SuspenseFallbackTest.js +1 -1
  617. package/suspense-fallback-test/index.js +1 -1
  618. package/switch/Switch.js +5 -5
  619. package/switch/index.js +1 -1
  620. package/table/ColGroup.d.ts +1 -1
  621. package/table/ColGroup.js +1 -1
  622. package/table/Table.js +2 -2
  623. package/table/constant.js +1 -1
  624. package/table/context.js +1 -1
  625. package/table/hook/useColumns.js +1 -1
  626. package/table/hook/useComponent.js +1 -1
  627. package/table/hook/useExpand.js +1 -1
  628. package/table/hook/useRowSelection.js +1 -1
  629. package/table/hook/useSorter.js +1 -1
  630. package/table/hook/useStickyClassNames.js +1 -1
  631. package/table/hook/useStickyOffsets.js +1 -1
  632. package/table/hook/useThResizable.d.ts +1 -1
  633. package/table/hook/useThResizable.js +23 -28
  634. package/table/index.js +1 -1
  635. package/table/summary/Cell.d.ts +1 -1
  636. package/table/summary/Cell.js +2 -2
  637. package/table/summary/Row.d.ts +2 -2
  638. package/table/summary/Row.js +2 -2
  639. package/table/summary/context.js +1 -1
  640. package/table/summary/index.js +1 -1
  641. package/table/tbody/DataRecordRenderer.js +1 -1
  642. package/table/tbody/Td.js +2 -2
  643. package/table/tbody/Tr.js +2 -2
  644. package/table/tbody/index.js +1 -1
  645. package/table/tfoot/index.d.ts +1 -1
  646. package/table/tfoot/index.js +1 -1
  647. package/table/th-resizable/index.d.ts +1 -1
  648. package/table/th-resizable/index.js +2 -2
  649. package/table/thead/Column.d.ts +1 -1
  650. package/table/thead/Column.js +2 -2
  651. package/table/thead/index.d.ts +2 -1
  652. package/table/thead/index.js +2 -2
  653. package/table/utils.js +1 -1
  654. package/tabs/TabContent.d.ts +2 -1
  655. package/tabs/TabContent.js +2 -2
  656. package/tabs/TabPane.js +2 -2
  657. package/tabs/Tabs.js +2 -2
  658. package/tabs/context.js +1 -1
  659. package/tabs/hook/useDomSize.js +1 -1
  660. package/tabs/hook/useHeaderScroll.js +1 -1
  661. package/tabs/index.js +1 -1
  662. package/tabs/tab-header/DropdownIcon.d.ts +1 -1
  663. package/tabs/tab-header/DropdownIcon.js +1 -1
  664. package/tabs/tab-header/TabInk.d.ts +1 -1
  665. package/tabs/tab-header/TabInk.js +1 -1
  666. package/tabs/tab-header/TabNavIcon.d.ts +1 -1
  667. package/tabs/tab-header/TabNavIcon.js +1 -1
  668. package/tabs/tab-header/TabTitle.js +1 -1
  669. package/tabs/tab-header/index.js +2 -2
  670. package/tabs/utils.js +1 -1
  671. package/tag/Tag.js +2 -2
  672. package/tag/index.js +1 -1
  673. package/tag/utils.js +1 -1
  674. package/time-picker/Picker.d.ts +2 -1
  675. package/time-picker/Picker.js +3 -3
  676. package/time-picker/TimeColumn.d.ts +1 -1
  677. package/time-picker/TimeColumn.js +1 -1
  678. package/time-picker/TimePicker.d.ts +2 -2
  679. package/time-picker/TimePicker.js +2 -2
  680. package/time-picker/TimePickerRange.d.ts +2 -2
  681. package/time-picker/TimePickerRange.js +1 -1
  682. package/time-picker/context.js +1 -1
  683. package/time-picker/index.d.ts +1 -1
  684. package/time-picker/index.js +1 -1
  685. package/time-picker/utils.js +1 -1
  686. package/time-picker/withTimePicker.d.ts +1 -1
  687. package/time-picker/withTimePicker.js +1 -1
  688. package/timeline/Item.js +2 -2
  689. package/timeline/Timeline.js +2 -2
  690. package/timeline/index.js +1 -1
  691. package/timer/Timer.js +2 -2
  692. package/timer/index.js +1 -1
  693. package/toast/Toast.js +1 -1
  694. package/toast/index.js +1 -1
  695. package/tooltip/Tooltip.js +2 -2
  696. package/tooltip/index.js +1 -1
  697. package/tour/Tour.js +6 -6
  698. package/tour/index.js +1 -1
  699. package/transfer/Item.d.ts +1 -1
  700. package/transfer/Item.js +1 -1
  701. package/transfer/List.d.ts +1 -1
  702. package/transfer/List.js +2 -2
  703. package/transfer/Transfer.js +35 -32
  704. package/transfer/index.js +1 -1
  705. package/transition/index.js +1 -1
  706. package/tree/Animation.d.ts +1 -1
  707. package/tree/Animation.js +2 -2
  708. package/tree/Node.js +2 -2
  709. package/tree/NodeList.js +2 -2
  710. package/tree/Tree.js +2 -2
  711. package/tree/context.js +1 -1
  712. package/tree/index.js +1 -1
  713. package/tree/utils.js +1 -1
  714. package/tree-select/List.js +1 -1
  715. package/tree-select/TreeSelect.js +2 -2
  716. package/tree-select/hook/useKeyCache.js +2 -2
  717. package/tree-select/hook/useStateValue.js +1 -1
  718. package/tree-select/hook/useTreeData.js +5 -5
  719. package/tree-select/index.js +1 -1
  720. package/tree-select/utils.js +1 -1
  721. package/trigger/Trigger.js +2 -2
  722. package/trigger/getPopupStyle.js +1 -1
  723. package/trigger/index.js +1 -1
  724. package/trigger/utils.js +1 -1
  725. package/typography/Base.js +2 -2
  726. package/typography/EditContent.js +1 -1
  727. package/typography/Ellipsis.js +2 -2
  728. package/typography/Operations.d.ts +1 -1
  729. package/typography/Operations.js +2 -2
  730. package/typography/Paragraph.js +2 -2
  731. package/typography/Text.js +1 -1
  732. package/typography/Title.js +1 -1
  733. package/typography/Typography.js +2 -2
  734. package/typography/index.js +1 -1
  735. package/typography/useCssEllipsis.js +1 -1
  736. package/typography/useEllipsis.js +1 -1
  737. package/upload/TriggerNode.js +2 -2
  738. package/upload/Upload.js +2 -2
  739. package/upload/Uploader.js +2 -2
  740. package/upload/constant.js +1 -1
  741. package/upload/index.d.ts +1 -1
  742. package/upload/index.js +1 -1
  743. package/upload/list/PictureItem.js +1 -1
  744. package/upload/list/TextItem.js +1 -1
  745. package/upload/list/UploadProgress.js +2 -2
  746. package/upload/list/index.d.ts +1 -1
  747. package/upload/list/index.js +2 -2
  748. package/upload/list/utils.js +1 -1
  749. package/upload/request.js +1 -1
  750. package/upload/utils.js +1 -1
  751. package/utils/callOrReturn.js +1 -1
  752. package/utils/callbackOriginRef.js +1 -1
  753. package/utils/caseName.js +1 -1
  754. package/utils/className.js +1 -1
  755. package/utils/constant.d.ts +2 -1
  756. package/utils/constant.js +6 -4
  757. package/utils/contextHolder.js +2 -2
  758. package/utils/copy.js +1 -1
  759. package/utils/createGlobalConfigFunction.js +1 -1
  760. package/utils/css.js +1 -1
  761. package/utils/date.js +1 -1
  762. package/utils/dayjs.js +1 -1
  763. package/utils/dom.js +1 -1
  764. package/utils/emitter.js +1 -1
  765. package/utils/file.js +1 -1
  766. package/utils/fileRead.js +1 -1
  767. package/utils/fileToDataURL.js +1 -1
  768. package/utils/fillNBSP.js +1 -1
  769. package/utils/findRootElement.js +1 -1
  770. package/utils/findScrollParent.js +1 -1
  771. package/utils/getHighlightText.js +1 -1
  772. package/utils/getHotkeyHandler.js +1 -1
  773. package/utils/getScrollBarHeight.js +1 -1
  774. package/utils/getScrollBarSize.js +1 -1
  775. package/utils/getScrollBarWidth.js +1 -1
  776. package/utils/getStringLength.js +1 -1
  777. package/utils/include.js +1 -1
  778. package/utils/index.d.ts +2 -1
  779. package/utils/index.js +319 -313
  780. package/utils/intersectionObserver.js +1 -1
  781. package/utils/is.d.ts +1 -1
  782. package/utils/is.js +89 -86
  783. package/utils/keyboardCode.js +1 -1
  784. package/utils/lodash.js +1 -1
  785. package/utils/math.js +1 -1
  786. package/utils/mergeProps.js +1 -1
  787. package/utils/mergedToString.js +1 -1
  788. package/utils/mutationObserver.js +1 -1
  789. package/utils/names.d.ts +19 -1
  790. package/utils/names.js +387 -384
  791. package/utils/object.js +1 -1
  792. package/utils/omit.js +1 -1
  793. package/utils/pad.js +1 -1
  794. package/utils/pick.js +1 -1
  795. package/utils/pinyin.js +1 -1
  796. package/utils/react19Adapter.js +1 -1
  797. package/utils/ref.js +1 -1
  798. package/utils/resizeObserver.js +1 -1
  799. package/utils/responsiveObserve.js +1 -1
  800. package/utils/saveAs.js +1 -1
  801. package/utils/screenfull.js +1 -1
  802. package/utils/scrollIntoViewIfNeeded.js +1 -1
  803. package/utils/setCreateRoot.js +1 -1
  804. package/utils/setDarkTheme.js +1 -1
  805. package/utils/setPrimaryColor.js +1 -1
  806. package/utils/setTheme.js +1 -1
  807. package/utils/string.js +1 -1
  808. package/utils/style.js +1 -1
  809. package/utils/throttleByRequestAnimationFrame.js +1 -1
  810. package/utils/tinycolor.js +1 -1
  811. package/utils/toArray.js +1 -1
  812. package/utils/tree.js +1 -1
  813. package/utils/tunnel.d.ts +1 -0
  814. package/utils/tunnel.js +4 -0
  815. package/utils/tween.js +1 -1
  816. package/utils/uuid.js +1 -1
  817. package/utils/validate.js +1 -1
  818. package/utils/warning.js +1 -1
  819. package/verification-code/VerificationCode.js +2 -2
  820. package/verification-code/index.js +1 -1
  821. package/version/index.js +9 -9
  822. package/virtual-list/Filler.js +1 -1
  823. package/virtual-list/VirtualList.js +2 -2
  824. package/virtual-list/constant.js +1 -1
  825. package/virtual-list/hook/useCacheChildrenNodes.js +1 -1
  826. package/virtual-list/hook/useComputeVirtualItemHeight.js +1 -1
  827. package/virtual-list/index.js +1 -1
  828. package/virtual-list/utils/algorithm.js +1 -1
  829. package/virtual-list/utils/item.js +1 -1
  830. package/watermark/Watermark.js +2 -2
  831. package/watermark/index.js +1 -1
  832. /package/masonry/{MasonryItem.d.ts → Item.d.ts} +0 -0
  833. /package/style/{animation → transition}/keyframes.less +0 -0
@@ -13,5 +13,5 @@ export interface TimeColumnProps {
13
13
  unit?: 'hour' | 'minute' | 'second' | 'ampm';
14
14
  popupVisible?: boolean;
15
15
  }
16
- declare function TimeColumn(props: TimeColumnProps): import("react/jsx-runtime").JSX.Element;
16
+ declare function TimeColumn(props: TimeColumnProps): import("react").JSX.Element;
17
17
  export default TimeColumn;
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import e from "../utils/className.js";
3
3
  import t from "../hooks/use-is-first-render/index.js";
4
4
  import { useEffect as n, useRef as r } from "react";
@@ -1,7 +1,7 @@
1
1
  import type { InnerTimePickerProps, TimePickerProps } from './interface';
2
- declare function TimePicker(props: InnerTimePickerProps): import("react/jsx-runtime").JSX.Element;
2
+ declare function TimePicker(props: InnerTimePickerProps): import("react").JSX.Element;
3
3
  declare const TimePickerWithWrapper: {
4
- (props: TimePickerProps): import("react/jsx-runtime").JSX.Element;
4
+ (props: TimePickerProps): import("react").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export { TimePickerWithWrapper };
@@ -1,7 +1,7 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isFunction as e, isUndefined as t } from "../utils/is.js";
3
3
  import n from "../utils/className.js";
4
- import r from "../config-provider/context.js";
4
+ import { ConfigContext as r } from "../config-provider/context.js";
5
5
  import { dayjs as i, dayjs_getDayjsValue as a, dayjs_getNow as o, dayjs_toLocal as s } from "../utils/dayjs.js";
6
6
  import { padStart as c } from "../utils/pad.js";
7
7
  import l from "../button/index.js";
@@ -1,7 +1,7 @@
1
1
  import type { InnerPickerRangeProps, TimePickerRangeProps } from './interface';
2
- declare function TimePickerRange(props: InnerPickerRangeProps): import("react/jsx-runtime").JSX.Element;
2
+ declare function TimePickerRange(props: InnerPickerRangeProps): import("react").JSX.Element;
3
3
  declare const TimePickerRangeWithWrapper: {
4
- (props: TimePickerRangeProps): import("react/jsx-runtime").JSX.Element;
4
+ (props: TimePickerRangeProps): import("react").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export { TimePickerRangeWithWrapper };
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isArray as e, isUndefined as t } from "../utils/is.js";
3
3
  import { dayjs_toLocal as n, dayjs_toTimezone as r } from "../utils/dayjs.js";
4
4
  import i from "../utils/omit.js";
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { createContext as e } from "react";
3
3
  //#region components/pc/time-picker/context.ts
4
4
  var t = e({}), n = e({}), r = e({});
@@ -1,7 +1,7 @@
1
1
  import { TimePickerContext, TimePickerRangeContext } from './context';
2
2
  import type { TimePickerDecorator, TimePickerProps, TimePickerRangeProps } from './interface';
3
3
  declare const TimePickerRange: {
4
- (props: TimePickerRangeProps): import("react/jsx-runtime").JSX.Element;
4
+ (props: TimePickerRangeProps): import("react").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export { TimePickerContext, TimePickerRange, TimePickerRangeContext };
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { TIME_PICKER_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import { TimePickerContext as t, TimePickerRangeContext as n } from "./context.js";
4
4
  import { TimePickerWithWrapper as r } from "./TimePicker.js";
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { dayjs as e, dayjs_methods as t } from "../utils/dayjs.js";
3
3
  import { isDayjs as n } from "dayjs";
4
4
  //#region components/pc/time-picker/utils.ts
@@ -1,6 +1,6 @@
1
1
  import { ComponentType } from 'react';
2
2
  declare function withTimePicker<T>(picker: ComponentType<T>, displayName: string, type?: string): {
3
- (props: T): import("react/jsx-runtime").JSX.Element;
3
+ (props: T): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default withTimePicker;
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import e from "./Picker.js";
3
3
  import "react";
4
4
  import { jsx as t } from "react/jsx-runtime";
package/timeline/Item.js CHANGED
@@ -1,8 +1,8 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import e from "../utils/className.js";
3
3
  import { TIMELINE_ITEM_COMPONENT_INFO as t } from "../utils/names.js";
4
4
  import n from "../hooks/use-merge-props/index.js";
5
- import r from "../config-provider/context.js";
5
+ import { ConfigContext as r } from "../config-provider/context.js";
6
6
  import { forwardRef as i, useContext as a, useEffect as o, useRef as s } from "react";
7
7
  import { jsx as c, jsxs as l } from "react/jsx-runtime";
8
8
  //#region components/pc/timeline/Item.tsx
@@ -1,8 +1,8 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import e from "../utils/className.js";
3
3
  import { TIMELINE_COMPONENT_INFO as t } from "../utils/names.js";
4
4
  import n from "../hooks/use-merge-props/index.js";
5
- import r from "../config-provider/context.js";
5
+ import { ConfigContext as r } from "../config-provider/context.js";
6
6
  import i from "../spin/index.js";
7
7
  import a from "./Item.js";
8
8
  import o, { forwardRef as s, useContext as c, useImperativeHandle as l, useRef as u } from "react";
package/timeline/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { TIMELINE_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "./Item.js";
4
4
  import n from "./Timeline.js";
package/timer/Timer.js CHANGED
@@ -1,8 +1,8 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import e from "../utils/className.js";
3
3
  import { TIMER_COMPONENT_INFO as t } from "../utils/names.js";
4
4
  import n from "../hooks/use-merge-props/index.js";
5
- import r from "../config-provider/context.js";
5
+ import { ConfigContext as r } from "../config-provider/context.js";
6
6
  import { forwardRef as i, useContext as a, useImperativeHandle as o, useRef as s } from "react";
7
7
  import { jsx as c } from "react/jsx-runtime";
8
8
  import l from "@unicom-cloud/ui-common/timer";
package/timer/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { TIMER_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "./Timer.js";
4
4
  //#region components/pc/timer/index.ts
package/toast/Toast.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import e from "../message/index.js";
3
3
  //#region components/pc/toast/Toast.tsx
4
4
  var t = Object.assign(e, {});
package/toast/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { MESSAGE_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "../message/useMessage.js";
4
4
  import n from "../message/index.js";
@@ -1,10 +1,10 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isEmptyReactNode as e, isFunction as t } from "../utils/is.js";
3
3
  import n from "../utils/className.js";
4
4
  import r, { pickDataAttributes as i } from "../utils/pick.js";
5
5
  import { TOOLTIP_COMPONENT_INFO as a } from "../utils/names.js";
6
6
  import o from "../hooks/use-merge-props/index.js";
7
- import s from "../config-provider/context.js";
7
+ import { ConfigContext as s } from "../config-provider/context.js";
8
8
  import { merge as c } from "../utils/lodash.js";
9
9
  import { EventsByTriggerNeed as l, getArrowProp as u } from "../trigger/utils.js";
10
10
  import d from "../trigger/index.js";
package/tooltip/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { TOOLTIP_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "./Tooltip.js";
4
4
  //#region components/pc/tooltip/index.ts
package/tour/Tour.js CHANGED
@@ -1,16 +1,16 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isDOM as e, isNumber as t, isString as n } from "../utils/is.js";
3
3
  import { ArrowLeft as ee, ArrowRight as te, Escape as ne } from "../utils/keyboardCode.js";
4
4
  import r from "../hooks/use-controllable-value/index.js";
5
5
  import i from "../utils/className.js";
6
6
  import a from "../hooks/use-merge-props/index.js";
7
7
  import { getBodyContainer as o, off as s, on as c } from "../utils/dom.js";
8
- import l from "../config-provider/context.js";
8
+ import { ConfigContext as l } from "../config-provider/context.js";
9
9
  import re from "../utils/findRootElement.js";
10
10
  import ie from "../hooks/use-resize-observers/index.js";
11
- import ae from "../icon-hover/index.js";
11
+ import ae from "../hooks/use-set-state/index.js";
12
+ import oe from "../icon-hover/index.js";
12
13
  import u from "../button/index.js";
13
- import oe from "../hooks/use-set-state/index.js";
14
14
  import d from "../flex/index.js";
15
15
  import se from "../popover/index.js";
16
16
  import f from "../hooks/use-intersection-observers/index.js";
@@ -44,7 +44,7 @@ function b(b) {
44
44
  defaultValuePropName: "defaultCurrent",
45
45
  valuePropName: "current",
46
46
  triggerPropName: !1
47
- }), [me, he] = oe({
47
+ }), [me, he] = ae({
48
48
  rect: void 0,
49
49
  computedStyle: void 0
50
50
  }), { rect: W, computedStyle: ge } = me, G = h(null), _e = h(null), ve = `0 0 0 ${Math.max(window.innerWidth, window.innerHeight)}px var(--${g}-mask-bg-color),0 0 15px 0 var(--${g}-mask-bg-color)`, K = D?.[H], ye = H < D?.length - 1, q = H > 0, J = B && K, Y = n(K?.target) ? document.querySelector(K.target) : re(K?.target), be = Y ? P : !1;
@@ -137,7 +137,7 @@ function b(b) {
137
137
  children: ye ? "下一步" : "完成"
138
138
  })] })]
139
139
  })]
140
- }), F && /* @__PURE__ */ _(ae, {
140
+ }), F && /* @__PURE__ */ _(oe, {
141
141
  className: `${w}-close`,
142
142
  prefix: w,
143
143
  size: "mini",
package/tour/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { TOUR_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "./Tour.js";
4
4
  //#region components/pc/tour/index.ts
@@ -1,3 +1,3 @@
1
1
  import type { TransferItemProps } from './interface';
2
- declare function TransferItem(props: TransferItemProps): import("react/jsx-runtime").JSX.Element;
2
+ declare function TransferItem(props: TransferItemProps): import("react").JSX.Element;
3
3
  export default TransferItem;
package/transfer/Item.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import e from "../utils/className.js";
3
3
  import { FormContext as t, FormItemContext as n } from "../form/context.js";
4
4
  import r from "../icon-hover/index.js";
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'react';
2
2
  import type { TransferListProps } from './interface';
3
- export declare const TransferList: (props: TransferListProps, ref: Ref<HTMLDivElement> | undefined) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const TransferList: (props: TransferListProps, ref: Ref<HTMLDivElement> | undefined) => import("react").JSX.Element;
4
4
  declare const TransferListComponent: import("react").ForwardRefExoticComponent<TransferListProps & import("react").RefAttributes<HTMLDivElement>>;
5
5
  export default TransferListComponent;
package/transfer/List.js CHANGED
@@ -1,7 +1,7 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isFunction as e, isObjectLike as t, isPlainObject as n } from "../utils/is.js";
3
3
  import r from "../utils/className.js";
4
- import i from "../config-provider/context.js";
4
+ import { ConfigContext as i } from "../config-provider/context.js";
5
5
  import { FormContext as a, FormItemContext as o } from "../form/context.js";
6
6
  import ee from "../icon-hover/index.js";
7
7
  import te from "../button/index.js";
@@ -1,40 +1,42 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isArray as e, isPlainObject as t, isString as n } from "../utils/is.js";
3
3
  import r from "../hooks/use-controllable-value/index.js";
4
4
  import i from "../utils/className.js";
5
5
  import { pickDataAttributes as a } from "../utils/pick.js";
6
6
  import { TRANSFER_COMPONENT_INFO as o } from "../utils/names.js";
7
- import ee from "../hooks/use-merge-props/index.js";
8
- import te from "../config-provider/context.js";
9
- import { FormContext as s, FormItemContext as c } from "../form/context.js";
10
- import l from "../button/index.js";
11
- import u from "./List.js";
12
- import { forwardRef as d, useContext as f, useImperativeHandle as ne, useMemo as p, useRef as m } from "react";
13
- import { jsx as h, jsxs as re } from "react/jsx-runtime";
14
- import g from "@unicom-cloud/icons/IconUiLeft";
15
- import _ from "@unicom-cloud/icons/IconUiRight";
7
+ import s from "../hooks/use-merge-props/index.js";
8
+ import { ConfigContext as c } from "../config-provider/context.js";
9
+ import { FormContext as ee, FormItemContext as l } from "../form/context.js";
10
+ import u from "../button/index.js";
11
+ import { FlexVertical as d } from "../flex/Flex.js";
12
+ import "../flex/index.js";
13
+ import f from "./List.js";
14
+ import { forwardRef as p, useContext as m, useImperativeHandle as h, useMemo as g, useRef as te } from "react";
15
+ import { jsx as _, jsxs as ne } from "react/jsx-runtime";
16
+ import v from "@unicom-cloud/icons/IconUiLeft";
17
+ import y from "@unicom-cloud/icons/IconUiRight";
16
18
  //#region components/pc/transfer/Transfer.tsx
17
- var v = {
19
+ var b = {
18
20
  titleTexts: ["Source", "Target"],
19
21
  defaultSelectedKeys: [],
20
22
  defaultTargetKeys: [],
21
23
  dataSource: [],
22
24
  filterOption: (e, t) => n(t?.value) && t.value.includes(e)
23
25
  };
24
- function y(n, o) {
25
- let { getPrefixCls: d, componentConfig: y, rtl: b } = f(te), x = f(s), S = f(c), C = ee(n, v, y?.Transfer), { prefixCls: w, style: T, className: E, children: ie, dataSource: D, defaultTargetKeys: O, defaultSelectedKeys: k, targetKeys: ae, selectedKeys: oe, oneWay: A, simple: j, disabled: M, titleTexts: N, operationTexts: P, operationStyle: F, readOnly: I = S?.readOnly ?? x?.readOnly, onSearch: L, onChange: R, onSelectChange: z, ...B } = C, V = w || d?.("transfer"), H = !!(j || A), [U, W] = r({
26
- value: ae,
26
+ function x(n, o) {
27
+ let { getPrefixCls: p, componentConfig: x, rtl: S } = m(c), re = m(ee), ie = m(l), C = s(n, b, x?.Transfer), { prefixCls: w, style: T, className: E, children: ae, dataSource: D, defaultTargetKeys: O, defaultSelectedKeys: k, targetKeys: oe, selectedKeys: se, oneWay: A, simple: j, disabled: M, titleTexts: N, operationTexts: P, operationStyle: F, readOnly: I = ie?.readOnly ?? re?.readOnly, onSearch: L, onChange: R, onSelectChange: z, ...B } = C, V = w || p?.("transfer"), H = !!(j || A), [U, W] = r({
28
+ value: oe,
27
29
  defaultValue: j ? [].concat(O, k) : O
28
30
  }, {
29
31
  defaultValue: [],
30
32
  triggerPropName: !1
31
33
  }), [G, K] = r({
32
- value: oe,
34
+ value: se,
33
35
  defaultValue: j ? [] : k
34
36
  }, {
35
37
  defaultValue: [],
36
38
  triggerPropName: !1
37
- }), [q, J] = p(() => [[], []], [D, U]), [Y, X] = p(() => {
39
+ }), [q, J] = g(() => [[], []], [D, U]), [Y, X] = g(() => {
38
40
  q.length = 0, J.length = 0;
39
41
  let n = {
40
42
  dataSource: q,
@@ -65,20 +67,21 @@ function y(n, o) {
65
67
  n ||= t === "target" ? Y.selectedValidKeys : X.selectedValidKeys;
66
68
  let r = t === "target" ? U.concat(n).sort((e, t) => D.findIndex(({ key: t }) => t === e) - D.findIndex(({ key: e }) => e === t)) : U.filter((e) => !n.includes(e));
67
69
  K(Y.selectedDisabledKeys.concat(X.selectedDisabledKeys)), W(r), R?.(r, t, n);
68
- }, se = (e, t) => {
70
+ }, ce = (e, t) => {
69
71
  if (t === "source") if (j) {
70
72
  let t = e.filter((e) => !Y.selectedKeys.includes(e)), n = Y.selectedKeys.filter((t) => !e.includes(t));
71
73
  Z("target", t), Z("source", n);
72
74
  } else K(e.concat(X.selectedKeys)), z?.(e, X.selectedKeys);
73
75
  else K(Y.selectedKeys.concat(e)), z?.(Y.selectedKeys, e);
74
- }, ce = () => {
76
+ }, le = () => {
75
77
  let e = X.selectedKeys.length > 0, t = Y.selectedKeys.length > 0, n = H ? ["target"] : ["target", "source"];
76
- return j ? null : /* @__PURE__ */ h("div", {
78
+ return j ? null : /* @__PURE__ */ _(d, {
77
79
  style: F,
78
80
  className: i(`${V}-operations`, { [`${V}-operations-words`]: P }),
81
+ gap: 0,
79
82
  children: n.map((n, r) => {
80
83
  let i, a;
81
- return n === "source" ? (i = b ? _ : g, a = M || !e) : (i = b ? g : _, a = M || !t), /* @__PURE__ */ h(l, {
84
+ return n === "source" ? (i = S ? y : v, a = M || !e) : (i = S ? v : y, a = M || !t), /* @__PURE__ */ _(u, {
82
85
  tabIndex: a ? -1 : void 0,
83
86
  "aria-label": `move selected ${n === "target" ? "right" : "left"}`,
84
87
  type: "secondary",
@@ -86,7 +89,7 @@ function y(n, o) {
86
89
  shape: "round",
87
90
  disabled: a || I,
88
91
  onClick: () => Z(n),
89
- icon: /* @__PURE__ */ h(i, {}),
92
+ icon: /* @__PURE__ */ _(i, {}),
90
93
  children: P && P[r]
91
94
  }, r);
92
95
  })
@@ -101,7 +104,7 @@ function y(n, o) {
101
104
  "pagination",
102
105
  "listStyle"
103
106
  ].includes(n) && (i[n] = e(r) ? r[t === "source" ? 0 : 1] : r);
104
- }), /* @__PURE__ */ h(u, {
107
+ }), /* @__PURE__ */ _(f, {
105
108
  ...n,
106
109
  ...i,
107
110
  style: i.listStyle,
@@ -112,34 +115,34 @@ function y(n, o) {
112
115
  disabled: M,
113
116
  readOnly: I,
114
117
  allowClear: r && H,
115
- renderList: ie,
116
- handleSelect: (e) => se(e, t),
118
+ renderList: ae,
119
+ handleSelect: (e) => ce(e, t),
117
120
  handleRemove: (e) => Z(r ? "source" : "target", e),
118
121
  onSearch: (e) => L?.(e, t),
119
122
  renderHeaderUnit: (e, t) => `${H ? "" : `${e} / `}${t}`
120
123
  });
121
- }, $ = m(null);
122
- return ne(o, () => ({ getRootElement() {
124
+ }, $ = te(null);
125
+ return h(o, () => ({ getRootElement() {
123
126
  return $.current;
124
- } })), /* @__PURE__ */ re("div", {
127
+ } })), /* @__PURE__ */ ne("div", {
125
128
  ...a(C),
126
129
  ref: $,
127
130
  className: i(V, {
128
131
  [`${V}-simple`]: j,
129
132
  [`${V}-readonly`]: I,
130
133
  [`${V}-disabled`]: M,
131
- [`${V}-rtl`]: b
134
+ [`${V}-rtl`]: S
132
135
  }, E),
133
136
  style: T,
134
137
  children: [
135
138
  Q("source"),
136
- ce(),
139
+ le(),
137
140
  Q("target")
138
141
  ]
139
142
  });
140
143
  }
141
- var b = d(y);
142
- b.displayName = o.displayName;
144
+ var S = p(x);
145
+ S.displayName = o.displayName;
143
146
  //#endregion
144
- export { b as default };
147
+ export { S as default };
145
148
  /* 独立思考,明辨是非 */
package/transfer/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { TRANSFER_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "./Transfer.js";
4
4
  //#region components/pc/transfer/index.ts
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { __exportAll as e, __reExport as t } from "../.virtual/_rolldown/runtime.js";
3
3
  import n from "@unicom-cloud/ui-common/transition";
4
4
  export * from "@unicom-cloud/ui-common/transition";
@@ -3,5 +3,5 @@
3
3
  */
4
4
  import { PropsWithChildren } from 'react';
5
5
  import type { NodeProps } from './interface';
6
- declare const Animation: (props: PropsWithChildren<NodeProps>) => import("react/jsx-runtime").JSX.Element | null;
6
+ declare const Animation: (props: PropsWithChildren<NodeProps>) => import("react").JSX.Element | null;
7
7
  export default Animation;
package/tree/Animation.js CHANGED
@@ -1,7 +1,7 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isEmptyArray as e, isFunction as t, isHTMLElement as n, isNumber as r } from "../utils/is.js";
3
3
  import { forceReflow as i } from "../utils/dom.js";
4
- import a from "../config-provider/context.js";
4
+ import { ConfigContext as a } from "../config-provider/context.js";
5
5
  import { css_exports as o } from "../utils/css.js";
6
6
  import s from "../utils/findRootElement.js";
7
7
  import { transition_exports as c } from "../transition/index.js";
package/tree/Node.js CHANGED
@@ -1,9 +1,9 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isFunction as e } from "../utils/is.js";
3
3
  import t from "../utils/callOrReturn.js";
4
4
  import n from "../utils/className.js";
5
5
  import { TREE_NODE_COMPONENT_INFO as r } from "../utils/names.js";
6
- import i from "../config-provider/context.js";
6
+ import { ConfigContext as i } from "../config-provider/context.js";
7
7
  import a from "../utils/throttleByRequestAnimationFrame.js";
8
8
  import o from "../hooks/use-memoized-fn/index.js";
9
9
  import s from "../icon-hover/index.js";
package/tree/NodeList.js CHANGED
@@ -1,6 +1,6 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isNull as e, isString as t } from "../utils/is.js";
3
- import n from "../config-provider/context.js";
3
+ import { ConfigContext as n } from "../config-provider/context.js";
4
4
  import r from "../virtual-list/index.js";
5
5
  import i from "./Node.js";
6
6
  import { createElement as a, forwardRef as o, useContext as s, useImperativeHandle as c, useMemo as l, useRef as u } from "react";
package/tree/Tree.js CHANGED
@@ -1,10 +1,10 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isArray as e, isArrayAndNotEmpty as t, isEqualWith as n, isFunction as r, isNumber as i, isUndefined as a } from "../utils/is.js";
3
3
  import o from "../utils/className.js";
4
4
  import { pickDataAttributes as s } from "../utils/pick.js";
5
5
  import { TREE_COMPONENT_INFO as c } from "../utils/names.js";
6
6
  import l from "../hooks/use-merge-props/index.js";
7
- import u from "../config-provider/context.js";
7
+ import { ConfigContext as u } from "../config-provider/context.js";
8
8
  import { lodash_exports as ee } from "../utils/lodash.js";
9
9
  import te from "../hooks/use-memoized-fn/index.js";
10
10
  import { CHILDREN_NAME as d } from "../constant/index.js";
package/tree/context.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { createContext as e } from "react";
3
3
  //#region components/pc/tree/context.ts
4
4
  var t = e({});
package/tree/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { TREE_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import { TreeContext as t } from "./context.js";
4
4
  import n from "./Node.js";
package/tree/utils.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import e from "react";
3
3
  //#region components/pc/tree/utils.ts
4
4
  var t = "parent", n = "all", r = "child", i = (t) => {
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isFunction as e, isString as t } from "../utils/is.js";
3
3
  import n from "../tree/index.js";
4
4
  import { forwardRef as r, useCallback as i, useImperativeHandle as a, useMemo as o, useRef as s } from "react";
@@ -1,11 +1,11 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isArray as e, isEmptyArray as t, isEmptyObject as n, isEmptyValue as r, isFunction as i, isNil as a, isPlainObject as o, isUndefined as s } from "../utils/is.js";
3
3
  import c from "../hooks/use-controllable-value/index.js";
4
4
  import l from "../utils/callOrReturn.js";
5
5
  import u from "../utils/className.js";
6
6
  import { TREE_SELECT_COMPONENT_INFO as d } from "../utils/names.js";
7
7
  import f from "../hooks/use-merge-props/index.js";
8
- import ee from "../config-provider/context.js";
8
+ import { ConfigContext as ee } from "../config-provider/context.js";
9
9
  import te from "../hooks/use-is-first-render/index.js";
10
10
  import { FormContext as ne, FormItemContext as re } from "../form/context.js";
11
11
  import ie from "../hooks/use-id/index.js";
@@ -1,7 +1,7 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import e from "../../hooks/use-force-update/index.js";
3
3
  import t from "../../utils/className.js";
4
- import n from "../../config-provider/context.js";
4
+ import { ConfigContext as n } from "../../config-provider/context.js";
5
5
  import r from "../../hooks/use-update-effect/index.js";
6
6
  import { DefaultFieldNames as i } from "../utils.js";
7
7
  import { useContext as a, useRef as o } from "react";
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isArray as e, isEqualWith as t, isPlainObject as n, isUndefined as r, isUndefinedOrNull as i } from "../../utils/is.js";
3
3
  import a from "../../hooks/use-update-effect/index.js";
4
4
  import { getCheckedKeysByInitKeys as o } from "../../tree/utils.js";
@@ -1,12 +1,12 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
2
- import e from "../../hooks/use-previous/index.js";
3
- import t from "../../hooks/use-update-effect/index.js";
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
+ import e from "../../hooks/use-update-effect/index.js";
3
+ import t from "../../hooks/use-previous/index.js";
4
4
  import { getTreeDataFromTreeChildren as n } from "../../tree/utils.js";
5
5
  import { useState as r } from "react";
6
6
  //#region components/pc/tree-select/hook/useTreeData.ts
7
7
  function i(i) {
8
- let a = e(i) || {}, o = () => i.treeData || n(i.children), [s, c] = r(o());
9
- return t(() => {
8
+ let a = t(i) || {}, o = () => i.treeData || n(i.children), [s, c] = r(o());
9
+ return e(() => {
10
10
  (i.treeData !== a.treeData || i.children !== a.children) && c(o());
11
11
  }, [i]), [s];
12
12
  }
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { TREE_SELECT_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "../tree/Node.js";
4
4
  import { SHOW_CHILD as n, SHOW_PARENT as r } from "../tree/utils.js";
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isArray as e, isPlainObject as t, isUndefinedOrNull as n } from "../utils/is.js";
3
3
  //#region components/pc/tree-select/utils.ts
4
4
  var r = {
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isArray as e, isExist as t, isFunction as n, isHTMLElement as r, isPlainObject as i, isScrollElement as a, isString as ee, isStringOrNumber as te, isTrue as ne, isUndefined as o } from "../utils/is.js";
3
3
  import { Esc as re } from "../utils/keyboardCode.js";
4
4
  import ie from "../utils/callbackOriginRef.js";
@@ -7,7 +7,7 @@ import { pickDataAttributes as ae } from "../utils/pick.js";
7
7
  import { TRIGGER_COMPONENT_INFO as c } from "../utils/names.js";
8
8
  import oe from "../hooks/use-merge-props/index.js";
9
9
  import { contains as l, getScrollElements as se, off as u, on as ce } from "../utils/dom.js";
10
- import le from "../config-provider/context.js";
10
+ import { ConfigContext as le } from "../config-provider/context.js";
11
11
  import ue from "../utils/findRootElement.js";
12
12
  import { castArray as d } from "../utils/lodash.js";
13
13
  import { getReactElementRef as de, supportRef as fe } from "../utils/ref.js";