@unicom-cloud/ui 0.8.160 → 0.8.162

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 (896) hide show
  1. package/.virtual/_rolldown/runtime.js +1 -1
  2. package/.vite/manifest.json +198 -260
  3. package/affix/Affix.js +2 -3
  4. package/affix/index.d.ts +3 -0
  5. package/affix/index.js +2 -2
  6. package/alert/Alert.js +4 -5
  7. package/alert/index.d.ts +3 -0
  8. package/alert/index.js +2 -2
  9. package/anchor/Anchor.js +5 -6
  10. package/anchor/Link.js +1 -2
  11. package/anchor/context.js +1 -1
  12. package/anchor/index.d.ts +4 -1
  13. package/anchor/index.js +2 -2
  14. package/anchor/utils.js +1 -1
  15. package/app/App.js +4 -5
  16. package/app/context.js +1 -1
  17. package/app/index.js +2 -2
  18. package/app/useApp.js +1 -1
  19. package/auto-complete/AutoComplete.js +6 -7
  20. package/auto-complete/index.d.ts +4 -1
  21. package/auto-complete/index.js +2 -2
  22. package/avatar/Avatar.js +1 -2
  23. package/avatar/Group.js +1 -2
  24. package/avatar/context.js +1 -1
  25. package/avatar/index.d.ts +4 -1
  26. package/avatar/index.js +2 -2
  27. package/back-top/BackTop.js +5 -6
  28. package/back-top/index.d.ts +3 -0
  29. package/back-top/index.js +2 -2
  30. package/badge/Badge.js +3 -4
  31. package/badge/Count.js +6 -6
  32. package/badge/index.d.ts +4 -1
  33. package/badge/index.js +2 -2
  34. package/badge/utils.js +1 -1
  35. package/border-beam/BorderBeam.js +1 -2
  36. package/border-beam/index.d.ts +3 -0
  37. package/border-beam/index.js +2 -2
  38. package/breadcrumb/Breadcrumb.js +1 -2
  39. package/breadcrumb/Item.js +1 -1
  40. package/breadcrumb/context.js +1 -1
  41. package/breadcrumb/index.d.ts +4 -1
  42. package/breadcrumb/index.js +2 -2
  43. package/button/Button.js +1 -2
  44. package/button/Group.js +1 -2
  45. package/button/Toggle.js +1 -2
  46. package/button/index.d.ts +4 -1
  47. package/button/index.js +2 -2
  48. package/calendar/Calendar.js +1 -2
  49. package/calendar/Month.js +1 -1
  50. package/calendar/WeekList.js +1 -1
  51. package/calendar/Year.js +1 -1
  52. package/calendar/header/Panel.js +1 -1
  53. package/calendar/header/index.js +1 -1
  54. package/calendar/hook/useCellClassName.js +1 -1
  55. package/calendar/index.d.ts +4 -1
  56. package/calendar/index.js +2 -2
  57. package/card/Card.js +1 -2
  58. package/card/Grid.js +1 -2
  59. package/card/Meta.js +1 -2
  60. package/card/index.d.ts +4 -1
  61. package/card/index.js +2 -2
  62. package/carousel/Arrow.js +1 -2
  63. package/carousel/Carousel.js +1 -2
  64. package/carousel/Indicator.js +1 -2
  65. package/carousel/index.d.ts +3 -0
  66. package/carousel/index.js +2 -2
  67. package/cascader/Cascader.js +1 -2
  68. package/cascader/base/node.js +1 -1
  69. package/cascader/base/store.js +1 -1
  70. package/cascader/hook/useRefCurrent.js +1 -1
  71. package/cascader/index.d.ts +3 -0
  72. package/cascader/index.js +2 -2
  73. package/cascader/panel/List.js +97 -94
  74. package/cascader/panel/Option.d.ts +1 -0
  75. package/cascader/panel/Option.js +17 -19
  76. package/cascader/panel/Search.js +1 -1
  77. package/cascader/utils.js +1 -1
  78. package/checkbox/Checkbox.js +7 -8
  79. package/checkbox/Group.js +1 -2
  80. package/checkbox/GroupBlock.js +1 -2
  81. package/checkbox/context.js +1 -1
  82. package/checkbox/index.d.ts +4 -1
  83. package/checkbox/index.js +2 -2
  84. package/checkbox/useCheckbox.js +1 -1
  85. package/collapse/Collapse.js +1 -2
  86. package/collapse/Item.js +81 -80
  87. package/collapse/context.js +1 -1
  88. package/collapse/index.d.ts +4 -1
  89. package/collapse/index.js +2 -2
  90. package/collapse/utils.js +1 -1
  91. package/color-picker/ColorPicker.js +1 -2
  92. package/color-picker/ControlBar.d.ts +1 -1
  93. package/color-picker/ControlBar.js +1 -2
  94. package/color-picker/InputAlpha.d.ts +1 -1
  95. package/color-picker/InputAlpha.js +1 -2
  96. package/color-picker/InputHex.d.ts +1 -1
  97. package/color-picker/InputHex.js +1 -2
  98. package/color-picker/InputRgb.d.ts +1 -1
  99. package/color-picker/InputRgb.js +1 -2
  100. package/color-picker/Mode.js +1 -1
  101. package/color-picker/Palette.d.ts +1 -1
  102. package/color-picker/Palette.js +1 -2
  103. package/color-picker/Panel.d.ts +1 -1
  104. package/color-picker/Panel.js +74 -74
  105. package/color-picker/colors.js +1 -1
  106. package/color-picker/hooks/useColorPicker.js +1 -1
  107. package/color-picker/hooks/useControlBlock.js +1 -1
  108. package/color-picker/index.d.ts +22 -0
  109. package/color-picker/index.js +2 -2
  110. package/color-picker/interface.d.ts +2 -2
  111. package/color-picker/interface.js +1 -1
  112. package/color-picker/utils.js +1 -1
  113. package/comment/Comment.js +1 -2
  114. package/comment/index.d.ts +3 -0
  115. package/comment/index.js +2 -2
  116. package/config-provider/ConfigProvider.js +8 -8
  117. package/config-provider/context.js +1 -1
  118. package/config-provider/index.d.ts +4 -1
  119. package/config-provider/index.js +2 -2
  120. package/config-provider/initUI.d.ts +3 -2
  121. package/config-provider/initUI.js +4 -4
  122. package/config-provider/interface.d.ts +4 -4
  123. package/config-provider/useConfigProvider.js +22 -19
  124. package/config-provider/utils.js +1 -1
  125. package/constant/index.js +1 -1
  126. package/copy/Copy.js +1 -2
  127. package/copy/index.d.ts +3 -0
  128. package/copy/index.js +2 -2
  129. package/countdown/Countdown.js +1 -2
  130. package/countdown/index.d.ts +3 -0
  131. package/countdown/index.js +2 -2
  132. package/countdown/utils.js +1 -1
  133. package/date-picker/DatePicker.js +1 -1
  134. package/date-picker/DatePickerRange.js +16 -17
  135. package/date-picker/Picker.js +241 -242
  136. package/date-picker/context.js +1 -1
  137. package/date-picker/hook/useCellClassName.js +1 -2
  138. package/date-picker/index.d.ts +4 -1
  139. package/date-picker/index.js +9 -3
  140. package/date-picker/panel/Body.js +1 -1
  141. package/date-picker/panel/Footer.js +1 -1
  142. package/date-picker/panel/Header.js +1 -2
  143. package/date-picker/panel/Shortcut.js +1 -1
  144. package/date-picker/panel/WeekList.js +1 -1
  145. package/date-picker/panel/date/index.js +1 -2
  146. package/date-picker/panel/month/index.js +5 -6
  147. package/date-picker/panel/quarter/index.js +1 -2
  148. package/date-picker/panel/range/index.js +1 -2
  149. package/date-picker/panel/week/index.js +1 -2
  150. package/date-picker/panel/year/index.js +1 -2
  151. package/date-picker/utils.js +1 -1
  152. package/descriptions/Descriptions.js +1 -2
  153. package/descriptions/index.d.ts +3 -0
  154. package/descriptions/index.js +2 -2
  155. package/details/Details.js +47 -50
  156. package/details/index.d.ts +3 -0
  157. package/details/index.js +2 -2
  158. package/development/Development.js +1 -2
  159. package/development/index.d.ts +3 -0
  160. package/development/index.js +2 -2
  161. package/divider/Divider.js +1 -2
  162. package/divider/index.d.ts +4 -1
  163. package/divider/index.js +2 -2
  164. package/draggable/Draggable.js +1 -2
  165. package/draggable/Item.js +1 -1
  166. package/draggable/index.d.ts +4 -1
  167. package/draggable/index.js +2 -2
  168. package/draw/Draw.js +3 -4
  169. package/draw/constant.js +1 -1
  170. package/draw/index.d.ts +4 -1
  171. package/draw/index.js +2 -2
  172. package/drawer/Drawer.js +64 -62
  173. package/drawer/index.d.ts +5 -0
  174. package/drawer/index.js +7 -3
  175. package/drawer/interface.d.ts +14 -3
  176. package/drawer/use-drawer/Hook.d.ts +7 -0
  177. package/drawer/use-drawer/Hook.js +44 -0
  178. package/drawer/use-drawer/index.d.ts +4 -0
  179. package/drawer/use-drawer/index.js +47 -0
  180. package/dropdown/Button.js +1 -2
  181. package/dropdown/Dropdown.js +6 -7
  182. package/dropdown/index.d.ts +4 -1
  183. package/dropdown/index.js +2 -2
  184. package/empty/Empty.js +1 -2
  185. package/empty/index.d.ts +3 -0
  186. package/empty/index.js +2 -2
  187. package/flex/Flex.js +1 -2
  188. package/flex/index.d.ts +4 -1
  189. package/flex/index.js +2 -2
  190. package/form/Control.js +11 -11
  191. package/form/Form.js +12 -12
  192. package/form/FormControl.js +40 -41
  193. package/form/FormItem.js +52 -53
  194. package/form/FormItemLabel.js +1 -2
  195. package/form/FormItemTip.js +3 -3
  196. package/form/FormLabelSymbol.js +1 -2
  197. package/form/FormList.js +11 -11
  198. package/form/FormProvider.js +1 -1
  199. package/form/constant.js +1 -1
  200. package/form/context.js +1 -1
  201. package/form/hook/useForm.js +1 -1
  202. package/form/hook/useFormContext.js +8 -8
  203. package/form/hook/useFormState.js +7 -7
  204. package/form/hook/useWatch.js +8 -8
  205. package/form/index.d.ts +4 -1
  206. package/form/index.js +2 -2
  207. package/form/interface.js +1 -1
  208. package/form/promisify.js +1 -1
  209. package/form/store.js +1 -1
  210. package/form/utils.js +1 -1
  211. package/global-provider/GlobalProvider.js +1 -1
  212. package/global-provider/context.js +1 -1
  213. package/global-provider/index.d.ts +4 -1
  214. package/global-provider/index.js +2 -2
  215. package/grid/Grid.js +1 -2
  216. package/grid/Item.js +1 -2
  217. package/grid/context.js +1 -1
  218. package/grid/index.d.ts +8 -2
  219. package/grid/index.js +2 -2
  220. package/grid/utils.js +1 -1
  221. package/hooks/index.js +1 -1
  222. package/hooks/use-breakpoint/index.js +1 -1
  223. package/hooks/use-computed-state/index.js +1 -1
  224. package/hooks/use-controllable-value/index.js +1 -1
  225. package/hooks/use-create/index.js +1 -1
  226. package/hooks/use-creation/index.js +1 -1
  227. package/hooks/use-effect-event/index.js +1 -1
  228. package/hooks/use-event/index.js +1 -1
  229. package/hooks/use-event-listener/index.js +1 -1
  230. package/hooks/use-force-update/index.js +1 -1
  231. package/hooks/use-fullscreen/index.js +1 -1
  232. package/hooks/use-id/index.js +1 -1
  233. package/hooks/use-intersection-observer/index.js +1 -1
  234. package/hooks/use-intersection-observers/index.js +1 -1
  235. package/hooks/use-interval/index.js +1 -1
  236. package/hooks/use-is-first-render/index.js +1 -1
  237. package/hooks/use-isomorphic-layout-effect/index.js +1 -1
  238. package/hooks/use-keyboard-event/index.js +1 -1
  239. package/hooks/use-latest/index.js +1 -1
  240. package/hooks/use-listen-window-resize/index.js +1 -1
  241. package/hooks/use-media/index.js +1 -1
  242. package/hooks/use-memoized-fn/index.js +1 -1
  243. package/hooks/use-merge-props/index.js +1 -1
  244. package/hooks/use-move/index.js +1 -1
  245. package/hooks/use-mutation-observers/index.js +1 -1
  246. package/hooks/use-online-status/index.js +1 -1
  247. package/hooks/use-overflow-hidden/index.js +1 -1
  248. package/hooks/use-override-ref/index.js +1 -1
  249. package/hooks/use-persist-callback/index.js +1 -1
  250. package/hooks/use-prefers-color-scheme-dark/index.js +1 -1
  251. package/hooks/use-previous/index.js +1 -1
  252. package/hooks/use-refs/index.js +1 -1
  253. package/hooks/use-resize-observer/index.js +1 -1
  254. package/hooks/use-resize-observers/index.js +1 -1
  255. package/hooks/use-responsive-state/index.js +1 -1
  256. package/hooks/use-set-state/index.js +1 -1
  257. package/hooks/use-state-callback/index.js +1 -1
  258. package/hooks/use-state-with-promise/index.js +1 -1
  259. package/hooks/use-update-effect/index.js +1 -1
  260. package/hooks/use-update-layout-effect/index.js +1 -1
  261. package/hooks/use-verification-code/index.js +1 -1
  262. package/hooks/use-watch/index.js +1 -1
  263. package/hooks/use-watermark/index.js +1 -1
  264. package/hooks/use-watermark/utils.js +1 -1
  265. package/hooks/use-window-size/index.js +1 -1
  266. package/hooks/useUnmountOnExit.js +1 -1
  267. package/icon/Icon.js +1 -2
  268. package/icon/addIconFromCdn.js +1 -1
  269. package/icon/index.js +2 -2
  270. package/icon-hover/IconHover.js +22 -23
  271. package/icon-hover/index.d.ts +3 -0
  272. package/icon-hover/index.js +2 -2
  273. package/icons/file/File.js +1 -2
  274. package/icons/file/index.js +1 -1
  275. package/icons/file/style/index.d.ts +2 -0
  276. package/icons.js +1 -1
  277. package/image/Image.js +55 -57
  278. package/image/ImageFooter.js +8 -8
  279. package/image/ImagePreview.js +26 -26
  280. package/image/ImagePreviewArrow.js +1 -2
  281. package/image/ImagePreviewGroup.js +1 -1
  282. package/image/ImagePreviewToolbar.js +1 -1
  283. package/image/TriggerForToolbar.js +1 -1
  284. package/image/context.js +1 -1
  285. package/image/{utils/hook → hook}/useImageStatus.js +2 -2
  286. package/image/{utils/hook → hook}/useShowFooter.d.ts +1 -1
  287. package/image/{utils/hook → hook}/useShowFooter.js +2 -2
  288. package/image/index.d.ts +4 -1
  289. package/image/index.js +2 -2
  290. package/image/utils/getFixTranslate.js +1 -1
  291. package/image/utils/getScale.js +1 -1
  292. package/index.js +656 -698
  293. package/input/Button.js +1 -2
  294. package/input/Group.js +1 -2
  295. package/input/Input.js +1 -2
  296. package/input/InputComponent.js +14 -14
  297. package/input/Password.js +5 -6
  298. package/input/Search.js +5 -6
  299. package/input/Textarea.js +15 -16
  300. package/input/autoSizeTextareaHeight.js +37 -36
  301. package/input/constants.d.ts +1 -0
  302. package/input/constants.js +6 -0
  303. package/input/index.d.ts +10 -1
  304. package/input/index.js +6 -3
  305. package/input/useComposition.js +1 -1
  306. package/input/utils.js +1 -1
  307. package/input-number/InputNumber.js +6 -7
  308. package/input-number/decimal.js +1 -1
  309. package/input-number/index.d.ts +3 -0
  310. package/input-number/index.js +2 -2
  311. package/input-number/useSelectionRange.js +1 -1
  312. package/input-number/utils.js +1 -1
  313. package/input-tag/InputTag.js +10 -11
  314. package/input-tag/constant.js +1 -1
  315. package/input-tag/hook/useComputeAutoWidthDelay.js +1 -1
  316. package/input-tag/index.d.ts +3 -0
  317. package/input-tag/index.js +2 -2
  318. package/layout/Content.js +1 -2
  319. package/layout/Footer.js +1 -2
  320. package/layout/Header.js +1 -2
  321. package/layout/Layout.js +1 -2
  322. package/layout/Sider.js +5 -6
  323. package/layout/context.js +1 -1
  324. package/layout/index.d.ts +4 -1
  325. package/layout/index.js +2 -2
  326. package/link/Link.js +1 -2
  327. package/link/index.d.ts +3 -0
  328. package/link/index.js +2 -2
  329. package/liquid-fill/LiquidFill.js +62 -62
  330. package/liquid-fill/index.d.ts +3 -0
  331. package/liquid-fill/index.js +2 -2
  332. package/liquid-fill/interface.d.ts +0 -4
  333. package/list/Item.js +1 -2
  334. package/list/List.d.ts +2 -9
  335. package/list/List.js +1 -3
  336. package/list/Meta.js +1 -2
  337. package/list/index.d.ts +14 -0
  338. package/list/index.js +2 -2
  339. package/loading/Loading.js +27 -27
  340. package/loading/index.d.ts +3 -0
  341. package/loading/index.js +2 -2
  342. package/locale/ar-EG.js +1 -1
  343. package/locale/de-DE.js +1 -1
  344. package/locale/default.js +1 -1
  345. package/locale/en-US.js +1 -1
  346. package/locale/es-ES.js +1 -1
  347. package/locale/fr-FR.js +1 -1
  348. package/locale/id-ID.js +1 -1
  349. package/locale/it-IT.js +1 -1
  350. package/locale/ja-JP.js +1 -1
  351. package/locale/ko-KR.js +1 -1
  352. package/locale/ms-MY.js +1 -1
  353. package/locale/pt-BR.js +1 -1
  354. package/locale/pt-PT.js +1 -1
  355. package/locale/ru-RU.js +1 -1
  356. package/locale/th-TH.js +1 -1
  357. package/locale/tr-TR.js +1 -1
  358. package/locale/vi-VN.js +1 -1
  359. package/locale/zh-CN.js +1 -1
  360. package/locale/zh-HK.js +1 -1
  361. package/locale/zh-TW.js +1 -1
  362. package/marquee/Marquee.js +1 -2
  363. package/marquee/index.d.ts +3 -0
  364. package/marquee/index.js +2 -2
  365. package/mask/Mask.js +5 -6
  366. package/mask/constant.d.ts +2 -3
  367. package/mask/constant.js +6 -6
  368. package/mask/index.d.ts +3 -0
  369. package/mask/index.js +2 -2
  370. package/mask/interface.d.ts +1 -1
  371. package/masonry/Masonry.d.ts +3 -3
  372. package/masonry/Masonry.js +4 -8
  373. package/masonry/MasonryItem.js +1 -1
  374. package/masonry/hooks/useDelay.js +1 -1
  375. package/masonry/hooks/useGutter.js +1 -1
  376. package/masonry/hooks/usePositions.js +1 -1
  377. package/masonry/hooks/useRefs.js +1 -1
  378. package/masonry/index.d.ts +7 -4
  379. package/masonry/index.js +2 -2
  380. package/masonry/interface.d.ts +0 -4
  381. package/mentions/Mentions.js +1 -2
  382. package/mentions/index.d.ts +3 -0
  383. package/mentions/index.js +2 -2
  384. package/mentions/utils.js +1 -1
  385. package/menu/Indent.js +1 -1
  386. package/menu/Item.js +1 -1
  387. package/menu/ItemGroup.js +1 -1
  388. package/menu/Menu.js +1 -2
  389. package/menu/OverflowWrap.js +12 -12
  390. package/menu/context.js +1 -1
  391. package/menu/index.d.ts +4 -1
  392. package/menu/index.js +2 -2
  393. package/menu/sub-menu/Inline.js +6 -6
  394. package/menu/sub-menu/Pop.js +1 -2
  395. package/menu/sub-menu/index.js +1 -1
  396. package/menu/utils.js +1 -1
  397. package/message/Message.d.ts +3 -3
  398. package/message/Message.js +61 -61
  399. package/message/config.d.ts +3 -0
  400. package/message/config.js +15 -0
  401. package/message/constants.js +2 -3
  402. package/message/index.d.ts +7 -3
  403. package/message/index.js +8 -7
  404. package/message/interface.d.ts +3 -4
  405. package/message/useMessage.js +13 -13
  406. package/message/utils.d.ts +0 -0
  407. package/message/utils.js +2 -0
  408. package/modal/Modal.d.ts +3 -18
  409. package/modal/Modal.js +104 -96
  410. package/modal/config.d.ts +3 -5
  411. package/modal/config.js +4 -15
  412. package/modal/{Confirm.js → confirm.js} +39 -43
  413. package/modal/constants.d.ts +1 -0
  414. package/modal/constants.js +11 -0
  415. package/modal/index.d.ts +9 -2
  416. package/modal/index.js +11 -5
  417. package/modal/interface.d.ts +13 -2
  418. package/modal/use-modal/Hook.d.ts +1 -1
  419. package/modal/use-modal/Hook.js +27 -29
  420. package/modal/use-modal/index.js +40 -43
  421. package/modal/utils.d.ts +1 -0
  422. package/modal/utils.js +12 -0
  423. package/notice/Notice.js +33 -33
  424. package/notice/config.d.ts +3 -0
  425. package/notice/config.js +7 -0
  426. package/notice/constants.d.ts +1 -0
  427. package/notice/constants.js +10 -3
  428. package/notice/index.d.ts +6 -2
  429. package/notice/index.js +5 -4
  430. package/notice/interface.d.ts +3 -2
  431. package/notice/utils.js +1 -1
  432. package/notice/withNotice.d.ts +2 -1
  433. package/notice/withNotice.js +11 -11
  434. package/notification/Notification.d.ts +3 -16
  435. package/notification/Notification.js +84 -77
  436. package/notification/config.d.ts +4 -0
  437. package/notification/config.js +11 -0
  438. package/notification/constants.js +4 -11
  439. package/notification/index.d.ts +13 -0
  440. package/notification/index.js +9 -5
  441. package/notification/interface.d.ts +12 -0
  442. package/notification/useNotification.js +16 -16
  443. package/notification/utils.d.ts +0 -4
  444. package/notification/utils.js +1 -15
  445. package/overflow-ellipsis/OverflowEllipsis.js +1 -2
  446. package/overflow-ellipsis/OverflowItem.js +1 -2
  447. package/overflow-ellipsis/index.d.ts +3 -0
  448. package/overflow-ellipsis/index.js +2 -2
  449. package/package.json +1 -1
  450. package/page-header/PageHeader.js +5 -6
  451. package/page-header/index.d.ts +3 -0
  452. package/page-header/index.js +2 -2
  453. package/pagination/PageItem.js +1 -2
  454. package/pagination/PageJumper.js +1 -2
  455. package/pagination/PageOption.js +1 -2
  456. package/pagination/Pagination.js +1 -2
  457. package/pagination/index.d.ts +3 -0
  458. package/pagination/index.js +2 -2
  459. package/pagination/interface.js +1 -1
  460. package/picker/Input.js +8 -9
  461. package/picker/InputRange.js +14 -15
  462. package/picker/index.d.ts +4 -1
  463. package/picker/index.js +2 -2
  464. package/popconfirm/Popconfirm.js +1 -2
  465. package/popconfirm/index.d.ts +3 -0
  466. package/popconfirm/index.js +2 -2
  467. package/popover/Popover.js +1 -2
  468. package/popover/index.d.ts +3 -0
  469. package/popover/index.js +2 -2
  470. package/portal/Portal.js +1 -2
  471. package/portal/index.d.ts +3 -0
  472. package/portal/index.js +2 -2
  473. package/progress/CircleProgress.js +1 -1
  474. package/progress/LineProgess.js +1 -1
  475. package/progress/Progress.js +1 -2
  476. package/progress/StepProgress.js +1 -1
  477. package/progress/index.d.ts +7 -1
  478. package/progress/index.js +2 -2
  479. package/qr-code/QRCode.js +13 -13
  480. package/qr-code/index.d.ts +4 -1
  481. package/qr-code/index.js +2 -2
  482. package/qr-code/interface.d.ts +0 -1
  483. package/qr-code/src/index.js +1 -1
  484. package/qr-code/src/qrcodegen.js +1 -1
  485. package/radio/Group.js +1 -2
  486. package/radio/GroupBlock.js +1 -2
  487. package/radio/Radio.js +5 -6
  488. package/radio/context.js +1 -1
  489. package/radio/index.d.ts +4 -1
  490. package/radio/index.js +2 -2
  491. package/rate/Rate.js +5 -6
  492. package/rate/index.d.ts +3 -0
  493. package/rate/index.js +2 -2
  494. package/resize-box/ResizeBox.js +1 -2
  495. package/resize-box/ResizeTrigger.js +1 -2
  496. package/resize-box/Split.js +1 -2
  497. package/resize-box/SplitGroup.js +1 -2
  498. package/resize-box/index.d.ts +4 -1
  499. package/resize-box/index.js +2 -2
  500. package/result/403.js +1 -1
  501. package/result/404.js +1 -1
  502. package/result/500.js +1 -1
  503. package/result/Result.js +1 -2
  504. package/result/index.d.ts +3 -0
  505. package/result/index.js +2 -2
  506. package/rich-text/RichText.js +11 -11
  507. package/rich-text/Toolbar.js +165 -166
  508. package/rich-text/constant.js +1 -1
  509. package/rich-text/index.d.ts +4 -1
  510. package/rich-text/index.js +2 -5
  511. package/rich-text/lib/blots/block.js +1 -1
  512. package/rich-text/lib/blots/break.js +1 -1
  513. package/rich-text/lib/blots/container.js +1 -1
  514. package/rich-text/lib/blots/cursor.js +1 -1
  515. package/rich-text/lib/blots/embed.js +1 -1
  516. package/rich-text/lib/blots/inline.js +1 -1
  517. package/rich-text/lib/blots/scroll.js +1 -1
  518. package/rich-text/lib/blots/text.js +1 -1
  519. package/rich-text/lib/core/composition.js +1 -1
  520. package/rich-text/lib/core/editor.js +1 -1
  521. package/rich-text/lib/core/emitter.js +1 -1
  522. package/rich-text/lib/core/logger.js +1 -1
  523. package/rich-text/lib/core/module.js +1 -1
  524. package/rich-text/lib/core/rich.js +1 -1
  525. package/rich-text/lib/core/selection.js +1 -1
  526. package/rich-text/lib/core/theme.js +1 -1
  527. package/rich-text/lib/core/utils/createRegistryWithFormats.js +1 -1
  528. package/rich-text/lib/core/utils/scrollRectIntoView.js +1 -1
  529. package/rich-text/lib/delta/AttributeMap.js +1 -1
  530. package/rich-text/lib/delta/Op.js +1 -1
  531. package/rich-text/lib/delta/OpIterator.js +1 -1
  532. package/rich-text/lib/delta/index.js +1 -1
  533. package/rich-text/lib/diff/index.js +1 -1
  534. package/rich-text/lib/formats/align.js +1 -1
  535. package/rich-text/lib/formats/background.js +1 -1
  536. package/rich-text/lib/formats/blockquote.js +1 -1
  537. package/rich-text/lib/formats/bold.js +1 -1
  538. package/rich-text/lib/formats/code.js +1 -1
  539. package/rich-text/lib/formats/color.js +1 -1
  540. package/rich-text/lib/formats/direction.js +1 -1
  541. package/rich-text/lib/formats/emoji.js +1 -1
  542. package/rich-text/lib/formats/font.js +1 -1
  543. package/rich-text/lib/formats/formula.js +1 -1
  544. package/rich-text/lib/formats/header.js +1 -1
  545. package/rich-text/lib/formats/hr.js +1 -1
  546. package/rich-text/lib/formats/image.js +1 -1
  547. package/rich-text/lib/formats/indent.js +1 -1
  548. package/rich-text/lib/formats/italic.js +1 -1
  549. package/rich-text/lib/formats/lineHeight.js +1 -1
  550. package/rich-text/lib/formats/link.js +1 -1
  551. package/rich-text/lib/formats/list.js +1 -1
  552. package/rich-text/lib/formats/script.js +1 -1
  553. package/rich-text/lib/formats/size.js +1 -1
  554. package/rich-text/lib/formats/strike.js +1 -1
  555. package/rich-text/lib/formats/table.js +1 -1
  556. package/rich-text/lib/formats/underline.js +1 -1
  557. package/rich-text/lib/formats/video.js +1 -1
  558. package/rich-text/lib/index.js +1 -1
  559. package/rich-text/lib/modules/clipboard.js +1 -1
  560. package/rich-text/lib/modules/history.js +1 -1
  561. package/rich-text/lib/modules/image-resize/index.js +1 -1
  562. package/rich-text/lib/modules/image-resize/modules/Base.js +1 -1
  563. package/rich-text/lib/modules/image-resize/modules/DisplaySize.js +1 -1
  564. package/rich-text/lib/modules/image-resize/modules/Resize.js +1 -1
  565. package/rich-text/lib/modules/image-resize/options.js +1 -1
  566. package/rich-text/lib/modules/input.js +1 -1
  567. package/rich-text/lib/modules/keyboard.js +1 -1
  568. package/rich-text/lib/modules/normalizeExternalHTML/index.js +1 -1
  569. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/googleDocs.js +1 -1
  570. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/msWord.js +1 -1
  571. package/rich-text/lib/modules/table.js +1 -1
  572. package/rich-text/lib/modules/toolbar.js +1 -1
  573. package/rich-text/lib/modules/uiNode.js +1 -1
  574. package/rich-text/lib/modules/uploader.js +1 -1
  575. package/rich-text/lib/parchment/attributor/attributor.js +1 -1
  576. package/rich-text/lib/parchment/attributor/class.js +1 -1
  577. package/rich-text/lib/parchment/attributor/store.js +1 -1
  578. package/rich-text/lib/parchment/attributor/style.js +1 -1
  579. package/rich-text/lib/parchment/blot/abstract/container.js +1 -1
  580. package/rich-text/lib/parchment/blot/abstract/leaf.js +1 -1
  581. package/rich-text/lib/parchment/blot/abstract/parent.js +1 -1
  582. package/rich-text/lib/parchment/blot/abstract/shadow.js +1 -1
  583. package/rich-text/lib/parchment/blot/block.js +1 -1
  584. package/rich-text/lib/parchment/blot/embed.js +1 -1
  585. package/rich-text/lib/parchment/blot/inline.js +1 -1
  586. package/rich-text/lib/parchment/blot/scroll.js +1 -1
  587. package/rich-text/lib/parchment/blot/text.js +1 -1
  588. package/rich-text/lib/parchment/collection/linked-list.js +1 -1
  589. package/rich-text/lib/parchment/error.js +1 -1
  590. package/rich-text/lib/parchment/index.js +1 -1
  591. package/rich-text/lib/parchment/registry.js +1 -1
  592. package/rich-text/lib/parchment/scope.js +1 -1
  593. package/row-col/Col-.js +1 -2
  594. package/row-col/Col.js +1 -2
  595. package/row-col/Row.js +1 -2
  596. package/row-col/context.js +1 -1
  597. package/row-col/index.d.ts +4 -1
  598. package/row-col/index.js +2 -2
  599. package/segmented/Segmented.js +81 -81
  600. package/segmented/index.d.ts +3 -0
  601. package/segmented/index.js +2 -2
  602. package/select/Option.js +1 -1
  603. package/select/OptionGroup.js +1 -1
  604. package/select/Select.js +13 -14
  605. package/select/index.d.ts +4 -1
  606. package/select/index.js +2 -2
  607. package/select/utils.js +1 -1
  608. package/select-view/Core.js +10 -11
  609. package/select-view/SelectView.js +1 -1
  610. package/select-view/index.d.ts +3 -0
  611. package/select-view/index.js +2 -2
  612. package/skeleton/Image.js +1 -1
  613. package/skeleton/Skeleton.js +1 -2
  614. package/skeleton/Text.js +1 -1
  615. package/skeleton/index.d.ts +4 -1
  616. package/skeleton/index.js +2 -2
  617. package/slider/Button.d.ts +1 -1
  618. package/slider/Button.js +1 -2
  619. package/slider/Dot.d.ts +2 -2
  620. package/slider/Dot.js +1 -1
  621. package/slider/Input.d.ts +1 -1
  622. package/slider/Input.js +1 -1
  623. package/slider/Mark.d.ts +4 -4
  624. package/slider/Mark.js +1 -1
  625. package/slider/Slider.js +5 -6
  626. package/slider/Tick.d.ts +1 -1
  627. package/slider/Tick.js +1 -1
  628. package/slider/hook/useInterval.js +1 -1
  629. package/slider/hook/useLegalValue.js +1 -1
  630. package/slider/index.d.ts +14 -0
  631. package/slider/index.js +2 -2
  632. package/slider/utils.js +1 -1
  633. package/space/Space.js +1 -2
  634. package/space/index.d.ts +4 -1
  635. package/space/index.js +2 -2
  636. package/speech-synthesis/SpeechSynthesis.js +1 -1
  637. package/speech-synthesis/index.d.ts +3 -0
  638. package/speech-synthesis/index.js +2 -2
  639. package/spin/DotLoading.js +1 -2
  640. package/spin/Spin.js +1 -2
  641. package/spin/index.d.ts +4 -1
  642. package/spin/index.js +2 -2
  643. package/splitter/Panel.js +1 -2
  644. package/splitter/SplitBar.js +1 -2
  645. package/splitter/Splitter.js +1 -2
  646. package/splitter/hooks/useItems.js +1 -1
  647. package/splitter/hooks/useResizable.js +1 -1
  648. package/splitter/hooks/useResize.js +1 -1
  649. package/splitter/hooks/useSizes.js +1 -1
  650. package/splitter/index.d.ts +4 -1
  651. package/splitter/index.js +2 -2
  652. package/statistic/Statistic.js +1 -2
  653. package/statistic/index.d.ts +7 -1
  654. package/statistic/index.js +2 -2
  655. package/statistic/interface.js +1 -1
  656. package/steps/Step.js +1 -1
  657. package/steps/Steps.js +1 -2
  658. package/steps/index.d.ts +4 -1
  659. package/steps/index.js +2 -2
  660. package/steps/interface.d.ts +1 -1
  661. package/style/animation/fade.less +5 -5
  662. package/style/animation/slide.less +7 -7
  663. package/style/animation/zoom.less +28 -28
  664. package/style/global.less +3 -3
  665. package/style/index.less +3 -4
  666. package/style/normalize.less +2 -2
  667. package/style/override.less +0 -1
  668. package/style/token.less +1 -0
  669. package/style.css +1 -1
  670. package/suspense-fallback-test/SuspenseFallbackTest.js +1 -1
  671. package/suspense-fallback-test/index.d.ts +6 -0
  672. package/suspense-fallback-test/index.js +2 -2
  673. package/switch/Switch.js +5 -6
  674. package/switch/index.d.ts +4 -1
  675. package/switch/index.js +2 -2
  676. package/table/ColGroup.js +1 -1
  677. package/table/Table.js +1 -2
  678. package/table/constant.js +1 -1
  679. package/table/context.d.ts +1 -2
  680. package/table/context.js +1 -1
  681. package/table/hook/useColumns.js +1 -1
  682. package/table/hook/useComponent.js +1 -1
  683. package/table/hook/useExpand.js +1 -1
  684. package/table/hook/useRowSelection.js +1 -1
  685. package/table/hook/useSorter.js +1 -1
  686. package/table/hook/useStickyClassNames.js +1 -1
  687. package/table/hook/useStickyOffsets.js +1 -1
  688. package/table/hook/useThResizable.js +1 -1
  689. package/table/index.d.ts +44 -0
  690. package/table/index.js +2 -2
  691. package/table/summary/Cell.js +1 -2
  692. package/table/summary/Row.js +1 -2
  693. package/table/summary/context.d.ts +1 -2
  694. package/table/summary/context.js +1 -1
  695. package/table/summary/index.js +1 -1
  696. package/table/tbody/DataRecordRenderer.js +1 -1
  697. package/table/tbody/Td.js +1 -2
  698. package/table/tbody/Tr.js +1 -2
  699. package/table/tbody/index.js +1 -1
  700. package/table/tfoot/index.js +1 -1
  701. package/table/th-resizable/index.js +1 -2
  702. package/table/thead/Column.js +1 -2
  703. package/table/thead/index.js +1 -2
  704. package/table/utils.js +1 -1
  705. package/tabs/TabContent.js +1 -2
  706. package/tabs/TabPane.js +1 -2
  707. package/tabs/Tabs.js +1 -2
  708. package/tabs/context.js +1 -1
  709. package/tabs/hook/useDomSize.js +1 -1
  710. package/tabs/hook/useHeaderScroll.js +1 -1
  711. package/tabs/index.d.ts +4 -1
  712. package/tabs/index.js +2 -2
  713. package/tabs/tab-header/DropdownIcon.js +1 -1
  714. package/tabs/tab-header/TabInk.js +2 -2
  715. package/tabs/tab-header/TabNavIcon.js +1 -1
  716. package/tabs/tab-header/TabTitle.js +1 -1
  717. package/tabs/tab-header/index.js +12 -13
  718. package/tabs/utils.js +1 -1
  719. package/tag/Tag.js +1 -2
  720. package/tag/index.d.ts +3 -0
  721. package/tag/index.js +2 -2
  722. package/tag/utils.js +1 -1
  723. package/time-picker/Picker.js +19 -20
  724. package/time-picker/TimeColumn.js +1 -1
  725. package/time-picker/TimePicker.js +1 -2
  726. package/time-picker/TimePickerRange.js +7 -7
  727. package/time-picker/context.js +1 -1
  728. package/time-picker/index.js +2 -2
  729. package/time-picker/utils.js +1 -1
  730. package/time-picker/withTimePicker.js +1 -1
  731. package/timeline/Item.js +1 -2
  732. package/timeline/Timeline.js +1 -2
  733. package/timeline/index.d.ts +4 -1
  734. package/timeline/index.js +2 -2
  735. package/timer/Timer.js +1 -2
  736. package/timer/index.d.ts +3 -0
  737. package/timer/index.js +2 -2
  738. package/toast/Toast.d.ts +5 -2
  739. package/toast/Toast.js +1 -1
  740. package/toast/index.d.ts +9 -3
  741. package/toast/index.js +2 -2
  742. package/tooltip/Tooltip.js +14 -16
  743. package/tooltip/index.d.ts +3 -0
  744. package/tooltip/index.js +2 -2
  745. package/tour/Tour.js +127 -195
  746. package/tour/index.d.ts +3 -0
  747. package/tour/index.js +2 -2
  748. package/transfer/Item.js +1 -1
  749. package/transfer/List.js +1 -2
  750. package/transfer/Transfer.js +1 -2
  751. package/transfer/index.d.ts +3 -0
  752. package/transfer/index.js +2 -2
  753. package/transition/index.d.ts +1 -3
  754. package/transition/index.js +7 -5
  755. package/tree/Animation.d.ts +3 -3
  756. package/tree/Animation.js +87 -63
  757. package/tree/Node.js +103 -115
  758. package/tree/NodeList.js +46 -45
  759. package/tree/Tree.d.ts +1 -1
  760. package/tree/Tree.js +159 -158
  761. package/tree/context.js +1 -1
  762. package/tree/index.d.ts +42 -0
  763. package/tree/index.js +10 -12
  764. package/tree/interface.d.ts +1 -0
  765. package/tree/utils.js +1 -1
  766. package/tree-select/List.js +1 -1
  767. package/tree-select/TreeSelect.js +4 -5
  768. package/tree-select/hook/useKeyCache.js +1 -2
  769. package/tree-select/hook/useStateValue.js +1 -1
  770. package/tree-select/hook/useTreeData.js +1 -1
  771. package/tree-select/index.d.ts +4 -1
  772. package/tree-select/index.js +2 -2
  773. package/tree-select/utils.js +1 -1
  774. package/trigger/Trigger.js +17 -18
  775. package/trigger/getPopupStyle.js +1 -1
  776. package/trigger/index.d.ts +3 -0
  777. package/trigger/index.js +2 -2
  778. package/trigger/utils.js +13 -13
  779. package/typography/Base.js +28 -29
  780. package/typography/EditContent.js +1 -1
  781. package/typography/Ellipsis.js +2 -3
  782. package/typography/Operations.js +1 -1
  783. package/typography/Paragraph.js +1 -2
  784. package/typography/Text.js +1 -1
  785. package/typography/Title.js +1 -1
  786. package/typography/Typography.js +1 -2
  787. package/typography/index.d.ts +4 -1
  788. package/typography/index.js +2 -2
  789. package/typography/useCssEllipsis.js +1 -1
  790. package/typography/useEllipsis.js +2 -2
  791. package/upload/TriggerNode.js +1 -2
  792. package/upload/Upload.js +11 -12
  793. package/upload/Uploader.js +1 -2
  794. package/upload/constant.js +1 -1
  795. package/upload/index.d.ts +4 -1
  796. package/upload/index.js +2 -2
  797. package/upload/list/PictureItem.d.ts +1 -1
  798. package/upload/list/PictureItem.js +5 -5
  799. package/upload/list/TextItem.d.ts +1 -1
  800. package/upload/list/TextItem.js +7 -7
  801. package/upload/list/UploadProgress.js +1 -2
  802. package/upload/list/index.js +1 -2
  803. package/upload/list/utils.js +1 -1
  804. package/upload/request.js +1 -1
  805. package/upload/utils.js +1 -1
  806. package/utils/callOrReturn.js +1 -1
  807. package/utils/callbackOriginRef.js +1 -1
  808. package/utils/caseName.js +1 -1
  809. package/utils/className.js +1 -1
  810. package/utils/constant.js +1 -1
  811. package/utils/contextHolder.d.ts +1 -1
  812. package/utils/contextHolder.js +2 -3
  813. package/utils/copy.js +1 -1
  814. package/utils/createGlobalConfigFunction.d.ts +5 -0
  815. package/utils/createGlobalConfigFunction.js +19 -0
  816. package/utils/css.d.ts +1 -0
  817. package/utils/css.js +10 -0
  818. package/utils/date.js +1 -1
  819. package/utils/dayjs.js +1 -1
  820. package/utils/dom.js +1 -1
  821. package/utils/emitter.js +1 -1
  822. package/utils/file.js +1 -1
  823. package/utils/fileRead.js +1 -1
  824. package/utils/fileToDataURL.js +1 -1
  825. package/utils/fillNBSP.js +1 -1
  826. package/utils/findRootElement.js +1 -1
  827. package/utils/findScrollParent.js +1 -1
  828. package/utils/getHighlightText.js +1 -1
  829. package/utils/getHotkeyHandler.js +1 -1
  830. package/utils/getScrollBarHeight.js +1 -1
  831. package/utils/getScrollBarSize.js +1 -1
  832. package/utils/getScrollBarWidth.js +1 -1
  833. package/utils/getStringLength.js +1 -1
  834. package/utils/include.js +1 -1
  835. package/utils/index.d.ts +3 -2
  836. package/utils/index.js +190 -188
  837. package/utils/intersectionObserver.js +1 -1
  838. package/utils/is.js +1 -1
  839. package/utils/keyboardCode.js +1 -1
  840. package/utils/lodash.js +70 -4
  841. package/utils/math.js +1 -1
  842. package/utils/mergeProps.js +1 -1
  843. package/utils/mergedToString.js +1 -1
  844. package/utils/mutationObserver.js +1 -1
  845. package/utils/names.js +1 -1
  846. package/utils/object.js +1 -1
  847. package/utils/omit.js +1 -1
  848. package/utils/pad.js +1 -1
  849. package/utils/pick.js +1 -1
  850. package/utils/pinyin.d.ts +2 -1
  851. package/utils/pinyin.js +10 -3
  852. package/utils/react19Adapter.js +1 -1
  853. package/utils/ref.js +1 -1
  854. package/utils/resizeObserver.js +1 -1
  855. package/utils/responsiveObserve.js +1 -1
  856. package/utils/saveAs.js +1 -1
  857. package/utils/screenfull.js +1 -1
  858. package/utils/scrollIntoViewIfNeeded.js +1 -1
  859. package/utils/setCreateRoot.js +1 -1
  860. package/utils/setDarkTheme.js +1 -1
  861. package/utils/setPrimaryColor.js +1 -1
  862. package/utils/setTheme.js +1 -1
  863. package/utils/string.js +1 -1
  864. package/utils/style.js +1 -1
  865. package/utils/throttleByRequestAnimationFrame.d.ts +1 -0
  866. package/utils/throttleByRequestAnimationFrame.js +4 -0
  867. package/utils/tinycolor.js +1 -1
  868. package/utils/toArray.js +1 -1
  869. package/utils/tree.js +1 -1
  870. package/utils/tween.js +1 -1
  871. package/utils/uuid.js +1 -1
  872. package/utils/validate.js +1 -1
  873. package/utils/warning.js +1 -1
  874. package/verification-code/VerificationCode.js +1 -2
  875. package/verification-code/index.d.ts +4 -1
  876. package/verification-code/index.js +2 -2
  877. package/version/index.js +8 -8
  878. package/virtual-list/Filler.d.ts +1 -1
  879. package/virtual-list/Filler.js +1 -1
  880. package/virtual-list/VirtualList.js +171 -171
  881. package/virtual-list/constant.js +1 -1
  882. package/virtual-list/hook/useCacheChildrenNodes.js +1 -1
  883. package/virtual-list/hook/useComputeVirtualItemHeight.js +1 -1
  884. package/virtual-list/index.d.ts +10 -0
  885. package/virtual-list/index.js +2 -2
  886. package/virtual-list/utils/algorithm.js +1 -1
  887. package/virtual-list/utils/item.js +1 -1
  888. package/watermark/Watermark.js +1 -2
  889. package/watermark/index.d.ts +4 -1
  890. package/watermark/index.js +2 -2
  891. package/utils/throttleByRaf.d.ts +0 -1
  892. package/utils/throttleByRaf.js +0 -4
  893. package/utils/throttleByRaf2.d.ts +0 -1
  894. package/utils/throttleByRaf2.js +0 -4
  895. /package/image/{utils/hook → hook}/useImageStatus.d.ts +0 -0
  896. /package/modal/{Confirm.d.ts → confirm.d.ts} +0 -0
