@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
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  //#region \0rolldown/runtime.js
3
3
  var e = Object.defineProperty, t = Object.getOwnPropertyDescriptor, n = Object.getOwnPropertyNames, r = Object.prototype.hasOwnProperty, i = (t, n) => {
4
4
  let r = {};
@@ -119,9 +119,8 @@
119
119
  "isEntry": true,
120
120
  "imports": [
121
121
  "components/pc/app/context.ts",
122
- "components/pc/message/index.ts",
122
+ "components/pc/drawer/use-drawer/index.tsx",
123
123
  "components/pc/message/useMessage.tsx",
124
- "components/pc/modal/index.ts",
125
124
  "components/pc/modal/use-modal/index.tsx",
126
125
  "components/pc/notification/useNotification.tsx",
127
126
  "components/pc/utils/names.ts"
@@ -242,6 +241,7 @@
242
241
  "src": "components/pc/back-top/BackTop.tsx",
243
242
  "isEntry": true,
244
243
  "imports": [
244
+ "components/pc/button/Button.tsx",
245
245
  "components/pc/config-provider/context.ts",
246
246
  "components/pc/hooks/use-keyboard-event/index.ts",
247
247
  "components/pc/hooks/use-merge-props/index.ts",
@@ -873,8 +873,8 @@
873
873
  "components/pc/icon-hover/index.ts",
874
874
  "components/pc/transition/index.ts",
875
875
  "components/pc/utils/className.ts",
876
+ "components/pc/utils/constant.ts",
876
877
  "components/pc/utils/css.ts",
877
- "components/pc/utils/dom.ts",
878
878
  "components/pc/utils/is.ts",
879
879
  "components/pc/utils/names.ts"
880
880
  ]
@@ -2600,6 +2600,7 @@
2600
2600
  "components/pc/portal/index.ts",
2601
2601
  "components/pc/transition/index.ts",
2602
2602
  "components/pc/utils/className.ts",
2603
+ "components/pc/utils/constant.ts",
2603
2604
  "components/pc/utils/copy.ts",
2604
2605
  "components/pc/utils/dom.ts",
2605
2606
  "components/pc/utils/findRootElement.ts",
@@ -2826,7 +2827,7 @@
2826
2827
  "components/pc/list/index.ts",
2827
2828
  "components/pc/loading/index.ts",
2828
2829
  "components/pc/marquee/index.ts",
2829
- "components/pc/masonry/MasonryItem.tsx",
2830
+ "components/pc/masonry/Item.tsx",
2830
2831
  "components/pc/masonry/index.ts",
2831
2832
  "components/pc/mentions/index.ts",
2832
2833
  "components/pc/menu/Indent.tsx",
@@ -3664,6 +3665,7 @@
3664
3665
  "components/pc/mask/constant.ts",
3665
3666
  "components/pc/transition/index.ts",
3666
3667
  "components/pc/utils/className.ts",
3668
+ "components/pc/utils/constant.ts",
3667
3669
  "components/pc/utils/names.ts"
3668
3670
  ]
3669
3671
  },
@@ -3686,6 +3688,17 @@
3686
3688
  "components/pc/utils/names.ts"
3687
3689
  ]
3688
3690
  },
3691
+ "components/pc/masonry/Item.tsx": {
3692
+ "file": "masonry/Item.js",
3693
+ "name": "masonry/Item",
3694
+ "src": "components/pc/masonry/Item.tsx",
3695
+ "isEntry": true,
3696
+ "imports": [
3697
+ "components/pc/utils/className.ts",
3698
+ "components/pc/utils/is.ts",
3699
+ "components/pc/utils/names.ts"
3700
+ ]
3701
+ },
3689
3702
  "components/pc/masonry/Masonry.tsx": {
3690
3703
  "file": "masonry/Masonry.js",
3691
3704
  "name": "masonry/Masonry",
@@ -3697,7 +3710,7 @@
3697
3710
  "components/pc/hooks/use-merge-props/index.ts",
3698
3711
  "components/pc/hooks/use-resize-observers/index.ts",
3699
3712
  "components/pc/hooks/use-update-layout-effect/index.ts",
3700
- "components/pc/masonry/MasonryItem.tsx",
3713
+ "components/pc/masonry/Item.tsx",
3701
3714
  "components/pc/masonry/hooks/useDelay.ts",
3702
3715
  "components/pc/masonry/hooks/useGutter.ts",
3703
3716
  "components/pc/masonry/hooks/usePositions.ts",
@@ -3710,17 +3723,6 @@
3710
3723
  "components/pc/utils/responsiveObserve.ts"
3711
3724
  ]
