antdv-next 1.1.9 → 1.2.0

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 (399) hide show
  1. package/dist/_util/ActionButton.d.ts +2 -2
  2. package/dist/_util/ContextIsolator.d.ts +3 -3
  3. package/dist/_util/PurePanel.d.ts +3 -3
  4. package/dist/_util/hooks/useClosable.d.ts +2 -2
  5. package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
  6. package/dist/_util/hooks/useMergedMask.d.ts +3 -3
  7. package/dist/_util/instance.d.ts +2 -2
  8. package/dist/_util/motion.js +2 -2
  9. package/dist/_util/responsiveObserver.d.ts +2 -2
  10. package/dist/_util/statusUtils.d.ts +1 -1
  11. package/dist/_util/vueNode.d.ts +7 -2
  12. package/dist/_util/wave/WaveEffect.d.ts +5 -5
  13. package/dist/_util/wave/index.d.ts +2 -2
  14. package/dist/_util/wave/style.d.ts +2 -2
  15. package/dist/_util/zindexContext.d.ts +2 -2
  16. package/dist/affix/index.d.ts +3 -3
  17. package/dist/affix/style/index.d.ts +2 -2
  18. package/dist/alert/Alert.d.ts +2 -2
  19. package/dist/alert/style/index.d.ts +2 -2
  20. package/dist/anchor/Anchor.d.ts +2 -2
  21. package/dist/anchor/AnchorLink.d.ts +2 -2
  22. package/dist/anchor/style/index.d.ts +2 -2
  23. package/dist/antd-with-locales.esm.js +11036 -11311
  24. package/dist/antd-with-locales.js +99 -119
  25. package/dist/antd.css +1 -1
  26. package/dist/antd.esm.js +7304 -7579
  27. package/dist/antd.js +110 -130
  28. package/dist/app/App.d.ts +2 -2
  29. package/dist/app/context.d.ts +2 -2
  30. package/dist/app/style/index.d.ts +2 -2
  31. package/dist/auto-complete/index.d.ts +12 -5
  32. package/dist/auto-complete/index.js +5 -1
  33. package/dist/avatar/Avatar.d.ts +2 -2
  34. package/dist/avatar/AvatarGroup.d.ts +2 -2
  35. package/dist/avatar/style/index.d.ts +2 -2
  36. package/dist/badge/Ribbon.d.ts +2 -2
  37. package/dist/badge/ScrollNumber.d.ts +2 -2
  38. package/dist/badge/SingleNumber.d.ts +2 -2
  39. package/dist/badge/index.d.ts +3 -3
  40. package/dist/badge/style/index.d.ts +2 -2
  41. package/dist/badge/style/ribbon.d.ts +2 -2
  42. package/dist/breadcrumb/Breadcrumb.d.ts +11 -5
  43. package/dist/breadcrumb/Breadcrumb.js +6 -1
  44. package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
  45. package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
  46. package/dist/breadcrumb/index.d.ts +2 -2
  47. package/dist/breadcrumb/style/index.d.ts +2 -2
  48. package/dist/button/Button.d.ts +2 -2
  49. package/dist/button/DefaultLoadingIcon.d.ts +2 -2
  50. package/dist/button/IconWrapper.d.ts +2 -2
  51. package/dist/button/style/compact.d.ts +4 -4
  52. package/dist/button/style/index.d.ts +2 -2
  53. package/dist/calendar/Header.d.ts +2 -2
  54. package/dist/calendar/generateCalendar.d.ts +2 -2
  55. package/dist/calendar/index.d.ts +2 -2
  56. package/dist/calendar/style/index.d.ts +2 -2
  57. package/dist/card/Card.d.ts +2 -2
  58. package/dist/card/CardGrid.d.ts +2 -2
  59. package/dist/card/CardMeta.d.ts +2 -2
  60. package/dist/card/style/index.d.ts +2 -2
  61. package/dist/carousel/index.d.ts +2 -2
  62. package/dist/carousel/style/index.d.ts +2 -2
  63. package/dist/cascader/Panel.d.ts +2 -2
  64. package/dist/cascader/hooks/useBase.d.ts +5 -5
  65. package/dist/cascader/hooks/useCheckable.d.ts +2 -2
  66. package/dist/cascader/index.d.ts +2 -2
  67. package/dist/cascader/style/columns.js +6 -2
  68. package/dist/cascader/style/index.d.ts +2 -2
  69. package/dist/cascader/style/panel.d.ts +2 -2
  70. package/dist/checkbox/Checkbox.d.ts +2 -2
  71. package/dist/checkbox/style/index.d.ts +2 -2
  72. package/dist/collapse/Collapse.d.ts +2 -2
  73. package/dist/collapse/CollapsePanel.d.ts +2 -2
  74. package/dist/collapse/style/index.d.ts +2 -2
  75. package/dist/color-picker/ColorPicker.d.ts +2 -2
  76. package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
  77. package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
  78. package/dist/color-picker/components/ColorClear.d.ts +2 -2
  79. package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
  80. package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
  81. package/dist/color-picker/components/ColorInput.d.ts +2 -2
  82. package/dist/color-picker/components/ColorPresets.d.ts +2 -2
  83. package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
  84. package/dist/color-picker/components/ColorSlider.d.ts +3 -3
  85. package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
  86. package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
  87. package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
  88. package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
  89. package/dist/color-picker/components/PanelPresets.d.ts +2 -2
  90. package/dist/color-picker/context.d.ts +3 -3
  91. package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
  92. package/dist/color-picker/style/index.d.ts +2 -2
  93. package/dist/config-provider/DisabledContext.d.ts +2 -2
  94. package/dist/config-provider/SizeContext.d.ts +2 -2
  95. package/dist/config-provider/context.d.ts +15 -15
  96. package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
  97. package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
  98. package/dist/config-provider/hooks/useConfig.d.ts +3 -3
  99. package/dist/config-provider/hooks/useSize.d.ts +2 -2
  100. package/dist/config-provider/hooks/useTheme.d.ts +2 -2
  101. package/dist/config-provider/index.d.ts +4 -4
  102. package/dist/config-provider/index.js +2 -1
  103. package/dist/date-picker/PickerButton.d.ts +2 -2
  104. package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
  105. package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
  106. package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
  107. package/dist/date-picker/generatePicker/index.d.ts +8 -8
  108. package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
  109. package/dist/date-picker/index.d.ts +13 -13
  110. package/dist/date-picker/style/index.d.ts +2 -2
  111. package/dist/date-picker/util.d.ts +3 -7
  112. package/dist/descriptions/Cell.d.ts +2 -2
  113. package/dist/descriptions/Item.d.ts +2 -2
  114. package/dist/descriptions/Row.d.ts +2 -2
  115. package/dist/descriptions/hooks/useItems.d.ts +10 -10
  116. package/dist/descriptions/hooks/useRow.d.ts +2 -2
  117. package/dist/descriptions/index.d.ts +2 -2
  118. package/dist/descriptions/style/index.d.ts +2 -2
  119. package/dist/divider/index.d.ts +2 -2
  120. package/dist/divider/style/index.d.ts +2 -2
  121. package/dist/drawer/DrawerPanel.d.ts +2 -2
  122. package/dist/drawer/index.d.ts +3 -3
  123. package/dist/drawer/style/index.d.ts +2 -2
  124. package/dist/drawer/useFocusable.d.ts +2 -2
  125. package/dist/dropdown/dropdown.d.ts +2 -2
  126. package/dist/dropdown/style/index.d.ts +2 -2
  127. package/dist/empty/empty.d.ts +2 -2
  128. package/dist/empty/index.d.ts +5 -5
  129. package/dist/empty/simple.d.ts +2 -2
  130. package/dist/empty/style/index.d.ts +2 -2
  131. package/dist/flex/index.d.ts +2 -2
  132. package/dist/flex/style/index.d.ts +2 -2
  133. package/dist/float-button/BackTop.d.ts +2 -2
  134. package/dist/float-button/FloatButton.d.ts +2 -2
  135. package/dist/float-button/FloatButtonGroup.d.ts +2 -2
  136. package/dist/float-button/PurePanel.d.ts +2 -2
  137. package/dist/float-button/context.d.ts +3 -3
  138. package/dist/float-button/style/index.d.ts +2 -2
  139. package/dist/form/ErrorList.d.ts +2 -2
  140. package/dist/form/Form.d.ts +2 -2
  141. package/dist/form/FormItem/ItemHolder.d.ts +3 -3
  142. package/dist/form/FormItem/StatusProvider.d.ts +2 -2
  143. package/dist/form/FormItem/index.d.ts +2 -2
  144. package/dist/form/FormItemInput.d.ts +2 -2
  145. package/dist/form/FormItemLabel.d.ts +3 -3
  146. package/dist/form/context.d.ts +7 -7
  147. package/dist/form/hooks/useVariant.d.ts +2 -2
  148. package/dist/form/style/fallbackCmp.d.ts +4 -4
  149. package/dist/form/style/index.d.ts +2 -2
  150. package/dist/grid/col.d.ts +2 -2
  151. package/dist/grid/index.d.ts +2 -2
  152. package/dist/grid/row.d.ts +2 -2
  153. package/dist/grid/style/index.d.ts +3 -3
  154. package/dist/image/PreviewGroup.d.ts +12 -12
  155. package/dist/image/hooks/useMergedPreviewConfig.d.ts +6 -6
  156. package/dist/image/hooks/usePreviewConfig.d.ts +9 -7
  157. package/dist/image/index.d.ts +3 -3
  158. package/dist/image/style/index.d.ts +2 -2
  159. package/dist/image/style/index.js +6 -2
  160. package/dist/input/Group.d.ts +3 -3
  161. package/dist/input/Input.d.ts +2 -2
  162. package/dist/input/OTP/OTPInput.d.ts +3 -3
  163. package/dist/input/OTP/index.d.ts +2 -2
  164. package/dist/input/Password.d.ts +2 -2
  165. package/dist/input/Search.d.ts +2 -2
  166. package/dist/input/TextArea.d.ts +2 -2
  167. package/dist/input/index.d.ts +6 -6
  168. package/dist/input/style/index.d.ts +3 -3
  169. package/dist/input/style/otp.d.ts +2 -2
  170. package/dist/input/style/search.d.ts +2 -2
  171. package/dist/input/style/textarea.d.ts +2 -2
  172. package/dist/input/style/variants.js +2 -2
  173. package/dist/input-number/index.d.ts +2 -2
  174. package/dist/input-number/style/index.d.ts +2 -2
  175. package/dist/input-number/style/index.js +8 -8
  176. package/dist/layout/Sider.d.ts +2 -2
  177. package/dist/layout/index.d.ts +5 -5
  178. package/dist/layout/layout.d.ts +5 -5
  179. package/dist/layout/style/index.d.ts +2 -2
  180. package/dist/layout/style/sider.d.ts +2 -2
  181. package/dist/locale/index.d.ts +2 -2
  182. package/dist/locale/useLocale.d.ts +2 -2
  183. package/dist/masonry/Masonry.d.ts +2 -2
  184. package/dist/masonry/MasonryItem.d.ts +2 -2
  185. package/dist/masonry/hooks/usePositions.d.ts +2 -2
  186. package/dist/masonry/style/index.d.ts +2 -2
  187. package/dist/mentions/index.d.ts +2 -2
  188. package/dist/mentions/style/index.d.ts +2 -2
  189. package/dist/menu/MenuContext.d.ts +3 -3
  190. package/dist/menu/MenuDivider.d.ts +2 -2
  191. package/dist/menu/MenuItem.d.ts +2 -2
  192. package/dist/menu/MenuItemGroup.d.ts +2 -2
  193. package/dist/menu/OverrideContext.d.ts +3 -3
  194. package/dist/menu/SubMenu.d.ts +2 -2
  195. package/dist/menu/index.d.ts +3 -3
  196. package/dist/menu/menu.d.ts +2 -2
  197. package/dist/menu/style/index.d.ts +2 -2
  198. package/dist/message/PurePanel.d.ts +3 -3
  199. package/dist/message/style/index.d.ts +2 -2
  200. package/dist/message/useMessage.d.ts +3 -3
  201. package/dist/modal/ConfirmDialog.d.ts +4 -4
  202. package/dist/modal/Modal.d.ts +2 -2
  203. package/dist/modal/PurePanel.d.ts +2 -2
  204. package/dist/modal/components/ConfirmCancelBtn.d.ts +2 -2
  205. package/dist/modal/components/ConfirmOkBtn.d.ts +2 -2
  206. package/dist/modal/components/NormalCancelBtn.d.ts +2 -2
  207. package/dist/modal/components/NormalOkBtn.d.ts +2 -2
  208. package/dist/modal/shared.d.ts +4 -4
  209. package/dist/modal/style/confirm.d.ts +4 -4
  210. package/dist/modal/style/index.d.ts +2 -2
  211. package/dist/modal/useModal/HookModal.d.ts +3 -3
  212. package/dist/notification/PurePanel.d.ts +3 -3
  213. package/dist/notification/PurePanel.js +1 -1
  214. package/dist/notification/style/index.d.ts +2 -2
  215. package/dist/notification/style/index.js +5 -1
  216. package/dist/notification/style/pure-panel.d.ts +4 -4
  217. package/dist/notification/useNotification.d.ts +3 -3
  218. package/dist/package.js +1 -1
  219. package/dist/pagination/Pagination.d.ts +2 -2
  220. package/dist/pagination/style/bordered.d.ts +4 -4
  221. package/dist/pagination/style/index.d.ts +2 -2
  222. package/dist/popconfirm/PurePanel.d.ts +3 -3
  223. package/dist/popconfirm/index.d.ts +2 -2
  224. package/dist/popconfirm/style/index.d.ts +2 -2
  225. package/dist/popover/PurePanel.d.ts +4 -4
  226. package/dist/popover/index.d.ts +2 -2
  227. package/dist/popover/style/index.d.ts +2 -2
  228. package/dist/progress/Circle.d.ts +3 -3
  229. package/dist/progress/Line.d.ts +3 -3
  230. package/dist/progress/Steps.d.ts +2 -2
  231. package/dist/progress/progress.d.ts +2 -2
  232. package/dist/progress/style/index.d.ts +2 -2
  233. package/dist/qrcode/QrcodeStatus.d.ts +2 -2
  234. package/dist/qrcode/index.d.ts +2 -2
  235. package/dist/qrcode/style/index.d.ts +2 -2
  236. package/dist/radio/group.d.ts +2 -2
  237. package/dist/radio/index.d.ts +3 -3
  238. package/dist/radio/radio.d.ts +2 -2
  239. package/dist/radio/radioButton.d.ts +2 -2
  240. package/dist/radio/style/index.d.ts +2 -2
  241. package/dist/radio/style/index.js +1 -1
  242. package/dist/rate/index.d.ts +2 -2
  243. package/dist/rate/style/index.d.ts +2 -2
  244. package/dist/result/index.d.ts +2 -2
  245. package/dist/result/noFound.d.ts +2 -2
  246. package/dist/result/serverError.d.ts +2 -2
  247. package/dist/result/style/index.d.ts +2 -2
  248. package/dist/result/unauthorized.d.ts +2 -2
  249. package/dist/segmented/index.d.ts +2 -2
  250. package/dist/segmented/style/index.d.ts +2 -2
  251. package/dist/select/index.d.ts +4 -4
  252. package/dist/select/index.js +8 -2
  253. package/dist/select/style/index.d.ts +2 -2
  254. package/dist/select/style/select-input.js +1 -2
  255. package/dist/select/useIcons.d.ts +5 -10
  256. package/dist/skeleton/Avatar.d.ts +2 -2
  257. package/dist/skeleton/Button.d.ts +2 -2
  258. package/dist/skeleton/Element.d.ts +2 -2
  259. package/dist/skeleton/Image.d.ts +2 -2
  260. package/dist/skeleton/Input.d.ts +2 -2
  261. package/dist/skeleton/Node.d.ts +2 -2
  262. package/dist/skeleton/Paragraph.d.ts +2 -2
  263. package/dist/skeleton/Skeleton.d.ts +2 -2
  264. package/dist/skeleton/Title.d.ts +2 -2
  265. package/dist/skeleton/style/index.d.ts +2 -2
  266. package/dist/slider/SliderTooltip.d.ts +3 -3
  267. package/dist/slider/index.d.ts +2 -2
  268. package/dist/slider/style/index.d.ts +2 -2
  269. package/dist/space/Addon.d.ts +2 -2
  270. package/dist/space/Compact.d.ts +6 -6
  271. package/dist/space/Item.d.ts +2 -2
  272. package/dist/space/index.d.ts +4 -4
  273. package/dist/space/style/addon.d.ts +2 -2
  274. package/dist/space/style/addon.js +1 -0
  275. package/dist/space/style/compact.d.ts +2 -2
  276. package/dist/space/style/index.d.ts +2 -2
  277. package/dist/spin/Indicator/Looper.d.ts +2 -2
  278. package/dist/spin/Indicator/Progress.d.ts +2 -2
  279. package/dist/spin/Indicator/index.d.ts +2 -2
  280. package/dist/spin/index.d.ts +2 -2
  281. package/dist/spin/style/index.d.ts +2 -2
  282. package/dist/spin/usePercent.d.ts +2 -2
  283. package/dist/splitter/Panel.d.ts +3 -3
  284. package/dist/splitter/SplitBar.d.ts +2 -2
  285. package/dist/splitter/SplitBar.js +12 -1
  286. package/dist/splitter/Splitter.d.ts +2 -2
  287. package/dist/splitter/hooks/useResizable.d.ts +2 -2
  288. package/dist/splitter/hooks/useResize.d.ts +2 -2
  289. package/dist/splitter/hooks/useSizes.d.ts +2 -2
  290. package/dist/splitter/index.d.ts +2 -2
  291. package/dist/splitter/style/index.d.ts +2 -2
  292. package/dist/statistic/Number.d.ts +5 -2
  293. package/dist/statistic/Number.js +13 -2
  294. package/dist/statistic/Statistic.d.ts +4 -2
  295. package/dist/statistic/Statistic.js +11 -8
  296. package/dist/statistic/Timer.d.ts +2 -2
  297. package/dist/statistic/index.d.ts +2 -2
  298. package/dist/statistic/style/index.d.ts +2 -2
  299. package/dist/steps/PanelArrow.d.ts +2 -2
  300. package/dist/steps/ProgressIcon.d.ts +2 -2
  301. package/dist/steps/index.d.ts +2 -2
  302. package/dist/steps/style/index.d.ts +2 -2
  303. package/dist/switch/index.d.ts +2 -2
  304. package/dist/switch/style/index.d.ts +2 -2
  305. package/dist/table/Column.d.ts +2 -2
  306. package/dist/table/ColumnGroup.d.ts +2 -2
  307. package/dist/table/ExpandIcon.d.ts +2 -2
  308. package/dist/table/InternalTable.d.ts +2 -2
  309. package/dist/table/InternalTable.js +11 -4
  310. package/dist/table/Table.d.ts +2 -2
  311. package/dist/table/TableMeasureRowContext.d.ts +3 -3
  312. package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
  313. package/dist/table/hooks/useFilter/FilterDropdown.js +13 -9
  314. package/dist/table/hooks/useFilter/FilterSearch.d.ts +2 -2
  315. package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
  316. package/dist/table/hooks/useFilter/index.d.ts +16 -16
  317. package/dist/table/hooks/useFilter/index.js +18 -7
  318. package/dist/table/hooks/usePagination.d.ts +2 -2
  319. package/dist/table/hooks/useSelection.d.ts +2 -2
  320. package/dist/table/hooks/useSorter.d.ts +2 -2
  321. package/dist/table/style/index.d.ts +2 -2
  322. package/dist/tabs/TabPane.d.ts +2 -2
  323. package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
  324. package/dist/tabs/index.d.ts +2 -2
  325. package/dist/tabs/style/index.d.ts +2 -2
  326. package/dist/tag/CheckableTag.d.ts +2 -2
  327. package/dist/tag/CheckableTagGroup.d.ts +2 -2
  328. package/dist/tag/hooks/useColor.d.ts +2 -2
  329. package/dist/tag/index.d.ts +2 -2
  330. package/dist/tag/style/index.d.ts +2 -2
  331. package/dist/tag/style/presetCmp.d.ts +4 -4
  332. package/dist/tag/style/statusCmp.d.ts +4 -4
  333. package/dist/theme/context.d.ts +2 -2
  334. package/dist/theme/index.d.ts +4 -4
  335. package/dist/theme/interface/maps/colors.d.ts +4 -0
  336. package/dist/theme/themes/ColorMap.d.ts +1 -1
  337. package/dist/theme/themes/dark/colors.js +2 -1
  338. package/dist/theme/themes/default/colors.js +2 -1
  339. package/dist/theme/util/alias.js +32 -29
  340. package/dist/theme/util/genStyleUtils.d.ts +6 -6
  341. package/dist/time-picker/index.d.ts +4 -4
  342. package/dist/timeline/Timeline.d.ts +2 -2
  343. package/dist/timeline/TimelineItem.d.ts +2 -2
  344. package/dist/timeline/style/index.d.ts +2 -2
  345. package/dist/tooltip/PurePanel.d.ts +2 -2
  346. package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
  347. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  348. package/dist/tooltip/index.d.ts +2 -2
  349. package/dist/tooltip/style/index.d.ts +2 -2
  350. package/dist/tour/PurePanel.d.ts +2 -2
  351. package/dist/tour/index.d.ts +2 -2
  352. package/dist/tour/panelRender.d.ts +2 -2
  353. package/dist/tour/style/index.d.ts +2 -2
  354. package/dist/transfer/Actions.d.ts +2 -2
  355. package/dist/transfer/ListBody.d.ts +2 -2
  356. package/dist/transfer/ListItem.d.ts +2 -2
  357. package/dist/transfer/Section.d.ts +2 -2
  358. package/dist/transfer/Transfer.d.ts +2 -2
  359. package/dist/transfer/hooks/useData.d.ts +2 -2
  360. package/dist/transfer/search.d.ts +2 -2
  361. package/dist/transfer/style/index.d.ts +2 -2
  362. package/dist/transfer/style/index.js +5 -1
  363. package/dist/tree/DirectoryTree.d.ts +2 -2
  364. package/dist/tree/Tree.d.ts +2 -2
  365. package/dist/tree/style/index.d.ts +2 -2
  366. package/dist/tree/style/index.js +5 -1
  367. package/dist/tree/utils/dropIndicator.d.ts +2 -2
  368. package/dist/tree/utils/iconUtil.d.ts +2 -2
  369. package/dist/tree-select/index.d.ts +3 -3
  370. package/dist/tree-select/style/index.d.ts +2 -2
  371. package/dist/typography/Base/CopyBtn.d.ts +2 -2
  372. package/dist/typography/Base/Ellipsis.d.ts +3 -3
  373. package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
  374. package/dist/typography/Base/index.d.ts +2 -2
  375. package/dist/typography/Base/index.js +7 -6
  376. package/dist/typography/Editable.d.ts +2 -2
  377. package/dist/typography/Link.d.ts +2 -2
  378. package/dist/typography/Paragraph.d.ts +2 -2
  379. package/dist/typography/Text.d.ts +2 -2
  380. package/dist/typography/Title.d.ts +2 -2
  381. package/dist/typography/Typography.d.ts +2 -2
  382. package/dist/typography/hooks/useCopyClick.d.ts +3 -3
  383. package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
  384. package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
  385. package/dist/typography/index.d.ts +5 -5
  386. package/dist/typography/style/index.d.ts +2 -2
  387. package/dist/typography/style/mixins.js +37 -0
  388. package/dist/upload/Dragger.d.ts +3 -3
  389. package/dist/upload/Upload.d.ts +2 -2
  390. package/dist/upload/Upload.js +1 -3
  391. package/dist/upload/UploadList/ListItem.d.ts +2 -2
  392. package/dist/upload/UploadList/index.d.ts +2 -2
  393. package/dist/upload/index.d.ts +3 -3
  394. package/dist/upload/style/index.d.ts +2 -2
  395. package/dist/watermark/context.d.ts +2 -2
  396. package/dist/watermark/index.d.ts +2 -2
  397. package/package.json +6 -6
  398. package/web-tags.json +1308 -1292
  399. package/web-types.json +5448 -5391