@@ -6,7 +6,6 @@
6
6
  "isEntry": true,
7
7
  "imports": [
8
8
  "components/pc/config-provider/context.ts",
9
- "components/pc/config-provider/index.ts",
10
9
  "components/pc/hooks/use-isomorphic-layout-effect/index.ts",
11
10
  "components/pc/hooks/use-merge-props/index.ts",
12
11
  "components/pc/hooks/use-resize-observers/index.ts",
@@ -14,7 +13,7 @@
14
13
  "components/pc/utils/dom.ts",
15
14
  "components/pc/utils/is.ts",
16
15
  "components/pc/utils/names.ts",
17
- "components/pc/utils/throttleByRaf.ts"
16
+ "components/pc/utils/throttleByRequestAnimationFrame.ts"
18
17
  ]
19
18
  },
20
19
  "components/pc/affix/index.ts": {
@@ -34,7 +33,6 @@
34
33
  "isEntry": true,
35
34
  "imports": [
36
35
  "components/pc/config-provider/context.ts",
37
- "components/pc/config-provider/index.ts",
38
36
  "components/pc/hooks/use-merge-props/index.ts",
39
37
  "components/pc/transition/index.ts",
40
38
  "components/pc/utils/className.ts",
@@ -61,7 +59,6 @@
61
59
  "components/pc/anchor/context.ts",
62
60
  "components/pc/anchor/utils.ts",
63
61
  "components/pc/config-provider/context.ts",
64
- "components/pc/config-provider/index.ts",
65
62
  "components/pc/hooks/use-is-first-render/index.ts",
66
63
  "components/pc/hooks/use-merge-props/index.ts",
67
64
  "components/pc/hooks/use-state-with-promise/index.ts",
@@ -79,7 +76,6 @@
79
76
  "imports": [
80
77
  "components/pc/anchor/context.ts",
81
78
  "components/pc/config-provider/context.ts",
82
- "components/pc/config-provider/index.ts",
83
79
  "components/pc/hooks/use-merge-props/index.ts",
84
80
  "components/pc/utils/className.ts",
85
81
  "components/pc/utils/is.ts",
@@ -127,7 +123,6 @@
127
123
  "components/pc/message/useMessage.tsx",
128
124
  "components/pc/modal/index.ts",
129
125
  "components/pc/modal/use-modal/index.tsx",
130
- "components/pc/notification/index.ts",
131
126
  "components/pc/notification/useNotification.tsx",
132
127
  "components/pc/utils/names.ts"
133
128
  ]
@@ -166,7 +161,6 @@
166
161
  "isEntry": true,
167
162
  "imports": [
168
163
  "components/pc/config-provider/context.ts",
169
- "components/pc/config-provider/index.ts",
170
164
  "components/pc/form/context.ts",
171
165
  "components/pc/hooks/use-controllable-value/index.ts",
172
166
  "components/pc/hooks/use-merge-props/index.ts",
@@ -203,7 +197,6 @@
203
197
  "imports": [
204
198
  "components/pc/avatar/context.ts",
205
199
  "components/pc/config-provider/context.ts",
206
- "components/pc/config-provider/index.ts",
207
200
  "components/pc/utils/className.ts",
208
201
  "components/pc/utils/is.ts",
209
202
  "components/pc/utils/names.ts"
@@ -218,7 +211,6 @@
218
211
  "components/pc/avatar/Avatar.tsx",
219
212
  "components/pc/avatar/context.ts",
220
213
  "components/pc/config-provider/context.ts",
221
- "components/pc/config-provider/index.ts",
222
214
  "components/pc/hooks/use-merge-props/index.ts",
223
215
  "components/pc/popover/index.ts",
224
216
  "components/pc/utils/className.ts",
@@ -251,7 +243,6 @@
251
243
  "isEntry": true,
252
244
  "imports": [
253
245
  "components/pc/config-provider/context.ts",
254
- "components/pc/config-provider/index.ts",
255
246
  "components/pc/hooks/use-keyboard-event/index.ts",
256
247
  "components/pc/hooks/use-merge-props/index.ts",
257
248
  "components/pc/transition/index.ts",
@@ -259,7 +250,7 @@
259
250
  "components/pc/utils/dom.ts",
260
251
  "components/pc/utils/names.ts",
261
252
  "components/pc/utils/pick.ts",
262
- "components/pc/utils/throttleByRaf.ts"
253
+ "components/pc/utils/throttleByRequestAnimationFrame.ts"
263
254
  ]
264
255
  },
265
256
  "components/pc/back-top/index.ts": {
@@ -281,7 +272,6 @@
281
272
  "components/pc/badge/Count.tsx",
282
273
  "components/pc/badge/utils.ts",
283
274
  "components/pc/config-provider/context.ts",
284
- "components/pc/config-provider/index.ts",
285
275
  "components/pc/hooks/use-merge-props/index.ts",
286
276
  "components/pc/transition/index.ts",
287
277
  "components/pc/utils/className.ts",
@@ -325,7 +315,6 @@
325
315
  "isEntry": true,
326
316
  "imports": [
327
317
  "components/pc/config-provider/context.ts",
328
- "components/pc/config-provider/index.ts",
329
318
  "components/pc/hooks/use-merge-props/index.ts",
330
319
  "components/pc/utils/className.ts",
331
320
  "components/pc/utils/names.ts"
@@ -351,7 +340,6 @@
351
340
  "components/pc/breadcrumb/Item.tsx",
352
341
  "components/pc/breadcrumb/context.ts",
353
342
  "components/pc/config-provider/context.ts",
354
- "components/pc/config-provider/index.ts",
355
343
  "components/pc/hooks/use-merge-props/index.ts",
356
344
  "components/pc/menu/Item.tsx",
357
345
  "components/pc/menu/index.ts",
@@ -401,7 +389,6 @@
401
389
  "isEntry": true,
402
390
  "imports": [
403
391
  "components/pc/config-provider/context.ts",
404
- "components/pc/config-provider/index.ts",
405
392
  "components/pc/hooks/use-merge-props/index.ts",
406
393
  "components/pc/utils/className.ts",
407
394
  "components/pc/utils/is.ts",
@@ -415,7 +402,6 @@
415
402
  "isEntry": true,
416
403
  "imports": [
417
404
  "components/pc/config-provider/context.ts",
418
- "components/pc/config-provider/index.ts",
419
405
  "components/pc/utils/className.ts",
420
406
  "components/pc/utils/names.ts"
421
407
  ]
@@ -429,7 +415,6 @@
429
415
  "components/pc/button/Button.tsx",
430
416
  "components/pc/checkbox/Checkbox.tsx",
431
417
  "components/pc/config-provider/context.ts",
432
- "components/pc/config-provider/index.ts",
433
418
  "components/pc/utils/className.ts",
434
419
  "components/pc/utils/names.ts"
435
420
  ]
@@ -457,7 +442,6 @@
457
442
  "components/pc/calendar/header/Panel.tsx",
458
443
  "components/pc/calendar/header/index.tsx",
459
444
  "components/pc/config-provider/context.ts",
460
- "components/pc/config-provider/index.ts",
461
445
  "components/pc/hooks/use-merge-props/index.ts",
462
446
  "components/pc/utils/className.ts",
463
447
  "components/pc/utils/dayjs.ts",
@@ -556,7 +540,6 @@
556
540
  "components/pc/card/Grid.tsx",
557
541
  "components/pc/card/Meta.tsx",
558
542
  "components/pc/config-provider/context.ts",
559
- "components/pc/config-provider/index.ts",
560
543
  "components/pc/hooks/use-merge-props/index.ts",
561
544
  "components/pc/spin/index.ts",
562
545
  "components/pc/utils/className.ts",
@@ -570,7 +553,6 @@
570
553
  "isEntry": true,
571
554
  "imports": [
572
555
  "components/pc/config-provider/context.ts",
573
- "components/pc/config-provider/index.ts",
574
556
  "components/pc/utils/className.ts",
575
557
  "components/pc/utils/names.ts"
576
558
  ]
@@ -582,7 +564,6 @@
582
564
  "isEntry": true,
583
565
  "imports": [
584
566
  "components/pc/config-provider/context.ts",
585
- "components/pc/config-provider/index.ts",
586
567
  "components/pc/utils/className.ts",
587
568
  "components/pc/utils/names.ts"
588
569
  ]
@@ -606,7 +587,6 @@
606
587
  "isEntry": true,
607
588
  "imports": [
608
589
  "components/pc/config-provider/context.ts",
609
- "components/pc/config-provider/index.ts",
610
590
  "components/pc/hooks/use-keyboard-event/index.ts",
611
591
  "components/pc/utils/className.ts",
612
592
  "components/pc/utils/object.ts"
@@ -621,7 +601,6 @@
621
601
  "components/pc/carousel/Arrow.tsx",
622
602
  "components/pc/carousel/Indicator.tsx",
623
603
  "components/pc/config-provider/context.ts",
624
- "components/pc/config-provider/index.ts",
625
604
  "components/pc/hooks/use-interval/index.ts",
626
605
  "components/pc/hooks/use-merge-props/index.ts",
627
606
  "components/pc/hooks/use-resize-observers/index.ts",
@@ -639,7 +618,6 @@
639
618
  "isEntry": true,
640
619
  "imports": [
641
620
  "components/pc/config-provider/context.ts",
642
- "components/pc/config-provider/index.ts",
643
621
  "components/pc/utils/className.ts"
644
622
  ]
645
623
  },
@@ -665,7 +643,6 @@
665
643
  "components/pc/cascader/panel/Search.tsx",
666
644
  "components/pc/cascader/utils.ts",
667
645
  "components/pc/config-provider/context.ts",
668
- "components/pc/config-provider/index.ts",
669
646
  "components/pc/form/context.ts",
670
647
  "components/pc/hooks/use-controllable-value/index.ts",
671
648
  "components/pc/hooks/use-force-update/index.ts",
@@ -749,7 +726,8 @@
749
726
  "isDynamicEntry": true,
750
727
  "imports": [
751
728
  "components/pc/cascader/base/node.ts",
752
- "components/pc/checkbox/index.ts"
729
+ "components/pc/checkbox/index.ts",
730
+ "components/pc/config-provider/context.ts"
753
731
  ]
754
732
  },
755
733
  "components/pc/cascader/panel/Search.tsx": {
@@ -790,7 +768,6 @@
790
768
  "imports": [
791
769
  "components/pc/checkbox/context.ts",
792
770
  "components/pc/config-provider/context.ts",
793
- "components/pc/config-provider/index.ts",
794
771
  "components/pc/form/context.ts",
795
772
  "components/pc/hooks/use-controllable-value/index.ts",
796
773
  "components/pc/hooks/use-memoized-fn/index.ts",
@@ -811,7 +788,6 @@
811
788
  "components/pc/checkbox/Checkbox.tsx",
812
789
  "components/pc/checkbox/context.ts",
813
790
  "components/pc/config-provider/context.ts",
814
- "components/pc/config-provider/index.ts",
815
791
  "components/pc/form/context.ts",
816
792
  "components/pc/hooks/use-controllable-value/index.ts",
817
793
  "components/pc/hooks/use-merge-props/index.ts",
@@ -831,7 +807,6 @@
831
807
  "components/pc/checkbox/Group.tsx",
832
808
  "components/pc/checkbox/context.ts",
833
809
  "components/pc/config-provider/context.ts",
834
- "components/pc/config-provider/index.ts",
835
810
  "components/pc/form/context.ts",
836
811
  "components/pc/hooks/use-merge-props/index.ts",
837
812
  "components/pc/typography/Ellipsis.tsx",
@@ -876,7 +851,6 @@
876
851
  "components/pc/collapse/context.ts",
877
852
  "components/pc/collapse/utils.ts",
878
853
  "components/pc/config-provider/context.ts",
879
- "components/pc/config-provider/index.ts",
880
854
  "components/pc/hooks/use-controllable-value/index.ts",
881
855
  "components/pc/hooks/use-merge-props/index.ts",
882
856
  "components/pc/utils/className.ts",
@@ -895,11 +869,11 @@
895
869
  "components/pc/collapse/context.ts",
896
870
  "components/pc/collapse/utils.ts",
897
871
  "components/pc/config-provider/context.ts",
898
- "components/pc/config-provider/index.ts",
899
872
  "components/pc/hooks/use-keyboard-event/index.ts",
900
873
  "components/pc/icon-hover/index.ts",
901
874
  "components/pc/transition/index.ts",
902
875
  "components/pc/utils/className.ts",
876
+ "components/pc/utils/css.ts",
903
877
  "components/pc/utils/dom.ts",
904
878
  "components/pc/utils/is.ts",
905
879
  "components/pc/utils/names.ts"
@@ -944,7 +918,6 @@
944
918
  "components/pc/color-picker/interface.ts",
945
919
  "components/pc/color-picker/utils.ts",
946
920
  "components/pc/config-provider/context.ts",
947
- "components/pc/config-provider/index.ts",
948
921
  "components/pc/copy/index.ts",
949
922
  "components/pc/form/context.ts",
950
923
  "components/pc/hooks/use-merge-props/index.ts",
@@ -962,7 +935,6 @@
962
935
  "imports": [
963
936
  "components/pc/color-picker/hooks/useControlBlock.ts",
964
937
  "components/pc/config-provider/context.ts",
965
- "components/pc/config-provider/index.ts",
966
938
  "components/pc/utils/className.ts"
967
939
  ]
968
940
  },
@@ -973,7 +945,6 @@
973
945
  "isEntry": true,
974
946
  "imports": [
975
947
  "components/pc/config-provider/context.ts",
976
- "components/pc/config-provider/index.ts",
977
948
  "components/pc/input-number/index.ts"
978
949
  ]
979
950
  },
@@ -985,7 +956,6 @@
985
956
  "imports": [
986
957
  "components/pc/color-picker/InputAlpha.tsx",
987
958
  "components/pc/config-provider/context.ts",
988
- "components/pc/config-provider/index.ts",
989
959
  "components/pc/input/Group.tsx",
990
960
  "components/pc/input/index.ts"
991
961
  ]
@@ -998,7 +968,6 @@
998
968
  "imports": [
999
969
  "components/pc/color-picker/InputAlpha.tsx",
1000
970
  "components/pc/config-provider/context.ts",
1001
- "components/pc/config-provider/index.ts",
1002
971
  "components/pc/input-number/index.ts",
1003
972
  "components/pc/input/Group.tsx"
1004
973
  ]
@@ -1020,8 +989,7 @@
1020
989
  "isEntry": true,
1021
990
  "imports": [
1022
991
  "components/pc/color-picker/hooks/useControlBlock.ts",
1023
- "components/pc/config-provider/context.ts",
1024
- "components/pc/config-provider/index.ts"
992
+ "components/pc/config-provider/context.ts"
1025
993
  ]
1026
994
  },
1027
995
  "components/pc/color-picker/Panel.tsx": {
@@ -1038,7 +1006,6 @@
1038
1006
  "components/pc/color-picker/interface.ts",
1039
1007
  "components/pc/color-picker/utils.ts",
1040
1008
  "components/pc/config-provider/context.ts",
1041
- "components/pc/config-provider/index.ts",
1042
1009
  "components/pc/radio/Group.tsx",
1043
1010
  "components/pc/radio/index.ts",
1044
1011
  "components/pc/select/index.ts",
@@ -1116,7 +1083,6 @@
1116
1083
  "isEntry": true,
1117
1084
  "imports": [
1118
1085
  "components/pc/config-provider/context.ts",
1119
- "components/pc/config-provider/index.ts",
1120
1086
  "components/pc/hooks/use-merge-props/index.ts",
1121
1087
  "components/pc/utils/className.ts",
1122
1088
  "components/pc/utils/is.ts",
@@ -1141,7 +1107,7 @@
1141
1107
  "isEntry": true,
1142
1108
  "imports": [
1143
1109
  "components/pc/config-provider/context.ts",
1144
- "components/pc/config-provider/initUI.js",
1110
+ "components/pc/config-provider/initUI.ts",
1145
1111
  "components/pc/config-provider/useConfigProvider.tsx",
1146
1112
  "components/pc/config-provider/utils.ts",
1147
1113
  "components/pc/hooks/use-merge-props/index.ts",
@@ -1170,10 +1136,10 @@
1170
1136
  "components/pc/utils/names.ts"
1171
1137
  ]
1172
1138
  },
1173
- "components/pc/config-provider/initUI.js": {
1139
+ "components/pc/config-provider/initUI.ts": {
1174
1140
  "file": "config-provider/initUI.js",
1175
1141
  "name": "config-provider/initUI",
1176
- "src": "components/pc/config-provider/initUI.js",
1142
+ "src": "components/pc/config-provider/initUI.ts",
1177
1143
  "isEntry": true,
1178
1144
  "imports": [
1179
1145
  "components/pc/utils/emitter.ts",
@@ -1187,9 +1153,9 @@
1187
1153
  "isEntry": true,
1188
1154
  "imports": [
1189
1155
  "components/pc/config-provider/context.ts",
1190
- "components/pc/message/index.ts",
1156
+ "components/pc/message/config.ts",
1191
1157
  "components/pc/modal/config.ts",
1192
- "components/pc/notification/index.ts",
1158
+ "components/pc/notification/config.ts",
1193
1159
  "components/pc/utils/emitter.ts"
1194
1160
  ]
1195
1161
  },
@@ -1215,7 +1181,6 @@
1215
1181
  "isEntry": true,
1216
1182
  "imports": [
1217
1183
  "components/pc/config-provider/context.ts",
1218
- "components/pc/config-provider/index.ts",
1219
1184
  "components/pc/hooks/use-keyboard-event/index.ts",
1220
1185
  "components/pc/tooltip/index.ts",
1221
1186
  "components/pc/utils/className.ts",
@@ -1242,7 +1207,6 @@
1242
1207
  "isEntry": true,
1243
1208
  "imports": [
1244
1209
  "components/pc/config-provider/context.ts",
1245
- "components/pc/config-provider/index.ts",
1246
1210
  "components/pc/countdown/utils.ts",
1247
1211
  "components/pc/hooks/use-merge-props/index.ts",
1248
1212
  "components/pc/statistic/interface.ts",
@@ -1295,7 +1259,6 @@
1295
1259
  "isEntry": true,
1296
1260
  "imports": [
1297
1261
  "components/pc/config-provider/context.ts",
1298
- "components/pc/config-provider/index.ts",
1299
1262
  "components/pc/date-picker/context.ts",
1300
1263
  "components/pc/date-picker/panel/Footer.tsx",
1301
1264
  "components/pc/date-picker/panel/Shortcut.tsx",
@@ -1322,7 +1285,6 @@
1322
1285
  "isEntry": true,
1323
1286
  "imports": [
1324
1287
  "components/pc/config-provider/context.ts",
1325
- "components/pc/config-provider/index.ts",
1326
1288
  "components/pc/date-picker/context.ts",
1327
1289
  "components/pc/date-picker/panel/Footer.tsx",
1328
1290
  "components/pc/date-picker/panel/Shortcut.tsx",
@@ -1354,7 +1316,6 @@
1354
1316
  "isDynamicEntry": true,
1355
1317
  "imports": [
1356
1318
  "components/pc/config-provider/context.ts",
1357
- "components/pc/config-provider/index.ts",
1358
1319
  "components/pc/date-picker/context.ts",
1359
1320
  "components/pc/date-picker/utils.ts",
1360
1321
  "components/pc/utils/className.ts",
@@ -1409,7 +1370,6 @@
1409
1370
  "isDynamicEntry": true,
1410
1371
  "imports": [
1411
1372
  "components/pc/config-provider/context.ts",
1412
- "components/pc/config-provider/index.ts",
1413
1373
  "components/pc/date-picker/context.ts",
1414
1374
  "components/pc/utils/className.ts",
1415
1375
  "components/pc/utils/is.ts"
@@ -1443,7 +1403,6 @@
1443
1403
  "isDynamicEntry": true,
1444
1404
  "imports": [
1445
1405
  "components/pc/config-provider/context.ts",
1446
- "components/pc/config-provider/index.ts",
1447
1406
  "components/pc/date-picker/context.ts",
1448
1407
  "components/pc/date-picker/panel/Body.tsx",
1449
1408
  "components/pc/date-picker/panel/Header.tsx",
@@ -1464,7 +1423,6 @@
1464
1423
  "isDynamicEntry": true,
1465
1424
  "imports": [
1466
1425
  "components/pc/config-provider/context.ts",
1467
- "components/pc/config-provider/index.ts",
1468
1426
  "components/pc/date-picker/context.ts",
1469
1427
  "components/pc/date-picker/panel/Body.tsx",
1470
1428
  "components/pc/date-picker/panel/Header.tsx",
@@ -1482,7 +1440,6 @@
1482
1440
  "isDynamicEntry": true,
1483
1441
  "imports": [
1484
1442
  "components/pc/config-provider/context.ts",
1485
- "components/pc/config-provider/index.ts",
1486
1443
  "components/pc/date-picker/context.ts",
1487
1444
  "components/pc/date-picker/panel/Body.tsx",
1488
1445
  "components/pc/date-picker/panel/Header.tsx",
@@ -1500,7 +1457,6 @@
1500
1457
  "isDynamicEntry": true,
1501
1458
  "imports": [
1502
1459
  "components/pc/config-provider/context.ts",
1503
- "components/pc/config-provider/index.ts",
1504
1460
  "components/pc/date-picker/context.ts",
1505
1461
  "components/pc/date-picker/panel/date/index.tsx",
1506
1462
  "components/pc/date-picker/panel/month/index.tsx",
@@ -1520,7 +1476,6 @@
1520
1476
  "isDynamicEntry": true,
1521
1477
  "imports": [
1522
1478
  "components/pc/config-provider/context.ts",
1523
- "components/pc/config-provider/index.ts",
1524
1479
  "components/pc/date-picker/context.ts",
1525
1480
  "components/pc/date-picker/panel/date/index.tsx",
1526
1481
  "components/pc/hooks/use-merge-props/index.ts",
@@ -1534,7 +1489,6 @@
1534
1489
  "isDynamicEntry": true,
1535
1490
  "imports": [
1536
1491
  "components/pc/config-provider/context.ts",
1537
- "components/pc/config-provider/index.ts",
1538
1492
  "components/pc/date-picker/context.ts",
1539
1493
  "components/pc/date-picker/panel/Body.tsx",
1540
1494
  "components/pc/date-picker/panel/Header.tsx",
@@ -1561,7 +1515,6 @@
1561
1515
  "isEntry": true,
1562
1516
  "imports": [
1563
1517
  "components/pc/config-provider/context.ts",
1564
- "components/pc/config-provider/index.ts",
1565
1518
  "components/pc/hooks/use-merge-props/index.ts",
1566
1519
  "components/pc/utils/className.ts",
1567
1520
  "components/pc/utils/index.ts",
@@ -1588,7 +1541,7 @@
1588
1541
  "isEntry": true,
1589
1542
  "imports": [
1590
1543
  "components/pc/config-provider/context.ts",
1591
- "components/pc/config-provider/index.ts",
1544
+ "components/pc/hooks/use-controllable-value/index.ts",
1592
1545
  "components/pc/hooks/use-merge-props/index.ts",
1593
1546
  "components/pc/hooks/use-update-effect/index.ts",
1594
1547
  "components/pc/utils/className.ts",
@@ -1612,8 +1565,7 @@
1612
1565
  "src": "components/pc/development/Development.tsx",
1613
1566
  "isEntry": true,
1614
1567
  "imports": [
1615
- "components/pc/config-provider/context.ts",
1616
- "components/pc/config-provider/index.ts"
1568
+ "components/pc/config-provider/context.ts"
1617
1569
  ]
1618
1570
  },
1619
1571
  "components/pc/development/index.ts": {
@@ -1633,7 +1585,6 @@
1633
1585
  "isEntry": true,
1634
1586
  "imports": [
1635
1587
  "components/pc/config-provider/context.ts",
1636
- "components/pc/config-provider/index.ts",
1637
1588
  "components/pc/hooks/use-merge-props/index.ts",
1638
1589
  "components/pc/utils/className.ts",
1639
1590
  "components/pc/utils/names.ts"
@@ -1656,7 +1607,6 @@
1656
1607
  "isEntry": true,
1657
1608
  "imports": [
1658
1609
  "components/pc/config-provider/context.ts",
1659
- "components/pc/config-provider/index.ts",
1660
1610
  "components/pc/draggable/Item.tsx",
1661
1611
  "components/pc/utils/className.ts"
1662
1612
  ]
@@ -1688,7 +1638,6 @@
1688
1638
  "isEntry": true,
1689
1639
  "imports": [
1690
1640
  "components/pc/config-provider/context.ts",
1691
- "components/pc/config-provider/index.ts",
1692
1641
  "components/pc/form/context.ts",
1693
1642
  "components/pc/hooks/use-merge-props/index.ts",
1694
1643
  "components/pc/utils/names.ts"
@@ -1717,8 +1666,8 @@
1717
1666
  "isEntry": true,
1718
1667
  "imports": [
1719
1668
  "components/pc/button/index.ts",
1669
+ "components/pc/config-provider/ConfigProvider.tsx",
1720
1670
  "components/pc/config-provider/context.ts",
1721
- "components/pc/config-provider/index.ts",
1722
1671
  "components/pc/hooks/use-is-first-render/index.ts",
1723
1672
  "components/pc/hooks/use-merge-props/index.ts",
1724
1673
  "components/pc/hooks/use-overflow-hidden/index.ts",
@@ -1745,9 +1694,32 @@
1745
1694
  "isEntry": true,
1746
1695
  "imports": [
1747
1696
  "components/pc/drawer/Drawer.tsx",
1697
+ "components/pc/drawer/use-drawer/index.tsx",
1748
1698
  "components/pc/utils/names.ts"
1749
1699
  ]
1750
1700
  },
1701
+ "components/pc/drawer/use-drawer/Hook.tsx": {
1702
+ "file": "drawer/use-drawer/Hook.js",
1703
+ "name": "drawer/use-drawer/Hook",
1704
+ "src": "components/pc/drawer/use-drawer/Hook.tsx",
1705
+ "isDynamicEntry": true,
1706
+ "imports": [
1707
+ "components/pc/drawer/Drawer.tsx",
1708
+ "components/pc/hooks/use-set-state/index.ts",
1709
+ "components/pc/utils/is.ts"
1710
+ ]
1711
+ },
1712
+ "components/pc/drawer/use-drawer/index.tsx": {
1713
+ "file": "drawer/use-drawer/index.js",
1714
+ "name": "drawer/use-drawer/index",
1715
+ "src": "components/pc/drawer/use-drawer/index.tsx",
1716
+ "isDynamicEntry": true,
1717
+ "imports": [
1718
+ "components/pc/drawer/use-drawer/Hook.tsx",
1719
+ "components/pc/utils/contextHolder.ts",
1720
+ "components/pc/utils/uuid.ts"
1721
+ ]
1722
+ },
1751
1723
  "components/pc/dropdown/Button.tsx": {
1752
1724
  "file": "dropdown/Button.js",
1753
1725
  "name": "dropdown/Button",
@@ -1757,7 +1729,6 @@
1757
1729
  "components/pc/button/Group.tsx",
1758
1730
  "components/pc/button/index.ts",
1759
1731
  "components/pc/config-provider/context.ts",
1760
- "components/pc/config-provider/index.ts",
1761
1732
  "components/pc/dropdown/Dropdown.tsx",
1762
1733
  "components/pc/hooks/use-merge-props/index.ts",
1763
1734
  "components/pc/utils/names.ts",
@@ -1771,7 +1742,6 @@
1771
1742
  "isEntry": true,
1772
1743
  "imports": [
1773
1744
  "components/pc/config-provider/context.ts",
1774
- "components/pc/config-provider/index.ts",
1775
1745
  "components/pc/hooks/use-controllable-value/index.ts",
1776
1746
  "components/pc/hooks/use-merge-props/index.ts",
1777
1747
  "components/pc/trigger/index.ts",
@@ -1803,7 +1773,6 @@
1803
1773
  "isEntry": true,
1804
1774
  "imports": [
1805
1775
  "components/pc/config-provider/context.ts",
1806
- "components/pc/config-provider/index.ts",
1807
1776
  "components/pc/hooks/use-merge-props/index.ts",
1808
1777
  "components/pc/utils/names.ts"
1809
1778
  ]
@@ -1825,7 +1794,6 @@
1825
1794
  "isEntry": true,
1826
1795
  "imports": [
1827
1796
  "components/pc/config-provider/context.ts",
1828
- "components/pc/config-provider/index.ts",
1829
1797
  "components/pc/hooks/use-merge-props/index.ts",
1830
1798
  "components/pc/utils/className.ts",
1831
1799
  "components/pc/utils/names.ts"
@@ -1860,8 +1828,8 @@
1860
1828
  "src": "components/pc/form/Form.tsx",
1861
1829
  "isEntry": true,
1862
1830
  "imports": [
1831
+ "components/pc/config-provider/ConfigProvider.tsx",
1863
1832
  "components/pc/config-provider/context.ts",
1864
- "components/pc/config-provider/index.ts",
1865
1833
  "components/pc/form/constant.ts",
1866
1834
  "components/pc/form/context.ts",
1867
1835
  "components/pc/form/hook/useForm.ts",
@@ -1882,7 +1850,6 @@
1882
1850
  "isEntry": true,
1883
1851
  "imports": [
1884
1852
  "components/pc/config-provider/context.ts",
1885
- "components/pc/config-provider/index.ts",
1886
1853
  "components/pc/form/context.ts",
1887
1854
  "components/pc/form/utils.ts",
1888
1855
  "components/pc/hooks/use-create/index.ts",
@@ -1903,7 +1870,6 @@
1903
1870
  "isEntry": true,
1904
1871
  "imports": [
1905
1872
  "components/pc/config-provider/context.ts",
1906
- "components/pc/config-provider/index.ts",
1907
1873
  "components/pc/form/FormControl.tsx",
1908
1874
  "components/pc/form/FormItemLabel.tsx",
1909
1875
  "components/pc/form/FormItemTip.tsx",
@@ -1927,7 +1893,6 @@
1927
1893
  "isEntry": true,
1928
1894
  "imports": [
1929
1895
  "components/pc/config-provider/context.ts",
1930
- "components/pc/config-provider/index.ts",
1931
1896
  "components/pc/form/FormLabelSymbol.tsx",
1932
1897
  "components/pc/form/utils.ts",
1933
1898
  "components/pc/tooltip/index.ts",
@@ -1954,7 +1919,6 @@
1954
1919
  "isEntry": true,
1955
1920
  "imports": [
1956
1921
  "components/pc/config-provider/context.ts",
1957
- "components/pc/config-provider/index.ts",
1958
1922
  "components/pc/form/constant.ts",
1959
1923
  "components/pc/utils/className.ts"
1960
1924
  ]
@@ -2115,7 +2079,7 @@
2115
2079
  "src": "components/pc/global-provider/GlobalProvider.tsx",
2116
2080
  "isEntry": true,
2117
2081
  "imports": [
2118
- "components/pc/config-provider/initUI.js",
2082
+ "components/pc/config-provider/initUI.ts",
2119
2083
  "components/pc/global-provider/context.ts",
2120
2084
  "components/pc/utils/names.ts"
2121
2085
  ]
@@ -2144,7 +2108,6 @@
2144
2108
  "isEntry": true,
2145
2109
  "imports": [
2146
2110
  "components/pc/config-provider/context.ts",
2147
- "components/pc/config-provider/index.ts",
2148
2111
  "components/pc/constant/index.ts",
2149
2112
  "components/pc/grid/context.ts",
2150
2113
  "components/pc/hooks/use-merge-props/index.ts",
@@ -2161,7 +2124,6 @@
2161
2124
  "isEntry": true,
2162
2125
  "imports": [
2163
2126
  "components/pc/config-provider/context.ts",
2164
- "components/pc/config-provider/index.ts",
2165
2127
  "components/pc/grid/context.ts",
2166
2128
  "components/pc/grid/utils.ts",
2167
2129
  "components/pc/hooks/use-merge-props/index.ts",
@@ -2507,7 +2469,6 @@
2507
2469
  "isEntry": true,
2508
2470
  "imports": [
2509
2471
  "components/pc/config-provider/context.ts",
2510
- "components/pc/config-provider/index.ts",
2511
2472
  "components/pc/form/context.ts",
2512
2473
  "components/pc/utils/className.ts",
2513
2474
  "components/pc/utils/names.ts",
@@ -2531,7 +2492,6 @@
2531
2492
  "isEntry": true,
2532
2493
  "imports": [
2533
2494
  "components/pc/config-provider/context.ts",
2534
- "components/pc/config-provider/index.ts",
2535
2495
  "components/pc/icon/addIconFromCdn.tsx",
2536
2496
  "components/pc/utils/className.ts",
2537
2497
  "components/pc/utils/names.ts"
@@ -2571,7 +2531,6 @@
2571
2531
  "isDynamicEntry": true,
2572
2532
  "imports": [
2573
2533
  "components/pc/config-provider/context.ts",
2574
- "components/pc/config-provider/index.ts",
2575
2534
  "components/pc/utils/className.ts",
2576
2535
  "components/pc/utils/names.ts"
2577
2536
  ]
@@ -2592,7 +2551,6 @@
2592
2551
  "isEntry": true,
2593
2552
  "imports": [
2594
2553
  "components/pc/config-provider/context.ts",
2595
- "components/pc/config-provider/index.ts",
2596
2554
  "components/pc/hooks/index.ts",
2597
2555
  "components/pc/hooks/use-controllable-value/index.ts",
2598
2556
  "components/pc/hooks/use-keyboard-event/index.ts",
@@ -2600,8 +2558,8 @@
2600
2558
  "components/pc/image/ImageFooter.tsx",
2601
2559
  "components/pc/image/ImagePreview.tsx",
2602
2560
  "components/pc/image/context.ts",
2603
- "components/pc/image/utils/hook/useImageStatus.ts",
2604
- "components/pc/image/utils/hook/useShowFooter.ts",
2561
+ "components/pc/image/hook/useImageStatus.ts",
2562
+ "components/pc/image/hook/useShowFooter.ts",
2605
2563
  "components/pc/utils/className.ts",
2606
2564
  "components/pc/utils/is.ts",
2607
2565
  "components/pc/utils/names.ts",
@@ -2615,7 +2573,7 @@
2615
2573
  "isEntry": true,
2616
2574
  "imports": [
2617
2575
  "components/pc/image/TriggerForToolbar.tsx",
2618
- "components/pc/image/utils/hook/useShowFooter.ts",
2576
+ "components/pc/image/hook/useShowFooter.ts",
2619
2577
  "components/pc/utils/className.ts"
2620
2578
  ]
2621
2579
  },
@@ -2625,8 +2583,8 @@
2625
2583
  "src": "components/pc/image/ImagePreview.tsx",
2626
2584
  "isEntry": true,
2627
2585
  "imports": [
2586
+ "components/pc/config-provider/ConfigProvider.tsx",
2628
2587
  "components/pc/config-provider/context.ts",
2629
- "components/pc/config-provider/index.ts",
2630
2588
  "components/pc/hooks/use-controllable-value/index.ts",
2631
2589
  "components/pc/hooks/use-merge-props/index.ts",
2632
2590
  "components/pc/hooks/use-overflow-hidden/index.ts",
@@ -2635,9 +2593,9 @@
2635
2593
  "components/pc/image/ImagePreviewArrow.tsx",
2636
2594
  "components/pc/image/ImagePreviewToolbar.tsx",
2637
2595
  "components/pc/image/context.ts",
2596
+ "components/pc/image/hook/useImageStatus.ts",
2638
2597
  "components/pc/image/utils/getFixTranslate.ts",
2639
2598
  "components/pc/image/utils/getScale.ts",
2640
- "components/pc/image/utils/hook/useImageStatus.ts",
2641
2599
  "components/pc/mask/index.ts",
2642
2600
  "components/pc/portal/index.ts",
2643
2601
  "components/pc/transition/index.ts",
@@ -2657,7 +2615,6 @@
2657
2615
  "isEntry": true,
2658
2616
  "imports": [
2659
2617
  "components/pc/config-provider/context.ts",
2660
- "components/pc/config-provider/index.ts",
2661
2618
  "components/pc/utils/className.ts"
2662
2619
  ]
2663
2620
  },
@@ -2702,6 +2659,18 @@
2702
2659
  "src": "components/pc/image/context.ts",
2703
2660
  "isEntry": true
2704
2661
  },
2662
+ "components/pc/image/hook/useImageStatus.ts": {
2663
+ "file": "image/hook/useImageStatus.js",
2664
+ "name": "image/hook/useImageStatus",
2665
+ "src": "components/pc/image/hook/useImageStatus.ts",
2666
+ "isDynamicEntry": true
2667
+ },
2668
+ "components/pc/image/hook/useShowFooter.ts": {
2669
+ "file": "image/hook/useShowFooter.js",
2670
+ "name": "image/hook/useShowFooter",
2671
+ "src": "components/pc/image/hook/useShowFooter.ts",
2672
+ "isDynamicEntry": true
2673
+ },
2705
2674
  "components/pc/image/index.ts": {
2706
2675
  "file": "image/index.js",
2707
2676
  "name": "image/index",
@@ -2730,18 +2699,6 @@
2730
2699
  "components/pc/utils/is.ts"
2731
2700
  ]
2732
2701
  },
2733
- "components/pc/image/utils/hook/useImageStatus.ts": {
2734
- "file": "image/utils/hook/useImageStatus.js",
2735
- "name": "image/utils/hook/useImageStatus",
2736
- "src": "components/pc/image/utils/hook/useImageStatus.ts",
2737
- "isDynamicEntry": true
2738
- },
2739
- "components/pc/image/utils/hook/useShowFooter.ts": {
2740
- "file": "image/utils/hook/useShowFooter.js",
2741
- "name": "image/utils/hook/useShowFooter",
2742
- "src": "components/pc/image/utils/hook/useShowFooter.ts",
2743
- "isDynamicEntry": true
2744
- },
2745
2702
  "components/pc/index.ts": {
2746
2703
  "file": "index.js",
2747
2704
  "name": "index",
@@ -3025,7 +2982,7 @@
3025
2982
  "components/pc/utils/setTheme.ts",
3026
2983
  "components/pc/utils/string.ts",
3027
2984
  "components/pc/utils/style.ts",
3028
- "components/pc/utils/throttleByRaf.ts",
2985
+ "components/pc/utils/throttleByRequestAnimationFrame.ts",
3029
2986
  "components/pc/utils/tinycolor.ts",
3030
2987
  "components/pc/utils/toArray.ts",
3031
2988
  "components/pc/utils/tree.ts",
@@ -3046,7 +3003,6 @@
3046
3003
  "isEntry": true,
3047
3004
  "imports": [
3048
3005
  "components/pc/config-provider/context.ts",
3049
- "components/pc/config-provider/index.ts",
3050
3006
  "components/pc/form/context.ts",
3051
3007
  "components/pc/hooks/use-merge-props/index.ts",
3052
3008
  "components/pc/input-number/decimal.ts",
@@ -3107,7 +3063,6 @@
3107
3063
  "isEntry": true,
3108
3064
  "imports": [
3109
3065
  "components/pc/config-provider/context.ts",
3110
- "components/pc/config-provider/index.ts",
3111
3066
  "components/pc/constant/index.ts",
3112
3067
  "components/pc/draggable/index.ts",
3113
3068
  "components/pc/flex/index.ts",
@@ -3162,7 +3117,6 @@
3162
3117
  "imports": [
3163
3118
  "components/pc/button/index.ts",
3164
3119
  "components/pc/config-provider/context.ts",
3165
- "components/pc/config-provider/index.ts",
3166
3120
  "components/pc/form/context.ts",
3167
3121
  "components/pc/hooks/use-controllable-value/index.ts",
3168
3122
  "components/pc/hooks/use-merge-props/index.ts",
@@ -3180,7 +3134,6 @@
3180
3134
  "isEntry": true,
3181
3135
  "imports": [
3182
3136
  "components/pc/config-provider/context.ts",
3183
- "components/pc/config-provider/index.ts",
3184
3137
  "components/pc/utils/className.ts",
3185
3138
  "components/pc/utils/names.ts"
3186
3139
  ]
@@ -3192,7 +3145,6 @@
3192
3145
  "isEntry": true,
3193
3146
  "imports": [
3194
3147
  "components/pc/config-provider/context.ts",
3195
- "components/pc/config-provider/index.ts",
3196
3148
  "components/pc/form/context.ts",
3197
3149
  "components/pc/hooks/use-controllable-value/index.ts",
3198
3150
  "components/pc/hooks/use-merge-props/index.ts",
@@ -3230,7 +3182,6 @@
3230
3182
  "isEntry": true,
3231
3183
  "imports": [
3232
3184
  "components/pc/config-provider/context.ts",
3233
- "components/pc/config-provider/index.ts",
3234
3185
  "components/pc/form/context.ts",
3235
3186
  "components/pc/hooks/use-controllable-value/index.ts",
3236
3187
  "components/pc/hooks/use-keyboard-event/index.ts",
@@ -3248,7 +3199,6 @@
3248
3199
  "isEntry": true,
3249
3200
  "imports": [
3250
3201
  "components/pc/config-provider/context.ts",
3251
- "components/pc/config-provider/index.ts",
3252
3202
  "components/pc/form/context.ts",
3253
3203
  "components/pc/hooks/use-controllable-value/index.ts",
3254
3204
  "components/pc/hooks/use-merge-props/index.ts",
@@ -3267,7 +3217,6 @@
3267
3217
  "isEntry": true,
3268
3218
  "imports": [
3269
3219
  "components/pc/config-provider/context.ts",
3270
- "components/pc/config-provider/index.ts",
3271
3220
  "components/pc/form/context.ts",
3272
3221
  "components/pc/hooks/use-controllable-value/index.ts",
3273
3222
  "components/pc/hooks/use-isomorphic-layout-effect/index.ts",
@@ -3291,9 +3240,16 @@
3291
3240
  "src": "components/pc/input/autoSizeTextareaHeight.ts",
3292
3241
  "isEntry": true,
3293
3242
  "imports": [
3243
+ "components/pc/input/constants.ts",
3294
3244
  "components/pc/utils/is.ts"
3295
3245
  ]
3296
3246
  },
3247
+ "components/pc/input/constants.ts": {
3248
+ "file": "input/constants.js",
3249
+ "name": "input/constants",
3250
+ "src": "components/pc/input/constants.ts",
3251
+ "isEntry": true
3252
+ },
3297
3253
  "components/pc/input/index.ts": {
3298
3254
  "file": "input/index.js",
3299
3255
  "name": "input/index",
@@ -3338,7 +3294,6 @@
3338
3294
  "isEntry": true,
3339
3295
  "imports": [
3340
3296
  "components/pc/config-provider/context.ts",
3341
- "components/pc/config-provider/index.ts",
3342
3297
  "components/pc/utils/className.ts",
3343
3298
  "components/pc/utils/names.ts"
3344
3299
  ]
@@ -3350,7 +3305,6 @@
3350
3305
  "isEntry": true,
3351
3306
  "imports": [
3352
3307
  "components/pc/config-provider/context.ts",
3353
- "components/pc/config-provider/index.ts",
3354
3308
  "components/pc/utils/className.ts",
3355
3309
  "components/pc/utils/names.ts"
3356
3310
  ]
@@ -3362,7 +3316,6 @@
3362
3316
  "isEntry": true,
3363
3317
  "imports": [
3364
3318
  "components/pc/config-provider/context.ts",
3365
- "components/pc/config-provider/index.ts",
3366
3319
  "components/pc/utils/className.ts",
3367
3320
  "components/pc/utils/names.ts"
3368
3321
  ]
@@ -3374,7 +3327,6 @@
3374
3327
  "isEntry": true,
3375
3328
  "imports": [
3376
3329
  "components/pc/config-provider/context.ts",
3377
- "components/pc/config-provider/index.ts",
3378
3330
  "components/pc/hooks/use-merge-props/index.ts",
3379
3331
  "components/pc/utils/className.ts",
3380
3332
  "components/pc/utils/is.ts",
@@ -3388,7 +3340,6 @@
3388
3340
  "isEntry": true,
3389
3341
  "imports": [
3390
3342
  "components/pc/config-provider/context.ts",
3391
- "components/pc/config-provider/index.ts",
3392
3343
  "components/pc/constant/index.ts",
3393
3344
  "components/pc/hooks/use-controllable-value/index.ts",
3394
3345
  "components/pc/hooks/use-set-state/index.ts",
@@ -3429,7 +3380,6 @@
3429
3380
  "isEntry": true,
3430
3381
  "imports": [
3431
3382
  "components/pc/config-provider/context.ts",
3432
- "components/pc/config-provider/index.ts",
3433
3383
  "components/pc/hooks/use-keyboard-event/index.ts",
3434
3384
  "components/pc/hooks/use-merge-props/index.ts",
3435
3385
  "components/pc/utils/className.ts",
@@ -3453,7 +3403,6 @@
3453
3403
  "isEntry": true,
3454
3404
  "imports": [
3455
3405
  "components/pc/config-provider/context.ts",
3456
- "components/pc/config-provider/index.ts",
3457
3406
  "components/pc/hooks/use-merge-props/index.ts",
3458
3407
  "components/pc/hooks/use-update-effect/index.ts",
3459
3408
  "components/pc/utils/className.ts",
@@ -3479,7 +3428,6 @@
3479
3428
  "isEntry": true,
3480
3429
  "imports": [
3481
3430
  "components/pc/config-provider/context.ts",
3482
- "components/pc/config-provider/index.ts",
3483
3431
  "components/pc/hooks/use-merge-props/index.ts",
3484
3432
  "components/pc/list/Meta.tsx",
3485
3433
  "components/pc/utils/className.ts",
@@ -3494,9 +3442,7 @@
3494
3442
  "isEntry": true,
3495
3443
  "imports": [
3496
3444
  "components/pc/config-provider/context.ts",
3497
- "components/pc/config-provider/index.ts",
3498
3445
  "components/pc/hooks/use-merge-props/index.ts",
3499
- "components/pc/list/Item.tsx",
3500
3446
  "components/pc/pagination/index.ts",
3501
3447
  "components/pc/row-col/Col.tsx",
3502
3448
  "components/pc/row-col/index.ts",
@@ -3516,7 +3462,6 @@
3516
3462
  "isEntry": true,
3517
3463
  "imports": [
3518
3464
  "components/pc/config-provider/context.ts",
3519
- "components/pc/config-provider/index.ts",
3520
3465
  "components/pc/utils/className.ts",
3521
3466
  "components/pc/utils/names.ts"
3522
3467
  ]
@@ -3539,7 +3484,6 @@
3539
3484
  "isEntry": true,
3540
3485
  "imports": [
3541
3486
  "components/pc/config-provider/context.ts",
3542
- "components/pc/config-provider/index.ts",
3543
3487
  "components/pc/hooks/use-merge-props/index.ts",
3544
3488
  "components/pc/utils/className.ts",
3545
3489
  "components/pc/utils/names.ts"
@@ -3691,7 +3635,6 @@
3691
3635
  "isEntry": true,
3692
3636
  "imports": [
3693
3637
  "components/pc/config-provider/context.ts",
3694
- "components/pc/config-provider/index.ts",
3695
3638
  "components/pc/hooks/use-merge-props/index.ts",
3696
3639
  "components/pc/hooks/use-resize-observers/index.ts",
3697
3640
  "components/pc/utils/className.ts",
@@ -3716,7 +3659,6 @@
3716
3659
  "isEntry": true,
3717
3660
  "imports": [
3718
3661
  "components/pc/config-provider/context.ts",
3719
- "components/pc/config-provider/index.ts",
3720
3662
  "components/pc/hooks/use-merge-props/index.ts",
3721
3663
  "components/pc/hooks/use-update-effect/index.ts",
3722
3664
  "components/pc/mask/constant.ts",
@@ -3751,7 +3693,6 @@
3751
3693
  "isEntry": true,
3752
3694
  "imports": [
3753
3695
  "components/pc/config-provider/context.ts",
3754
- "components/pc/config-provider/index.ts",
3755
3696
  "components/pc/hooks/use-breakpoint/index.ts",
3756
3697
  "components/pc/hooks/use-merge-props/index.ts",
3757
3698
  "components/pc/hooks/use-resize-observers/index.ts",
@@ -3832,7 +3773,6 @@
3832
3773
  "isEntry": true,
3833
3774
  "imports": [
3834
3775
  "components/pc/config-provider/context.ts",
3835
- "components/pc/config-provider/index.ts",
3836
3776
  "components/pc/form/context.ts",
3837
3777
  "components/pc/hooks/use-controllable-value/index.ts",
3838
3778
  "components/pc/hooks/use-merge-props/index.ts",
@@ -3907,7 +3847,6 @@
3907
3847
  "isEntry": true,
3908
3848
  "imports": [
3909
3849
  "components/pc/config-provider/context.ts",
3910
- "components/pc/config-provider/index.ts",
3911
3850
  "components/pc/hooks/use-controllable-value/index.ts",
3912
3851
  "components/pc/hooks/use-force-update/index.ts",
3913
3852
  "components/pc/hooks/use-id/index.ts",
@@ -3985,7 +3924,6 @@
3985
3924
  "isDynamicEntry": true,
3986
3925
  "imports": [
3987
3926
  "components/pc/config-provider/context.ts",
3988
- "components/pc/config-provider/index.ts",
3989
3927
  "components/pc/dropdown/index.ts",
3990
3928
  "components/pc/hooks/use-id/index.ts",
3991
3929
  "components/pc/menu/Indent.tsx",
@@ -4030,8 +3968,9 @@
4030
3968
  "components/pc/config-provider/utils.ts",
4031
3969
  "components/pc/hooks/use-create/index.ts",
4032
3970
  "components/pc/hooks/use-merge-props/index.ts",
3971
+ "components/pc/message/config.ts",
4033
3972
  "components/pc/message/constants.ts",
4034
- "components/pc/notice/index.ts",
3973
+ "components/pc/notice/Notice.tsx",
4035
3974
  "components/pc/notice/withNotice.tsx",
4036
3975
  "components/pc/transition/index.ts",
4037
3976
  "components/pc/utils/className.ts",
@@ -4041,14 +3980,24 @@
4041
3980
  "components/pc/utils/names.ts"
4042
3981
  ]
4043
3982
  },
3983
+ "components/pc/message/config.ts": {
3984
+ "file": "message/config.js",
3985
+ "name": "message/config",
3986
+ "src": "components/pc/message/config.ts",
3987
+ "isEntry": true,
3988
+ "imports": [
3989
+ "components/pc/message/constants.ts",
3990
+ "components/pc/utils/createGlobalConfigFunction.ts",
3991
+ "components/pc/utils/dom.ts"
3992
+ ]
3993
+ },
4044
3994
  "components/pc/message/constants.ts": {
4045
3995
  "file": "message/constants.js",
4046
3996
  "name": "message/constants",
4047
3997
  "src": "components/pc/message/constants.ts",
4048
3998
  "isEntry": true,
4049
3999
  "imports": [
4050
- "components/pc/notice/constants.ts",
4051
- "components/pc/notification/constants.ts"
4000
+ "components/pc/notice/constants.ts"
4052
4001
  ]
4053
4002
  },
4054
4003
  "components/pc/message/index.ts": {
@@ -4058,6 +4007,7 @@
4058
4007
  "isEntry": true,
4059
4008
  "imports": [
4060
4009
  "components/pc/message/Message.tsx",
4010
+ "components/pc/message/config.ts",
4061
4011
  "components/pc/message/useMessage.tsx",
4062
4012
  "components/pc/utils/names.ts"
4063
4013
  ]
@@ -4075,20 +4025,11 @@
4075
4025
  "components/pc/utils/uuid.ts"
4076
4026
  ]
4077
4027
  },
4078
- "components/pc/modal/Confirm.tsx": {
4079
- "file": "modal/Confirm.js",
4080
- "name": "modal/Confirm",
4081
- "src": "components/pc/modal/Confirm.tsx",
4082
- "isEntry": true,
4083
- "imports": [
4084
- "components/pc/config-provider/index.ts",
4085
- "components/pc/config-provider/utils.ts",
4086
- "components/pc/modal/Modal.tsx",
4087
- "components/pc/modal/config.ts",
4088
- "components/pc/utils/className.ts",
4089
- "components/pc/utils/dom.ts",
4090
- "components/pc/utils/is.ts"
4091
- ]
4028
+ "components/pc/message/utils.ts": {
4029
+ "file": "message/utils.js",
4030
+ "name": "message/utils",
4031
+ "src": "components/pc/message/utils.ts",
4032
+ "isEntry": true
4092
4033
  },
4093
4034
  "components/pc/modal/Modal.tsx": {
4094
4035
  "file": "modal/Modal.js",
@@ -4097,8 +4038,8 @@
4097
4038
  "isEntry": true,
4098
4039
  "imports": [
4099
4040
  "components/pc/button/index.ts",
4041
+ "components/pc/config-provider/ConfigProvider.tsx",
4100
4042
  "components/pc/config-provider/context.ts",
4101
- "components/pc/config-provider/index.ts",
4102
4043
  "components/pc/hooks/use-controllable-value/index.ts",
4103
4044
  "components/pc/hooks/use-id/index.ts",
4104
4045
  "components/pc/hooks/use-is-first-render/index.ts",
@@ -4109,9 +4050,9 @@
4109
4050
  "components/pc/icon-hover/index.ts",
4110
4051
  "components/pc/mask/constant.ts",
4111
4052
  "components/pc/mask/index.ts",
4112
- "components/pc/modal/Confirm.tsx",
4113
4053
  "components/pc/modal/config.ts",
4114
- "components/pc/modal/use-modal/index.tsx",
4054
+ "components/pc/modal/confirm.tsx",
4055
+ "components/pc/modal/constants.ts",
4115
4056
  "components/pc/portal/index.ts",
4116
4057
  "components/pc/transition/index.ts",
4117
4058
  "components/pc/utils/className.ts",
@@ -4128,6 +4069,31 @@
4128
4069
  "file": "modal/config.js",
4129
4070
  "name": "modal/config",
4130
4071
  "src": "components/pc/modal/config.ts",
4072
+ "isEntry": true,
4073
+ "imports": [
4074
+ "components/pc/utils/createGlobalConfigFunction.ts"
4075
+ ]
4076
+ },
4077
+ "components/pc/modal/confirm.tsx": {
4078
+ "file": "modal/confirm.js",
4079
+ "name": "modal/confirm",
4080
+ "src": "components/pc/modal/confirm.tsx",
4081
+ "isEntry": true,
4082
+ "imports": [
4083
+ "components/pc/config-provider/ConfigProvider.tsx",
4084
+ "components/pc/config-provider/utils.ts",
4085
+ "components/pc/modal/Modal.tsx",
4086
+ "components/pc/modal/config.ts",
4087
+ "components/pc/modal/utils.ts",
4088
+ "components/pc/utils/className.ts",
4089
+ "components/pc/utils/dom.ts",
4090
+ "components/pc/utils/is.ts"
4091
+ ]
4092
+ },
4093
+ "components/pc/modal/constants.ts": {
4094
+ "file": "modal/constants.js",
4095
+ "name": "modal/constants",
4096
+ "src": "components/pc/modal/constants.ts",
4131
4097
  "isEntry": true
4132
4098
  },
4133
4099
  "components/pc/modal/index.ts": {
@@ -4137,6 +4103,8 @@
4137
4103
  "isEntry": true,
4138
4104
  "imports": [
4139
4105
  "components/pc/modal/Modal.tsx",
4106
+ "components/pc/modal/config.ts",
4107
+ "components/pc/modal/confirm.tsx",
4140
4108
  "components/pc/modal/use-modal/index.tsx",
4141
4109
  "components/pc/utils/names.ts"
4142
4110
  ]
@@ -4147,6 +4115,7 @@
4147
4115
  "src": "components/pc/modal/use-modal/Hook.tsx",
4148
4116
  "isDynamicEntry": true,
4149
4117
  "imports": [
4118
+ "components/pc/hooks/use-set-state/index.ts",
4150
4119
  "components/pc/modal/Modal.tsx",
4151
4120
  "components/pc/utils/is.ts"
4152
4121
  ]
@@ -4157,21 +4126,32 @@
4157
4126
  "src": "components/pc/modal/use-modal/index.tsx",
4158
4127
  "isDynamicEntry": true,
4159
4128
  "imports": [
4160
- "components/pc/modal/Confirm.tsx",
4161
4129
  "components/pc/modal/config.ts",
4130
+ "components/pc/modal/confirm.tsx",
4131
+ "components/pc/modal/constants.ts",
4162
4132
  "components/pc/modal/use-modal/Hook.tsx",
4133
+ "components/pc/modal/utils.ts",
4163
4134
  "components/pc/utils/contextHolder.ts",
4164
4135
  "components/pc/utils/uuid.ts"
4165
4136
  ]
4166
4137
  },
4138
+ "components/pc/modal/utils.ts": {
4139
+ "file": "modal/utils.js",
4140
+ "name": "modal/utils",
4141
+ "src": "components/pc/modal/utils.ts",
4142
+ "isEntry": true,
4143
+ "imports": [
4144
+ "components/pc/modal/config.ts"
4145
+ ]
4146
+ },
4167
4147
  "components/pc/notice/Notice.tsx": {
4168
4148
  "file": "notice/Notice.js",
4169
4149
  "name": "notice/Notice",
4170
4150
  "src": "components/pc/notice/Notice.tsx",
4171
4151
  "isEntry": true,
4172
4152
  "imports": [
4153
+ "components/pc/config-provider/ConfigProvider.tsx",
4173
4154
  "components/pc/config-provider/context.ts",
4174
- "components/pc/config-provider/index.ts",
4175
4155
  "components/pc/hooks/use-memoized-fn/index.ts",
4176
4156
  "components/pc/hooks/use-merge-props/index.ts",
4177
4157
  "components/pc/hooks/use-previous/index.ts",
@@ -4182,6 +4162,15 @@
4182
4162
  "components/pc/utils/names.ts"
4183
4163
  ]
4184
4164
  },
4165
+ "components/pc/notice/config.ts": {
4166
+ "file": "notice/config.js",
4167
+ "name": "notice/config",
4168
+ "src": "components/pc/notice/config.ts",
4169
+ "isEntry": true,
4170
+ "imports": [
4171
+ "components/pc/utils/createGlobalConfigFunction.ts"
4172
+ ]
4173
+ },
4185
4174
  "components/pc/notice/constants.ts": {
4186
4175
  "file": "notice/constants.js",
4187
4176
  "name": "notice/constants",
@@ -4195,6 +4184,7 @@
4195
4184
  "isEntry": true,
4196
4185
  "imports": [
4197
4186
  "components/pc/notice/Notice.tsx",
4187
+ "components/pc/notice/config.ts",
4198
4188
  "components/pc/notice/withNotice.tsx",
4199
4189
  "components/pc/utils/names.ts"
4200
4190
  ]
@@ -4231,11 +4221,10 @@
4231
4221
  "components/pc/config-provider/context.ts",
4232
4222
  "components/pc/config-provider/utils.ts",
4233
4223
  "components/pc/hooks/use-merge-props/index.ts",
4234
- "components/pc/notice/index.ts",
4224
+ "components/pc/notice/Notice.tsx",
4235
4225
  "components/pc/notice/withNotice.tsx",
4226
+ "components/pc/notification/config.ts",
4236
4227
  "components/pc/notification/constants.ts",
4237
- "components/pc/notification/useNotification.tsx",
4238
- "components/pc/notification/utils.ts",
4239
4228
  "components/pc/transition/index.ts",
4240
4229
  "components/pc/utils/className.ts",
4241
4230
  "components/pc/utils/is.ts",
@@ -4243,6 +4232,16 @@
4243
4232
  "components/pc/utils/names.ts"
4244
4233
  ]
4245
4234
  },
4235
+ "components/pc/notification/config.ts": {
4236
+ "file": "notification/config.js",
4237
+ "name": "notification/config",
4238
+ "src": "components/pc/notification/config.ts",
4239
+ "isEntry": true,
4240
+ "imports": [
4241
+ "components/pc/utils/createGlobalConfigFunction.ts",
4242
+ "components/pc/utils/is.ts"
4243
+ ]
4244
+ },
4246
4245
  "components/pc/notification/constants.ts": {
4247
4246
  "file": "notification/constants.js",
4248
4247
  "name": "notification/constants",
@@ -4259,6 +4258,7 @@
4259
4258
  "isEntry": true,
4260
4259
  "imports": [
4261
4260
  "components/pc/notification/Notification.tsx",
4261
+ "components/pc/notification/config.ts",
4262
4262
  "components/pc/notification/useNotification.tsx",
4263
4263
  "components/pc/utils/names.ts"
4264
4264
  ]
@@ -4270,8 +4270,8 @@
4270
4270
  "isEntry": true,
4271
4271
  "imports": [
4272
4272
  "components/pc/notification/Notification.tsx",
4273
+ "components/pc/notification/config.ts",
4273
4274
  "components/pc/notification/constants.ts",
4274
- "components/pc/notification/utils.ts",
4275
4275
  "components/pc/utils/contextHolder.ts",
4276
4276
  "components/pc/utils/is.ts",
4277
4277
  "components/pc/utils/uuid.ts"
@@ -4281,10 +4281,7 @@
4281
4281
  "file": "notification/utils.js",
4282
4282
  "name": "notification/utils",
4283
4283
  "src": "components/pc/notification/utils.ts",
4284
- "isEntry": true,
4285
- "imports": [
4286
- "components/pc/utils/is.ts"
4287
- ]
4284
+ "isEntry": true
4288
4285
  },
4289
4286
  "components/pc/overflow-ellipsis/OverflowEllipsis.tsx": {
4290
4287
  "file": "overflow-ellipsis/OverflowEllipsis.js",
@@ -4293,7 +4290,6 @@
4293
4290
  "isEntry": true,
4294
4291
  "imports": [
4295
4292
  "components/pc/config-provider/context.ts",
4296
- "components/pc/config-provider/index.ts",
4297
4293
  "components/pc/hooks/use-resize-observers/index.ts",
4298
4294
  "components/pc/overflow-ellipsis/OverflowItem.tsx",
4299
4295
  "components/pc/utils/className.ts"
@@ -4306,7 +4302,6 @@
4306
4302
  "isEntry": true,
4307
4303
  "imports": [
4308
4304
  "components/pc/config-provider/context.ts",
4309
- "components/pc/config-provider/index.ts",
4310
4305
  "components/pc/hooks/use-resize-observers/index.ts",
4311
4306
  "components/pc/utils/className.ts"
4312
4307
  ]
@@ -4330,7 +4325,6 @@
4330
4325
  "imports": [
4331
4326
  "components/pc/breadcrumb/index.ts",
4332
4327
  "components/pc/config-provider/context.ts",
4333
- "components/pc/config-provider/index.ts",
4334
4328
  "components/pc/hooks/use-keyboard-event/index.ts",
4335
4329
  "components/pc/hooks/use-merge-props/index.ts",
4336
4330
  "components/pc/hooks/use-resize-observers/index.ts",
@@ -4357,7 +4351,6 @@
4357
4351
  "isEntry": true,
4358
4352
  "imports": [
4359
4353
  "components/pc/config-provider/context.ts",
4360
- "components/pc/config-provider/index.ts",
4361
4354
  "components/pc/hooks/use-keyboard-event/index.ts",
4362
4355
  "components/pc/pagination/interface.ts",
4363
4356
  "components/pc/utils/className.ts"
@@ -4370,7 +4363,6 @@
4370
4363
  "isEntry": true,
4371
4364
  "imports": [
4372
4365
  "components/pc/config-provider/context.ts",
4373
- "components/pc/config-provider/index.ts",
4374
4366
  "components/pc/input/index.ts",
4375
4367
  "components/pc/utils/is.ts"
4376
4368
  ]
@@ -4382,7 +4374,6 @@
4382
4374
  "isEntry": true,
4383
4375
  "imports": [
4384
4376
  "components/pc/config-provider/context.ts",
4385
- "components/pc/config-provider/index.ts",
4386
4377
  "components/pc/select/Option.tsx",
4387
4378
  "components/pc/select/index.ts",
4388
4379
  "components/pc/utils/constant.ts",
@@ -4397,7 +4388,6 @@
4397
4388
  "isEntry": true,
4398
4389
  "imports": [
4399
4390
  "components/pc/config-provider/context.ts",
4400
- "components/pc/config-provider/index.ts",
4401
4391
  "components/pc/hooks/use-controllable-value/index.ts",
4402
4392
  "components/pc/hooks/use-merge-props/index.ts",
4403
4393
  "components/pc/pagination/PageItem.tsx",
@@ -4434,7 +4424,6 @@
4434
4424
  "isEntry": true,
4435
4425
  "imports": [
4436
4426
  "components/pc/config-provider/context.ts",
4437
- "components/pc/config-provider/index.ts",
4438
4427
  "components/pc/form/context.ts",
4439
4428
  "components/pc/icon-hover/index.ts",
4440
4429
  "components/pc/utils/className.ts",
@@ -4451,7 +4440,6 @@
4451
4440
  "isEntry": true,
4452
4441
  "imports": [
4453
4442
  "components/pc/config-provider/context.ts",
4454
- "components/pc/config-provider/index.ts",
4455
4443
  "components/pc/form/context.ts",
4456
4444
  "components/pc/icon-hover/index.ts",
4457
4445
  "components/pc/utils/className.ts",
@@ -4480,7 +4468,6 @@
4480
4468
  "imports": [
4481
4469
  "components/pc/button/index.ts",
4482
4470
  "components/pc/config-provider/context.ts",
4483
- "components/pc/config-provider/index.ts",
4484
4471
  "components/pc/hooks/use-controllable-value/index.ts",
4485
4472
  "components/pc/hooks/use-merge-props/index.ts",
4486
4473
  "components/pc/tooltip/index.ts",
@@ -4506,7 +4493,6 @@
4506
4493
  "isEntry": true,
4507
4494
  "imports": [
4508
4495
  "components/pc/config-provider/context.ts",
4509
- "components/pc/config-provider/index.ts",
4510
4496
  "components/pc/hooks/use-merge-props/index.ts",
4511
4497
  "components/pc/tooltip/index.ts",
4512
4498
  "components/pc/utils/className.ts",
@@ -4531,7 +4517,6 @@
4531
4517
  "isEntry": true,
4532
4518
  "imports": [
4533
4519
  "components/pc/config-provider/context.ts",
4534
- "components/pc/config-provider/index.ts",
4535
4520
  "components/pc/utils/className.ts",
4536
4521
  "components/pc/utils/dom.ts",
4537
4522
  "components/pc/utils/names.ts"
@@ -4576,7 +4561,6 @@
4576
4561
  "isEntry": true,
4577
4562
  "imports": [
4578
4563
  "components/pc/config-provider/context.ts",
4579
- "components/pc/config-provider/index.ts",
4580
4564
  "components/pc/hooks/use-merge-props/index.ts",
4581
4565
  "components/pc/progress/CircleProgress.tsx",
4582
4566
  "components/pc/progress/LineProgess.tsx",
@@ -4616,7 +4600,6 @@
4616
4600
  "isEntry": true,
4617
4601
  "imports": [
4618
4602
  "components/pc/config-provider/context.ts",
4619
- "components/pc/config-provider/index.ts",
4620
4603
  "components/pc/hooks/use-merge-props/index.ts",
4621
4604
  "components/pc/qr-code/src/index.tsx",
4622
4605
  "components/pc/utils/className.ts",
@@ -4658,7 +4641,6 @@
4658
4641
  "isEntry": true,
4659
4642
  "imports": [
4660
4643
  "components/pc/config-provider/context.ts",
4661
- "components/pc/config-provider/index.ts",
4662
4644
  "components/pc/form/context.ts",
4663
4645
  "components/pc/hooks/use-controllable-value/index.ts",
4664
4646
  "components/pc/hooks/use-merge-props/index.ts",
@@ -4678,7 +4660,6 @@
4678
4660
  "isEntry": true,
4679
4661
  "imports": [
4680
4662
  "components/pc/config-provider/context.ts",
4681
- "components/pc/config-provider/index.ts",
4682
4663
  "components/pc/form/context.ts",
4683
4664
  "components/pc/hooks/use-merge-props/index.ts",
4684
4665
  "components/pc/radio/Group.tsx",
@@ -4696,7 +4677,6 @@
4696
4677
  "isEntry": true,
4697
4678
  "imports": [
4698
4679
  "components/pc/config-provider/context.ts",
4699
- "components/pc/config-provider/index.ts",
4700
4680
  "components/pc/form/context.ts",
4701
4681
  "components/pc/hooks/use-controllable-value/index.ts",
4702
4682
  "components/pc/hooks/use-merge-props/index.ts",
@@ -4734,7 +4714,6 @@
4734
4714
  "isEntry": true,
4735
4715
  "imports": [
4736
4716
  "components/pc/config-provider/context.ts",
4737
- "components/pc/config-provider/index.ts",
4738
4717
  "components/pc/form/context.ts",
4739
4718
  "components/pc/hooks/use-merge-props/index.ts",
4740
4719
  "components/pc/tooltip/index.ts",
@@ -4761,7 +4740,6 @@
4761
4740
  "isEntry": true,
4762
4741
  "imports": [
4763
4742
  "components/pc/config-provider/context.ts",
4764
- "components/pc/config-provider/index.ts",
4765
4743
  "components/pc/hooks/use-controllable-value/index.ts",
4766
4744
  "components/pc/hooks/use-merge-props/index.ts",
4767
4745
  "components/pc/resize-box/ResizeTrigger.tsx",
@@ -4779,7 +4757,6 @@
4779
4757
  "isEntry": true,
4780
4758
  "imports": [
4781
4759
  "components/pc/config-provider/context.ts",
4782
- "components/pc/config-provider/index.ts",
4783
4760
  "components/pc/hooks/use-resize-observers/index.ts",
4784
4761
  "components/pc/utils/className.ts",
4785
4762
  "components/pc/utils/is.ts",
@@ -4793,7 +4770,6 @@
4793
4770
  "isEntry": true,
4794
4771
  "imports": [
4795
4772
  "components/pc/config-provider/context.ts",
4796
- "components/pc/config-provider/index.ts",
4797
4773
  "components/pc/hooks/use-isomorphic-layout-effect/index.ts",
4798
4774
  "components/pc/resize-box/ResizeTrigger.tsx",
4799
4775
  "components/pc/utils/className.ts",
@@ -4809,7 +4785,6 @@
4809
4785
  "isEntry": true,
4810
4786
  "imports": [
4811
4787
  "components/pc/config-provider/context.ts",
4812
- "components/pc/config-provider/index.ts",
4813
4788
  "components/pc/resize-box/ResizeTrigger.tsx",
4814
4789
  "components/pc/utils/className.ts",
4815
4790
  "components/pc/utils/dom.ts",
@@ -4855,7 +4830,6 @@
4855
4830
  "isEntry": true,
4856
4831
  "imports": [
4857
4832
  "components/pc/config-provider/context.ts",
4858
- "components/pc/config-provider/index.ts",
4859
4833
  "components/pc/hooks/use-merge-props/index.ts",
4860
4834
  "components/pc/result/403.tsx",
4861
4835
  "components/pc/result/404.tsx",
@@ -4881,8 +4855,8 @@
4881
4855
  "src": "components/pc/rich-text/RichText.tsx",
4882
4856
  "isEntry": true,
4883
4857
  "imports": [
4858
+ "components/pc/config-provider/ConfigProvider.tsx",
4884
4859
  "components/pc/config-provider/context.ts",
4885
- "components/pc/config-provider/index.ts",
4886
4860
  "components/pc/form/context.ts",
4887
4861
  "components/pc/hooks/use-fullscreen/index.ts",
4888
4862
  "components/pc/hooks/use-merge-props/index.ts",
@@ -4924,7 +4898,6 @@
4924
4898
  "components/pc/button/index.ts",
4925
4899
  "components/pc/color-picker/index.ts",
4926
4900
  "components/pc/config-provider/context.ts",
4927
- "components/pc/config-provider/index.ts",
4928
4901
  "components/pc/flex/index.ts",
4929
4902
  "components/pc/form/context.ts",
4930
4903
  "components/pc/hooks/use-merge-props/index.ts",
@@ -6004,7 +5977,6 @@
6004
5977
  "isEntry": true,
6005
5978
  "imports": [
6006
5979
  "components/pc/config-provider/context.ts",
6007
- "components/pc/config-provider/index.ts",
6008
5980
  "components/pc/constant/index.ts",
6009
5981
  "components/pc/hooks/use-merge-props/index.ts",
6010
5982
  "components/pc/row-col/context.ts",
@@ -6020,7 +5992,6 @@
6020
5992
  "isEntry": true,
6021
5993
  "imports": [
6022
5994
  "components/pc/config-provider/context.ts",
6023
- "components/pc/config-provider/index.ts",
6024
5995
  "components/pc/constant/index.ts",
6025
5996
  "components/pc/hooks/use-merge-props/index.ts",
6026
5997
  "components/pc/hooks/use-responsive-state/index.ts",
@@ -6038,7 +6009,6 @@
6038
6009
  "isEntry": true,
6039
6010
  "imports": [
6040
6011
  "components/pc/config-provider/context.ts",
6041
- "components/pc/config-provider/index.ts",
6042
6012
  "components/pc/hooks/use-merge-props/index.ts",
6043
6013
  "components/pc/hooks/use-responsive-state/index.ts",
6044
6014
  "components/pc/row-col/context.ts",
@@ -6072,7 +6042,6 @@
6072
6042
  "isEntry": true,
6073
6043
  "imports": [
6074
6044
  "components/pc/config-provider/context.ts",
6075
- "components/pc/config-provider/index.ts",
6076
6045
  "components/pc/hooks/use-controllable-value/index.ts",
6077
6046
  "components/pc/hooks/use-force-update/index.ts",
6078
6047
  "components/pc/hooks/use-merge-props/index.ts",
@@ -6099,7 +6068,6 @@
6099
6068
  "isEntry": true,
6100
6069
  "imports": [
6101
6070
  "components/pc/config-provider/context.ts",
6102
- "components/pc/config-provider/index.ts",
6103
6071
  "components/pc/constant/index.ts",
6104
6072
  "components/pc/form/context.ts",
6105
6073
  "components/pc/hooks/use-force-update/index.ts",
@@ -6171,7 +6139,6 @@
6171
6139
  "imports": [
6172
6140
  "components/pc/checkbox/index.ts",
6173
6141
  "components/pc/config-provider/context.ts",
6174
- "components/pc/config-provider/index.ts",
6175
6142
  "components/pc/form/context.ts",
6176
6143
  "components/pc/hooks/use-controllable-value/index.ts",
6177
6144
  "components/pc/hooks/use-id/index.ts",
@@ -6231,7 +6198,6 @@
6231
6198
  "isEntry": true,
6232
6199
  "imports": [
6233
6200
  "components/pc/config-provider/context.ts",
6234
- "components/pc/config-provider/index.ts",
6235
6201
  "components/pc/hooks/use-merge-props/index.ts",
6236
6202
  "components/pc/skeleton/Image.tsx",
6237
6203
  "components/pc/skeleton/Text.tsx",
@@ -6270,7 +6236,6 @@
6270
6236
  "isEntry": true,
6271
6237
  "imports": [
6272
6238
  "components/pc/config-provider/context.ts",
6273
- "components/pc/config-provider/index.ts",
6274
6239
  "components/pc/hooks/use-controllable-value/index.ts",
6275
6240
  "components/pc/hooks/use-keyboard-event/index.ts",
6276
6241
  "components/pc/trigger/index.ts",
@@ -6318,7 +6283,6 @@
6318
6283
  "isEntry": true,
6319
6284
  "imports": [
6320
6285
  "components/pc/config-provider/context.ts",
6321
- "components/pc/config-provider/index.ts",
6322
6286
  "components/pc/form/context.ts",
6323
6287
  "components/pc/hooks/use-controllable-value/index.ts",
6324
6288
  "components/pc/hooks/use-merge-props/index.ts",
@@ -6396,7 +6360,6 @@
6396
6360
  "isEntry": true,
6397
6361
  "imports": [
6398
6362
  "components/pc/config-provider/context.ts",
6399
- "components/pc/config-provider/index.ts",
6400
6363
  "components/pc/hooks/use-merge-props/index.ts",
6401
6364
  "components/pc/utils/className.ts",
6402
6365
  "components/pc/utils/names.ts"
@@ -6438,7 +6401,6 @@
6438
6401
  "isEntry": true,
6439
6402
  "imports": [
6440
6403
  "components/pc/config-provider/context.ts",
6441
- "components/pc/config-provider/index.ts",
6442
6404
  "components/pc/utils/is.ts"
6443
6405
  ]
6444
6406
  },
@@ -6449,7 +6411,6 @@
6449
6411
  "isEntry": true,
6450
6412
  "imports": [
6451
6413
  "components/pc/config-provider/context.ts",
6452
- "components/pc/config-provider/index.ts",
6453
6414
  "components/pc/hooks/use-merge-props/index.ts",
6454
6415
  "components/pc/loading/Loading.tsx",
6455
6416
  "components/pc/utils/className.ts",
@@ -6475,7 +6436,6 @@
6475
6436
  "isEntry": true,
6476
6437
  "imports": [
6477
6438
  "components/pc/config-provider/context.ts",
6478
- "components/pc/config-provider/index.ts",
6479
6439
  "components/pc/utils/className.ts",
6480
6440
  "components/pc/utils/is.ts",
6481
6441
  "components/pc/utils/names.ts"
@@ -6488,7 +6448,6 @@
6488
6448
  "isEntry": true,
6489
6449
  "imports": [
6490
6450
  "components/pc/config-provider/context.ts",
6491
- "components/pc/config-provider/index.ts",
6492
6451
  "components/pc/hooks/use-event/index.ts",
6493
6452
  "components/pc/utils/className.ts",
6494
6453
  "components/pc/utils/is.ts"
@@ -6501,7 +6460,6 @@
6501
6460
  "isEntry": true,
6502
6461
  "imports": [
6503
6462
  "components/pc/config-provider/context.ts",
6504
- "components/pc/config-provider/index.ts",
6505
6463
  "components/pc/hooks/use-event/index.ts",
6506
6464
  "components/pc/hooks/use-merge-props/index.ts",
6507
6465
  "components/pc/hooks/use-resize-observers/index.ts",
@@ -6569,7 +6527,6 @@
6569
6527
  "isEntry": true,
6570
6528
  "imports": [
6571
6529
  "components/pc/config-provider/context.ts",
6572
- "components/pc/config-provider/index.ts",
6573
6530
  "components/pc/hooks/use-merge-props/index.ts",
6574
6531
  "components/pc/skeleton/index.ts",
6575
6532
  "components/pc/statistic/interface.ts",
@@ -6614,7 +6571,6 @@
6614
6571
  "isEntry": true,
6615
6572
  "imports": [
6616
6573
  "components/pc/config-provider/context.ts",
6617
- "components/pc/config-provider/index.ts",
6618
6574
  "components/pc/hooks/use-merge-props/index.ts",
6619
6575
  "components/pc/utils/className.ts",
6620
6576
  "components/pc/utils/is.ts",
@@ -6656,7 +6612,6 @@
6656
6612
  "isEntry": true,
6657
6613
  "imports": [
6658
6614
  "components/pc/config-provider/context.ts",
6659
- "components/pc/config-provider/index.ts",
6660
6615
  "components/pc/form/context.ts",
6661
6616
  "components/pc/hooks/use-merge-props/index.ts",
6662
6617
  "components/pc/hooks/use-set-state/index.ts",
@@ -6693,7 +6648,6 @@
6693
6648
  "isEntry": true,
6694
6649
  "imports": [
6695
6650
  "components/pc/config-provider/context.ts",
6696
- "components/pc/config-provider/index.ts",
6697
6651
  "components/pc/constant/index.ts",
6698
6652
  "components/pc/hooks/use-isomorphic-layout-effect/index.ts",
6699
6653
  "components/pc/hooks/use-resize-observers/index.ts",
@@ -6850,7 +6804,6 @@
6850
6804
  "isDynamicEntry": true,
6851
6805
  "imports": [
6852
6806
  "components/pc/config-provider/context.ts",
6853
- "components/pc/config-provider/index.ts",
6854
6807
  "components/pc/table/summary/context.ts",
6855
6808
  "components/pc/utils/className.ts",
6856
6809
  "components/pc/utils/omit.ts"
@@ -6863,7 +6816,6 @@
6863
6816
  "isDynamicEntry": true,
6864
6817
  "imports": [
6865
6818
  "components/pc/config-provider/context.ts",
6866
- "components/pc/config-provider/index.ts",
6867
6819
  "components/pc/table/summary/context.ts",
6868
6820
  "components/pc/utils/className.ts"
6869
6821
  ]
@@ -6905,7 +6857,6 @@
6905
6857
  "isDynamicEntry": true,
6906
6858
  "imports": [
6907
6859
  "components/pc/config-provider/context.ts",
6908
- "components/pc/config-provider/index.ts",
6909
6860
  "components/pc/hooks/use-force-update/index.ts",
6910
6861
  "components/pc/table/constant.ts",
6911
6862
  "components/pc/table/context.ts",
@@ -6926,7 +6877,6 @@
6926
6877
  "imports": [
6927
6878
  "components/pc/checkbox/index.ts",
6928
6879
  "components/pc/config-provider/context.ts",
6929
- "components/pc/config-provider/index.ts",
6930
6880
  "components/pc/constant/index.ts",
6931
6881
  "components/pc/radio/index.ts",
6932
6882
  "components/pc/table/constant.ts",
@@ -6970,7 +6920,6 @@
6970
6920
  "isDynamicEntry": true,
6971
6921
  "imports": [
6972
6922
  "components/pc/config-provider/context.ts",
6973
- "components/pc/config-provider/index.ts",
6974
6923
  "components/pc/table/constant.ts",
6975
6924
  "components/pc/utils/className.ts",
6976
6925
  "components/pc/utils/dom.ts",
@@ -6986,7 +6935,6 @@
6986
6935
  "components/pc/button/index.ts",
6987
6936
  "components/pc/checkbox/index.ts",
6988
6937
  "components/pc/config-provider/context.ts",
6989
- "components/pc/config-provider/index.ts",
6990
6938
  "components/pc/hooks/use-controllable-value/index.ts",
6991
6939
  "components/pc/radio/Radio.tsx",
6992
6940
  "components/pc/space/index.ts",
@@ -7006,7 +6954,6 @@
7006
6954
  "imports": [
7007
6955
  "components/pc/checkbox/index.ts",
7008
6956
  "components/pc/config-provider/context.ts",
7009
- "components/pc/config-provider/index.ts",
7010
6957
  "components/pc/table/constant.ts",
7011
6958
  "components/pc/table/context.ts",
7012
6959
  "components/pc/table/hook/useComponent.ts",
@@ -7031,7 +6978,6 @@
7031
6978
  "isEntry": true,
7032
6979
  "imports": [
7033
6980
  "components/pc/config-provider/context.ts",
7034
- "components/pc/config-provider/index.ts",
7035
6981
  "components/pc/tabs/context.ts",
7036
6982
  "components/pc/utils/className.ts",
7037
6983
  "components/pc/utils/is.ts"
@@ -7044,7 +6990,6 @@
7044
6990
  "isEntry": true,
7045
6991
  "imports": [
7046
6992
  "components/pc/config-provider/context.ts",
7047
- "components/pc/config-provider/index.ts",
7048
6993
  "components/pc/tabs/context.ts",
7049
6994
  "components/pc/utils/className.ts",
7050
6995
  "components/pc/utils/names.ts",
@@ -7058,7 +7003,6 @@
7058
7003
  "isEntry": true,
7059
7004
  "imports": [
7060
7005
  "components/pc/config-provider/context.ts",
7061
- "components/pc/config-provider/index.ts",
7062
7006
  "components/pc/hooks/use-controllable-value/index.ts",
7063
7007
  "components/pc/hooks/use-id/index.ts",
7064
7008
  "components/pc/hooks/use-merge-props/index.ts",
@@ -7132,7 +7076,7 @@
7132
7076
  "components/pc/tabs/utils.ts",
7133
7077
  "components/pc/utils/className.ts",
7134
7078
  "components/pc/utils/is.ts",
7135
- "components/pc/utils/throttleByRaf.ts"
7079
+ "components/pc/utils/throttleByRequestAnimationFrame.ts"
7136
7080
  ]
7137
7081
  },
7138
7082
  "components/pc/tabs/tab-header/TabNavIcon.tsx": {
@@ -7168,7 +7112,6 @@
7168
7112
  "isDynamicEntry": true,
7169
7113
  "imports": [
7170
7114
  "components/pc/config-provider/context.ts",
7171
- "components/pc/config-provider/index.ts",
7172
7115
  "components/pc/hooks/use-resize-observers/index.ts",
7173
7116
  "components/pc/icon-hover/index.ts",
7174
7117
  "components/pc/tabs/context.ts",
@@ -7201,7 +7144,6 @@
7201
7144
  "isEntry": true,
7202
7145
  "imports": [
7203
7146
  "components/pc/config-provider/context.ts",
7204
- "components/pc/config-provider/index.ts",
7205
7147
  "components/pc/hooks/use-keyboard-event/index.ts",
7206
7148
  "components/pc/hooks/use-merge-props/index.ts",
7207
7149
  "components/pc/icon-hover/index.ts",
@@ -7237,7 +7179,6 @@
7237
7179
  "isEntry": true,
7238
7180
  "imports": [
7239
7181
  "components/pc/config-provider/context.ts",
7240
- "components/pc/config-provider/index.ts",
7241
7182
  "components/pc/form/context.ts",
7242
7183
  "components/pc/hooks/use-merge-props/index.ts",
7243
7184
  "components/pc/hooks/use-previous/index.ts",
@@ -7272,7 +7213,6 @@
7272
7213
  "imports": [
7273
7214
  "components/pc/button/index.ts",
7274
7215
  "components/pc/config-provider/context.ts",
7275
- "components/pc/config-provider/index.ts",
7276
7216
  "components/pc/time-picker/TimeColumn.tsx",
7277
7217
  "components/pc/time-picker/context.ts",
7278
7218
  "components/pc/time-picker/utils.ts",
@@ -7341,7 +7281,6 @@
7341
7281
  "isEntry": true,
7342
7282
  "imports": [
7343
7283
  "components/pc/config-provider/context.ts",
7344
- "components/pc/config-provider/index.ts",
7345
7284
  "components/pc/hooks/use-merge-props/index.ts",
7346
7285
  "components/pc/utils/className.ts",
7347
7286
  "components/pc/utils/names.ts"
@@ -7354,7 +7293,6 @@
7354
7293
  "isEntry": true,
7355
7294
  "imports": [
7356
7295
  "components/pc/config-provider/context.ts",
7357
- "components/pc/config-provider/index.ts",
7358
7296
  "components/pc/hooks/use-merge-props/index.ts",
7359
7297
  "components/pc/spin/index.ts",
7360
7298
  "components/pc/timeline/Item.tsx",
@@ -7380,7 +7318,6 @@
7380
7318
  "isEntry": true,
7381
7319
  "imports": [
7382
7320
  "components/pc/config-provider/context.ts",
7383
- "components/pc/config-provider/index.ts",
7384
7321
  "components/pc/hooks/use-merge-props/index.ts",
7385
7322
  "components/pc/utils/className.ts",
7386
7323
  "components/pc/utils/names.ts"
@@ -7423,7 +7360,6 @@
7423
7360
  "isEntry": true,
7424
7361
  "imports": [
7425
7362
  "components/pc/config-provider/context.ts",
7426
- "components/pc/config-provider/index.ts",
7427
7363
  "components/pc/hooks/use-merge-props/index.ts",
7428
7364
  "components/pc/trigger/index.ts",
7429
7365
  "components/pc/trigger/utils.ts",
@@ -7452,7 +7388,7 @@
7452
7388
  "imports": [
7453
7389
  "components/pc/button/index.ts",
7454
7390
  "components/pc/config-provider/context.ts",
7455
- "components/pc/config-provider/index.ts",
7391
+ "components/pc/flex/index.ts",
7456
7392
  "components/pc/hooks/use-controllable-value/index.ts",
7457
7393
  "components/pc/hooks/use-intersection-observers/index.ts",
7458
7394
  "components/pc/hooks/use-merge-props/index.ts",
@@ -7460,7 +7396,7 @@
7460
7396
  "components/pc/hooks/use-resize-observers/index.ts",
7461
7397
  "components/pc/hooks/use-set-state/index.ts",
7462
7398
  "components/pc/icon-hover/index.ts",
7463
- "components/pc/space/index.ts",
7399
+ "components/pc/popover/index.ts",
7464
7400
  "components/pc/utils/className.ts",
7465
7401
  "components/pc/utils/dom.ts",
7466
7402
  "components/pc/utils/findRootElement.ts",
@@ -7500,7 +7436,6 @@
7500
7436
  "components/pc/button/index.ts",
7501
7437
  "components/pc/checkbox/index.ts",
7502
7438
  "components/pc/config-provider/context.ts",
7503
- "components/pc/config-provider/index.ts",
7504
7439
  "components/pc/form/context.ts",
7505
7440
  "components/pc/hooks/use-keyboard-event/index.ts",
7506
7441
  "components/pc/icon-hover/index.ts",
@@ -7519,7 +7454,6 @@
7519
7454
  "imports": [
7520
7455
  "components/pc/button/index.ts",
7521
7456
  "components/pc/config-provider/context.ts",
7522
- "components/pc/config-provider/index.ts",
7523
7457
  "components/pc/form/context.ts",
7524
7458
  "components/pc/hooks/use-controllable-value/index.ts",
7525
7459
  "components/pc/hooks/use-merge-props/index.ts",
@@ -7566,7 +7500,6 @@
7566
7500
  "isEntry": true,
7567
7501
  "imports": [
7568
7502
  "components/pc/config-provider/context.ts",
7569
- "components/pc/config-provider/index.ts",
7570
7503
  "components/pc/form/context.ts",
7571
7504
  "components/pc/hooks/use-controllable-value/index.ts",
7572
7505
  "components/pc/hooks/use-id/index.ts",
@@ -7595,7 +7528,6 @@
7595
7528
  "isDynamicEntry": true,
7596
7529
  "imports": [
7597
7530
  "components/pc/config-provider/context.ts",
7598
- "components/pc/config-provider/index.ts",
7599
7531
  "components/pc/hooks/use-force-update/index.ts",
7600
7532
  "components/pc/hooks/use-update-effect/index.ts",
7601
7533
  "components/pc/tree-select/utils.ts",
@@ -7659,6 +7591,9 @@
7659
7591
  "components/pc/transition/index.ts",
7660
7592
  "components/pc/tree/Node.tsx",
7661
7593
  "components/pc/tree/context.ts",
7594
+ "components/pc/utils/css.ts",
7595
+ "components/pc/utils/dom.ts",
7596
+ "components/pc/utils/findRootElement.ts",
7662
7597
  "components/pc/utils/is.ts",
7663
7598
  "components/pc/virtual-list/index.ts"
7664
7599
  ]
@@ -7671,7 +7606,7 @@
7671
7606
  "imports": [
7672
7607
  "components/pc/checkbox/index.ts",
7673
7608
  "components/pc/config-provider/context.ts",
7674
- "components/pc/config-provider/index.ts",
7609
+ "components/pc/hooks/use-memoized-fn/index.ts",
7675
7610
  "components/pc/icon-hover/index.ts",
7676
7611
  "components/pc/tree/Animation.tsx",
7677
7612
  "components/pc/tree/context.ts",
@@ -7679,7 +7614,7 @@
7679
7614
  "components/pc/utils/className.ts",
7680
7615
  "components/pc/utils/is.ts",
7681
7616
  "components/pc/utils/names.ts",
7682
- "components/pc/utils/throttleByRaf.ts"
7617
+ "components/pc/utils/throttleByRequestAnimationFrame.ts"
7683
7618
  ]
7684
7619
  },
7685
7620
  "components/pc/tree/NodeList.tsx": {
@@ -7688,6 +7623,7 @@
7688
7623
  "src": "components/pc/tree/NodeList.tsx",
7689
7624
  "isEntry": true,
7690
7625
  "imports": [
7626
+ "components/pc/config-provider/context.ts",
7691
7627
  "components/pc/tree/Node.tsx",
7692
7628
  "components/pc/utils/is.ts",
7693
7629
  "components/pc/virtual-list/index.ts"
@@ -7700,8 +7636,8 @@
7700
7636
  "isEntry": true,
7701
7637
  "imports": [
7702
7638
  "components/pc/config-provider/context.ts",
7703
- "components/pc/config-provider/index.ts",
7704
7639
  "components/pc/constant/index.ts",
7640
+ "components/pc/hooks/use-memoized-fn/index.ts",
7705
7641
  "components/pc/hooks/use-merge-props/index.ts",
7706
7642
  "components/pc/tree/Node.tsx",
7707
7643
  "components/pc/tree/NodeList.tsx",
@@ -7709,6 +7645,7 @@
7709
7645
  "components/pc/tree/utils.ts",
7710
7646
  "components/pc/utils/className.ts",
7711
7647
  "components/pc/utils/is.ts",
7648
+ "components/pc/utils/lodash.ts",
7712
7649
  "components/pc/utils/names.ts",
7713
7650
  "components/pc/utils/pick.ts"
7714
7651
  ]
@@ -7725,7 +7662,6 @@
7725
7662
  "src": "components/pc/tree/index.ts",
7726
7663
  "isEntry": true,
7727
7664
  "imports": [
7728
- "components/pc/tree/Animation.tsx",
7729
7665
  "components/pc/tree/Node.tsx",
7730
7666
  "components/pc/tree/NodeList.tsx",
7731
7667
  "components/pc/tree/Tree.tsx",
@@ -7747,7 +7683,6 @@
7747
7683
  "isEntry": true,
7748
7684
  "imports": [
7749
7685
  "components/pc/config-provider/context.ts",
7750
- "components/pc/config-provider/index.ts",
7751
7686
  "components/pc/hooks/use-latest/index.ts",
7752
7687
  "components/pc/hooks/use-merge-props/index.ts",
7753
7688
  "components/pc/hooks/use-persist-callback/index.ts",
@@ -7766,7 +7701,7 @@
7766
7701
  "components/pc/utils/names.ts",
7767
7702
  "components/pc/utils/pick.ts",
7768
7703
  "components/pc/utils/ref.ts",
7769
- "components/pc/utils/throttleByRaf.ts"
7704
+ "components/pc/utils/throttleByRequestAnimationFrame.ts"
7770
7705
  ]
7771
7706
  },
7772
7707
  "components/pc/trigger/getPopupStyle.ts": {
@@ -7808,7 +7743,6 @@
7808
7743
  "isEntry": true,
7809
7744
  "imports": [
7810
7745
  "components/pc/config-provider/context.ts",
7811
- "components/pc/config-provider/index.ts",
7812
7746
  "components/pc/hooks/use-controllable-value/index.ts",
7813
7747
  "components/pc/hooks/use-resize-observers/index.ts",
7814
7748
  "components/pc/hooks/use-update-effect/index.ts",
@@ -7822,7 +7756,7 @@
7822
7756
  "components/pc/utils/is.ts",
7823
7757
  "components/pc/utils/mergedToString.ts",
7824
7758
  "components/pc/utils/omit.ts",
7825
- "components/pc/utils/throttleByRaf2.ts"
7759
+ "components/pc/utils/throttleByRequestAnimationFrame.ts"
7826
7760
  ]
7827
7761
  },
7828
7762
  "components/pc/typography/EditContent.tsx": {
@@ -7845,7 +7779,6 @@
7845
7779
  "isEntry": true,
7846
7780
  "imports": [
7847
7781
  "components/pc/config-provider/context.ts",
7848
- "components/pc/config-provider/index.ts",
7849
7782
  "components/pc/copy/index.ts",
7850
7783
  "components/pc/hooks/use-controllable-value/index.ts",
7851
7784
  "components/pc/hooks/use-merge-props/index.ts",
@@ -7854,7 +7787,7 @@
7854
7787
  "components/pc/utils/className.ts",
7855
7788
  "components/pc/utils/is.ts",
7856
7789
  "components/pc/utils/mergedToString.ts",
7857
- "components/pc/utils/throttleByRaf.ts"
7790
+ "components/pc/utils/throttleByRequestAnimationFrame.ts"
7858
7791
  ]
7859
7792
  },
7860
7793
  "components/pc/typography/Operations.tsx": {
@@ -7877,7 +7810,6 @@
7877
7810
  "isEntry": true,
7878
7811
  "imports": [
7879
7812
  "components/pc/config-provider/context.ts",
7880
- "components/pc/config-provider/index.ts",
7881
7813
  "components/pc/typography/Base.tsx",
7882
7814
  "components/pc/utils/className.ts",
7883
7815
  "components/pc/utils/names.ts"
@@ -7910,7 +7842,6 @@
7910
7842
  "isEntry": true,
7911
7843
  "imports": [
7912
7844
  "components/pc/config-provider/context.ts",
7913
- "components/pc/config-provider/index.ts",
7914
7845
  "components/pc/utils/className.ts",
7915
7846
  "components/pc/utils/names.ts"
7916
7847
  ]
@@ -7951,7 +7882,7 @@
7951
7882
  "components/pc/hooks/use-isomorphic-layout-effect/index.ts",
7952
7883
  "components/pc/hooks/use-update-effect/index.ts",
7953
7884
  "components/pc/utils/is.ts",
7954
- "components/pc/utils/throttleByRaf.ts"
7885
+ "components/pc/utils/throttleByRequestAnimationFrame.ts"
7955
7886
  ]
7956
7887
  },
7957
7888
  "components/pc/upload/TriggerNode.tsx": {
@@ -7962,7 +7893,6 @@
7962
7893
  "imports": [
7963
7894
  "components/pc/button/index.ts",
7964
7895
  "components/pc/config-provider/context.ts",
7965
- "components/pc/config-provider/index.ts",
7966
7896
  "components/pc/hooks/use-keyboard-event/index.ts",
7967
7897
  "components/pc/upload/utils.ts",
7968
7898
  "components/pc/utils/className.ts",
@@ -7976,7 +7906,6 @@
7976
7906
  "isEntry": true,
7977
7907
  "imports": [
7978
7908
  "components/pc/config-provider/context.ts",
7979
- "components/pc/config-provider/index.ts",
7980
7909
  "components/pc/form/context.ts",
7981
7910
  "components/pc/hooks/use-latest/index.ts",
7982
7911
  "components/pc/hooks/use-merge-props/index.ts",
@@ -7998,7 +7927,6 @@
7998
7927
  "isEntry": true,
7999
7928
  "imports": [
8000
7929
  "components/pc/config-provider/context.ts",
8001
- "components/pc/config-provider/index.ts",
8002
7930
  "components/pc/hooks/use-latest/index.ts",
8003
7931
  "components/pc/upload/TriggerNode.tsx",
8004
7932
  "components/pc/upload/constant.ts",
@@ -8069,7 +7997,6 @@
8069
7997
  "isDynamicEntry": true,
8070
7998
  "imports": [
8071
7999
  "components/pc/config-provider/context.ts",
8072
- "components/pc/config-provider/index.ts",
8073
8000
  "components/pc/hooks/use-keyboard-event/index.ts",
8074
8001
  "components/pc/progress/index.ts",
8075
8002
  "components/pc/tooltip/index.ts",
@@ -8085,7 +8012,6 @@
8085
8012
  "isDynamicEntry": true,
8086
8013
  "imports": [
8087
8014
  "components/pc/config-provider/context.ts",
8088
- "components/pc/config-provider/index.ts",
8089
8015
  "components/pc/form/context.ts",
8090
8016
  "components/pc/image/ImagePreviewGroup.tsx",
8091
8017
  "components/pc/upload/list/PictureItem.tsx",
@@ -8161,8 +8087,7 @@
8161
8087
  "src": "components/pc/utils/contextHolder.ts",
8162
8088
  "isEntry": true,
8163
8089
  "imports": [
8164
- "components/pc/config-provider/context.ts",
8165
- "components/pc/config-provider/index.ts"
8090
+ "components/pc/config-provider/context.ts"
8166
8091
  ]
8167
8092
  },
8168
8093
  "components/pc/utils/copy.ts": {
@@ -8171,6 +8096,24 @@
8171
8096
  "src": "components/pc/utils/copy.ts",
8172
8097
  "isEntry": true
8173
8098
  },
8099
+ "components/pc/utils/createGlobalConfigFunction.ts": {
8100
+ "file": "utils/createGlobalConfigFunction.js",
8101
+ "name": "utils/createGlobalConfigFunction",
8102
+ "src": "components/pc/utils/createGlobalConfigFunction.ts",
8103
+ "isEntry": true,
8104
+ "imports": [
8105
+ "components/pc/utils/is.ts"
8106
+ ]
8107
+ },
8108
+ "components/pc/utils/css.ts": {
8109
+ "file": "utils/css.js",
8110
+ "name": "utils/css",
8111
+ "src": "components/pc/utils/css.ts",
8112
+ "isEntry": true,
8113
+ "imports": [
8114
+ "rolldown/runtime.js"
8115
+ ]
8116
+ },
8174
8117
  "components/pc/utils/date.ts": {
8175
8118
  "file": "utils/date.js",
8176
8119
  "name": "utils/date",
@@ -8299,6 +8242,7 @@
8299
8242
  "components/pc/utils/constant.ts",
8300
8243
  "components/pc/utils/contextHolder.ts",
8301
8244
  "components/pc/utils/copy.ts",
8245
+ "components/pc/utils/css.ts",
8302
8246
  "components/pc/utils/date.ts",
8303
8247
  "components/pc/utils/dayjs.ts",
8304
8248
  "components/pc/utils/dom.ts",
@@ -8342,7 +8286,7 @@
8342
8286
  "components/pc/utils/setTheme.ts",
8343
8287
  "components/pc/utils/string.ts",
8344
8288
  "components/pc/utils/style.ts",
8345
- "components/pc/utils/throttleByRaf.ts",
8289
+ "components/pc/utils/throttleByRequestAnimationFrame.ts",
8346
8290
  "components/pc/utils/tinycolor.ts",
8347
8291
  "components/pc/utils/toArray.ts",
8348
8292
  "components/pc/utils/tree.ts",
@@ -8443,7 +8387,10 @@
8443
8387
  "file": "utils/pinyin.js",
8444
8388
  "name": "utils/pinyin",
8445
8389
  "src": "components/pc/utils/pinyin.ts",
8446
- "isEntry": true
8390
+ "isEntry": true,
8391
+ "imports": [
8392
+ "rolldown/runtime.js"
8393
+ ]
8447
8394
  },
8448
8395
  "components/pc/utils/react19Adapter.ts": {
8449
8396
  "file": "utils/react19Adapter.js",
@@ -8527,16 +8474,10 @@
8527
8474
  "src": "components/pc/utils/style.ts",
8528
8475
  "isEntry": true
8529
8476
  },
8530
- "components/pc/utils/throttleByRaf.ts": {
8531
- "file": "utils/throttleByRaf.js",
8532
- "name": "utils/throttleByRaf",
8533
- "src": "components/pc/utils/throttleByRaf.ts",
8534
- "isEntry": true
8535
- },
8536
- "components/pc/utils/throttleByRaf2.ts": {
8537
- "file": "utils/throttleByRaf2.js",
8538
- "name": "utils/throttleByRaf2",
8539
- "src": "components/pc/utils/throttleByRaf2.ts",
8477
+ "components/pc/utils/throttleByRequestAnimationFrame.ts": {
8478
+ "file": "utils/throttleByRequestAnimationFrame.js",
8479
+ "name": "utils/throttleByRequestAnimationFrame",
8480
+ "src": "components/pc/utils/throttleByRequestAnimationFrame.ts",
8540
8481
  "isEntry": true
8541
8482
  },
8542
8483
  "components/pc/utils/tinycolor.ts": {
@@ -8591,7 +8532,6 @@
8591
8532
  "isEntry": true,
8592
8533
  "imports": [
8593
8534
  "components/pc/config-provider/context.ts",
8594
- "components/pc/config-provider/index.ts",
8595
8535
  "components/pc/form/context.ts",
8596
8536
  "components/pc/hooks/use-merge-props/index.ts",
8597
8537
  "components/pc/hooks/use-verification-code/index.ts",
@@ -8634,7 +8574,6 @@
8634
8574
  "isEntry": true,
8635
8575
  "imports": [
8636
8576
  "components/pc/config-provider/context.ts",
8637
- "components/pc/config-provider/index.ts",
8638
8577
  "components/pc/hooks/use-is-first-render/index.ts",
8639
8578
  "components/pc/hooks/use-isomorphic-layout-effect/index.ts",
8640
8579
  "components/pc/hooks/use-previous/index.ts",
@@ -8718,7 +8657,6 @@
8718
8657
  "isEntry": true,
8719
8658
  "imports": [
8720
8659
  "components/pc/config-provider/context.ts",
8721
- "components/pc/config-provider/index.ts",
8722
8660
  "components/pc/hooks/use-merge-props/index.ts",
8723
8661
  "components/pc/hooks/use-watermark/index.ts",
8724
8662
  "components/pc/utils/className.ts"