3712
3725
  },
3713
- "components/pc/masonry/MasonryItem.tsx": {
3714
- "file": "masonry/MasonryItem.js",
3715
- "name": "masonry/MasonryItem",
3716
- "src": "components/pc/masonry/MasonryItem.tsx",
3717
- "isEntry": true,
3718
- "imports": [
3719
- "components/pc/utils/className.ts",
3720
- "components/pc/utils/is.ts",
3721
- "components/pc/utils/names.ts"
3722
- ]
3723
- },
3724
3726
  "components/pc/masonry/hooks/useDelay.ts": {
3725
3727
  "file": "masonry/hooks/useDelay.js",
3726
3728
  "name": "masonry/hooks/useDelay",
@@ -3761,8 +3763,8 @@
3761
3763
  "src": "components/pc/masonry/index.ts",
3762
3764
  "isEntry": true,
3763
3765
  "imports": [
3766
+ "components/pc/masonry/Item.tsx",
3764
3767
  "components/pc/masonry/Masonry.tsx",
3765
- "components/pc/masonry/MasonryItem.tsx",
3766
3768
  "components/pc/utils/names.ts"
3767
3769
  ]
3768
3770
  },
@@ -4051,7 +4053,7 @@
4051
4053
  "components/pc/mask/constant.ts",
4052
4054
  "components/pc/mask/index.ts",
4053
4055
  "components/pc/modal/config.ts",
4054
- "components/pc/modal/confirm.tsx",
4056
+ "components/pc/modal/confirm.ts",
4055
4057
  "components/pc/modal/constants.ts",
4056
4058
  "components/pc/portal/index.ts",
4057
4059
  "components/pc/transition/index.ts",
@@ -4074,10 +4076,10 @@
4074
4076
  "components/pc/utils/createGlobalConfigFunction.ts"
4075
4077
  ]
4076
4078
  },
