@unicom-cloud/ui 0.8.159 → 0.8.160

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 (819) hide show
  1. package/.virtual/_rolldown/runtime.js +1 -1
  2. package/.vite/manifest.json +466 -181
  3. package/affix/Affix.js +35 -34
  4. package/affix/index.d.ts +3 -1
  5. package/affix/index.js +5 -4
  6. package/alert/Alert.js +35 -34
  7. package/alert/index.d.ts +3 -1
  8. package/alert/index.js +5 -4
  9. package/anchor/Anchor.js +40 -39
  10. package/anchor/Link.js +19 -18
  11. package/anchor/context.js +1 -1
  12. package/anchor/index.d.ts +1 -0
  13. package/anchor/index.js +10 -6
  14. package/anchor/utils.js +1 -1
  15. package/app/App.js +13 -12
  16. package/app/context.js +1 -1
  17. package/app/index.js +10 -6
  18. package/app/useApp.js +1 -1
  19. package/auto-complete/AutoComplete.js +55 -54
  20. package/auto-complete/index.d.ts +1 -0
  21. package/auto-complete/index.js +10 -8
  22. package/avatar/Avatar.js +24 -23
  23. package/avatar/Group.js +22 -21
  24. package/avatar/context.js +1 -1
  25. package/avatar/index.d.ts +1 -0
  26. package/avatar/index.js +10 -6
  27. package/back-top/BackTop.js +25 -24
  28. package/back-top/index.d.ts +3 -1
  29. package/back-top/index.js +5 -4
  30. package/badge/Badge.js +31 -30
  31. package/badge/Count.js +1 -1
  32. package/badge/index.d.ts +1 -0
  33. package/badge/index.js +10 -6
  34. package/badge/utils.js +1 -1
  35. package/border-beam/BorderBeam.d.ts +4 -0
  36. package/border-beam/BorderBeam.js +27 -0
  37. package/border-beam/index.d.ts +6 -0
  38. package/border-beam/index.js +13 -0
  39. package/border-beam/interface.d.ts +6 -0
  40. package/breadcrumb/Breadcrumb.js +29 -28
  41. package/breadcrumb/Item.js +16 -15
  42. package/breadcrumb/context.js +1 -1
  43. package/breadcrumb/index.d.ts +1 -0
  44. package/breadcrumb/index.js +10 -6
  45. package/button/Button.js +24 -23
  46. package/button/Group.js +12 -11
  47. package/button/Toggle.js +15 -14
  48. package/button/index.d.ts +1 -0
  49. package/button/index.js +10 -8
  50. package/calendar/Calendar.js +27 -26
  51. package/calendar/Month.js +1 -1
  52. package/calendar/WeekList.js +1 -1
  53. package/calendar/Year.js +1 -1
  54. package/calendar/header/Panel.js +1 -1
  55. package/calendar/header/index.js +1 -1
  56. package/calendar/hook/useCellClassName.js +1 -1
  57. package/calendar/index.d.ts +1 -0
  58. package/calendar/index.js +10 -8
  59. package/card/Card.js +28 -27
  60. package/card/Grid.js +12 -11
  61. package/card/Meta.js +17 -16
  62. package/card/index.d.ts +1 -0
  63. package/card/index.js +10 -8
  64. package/carousel/Arrow.js +1 -1
  65. package/carousel/Carousel.js +28 -27
  66. package/carousel/Indicator.js +1 -1
  67. package/carousel/index.d.ts +3 -1
  68. package/carousel/index.js +5 -4
  69. package/cascader/Cascader.js +130 -130
  70. package/cascader/base/node.js +1 -1
  71. package/cascader/base/store.js +1 -1
  72. package/cascader/hook/useRefCurrent.js +1 -1
  73. package/cascader/index.d.ts +3 -1
  74. package/cascader/index.js +5 -4
  75. package/cascader/panel/List.js +1 -1
  76. package/cascader/panel/Option.js +1 -1
  77. package/cascader/panel/Search.d.ts +1 -1
  78. package/cascader/panel/Search.js +62 -58
  79. package/cascader/utils.js +1 -1
  80. package/checkbox/Checkbox.js +30 -29
  81. package/checkbox/Group.js +20 -19
  82. package/checkbox/GroupBlock.js +26 -25
  83. package/checkbox/context.js +1 -1
  84. package/checkbox/index.d.ts +1 -0
  85. package/checkbox/index.js +13 -11
  86. package/checkbox/useCheckbox.js +1 -1
  87. package/collapse/Collapse.js +37 -36
  88. package/collapse/Item.js +29 -28
  89. package/collapse/context.js +1 -1
  90. package/collapse/index.d.ts +1 -0
  91. package/collapse/index.js +10 -6
  92. package/collapse/utils.js +1 -1
  93. package/color-picker/ColorPicker.js +35 -34
  94. package/color-picker/ControlBar.js +1 -1
  95. package/color-picker/InputAlpha.js +1 -1
  96. package/color-picker/InputHex.js +1 -1
  97. package/color-picker/InputRgb.js +1 -1
  98. package/color-picker/Mode.js +1 -1
  99. package/color-picker/Palette.js +1 -1
  100. package/color-picker/Panel.js +100 -104
  101. package/color-picker/colors.js +1 -1
  102. package/color-picker/hooks/useColorPicker.d.ts +1 -1
  103. package/color-picker/hooks/useColorPicker.js +1 -1
  104. package/color-picker/hooks/useControlBlock.js +1 -1
  105. package/color-picker/index.js +18 -16
  106. package/color-picker/interface.js +1 -1
  107. package/color-picker/utils.d.ts +1 -1
  108. package/color-picker/utils.js +1 -1
  109. package/comment/Comment.js +27 -26
  110. package/comment/index.d.ts +3 -1
  111. package/comment/index.js +5 -4
  112. package/config-provider/ConfigProvider.js +26 -25
  113. package/config-provider/context.js +1 -1
  114. package/config-provider/index.d.ts +1 -0
  115. package/config-provider/index.js +9 -5
  116. package/config-provider/initUI.js +1 -1
  117. package/config-provider/interface.d.ts +2 -0
  118. package/config-provider/useConfigProvider.d.ts +0 -3
  119. package/config-provider/useConfigProvider.js +1 -2
  120. package/config-provider/utils.js +1 -1
  121. package/constant/index.js +1 -1
  122. package/copy/Copy.js +25 -24
  123. package/copy/index.d.ts +3 -1
  124. package/copy/index.js +5 -4
  125. package/countdown/Countdown.js +26 -25
  126. package/countdown/index.d.ts +3 -1
  127. package/countdown/index.js +5 -4
  128. package/countdown/utils.js +1 -1
  129. package/date-picker/DatePicker.d.ts +1 -1
  130. package/date-picker/DatePicker.js +29 -27
  131. package/date-picker/DatePickerRange.js +222 -221
  132. package/date-picker/Picker.js +1 -1
  133. package/date-picker/context.js +1 -1
  134. package/date-picker/hook/useCellClassName.js +1 -1
  135. package/date-picker/index.d.ts +1 -0
  136. package/date-picker/index.js +14 -12
  137. package/date-picker/panel/Body.js +1 -1
  138. package/date-picker/panel/Footer.js +1 -1
  139. package/date-picker/panel/Header.js +1 -1
  140. package/date-picker/panel/Shortcut.js +1 -1
  141. package/date-picker/panel/WeekList.js +1 -1
  142. package/date-picker/panel/date/index.js +1 -1
  143. package/date-picker/panel/month/index.js +1 -1
  144. package/date-picker/panel/quarter/index.js +1 -1
  145. package/date-picker/panel/range/index.js +1 -1
  146. package/date-picker/panel/week/index.js +1 -1
  147. package/date-picker/panel/year/index.js +1 -1
  148. package/date-picker/utils.js +1 -1
  149. package/descriptions/Descriptions.js +37 -36
  150. package/descriptions/index.d.ts +3 -1
  151. package/descriptions/index.js +5 -4
  152. package/details/Details.js +33 -32
  153. package/details/index.d.ts +3 -1
  154. package/details/index.js +5 -4
  155. package/development/Development.js +1 -1
  156. package/development/index.d.ts +3 -1
  157. package/development/index.js +5 -4
  158. package/divider/Divider.js +19 -18
  159. package/divider/index.d.ts +1 -0
  160. package/divider/index.js +8 -4
  161. package/draggable/Draggable.js +1 -1
  162. package/draggable/Item.js +1 -1
  163. package/draggable/index.d.ts +1 -0
  164. package/draggable/index.js +9 -5
  165. package/draw/Draw.js +18 -17
  166. package/draw/constant.js +1 -1
  167. package/draw/index.d.ts +1 -0
  168. package/draw/index.js +8 -4
  169. package/drawer/Drawer.js +138 -137
  170. package/drawer/index.d.ts +3 -1
  171. package/drawer/index.js +5 -4
  172. package/dropdown/Button.js +21 -20
  173. package/dropdown/Dropdown.js +30 -29
  174. package/dropdown/index.d.ts +1 -0
  175. package/dropdown/index.js +9 -5
  176. package/empty/Empty.js +14 -13
  177. package/empty/index.d.ts +3 -1
  178. package/empty/index.js +5 -4
  179. package/flex/Flex.js +19 -18
  180. package/flex/index.d.ts +1 -0
  181. package/flex/index.js +8 -4
  182. package/form/Control.js +1 -1
  183. package/form/Form.js +46 -45
  184. package/form/FormControl.js +119 -118
  185. package/form/FormItem.js +98 -97
  186. package/form/FormItemLabel.js +1 -1
  187. package/form/FormItemTip.js +19 -18
  188. package/form/FormLabelSymbol.js +1 -1
  189. package/form/FormList.js +36 -35
  190. package/form/FormProvider.js +1 -1
  191. package/form/constant.js +1 -1
  192. package/form/context.js +1 -1
  193. package/form/hook/useForm.js +1 -1
  194. package/form/hook/useFormContext.js +1 -1
  195. package/form/hook/useFormState.js +1 -1
  196. package/form/hook/useWatch.js +1 -1
  197. package/form/index.d.ts +1 -0
  198. package/form/index.js +35 -33
  199. package/form/interface.js +1 -1
  200. package/form/promisify.js +1 -1
  201. package/form/store.js +1 -1
  202. package/form/utils.js +1 -1
  203. package/global-provider/GlobalProvider.js +13 -12
  204. package/global-provider/context.js +1 -1
  205. package/global-provider/index.d.ts +1 -0
  206. package/global-provider/index.js +9 -7
  207. package/grid/Grid.js +20 -19
  208. package/grid/Item.js +16 -15
  209. package/grid/context.js +1 -1
  210. package/grid/index.d.ts +2 -0
  211. package/grid/index.js +14 -12
  212. package/grid/utils.js +1 -1
  213. package/hooks/index.js +1 -1
  214. package/hooks/use-breakpoint/index.js +1 -1
  215. package/hooks/use-computed-state/index.js +1 -1
  216. package/hooks/use-controllable-value/index.js +1 -1
  217. package/hooks/use-create/index.js +1 -1
  218. package/hooks/use-creation/index.js +1 -1
  219. package/hooks/use-effect-event/index.js +1 -1
  220. package/hooks/use-event/index.js +1 -1
  221. package/hooks/use-event-listener/index.js +1 -1
  222. package/hooks/use-force-update/index.js +1 -1
  223. package/hooks/use-fullscreen/index.js +1 -1
  224. package/hooks/use-id/index.js +1 -1
  225. package/hooks/use-intersection-observer/index.js +1 -1
  226. package/hooks/use-intersection-observers/index.js +1 -1
  227. package/hooks/use-interval/index.js +1 -1
  228. package/hooks/use-is-first-render/index.js +1 -1
  229. package/hooks/use-isomorphic-layout-effect/index.js +1 -1
  230. package/hooks/use-keyboard-event/index.js +1 -1
  231. package/hooks/use-latest/index.js +1 -1
  232. package/hooks/use-listen-window-resize/index.js +1 -1
  233. package/hooks/use-media/index.js +1 -1
  234. package/hooks/use-memoized-fn/index.js +1 -1
  235. package/hooks/use-merge-props/index.js +1 -1
  236. package/hooks/use-move/index.js +1 -1
  237. package/hooks/use-mutation-observers/index.js +1 -1
  238. package/hooks/use-online-status/index.js +1 -1
  239. package/hooks/use-overflow-hidden/index.js +1 -1
  240. package/hooks/use-override-ref/index.js +1 -1
  241. package/hooks/use-persist-callback/index.js +1 -1
  242. package/hooks/use-prefers-color-scheme-dark/index.js +1 -1
  243. package/hooks/use-previous/index.js +1 -1
  244. package/hooks/use-refs/index.js +1 -1
  245. package/hooks/use-resize-observer/index.js +1 -1
  246. package/hooks/use-resize-observers/index.js +1 -1
  247. package/hooks/use-responsive-state/index.js +1 -1
  248. package/hooks/use-set-state/index.js +1 -1
  249. package/hooks/use-state-callback/index.js +1 -1
  250. package/hooks/use-state-with-promise/index.js +1 -1
  251. package/hooks/use-update-effect/index.js +1 -1
  252. package/hooks/use-update-layout-effect/index.js +1 -1
  253. package/hooks/use-verification-code/index.js +1 -1
  254. package/hooks/use-watch/index.js +1 -1
  255. package/hooks/use-watermark/index.js +1 -1
  256. package/hooks/use-watermark/utils.js +1 -1
  257. package/hooks/use-window-size/index.js +1 -1
  258. package/hooks/useUnmountOnExit.js +1 -1
  259. package/icon/Icon.js +16 -17
  260. package/icon/addIconFromCdn.js +1 -1
  261. package/icon/index.js +11 -9
  262. package/icon-hover/IconHover.js +15 -13
  263. package/icon-hover/index.d.ts +3 -1
  264. package/icon-hover/index.js +5 -4
  265. package/icons/file/File.js +13 -12
  266. package/icons/file/index.js +1 -1
  267. package/icons.js +1 -1
  268. package/image/Image.js +19 -18
  269. package/image/ImageFooter.js +1 -1
  270. package/image/ImagePreview.js +56 -55
  271. package/image/ImagePreviewArrow.js +1 -1
  272. package/image/ImagePreviewGroup.js +62 -61
  273. package/image/ImagePreviewToolbar.js +1 -1
  274. package/image/TriggerForToolbar.js +2 -2
  275. package/image/context.js +1 -1
  276. package/image/index.d.ts +1 -0
  277. package/image/index.js +11 -9
  278. package/image/utils/getFixTranslate.js +1 -1
  279. package/image/utils/getScale.js +1 -1
  280. package/image/utils/hook/useImageStatus.js +1 -1
  281. package/image/utils/hook/useShowFooter.js +1 -1
  282. package/index.d.ts +2 -0
  283. package/index.js +955 -946
  284. package/input/Button.js +20 -19
  285. package/input/Group.js +12 -11
  286. package/input/Input.js +34 -33
  287. package/input/InputComponent.js +98 -97
  288. package/input/Password.js +23 -22
  289. package/input/Search.js +24 -23
  290. package/input/Textarea.js +67 -66
  291. package/input/autoSizeTextareaHeight.js +1 -1
  292. package/input/index.d.ts +7 -2
  293. package/input/index.js +23 -21
  294. package/input/useComposition.js +1 -1
  295. package/input/utils.js +1 -1
  296. package/input-number/InputNumber.js +52 -51
  297. package/input-number/decimal.js +1 -1
  298. package/input-number/index.d.ts +3 -1
  299. package/input-number/index.js +5 -4
  300. package/input-number/useSelectionRange.js +1 -1
  301. package/input-number/utils.js +1 -1
  302. package/input-tag/InputTag.js +110 -109
  303. package/input-tag/constant.js +1 -1
  304. package/input-tag/hook/useComputeAutoWidthDelay.js +1 -1
  305. package/input-tag/index.d.ts +3 -1
  306. package/input-tag/index.js +5 -4
  307. package/layout/Content.js +12 -11
  308. package/layout/Footer.js +12 -11
  309. package/layout/Header.js +12 -11
  310. package/layout/Layout.js +17 -16
  311. package/layout/Sider.js +25 -24
  312. package/layout/context.js +1 -1
  313. package/layout/index.d.ts +1 -0
  314. package/layout/index.js +16 -14
  315. package/link/Link.js +19 -18
  316. package/link/index.d.ts +3 -1
  317. package/link/index.js +5 -4
  318. package/liquid-fill/LiquidFill.d.ts +2 -2
  319. package/liquid-fill/LiquidFill.js +50 -46
  320. package/liquid-fill/index.d.ts +3 -1
  321. package/liquid-fill/index.js +5 -4
  322. package/list/Item.js +22 -21
  323. package/list/List.js +85 -84
  324. package/list/Meta.js +16 -15
  325. package/list/index.js +9 -5
  326. package/loading/Loading.js +29 -28
  327. package/loading/index.d.ts +3 -1
  328. package/loading/index.js +5 -4
  329. package/locale/ar-EG.js +1 -1
  330. package/locale/de-DE.js +1 -1
  331. package/locale/default.js +1 -1
  332. package/locale/en-US.js +1 -1
  333. package/locale/es-ES.js +1 -1
  334. package/locale/fr-FR.js +1 -1
  335. package/locale/id-ID.js +1 -1
  336. package/locale/it-IT.js +1 -1
  337. package/locale/ja-JP.js +1 -1
  338. package/locale/ko-KR.js +1 -1
  339. package/locale/ms-MY.js +1 -1
  340. package/locale/pt-BR.js +1 -1
  341. package/locale/pt-PT.js +1 -1
  342. package/locale/ru-RU.js +1 -1
  343. package/locale/th-TH.js +1 -1
  344. package/locale/tr-TR.js +1 -1
  345. package/locale/vi-VN.js +1 -1
  346. package/locale/zh-CN.js +1 -1
  347. package/locale/zh-HK.js +1 -1
  348. package/locale/zh-TW.js +1 -1
  349. package/marquee/Marquee.js +1 -1
  350. package/marquee/index.d.ts +3 -1
  351. package/marquee/index.js +5 -4
  352. package/mask/Mask.js +19 -17
  353. package/mask/constant.js +1 -1
  354. package/mask/index.d.ts +3 -1
  355. package/mask/index.js +5 -4
  356. package/masonry/Masonry.js +35 -34
  357. package/masonry/MasonryItem.js +12 -11
  358. package/masonry/hooks/useDelay.js +1 -1
  359. package/masonry/hooks/useGutter.js +1 -1
  360. package/masonry/hooks/usePositions.js +1 -1
  361. package/masonry/hooks/useRefs.js +1 -1
  362. package/masonry/index.d.ts +1 -0
  363. package/masonry/index.js +9 -5
  364. package/mentions/Mentions.js +9 -8
  365. package/mentions/index.d.ts +3 -1
  366. package/mentions/index.js +5 -4
  367. package/mentions/utils.js +1 -1
  368. package/menu/Indent.js +1 -1
  369. package/menu/Item.js +25 -24
  370. package/menu/ItemGroup.js +17 -16
  371. package/menu/Menu.js +69 -68
  372. package/menu/OverflowWrap.js +1 -1
  373. package/menu/context.d.ts +1 -1
  374. package/menu/context.js +1 -1
  375. package/menu/index.d.ts +13 -1
  376. package/menu/index.js +14 -13
  377. package/menu/sub-menu/Inline.js +1 -1
  378. package/menu/sub-menu/Pop.js +2 -2
  379. package/menu/sub-menu/index.js +17 -16
  380. package/menu/utils.js +45 -44
  381. package/message/Message.js +71 -70
  382. package/message/constants.js +1 -1
  383. package/message/index.d.ts +1 -0
  384. package/message/index.js +9 -5
  385. package/message/useMessage.js +1 -1
  386. package/modal/Confirm.js +1 -1
  387. package/modal/Modal.js +92 -91
  388. package/modal/config.js +1 -1
  389. package/modal/index.d.ts +3 -1
  390. package/modal/index.js +6 -5
  391. package/modal/use-modal/Hook.js +1 -1
  392. package/modal/use-modal/index.js +1 -1
  393. package/notice/Notice.js +45 -44
  394. package/notice/constants.js +1 -1
  395. package/notice/index.d.ts +1 -0
  396. package/notice/index.js +9 -5
  397. package/notice/utils.js +1 -1
  398. package/notice/withNotice.js +1 -1
  399. package/notification/Notification.js +70 -69
  400. package/notification/constants.js +1 -1
  401. package/notification/index.js +6 -5
  402. package/notification/useNotification.js +1 -1
  403. package/notification/utils.js +1 -1
  404. package/overflow-ellipsis/OverflowEllipsis.js +1 -1
  405. package/overflow-ellipsis/OverflowItem.js +1 -1
  406. package/overflow-ellipsis/index.d.ts +3 -1
  407. package/overflow-ellipsis/index.js +6 -5
  408. package/package.json +1 -1
  409. package/page-header/PageHeader.js +36 -35
  410. package/page-header/index.d.ts +3 -1
  411. package/page-header/index.js +5 -4
  412. package/pagination/PageItem.js +1 -1
  413. package/pagination/PageJumper.js +1 -1
  414. package/pagination/PageOption.js +1 -1
  415. package/pagination/Pagination.js +63 -62
  416. package/pagination/index.d.ts +3 -1
  417. package/pagination/index.js +6 -5
  418. package/pagination/interface.js +1 -1
  419. package/picker/Input.js +1 -1
  420. package/picker/InputRange.js +1 -1
  421. package/picker/index.d.ts +1 -0
  422. package/picker/index.js +9 -5
  423. package/popconfirm/Popconfirm.js +23 -22
  424. package/popconfirm/index.d.ts +3 -1
  425. package/popconfirm/index.js +5 -4
  426. package/popover/Popover.js +18 -17
  427. package/popover/index.d.ts +3 -1
  428. package/popover/index.js +5 -4
  429. package/portal/Portal.js +16 -15
  430. package/portal/index.d.ts +3 -1
  431. package/portal/index.js +5 -4
  432. package/progress/CircleProgress.js +1 -1
  433. package/progress/LineProgess.js +1 -1
  434. package/progress/Progress.js +24 -23
  435. package/progress/StepProgress.js +1 -1
  436. package/progress/index.d.ts +3 -0
  437. package/progress/index.js +14 -12
  438. package/qr-code/QRCode.js +17 -16
  439. package/qr-code/index.d.ts +1 -0
  440. package/qr-code/index.js +9 -5
  441. package/qr-code/src/index.js +1 -1
  442. package/qr-code/src/qrcodegen.js +1 -1
  443. package/radio/Group.js +18 -17
  444. package/radio/GroupBlock.js +29 -28
  445. package/radio/Radio.js +26 -25
  446. package/radio/context.js +1 -1
  447. package/radio/index.d.ts +1 -0
  448. package/radio/index.js +12 -10
  449. package/rate/Rate.js +46 -45
  450. package/rate/index.d.ts +3 -1
  451. package/rate/index.js +5 -4
  452. package/resize-box/ResizeBox.js +32 -31
  453. package/resize-box/ResizeTrigger.js +1 -1
  454. package/resize-box/Split.js +27 -26
  455. package/resize-box/SplitGroup.js +70 -69
  456. package/resize-box/index.d.ts +1 -0
  457. package/resize-box/index.js +10 -8
  458. package/result/403.js +1 -1
  459. package/result/404.js +1 -1
  460. package/result/500.js +1 -1
  461. package/result/Result.js +39 -38
  462. package/result/index.d.ts +3 -1
  463. package/result/index.js +5 -4
  464. package/rich-text/RichText.js +46 -45
  465. package/rich-text/Toolbar.js +119 -118
  466. package/rich-text/constant.js +1 -1
  467. package/rich-text/index.d.ts +1 -0
  468. package/rich-text/index.js +26 -24
  469. package/rich-text/lib/blots/block.js +1 -1
  470. package/rich-text/lib/blots/break.js +1 -1
  471. package/rich-text/lib/blots/container.js +1 -1
  472. package/rich-text/lib/blots/cursor.js +1 -1
  473. package/rich-text/lib/blots/embed.js +1 -1
  474. package/rich-text/lib/blots/inline.js +1 -1
  475. package/rich-text/lib/blots/scroll.js +1 -1
  476. package/rich-text/lib/blots/text.js +1 -1
  477. package/rich-text/lib/core/composition.js +1 -1
  478. package/rich-text/lib/core/editor.js +1 -1
  479. package/rich-text/lib/core/emitter.js +1 -1
  480. package/rich-text/lib/core/logger.js +1 -1
  481. package/rich-text/lib/core/module.js +1 -1
  482. package/rich-text/lib/core/rich.js +1 -1
  483. package/rich-text/lib/core/selection.js +1 -1
  484. package/rich-text/lib/core/theme.js +1 -1
  485. package/rich-text/lib/core/utils/createRegistryWithFormats.js +1 -1
  486. package/rich-text/lib/core/utils/scrollRectIntoView.js +1 -1
  487. package/rich-text/lib/delta/AttributeMap.js +1 -1
  488. package/rich-text/lib/delta/Op.js +1 -1
  489. package/rich-text/lib/delta/OpIterator.js +1 -1
  490. package/rich-text/lib/delta/index.js +1 -1
  491. package/rich-text/lib/diff/index.js +1 -1
  492. package/rich-text/lib/formats/align.js +1 -1
  493. package/rich-text/lib/formats/background.js +1 -1
  494. package/rich-text/lib/formats/blockquote.js +1 -1
  495. package/rich-text/lib/formats/bold.js +1 -1
  496. package/rich-text/lib/formats/code.js +1 -1
  497. package/rich-text/lib/formats/color.js +1 -1
  498. package/rich-text/lib/formats/direction.js +1 -1
  499. package/rich-text/lib/formats/emoji.js +1 -1
  500. package/rich-text/lib/formats/font.js +1 -1
  501. package/rich-text/lib/formats/formula.js +1 -1
  502. package/rich-text/lib/formats/header.js +1 -1
  503. package/rich-text/lib/formats/hr.js +1 -1
  504. package/rich-text/lib/formats/image.js +1 -1
  505. package/rich-text/lib/formats/indent.js +1 -1
  506. package/rich-text/lib/formats/italic.js +1 -1
  507. package/rich-text/lib/formats/lineHeight.js +1 -1
  508. package/rich-text/lib/formats/link.js +1 -1
  509. package/rich-text/lib/formats/list.js +1 -1
  510. package/rich-text/lib/formats/script.js +1 -1
  511. package/rich-text/lib/formats/size.js +1 -1
  512. package/rich-text/lib/formats/strike.js +1 -1
  513. package/rich-text/lib/formats/table.js +1 -1
  514. package/rich-text/lib/formats/underline.js +1 -1
  515. package/rich-text/lib/formats/video.js +1 -1
  516. package/rich-text/lib/index.js +1 -1
  517. package/rich-text/lib/modules/clipboard.js +1 -1
  518. package/rich-text/lib/modules/history.js +1 -1
  519. package/rich-text/lib/modules/image-resize/index.js +1 -1
  520. package/rich-text/lib/modules/image-resize/modules/Base.js +1 -1
  521. package/rich-text/lib/modules/image-resize/modules/DisplaySize.js +1 -1
  522. package/rich-text/lib/modules/image-resize/modules/Resize.js +1 -1
  523. package/rich-text/lib/modules/image-resize/options.js +1 -1
  524. package/rich-text/lib/modules/input.js +1 -1
  525. package/rich-text/lib/modules/keyboard.js +1 -1
  526. package/rich-text/lib/modules/normalizeExternalHTML/index.js +1 -1
  527. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/googleDocs.js +1 -1
  528. package/rich-text/lib/modules/normalizeExternalHTML/normalizers/msWord.js +1 -1
  529. package/rich-text/lib/modules/table.js +1 -1
  530. package/rich-text/lib/modules/toolbar.js +1 -1
  531. package/rich-text/lib/modules/uiNode.js +1 -1
  532. package/rich-text/lib/modules/uploader.js +1 -1
  533. package/rich-text/lib/parchment/attributor/attributor.js +1 -1
  534. package/rich-text/lib/parchment/attributor/class.js +1 -1
  535. package/rich-text/lib/parchment/attributor/store.js +1 -1
  536. package/rich-text/lib/parchment/attributor/style.js +1 -1
  537. package/rich-text/lib/parchment/blot/abstract/container.js +1 -1
  538. package/rich-text/lib/parchment/blot/abstract/leaf.js +1 -1
  539. package/rich-text/lib/parchment/blot/abstract/parent.js +1 -1
  540. package/rich-text/lib/parchment/blot/abstract/shadow.js +1 -1
  541. package/rich-text/lib/parchment/blot/block.js +1 -1
  542. package/rich-text/lib/parchment/blot/embed.js +1 -1
  543. package/rich-text/lib/parchment/blot/inline.js +1 -1
  544. package/rich-text/lib/parchment/blot/scroll.js +1 -1
  545. package/rich-text/lib/parchment/blot/text.js +1 -1
  546. package/rich-text/lib/parchment/collection/linked-list.js +1 -1
  547. package/rich-text/lib/parchment/error.js +1 -1
  548. package/rich-text/lib/parchment/index.js +1 -1
  549. package/rich-text/lib/parchment/registry.js +1 -1
  550. package/rich-text/lib/parchment/scope.js +1 -1
  551. package/row-col/Col-.js +18 -17
  552. package/row-col/Col.js +18 -17
  553. package/row-col/Row.js +17 -16
  554. package/row-col/context.js +1 -1
  555. package/row-col/index.d.ts +1 -0
  556. package/row-col/index.js +11 -9
  557. package/segmented/Segmented.js +54 -53
  558. package/segmented/index.d.ts +3 -1
  559. package/segmented/index.js +5 -4
  560. package/select/Option.js +1 -1
  561. package/select/OptionGroup.js +1 -1
  562. package/select/Select.js +127 -125
  563. package/select/index.d.ts +1 -0
  564. package/select/index.js +10 -8
  565. package/select/utils.js +1 -1
  566. package/select-view/Core.js +1 -1
  567. package/select-view/SelectView.js +18 -17
  568. package/select-view/index.d.ts +3 -1
  569. package/select-view/index.js +5 -4
  570. package/skeleton/Image.js +1 -1
  571. package/skeleton/Skeleton.js +22 -21
  572. package/skeleton/Text.js +1 -1
  573. package/skeleton/index.d.ts +1 -0
  574. package/skeleton/index.js +10 -8
  575. package/slider/Button.js +2 -2
  576. package/slider/Dot.js +1 -1
  577. package/slider/Input.js +1 -1
  578. package/slider/Mark.js +1 -1
  579. package/slider/Slider.js +163 -162
  580. package/slider/Tick.js +1 -1
  581. package/slider/hook/useInterval.js +1 -1
  582. package/slider/hook/useLegalValue.js +1 -1
  583. package/slider/index.js +16 -14
  584. package/slider/utils.js +1 -1
  585. package/space/Space.js +19 -18
  586. package/space/index.d.ts +1 -0
  587. package/space/index.js +8 -4
  588. package/speech-synthesis/SpeechSynthesis.js +1 -1
  589. package/speech-synthesis/index.d.ts +3 -1
  590. package/speech-synthesis/index.js +5 -4
  591. package/spin/DotLoading.js +1 -1
  592. package/spin/Spin.js +35 -34
  593. package/spin/index.d.ts +1 -0
  594. package/spin/index.js +9 -5
  595. package/splitter/Panel.js +11 -10
  596. package/splitter/SplitBar.js +1 -1
  597. package/splitter/Splitter.js +29 -28
  598. package/splitter/hooks/useItems.js +1 -1
  599. package/splitter/hooks/useResizable.js +1 -1
  600. package/splitter/hooks/useResize.js +1 -1
  601. package/splitter/hooks/useSizes.js +1 -1
  602. package/splitter/index.d.ts +1 -0
  603. package/splitter/index.js +9 -5
  604. package/statistic/Statistic.js +33 -32
  605. package/statistic/index.d.ts +4 -1
  606. package/statistic/index.js +9 -5
  607. package/statistic/interface.js +1 -1
  608. package/steps/Step.js +18 -17
  609. package/steps/Steps.js +39 -38
  610. package/steps/index.d.ts +1 -0
  611. package/steps/index.js +9 -7
  612. package/style.css +1 -1
  613. package/suspense-fallback-test/SuspenseFallbackTest.js +1 -1
  614. package/suspense-fallback-test/index.d.ts +5 -1
  615. package/suspense-fallback-test/index.js +5 -4
  616. package/switch/Switch.js +26 -25
  617. package/switch/index.d.ts +1 -0
  618. package/switch/index.js +8 -4
  619. package/table/ColGroup.js +1 -1
  620. package/table/Table.js +274 -273
  621. package/table/constant.js +1 -1
  622. package/table/context.js +1 -1
  623. package/table/hook/useColumns.js +1 -1
  624. package/table/hook/useComponent.js +1 -1
  625. package/table/hook/useExpand.js +1 -1
  626. package/table/hook/useRowSelection.js +1 -1
  627. package/table/hook/useSorter.js +1 -1
  628. package/table/hook/useStickyClassNames.js +1 -1
  629. package/table/hook/useStickyOffsets.js +1 -1
  630. package/table/hook/useThResizable.js +1 -1
  631. package/table/index.js +38 -36
  632. package/table/summary/Cell.js +1 -1
  633. package/table/summary/Row.js +1 -1
  634. package/table/summary/context.js +1 -1
  635. package/table/summary/index.js +1 -1
  636. package/table/tbody/DataRecordRenderer.js +1 -1
  637. package/table/tbody/Td.js +1 -1
  638. package/table/tbody/Tr.js +1 -1
  639. package/table/tbody/index.js +1 -1
  640. package/table/tfoot/index.js +1 -1
  641. package/table/th-resizable/index.js +1 -1
  642. package/table/thead/Column.js +1 -1
  643. package/table/thead/index.js +1 -1
  644. package/table/utils.js +1 -1
  645. package/tabs/TabContent.js +1 -1
  646. package/tabs/TabPane.js +15 -14
  647. package/tabs/Tabs.js +37 -36
  648. package/tabs/context.js +1 -1
  649. package/tabs/hook/useDomSize.js +1 -1
  650. package/tabs/hook/useHeaderScroll.js +1 -1
  651. package/tabs/index.d.ts +1 -0
  652. package/tabs/index.js +13 -11
  653. package/tabs/tab-header/DropdownIcon.js +1 -1
  654. package/tabs/tab-header/TabInk.js +1 -1
  655. package/tabs/tab-header/TabNavIcon.js +1 -1
  656. package/tabs/tab-header/TabTitle.js +1 -1
  657. package/tabs/tab-header/index.js +61 -60
  658. package/tabs/utils.js +1 -1
  659. package/tag/Tag.js +18 -17
  660. package/tag/index.d.ts +3 -1
  661. package/tag/index.js +6 -5
  662. package/tag/utils.js +1 -1
  663. package/time-picker/Picker.js +1 -1
  664. package/time-picker/TimeColumn.js +1 -1
  665. package/time-picker/TimePicker.js +1 -1
  666. package/time-picker/TimePickerRange.js +1 -1
  667. package/time-picker/context.js +1 -1
  668. package/time-picker/index.js +10 -9
  669. package/time-picker/utils.js +1 -1
  670. package/time-picker/withTimePicker.js +1 -1
  671. package/timeline/Item.js +23 -22
  672. package/timeline/Timeline.js +25 -24
  673. package/timeline/index.d.ts +1 -0
  674. package/timeline/index.js +9 -5
  675. package/timer/Timer.js +14 -13
  676. package/timer/index.d.ts +3 -1
  677. package/timer/index.js +5 -4
  678. package/toast/Toast.d.ts +2 -5
  679. package/toast/Toast.js +4 -5
  680. package/toast/index.d.ts +3 -3
  681. package/toast/index.js +9 -5
  682. package/tooltip/Tooltip.js +63 -64
  683. package/tooltip/index.d.ts +3 -1
  684. package/tooltip/index.js +5 -4
  685. package/tour/Tour.js +1 -1
  686. package/tour/index.d.ts +3 -1
  687. package/tour/index.js +5 -4
  688. package/transfer/Item.js +1 -1
  689. package/transfer/List.js +1 -1
  690. package/transfer/Transfer.js +25 -24
  691. package/transfer/index.d.ts +3 -1
  692. package/transfer/index.js +5 -4
  693. package/transition/index.js +1 -1
  694. package/tree/Animation.js +1 -1
  695. package/tree/Node.js +70 -69
  696. package/tree/NodeList.js +1 -1
  697. package/tree/Tree.js +178 -177
  698. package/tree/context.js +1 -1
  699. package/tree/index.js +17 -15
  700. package/tree/utils.js +1 -1
  701. package/tree-select/List.js +1 -1
  702. package/tree-select/TreeSelect.js +54 -53
  703. package/tree-select/hook/useKeyCache.js +1 -1
  704. package/tree-select/hook/useStateValue.js +1 -1
  705. package/tree-select/hook/useTreeData.js +1 -1
  706. package/tree-select/index.d.ts +1 -0
  707. package/tree-select/index.js +11 -9
  708. package/tree-select/utils.js +1 -1
  709. package/trigger/Trigger.js +236 -237
  710. package/trigger/getPopupStyle.js +60 -58
  711. package/trigger/index.d.ts +3 -1
  712. package/trigger/index.js +6 -5
  713. package/trigger/utils.d.ts +3 -1
  714. package/trigger/utils.js +15 -9
  715. package/typography/Base.js +1 -1
  716. package/typography/EditContent.js +1 -1
  717. package/typography/Ellipsis.js +1 -1
  718. package/typography/Operations.js +1 -1
  719. package/typography/Paragraph.js +14 -13
  720. package/typography/Text.js +12 -11
  721. package/typography/Title.js +12 -11
  722. package/typography/Typography.js +12 -11
  723. package/typography/index.d.ts +1 -0
  724. package/typography/index.js +22 -20
  725. package/typography/useCssEllipsis.js +1 -1
  726. package/typography/useEllipsis.js +1 -1
  727. package/upload/TriggerNode.js +1 -1
  728. package/upload/Upload.js +60 -59
  729. package/upload/Uploader.js +1 -1
  730. package/upload/constant.js +1 -1
  731. package/upload/index.d.ts +1 -0
  732. package/upload/index.js +14 -12
  733. package/upload/list/PictureItem.js +1 -1
  734. package/upload/list/TextItem.js +1 -1
  735. package/upload/list/UploadProgress.js +1 -1
  736. package/upload/list/index.js +31 -30
  737. package/upload/list/utils.js +1 -1
  738. package/upload/request.js +1 -1
  739. package/upload/utils.js +1 -1
  740. package/utils/callOrReturn.js +1 -1
  741. package/utils/callbackOriginRef.js +1 -1
  742. package/utils/caseName.js +1 -1
  743. package/utils/className.js +1 -1
  744. package/utils/constant.js +1 -1
  745. package/utils/contextHolder.js +1 -1
  746. package/utils/copy.js +1 -1
  747. package/utils/date.js +1 -1
  748. package/utils/dayjs.js +1 -1
  749. package/utils/dom.js +1 -1
  750. package/utils/emitter.js +1 -1
  751. package/utils/file.js +1 -1
  752. package/utils/fileRead.js +1 -1
  753. package/utils/fileToDataURL.js +1 -1
  754. package/utils/fillNBSP.js +1 -1
  755. package/utils/findRootElement.js +1 -1
  756. package/utils/findScrollParent.js +1 -1
  757. package/utils/getHighlightText.js +1 -1
  758. package/utils/getHotkeyHandler.js +1 -1
  759. package/utils/getScrollBarHeight.js +1 -1
  760. package/utils/getScrollBarSize.js +1 -1
  761. package/utils/getScrollBarWidth.js +1 -1
  762. package/utils/getStringLength.js +1 -1
  763. package/utils/include.js +1 -1
  764. package/utils/index.d.ts +2 -1
  765. package/utils/index.js +327 -322
  766. package/utils/intersectionObserver.js +1 -1
  767. package/utils/is.d.ts +1 -1
  768. package/utils/is.js +97 -95
  769. package/utils/keyboardCode.js +1 -1
  770. package/utils/lodash.js +1 -1
  771. package/utils/math.js +1 -1
  772. package/utils/mergeProps.js +1 -1
  773. package/utils/mergedToString.js +1 -1
  774. package/utils/mutationObserver.js +1 -1
  775. package/utils/names.d.ts +1181 -11
  776. package/utils/names.js +1079 -1029
  777. package/utils/object.js +1 -1
  778. package/utils/omit.js +1 -1
  779. package/utils/pad.js +1 -1
  780. package/utils/pick.js +1 -1
  781. package/utils/pinyin.js +1 -1
  782. package/utils/react19Adapter.js +1 -1
  783. package/utils/ref.js +1 -1
  784. package/utils/resizeObserver.js +1 -1
  785. package/utils/responsiveObserve.js +1 -1
  786. package/utils/saveAs.js +1 -1
  787. package/utils/screenfull.js +1 -1
  788. package/utils/scrollIntoViewIfNeeded.js +1 -1
  789. package/utils/setCreateRoot.js +1 -1
  790. package/utils/setDarkTheme.js +1 -1
  791. package/utils/setPrimaryColor.js +1 -1
  792. package/utils/setTheme.js +1 -1
  793. package/utils/string.js +1 -1
  794. package/utils/style.js +1 -1
  795. package/utils/throttleByRaf.js +1 -1
  796. package/utils/throttleByRaf2.js +1 -1
  797. package/utils/tinycolor.d.ts +2 -0
  798. package/utils/tinycolor.js +6 -0
  799. package/utils/toArray.js +1 -1
  800. package/utils/tree.js +1 -1
  801. package/utils/tween.js +1 -1
  802. package/utils/uuid.js +1 -1
  803. package/utils/validate.js +1 -1
  804. package/utils/warning.js +1 -1
  805. package/verification-code/VerificationCode.js +20 -19
  806. package/verification-code/index.d.ts +1 -0
  807. package/verification-code/index.js +8 -4
  808. package/version/index.js +5 -5
  809. package/virtual-list/Filler.js +1 -1
  810. package/virtual-list/VirtualList.js +41 -40
  811. package/virtual-list/constant.js +1 -1
  812. package/virtual-list/hook/useCacheChildrenNodes.js +1 -1
  813. package/virtual-list/hook/useComputeVirtualItemHeight.js +1 -1
  814. package/virtual-list/index.js +9 -5
  815. package/virtual-list/utils/algorithm.js +1 -1
  816. package/virtual-list/utils/item.js +1 -1
  817. package/watermark/Watermark.js +1 -1
  818. package/watermark/index.d.ts +1 -0
  819. package/watermark/index.js +8 -4