package/dist/app/App.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  import { ComponentBaseProps } from "../config-provider/context.js";
2
2
  import { AppConfig } from "./context.js";
3
- import * as vue24 from "vue";
3
+ import * as vue1 from "vue";
4
4
 
5
5
  //#region src/app/App.d.ts
6
6
  interface AppProps extends ComponentBaseProps, AppConfig {
7
7
  component?: any;
8
8
  }
9
- declare const App: vue24.DefineSetupFnComponent<AppProps, {}, {}, AppProps & {}, vue24.PublicProps>;
9
+ declare const App: vue1.DefineSetupFnComponent<AppProps, {}, {}, AppProps & {}, vue1.PublicProps>;
10
10
  //#endregion
11
11
  export { AppProps, App as default };
@@ -2,14 +2,14 @@ import { NotificationConfig, NotificationInstance } from "../notification/interf
2
2
  import { ConfigOptions, MessageInstance } from "../message/interface.js";
3
3
  import { HookAPI } from "../modal/useModal/types.js";
4
4
  import "../modal/useModal/index.js";
5
- import * as vue34 from "vue";
5
+ import * as vue15 from "vue";
6
6
 
7
7
  //#region src/app/context.d.ts
8
8
  interface AppConfig {
9
9
  message?: ConfigOptions;
10
10
  notification?: NotificationConfig;
11
11
  }