4077
- "components/pc/modal/confirm.tsx": {
4079
+ "components/pc/modal/confirm.ts": {
4078
4080
  "file": "modal/confirm.js",
4079
4081
  "name": "modal/confirm",
4080
- "src": "components/pc/modal/confirm.tsx",
4082
+ "src": "components/pc/modal/confirm.ts",
4081
4083
  "isEntry": true,
4082
4084
  "imports": [
4083
4085
  "components/pc/config-provider/ConfigProvider.tsx",
@@ -4104,7 +4106,7 @@
4104
4106
  "imports": [
4105
4107
  "components/pc/modal/Modal.tsx",
4106
4108
  "components/pc/modal/config.ts",
4107
- "components/pc/modal/confirm.tsx",
4109
+ "components/pc/modal/confirm.ts",
4108
4110
  "components/pc/modal/use-modal/index.tsx",
4109
4111
  "components/pc/utils/names.ts"
4110
4112
  ]
@@ -4127,7 +4129,7 @@
4127
4129
  "isDynamicEntry": true,
4128
4130
  "imports": [
4129
4131
  "components/pc/modal/config.ts",
4130
- "components/pc/modal/confirm.tsx",
4132
+ "components/pc/modal/confirm.ts",
4131
4133
  "components/pc/modal/constants.ts",
4132
4134
  "components/pc/modal/use-modal/Hook.tsx",
4133
4135
  "components/pc/modal/utils.ts",
@@ -4227,6 +4229,8 @@
4227
4229
  "components/pc/notification/constants.ts",
4228
4230
  "components/pc/transition/index.ts",
4229
4231
  "components/pc/utils/className.ts",
4232
+ "components/pc/utils/constant.ts",
4233
+ "components/pc/utils/index.ts",
4230
4234
  "components/pc/utils/is.ts",
4231
4235
  "components/pc/utils/mergeProps.ts",
4232
4236
  "components/pc/utils/names.ts"
@@ -5970,6 +5974,23 @@
5970
5974
  "src": "components/pc/rich-text/lib/parchment/scope.ts",
5971
5975
  "isDynamicEntry": true
5972
5976
  },
5977
+ "components/pc/router-error/index.jsx": {
5978
+ "file": "router-error/index.js",
5979
+ "name": "router-error/index",
5980
+ "src": "components/pc/router-error/index.jsx",
5981
+ "isEntry": true,
5982
+ "imports": [
5983
+ "components/pc/button/index.ts",
5984
+ "components/pc/config-provider/context.ts",
5985
+ "components/pc/details/index.ts",
5986
+ "components/pc/flex/Flex.tsx",
5987
+ "components/pc/flex/index.ts",
5988
+ "components/pc/space/index.ts",
5989
+ "components/pc/typography/index.ts",
5990
+ "components/pc/utils/className.ts",
5991
+ "components/pc/utils/is.ts"
5992
+ ]
5993
+ },
5973
5994
  "components/pc/row-col/Col-.tsx": {
5974
5995
  "file": "row-col/Col-.js",
5975
5996
  "name": "row-col/Col-",
@@ -6769,6 +6790,7 @@
6769
6790
  "src": "components/pc/table/hook/useThResizable.jsx",
6770
6791
  "isDynamicEntry": true,
6771
6792
  "imports": [
6793
+ "components/pc/hooks/use-memoized-fn/index.ts",
6772
6794
  "components/pc/table/th-resizable/index.jsx",
6773
6795
  "components/pc/utils/is.ts"
6774
6796
  ]
@@ -7454,6 +7476,8 @@
7454
7476
  "imports": [
7455
7477
  "components/pc/button/index.ts",
7456
7478
  "components/pc/config-provider/context.ts",
7479
+ "components/pc/flex/Flex.tsx",
7480
+ "components/pc/flex/index.ts",
7457
7481
  "components/pc/form/context.ts",
7458
7482
  "components/pc/hooks/use-controllable-value/index.ts",
7459
7483
  "components/pc/hooks/use-merge-props/index.ts",
@@ -8290,6 +8314,7 @@
8290
8314
  "components/pc/utils/tinycolor.ts",
8291
8315
  "components/pc/utils/toArray.ts",
8292
8316
  "components/pc/utils/tree.ts",
8317
+ "components/pc/utils/tunnel.ts",
8293
8318
  "components/pc/utils/tween.ts",
8294
8319
  "components/pc/utils/uuid.ts",
8295
8320
  "components/pc/utils/validate.ts",
@@ -8501,6 +8526,15 @@
8501
8526
  "src": "components/pc/utils/tree.ts",
8502
8527
  "isEntry": true
8503
8528
  },
8529
+ "components/pc/utils/tunnel.ts": {
8530
+ "file": "utils/tunnel.js",
8531
+ "name": "utils/tunnel",
8532
+ "src": "components/pc/utils/tunnel.ts",
8533
+ "isEntry": true,
8534
+ "imports": [
8535
+ "rolldown/runtime.js"
8536
+ ]
8537
+ },
8504
8538
  "components/pc/utils/tween.ts": {
8505
8539
  "file": "utils/tween.js",
8506
8540
  "name": "utils/tween",
package/affix/Affix.js CHANGED
@@ -1,10 +1,10 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isFunction as e, isPlainObject as t, isUndefined as n, isWindow as r } from "../utils/is.js";
3
3
  import i from "../utils/className.js";
4
4
  import { AFFIX_COMPONENT_INFO as a } from "../utils/names.js";
5
5
  import o from "../hooks/use-merge-props/index.js";
6
6
  import { getScrollElements as s, off as c, on as l } from "../utils/dom.js";
7
- import u from "../config-provider/context.js";
7
+ import { ConfigContext as u } from "../config-provider/context.js";
8
8
  import d from "../utils/throttleByRequestAnimationFrame.js";
9
9
  import f from "../hooks/use-isomorphic-layout-effect/index.js";
10
10
  import p from "../hooks/use-resize-observers/index.js";
package/affix/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { AFFIX_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "./Affix.js";
4
4
  //#region components/pc/affix/index.ts
package/alert/Alert.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 { ALERT_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 { transition_exports as i } from "../transition/index.js";
7
7
  import { forwardRef as a, useContext as o, useImperativeHandle as s, useRef as c, useState as l } from "react";
8
8
  import { jsx as u, jsxs as d } from "react/jsx-runtime";
package/alert/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { ALERT_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "./Alert.js";
4
4
  //#region components/pc/alert/index.ts
package/anchor/Anchor.js CHANGED
@@ -1,10 +1,10 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isFunction as e, isWindow as t } from "../utils/is.js";
3
3
  import n from "../utils/className.js";
4
4
  import { ANCHOR_COMPONENT_INFO as r } from "../utils/names.js";
5
5
  import i from "../hooks/use-merge-props/index.js";
6
6
  import { off as a, on as o } from "../utils/dom.js";
7
- import s from "../config-provider/context.js";
7
+ import { ConfigContext as s } from "../config-provider/context.js";
8
8
  import ee from "../affix/index.js";
9
9
  import c from "../hooks/use-is-first-render/index.js";
10
10
  import l from "../hooks/use-state-with-promise/index.js";
package/anchor/Link.js CHANGED
@@ -1,9 +1,9 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isNil as e, isPlainObject as t, isString as n } from "../utils/is.js";
3
3
  import r from "../utils/className.js";
4
4
  import { ANCHOR_LINK_COMPONENT_INFO as i } from "../utils/names.js";
5
5
  import a from "../hooks/use-merge-props/index.js";
6
- import o from "../config-provider/context.js";
6
+ import { ConfigContext as o } from "../config-provider/context.js";
7
7
  import { object_exports as s } from "../utils/object.js";
8
8
  import { AnchorContext as c } from "./context.js";
9
9
  import l, { forwardRef as u, isValidElement as d, useContext as f, useEffect as p, useImperativeHandle as m, useRef as h } from "react";
package/anchor/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/anchor/context.ts
4
4
  var t = e({
package/anchor/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { ANCHOR_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import { AnchorContext as t } from "./context.js";
4
4
  import n from "./Anchor.js";
package/anchor/utils.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isFunction as e, isNullOrUndefined as t, isString as n, isWindow as r } from "../utils/is.js";
3
3
  import i from "../utils/findRootElement.js";
4
4
  import a, { easing as o } from "../utils/tween.js";
package/app/App.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { AppProps } from './interface';
2
- declare function App(props: AppProps): import("react/jsx-runtime").JSX.Element;
2
+ declare function App(props: AppProps): import("react").JSX.Element;
3
3
  declare namespace App {
4
4
  var displayName: string;
5
5
  }
package/app/App.js CHANGED
@@ -1,35 +1,37 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { APP_COMPONENT_INFO as e } from "../utils/names.js";
3
- import t from "../message/useMessage.js";
4
- import "../message/index.js";
5
- import n from "../modal/use-modal/index.js";
6
- import "../modal/index.js";
7
- import r from "../notification/useNotification.js";
8
- import i from "./context.js";
9
- import { useMemo as a } from "react";
10
- import { jsxs as o } from "react/jsx-runtime";
3
+ import t from "../drawer/use-drawer/index.js";
4
+ import n from "../message/useMessage.js";
5
+ import r from "../modal/use-modal/index.js";
6
+ import i from "../notification/useNotification.js";
7
+ import a from "./context.js";
8
+ import { useMemo as o } from "react";
9
+ import { jsxs as s } from "react/jsx-runtime";
11
10
  //#region components/pc/app/App.tsx
12
- function s(e) {
13
- let { children: s, message: c, notification: l } = e, [u, d] = t(c), [f, p] = r(l), [m, h] = n(), g = a(() => ({
14
- message: u,
15
- notification: f,
16
- modal: m
11
+ function c(e) {
12
+ let { children: c, message: l, notification: u, modal: d, drawer: f } = e, [p, m] = n(l), [h, g] = i(u), [_, v] = r(d), [y, b] = t(f), x = o(() => ({
13
+ message: p,
14
+ notification: h,
15
+ modal: _,
16
+ drawer: y
17
17
  }), [
18
- u,
19
- f,
20
- m
18
+ p,
19
+ h,
20
+ _,
21
+ y
21
22
  ]);
22
- return /* @__PURE__ */ o(i.Provider, {
23
- value: g,
23
+ return /* @__PURE__ */ s(a.Provider, {
24
+ value: x,
24
25
  children: [
25
- h,
26
- d,
27
- p,
28
- s
26
+ b,
27
+ v,
28
+ m,
29
+ g,
30
+ c
29
31
  ]
30
32
  });
31
33
  }
32
- s.displayName = e.displayName;
34
+ c.displayName = e.displayName;
33
35
  //#endregion
34
- export { s as default };
36
+ export { c as default };
35
37
  /* 独立思考,明辨是非 */
package/app/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/app/context.ts
4
4
  var t = e({
package/app/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { APP_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "./context.js";
4
4
  import n from "./App.js";
@@ -1,16 +1,20 @@
1
1
  import { FC, ReactNode } from 'react';
2
+ import type { DrawerHookProps, DrawerHookReturnType } from '../drawer/interface';
2
3
  import type { MessageHookReturnType, MessageProps } from '../message/interface';
3
- import type { ModalHookReturnType } from '../modal/interface';
4
+ import type { ModalHookReturnType, ModalProps } from '../modal/interface';
4
5
  import type { NotificationHookReturnType, NotificationProps } from '../notification/interface';
5
6
  export interface AppProps {
6
7
  message?: MessageProps;
7
8
  notification?: NotificationProps;
9
+ modal?: ModalProps;
10
+ drawer?: DrawerHookProps;
8
11
  children?: ReactNode;
9
12
  }
10
13
  export interface useAppProps {
11
14
  message: MessageHookReturnType;
12
15
  notification: NotificationHookReturnType;
13
16
  modal: ModalHookReturnType;
17
+ drawer?: DrawerHookReturnType;
14
18
  }
15
19
  export interface AppComponentType extends FC<AppProps> {
16
20
  useApp: () => useAppProps;
package/app/useApp.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 "./context.js";
3
3
  import { useContext as t } from "react";
4
4
  //#region components/pc/app/useApp.ts
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isFunction as e, isNumber as t, isObjectLike as n, isString as r } from "../utils/is.js";
3
3
  import { Enter as ee, Esc as te } from "../utils/keyboardCode.js";
4
4
  import ne from "../hooks/use-controllable-value/index.js";
@@ -6,7 +6,7 @@ import re from "../utils/className.js";
6
6
  import { pickDataAttributes as ie } from "../utils/pick.js";
7
7
  import { AUTO_COMPLETE_COMPONENT_INFO as i, INPUT_SEARCH_COMPONENT_INFO as ae, INPUT_TAG_COMPONENT_INFO as a } from "../utils/names.js";
8
8
  import o from "../hooks/use-merge-props/index.js";
9
- import s from "../config-provider/context.js";
9
+ import { ConfigContext as s } from "../config-provider/context.js";
10
10
  import c from "../utils/omit.js";
11
11
  import { HYPHEN as l } from "../utils/string.js";
12
12
  import { FormContext as oe, FormItemContext as se } from "../form/context.js";
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { AUTO_COMPLETE_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "../select/Option.js";
4
4
  import n from "../select/OptionGroup.js";
package/avatar/Avatar.js CHANGED
@@ -1,8 +1,8 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isNumber as e } from "../utils/is.js";
3
3
  import t from "../utils/className.js";
4
4
  import { AVATAR_COMPONENT_INFO as n } from "../utils/names.js";
5
- import r from "../config-provider/context.js";
5
+ import { ConfigContext as r } from "../config-provider/context.js";
6
6
  import i from "./context.js";
7
7
  import a, { forwardRef as o, useContext as s, useEffect as c, useImperativeHandle as l, useRef as u } from "react";
8
8
  import { jsx as d, jsxs as f } from "react/jsx-runtime";
package/avatar/Group.js CHANGED
@@ -1,9 +1,9 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { isNumber as e } from "../utils/is.js";
3
3
  import t from "../utils/className.js";
4
4
  import { AVATAR_GROUP_COMPONENT_INFO as n } from "../utils/names.js";
5
5
  import r from "../hooks/use-merge-props/index.js";
6
- import i from "../config-provider/context.js";
6
+ import { ConfigContext as i } from "../config-provider/context.js";
7
7
  import a from "../popover/index.js";
8
8
  import o from "./context.js";
9
9
  import s from "./Avatar.js";
package/avatar/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/avatar/context.ts
4
4
  var t = e({});
package/avatar/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { AVATAR_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "./context.js";
4
4
  import n from "./Avatar.js";
@@ -1,60 +1,63 @@
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 { pickDataAttributes as t } from "../utils/pick.js";
4
4
  import { BACK_TOP_COMPONENT_INFO as n } from "../utils/names.js";
5
5
  import r from "../hooks/use-merge-props/index.js";
6
6
  import { off as i, on as a } from "../utils/dom.js";
7
- import o from "../config-provider/context.js";
7
+ import { ConfigContext as o } from "../config-provider/context.js";
8
8
  import s from "../utils/throttleByRequestAnimationFrame.js";
9
9
  import { transition_exports as c } from "../transition/index.js";
10
- import l from "../hooks/use-keyboard-event/index.js";
11
- import { forwardRef as u, useContext as d, useEffect as f, useImperativeHandle as p, useRef as m, useState as h } from "react";
12
- import { jsx as g } from "react/jsx-runtime";
13
- import _ from "@unicom-cloud/icons/IconUiToTop";
10
+ import l from "../button/Button.js";
11
+ import u from "../hooks/use-keyboard-event/index.js";
12
+ import { forwardRef as d, useContext as f, useEffect as p, useImperativeHandle as m, useRef as h, useState as g } from "react";
13
+ import { jsx as _ } from "react/jsx-runtime";
14
+ import v from "@unicom-cloud/icons/IconUiToTop";
14
15
  //#region components/pc/back-top/BackTop.tsx
15
- function v(n, u) {
16
- let v = {
16
+ function y(n, d) {
17
+ let y = {
17
18
  visibleHeight: 400,
18
19
  smooth: !0,
19
20
  target: () => window
20
- }, { prefixCls: y, getPrefixCls: b, componentConfig: x, rtl: S } = d(o), C = l(), w = r(n, v, x?.BackTop), T = b?.("backtop"), [E, D] = h(!1), O = m(null), k = (e) => e === window ? document.documentElement : e;
21
- f(() => {
22
- let e = w.target?.(), t = s(() => {
23
- let t = w.visibleHeight, n = k(e).scrollTop;
24
- D(n >= t);
21
+ }, { prefixCls: b, getPrefixCls: x, componentConfig: S, rtl: C } = f(o), w = u(), T = r(n, y, S?.BackTop), E = x?.("backtop"), [D, O] = g(!1), k = h(null), A = (e) => e === window ? document.documentElement : e;
22
+ p(() => {
23
+ let e = T.target?.(), t = s(() => {
24
+ let t = T.visibleHeight, n = A(e).scrollTop;
25
+ O(n >= t);
25
26
  });
26
27
  return a(e, "scroll", t), t(), () => {
27
28
  t.cancel?.(), i(e, "scroll", t);
28
29
  };
29
- }, [w.target, w.visibleHeight]);
30
- let A = () => {
31
- let e = w.target?.(), t = k(e), n = { top: 0 };
32
- w.smooth && (n.behavior = "smooth"), t.scrollTo(n), w.onClick?.();
30
+ }, [T.target, T.visibleHeight]);
31
+ let j = () => {
32
+ let e = T.target?.(), t = A(e), n = { top: 0 };
33
+ T.smooth && (n.behavior = "smooth"), t.scrollTo(n), T.onClick?.();
33
34
  };
34
- return p(u, () => ({ getRootElement() {
35
- return O.current;
36
- } })), /* @__PURE__ */ g(c.TransitionCSS, {
37
- in: E,
35
+ return m(d, () => ({ getRootElement() {
36
+ return k.current;
37
+ } })), /* @__PURE__ */ _(c.TransitionCSS, {
38
+ in: D,
38
39
  duration: 100,
39
- classNames: `${y}-fade-in`,
40
+ classNames: `${b}-fade-in`,
40
41
  unmountOnExit: !0,
41
- refElement: O,
42
- children: /* @__PURE__ */ g("div", {
43
- ...t(w),
44
- ref: O,
45
- className: e(`${T}`, { [`${T}-rtl`]: S }, w.className),
46
- style: w.style,
47
- onClick: A,
48
- ...C({ onPressEnter: A }),
49
- children: w.children || /* @__PURE__ */ g("button", {
50
- className: `${T}-button`,
51
- children: /* @__PURE__ */ g(_, {})
42
+ refElement: k,
43
+ children: /* @__PURE__ */ _("div", {
44
+ ...t(T),
45
+ ref: k,
46
+ className: e(`${E}`, { [`${E}-rtl`]: C }, T.className),
47
+ style: T.style,
48
+ onClick: j,
49
+ ...w({ onPressEnter: j }),
50
+ children: T.children || /* @__PURE__ */ _(l, {
51
+ className: `${E}-button`,
52
+ shape: "circle",
53
+ type: "primary",
54
+ icon: /* @__PURE__ */ _(v, {})
52
55
  })
53
56
  })
54
57
  });
55
58
  }
56
- var y = u(v);
57
- y.displayName = n.displayName;
59
+ var b = d(y);
60
+ b.displayName = n.displayName;
58
61
  //#endregion
59
- export { y as default };
62
+ export { b as default };
60
63
  /* 独立思考,明辨是非 */
package/back-top/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 潘启宝 2026-05-26 15:50:14 星期二 山东省济南市 */
1
+ /* 潘启宝 2026-06-02 15:43:25 星期二 山东省济南市 */
2
2
  import { BACK_TOP_COMPONENT_INFO as e } from "../utils/names.js";
3
3
  import t from "./BackTop.js";
4
4
  //#region components/pc/back-top/index.ts