@@ -13,6 +13,7 @@
13
13
  "components/pc/utils/className.ts",
14
14
  "components/pc/utils/dom.ts",
15
15
  "components/pc/utils/is.ts",
16
+ "components/pc/utils/names.ts",
16
17
  "components/pc/utils/throttleByRaf.ts"
17
18
  ]
18
19
  },
@@ -22,7 +23,8 @@
22
23
  "src": "components/pc/affix/index.ts",
23
24
  "isEntry": true,
24
25
  "imports": [
25
- "components/pc/affix/Affix.tsx"
26
+ "components/pc/affix/Affix.tsx",
27
+ "components/pc/utils/names.ts"
26
28
  ]
27
29
  },
28
30
  "components/pc/alert/Alert.tsx": {
@@ -35,7 +37,8 @@
35
37
  "components/pc/config-provider/index.ts",
36
38
  "components/pc/hooks/use-merge-props/index.ts",
37
39
  "components/pc/transition/index.ts",
38
- "components/pc/utils/className.ts"
40
+ "components/pc/utils/className.ts",
41
+ "components/pc/utils/names.ts"
39
42
  ]
40
43
  },
41
44
  "components/pc/alert/index.ts": {
@@ -44,7 +47,8 @@
44
47
  "src": "components/pc/alert/index.ts",
45
48
  "isEntry": true,
46
49
  "imports": [
47
- "components/pc/alert/Alert.tsx"
50
+ "components/pc/alert/Alert.tsx",
51
+ "components/pc/utils/names.ts"
48
52
  ]
49
53
  },