12
- declare const AppConfigProvider: vue34.DefineSetupFnComponent<AppConfig, {}, {}, AppConfig & {}, vue34.PublicProps>;
12
+ declare const AppConfigProvider: vue15.DefineSetupFnComponent<AppConfig, {}, {}, AppConfig & {}, vue15.PublicProps>;
13
13
  declare function useAppConfig(): AppConfig;
14
14
  interface useAppProps {
15
15
  message: MessageInstance;
@@ -1,10 +1,10 @@
1
1
  import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
2
  import "../../theme/internal.js";
3
- import * as vue288 from "vue";
3
+ import * as vue171 from "vue";
4
4
 
5
5
  //#region src/app/style/index.d.ts
6
6
  interface ComponentToken {}
7
7
  declare const prepareComponentToken: GetDefaultToken<'App'>;
8
- declare const _default: (prefixCls: vue288.Ref<string>, rootCls?: vue288.Ref<string | undefined>) => readonly [vue288.Ref<string, string>, vue288.ComputedRef<string | undefined>];
8
+ declare const _default: (prefixCls: vue171.Ref<string>, rootCls?: vue171.Ref<string | undefined>) => readonly [vue171.Ref<string, string>, vue171.ComputedRef<string | undefined>];
9
9
  //#endregion
10
10
  export { ComponentToken, _default as default, prepareComponentToken };
@@ -2,13 +2,12 @@ import { VueNode } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
3
  import "../_util/hooks/index.js";
4
4
  import { InputStatus } from "../_util/statusUtils.js";
5
- import { InternalSelectProps, SelectPopupSemanticClassNames, SelectPopupSemanticStyles } from "../select/index.js";
6
- import * as vue8 from "vue";
5
+ import { InternalSelectProps, SelectPopupSemanticClassNames, SelectPopupSemanticStyles, SelectSlots } from "../select/index.js";
6
+ import * as vue98 from "vue";
7
7
  import { App, CSSProperties, SlotsType } from "vue";
8
8
  import { Option, SelectProps } from "@v-c/select";
9
9
 
10
10
  //#region src/auto-complete/index.d.ts
11
- type AutoCompleteSemanticName = 'root' | 'prefix' | 'input' | 'placeholder' | 'content' | 'clear';
12
11
  interface AutoCompleteSemanticClassNames {
13
12
  root?: string;
14
13
  prefix?: string;
@@ -100,12 +99,20 @@ interface AutoCompleteEmitsProps {
100
99
  }
101
100
  interface AutoCompleteSlots {
102
101
  default?: () => any;
102
+ suffixIcon?: SelectSlots['suffixIcon'];
103
+ prefix?: SelectSlots['prefix'];
104
+ tagRender?: SelectSlots['tagRender'];
105
+ labelRender?: SelectSlots['labelRender'];
106
+ popupRender?: SelectSlots['popupRender'];
107
+ optionRender?: SelectSlots['optionRender'];
108
+ maxTagPlaceholder?: SelectSlots['maxTagPlaceholder'];
109
+ notFoundContent?: SelectSlots['notFoundContent'];
103
110
  }
104
- declare const InternalAutoComplete: vue8.DefineSetupFnComponent<AutoCompleteProps, AutoCompleteEmits, SlotsType<AutoCompleteSlots>, AutoCompleteProps, vue8.PublicProps>;
111
+ declare const InternalAutoComplete: vue98.DefineSetupFnComponent<AutoCompleteProps, AutoCompleteEmits, SlotsType<AutoCompleteSlots>, AutoCompleteProps, vue98.PublicProps>;
105
112
  declare const AutoComplete: typeof InternalAutoComplete & {
106
113
  Option: typeof Option;
107
114
  install: (app: App) => void;
108
115
  _InternalPanelDoNotUseOrYouWillBeFired: any;
109
116
  };
110
117
  //#endregion
111
- export { AutoCompleteClassNamesType, AutoCompleteEmits, AutoCompleteEmitsProps, AutoCompleteProps, AutoCompleteSemanticClassNames, AutoCompleteSemanticName, AutoCompleteSemanticStyles, AutoCompleteSlots, AutoCompleteStylesType, DataSourceItemObject, DataSourceItemType, Option, AutoComplete as default };
118
+ export { AutoCompleteClassNamesType, AutoCompleteEmits, AutoCompleteEmitsProps, AutoCompleteProps, AutoCompleteSemanticClassNames, AutoCompleteSemanticStyles, AutoCompleteSlots, AutoCompleteStylesType, DataSourceItemObject, DataSourceItemType, Option, AutoComplete as default };
@@ -48,6 +48,7 @@ const InternalAutoComplete = /* @__PURE__ */ defineComponent((props, { slots, em
48
48
  if (childNodes.length === 1 && isVNode(childNodes[0]) && childNodes[0].type !== Text && !isSelectOptionOrSelectOptGroup(childNodes[0])) [customizeInput] = childNodes;
49
49
  const getInputElement = customizeInput ? () => customizeInput : void 0;
50
50
  const customizeInputPlaceholder = customizeInput?.props?.placeholder;
51
+ const forwardedSlots = Object.fromEntries(Object.entries(slots).filter(([key]) => key !== "default"));
51
52
  let optionChildren = [];
52
53
  if (hasSelectOptions) optionChildren = childNodes;
53
54
  else if (props.dataSource) optionChildren = props.dataSource.map((item) => {
@@ -179,7 +180,10 @@ const InternalAutoComplete = /* @__PURE__ */ defineComponent((props, { slots, em
179
180
  "popupMatchSelectWidth": mergedPopupMatchSelectWidth,
180
181
  "mode": select_default.SECRET_COMBOBOX_MODE_DO_NOT_USE,
181
182
  "suffixIcon": null
182
- }, { "onUpdate:value": (value) => emit("update:value", value) }), _isSlot(optionChildren) ? optionChildren : { default: () => [optionChildren] });
183
+ }, { "onUpdate:value": (value) => emit("update:value", value) }), {
184
+ default: () => [optionChildren],
185
+ ...forwardedSlots
186
+ });
183
187
  };
184
188
  }, {
185
189
  props: {
@@ -1,7 +1,7 @@
1
1
  import { VueNode } from "../_util/type.js";
2
2
  import { ComponentBaseProps } from "../config-provider/context.js";
3
3
  import { AvatarSize } from "./AvatarContext.js";
4
- import * as vue10 from "vue";
4
+ import * as vue57 from "vue";
5
5
  import { SlotsType } from "vue";
6
6
 
7
7
  //#region src/avatar/Avatar.d.ts
@@ -36,6 +36,6 @@ interface AvatarSlots {
36
36
  src: () => any;
37
37
  default: () => any;
38
38
  }
39
- declare const Avatar: vue10.DefineSetupFnComponent<AvatarProps, AvatarEmits, SlotsType<AvatarSlots>, AvatarProps, vue10.PublicProps>;
39
+ declare const Avatar: vue57.DefineSetupFnComponent<AvatarProps, AvatarEmits, SlotsType<AvatarSlots>, AvatarProps, vue57.PublicProps>;
40
40
  //#endregion
41
41
  export { AvatarEmits, AvatarEmitsProps, AvatarProps, AvatarSlots, Avatar as default };
@@ -1,7 +1,7 @@
1
1
  import { PopoverProps } from "../popover/index.js";
2
2
  import { ComponentBaseProps } from "../config-provider/context.js";
3
3
  import { AvatarSize } from "./AvatarContext.js";
4
- import * as vue14 from "vue";
4
+ import * as vue63 from "vue";
5
5
  import { CSSProperties } from "vue";
6
6
 
7
7
  //#region src/avatar/AvatarGroup.d.ts
@@ -19,6 +19,6 @@ interface AvatarGroupProps extends ComponentBaseProps {
19
19
  size?: AvatarSize;
20
20
  shape?: 'circle' | 'square';
21
21
  }
22
- declare const AvatarGroup: vue14.DefineSetupFnComponent<AvatarGroupProps, {}, {}, AvatarGroupProps & {}, vue14.PublicProps>;
22
+ declare const AvatarGroup: vue63.DefineSetupFnComponent<AvatarGroupProps, {}, {}, AvatarGroupProps & {}, vue63.PublicProps>;
23
23
  //#endregion
24
24
  export { AvatarGroupProps, AvatarGroup as default };
@@ -1,6 +1,6 @@
1
1
  import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
2
  import "../../theme/internal.js";
3
- import * as vue260 from "vue";
3
+ import * as vue239 from "vue";
4
4
 
5
5
  //#region src/avatar/style/index.d.ts
6
6
  interface ComponentToken {
@@ -66,6 +66,6 @@ interface ComponentToken {
66
66
  groupBorderColor: string;
67
67
  }
68
68
  declare const prepareComponentToken: GetDefaultToken<'Avatar'>;
69
- declare const _default: (prefixCls: vue260.Ref<string>, rootCls?: vue260.Ref<string | undefined>) => readonly [vue260.Ref<string, string>, vue260.ComputedRef<string | undefined>];
69
+ declare const _default: (prefixCls: vue239.Ref<string>, rootCls?: vue239.Ref<string | undefined>) => readonly [vue239.Ref<string, string>, vue239.ComputedRef<string | undefined>];
70
70
  //#endregion
71
71
  export { ComponentToken, _default as default, prepareComponentToken };
@@ -3,7 +3,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
3
3
  import "../_util/hooks/index.js";
4
4
  import { PresetColorType } from "../_util/colors.js";
5
5
  import { ComponentBaseProps } from "../config-provider/context.js";
6
- import * as vue20 from "vue";
6
+ import * as vue75 from "vue";
7
7
  import { CSSProperties, SlotsType } from "vue";
8
8
  import { LiteralUnion } from "@v-c/util/dist/type";
9
9
 
@@ -33,6 +33,6 @@ interface RibbonSlots {
33
33
  default?: () => any;
34
34
  text?: () => any;
35
35
  }
36
- declare const _default: vue20.DefineSetupFnComponent<RibbonProps, EmptyEmit, SlotsType<RibbonSlots>, RibbonProps, vue20.PublicProps>;
36
+ declare const _default: vue75.DefineSetupFnComponent<RibbonProps, EmptyEmit, SlotsType<RibbonSlots>, RibbonProps, vue75.PublicProps>;
37
37
  //#endregion
38
38
  export { RibbonClassNamesType, RibbonProps, RibbonSemanticClassNames, RibbonSemanticName, RibbonSemanticStyles, RibbonSlots, RibbonStylesType, _default as default };
@@ -1,5 +1,5 @@
1
1
  import { EmptyEmit } from "../_util/type.js";
2
- import * as vue16 from "vue";
2
+ import * as vue73 from "vue";
3
3
  import { SlotsType } from "vue";
4
4
 
5
5
  //#region src/badge/ScrollNumber.d.ts
@@ -13,6 +13,6 @@ interface ScrollNumberProps {
13
13
  interface ScrollNumberSlots {
14
14
  default?: () => any;
15
15
  }
16
- declare const _default: vue16.DefineSetupFnComponent<ScrollNumberProps, EmptyEmit, SlotsType<ScrollNumberSlots>, ScrollNumberProps, vue16.PublicProps>;
16
+ declare const _default: vue73.DefineSetupFnComponent<ScrollNumberProps, EmptyEmit, SlotsType<ScrollNumberSlots>, ScrollNumberProps, vue73.PublicProps>;
17
17
  //#endregion
18
18
  export { ScrollNumberProps, ScrollNumberSlots, _default as default };
@@ -1,4 +1,4 @@
1
- import * as vue18 from "vue";
1
+ import * as vue82 from "vue";
2
2
 
3
3
  //#region src/badge/SingleNumber.d.ts
4
4
  interface SingleNumberProps {
@@ -6,6 +6,6 @@ interface SingleNumberProps {
6
6
  value: string;
7
7
  count: number;
8
8
  }
9
- declare const _default: vue18.DefineSetupFnComponent<SingleNumberProps, {}, {}, SingleNumberProps & {}, vue18.PublicProps>;
9
+ declare const _default: vue82.DefineSetupFnComponent<SingleNumberProps, {}, {}, SingleNumberProps & {}, vue82.PublicProps>;
10
10
  //#endregion
11
11
  export { SingleNumberProps, _default as default };
@@ -7,7 +7,7 @@ import { SizeType } from "../config-provider/SizeContext.js";
7
7
  import { PresetStatusColorType } from "../_util/colors.js";
8
8
  import _default, { RibbonProps, RibbonSlots } from "./Ribbon.js";
9
9
  import { ComponentBaseProps } from "../config-provider/context.js";
10
- import * as vue28 from "vue";
10
+ import * as vue90 from "vue";
11
11
  import { CSSProperties, SlotsType } from "vue";
12
12
  import { LiteralUnion } from "@v-c/util/dist/type";
13
13
 
@@ -46,11 +46,11 @@ interface BadgeSlots {
46
46
  count?: () => any;
47
47
  text?: () => any;
48
48
  }
49
- declare const InternalBadge: vue28.DefineSetupFnComponent<BadgeProps, EmptyEmit, SlotsType<BadgeSlots>, BadgeProps, vue28.PublicProps>;
49
+ declare const InternalBadge: vue90.DefineSetupFnComponent<BadgeProps, EmptyEmit, SlotsType<BadgeSlots>, BadgeProps, vue90.PublicProps>;
50
50
  declare const Badge: typeof InternalBadge & {
51
51
  Ribbon: typeof _default;
52
52
  };
53
- declare const BadgeRibbon: vue28.DefineSetupFnComponent<RibbonProps, EmptyEmit, SlotsType<RibbonSlots>, RibbonProps, vue28.PublicProps>;
53
+ declare const BadgeRibbon: vue90.DefineSetupFnComponent<RibbonProps, EmptyEmit, SlotsType<RibbonSlots>, RibbonProps, vue90.PublicProps>;
54
54
  type BadgeRibbonProps = RibbonProps;
55
55
  //#endregion
56
56
  export { BadgeClassNamesType, BadgeProps, BadgeRibbon, BadgeRibbonProps, BadgeSemanticClassNames, BadgeSemanticName, BadgeSemanticStyles, BadgeSlots, BadgeStylesType, Badge as default };
@@ -1,6 +1,6 @@
1
1
  import { FullToken, GenStyleFn, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
2
  import "../../theme/internal.js";
3
- import * as vue304 from "vue";
3
+ import * as vue335 from "vue";
4
4
 
5
5
  //#region src/badge/style/index.d.ts
6
6
  /** Component only token. Which will handle additional calculation of alias token */
@@ -104,6 +104,6 @@ interface BadgeToken extends FullToken<'Badge'> {
104
104
  }
105
105
  declare function prepareToken(token: Parameters<GenStyleFn<'Badge'>>[0]): BadgeToken;
106
106
  declare const prepareComponentToken: GetDefaultToken<'Badge'>;
107
- declare const _default: (prefixCls: vue304.Ref<string>, rootCls?: vue304.Ref<string | undefined>) => readonly [vue304.Ref<string, string>, vue304.ComputedRef<string | undefined>];
107
+ declare const _default: (prefixCls: vue335.Ref<string>, rootCls?: vue335.Ref<string | undefined>) => readonly [vue335.Ref<string, string>, vue335.ComputedRef<string | undefined>];
108
108
  //#endregion
109
109
  export { BadgeToken, ComponentToken, _default as default, prepareComponentToken, prepareToken };
@@ -1,6 +1,6 @@
1
- import * as vue296 from "vue";
1
+ import * as vue457 from "vue";
2
2
 
3
3
  //#region src/badge/style/ribbon.d.ts
4
- declare const _default: (prefixCls: vue296.Ref<string>, rootCls?: vue296.Ref<string | undefined>) => readonly [vue296.Ref<string, string>, vue296.ComputedRef<string | undefined>];
4
+ declare const _default: (prefixCls: vue457.Ref<string>, rootCls?: vue457.Ref<string | undefined>) => readonly [vue457.Ref<string, string>, vue457.ComputedRef<string | undefined>];
5
5
  //#endregion
6
6
  export { _default as default };
@@ -5,7 +5,7 @@ import { DropdownProps } from "../dropdown/dropdown.js";
5
5
  import "../dropdown/index.js";
6
6
  import _default, { BreadcrumbItemProps, MenuItem } from "./BreadcrumbItem.js";
7
7
  import _default$1 from "./BreadcrumbSeparator.js";
8
- import * as vue26 from "vue";
8
+ import * as vue3 from "vue";
9
9
  import { CSSProperties, SlotsType } from "vue";
10
10
  import { Key } from "@v-c/util/dist/type";
11
11
 
@@ -47,6 +47,12 @@ interface BreadcrumbSemanticStyles {
47
47
  }
48
48
  type BreadcrumbClassNamesType<T extends AnyObject = AnyObject> = SemanticClassNamesType<BreadcrumbProps<T>, BreadcrumbSemanticClassNames>;
49
49
  type BreadcrumbStylesType<T extends AnyObject = AnyObject> = SemanticStylesType<BreadcrumbProps<T>, BreadcrumbSemanticStyles>;
50
+ interface BreadcrumbItemRenderContext<T extends AnyObject = AnyObject> {
51
+ route: ItemType;
52
+ params: T;
53
+ routes: ItemType[];
54
+ paths: string[];
55
+ }
50
56
  interface BreadcrumbProps<T extends AnyObject = AnyObject> extends BreadcrumbEmitsProps {
51
57
  prefixCls?: string;
52
58
  params?: T;
@@ -80,7 +86,7 @@ interface BreadcrumbEmitsProps {
80
86
  onClickItem?: BreadcrumbEmits['clickItem'];
81
87
  }
82
88
  interface BreadcrumbSlots {
83
- itemRender: (route: ItemType, params: AnyObject, routes: ItemType[], paths: string[]) => any;
89
+ itemRender: (context: BreadcrumbItemRenderContext) => any;
84
90
  titleRender: (params: {
85
91
  item: ItemType;
86
92
  index: number;
@@ -99,8 +105,8 @@ interface BreadcrumbSlots {
99
105
  menu: MenuItem;
100
106
  }) => any;
101
107
  }
102
- declare const Breadcrumb: vue26.DefineSetupFnComponent<BreadcrumbProps<AnyObject>, BreadcrumbEmits, SlotsType<BreadcrumbSlots>, BreadcrumbProps<AnyObject> & {
108
+ declare const Breadcrumb: vue3.DefineSetupFnComponent<BreadcrumbProps<AnyObject>, BreadcrumbEmits, SlotsType<BreadcrumbSlots>, BreadcrumbProps<AnyObject> & {
103
109
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
104
- }, vue26.PublicProps>;
110
+ }, vue3.PublicProps>;
105
111
  //#endregion
106
- export { BreadcrumbClassNamesType, BreadcrumbEmits, BreadcrumbEmitsProps, _default as BreadcrumbItem, BreadcrumbItemType, BreadcrumbProps, BreadcrumbSemanticClassNames, BreadcrumbSemanticName, BreadcrumbSemanticStyles, _default$1 as BreadcrumbSeparator, BreadcrumbSeparatorType, BreadcrumbSlots, BreadcrumbStylesType, InternalRouteType, ItemType, Breadcrumb as default };
112
+ export { BreadcrumbClassNamesType, BreadcrumbEmits, BreadcrumbEmitsProps, _default as BreadcrumbItem, BreadcrumbItemRenderContext, BreadcrumbItemType, BreadcrumbProps, BreadcrumbSemanticClassNames, BreadcrumbSemanticName, BreadcrumbSemanticStyles, _default$1 as BreadcrumbSeparator, BreadcrumbSeparatorType, BreadcrumbSlots, BreadcrumbStylesType, InternalRouteType, ItemType, Breadcrumb as default };
@@ -49,7 +49,12 @@ const Breadcrumb = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit
49
49
  }));
50
50
  return () => {
51
51
  const { params = {}, rootClass } = props;
52
- const itemRender = slots?.itemRender ?? props?.itemRender;
52
+ const itemRender = slots?.itemRender ? (route, slotParams, routes, paths) => slots.itemRender?.({
53
+ route,
54
+ params: slotParams,
55
+ routes,
56
+ paths
57
+ }) : props?.itemRender;
53
58
  const mergedDropdownIcon = getSlotPropsFnRun(slots, props, "dropdownIcon") ?? contextDropdownIcon.value ?? createVNode(DownOutlined, null, null);
54
59
  const children = filterEmpty(slots?.default?.() ?? []);
55
60
  let crumbs;
@@ -1,7 +1,7 @@
1
1
  import { VueNode } from "../_util/type.js";
2
2
  import { DropdownProps } from "../dropdown/dropdown.js";
3
3
  import "../dropdown/index.js";
4
- import * as vue36 from "vue";
4
+ import * as vue11 from "vue";
5
5
  import { CSSProperties } from "vue";
6
6
  import { Key } from "@v-c/util/dist/type";
7
7
 
@@ -30,8 +30,8 @@ interface BreadcrumbItemProps extends SeparatorType {
30
30
  class?: string;
31
31
  style?: CSSProperties;
32
32
  }
33
- declare const InternalBreadcrumbItem: vue36.DefineSetupFnComponent<Omit<BreadcrumbItemProps, "key">, {}, {}, Omit<BreadcrumbItemProps, "key"> & {}, vue36.PublicProps>;
34
- declare const BreadcrumbItem: vue36.DefineSetupFnComponent<Omit<BreadcrumbItemProps, "key">, {}, {}, Omit<BreadcrumbItemProps, "key"> & {}, vue36.PublicProps>;
33
+ declare const InternalBreadcrumbItem: vue11.DefineSetupFnComponent<Omit<BreadcrumbItemProps, "key">, {}, {}, Omit<BreadcrumbItemProps, "key"> & {}, vue11.PublicProps>;
34
+ declare const BreadcrumbItem: vue11.DefineSetupFnComponent<Omit<BreadcrumbItemProps, "key">, {}, {}, Omit<BreadcrumbItemProps, "key"> & {}, vue11.PublicProps>;
35
35
  declare const _default: typeof BreadcrumbItem & {
36
36
  /** @internal */__ANT_BREADCRUMB_ITEM: boolean;
37
37
  };
@@ -1,7 +1,7 @@
1
- import * as vue22 from "vue";
1
+ import * as vue9 from "vue";
2
2
 
3
3
  //#region src/breadcrumb/BreadcrumbSeparator.d.ts
4
- declare const BreadcrumbSeparator: vue22.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue22.PublicProps>;
4
+ declare const BreadcrumbSeparator: vue9.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue9.PublicProps>;
5
5
  declare const _default: typeof BreadcrumbSeparator & {
6
6
  /** @internal */__ANT_BREADCRUMB_SEPARATOR: boolean;
7
7
  };
@@ -1,4 +1,4 @@
1
1
  import _default, { BreadcrumbItemProps, SeparatorType } from "./BreadcrumbItem.js";
2
2
  import _default$1 from "./BreadcrumbSeparator.js";
3
- import Breadcrumb, { BreadcrumbEmits, BreadcrumbProps, BreadcrumbSlots, ItemType } from "./Breadcrumb.js";
4
- export { type BreadcrumbEmits, _default as BreadcrumbItem, type BreadcrumbItemProps, type ItemType as BreadcrumbItemType, type BreadcrumbProps, _default$1 as BreadcrumbSeparator, type BreadcrumbSlots, type SeparatorType, Breadcrumb as default };
3
+ import Breadcrumb, { BreadcrumbEmits, BreadcrumbItemRenderContext, BreadcrumbProps, BreadcrumbSlots, ItemType } from "./Breadcrumb.js";
4
+ export { type BreadcrumbEmits, _default as BreadcrumbItem, type BreadcrumbItemProps, type BreadcrumbItemRenderContext, type ItemType as BreadcrumbItemType, type BreadcrumbProps, _default$1 as BreadcrumbSeparator, type BreadcrumbSlots, type SeparatorType, Breadcrumb as default };
@@ -1,6 +1,6 @@
1
1
  import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
2
  import "../../theme/internal.js";
3
- import * as vue292 from "vue";
3
+ import * as vue274 from "vue";
4
4
 
5
5
  //#region src/breadcrumb/style/index.d.ts
6
6
  interface ComponentToken {
@@ -41,6 +41,6 @@ interface ComponentToken {
41
41
  separatorColor: string;
42
42
  }
43
43
  declare const prepareComponentToken: GetDefaultToken<'Breadcrumb'>;
44
- declare const _default: (prefixCls: vue292.Ref<string>, rootCls?: vue292.Ref<string | undefined>) => readonly [vue292.Ref<string, string>, vue292.ComputedRef<string | undefined>];
44
+ declare const _default: (prefixCls: vue274.Ref<string>, rootCls?: vue274.Ref<string | undefined>) => readonly [vue274.Ref<string, string>, vue274.ComputedRef<string | undefined>];
45
45
  //#endregion
46
46
  export { ComponentToken, _default as default, prepareComponentToken };
@@ -4,7 +4,7 @@ import "../_util/hooks/index.js";
4
4
  import { SizeType } from "../config-provider/SizeContext.js";
5
5
  import { ComponentBaseProps } from "../config-provider/context.js";
6
6
  import { ButtonColorType, ButtonHTMLType, ButtonShape, ButtonType, ButtonVariantType } from "./buttonHelper.js";
7
- import * as vue71 from "vue";
7
+ import * as vue32 from "vue";
8
8
  import { CSSProperties, SlotsType } from "vue";
9
9
 
10
10
  //#region src/button/Button.d.ts
@@ -63,7 +63,7 @@ interface ButtonSlots {
63
63
  icon?: () => any;
64
64
  loadingIcon?: () => any;
65
65
  }
66
- declare const InternalCompoundedButton: vue71.DefineSetupFnComponent<ButtonProps, ButtonEmits, SlotsType<ButtonSlots>, ButtonProps, vue71.PublicProps>;
66
+ declare const InternalCompoundedButton: vue32.DefineSetupFnComponent<ButtonProps, ButtonEmits, SlotsType<ButtonSlots>, ButtonProps, vue32.PublicProps>;
67
67
  type CompoundedComponent = typeof InternalCompoundedButton & {
68
68
  /** @internal */__ANT_BUTTON: boolean;
69
69
  };
@@ -1,4 +1,4 @@
1
- import * as vue54 from "vue";
1
+ import * as vue28 from "vue";
2
2
 
3
3
  //#region src/button/DefaultLoadingIcon.d.ts
4
4
  interface DefaultLoadingIconProps {
@@ -7,6 +7,6 @@ interface DefaultLoadingIconProps {
7
7
  loading?: boolean | object;
8
8
  mount: boolean;
9
9
  }
10
- declare const DefaultLoadingIcon: vue54.DefineSetupFnComponent<DefaultLoadingIconProps, {}, {}, DefaultLoadingIconProps & {}, vue54.PublicProps>;
10
+ declare const DefaultLoadingIcon: vue28.DefineSetupFnComponent<DefaultLoadingIconProps, {}, {}, DefaultLoadingIconProps & {}, vue28.PublicProps>;
11
11
  //#endregion
12
12
  export { DefaultLoadingIconProps, DefaultLoadingIcon as default };
@@ -1,9 +1,9 @@
1
- import * as vue56 from "vue";
1
+ import * as vue84 from "vue";
2
2
 
3
3
  //#region src/button/IconWrapper.d.ts
4
4
  interface IconWrapperProps {
5
5
  prefixCls: string;
6
6
  }
7
- declare const IconWrapper: vue56.DefineSetupFnComponent<IconWrapperProps, {}, {}, IconWrapperProps & {}, vue56.PublicProps>;
7
+ declare const IconWrapper: vue84.DefineSetupFnComponent<IconWrapperProps, {}, {}, IconWrapperProps & {}, vue84.PublicProps>;
8
8
  //#endregion
9
9
  export { IconWrapperProps, IconWrapper as default };
@@ -1,12 +1,12 @@
1
- import * as vue874 from "vue";
1
+ import * as vue243 from "vue";
2
2
 
3
3
  //#region src/button/style/compact.d.ts
4
- declare const _default: vue874.DefineComponent<vue874.ExtractPropTypes<{
4
+ declare const _default: vue243.DefineComponent<vue243.ExtractPropTypes<{
5
5
  prefixCls: StringConstructor;
6
6
  rootCls: StringConstructor;
7
- }>, () => null, {}, {}, {}, vue874.ComponentOptionsMixin, vue874.ComponentOptionsMixin, {}, string, vue874.PublicProps, Readonly<vue874.ExtractPropTypes<{
7
+ }>, () => null, {}, {}, {}, vue243.ComponentOptionsMixin, vue243.ComponentOptionsMixin, {}, string, vue243.PublicProps, Readonly<vue243.ExtractPropTypes<{
8
8
  prefixCls: StringConstructor;
9
9
  rootCls: StringConstructor;
10
- }>> & Readonly<{}>, {}, {}, {}, {}, string, vue874.ComponentProvideOptions, true, {}, any>;
10
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, vue243.ComponentProvideOptions, true, {}, any>;
11
11
  //#endregion
12
12
  export { _default as default };
@@ -1,7 +1,7 @@
1
1
  import { ComponentToken } from "./token.js";
2
- import * as vue883 from "vue";
2
+ import * as vue377 from "vue";
3
3
 
4
4
  //#region src/button/style/index.d.ts
5
- declare const _default: (prefixCls: vue883.Ref<string>, rootCls?: vue883.Ref<string | undefined>) => readonly [vue883.Ref<string, string>, vue883.ComputedRef<string | undefined>];
5
+ declare const _default: (prefixCls: vue377.Ref<string>, rootCls?: vue377.Ref<string | undefined>) => readonly [vue377.Ref<string, string>, vue377.ComputedRef<string | undefined>];
6
6
  //#endregion
7
7
  export { type ComponentToken, _default as default };
@@ -1,5 +1,5 @@
1
1
  import { CalendarMode, SelectInfo } from "./generateCalendar.js";
2
- import * as vue124 from "vue";
2
+ import * as vue26 from "vue";
3
3
  import { CSSProperties } from "vue";
4
4
  import { Locale } from "@v-c/picker";
5
5
  import { GenerateConfig } from "@v-c/picker/generate";
@@ -18,6 +18,6 @@ interface CalendarHeaderProps<DateType> {
18
18
  onChange: (date: DateType, source: SelectInfo['source']) => void;
19
19
  onModeChange: (mode: CalendarMode) => void;
20
20
  }
21
- declare const CalendarHeader: vue124.DefineSetupFnComponent<CalendarHeaderProps<any>, {}, {}, CalendarHeaderProps<any> & {}, vue124.PublicProps>;
21
+ declare const CalendarHeader: vue26.DefineSetupFnComponent<CalendarHeaderProps<any>, {}, {}, CalendarHeaderProps<any> & {}, vue26.PublicProps>;
22
22
  //#endregion
23
23
  export { CalendarHeaderProps, CalendarHeader as default };
@@ -3,7 +3,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
3
3
  import "../_util/hooks/index.js";
4
4
  import locale from "../date-picker/locale/en_US.js";
5
5
  import "./locale/en_US.js";
6
- import * as vue202 from "vue";
6
+ import * as vue80 from "vue";
7
7
  import { CSSProperties, SlotsType } from "vue";
8
8
  import { GenerateConfig } from "@v-c/picker/generate/index";
9
9
 
@@ -102,6 +102,6 @@ interface CalendarEmitsProps<DateType = AnyObject> {
102
102
  onPanelChange?: CalendarEmits<DateType>['panelChange'];
103
103
  onSelect?: CalendarEmits<DateType>['select'];
104
104
  }
105
- declare function generateCalendar<DateType extends AnyObject>(generateConfig: GenerateConfig<DateType>): vue202.DefineSetupFnComponent<CalendarProps<DateType>, CalendarEmits<DateType>, SlotsType<CalendarSlots>, CalendarProps<DateType>, vue202.PublicProps>;
105
+ declare function generateCalendar<DateType extends AnyObject>(generateConfig: GenerateConfig<DateType>): vue80.DefineSetupFnComponent<CalendarProps<DateType>, CalendarEmits<DateType>, SlotsType<CalendarSlots>, CalendarProps<DateType>, vue80.PublicProps>;
106
106
  //#endregion
107
107
  export { CalendarClassNamesType, CalendarEmits, CalendarEmitsProps, CalendarMode, CalendarProps, CalendarSemanticClassNames, CalendarSemanticName, CalendarSemanticStyles, CalendarSlots, CalendarStylesType, HeaderRender, SelectInfo, calendarProps, generateCalendar as default };
@@ -1,9 +1,9 @@
1
1
  import generateCalendar, { CalendarEmits, CalendarMode, CalendarProps, CalendarSlots } from "./generateCalendar.js";
2
- import * as vue155 from "vue";
2
+ import * as vue77 from "vue";
3
3
  import { Dayjs } from "dayjs";
4
4
 
5
5
  //#region src/calendar/index.d.ts
6
- declare const Calendar: vue155.DefineSetupFnComponent<CalendarProps<Dayjs>, CalendarEmits<Dayjs>, vue155.SlotsType<CalendarSlots>, CalendarProps<Dayjs>, vue155.PublicProps>;
6
+ declare const Calendar: vue77.DefineSetupFnComponent<CalendarProps<Dayjs>, CalendarEmits<Dayjs>, vue77.SlotsType<CalendarSlots>, CalendarProps<Dayjs>, vue77.PublicProps>;
7
7
  type CalendarType = typeof Calendar & {
8
8
  generateCalendar: typeof generateCalendar;
9
9
  };
@@ -3,7 +3,7 @@ import "../../date-picker/style/index.js";
3
3
  import { FullToken, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
4
4
  import { GenerateStyle } from "../../theme/interface/index.js";
5
5
  import "../../theme/internal.js";
6
- import * as vue268 from "vue";
6
+ import * as vue811 from "vue";
7
7
  import { CSSObject } from "@antdv-next/cssinjs";
8
8
 
9
9
  //#region src/calendar/style/index.d.ts
@@ -63,6 +63,6 @@ interface CalendarToken extends FullToken<'Calendar'>, PickerPanelToken, PanelCo
63
63
  }
64
64
  declare const genCalendarStyles: GenerateStyle<CalendarToken, CSSObject>;
65
65
  declare const prepareComponentToken: GetDefaultToken<'Calendar'>;
66
- declare const _default: (prefixCls: vue268.Ref<string>, rootCls?: vue268.Ref<string | undefined>) => readonly [vue268.Ref<string, string>, vue268.ComputedRef<string | undefined>];
66
+ declare const _default: (prefixCls: vue811.Ref<string>, rootCls?: vue811.Ref<string | undefined>) => readonly [vue811.Ref<string, string>, vue811.ComputedRef<string | undefined>];
67
67
  //#endregion
68
68
  export { ComponentToken, _default as default, genCalendarStyles, prepareComponentToken };
@@ -3,7 +3,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
3
3
  import "../_util/hooks/index.js";
4
4
  import { Tab, TabsSlots } from "../tabs/index.js";
5
5
  import { ComponentBaseProps } from "../config-provider/context.js";
6
- import * as vue46 from "vue";
6
+ import * as vue325 from "vue";
7
7
  import { CSSProperties, SlotsType } from "vue";
8
8
 
9
9
  //#region src/card/Card.d.ts
@@ -81,6 +81,6 @@ interface CardSlots {
81
81
  tabLabelRender?: TabsSlots['labelRender'];
82
82
  tabBarExtraContent?: () => any;
83
83
  }
84
- declare const Card: vue46.DefineSetupFnComponent<CardProps, CardEmits, SlotsType<CardSlots>, CardProps, vue46.PublicProps>;
84
+ declare const Card: vue325.DefineSetupFnComponent<CardProps, CardEmits, SlotsType<CardSlots>, CardProps, vue325.PublicProps>;
85
85
  //#endregion
86
86
  export { CardClassNamesType, CardEmits, CardEmitsProps, CardProps, CardSemanticClassNames, CardSemanticName, CardSemanticStyles, CardSize, CardSlots, CardStylesType, CardTabListType, CardType, Card as default };
@@ -1,10 +1,10 @@
1
- import * as vue40 from "vue";
1
+ import * as vue34 from "vue";
2
2
 
3
3
  //#region src/card/CardGrid.d.ts
4
4
  interface CardGridProps {
5
5
  prefixCls?: string;
6
6
  hoverable?: boolean;
7
7
  }
8
- declare const CardGrid: vue40.DefineSetupFnComponent<CardGridProps, {}, {}, CardGridProps & {}, vue40.PublicProps>;
8
+ declare const CardGrid: vue34.DefineSetupFnComponent<CardGridProps, {}, {}, CardGridProps & {}, vue34.PublicProps>;
9
9
  //#endregion
10
10
  export { CardGridProps, CardGrid as default };
@@ -1,7 +1,7 @@
1
1
  import { EmptyEmit, VueNode } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
3
  import "../_util/hooks/index.js";
4
- import * as vue42 from "vue";
4
+ import * as vue53 from "vue";
5
5
  import { CSSProperties, SlotsType } from "vue";
6
6
 
7
7
  //#region src/card/CardMeta.d.ts
@@ -36,6 +36,6 @@ interface CardMetaSlots {
36
36
  description?: () => any;
37
37
  default?: () => any;
38
38
  }
39
- declare const CardMeta: vue42.DefineSetupFnComponent<CardMetaProps, EmptyEmit, SlotsType<CardMetaSlots>, CardMetaProps, vue42.PublicProps>;
39
+ declare const CardMeta: vue53.DefineSetupFnComponent<CardMetaProps, EmptyEmit, SlotsType<CardMetaSlots>, CardMetaProps, vue53.PublicProps>;
40
40
  //#endregion
41
41
  export { CardMetaClassNamesType, CardMetaProps, CardMetaSemanticClassNames, CardMetaSemanticName, CardMetaSemanticStyles, CardMetaSlots, CardMetaStylesType, CardMeta as default };
@@ -1,6 +1,6 @@
1
1
  import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
2
  import "../../theme/internal.js";
3
- import * as vue330 from "vue";
3
+ import * as vue671 from "vue";
4
4
 
5
5
  //#region src/card/style/index.d.ts
6
6
  interface ComponentToken {
@@ -71,6 +71,6 @@ interface ComponentToken {
71
71
  extraColor: string;
72
72
  }
73
73
  declare const prepareComponentToken: GetDefaultToken<'Card'>;
74
- declare const _default: (prefixCls: vue330.Ref<string>, rootCls?: vue330.Ref<string | undefined>) => readonly [vue330.Ref<string, string>, vue330.ComputedRef<string | undefined>];
74
+ declare const _default: (prefixCls: vue671.Ref<string>, rootCls?: vue671.Ref<string | undefined>) => readonly [vue671.Ref<string, string>, vue671.ComputedRef<string | undefined>];
75
75
  //#endregion
76
76
  export { ComponentToken, _default as default, prepareComponentToken };
@@ -1,6 +1,6 @@
1
1
  import { VueNode } from "../_util/type.js";
2
2
  import { ComponentBaseProps } from "../config-provider/context.js";
3
- import * as vue32 from "vue";
3
+ import * as vue121 from "vue";
4
4
  import { SlotsType } from "vue";
5
5
  import { SlickProps } from "@v-c/slick";
6
6
 
@@ -52,6 +52,6 @@ interface CarouselRef {
52
52
  autoPlay: (playType?: 'update' | 'leave' | 'blur') => void;
53
53
  innerSlider: any;
54
54
  }
55
- declare const Carousel: vue32.DefineSetupFnComponent<CarouselProps, CarouselEmits, SlotsType<CarouselSlots>, CarouselProps, vue32.PublicProps>;
55
+ declare const Carousel: vue121.DefineSetupFnComponent<CarouselProps, CarouselEmits, SlotsType<CarouselSlots>, CarouselProps, vue121.PublicProps>;
56
56
  //#endregion
57
57
  export { CarouselEffect, CarouselEmits, CarouselEmitsProps, CarouselProps, CarouselRef, CarouselSlots, DotPlacement, Carousel as default };
@@ -1,6 +1,6 @@
1
1
  import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
2
  import "../../theme/internal.js";
3
- import * as vue314 from "vue";
3
+ import * as vue790 from "vue";
4
4
 
5
5
  //#region src/carousel/style/index.d.ts
6
6
  interface ComponentToken {
@@ -44,6 +44,6 @@ interface ComponentToken {
44
44
  }
45
45
  declare const DotDuration = "--dot-duration";
46
46
  declare const prepareComponentToken: GetDefaultToken<'Carousel'>;
47
- declare const _default: (prefixCls: vue314.Ref<string>, rootCls?: vue314.Ref<string | undefined>) => readonly [vue314.Ref<string, string>, vue314.ComputedRef<string | undefined>];
47
+ declare const _default: (prefixCls: vue790.Ref<string>, rootCls?: vue790.Ref<string | undefined>) => readonly [vue790.Ref<string, string>, vue790.ComputedRef<string | undefined>];
48
48
  //#endregion
49
49
  export { ComponentToken, DotDuration, _default as default, prepareComponentToken };