50
54
  "components/pc/anchor/Anchor.tsx": {
@@ -63,7 +67,8 @@
63
67
  "components/pc/hooks/use-state-with-promise/index.ts",
64
68
  "components/pc/utils/className.ts",
65
69
  "components/pc/utils/dom.ts",
66
- "components/pc/utils/is.ts"
70
+ "components/pc/utils/is.ts",
71
+ "components/pc/utils/names.ts"
67
72
  ]
68
73
  },
69
74
  "components/pc/anchor/Link.tsx": {
@@ -78,6 +83,7 @@
78
83
  "components/pc/hooks/use-merge-props/index.ts",
79
84
  "components/pc/utils/className.ts",
80
85
  "components/pc/utils/is.ts",
86
+ "components/pc/utils/names.ts",
81
87
  "components/pc/utils/object.ts"
82
88
  ]
83
89
  },
@@ -95,7 +101,8 @@
95
101
  "imports": [
96
102
  "components/pc/anchor/Anchor.tsx",
97
103
  "components/pc/anchor/Link.tsx",
98
- "components/pc/anchor/context.ts"
104
+ "components/pc/anchor/context.ts",
105
+ "components/pc/utils/names.ts"
99
106
  ]
100
107
  },
101
108
  "components/pc/anchor/utils.ts": {
@@ -121,7 +128,8 @@
121
128
  "components/pc/modal/index.ts",
122
129
  "components/pc/modal/use-modal/index.tsx",
123
130
  "components/pc/notification/index.ts",
124
- "components/pc/notification/useNotification.tsx"
131
+ "components/pc/notification/useNotification.tsx",
132
+ "components/pc/utils/names.ts"
125
133
  ]
126
134
  },
127
135
  "components/pc/app/context.ts": {
@@ -138,7 +146,8 @@
138
146
  "imports": [
139
147
  "components/pc/app/App.tsx",
140
148
  "components/pc/app/context.ts",
141
- "components/pc/app/useApp.ts"
149
+ "components/pc/app/useApp.ts",
150
+ "components/pc/utils/names.ts"
142
151
  ]
143
152
  },
144
153
  "components/pc/app/useApp.ts": {
@@ -168,6 +177,7 @@
168
177
  "components/pc/utils/className.ts",
169
178
  "components/pc/utils/is.ts",
170
179
  "components/pc/utils/keyboardCode.ts",
180
+ "components/pc/utils/names.ts",
171
181
  "components/pc/utils/omit.ts",
172
182
  "components/pc/utils/pick.ts",
173
183
  "components/pc/utils/string.ts"
@@ -181,7 +191,8 @@
181
191
  "imports": [
182
192
  "components/pc/auto-complete/AutoComplete.tsx",
183
193
  "components/pc/select/Option.tsx",
184
- "components/pc/select/OptionGroup.tsx"
194
+ "components/pc/select/OptionGroup.tsx",
195
+ "components/pc/utils/names.ts"
185
196
  ]
186
197
  },
187
198
  "components/pc/avatar/Avatar.tsx": {
@@ -194,7 +205,8 @@
194
205
  "components/pc/config-provider/context.ts",
195
206
  "components/pc/config-provider/index.ts",
196
207
  "components/pc/utils/className.ts",
197
- "components/pc/utils/is.ts"
208
+ "components/pc/utils/is.ts",
209
+ "components/pc/utils/names.ts"
198
210
  ]
199
211
  },
200
212
  "components/pc/avatar/Group.tsx": {
@@ -210,7 +222,8 @@
210
222
  "components/pc/hooks/use-merge-props/index.ts",
211
223
  "components/pc/popover/index.ts",
212
224
  "components/pc/utils/className.ts",
213
- "components/pc/utils/is.ts"
225
+ "components/pc/utils/is.ts",
226
+ "components/pc/utils/names.ts"
214
227
  ]
215
228
  },
216
229
  "components/pc/avatar/context.ts": {
@@ -227,7 +240,8 @@
227
240
  "imports": [
228
241
  "components/pc/avatar/Avatar.tsx",
229
242
  "components/pc/avatar/Group.tsx",
230
- "components/pc/avatar/context.ts"
243
+ "components/pc/avatar/context.ts",
244
+ "components/pc/utils/names.ts"
231
245
  ]
232
246
  },
233
247
  "components/pc/back-top/BackTop.tsx": {
@@ -243,6 +257,7 @@
243
257
  "components/pc/transition/index.ts",
244
258
  "components/pc/utils/className.ts",
245
259
  "components/pc/utils/dom.ts",
260
+ "components/pc/utils/names.ts",
246
261
  "components/pc/utils/pick.ts",
247
262
  "components/pc/utils/throttleByRaf.ts"
248
263
  ]
@@ -253,7 +268,8 @@
253
268
  "src": "components/pc/back-top/index.ts",
254
269
  "isEntry": true,
255
270
  "imports": [
256
- "components/pc/back-top/BackTop.tsx"
271
+ "components/pc/back-top/BackTop.tsx",
272
+ "components/pc/utils/names.ts"
257
273
  ]
258
274
  },
259
275
  "components/pc/badge/Badge.tsx": {
@@ -269,7 +285,8 @@
269
285
  "components/pc/hooks/use-merge-props/index.ts",
270
286
  "components/pc/transition/index.ts",
271
287
  "components/pc/utils/className.ts",
272
- "components/pc/utils/is.ts"
288
+ "components/pc/utils/is.ts",
289
+ "components/pc/utils/names.ts"
273
290
  ]
274
291
  },
275
292
  "components/pc/badge/Count.tsx": {
@@ -291,7 +308,8 @@
291
308
  "imports": [
292
309
  "components/pc/badge/Badge.tsx",
293
310
  "components/pc/badge/Count.tsx",
294
- "components/pc/badge/utils.ts"
311
+ "components/pc/badge/utils.ts",
312
+ "components/pc/utils/names.ts"
295
313
  ]
296
314
  },
297
315
  "components/pc/badge/utils.ts": {
@@ -300,6 +318,30 @@
300
318
  "src": "components/pc/badge/utils.ts",
301
319
  "isEntry": true
302
320
  },
321
+ "components/pc/border-beam/BorderBeam.tsx": {
322
+ "file": "border-beam/BorderBeam.js",
323
+ "name": "border-beam/BorderBeam",
324
+ "src": "components/pc/border-beam/BorderBeam.tsx",
325
+ "isEntry": true,
326
+ "imports": [
327
+ "components/pc/config-provider/context.ts",
328
+ "components/pc/config-provider/index.ts",
329
+ "components/pc/hooks/use-merge-props/index.ts",
330
+ "components/pc/utils/className.ts",
331
+ "components/pc/utils/names.ts"
332
+ ]
333
+ },
334
+ "components/pc/border-beam/index.ts": {
335
+ "file": "border-beam/index.js",
336
+ "name": "border-beam/index",
337
+ "src": "components/pc/border-beam/index.ts",
338
+ "isEntry": true,
339
+ "imports": [
340
+ "rolldown/runtime.js",
341
+ "components/pc/border-beam/BorderBeam.tsx",
342
+ "components/pc/utils/names.ts"
343
+ ]
344
+ },
303
345
  "components/pc/breadcrumb/Breadcrumb.tsx": {
304
346
  "file": "breadcrumb/Breadcrumb.js",
305
347
  "name": "breadcrumb/Breadcrumb",
@@ -315,6 +357,7 @@
315
357
  "components/pc/menu/index.ts",
316
358
  "components/pc/utils/className.ts",
317
359
  "components/pc/utils/is.ts",
360
+ "components/pc/utils/names.ts",
318
361
  "components/pc/utils/omit.ts"
319
362
  ]
320
363
  },
@@ -328,6 +371,7 @@
328
371
  "components/pc/dropdown/index.ts",
329
372
  "components/pc/utils/className.ts",
330
373
  "components/pc/utils/is.ts",
374
+ "components/pc/utils/names.ts",
331
375
  "components/pc/utils/omit.ts",
332
376
  "components/pc/utils/pick.ts"
333
377
  ]
@@ -346,7 +390,8 @@
346
390
  "imports": [
347
391
  "components/pc/breadcrumb/Breadcrumb.tsx",
348
392
  "components/pc/breadcrumb/Item.tsx",
349
- "components/pc/breadcrumb/context.ts"
393
+ "components/pc/breadcrumb/context.ts",
394
+ "components/pc/utils/names.ts"
350
395
  ]
351
396
  },
352
397
  "components/pc/button/Button.tsx": {
@@ -359,7 +404,8 @@
359
404
  "components/pc/config-provider/index.ts",
360
405
  "components/pc/hooks/use-merge-props/index.ts",
361
406
  "components/pc/utils/className.ts",
362
- "components/pc/utils/is.ts"
407
+ "components/pc/utils/is.ts",
408
+ "components/pc/utils/names.ts"
363
409
  ]
364
410
  },
365
411
  "components/pc/button/Group.tsx": {
@@ -370,7 +416,8 @@
370
416
  "imports": [
371
417
  "components/pc/config-provider/context.ts",
372
418
  "components/pc/config-provider/index.ts",
373
- "components/pc/utils/className.ts"
419
+ "components/pc/utils/className.ts",
420
+ "components/pc/utils/names.ts"
374
421
  ]
375
422
  },
376
423
  "components/pc/button/Toggle.tsx": {
@@ -383,7 +430,8 @@
383
430
  "components/pc/checkbox/Checkbox.tsx",
384
431
  "components/pc/config-provider/context.ts",
385
432
  "components/pc/config-provider/index.ts",
386
- "components/pc/utils/className.ts"
433
+ "components/pc/utils/className.ts",
434
+ "components/pc/utils/names.ts"
387
435
  ]
388
436
  },
389
437
  "components/pc/button/index.ts": {
@@ -394,7 +442,8 @@
394
442
  "imports": [
395
443
  "components/pc/button/Button.tsx",
396
444
  "components/pc/button/Group.tsx",
397
- "components/pc/button/Toggle.tsx"
445
+ "components/pc/button/Toggle.tsx",
446
+ "components/pc/utils/names.ts"
398
447
  ]
399
448
  },
400
449
  "components/pc/calendar/Calendar.tsx": {
@@ -413,6 +462,7 @@
413
462
  "components/pc/utils/className.ts",
414
463
  "components/pc/utils/dayjs.ts",
415
464
  "components/pc/utils/is.ts",
465
+ "components/pc/utils/names.ts",
416
466
  "components/pc/utils/pick.ts"
417
467
  ]
418
468
  },
@@ -493,7 +543,8 @@
493
543
  "imports": [
494
544
  "components/pc/calendar/Calendar.tsx",
495
545
  "components/pc/calendar/Month.tsx",
496
- "components/pc/calendar/Year.tsx"
546
+ "components/pc/calendar/Year.tsx",
547
+ "components/pc/utils/names.ts"
497
548
  ]
498
549
  },
499
550
  "components/pc/card/Card.tsx": {
@@ -508,7 +559,8 @@
508
559
  "components/pc/config-provider/index.ts",
509
560
  "components/pc/hooks/use-merge-props/index.ts",
510
561
  "components/pc/spin/index.ts",
511
- "components/pc/utils/className.ts"
562
+ "components/pc/utils/className.ts",
563
+ "components/pc/utils/names.ts"
512
564
  ]
513
565
  },
514
566
  "components/pc/card/Grid.tsx": {
@@ -519,7 +571,8 @@
519
571
  "imports": [
520
572
  "components/pc/config-provider/context.ts",
521
573
  "components/pc/config-provider/index.ts",
522
- "components/pc/utils/className.ts"
574
+ "components/pc/utils/className.ts",
575
+ "components/pc/utils/names.ts"
523
576
  ]
524
577
  },
525
578
  "components/pc/card/Meta.tsx": {
@@ -530,7 +583,8 @@
530
583
  "imports": [
531
584
  "components/pc/config-provider/context.ts",
532
585
  "components/pc/config-provider/index.ts",
533
- "components/pc/utils/className.ts"
586
+ "components/pc/utils/className.ts",
587
+ "components/pc/utils/names.ts"
534
588
  ]
535
589
  },
536
590
  "components/pc/card/index.ts": {
@@ -541,7 +595,8 @@
541
595
  "imports": [
542
596
  "components/pc/card/Card.tsx",
543
597
  "components/pc/card/Grid.tsx",
544
- "components/pc/card/Meta.tsx"
598
+ "components/pc/card/Meta.tsx",
599
+ "components/pc/utils/names.ts"
545
600
  ]
546
601
  },
547
602
  "components/pc/carousel/Arrow.tsx": {
@@ -572,6 +627,7 @@
572
627
  "components/pc/hooks/use-resize-observers/index.ts",
573
628
  "components/pc/utils/className.ts",
574
629
  "components/pc/utils/is.ts",
630
+ "components/pc/utils/names.ts",
575
631
  "components/pc/utils/omit.ts",
576
632
  "components/pc/utils/warning.ts"
577
633
  ]
@@ -593,7 +649,8 @@
593
649
  "src": "components/pc/carousel/index.ts",
594
650
  "isEntry": true,
595
651
  "imports": [
596
- "components/pc/carousel/Carousel.tsx"
652
+ "components/pc/carousel/Carousel.tsx",
653
+ "components/pc/utils/names.ts"
597
654
  ]
598
655
  },
599
656
  "components/pc/cascader/Cascader.tsx": {
@@ -619,7 +676,8 @@
619
676
  "components/pc/trigger/index.ts",
620
677
  "components/pc/utils/className.ts",
621
678
  "components/pc/utils/is.ts",
622
- "components/pc/utils/keyboardCode.ts"
679
+ "components/pc/utils/keyboardCode.ts",
680
+ "components/pc/utils/names.ts"
623
681
  ]
624
682
  },
625
683
  "components/pc/cascader/base/node.ts": {
@@ -659,7 +717,8 @@
659
717
  "src": "components/pc/cascader/index.ts",
660
718
  "isEntry": true,
661
719
  "imports": [
662
- "components/pc/cascader/Cascader.tsx"
720
+ "components/pc/cascader/Cascader.tsx",
721
+ "components/pc/utils/names.ts"
663
722
  ]
664
723
  },
665
724
  "components/pc/cascader/panel/List.tsx": {
@@ -739,6 +798,7 @@
739
798
  "components/pc/icon-hover/index.ts",
740
799
  "components/pc/utils/className.ts",
741
800
  "components/pc/utils/is.ts",
801
+ "components/pc/utils/names.ts",
742
802
  "components/pc/utils/omit.ts"
743
803
  ]
744
804
  },
@@ -757,7 +817,8 @@
757
817
  "components/pc/hooks/use-merge-props/index.ts",
758
818
  "components/pc/utils/className.ts",
759
819
  "components/pc/utils/constant.ts",
760
- "components/pc/utils/is.ts"
820
+ "components/pc/utils/is.ts",
821
+ "components/pc/utils/names.ts"
761
822
  ]
762
823
  },
763
824
  "components/pc/checkbox/GroupBlock.tsx": {
@@ -775,7 +836,8 @@
775
836
  "components/pc/hooks/use-merge-props/index.ts",
776
837
  "components/pc/typography/Ellipsis.tsx",
777
838
  "components/pc/utils/className.ts",
778
- "components/pc/utils/is.ts"
839
+ "components/pc/utils/is.ts",
840
+ "components/pc/utils/names.ts"
779
841
  ]
780
842
  },
781
843
  "components/pc/checkbox/context.ts": {
@@ -794,7 +856,8 @@
794
856
  "components/pc/checkbox/Group.tsx",
795
857
  "components/pc/checkbox/GroupBlock.tsx",
796
858
  "components/pc/checkbox/context.ts",
797
- "components/pc/checkbox/useCheckbox.ts"
859
+ "components/pc/checkbox/useCheckbox.ts",
860
+ "components/pc/utils/names.ts"
798
861
  ]
799
862
  },
800
863
  "components/pc/checkbox/useCheckbox.ts": {
@@ -818,6 +881,7 @@
818
881
  "components/pc/hooks/use-merge-props/index.ts",
819
882
  "components/pc/utils/className.ts",
820
883
  "components/pc/utils/is.ts",
884
+ "components/pc/utils/names.ts",
821
885
  "components/pc/utils/omit.ts",
822
886
  "components/pc/utils/ref.ts"
823
887
  ]
@@ -837,7 +901,8 @@
837
901
  "components/pc/transition/index.ts",
838
902
  "components/pc/utils/className.ts",
839
903
  "components/pc/utils/dom.ts",
840
- "components/pc/utils/is.ts"
904
+ "components/pc/utils/is.ts",
905
+ "components/pc/utils/names.ts"
841
906
  ]
842
907
  },
843
908
  "components/pc/collapse/context.ts": {
@@ -854,7 +919,8 @@
854
919
  "imports": [
855
920
  "components/pc/collapse/Collapse.tsx",
856
921
  "components/pc/collapse/Item.tsx",
857
- "components/pc/collapse/context.ts"
922
+ "components/pc/collapse/context.ts",
923
+ "components/pc/utils/names.ts"
858
924
  ]
859
925
  },
860
926
  "components/pc/collapse/utils.ts": {
@@ -884,7 +950,8 @@
884
950
  "components/pc/hooks/use-merge-props/index.ts",
885
951
  "components/pc/trigger/index.ts",
886
952
  "components/pc/utils/className.ts",
887
- "components/pc/utils/is.ts"
953
+ "components/pc/utils/is.ts",
954
+ "components/pc/utils/names.ts"
888
955
  ]
889
956
  },
890
957
  "components/pc/color-picker/ControlBar.tsx": {
@@ -1023,7 +1090,8 @@
1023
1090
  "components/pc/color-picker/InputHex.tsx",
1024
1091
  "components/pc/color-picker/InputRgb.tsx",
1025
1092
  "components/pc/color-picker/Palette.tsx",
1026
- "components/pc/color-picker/Panel.tsx"
1093
+ "components/pc/color-picker/Panel.tsx",
1094
+ "components/pc/utils/names.ts"
1027
1095
  ]
1028
1096
  },
1029
1097
  "components/pc/color-picker/interface.ts": {
@@ -1052,6 +1120,7 @@
1052
1120
  "components/pc/hooks/use-merge-props/index.ts",
1053
1121
  "components/pc/utils/className.ts",
1054
1122
  "components/pc/utils/is.ts",
1123
+ "components/pc/utils/names.ts",
1055
1124
  "components/pc/utils/pick.ts"
1056
1125
  ]
1057
1126
  },
@@ -1061,7 +1130,8 @@
1061
1130
  "src": "components/pc/comment/index.ts",
1062
1131
  "isEntry": true,
1063
1132
  "imports": [
1064
- "components/pc/comment/Comment.tsx"
1133
+ "components/pc/comment/Comment.tsx",
1134
+ "components/pc/utils/names.ts"
1065
1135
  ]
1066
1136
  },
1067
1137
  "components/pc/config-provider/ConfigProvider.tsx": {
@@ -1074,7 +1144,8 @@
1074
1144
  "components/pc/config-provider/initUI.js",
1075
1145
  "components/pc/config-provider/useConfigProvider.tsx",
1076
1146
  "components/pc/config-provider/utils.ts",
1077
- "components/pc/hooks/use-merge-props/index.ts"
1147
+ "components/pc/hooks/use-merge-props/index.ts",
1148
+ "components/pc/utils/names.ts"
1078
1149
  ]
1079
1150
  },
1080
1151
  "components/pc/config-provider/context.ts": {
@@ -1095,7 +1166,8 @@
1095
1166
  "isEntry": true,
1096
1167
  "imports": [
1097
1168
  "components/pc/config-provider/ConfigProvider.tsx",
1098
- "components/pc/config-provider/context.ts"
1169
+ "components/pc/config-provider/context.ts",
1170
+ "components/pc/utils/names.ts"
1099
1171
  ]
1100
1172
  },
1101
1173
  "components/pc/config-provider/initUI.js": {
@@ -1149,7 +1221,8 @@
1149
1221
  "components/pc/utils/className.ts",
1150
1222
  "components/pc/utils/copy.ts",
1151
1223
  "components/pc/utils/is.ts",
1152
- "components/pc/utils/mergedToString.ts"
1224
+ "components/pc/utils/mergedToString.ts",
1225
+ "components/pc/utils/names.ts"
1153
1226
  ]
1154
1227
  },
1155
1228
  "components/pc/copy/index.ts": {
@@ -1158,7 +1231,8 @@
1158
1231
  "src": "components/pc/copy/index.ts",
1159
1232
  "isEntry": true,
1160
1233
  "imports": [
1161
- "components/pc/copy/Copy.tsx"
1234
+ "components/pc/copy/Copy.tsx",
1235
+ "components/pc/utils/names.ts"
1162
1236
  ]
1163
1237
  },
1164
1238
  "components/pc/countdown/Countdown.tsx": {
@@ -1174,7 +1248,8 @@
1174
1248
  "components/pc/statistic/interface.ts",
1175
1249
  "components/pc/utils/className.ts",
1176
1250
  "components/pc/utils/dayjs.ts",
1177
- "components/pc/utils/is.ts"
1251
+ "components/pc/utils/is.ts",
1252
+ "components/pc/utils/names.ts"
1178
1253
  ]
1179
1254
  },
1180
1255
  "components/pc/countdown/index.ts": {
@@ -1183,7 +1258,8 @@
1183
1258
  "src": "components/pc/countdown/index.ts",
1184
1259
  "isEntry": true,
1185
1260
  "imports": [
1186
- "components/pc/countdown/Countdown.tsx"
1261
+ "components/pc/countdown/Countdown.tsx",
1262
+ "components/pc/utils/names.ts"
1187
1263
  ]
1188
1264
  },
1189
1265
  "components/pc/countdown/utils.ts": {
@@ -1208,7 +1284,8 @@
1208
1284
  "components/pc/date-picker/panel/month/index.tsx",
1209
1285
  "components/pc/date-picker/panel/quarter/index.tsx",
1210
1286
  "components/pc/date-picker/panel/week/index.tsx",
1211
- "components/pc/date-picker/panel/year/index.tsx"
1287
+ "components/pc/date-picker/panel/year/index.tsx",
1288
+ "components/pc/utils/names.ts"
1212
1289
  ]
1213
1290
  },
1214
1291
  "components/pc/date-picker/DatePickerRange.tsx": {
@@ -1233,6 +1310,7 @@
1233
1310
  "components/pc/utils/className.ts",
1234
1311
  "components/pc/utils/dayjs.ts",
1235
1312
  "components/pc/utils/is.ts",
1313
+ "components/pc/utils/names.ts",
1236
1314
  "components/pc/utils/pick.ts",
1237
1315
  "components/pc/utils/string.ts"
1238
1316
  ]
@@ -1292,7 +1370,8 @@
1292
1370
  "imports": [
1293
1371
  "components/pc/date-picker/DatePicker.tsx",
1294
1372
  "components/pc/date-picker/DatePickerRange.tsx",
1295
- "components/pc/date-picker/context.ts"
1373
+ "components/pc/date-picker/context.ts",
1374
+ "components/pc/utils/names.ts"
1296
1375
  ]
1297
1376
  },
1298
1377
  "components/pc/date-picker/panel/Body.tsx": {
@@ -1487,6 +1566,7 @@
1487
1566
  "components/pc/utils/className.ts",
1488
1567
  "components/pc/utils/index.ts",
1489
1568
  "components/pc/utils/is.ts",
1569
+ "components/pc/utils/names.ts",
1490
1570
  "components/pc/utils/responsiveObserve.ts",
1491
1571
  "components/pc/utils/string.ts"
1492
1572
  ]
@@ -1497,7 +1577,8 @@
1497
1577
  "src": "components/pc/descriptions/index.ts",
1498
1578
  "isEntry": true,
1499
1579
  "imports": [
1500
- "components/pc/descriptions/Descriptions.tsx"
1580
+ "components/pc/descriptions/Descriptions.tsx",
1581
+ "components/pc/utils/names.ts"
1501
1582
  ]
1502
1583
  },
1503
1584
  "components/pc/details/Details.tsx": {
@@ -1511,7 +1592,8 @@
1511
1592
  "components/pc/hooks/use-merge-props/index.ts",
1512
1593
  "components/pc/hooks/use-update-effect/index.ts",
1513
1594
  "components/pc/utils/className.ts",
1514
- "components/pc/utils/is.ts"
1595
+ "components/pc/utils/is.ts",
1596
+ "components/pc/utils/names.ts"
1515
1597
  ]
1516
1598
  },
1517
1599
  "components/pc/details/index.ts": {
@@ -1520,7 +1602,8 @@
1520
1602
  "src": "components/pc/details/index.ts",
1521
1603
  "isEntry": true,
1522
1604
  "imports": [
1523
- "components/pc/details/Details.tsx"
1605
+ "components/pc/details/Details.tsx",
1606
+ "components/pc/utils/names.ts"
1524
1607
  ]
1525
1608
  },
1526
1609
  "components/pc/development/Development.tsx": {
@@ -1539,7 +1622,8 @@
1539
1622
  "src": "components/pc/development/index.ts",
1540
1623
  "isEntry": true,
1541
1624
  "imports": [
1542
- "components/pc/development/Development.tsx"
1625
+ "components/pc/development/Development.tsx",
1626
+ "components/pc/utils/names.ts"
1543
1627
  ]
1544
1628
  },
1545
1629
  "components/pc/divider/Divider.tsx": {
@@ -1551,7 +1635,8 @@
1551
1635
  "components/pc/config-provider/context.ts",
1552
1636
  "components/pc/config-provider/index.ts",
1553
1637
  "components/pc/hooks/use-merge-props/index.ts",
1554
- "components/pc/utils/className.ts"
1638
+ "components/pc/utils/className.ts",
1639
+ "components/pc/utils/names.ts"
1555
1640
  ]
1556
1641
  },
1557
1642
  "components/pc/divider/index.ts": {
@@ -1560,7 +1645,8 @@
1560
1645
  "src": "components/pc/divider/index.ts",
1561
1646
  "isEntry": true,
1562
1647
  "imports": [
1563
- "components/pc/divider/Divider.tsx"
1648
+ "components/pc/divider/Divider.tsx",
1649
+ "components/pc/utils/names.ts"
1564
1650
  ]
1565
1651
  },
1566
1652
  "components/pc/draggable/Draggable.tsx": {
@@ -1591,7 +1677,8 @@
1591
1677
  "isEntry": true,
1592
1678
  "imports": [
1593
1679
  "components/pc/draggable/Draggable.tsx",
1594
- "components/pc/draggable/Item.tsx"
1680
+ "components/pc/draggable/Item.tsx",
1681
+ "components/pc/utils/names.ts"
1595
1682
  ]
1596
1683
  },
1597
1684
  "components/pc/draw/Draw.tsx": {
@@ -1603,7 +1690,8 @@
1603
1690
  "components/pc/config-provider/context.ts",
1604
1691
  "components/pc/config-provider/index.ts",
1605
1692
  "components/pc/form/context.ts",
1606
- "components/pc/hooks/use-merge-props/index.ts"
1693
+ "components/pc/hooks/use-merge-props/index.ts",
1694
+ "components/pc/utils/names.ts"
1607
1695
  ]
1608
1696
  },
1609
1697
  "components/pc/draw/constant.ts": {
@@ -1618,7 +1706,8 @@
1618
1706
  "src": "components/pc/draw/index.ts",
1619
1707
  "isEntry": true,
1620
1708
  "imports": [
1621
- "components/pc/draw/Draw.tsx"
1709
+ "components/pc/draw/Draw.tsx",
1710
+ "components/pc/utils/names.ts"
1622
1711
  ]
1623
1712
  },
1624
1713
  "components/pc/drawer/Drawer.tsx": {
@@ -1645,6 +1734,7 @@
1645
1734
  "components/pc/utils/is.ts",
1646
1735
  "components/pc/utils/keyboardCode.ts",
1647
1736
  "components/pc/utils/lodash.ts",
1737
+ "components/pc/utils/names.ts",
1648
1738
  "components/pc/utils/omit.ts"
1649
1739
  ]
1650
1740
  },
@@ -1654,7 +1744,8 @@
1654
1744
  "src": "components/pc/drawer/index.ts",
1655
1745
  "isEntry": true,
1656
1746
  "imports": [
1657
- "components/pc/drawer/Drawer.tsx"
1747
+ "components/pc/drawer/Drawer.tsx",
1748
+ "components/pc/utils/names.ts"
1658
1749
  ]
1659
1750
  },
1660
1751
  "components/pc/dropdown/Button.tsx": {
@@ -1669,6 +1760,7 @@
1669
1760
  "components/pc/config-provider/index.ts",
1670
1761
  "components/pc/dropdown/Dropdown.tsx",
1671
1762
  "components/pc/hooks/use-merge-props/index.ts",
1763
+ "components/pc/utils/names.ts",
1672
1764
  "components/pc/utils/pick.ts"
1673
1765
  ]
1674
1766
  },
@@ -1687,6 +1779,7 @@
1687
1779
  "components/pc/utils/className.ts",
1688
1780
  "components/pc/utils/findRootElement.ts",
1689
1781
  "components/pc/utils/is.ts",
1782
+ "components/pc/utils/names.ts",
1690
1783
  "components/pc/utils/omit.ts",
1691
1784
  "components/pc/utils/pick.ts",
1692
1785
  "components/pc/utils/ref.ts"
@@ -1699,7 +1792,8 @@
1699
1792
  "isEntry": true,
1700
1793
  "imports": [
1701
1794
  "components/pc/dropdown/Button.tsx",
1702
- "components/pc/dropdown/Dropdown.tsx"
1795
+ "components/pc/dropdown/Dropdown.tsx",
1796
+ "components/pc/utils/names.ts"
1703
1797
  ]
1704
1798
  },
1705
1799
  "components/pc/empty/Empty.tsx": {
@@ -1710,7 +1804,8 @@
1710
1804
  "imports": [
1711
1805
  "components/pc/config-provider/context.ts",
1712
1806
  "components/pc/config-provider/index.ts",
1713
- "components/pc/hooks/use-merge-props/index.ts"
1807
+ "components/pc/hooks/use-merge-props/index.ts",
1808
+ "components/pc/utils/names.ts"
1714
1809
  ]
1715
1810
  },
1716
1811
  "components/pc/empty/index.ts": {
@@ -1719,7 +1814,8 @@
1719
1814
  "src": "components/pc/empty/index.ts",
1720
1815
  "isEntry": true,
1721
1816
  "imports": [
1722
- "components/pc/empty/Empty.tsx"
1817
+ "components/pc/empty/Empty.tsx",
1818
+ "components/pc/utils/names.ts"
1723
1819
  ]
1724
1820
  },
1725
1821
  "components/pc/flex/Flex.tsx": {
@@ -1731,7 +1827,8 @@
1731
1827
  "components/pc/config-provider/context.ts",
1732
1828
  "components/pc/config-provider/index.ts",
1733
1829
  "components/pc/hooks/use-merge-props/index.ts",
1734
- "components/pc/utils/className.ts"
1830
+ "components/pc/utils/className.ts",
1831
+ "components/pc/utils/names.ts"
1735
1832
  ]
1736
1833
  },
1737
1834
  "components/pc/flex/index.ts": {
@@ -1740,7 +1837,8 @@
1740
1837
  "src": "components/pc/flex/index.ts",
1741
1838
  "isEntry": true,
1742
1839
  "imports": [
1743
- "components/pc/flex/Flex.tsx"
1840
+ "components/pc/flex/Flex.tsx",
1841
+ "components/pc/utils/names.ts"
1744
1842
  ]
1745
1843
  },
1746
1844
  "components/pc/form/Control.tsx": {
@@ -1772,6 +1870,7 @@
1772
1870
  "components/pc/hooks/use-merge-props/index.ts",
1773
1871
  "components/pc/utils/className.ts",
1774
1872
  "components/pc/utils/is.ts",
1873
+ "components/pc/utils/names.ts",
1775
1874
  "components/pc/utils/omit.ts",
1776
1875
  "components/pc/utils/scrollIntoViewIfNeeded.ts"
1777
1876
  ]
@@ -1793,6 +1892,7 @@
1793
1892
  "components/pc/hooks/use-update-layout-effect/index.ts",
1794
1893
  "components/pc/utils/className.ts",
1795
1894
  "components/pc/utils/is.ts",
1895
+ "components/pc/utils/names.ts",
1796
1896
  "components/pc/utils/warning.ts"
1797
1897
  ]
1798
1898
  },
@@ -1816,6 +1916,7 @@
1816
1916
  "components/pc/row-col/index.ts",
1817
1917
  "components/pc/utils/className.ts",
1818
1918
  "components/pc/utils/is.ts",
1919
+ "components/pc/utils/names.ts",
1819
1920
  "components/pc/utils/omit.ts"
1820
1921
  ]
1821
1922
  },
@@ -1842,7 +1943,8 @@
1842
1943
  "imports": [
1843
1944
  "components/pc/transition/index.ts",
1844
1945
  "components/pc/utils/className.ts",
1845
- "components/pc/utils/is.ts"
1946
+ "components/pc/utils/is.ts",
1947
+ "components/pc/utils/names.ts"
1846
1948
  ]
1847
1949
  },
1848
1950
  "components/pc/form/FormLabelSymbol.tsx": {
@@ -1867,6 +1969,7 @@
1867
1969
  "components/pc/form/context.ts",
1868
1970
  "components/pc/form/utils.ts",
1869
1971
  "components/pc/utils/is.ts",
1972
+ "components/pc/utils/names.ts",
1870
1973
  "components/pc/utils/warning.ts"
1871
1974
  ]
1872
1975
  },
@@ -1960,7 +2063,8 @@
1960
2063
  "components/pc/form/hook/useFormContext.ts",
1961
2064
  "components/pc/form/hook/useFormState.ts",
1962
2065
  "components/pc/form/hook/useWatch.ts",
1963
- "components/pc/form/utils.ts"
2066
+ "components/pc/form/utils.ts",
2067
+ "components/pc/utils/names.ts"
1964
2068
  ]
1965
2069
  },
1966
2070
  "components/pc/form/interface.tsx": {
@@ -2012,7 +2116,8 @@
2012
2116
  "isEntry": true,
2013
2117
  "imports": [
2014
2118
  "components/pc/config-provider/initUI.js",
2015
- "components/pc/global-provider/context.ts"
2119
+ "components/pc/global-provider/context.ts",
2120
+ "components/pc/utils/names.ts"
2016
2121
  ]
2017
2122
  },
2018
2123
  "components/pc/global-provider/context.ts": {
@@ -2028,7 +2133,8 @@
2028
2133
  "isEntry": true,
2029
2134
  "imports": [
2030
2135
  "components/pc/global-provider/GlobalProvider.tsx",
2031
- "components/pc/global-provider/context.ts"
2136
+ "components/pc/global-provider/context.ts",
2137
+ "components/pc/utils/names.ts"
2032
2138
  ]
2033
2139
  },
2034
2140
  "components/pc/grid/Grid.tsx": {
@@ -2044,7 +2150,8 @@
2044
2150
  "components/pc/hooks/use-merge-props/index.ts",
2045
2151
  "components/pc/hooks/use-responsive-state/index.ts",
2046
2152
  "components/pc/utils/className.ts",
2047
- "components/pc/utils/is.ts"
2153
+ "components/pc/utils/is.ts",
2154
+ "components/pc/utils/names.ts"
2048
2155
  ]
2049
2156
  },
2050
2157
  "components/pc/grid/Item.tsx": {
@@ -2060,7 +2167,8 @@
2060
2167
  "components/pc/hooks/use-merge-props/index.ts",
2061
2168
  "components/pc/hooks/use-responsive-state/index.ts",
2062
2169
  "components/pc/utils/className.ts",
2063
- "components/pc/utils/is.ts"
2170
+ "components/pc/utils/is.ts",
2171
+ "components/pc/utils/names.ts"
2064
2172
  ]
2065
2173
  },
2066
2174
  "components/pc/grid/context.ts": {
@@ -2079,7 +2187,8 @@
2079
2187
  "components/pc/grid/Item.tsx",
2080
2188
  "components/pc/grid/context.ts",
2081
2189
  "components/pc/row-col/Col.tsx",
2082
- "components/pc/row-col/index.ts"
2190
+ "components/pc/row-col/index.ts",
2191
+ "components/pc/utils/names.ts"
2083
2192
  ]
2084
2193
  },
2085
2194
  "components/pc/grid/utils.ts": {
@@ -2401,6 +2510,7 @@
2401
2510
  "components/pc/config-provider/index.ts",
2402
2511
  "components/pc/form/context.ts",
2403
2512
  "components/pc/utils/className.ts",
2513
+ "components/pc/utils/names.ts",
2404
2514
  "components/pc/utils/omit.ts"
2405
2515
  ]
2406
2516
  },
@@ -2410,7 +2520,8 @@
2410
2520
  "src": "components/pc/icon-hover/index.ts",
2411
2521
  "isEntry": true,
2412
2522
  "imports": [
2413
- "components/pc/icon-hover/IconHover.tsx"
2523
+ "components/pc/icon-hover/IconHover.tsx",
2524
+ "components/pc/utils/names.ts"
2414
2525
  ]
2415
2526
  },
2416
2527
  "components/pc/icon/Icon.tsx": {
@@ -2422,7 +2533,8 @@
2422
2533
  "components/pc/config-provider/context.ts",
2423
2534
  "components/pc/config-provider/index.ts",
2424
2535
  "components/pc/icon/addIconFromCdn.tsx",
2425
- "components/pc/utils/className.ts"
2536
+ "components/pc/utils/className.ts",
2537
+ "components/pc/utils/names.ts"
2426
2538
  ]
2427
2539
  },
2428
2540
  "components/pc/icon/addIconFromCdn.tsx": {
@@ -2442,7 +2554,8 @@
2442
2554
  "isEntry": true,
2443
2555
  "imports": [
2444
2556
  "components/pc/icon/Icon.tsx",
2445
- "components/pc/icon/addIconFromCdn.tsx"
2557
+ "components/pc/icon/addIconFromCdn.tsx",
2558
+ "components/pc/utils/names.ts"
2446
2559
  ]
2447
2560
  },
2448
2561
  "components/pc/icons.ts": {
@@ -2459,7 +2572,8 @@
2459
2572
  "imports": [
2460
2573
  "components/pc/config-provider/context.ts",
2461
2574
  "components/pc/config-provider/index.ts",
2462
- "components/pc/utils/className.ts"
2575
+ "components/pc/utils/className.ts",
2576
+ "components/pc/utils/names.ts"
2463
2577
  ]
2464
2578
  },
2465
2579
  "components/pc/icons/file/index.tsx": {
@@ -2490,6 +2604,7 @@
2490
2604
  "components/pc/image/utils/hook/useShowFooter.ts",
2491
2605
  "components/pc/utils/className.ts",
2492
2606
  "components/pc/utils/is.ts",
2607
+ "components/pc/utils/names.ts",
2493
2608
  "components/pc/utils/omit.ts"
2494
2609
  ]
2495
2610
  },
@@ -2531,7 +2646,8 @@
2531
2646
  "components/pc/utils/dom.ts",
2532
2647
  "components/pc/utils/findRootElement.ts",
2533
2648
  "components/pc/utils/is.ts",
2534
- "components/pc/utils/keyboardCode.ts"
2649
+ "components/pc/utils/keyboardCode.ts",
2650
+ "components/pc/utils/names.ts"
2535
2651
  ]
2536
2652
  },
2537
2653
  "components/pc/image/ImagePreviewArrow.tsx": {
@@ -2555,7 +2671,8 @@
2555
2671
  "components/pc/hooks/use-is-first-render/index.ts",
2556
2672
  "components/pc/image/ImagePreview.tsx",
2557
2673
  "components/pc/image/context.ts",
2558
- "components/pc/utils/is.ts"
2674
+ "components/pc/utils/is.ts",
2675
+ "components/pc/utils/names.ts"
2559
2676
  ]
2560
2677
  },
2561
2678
  "components/pc/image/ImagePreviewToolbar.tsx": {
@@ -2594,7 +2711,8 @@
2594
2711
  "components/pc/image/Image.tsx",
2595
2712
  "components/pc/image/ImagePreview.tsx",
2596
2713
  "components/pc/image/ImagePreviewGroup.tsx",
2597
- "components/pc/image/context.ts"
2714
+ "components/pc/image/context.ts",
2715
+ "components/pc/utils/names.ts"
2598
2716
  ]
2599
2717
  },
2600
2718
  "components/pc/image/utils/getFixTranslate.ts": {
@@ -2647,6 +2765,7 @@
2647
2765
  "components/pc/badge/Count.tsx",
2648
2766
  "components/pc/badge/index.ts",
2649
2767
  "components/pc/badge/utils.ts",
2768
+ "components/pc/border-beam/index.ts",
2650
2769
  "components/pc/breadcrumb/Item.tsx",
2651
2770
  "components/pc/breadcrumb/context.ts",
2652
2771
  "components/pc/breadcrumb/index.ts",
@@ -2907,6 +3026,7 @@
2907
3026
  "components/pc/utils/string.ts",
2908
3027
  "components/pc/utils/style.ts",
2909
3028
  "components/pc/utils/throttleByRaf.ts",
3029
+ "components/pc/utils/tinycolor.ts",
2910
3030
  "components/pc/utils/toArray.ts",
2911
3031
  "components/pc/utils/tree.ts",
2912
3032
  "components/pc/utils/tween.ts",
@@ -2936,6 +3056,7 @@
2936
3056
  "components/pc/utils/className.ts",
2937
3057
  "components/pc/utils/is.ts",
2938
3058
  "components/pc/utils/keyboardCode.ts",
3059
+ "components/pc/utils/names.ts",
2939
3060
  "components/pc/utils/omit.ts",
2940
3061
  "components/pc/utils/string.ts"
2941
3062
  ]
@@ -2956,7 +3077,8 @@
2956
3077
  "src": "components/pc/input-number/index.ts",
2957
3078
  "isEntry": true,
2958
3079
  "imports": [
2959
- "components/pc/input-number/InputNumber.tsx"
3080
+ "components/pc/input-number/InputNumber.tsx",
3081
+ "components/pc/utils/names.ts"
2960
3082
  ]
2961
3083
  },
2962
3084
  "components/pc/input-number/useSelectionRange.ts": {
@@ -3004,6 +3126,7 @@
3004
3126
  "components/pc/utils/getHotkeyHandler.ts",
3005
3127
  "components/pc/utils/is.ts",
3006
3128
  "components/pc/utils/keyboardCode.ts",
3129
+ "components/pc/utils/names.ts",
3007
3130
  "components/pc/utils/omit.ts",
3008
3131
  "components/pc/utils/string.ts",
3009
3132
  "components/pc/utils/uuid.ts"
@@ -3027,7 +3150,8 @@
3027
3150
  "src": "components/pc/input-tag/index.ts",
3028
3151
  "isEntry": true,
3029
3152
  "imports": [
3030
- "components/pc/input-tag/InputTag.tsx"
3153
+ "components/pc/input-tag/InputTag.tsx",
3154
+ "components/pc/utils/names.ts"
3031
3155
  ]
3032
3156
  },
3033
3157
  "components/pc/input/Button.tsx": {
@@ -3045,7 +3169,8 @@
3045
3169
  "components/pc/input/Input.tsx",
3046
3170
  "components/pc/input/utils.ts",
3047
3171
  "components/pc/utils/className.ts",
3048
- "components/pc/utils/is.ts"
3172
+ "components/pc/utils/is.ts",
3173
+ "components/pc/utils/names.ts"
3049
3174
  ]
3050
3175
  },
3051
3176
  "components/pc/input/Group.tsx": {
@@ -3056,7 +3181,8 @@
3056
3181
  "imports": [
3057
3182
  "components/pc/config-provider/context.ts",
3058
3183
  "components/pc/config-provider/index.ts",
3059
- "components/pc/utils/className.ts"
3184
+ "components/pc/utils/className.ts",
3185
+ "components/pc/utils/names.ts"
3060
3186
  ]
3061
3187
  },
3062
3188
  "components/pc/input/Input.tsx": {
@@ -3075,7 +3201,8 @@
3075
3201
  "components/pc/input/utils.ts",
3076
3202
  "components/pc/utils/className.ts",
3077
3203
  "components/pc/utils/dom.ts",
3078
- "components/pc/utils/is.ts"
3204
+ "components/pc/utils/is.ts",
3205
+ "components/pc/utils/names.ts"
3079
3206
  ]
3080
3207
  },
3081
3208
  "components/pc/input/InputComponent.tsx": {
@@ -3092,6 +3219,7 @@
3092
3219
  "components/pc/utils/className.ts",
3093
3220
  "components/pc/utils/fillNBSP.ts",
3094
3221
  "components/pc/utils/is.ts",
3222
+ "components/pc/utils/names.ts",
3095
3223
  "components/pc/utils/omit.ts"
3096
3224
  ]
3097
3225
  },
@@ -3109,6 +3237,7 @@
3109
3237
  "components/pc/hooks/use-merge-props/index.ts",
3110
3238
  "components/pc/input/Input.tsx",
3111
3239
  "components/pc/utils/className.ts",
3240
+ "components/pc/utils/names.ts",
3112
3241
  "components/pc/utils/omit.ts"
3113
3242
  ]
3114
3243
  },
@@ -3127,6 +3256,7 @@
3127
3256
  "components/pc/input/utils.ts",
3128
3257
  "components/pc/utils/className.ts",
3129
3258
  "components/pc/utils/is.ts",
3259
+ "components/pc/utils/names.ts",
3130
3260
  "components/pc/utils/omit.ts"
3131
3261
  ]
3132
3262
  },
@@ -3151,6 +3281,7 @@
3151
3281
  "components/pc/utils/getScrollBarHeight.ts",
3152
3282
  "components/pc/utils/getScrollBarWidth.ts",
3153
3283
  "components/pc/utils/is.ts",
3284
+ "components/pc/utils/names.ts",
3154
3285
  "components/pc/utils/string.ts"
3155
3286
  ]
3156
3287
  },
@@ -3177,7 +3308,8 @@
3177
3308
  "components/pc/input/InputComponent.tsx",
3178
3309
  "components/pc/input/Password.tsx",
3179
3310
  "components/pc/input/Search.tsx",
3180
- "components/pc/input/Textarea.tsx"
3311
+ "components/pc/input/Textarea.tsx",
3312
+ "components/pc/utils/names.ts"
3181
3313
  ]
3182
3314
  },
3183
3315
  "components/pc/input/useComposition.ts": {
@@ -3207,7 +3339,8 @@
3207
3339
  "imports": [
3208
3340
  "components/pc/config-provider/context.ts",
3209
3341
  "components/pc/config-provider/index.ts",
3210
- "components/pc/utils/className.ts"
3342
+ "components/pc/utils/className.ts",
3343
+ "components/pc/utils/names.ts"
3211
3344
  ]
3212
3345
  },
3213
3346
  "components/pc/layout/Footer.tsx": {
@@ -3218,7 +3351,8 @@
3218
3351
  "imports": [
3219
3352
  "components/pc/config-provider/context.ts",
3220
3353
  "components/pc/config-provider/index.ts",
3221
- "components/pc/utils/className.ts"
3354
+ "components/pc/utils/className.ts",
3355
+ "components/pc/utils/names.ts"
3222
3356
  ]
3223
3357
  },
3224
3358
  "components/pc/layout/Header.tsx": {
@@ -3229,7 +3363,8 @@
3229
3363
  "imports": [
3230
3364
  "components/pc/config-provider/context.ts",
3231
3365
  "components/pc/config-provider/index.ts",
3232
- "components/pc/utils/className.ts"
3366
+ "components/pc/utils/className.ts",
3367
+ "components/pc/utils/names.ts"
3233
3368
  ]
3234
3369
  },
3235
3370
  "components/pc/layout/Layout.tsx": {
@@ -3242,7 +3377,8 @@
3242
3377
  "components/pc/config-provider/index.ts",
3243
3378
  "components/pc/hooks/use-merge-props/index.ts",
3244
3379
  "components/pc/utils/className.ts",
3245
- "components/pc/utils/is.ts"
3380
+ "components/pc/utils/is.ts",
3381
+ "components/pc/utils/names.ts"
3246
3382
  ]
3247
3383
  },
3248
3384
  "components/pc/layout/Sider.tsx": {
@@ -3261,6 +3397,7 @@
3261
3397
  "components/pc/utils/callOrReturn.ts",
3262
3398
  "components/pc/utils/className.ts",
3263
3399
  "components/pc/utils/is.ts",
3400
+ "components/pc/utils/names.ts",
3264
3401
  "components/pc/utils/responsiveObserve.ts"
3265
3402
  ]
3266
3403
  },
@@ -3281,7 +3418,8 @@
3281
3418
  "components/pc/layout/Header.tsx",
3282
3419
  "components/pc/layout/Layout.tsx",
3283
3420
  "components/pc/layout/Sider.tsx",
3284
- "components/pc/layout/context.ts"
3421
+ "components/pc/layout/context.ts",
3422
+ "components/pc/utils/names.ts"
3285
3423
  ]
3286
3424
  },
3287
3425
  "components/pc/link/Link.tsx": {
@@ -3294,7 +3432,8 @@
3294
3432
  "components/pc/config-provider/index.ts",
3295
3433
  "components/pc/hooks/use-keyboard-event/index.ts",
3296
3434
  "components/pc/hooks/use-merge-props/index.ts",
3297
- "components/pc/utils/className.ts"
3435
+ "components/pc/utils/className.ts",
3436
+ "components/pc/utils/names.ts"
3298
3437
  ]
3299
3438
  },
3300
3439
  "components/pc/link/index.ts": {
@@ -3303,7 +3442,8 @@
3303
3442
  "src": "components/pc/link/index.ts",
3304
3443
  "isEntry": true,
3305
3444
  "imports": [
3306
- "components/pc/link/Link.tsx"
3445
+ "components/pc/link/Link.tsx",
3446
+ "components/pc/utils/names.ts"
3307
3447
  ]
3308
3448
  },
3309
3449
  "components/pc/liquid-fill/LiquidFill.tsx": {
@@ -3318,6 +3458,7 @@
3318
3458
  "components/pc/hooks/use-update-effect/index.ts",
3319
3459
  "components/pc/utils/className.ts",
3320
3460
  "components/pc/utils/is.ts",
3461
+ "components/pc/utils/names.ts",
3321
3462
  "components/pc/utils/uuid.ts"
3322
3463
  ]
3323
3464
  },
@@ -3327,7 +3468,8 @@
3327
3468
  "src": "components/pc/liquid-fill/index.ts",
3328
3469
  "isEntry": true,
3329
3470
  "imports": [
3330
- "components/pc/liquid-fill/LiquidFill.tsx"
3471
+ "components/pc/liquid-fill/LiquidFill.tsx",
3472
+ "components/pc/utils/names.ts"
3331
3473
  ]
3332
3474
  },
3333
3475
  "components/pc/list/Item.tsx": {
@@ -3341,7 +3483,8 @@
3341
3483
  "components/pc/hooks/use-merge-props/index.ts",
3342
3484
  "components/pc/list/Meta.tsx",
3343
3485
  "components/pc/utils/className.ts",
3344
- "components/pc/utils/is.ts"
3486
+ "components/pc/utils/is.ts",
3487
+ "components/pc/utils/names.ts"
3345
3488
  ]
3346
3489
  },
3347
3490
  "components/pc/list/List.tsx": {
@@ -3360,6 +3503,7 @@
3360
3503
  "components/pc/spin/index.ts",
3361
3504
  "components/pc/utils/className.ts",
3362
3505
  "components/pc/utils/is.ts",
3506
+ "components/pc/utils/names.ts",
3363
3507
  "components/pc/utils/omit.ts",
3364
3508
  "components/pc/utils/pick.ts",
3365
3509
  "components/pc/virtual-list/index.ts"
@@ -3373,7 +3517,8 @@
3373
3517
  "imports": [
3374
3518
  "components/pc/config-provider/context.ts",
3375
3519
  "components/pc/config-provider/index.ts",
3376
- "components/pc/utils/className.ts"
3520
+ "components/pc/utils/className.ts",
3521
+ "components/pc/utils/names.ts"
3377
3522
  ]
3378
3523
  },
3379
3524
  "components/pc/list/index.ts": {
@@ -3383,7 +3528,8 @@
3383
3528
  "isEntry": true,
3384
3529
  "imports": [
3385
3530
  "components/pc/list/Item.tsx",
3386
- "components/pc/list/List.tsx"
3531
+ "components/pc/list/List.tsx",
3532
+ "components/pc/utils/names.ts"
3387
3533
  ]
3388
3534
  },
3389
3535
  "components/pc/loading/Loading.tsx": {
@@ -3395,7 +3541,8 @@
3395
3541
  "components/pc/config-provider/context.ts",
3396
3542
  "components/pc/config-provider/index.ts",
3397
3543
  "components/pc/hooks/use-merge-props/index.ts",
3398
- "components/pc/utils/className.ts"
3544
+ "components/pc/utils/className.ts",
3545
+ "components/pc/utils/names.ts"
3399
3546
  ]
3400
3547
  },
3401
3548
  "components/pc/loading/index.ts": {
@@ -3404,7 +3551,8 @@
3404
3551
  "src": "components/pc/loading/index.ts",
3405
3552
  "isEntry": true,
3406
3553
  "imports": [
3407
- "components/pc/loading/Loading.tsx"
3554
+ "components/pc/loading/Loading.tsx",
3555
+ "components/pc/utils/names.ts"
3408
3556
  ]
3409
3557
  },
3410
3558
  "components/pc/locale/ar-EG.tsx": {
@@ -3557,7 +3705,8 @@
3557
3705
  "src": "components/pc/marquee/index.ts",
3558
3706
  "isEntry": true,
3559
3707
  "imports": [
3560
- "components/pc/marquee/Marquee.tsx"
3708
+ "components/pc/marquee/Marquee.tsx",
3709
+ "components/pc/utils/names.ts"
3561
3710
  ]
3562
3711
  },
3563
3712
  "components/pc/mask/Mask.tsx": {
@@ -3572,7 +3721,8 @@
3572
3721
  "components/pc/hooks/use-update-effect/index.ts",
3573
3722
  "components/pc/mask/constant.ts",
3574
3723
  "components/pc/transition/index.ts",
3575
- "components/pc/utils/className.ts"
3724
+ "components/pc/utils/className.ts",
3725
+ "components/pc/utils/names.ts"
3576
3726
  ]
3577
3727
  },
3578
3728
  "components/pc/mask/constant.ts": {
@@ -3590,7 +3740,8 @@
3590
3740
  "src": "components/pc/mask/index.ts",
3591
3741
  "isEntry": true,
3592
3742
  "imports": [
3593
- "components/pc/mask/Mask.tsx"
3743
+ "components/pc/mask/Mask.tsx",
3744
+ "components/pc/utils/names.ts"
3594
3745
  ]
3595
3746
  },
3596
3747
  "components/pc/masonry/Masonry.tsx": {
@@ -3614,6 +3765,7 @@
3614
3765
  "components/pc/utils/findRootElement.ts",
3615
3766
  "components/pc/utils/index.ts",
3616
3767
  "components/pc/utils/is.ts",
3768
+ "components/pc/utils/names.ts",
3617
3769
  "components/pc/utils/responsiveObserve.ts"
3618
3770
  ]
3619
3771
  },
@@ -3624,7 +3776,8 @@
3624
3776
  "isEntry": true,
3625
3777
  "imports": [
3626
3778
  "components/pc/utils/className.ts",
3627
- "components/pc/utils/is.ts"
3779
+ "components/pc/utils/is.ts",
3780
+ "components/pc/utils/names.ts"
3628
3781
  ]
3629
3782
  },
3630
3783
  "components/pc/masonry/hooks/useDelay.ts": {
@@ -3668,7 +3821,8 @@
3668
3821
  "isEntry": true,
3669
3822
  "imports": [
3670
3823
  "components/pc/masonry/Masonry.tsx",
3671
- "components/pc/masonry/MasonryItem.tsx"
3824
+ "components/pc/masonry/MasonryItem.tsx",
3825
+ "components/pc/utils/names.ts"
3672
3826
  ]
3673
3827
  },
3674
3828
  "components/pc/mentions/Mentions.tsx": {
@@ -3686,7 +3840,8 @@
3686
3840
  "components/pc/mentions/utils.ts",
3687
3841
  "components/pc/select/index.ts",
3688
3842
  "components/pc/utils/className.ts",
3689
- "components/pc/utils/keyboardCode.ts"
3843
+ "components/pc/utils/keyboardCode.ts",
3844
+ "components/pc/utils/names.ts"
3690
3845
  ]
3691
3846
  },
3692
3847
  "components/pc/mentions/index.ts": {
@@ -3695,7 +3850,8 @@
3695
3850
  "src": "components/pc/mentions/index.ts",
3696
3851
  "isEntry": true,
3697
3852
  "imports": [
3698
- "components/pc/mentions/Mentions.tsx"
3853
+ "components/pc/mentions/Mentions.tsx",
3854
+ "components/pc/utils/names.ts"
3699
3855
  ]
3700
3856
  },
3701
3857
  "components/pc/mentions/utils.ts": {
@@ -3727,6 +3883,7 @@
3727
3883
  "components/pc/utils/className.ts",
3728
3884
  "components/pc/utils/is.ts",
3729
3885
  "components/pc/utils/keyboardCode.ts",
3886
+ "components/pc/utils/names.ts",
3730
3887
  "components/pc/utils/omit.ts"
3731
3888
  ]
3732
3889
  },
@@ -3739,7 +3896,8 @@
3739
3896
  "components/pc/menu/Indent.tsx",
3740
3897
  "components/pc/menu/context.ts",
3741
3898
  "components/pc/menu/utils.ts",
3742
- "components/pc/utils/className.ts"
3899
+ "components/pc/utils/className.ts",
3900
+ "components/pc/utils/names.ts"
3743
3901
  ]
3744
3902
  },
3745
3903
  "components/pc/menu/Menu.tsx": {
@@ -3761,6 +3919,7 @@
3761
3919
  "components/pc/menu/utils.ts",
3762
3920
  "components/pc/utils/className.ts",
3763
3921
  "components/pc/utils/is.ts",
3922
+ "components/pc/utils/names.ts",
3764
3923
  "components/pc/utils/omit.ts"
3765
3924
  ]
3766
3925
  },
@@ -3796,7 +3955,8 @@
3796
3955
  "components/pc/menu/ItemGroup.tsx",
3797
3956
  "components/pc/menu/Menu.tsx",
3798
3957
  "components/pc/menu/context.ts",
3799
- "components/pc/menu/sub-menu/index.tsx"
3958
+ "components/pc/menu/sub-menu/index.tsx",
3959
+ "components/pc/utils/names.ts"
3800
3960
  ]
3801
3961
  },
3802
3962
  "components/pc/menu/sub-menu/Inline.tsx": {
@@ -3846,7 +4006,8 @@
3846
4006
  "components/pc/menu/context.ts",
3847
4007
  "components/pc/menu/sub-menu/Inline.tsx",
3848
4008
  "components/pc/menu/sub-menu/Pop.tsx",
3849
- "components/pc/utils/is.ts"
4009
+ "components/pc/utils/is.ts",
4010
+ "components/pc/utils/names.ts"
3850
4011
  ]
3851
4012
  },
3852
4013
  "components/pc/menu/utils.ts": {
@@ -3855,7 +4016,8 @@
3855
4016
  "src": "components/pc/menu/utils.ts",
3856
4017
  "isEntry": true,
3857
4018
  "imports": [
3858
- "components/pc/utils/is.ts"
4019
+ "components/pc/utils/is.ts",
4020
+ "components/pc/utils/names.ts"
3859
4021
  ]
3860
4022
  },
3861
4023
  "components/pc/message/Message.tsx": {
@@ -3875,7 +4037,8 @@
3875
4037
  "components/pc/utils/className.ts",
3876
4038
  "components/pc/utils/dom.ts",
3877
4039
  "components/pc/utils/is.ts",
3878
- "components/pc/utils/mergeProps.ts"
4040
+ "components/pc/utils/mergeProps.ts",
4041
+ "components/pc/utils/names.ts"
3879
4042
  ]
3880
4043
  },
3881
4044
  "components/pc/message/constants.ts": {
@@ -3895,7 +4058,8 @@
3895
4058
  "isEntry": true,
3896
4059
  "imports": [
3897
4060
  "components/pc/message/Message.tsx",
3898
- "components/pc/message/useMessage.tsx"
4061
+ "components/pc/message/useMessage.tsx",
4062
+ "components/pc/utils/names.ts"
3899
4063
  ]
3900
4064
  },
3901
4065
  "components/pc/message/useMessage.tsx": {
@@ -3956,6 +4120,7 @@
3956
4120
  "components/pc/utils/is.ts",
3957
4121
  "components/pc/utils/keyboardCode.ts",
3958
4122
  "components/pc/utils/lodash.ts",
4123
+ "components/pc/utils/names.ts",
3959
4124
  "components/pc/utils/omit.ts"
3960
4125
  ]
3961
4126
  },
@@ -3972,7 +4137,8 @@
3972
4137
  "isEntry": true,
3973
4138
  "imports": [
3974
4139
  "components/pc/modal/Modal.tsx",
3975
- "components/pc/modal/use-modal/index.tsx"
4140
+ "components/pc/modal/use-modal/index.tsx",
4141
+ "components/pc/utils/names.ts"
3976
4142
  ]
3977
4143
  },
3978
4144
  "components/pc/modal/use-modal/Hook.tsx": {
@@ -4012,7 +4178,8 @@
4012
4178
  "components/pc/icon-hover/index.ts",
4013
4179
  "components/pc/notice/constants.ts",
4014
4180
  "components/pc/utils/className.ts",
4015
- "components/pc/utils/is.ts"
4181
+ "components/pc/utils/is.ts",
4182
+ "components/pc/utils/names.ts"
4016
4183
  ]
4017
4184
  },
4018
4185
  "components/pc/notice/constants.ts": {
@@ -4028,7 +4195,8 @@
4028
4195
  "isEntry": true,
4029
4196
  "imports": [
4030
4197
  "components/pc/notice/Notice.tsx",
4031
- "components/pc/notice/withNotice.tsx"
4198
+ "components/pc/notice/withNotice.tsx",
4199
+ "components/pc/utils/names.ts"
4032
4200
  ]
4033
4201
  },
4034
4202
  "components/pc/notice/utils.ts": {
@@ -4071,7 +4239,8 @@
4071
4239
  "components/pc/transition/index.ts",
4072
4240
  "components/pc/utils/className.ts",
4073
4241
  "components/pc/utils/is.ts",
4074
- "components/pc/utils/mergeProps.ts"
4242
+ "components/pc/utils/mergeProps.ts",
4243
+ "components/pc/utils/names.ts"
4075
4244
  ]
4076
4245
  },
4077
4246
  "components/pc/notification/constants.ts": {
@@ -4090,7 +4259,8 @@
4090
4259
  "isEntry": true,
4091
4260
  "imports": [
4092
4261
  "components/pc/notification/Notification.tsx",
4093
- "components/pc/notification/useNotification.tsx"
4262
+ "components/pc/notification/useNotification.tsx",
4263
+ "components/pc/utils/names.ts"
4094
4264
  ]
4095
4265
  },
4096
4266
  "components/pc/notification/useNotification.tsx": {
@@ -4148,7 +4318,8 @@
4148
4318
  "isEntry": true,
4149
4319
  "imports": [
4150
4320
  "components/pc/overflow-ellipsis/OverflowEllipsis.tsx",
4151
- "components/pc/overflow-ellipsis/OverflowItem.tsx"
4321
+ "components/pc/overflow-ellipsis/OverflowItem.tsx",
4322
+ "components/pc/utils/names.ts"
4152
4323
  ]
4153
4324
  },
4154
4325
  "components/pc/page-header/PageHeader.tsx": {
@@ -4165,7 +4336,8 @@
4165
4336
  "components/pc/hooks/use-resize-observers/index.ts",
4166
4337
  "components/pc/icon-hover/index.ts",
4167
4338
  "components/pc/utils/className.ts",
4168
- "components/pc/utils/is.ts"
4339
+ "components/pc/utils/is.ts",
4340
+ "components/pc/utils/names.ts"
4169
4341
  ]
4170
4342
  },
4171
4343
  "components/pc/page-header/index.ts": {
@@ -4174,7 +4346,8 @@
4174
4346
  "src": "components/pc/page-header/index.ts",
4175
4347
  "isEntry": true,
4176
4348
  "imports": [
4177
- "components/pc/page-header/PageHeader.tsx"
4349
+ "components/pc/page-header/PageHeader.tsx",
4350
+ "components/pc/utils/names.ts"
4178
4351
  ]
4179
4352
  },
4180
4353
  "components/pc/pagination/PageItem.tsx": {
@@ -4233,6 +4406,7 @@
4233
4406
  "components/pc/pagination/interface.ts",
4234
4407
  "components/pc/utils/className.ts",
4235
4408
  "components/pc/utils/is.ts",
4409
+ "components/pc/utils/names.ts",
4236
4410
  "components/pc/utils/pick.ts"
4237
4411
  ]
4238
4412
  },
@@ -4243,7 +4417,8 @@
4243
4417
  "isEntry": true,
4244
4418
  "imports": [
4245
4419
  "components/pc/pagination/PageOption.tsx",
4246
- "components/pc/pagination/Pagination.tsx"
4420
+ "components/pc/pagination/Pagination.tsx",
4421
+ "components/pc/utils/names.ts"
4247
4422
  ]
4248
4423
  },
4249
4424
  "components/pc/pagination/interface.ts": {
@@ -4293,7 +4468,8 @@
4293
4468
  "isEntry": true,
4294
4469
  "imports": [
4295
4470
  "components/pc/picker/Input.tsx",
4296
- "components/pc/picker/InputRange.tsx"
4471
+ "components/pc/picker/InputRange.tsx",
4472
+ "components/pc/utils/names.ts"
4297
4473
  ]
4298
4474
  },
4299
4475
  "components/pc/popconfirm/Popconfirm.tsx": {
@@ -4309,7 +4485,8 @@
4309
4485
  "components/pc/hooks/use-merge-props/index.ts",
4310
4486
  "components/pc/tooltip/index.ts",
4311
4487
  "components/pc/utils/className.ts",
4312
- "components/pc/utils/is.ts"
4488
+ "components/pc/utils/is.ts",
4489
+ "components/pc/utils/names.ts"
4313
4490
  ]
4314
4491
  },
4315
4492
  "components/pc/popconfirm/index.ts": {
@@ -4318,7 +4495,8 @@
4318
4495
  "src": "components/pc/popconfirm/index.ts",
4319
4496
  "isEntry": true,
4320
4497
  "imports": [
4321
- "components/pc/popconfirm/Popconfirm.tsx"
4498
+ "components/pc/popconfirm/Popconfirm.tsx",
4499
+ "components/pc/utils/names.ts"
4322
4500
  ]
4323
4501
  },
4324
4502
  "components/pc/popover/Popover.tsx": {
@@ -4332,7 +4510,8 @@
4332
4510
  "components/pc/hooks/use-merge-props/index.ts",
4333
4511
  "components/pc/tooltip/index.ts",
4334
4512
  "components/pc/utils/className.ts",
4335
- "components/pc/utils/is.ts"
4513
+ "components/pc/utils/is.ts",
4514
+ "components/pc/utils/names.ts"
4336
4515
  ]
4337
4516
  },
4338
4517
  "components/pc/popover/index.ts": {
@@ -4341,7 +4520,8 @@
4341
4520
  "src": "components/pc/popover/index.ts",
4342
4521
  "isEntry": true,
4343
4522
  "imports": [
4344
- "components/pc/popover/Popover.tsx"
4523
+ "components/pc/popover/Popover.tsx",
4524
+ "components/pc/utils/names.ts"
4345
4525
  ]
4346
4526
  },
4347
4527
  "components/pc/portal/Portal.tsx": {
@@ -4353,7 +4533,8 @@
4353
4533
  "components/pc/config-provider/context.ts",
4354
4534
  "components/pc/config-provider/index.ts",
4355
4535
  "components/pc/utils/className.ts",
4356
- "components/pc/utils/dom.ts"
4536
+ "components/pc/utils/dom.ts",
4537
+ "components/pc/utils/names.ts"
4357
4538
  ]
4358
4539
  },
4359
4540
  "components/pc/portal/index.ts": {
@@ -4362,7 +4543,8 @@
4362
4543
  "src": "components/pc/portal/index.ts",
4363
4544
  "isEntry": true,
4364
4545
  "imports": [
4365
- "components/pc/portal/Portal.tsx"
4546
+ "components/pc/portal/Portal.tsx",
4547
+ "components/pc/utils/names.ts"
4366
4548
  ]
4367
4549
  },
4368
4550
  "components/pc/progress/CircleProgress.tsx": {
@@ -4400,6 +4582,7 @@
4400
4582
  "components/pc/progress/LineProgess.tsx",
4401
4583
  "components/pc/progress/StepProgress.tsx",
4402
4584
  "components/pc/utils/className.ts",
4585
+ "components/pc/utils/names.ts",
4403
4586
  "components/pc/utils/omit.ts"
4404
4587
  ]
4405
4588
  },
@@ -4422,7 +4605,8 @@
4422
4605
  "components/pc/progress/CircleProgress.tsx",
4423
4606
  "components/pc/progress/LineProgess.tsx",
4424
4607
  "components/pc/progress/Progress.tsx",
4425
- "components/pc/progress/StepProgress.tsx"
4608
+ "components/pc/progress/StepProgress.tsx",
4609
+ "components/pc/utils/names.ts"
4426
4610
  ]
4427
4611
  },
4428
4612
  "components/pc/qr-code/QRCode.tsx": {
@@ -4435,7 +4619,8 @@
4435
4619
  "components/pc/config-provider/index.ts",
4436
4620
  "components/pc/hooks/use-merge-props/index.ts",
4437
4621
  "components/pc/qr-code/src/index.tsx",
4438
- "components/pc/utils/className.ts"
4622
+ "components/pc/utils/className.ts",
4623
+ "components/pc/utils/names.ts"
4439
4624
  ]
4440
4625
  },
4441
4626
  "components/pc/qr-code/index.ts": {
@@ -4445,7 +4630,8 @@
4445
4630
  "isEntry": true,
4446
4631
  "imports": [
4447
4632
  "components/pc/qr-code/QRCode.tsx",
4448
- "components/pc/qr-code/src/qrcodegen.js"
4633
+ "components/pc/qr-code/src/qrcodegen.js",
4634
+ "components/pc/utils/names.ts"
4449
4635
  ]
4450
4636
  },
4451
4637
  "components/pc/qr-code/src/index.tsx": {
@@ -4481,6 +4667,7 @@
4481
4667
  "components/pc/utils/className.ts",
4482
4668
  "components/pc/utils/constant.ts",
4483
4669
  "components/pc/utils/is.ts",
4670
+ "components/pc/utils/names.ts",
4484
4671
  "components/pc/utils/pick.ts"
4485
4672
  ]
4486
4673
  },
@@ -4498,7 +4685,8 @@
4498
4685
  "components/pc/radio/Radio.tsx",
4499
4686
  "components/pc/radio/context.ts",
4500
4687
  "components/pc/typography/Ellipsis.tsx",
4501
- "components/pc/utils/className.ts"
4688
+ "components/pc/utils/className.ts",
4689
+ "components/pc/utils/names.ts"
4502
4690
  ]
4503
4691
  },
4504
4692
  "components/pc/radio/Radio.tsx": {
@@ -4516,6 +4704,7 @@
4516
4704
  "components/pc/radio/context.ts",
4517
4705
  "components/pc/utils/className.ts",
4518
4706
  "components/pc/utils/is.ts",
4707
+ "components/pc/utils/names.ts",
4519
4708
  "components/pc/utils/omit.ts"
4520
4709
  ]
4521
4710
  },
@@ -4534,7 +4723,8 @@
4534
4723
  "components/pc/radio/Group.tsx",
4535
4724
  "components/pc/radio/GroupBlock.tsx",
4536
4725
  "components/pc/radio/Radio.tsx",
4537
- "components/pc/radio/context.ts"
4726
+ "components/pc/radio/context.ts",
4727
+ "components/pc/utils/names.ts"
4538
4728
  ]
4539
4729
  },
4540
4730
  "components/pc/rate/Rate.tsx": {
@@ -4550,6 +4740,7 @@
4550
4740
  "components/pc/tooltip/index.ts",
4551
4741
  "components/pc/utils/className.ts",
4552
4742
  "components/pc/utils/is.ts",
4743
+ "components/pc/utils/names.ts",
4553
4744
  "components/pc/utils/omit.ts"
4554
4745
  ]
4555
4746
  },
@@ -4559,7 +4750,8 @@
4559
4750
  "src": "components/pc/rate/index.ts",
4560
4751
  "isEntry": true,
4561
4752
  "imports": [
4562
- "components/pc/rate/Rate.tsx"
4753
+ "components/pc/rate/Rate.tsx",
4754
+ "components/pc/utils/names.ts"
4563
4755
  ]
4564
4756
  },
4565
4757
  "components/pc/resize-box/ResizeBox.tsx": {
@@ -4576,6 +4768,7 @@
4576
4768
  "components/pc/utils/className.ts",
4577
4769
  "components/pc/utils/dom.ts",
4578
4770
  "components/pc/utils/is.ts",
4771
+ "components/pc/utils/names.ts",
4579
4772
  "components/pc/utils/omit.ts"
4580
4773
  ]
4581
4774
  },
@@ -4605,7 +4798,8 @@
4605
4798
  "components/pc/resize-box/ResizeTrigger.tsx",
4606
4799
  "components/pc/utils/className.ts",
4607
4800
  "components/pc/utils/dom.ts",
4608
- "components/pc/utils/is.ts"
4801
+ "components/pc/utils/is.ts",
4802
+ "components/pc/utils/names.ts"
4609
4803
  ]
4610
4804
  },
4611
4805
  "components/pc/resize-box/SplitGroup.tsx": {
@@ -4620,6 +4814,7 @@
4620
4814
  "components/pc/utils/className.ts",
4621
4815
  "components/pc/utils/dom.ts",
4622
4816
  "components/pc/utils/is.ts",
4817
+ "components/pc/utils/names.ts",
4623
4818
  "components/pc/utils/omit.ts"
4624
4819
  ]
4625
4820
  },
@@ -4631,7 +4826,8 @@
4631
4826
  "imports": [
4632
4827
  "components/pc/resize-box/ResizeBox.tsx",
4633
4828
  "components/pc/resize-box/Split.tsx",
4634
- "components/pc/resize-box/SplitGroup.tsx"
4829
+ "components/pc/resize-box/SplitGroup.tsx",
4830
+ "components/pc/utils/names.ts"
4635
4831
  ]
4636
4832
  },
4637
4833
  "components/pc/result/403.tsx": {
@@ -4665,7 +4861,8 @@
4665
4861
  "components/pc/result/404.tsx",
4666
4862
  "components/pc/result/500.tsx",
4667
4863
  "components/pc/utils/className.ts",
4668
- "components/pc/utils/is.ts"
4864
+ "components/pc/utils/is.ts",
4865
+ "components/pc/utils/names.ts"
4669
4866
  ]
4670
4867
  },
4671
4868
  "components/pc/result/index.ts": {
@@ -4674,7 +4871,8 @@
4674
4871
  "src": "components/pc/result/index.ts",
4675
4872
  "isEntry": true,
4676
4873
  "imports": [
4677
- "components/pc/result/Result.tsx"
4874
+ "components/pc/result/Result.tsx",
4875
+ "components/pc/utils/names.ts"
4678
4876
  ]
4679
4877
  },
4680
4878
  "components/pc/rich-text/RichText.tsx": {
@@ -4713,6 +4911,7 @@
4713
4911
  "components/pc/utils/dom.ts",
4714
4912
  "components/pc/utils/is.ts",
4715
4913
  "components/pc/utils/lodash.ts",
4914
+ "components/pc/utils/names.ts",
4716
4915
  "components/pc/utils/string.ts"
4717
4916
  ]
4718
4917
  },
@@ -4757,7 +4956,8 @@
4757
4956
  "components/pc/rich-text/lib/formats/video.ts",
4758
4957
  "components/pc/rich-text/lib/index.ts",
4759
4958
  "components/pc/select/index.ts",
4760
- "components/pc/utils/className.ts"
4959
+ "components/pc/utils/className.ts",
4960
+ "components/pc/utils/names.ts"
4761
4961
  ]
4762
4962
  },
4763
4963
  "components/pc/rich-text/constant.ts": {
@@ -4781,7 +4981,8 @@
4781
4981
  "components/pc/rich-text/lib/delta/OpIterator.ts",
4782
4982
  "components/pc/rich-text/lib/delta/index.ts",
4783
4983
  "components/pc/rich-text/lib/index.ts",
4784
- "components/pc/rich-text/lib/parchment/index.ts"
4984
+ "components/pc/rich-text/lib/parchment/index.ts",
4985
+ "components/pc/utils/names.ts"
4785
4986
  ]
4786
4987
  },
4787
4988
  "components/pc/rich-text/lib/blots/block.ts": {
@@ -5808,7 +6009,8 @@
5808
6009
  "components/pc/hooks/use-merge-props/index.ts",
5809
6010
  "components/pc/row-col/context.ts",
5810
6011
  "components/pc/utils/className.ts",
5811
- "components/pc/utils/is.ts"
6012
+ "components/pc/utils/is.ts",
6013
+ "components/pc/utils/names.ts"
5812
6014
  ]
5813
6015
  },
5814
6016
  "components/pc/row-col/Col.tsx": {
@@ -5825,6 +6027,7 @@
5825
6027
  "components/pc/row-col/context.ts",
5826
6028
  "components/pc/utils/className.ts",
5827
6029
  "components/pc/utils/is.ts",
6030
+ "components/pc/utils/names.ts",
5828
6031
  "components/pc/utils/responsiveObserve.ts"
5829
6032
  ]
5830
6033
  },
@@ -5840,7 +6043,8 @@
5840
6043
  "components/pc/hooks/use-responsive-state/index.ts",
5841
6044
  "components/pc/row-col/context.ts",
5842
6045
  "components/pc/utils/className.ts",
5843
- "components/pc/utils/is.ts"
6046
+ "components/pc/utils/is.ts",
6047
+ "components/pc/utils/names.ts"
5844
6048
  ]
5845
6049
  },
5846
6050
  "components/pc/row-col/context.ts": {
@@ -5857,7 +6061,8 @@
5857
6061
  "imports": [
5858
6062
  "components/pc/row-col/Col.tsx",
5859
6063
  "components/pc/row-col/Row.tsx",
5860
- "components/pc/row-col/context.ts"
6064
+ "components/pc/row-col/context.ts",
6065
+ "components/pc/utils/names.ts"
5861
6066
  ]
5862
6067
  },
5863
6068
  "components/pc/segmented/Segmented.tsx": {
@@ -5873,7 +6078,8 @@
5873
6078
  "components/pc/hooks/use-merge-props/index.ts",
5874
6079
  "components/pc/hooks/use-update-effect/index.ts",
5875
6080
  "components/pc/utils/className.ts",
5876
- "components/pc/utils/is.ts"
6081
+ "components/pc/utils/is.ts",
6082
+ "components/pc/utils/names.ts"
5877
6083
  ]
5878
6084
  },
5879
6085
  "components/pc/segmented/index.ts": {
@@ -5882,7 +6088,8 @@
5882
6088
  "src": "components/pc/segmented/index.ts",
5883
6089
  "isEntry": true,
5884
6090
  "imports": [
5885
- "components/pc/segmented/Segmented.tsx"
6091
+ "components/pc/segmented/Segmented.tsx",
6092
+ "components/pc/utils/names.ts"
5886
6093
  ]
5887
6094
  },
5888
6095
  "components/pc/select-view/Core.tsx": {
@@ -5921,6 +6128,7 @@
5921
6128
  "components/pc/select-view/Core.tsx",
5922
6129
  "components/pc/utils/className.ts",
5923
6130
  "components/pc/utils/is.ts",
6131
+ "components/pc/utils/names.ts",
5924
6132
  "components/pc/utils/pick.ts"
5925
6133
  ]
5926
6134
  },
@@ -5930,7 +6138,8 @@
5930
6138
  "src": "components/pc/select-view/index.ts",
5931
6139
  "isEntry": true,
5932
6140
  "imports": [
5933
- "components/pc/select-view/SelectView.tsx"
6141
+ "components/pc/select-view/SelectView.tsx",
6142
+ "components/pc/utils/names.ts"
5934
6143
  ]
5935
6144
  },
5936
6145
  "components/pc/select/Option.tsx": {
@@ -5971,11 +6180,13 @@
5971
6180
  "components/pc/select-view/index.ts",
5972
6181
  "components/pc/select/utils.tsx",
5973
6182
  "components/pc/trigger/index.ts",
6183
+ "components/pc/trigger/utils.ts",
5974
6184
  "components/pc/utils/className.ts",
5975
6185
  "components/pc/utils/getHotkeyHandler.ts",
5976
6186
  "components/pc/utils/is.ts",
5977
6187
  "components/pc/utils/keyboardCode.ts",
5978
6188
  "components/pc/utils/lodash.ts",
6189
+ "components/pc/utils/names.ts",
5979
6190
  "components/pc/utils/omit.ts",
5980
6191
  "components/pc/virtual-list/index.ts"
5981
6192
  ]
@@ -5988,7 +6199,8 @@
5988
6199
  "imports": [
5989
6200
  "components/pc/select/Option.tsx",
5990
6201
  "components/pc/select/OptionGroup.tsx",
5991
- "components/pc/select/Select.tsx"
6202
+ "components/pc/select/Select.tsx",
6203
+ "components/pc/utils/names.ts"
5992
6204
  ]
5993
6205
  },
5994
6206
  "components/pc/select/utils.tsx": {
@@ -6025,6 +6237,7 @@
6025
6237
  "components/pc/skeleton/Text.tsx",
6026
6238
  "components/pc/utils/className.ts",
6027
6239
  "components/pc/utils/is.ts",
6240
+ "components/pc/utils/names.ts",
6028
6241
  "components/pc/utils/pick.ts"
6029
6242
  ]
6030
6243
  },
@@ -6046,7 +6259,8 @@
6046
6259
  "imports": [
6047
6260
  "components/pc/skeleton/Image.tsx",
6048
6261
  "components/pc/skeleton/Skeleton.tsx",
6049
- "components/pc/skeleton/Text.tsx"
6262
+ "components/pc/skeleton/Text.tsx",
6263
+ "components/pc/utils/names.ts"
6050
6264
  ]
6051
6265
  },
6052
6266
  "components/pc/slider/Button.tsx": {
@@ -6120,6 +6334,7 @@
6120
6334
  "components/pc/utils/className.ts",
6121
6335
  "components/pc/utils/dom.ts",
6122
6336
  "components/pc/utils/is.ts",
6337
+ "components/pc/utils/names.ts",
6123
6338
  "components/pc/utils/omit.ts"
6124
6339
  ]
6125
6340
  },
@@ -6164,7 +6379,8 @@
6164
6379
  "components/pc/slider/Input.tsx",
6165
6380
  "components/pc/slider/Mark.tsx",
6166
6381
  "components/pc/slider/Slider.tsx",
6167
- "components/pc/slider/Tick.tsx"
6382
+ "components/pc/slider/Tick.tsx",
6383
+ "components/pc/utils/names.ts"
6168
6384
  ]
6169
6385
  },
6170
6386
  "components/pc/slider/utils.ts": {
@@ -6182,7 +6398,8 @@
6182
6398
  "components/pc/config-provider/context.ts",
6183
6399
  "components/pc/config-provider/index.ts",
6184
6400
  "components/pc/hooks/use-merge-props/index.ts",
6185
- "components/pc/utils/className.ts"
6401
+ "components/pc/utils/className.ts",
6402
+ "components/pc/utils/names.ts"
6186
6403
  ]
6187
6404
  },
6188
6405
  "components/pc/space/index.ts": {
@@ -6191,7 +6408,8 @@
6191
6408
  "src": "components/pc/space/index.ts",
6192
6409
  "isEntry": true,
6193
6410
  "imports": [
6194
- "components/pc/space/Space.tsx"
6411
+ "components/pc/space/Space.tsx",
6412
+ "components/pc/utils/names.ts"
6195
6413
  ]
6196
6414
  },
6197
6415
  "components/pc/speech-synthesis/SpeechSynthesis.tsx": {
@@ -6209,7 +6427,8 @@
6209
6427
  "src": "components/pc/speech-synthesis/index.ts",
6210
6428
  "isEntry": true,
6211
6429
  "imports": [
6212
- "components/pc/speech-synthesis/SpeechSynthesis.tsx"
6430
+ "components/pc/speech-synthesis/SpeechSynthesis.tsx",
6431
+ "components/pc/utils/names.ts"
6213
6432
  ]
6214
6433
  },
6215
6434
  "components/pc/spin/DotLoading.tsx": {
@@ -6234,7 +6453,8 @@
6234
6453
  "components/pc/hooks/use-merge-props/index.ts",
6235
6454
  "components/pc/loading/Loading.tsx",
6236
6455
  "components/pc/utils/className.ts",
6237
- "components/pc/utils/is.ts"
6456
+ "components/pc/utils/is.ts",
6457
+ "components/pc/utils/names.ts"
6238
6458
  ]
6239
6459
  },
6240
6460
  "components/pc/spin/index.ts": {
@@ -6244,7 +6464,8 @@
6244
6464
  "isEntry": true,
6245
6465
  "imports": [
6246
6466
  "components/pc/spin/DotLoading.tsx",
6247
- "components/pc/spin/Spin.tsx"
6467
+ "components/pc/spin/Spin.tsx",
6468
+ "components/pc/utils/names.ts"
6248
6469
  ]
6249
6470
  },
6250
6471
  "components/pc/splitter/Panel.tsx": {
@@ -6256,7 +6477,8 @@
6256
6477
  "components/pc/config-provider/context.ts",
6257
6478
  "components/pc/config-provider/index.ts",
6258
6479
  "components/pc/utils/className.ts",
6259
- "components/pc/utils/is.ts"
6480
+ "components/pc/utils/is.ts",
6481
+ "components/pc/utils/names.ts"
6260
6482
  ]
6261
6483
  },
6262
6484
  "components/pc/splitter/SplitBar.tsx": {
@@ -6290,7 +6512,8 @@
6290
6512
  "components/pc/splitter/hooks/useResize.ts",
6291
6513
  "components/pc/splitter/hooks/useSizes.ts",
6292
6514
  "components/pc/utils/className.ts",
6293
- "components/pc/utils/is.ts"
6515
+ "components/pc/utils/is.ts",
6516
+ "components/pc/utils/names.ts"
6294
6517
  ]
6295
6518
  },
6296
6519
  "components/pc/splitter/hooks/useItems.ts": {
@@ -6335,7 +6558,8 @@
6335
6558
  "isEntry": true,
6336
6559
  "imports": [
6337
6560
  "components/pc/splitter/Panel.tsx",
6338
- "components/pc/splitter/Splitter.tsx"
6561
+ "components/pc/splitter/Splitter.tsx",
6562
+ "components/pc/utils/names.ts"
6339
6563
  ]
6340
6564
  },
6341
6565
  "components/pc/statistic/Statistic.tsx": {
@@ -6351,6 +6575,7 @@
6351
6575
  "components/pc/statistic/interface.ts",
6352
6576
  "components/pc/utils/className.ts",
6353
6577
  "components/pc/utils/is.ts",
6578
+ "components/pc/utils/names.ts",
6354
6579
  "components/pc/utils/omit.ts",
6355
6580
  "components/pc/utils/tween.ts"
6356
6581
  ]
@@ -6362,7 +6587,8 @@
6362
6587
  "isEntry": true,
6363
6588
  "imports": [
6364
6589
  "components/pc/countdown/index.ts",
6365
- "components/pc/statistic/Statistic.tsx"
6590
+ "components/pc/statistic/Statistic.tsx",
6591
+ "components/pc/utils/names.ts"
6366
6592
  ]
6367
6593
  },
6368
6594
  "components/pc/statistic/interface.ts": {
@@ -6377,7 +6603,8 @@
6377
6603
  "src": "components/pc/steps/Step.tsx",
6378
6604
  "isEntry": true,
6379
6605
  "imports": [
6380
- "components/pc/utils/className.ts"
6606
+ "components/pc/utils/className.ts",
6607
+ "components/pc/utils/names.ts"
6381
6608
  ]
6382
6609
  },
6383
6610
  "components/pc/steps/Steps.tsx": {
@@ -6391,6 +6618,7 @@
6391
6618
  "components/pc/hooks/use-merge-props/index.ts",
6392
6619
  "components/pc/utils/className.ts",
6393
6620
  "components/pc/utils/is.ts",
6621
+ "components/pc/utils/names.ts",
6394
6622
  "components/pc/utils/pick.ts"
6395
6623
  ]
6396
6624
  },
@@ -6401,7 +6629,8 @@
6401
6629
  "isEntry": true,
6402
6630
  "imports": [
6403
6631
  "components/pc/steps/Step.tsx",
6404
- "components/pc/steps/Steps.tsx"
6632
+ "components/pc/steps/Steps.tsx",
6633
+ "components/pc/utils/names.ts"
6405
6634
  ]
6406
6635
  },
6407
6636
  "components/pc/suspense-fallback-test/SuspenseFallbackTest.tsx": {
@@ -6416,7 +6645,8 @@
6416
6645
  "src": "components/pc/suspense-fallback-test/index.ts",
6417
6646
  "isEntry": true,
6418
6647
  "imports": [
6419
- "components/pc/suspense-fallback-test/SuspenseFallbackTest.tsx"
6648
+ "components/pc/suspense-fallback-test/SuspenseFallbackTest.tsx",
6649
+ "components/pc/utils/names.ts"
6420
6650
  ]
6421
6651
  },
6422
6652
  "components/pc/switch/Switch.tsx": {
@@ -6432,6 +6662,7 @@
6432
6662
  "components/pc/hooks/use-set-state/index.ts",
6433
6663
  "components/pc/utils/className.ts",
6434
6664
  "components/pc/utils/is.ts",
6665
+ "components/pc/utils/names.ts",
6435
6666
  "components/pc/utils/omit.ts"
6436
6667
  ]
6437
6668
  },
@@ -6441,7 +6672,8 @@
6441
6672
  "src": "components/pc/switch/index.ts",
6442
6673
  "isEntry": true,
6443
6674
  "imports": [
6444
- "components/pc/switch/Switch.tsx"
6675
+ "components/pc/switch/Switch.tsx",
6676
+ "components/pc/utils/names.ts"
6445
6677
  ]
6446
6678
  },
6447
6679
  "components/pc/table/ColGroup.tsx": {
@@ -6487,6 +6719,7 @@
6487
6719
  "components/pc/utils/getScrollBarHeight.ts",
6488
6720
  "components/pc/utils/getScrollBarWidth.ts",
6489
6721
  "components/pc/utils/is.ts",
6722
+ "components/pc/utils/names.ts",
6490
6723
  "components/pc/utils/pick.ts",
6491
6724
  "components/pc/utils/tween.ts"
6492
6725
  ]
@@ -6606,7 +6839,8 @@
6606
6839
  "components/pc/table/summary/Cell.tsx",
6607
6840
  "components/pc/table/summary/Row.tsx",
6608
6841
  "components/pc/table/summary/context.ts",
6609
- "components/pc/table/summary/index.tsx"
6842
+ "components/pc/table/summary/index.tsx",
6843
+ "components/pc/utils/names.ts"
6610
6844
  ]
6611
6845
  },
6612
6846
  "components/pc/table/summary/Cell.tsx": {
@@ -6813,6 +7047,7 @@
6813
7047
  "components/pc/config-provider/index.ts",
6814
7048
  "components/pc/tabs/context.ts",
6815
7049
  "components/pc/utils/className.ts",
7050
+ "components/pc/utils/names.ts",
6816
7051
  "components/pc/utils/omit.ts"
6817
7052
  ]
6818
7053
  },
@@ -6833,6 +7068,7 @@
6833
7068
  "components/pc/tabs/tab-header/index.tsx",
6834
7069
  "components/pc/utils/className.ts",
6835
7070
  "components/pc/utils/is.ts",
7071
+ "components/pc/utils/names.ts",
6836
7072
  "components/pc/utils/omit.ts"
6837
7073
  ]
6838
7074
  },
@@ -6868,7 +7104,8 @@
6868
7104
  "components/pc/tabs/Tabs.tsx",
6869
7105
  "components/pc/tabs/context.ts",
6870
7106
  "components/pc/tabs/hook/useDomSize.ts",
6871
- "components/pc/tabs/hook/useHeaderScroll.ts"
7107
+ "components/pc/tabs/hook/useHeaderScroll.ts",
7108
+ "components/pc/utils/names.ts"
6872
7109
  ]
6873
7110
  },
6874
7111
  "components/pc/tabs/tab-header/DropdownIcon.tsx": {
@@ -6944,6 +7181,7 @@
6944
7181
  "components/pc/tabs/utils.ts",
6945
7182
  "components/pc/utils/className.ts",
6946
7183
  "components/pc/utils/is.ts",
7184
+ "components/pc/utils/names.ts",
6947
7185
  "components/pc/utils/style.ts"
6948
7186
  ]
6949
7187
  },
@@ -6971,6 +7209,7 @@
6971
7209
  "components/pc/tag/utils.ts",
6972
7210
  "components/pc/utils/className.ts",
6973
7211
  "components/pc/utils/is.ts",
7212
+ "components/pc/utils/names.ts",
6974
7213
  "components/pc/utils/omit.ts"
6975
7214
  ]
6976
7215
  },
@@ -6981,7 +7220,8 @@
6981
7220
  "isEntry": true,
6982
7221
  "imports": [
6983
7222
  "components/pc/tag/Tag.tsx",
6984
- "components/pc/tag/utils.ts"
7223
+ "components/pc/tag/utils.ts",
7224
+ "components/pc/utils/names.ts"
6985
7225
  ]
6986
7226
  },
6987
7227
  "components/pc/tag/utils.ts": {
@@ -7072,7 +7312,8 @@
7072
7312
  "imports": [
7073
7313
  "components/pc/time-picker/TimePicker.tsx",
7074
7314
  "components/pc/time-picker/TimePickerRange.tsx",
7075
- "components/pc/time-picker/context.ts"
7315
+ "components/pc/time-picker/context.ts",
7316
+ "components/pc/utils/names.ts"
7076
7317
  ]
7077
7318
  },
7078
7319
  "components/pc/time-picker/utils.ts": {
@@ -7102,7 +7343,8 @@
7102
7343
  "components/pc/config-provider/context.ts",
7103
7344
  "components/pc/config-provider/index.ts",
7104
7345
  "components/pc/hooks/use-merge-props/index.ts",
7105
- "components/pc/utils/className.ts"
7346
+ "components/pc/utils/className.ts",
7347
+ "components/pc/utils/names.ts"
7106
7348
  ]
7107
7349
  },
7108
7350
  "components/pc/timeline/Timeline.tsx": {
@@ -7116,7 +7358,8 @@
7116
7358
  "components/pc/hooks/use-merge-props/index.ts",
7117
7359
  "components/pc/spin/index.ts",
7118
7360
  "components/pc/timeline/Item.tsx",
7119
- "components/pc/utils/className.ts"
7361
+ "components/pc/utils/className.ts",
7362
+ "components/pc/utils/names.ts"
7120
7363
  ]
7121
7364
  },
7122
7365
  "components/pc/timeline/index.ts": {
@@ -7126,7 +7369,8 @@
7126
7369
  "isEntry": true,
7127
7370
  "imports": [
7128
7371
  "components/pc/timeline/Item.tsx",
7129
- "components/pc/timeline/Timeline.tsx"
7372
+ "components/pc/timeline/Timeline.tsx",
7373
+ "components/pc/utils/names.ts"
7130
7374
  ]
7131
7375
  },
7132
7376
  "components/pc/timer/Timer.tsx": {
@@ -7138,7 +7382,8 @@
7138
7382
  "components/pc/config-provider/context.ts",
7139
7383
  "components/pc/config-provider/index.ts",
7140
7384
  "components/pc/hooks/use-merge-props/index.ts",
7141
- "components/pc/utils/className.ts"
7385
+ "components/pc/utils/className.ts",
7386
+ "components/pc/utils/names.ts"
7142
7387
  ]
7143
7388
  },
7144
7389
  "components/pc/timer/index.ts": {
@@ -7147,7 +7392,8 @@
7147
7392
  "src": "components/pc/timer/index.ts",
7148
7393
  "isEntry": true,
7149
7394
  "imports": [
7150
- "components/pc/timer/Timer.tsx"
7395
+ "components/pc/timer/Timer.tsx",
7396
+ "components/pc/utils/names.ts"
7151
7397
  ]
7152
7398
  },
7153
7399
  "components/pc/toast/Toast.tsx": {
@@ -7156,8 +7402,7 @@
7156
7402
  "src": "components/pc/toast/Toast.tsx",
7157
7403
  "isEntry": true,
7158
7404
  "imports": [
7159
- "components/pc/message/index.ts",
7160
- "components/pc/message/useMessage.tsx"
7405
+ "components/pc/message/index.ts"
7161
7406
  ]
7162
7407
  },
7163
7408
  "components/pc/toast/index.ts": {
@@ -7166,8 +7411,9 @@
7166
7411
  "src": "components/pc/toast/index.ts",
7167
7412
  "isEntry": true,
7168
7413
  "imports": [
7414
+ "components/pc/message/index.ts",
7169
7415
  "components/pc/message/useMessage.tsx",
7170
- "components/pc/toast/Toast.tsx"
7416
+ "components/pc/utils/names.ts"
7171
7417
  ]
7172
7418
  },
7173
7419
  "components/pc/tooltip/Tooltip.tsx": {
@@ -7183,6 +7429,8 @@
7183
7429
  "components/pc/trigger/utils.ts",
7184
7430
  "components/pc/utils/className.ts",
7185
7431
  "components/pc/utils/is.ts",
7432
+ "components/pc/utils/lodash.ts",
7433
+ "components/pc/utils/names.ts",
7186
7434
  "components/pc/utils/pick.ts"
7187
7435
  ]
7188
7436
  },
@@ -7192,7 +7440,8 @@
7192
7440
  "src": "components/pc/tooltip/index.ts",
7193
7441
  "isEntry": true,
7194
7442
  "imports": [
7195
- "components/pc/tooltip/Tooltip.tsx"
7443
+ "components/pc/tooltip/Tooltip.tsx",
7444
+ "components/pc/utils/names.ts"
7196
7445
  ]
7197
7446
  },
7198
7447
  "components/pc/tour/Tour.tsx": {
@@ -7225,7 +7474,8 @@
7225
7474
  "src": "components/pc/tour/index.ts",
7226
7475
  "isEntry": true,
7227
7476
  "imports": [
7228
- "components/pc/tour/Tour.tsx"
7477
+ "components/pc/tour/Tour.tsx",
7478
+ "components/pc/utils/names.ts"
7229
7479
  ]
7230
7480
  },
7231
7481
  "components/pc/transfer/Item.tsx": {
@@ -7276,6 +7526,7 @@
7276
7526
  "components/pc/transfer/List.tsx",
7277
7527
  "components/pc/utils/className.ts",
7278
7528
  "components/pc/utils/is.ts",
7529
+ "components/pc/utils/names.ts",
7279
7530
  "components/pc/utils/pick.ts"
7280
7531
  ]
7281
7532
  },
@@ -7285,7 +7536,8 @@
7285
7536
  "src": "components/pc/transfer/index.ts",
7286
7537
  "isEntry": true,
7287
7538
  "imports": [
7288
- "components/pc/transfer/Transfer.tsx"
7539
+ "components/pc/transfer/Transfer.tsx",
7540
+ "components/pc/utils/names.ts"
7289
7541
  ]
7290
7542
  },
7291
7543
  "components/pc/transition/index.ts": {
@@ -7332,7 +7584,8 @@
7332
7584
  "components/pc/trigger/index.ts",
7333
7585
  "components/pc/utils/callOrReturn.ts",
7334
7586
  "components/pc/utils/className.ts",
7335
- "components/pc/utils/is.ts"
7587
+ "components/pc/utils/is.ts",
7588
+ "components/pc/utils/names.ts"
7336
7589
  ]
7337
7590
  },
7338
7591
  "components/pc/tree-select/hook/useKeyCache.ts": {
@@ -7381,7 +7634,8 @@
7381
7634
  "imports": [
7382
7635
  "components/pc/tree-select/TreeSelect.tsx",
7383
7636
  "components/pc/tree/Node.tsx",
7384
- "components/pc/tree/utils.ts"
7637
+ "components/pc/tree/utils.ts",
7638
+ "components/pc/utils/names.ts"
7385
7639
  ]
7386
7640
  },
7387
7641
  "components/pc/tree-select/utils.ts": {
@@ -7424,6 +7678,7 @@
7424
7678
  "components/pc/utils/callOrReturn.ts",
7425
7679
  "components/pc/utils/className.ts",
7426
7680
  "components/pc/utils/is.ts",
7681
+ "components/pc/utils/names.ts",
7427
7682
  "components/pc/utils/throttleByRaf.ts"
7428
7683
  ]
7429
7684
  },
@@ -7454,6 +7709,7 @@
7454
7709
  "components/pc/tree/utils.ts",
7455
7710
  "components/pc/utils/className.ts",
7456
7711
  "components/pc/utils/is.ts",
7712
+ "components/pc/utils/names.ts",
7457
7713
  "components/pc/utils/pick.ts"
7458
7714
  ]
7459
7715
  },
@@ -7474,7 +7730,8 @@
7474
7730
  "components/pc/tree/NodeList.tsx",
7475
7731
  "components/pc/tree/Tree.tsx",
7476
7732
  "components/pc/tree/context.ts",
7477
- "components/pc/tree/utils.ts"
7733
+ "components/pc/tree/utils.ts",
7734
+ "components/pc/utils/names.ts"
7478
7735
  ]
7479
7736
  },
7480
7737
  "components/pc/tree/utils.ts": {
@@ -7506,6 +7763,7 @@
7506
7763
  "components/pc/utils/is.ts",
7507
7764
  "components/pc/utils/keyboardCode.ts",
7508
7765
  "components/pc/utils/lodash.ts",
7766
+ "components/pc/utils/names.ts",
7509
7767
  "components/pc/utils/pick.ts",
7510
7768
  "components/pc/utils/ref.ts",
7511
7769
  "components/pc/utils/throttleByRaf.ts"
@@ -7517,6 +7775,7 @@
7517
7775
  "src": "components/pc/trigger/getPopupStyle.ts",
7518
7776
  "isEntry": true,
7519
7777
  "imports": [
7778
+ "components/pc/trigger/utils.ts",
7520
7779
  "components/pc/utils/is.ts"
7521
7780
  ]
7522
7781
  },
@@ -7527,7 +7786,8 @@
7527
7786
  "isEntry": true,
7528
7787
  "imports": [
7529
7788
  "components/pc/trigger/Trigger.tsx",
7530
- "components/pc/trigger/utils.ts"
7789
+ "components/pc/trigger/utils.ts",
7790
+ "components/pc/utils/names.ts"
7531
7791
  ]
7532
7792
  },
7533
7793
  "components/pc/trigger/utils.ts": {
@@ -7536,6 +7796,8 @@
7536
7796
  "src": "components/pc/trigger/utils.ts",
7537
7797
  "isEntry": true,
7538
7798
  "imports": [
7799
+ "components/pc/utils/is.ts",
7800
+ "components/pc/utils/lodash.ts",
7539
7801
  "components/pc/utils/object.ts"
7540
7802
  ]
7541
7803
  },
@@ -7617,7 +7879,8 @@
7617
7879
  "components/pc/config-provider/context.ts",
7618
7880
  "components/pc/config-provider/index.ts",
7619
7881
  "components/pc/typography/Base.tsx",
7620
- "components/pc/utils/className.ts"
7882
+ "components/pc/utils/className.ts",
7883
+ "components/pc/utils/names.ts"
7621
7884
  ]
7622
7885
  },
7623
7886
  "components/pc/typography/Text.tsx": {
@@ -7626,7 +7889,8 @@
7626
7889
  "src": "components/pc/typography/Text.tsx",
7627
7890
  "isEntry": true,
7628
7891
  "imports": [
7629
- "components/pc/typography/Base.tsx"
7892
+ "components/pc/typography/Base.tsx",
7893
+ "components/pc/utils/names.ts"
7630
7894
  ]
7631
7895
  },
7632
7896
  "components/pc/typography/Title.tsx": {
@@ -7635,7 +7899,8 @@
7635
7899
  "src": "components/pc/typography/Title.tsx",
7636
7900
  "isEntry": true,
7637
7901
  "imports": [
7638
- "components/pc/typography/Base.tsx"
7902
+ "components/pc/typography/Base.tsx",
7903
+ "components/pc/utils/names.ts"
7639
7904
  ]
7640
7905
  },
7641
7906
  "components/pc/typography/Typography.tsx": {
@@ -7646,7 +7911,8 @@
7646
7911
  "imports": [
7647
7912
  "components/pc/config-provider/context.ts",
7648
7913
  "components/pc/config-provider/index.ts",
7649
- "components/pc/utils/className.ts"
7914
+ "components/pc/utils/className.ts",
7915
+ "components/pc/utils/names.ts"
7650
7916
  ]
7651
7917
  },
7652
7918
  "components/pc/typography/index.ts": {
@@ -7663,7 +7929,8 @@
7663
7929
  "components/pc/typography/Title.tsx",
7664
7930
  "components/pc/typography/Typography.tsx",
7665
7931
  "components/pc/typography/useCssEllipsis.ts",
7666
- "components/pc/typography/useEllipsis.tsx"
7932
+ "components/pc/typography/useEllipsis.tsx",
7933
+ "components/pc/utils/names.ts"
7667
7934
  ]
7668
7935
  },
7669
7936
  "components/pc/typography/useCssEllipsis.ts": {
@@ -7718,6 +7985,7 @@
7718
7985
  "components/pc/upload/list/index.tsx",
7719
7986
  "components/pc/utils/className.ts",
7720
7987
  "components/pc/utils/is.ts",
7988
+ "components/pc/utils/names.ts",
7721
7989
  "components/pc/utils/omit.ts",
7722
7990
  "components/pc/utils/uuid.ts",
7723
7991
  "components/pc/utils/warning.ts"
@@ -7756,7 +8024,8 @@
7756
8024
  "components/pc/upload/Upload.tsx",
7757
8025
  "components/pc/upload/Uploader.tsx",
7758
8026
  "components/pc/upload/constant.ts",
7759
- "components/pc/upload/list/index.tsx"
8027
+ "components/pc/upload/list/index.tsx",
8028
+ "components/pc/utils/names.ts"
7760
8029
  ]
7761
8030
  },
7762
8031
  "components/pc/upload/list/PictureItem.tsx": {
@@ -7822,7 +8091,8 @@
7822
8091
  "components/pc/upload/list/PictureItem.tsx",
7823
8092
  "components/pc/upload/list/TextItem.tsx",
7824
8093
  "components/pc/utils/className.ts",
7825
- "components/pc/utils/is.ts"
8094
+ "components/pc/utils/is.ts",
8095
+ "components/pc/utils/names.ts"
7826
8096
  ]
7827
8097
  },
7828
8098
  "components/pc/upload/list/utils.ts": {
@@ -8073,6 +8343,7 @@
8073
8343
  "components/pc/utils/string.ts",
8074
8344
  "components/pc/utils/style.ts",
8075
8345
  "components/pc/utils/throttleByRaf.ts",
8346
+ "components/pc/utils/tinycolor.ts",
8076
8347
  "components/pc/utils/toArray.ts",
8077
8348
  "components/pc/utils/tree.ts",
8078
8349
  "components/pc/utils/tween.ts",
@@ -8268,6 +8539,15 @@
8268
8539
  "src": "components/pc/utils/throttleByRaf2.ts",
8269
8540
  "isEntry": true
8270
8541
  },
8542
+ "components/pc/utils/tinycolor.ts": {
8543
+ "file": "utils/tinycolor.js",
8544
+ "name": "utils/tinycolor",
8545
+ "src": "components/pc/utils/tinycolor.ts",
8546
+ "isEntry": true,
8547
+ "imports": [
8548
+ "rolldown/runtime.js"
8549
+ ]
8550
+ },
8271
8551
  "components/pc/utils/toArray.ts": {
8272
8552
  "file": "utils/toArray.js",
8273
8553
  "name": "utils/toArray",
@@ -8317,7 +8597,8 @@
8317
8597
  "components/pc/hooks/use-verification-code/index.ts",
8318
8598
  "components/pc/input/InputComponent.tsx",
8319
8599
  "components/pc/utils/className.ts",
8320
- "components/pc/utils/is.ts"
8600
+ "components/pc/utils/is.ts",
8601
+ "components/pc/utils/names.ts"
8321
8602
  ]
8322
8603
  },
8323
8604
  "components/pc/verification-code/index.ts": {
@@ -8327,6 +8608,7 @@
8327
8608
  "isEntry": true,
8328
8609
  "imports": [
8329
8610
  "components/pc/hooks/use-verification-code/index.ts",
8611
+ "components/pc/utils/names.ts",
8330
8612
  "components/pc/verification-code/VerificationCode.tsx"
8331
8613
  ]
8332
8614
  },
@@ -8360,6 +8642,7 @@
8360
8642
  "components/pc/hooks/use-state-with-promise/index.ts",
8361
8643
  "components/pc/utils/className.ts",
8362
8644
  "components/pc/utils/is.ts",
8645
+ "components/pc/utils/names.ts",
8363
8646
  "components/pc/utils/ref.ts",
8364
8647
  "components/pc/virtual-list/Filler.tsx",
8365
8648
  "components/pc/virtual-list/constant.ts",
@@ -8403,6 +8686,7 @@
8403
8686
  "src": "components/pc/virtual-list/index.ts",
8404
8687
  "isEntry": true,
8405
8688
  "imports": [
8689
+ "components/pc/utils/names.ts",
8406
8690
  "components/pc/virtual-list/Filler.tsx",
8407
8691
  "components/pc/virtual-list/VirtualList.tsx"
8408
8692
  ]
@@ -8447,6 +8731,7 @@
8447
8731
  "isEntry": true,
8448
8732
  "imports": [
8449
8733
  "components/pc/hooks/use-watermark/index.ts",
8734
+ "components/pc/utils/names.ts",
8450
8735
  "components/pc/watermark/Watermark.tsx"
8451
8736
  ]
8452
8737
  },