antdv-next 1.4.4 → 1.4.6

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 (837) hide show
  1. package/dist/_util/ActionButton.d.ts +1 -1
  2. package/dist/_util/PurePanel.d.ts +0 -1
  3. package/dist/_util/PurePanel.js +6 -5
  4. package/dist/_util/aria-data-attrs.d.ts +0 -1
  5. package/dist/_util/colors.d.ts +1 -0
  6. package/dist/_util/convertToTooltipProps.d.ts +0 -1
  7. package/dist/_util/gapSize.d.ts +0 -1
  8. package/dist/_util/getAllowClear.d.ts +0 -1
  9. package/dist/_util/getScroll.d.ts +2 -1
  10. package/dist/_util/getScroll.js +4 -1
  11. package/dist/_util/hooks/useClosable.d.ts +0 -1
  12. package/dist/_util/hooks/useMergeSemantic.d.ts +2 -3
  13. package/dist/_util/hooks/useMergedMask.d.ts +0 -1
  14. package/dist/_util/hooks/useOrientation.d.ts +0 -1
  15. package/dist/_util/hooks/usePatchElement.d.ts +0 -1
  16. package/dist/_util/hooks/usePatchElement.js +2 -1
  17. package/dist/_util/hooks/useResponsive.d.ts +0 -1
  18. package/dist/_util/hooks/useZIndex.d.ts +0 -1
  19. package/dist/_util/motion.d.ts +0 -1
  20. package/dist/_util/placements.d.ts +0 -1
  21. package/dist/_util/scrollTo.js +2 -2
  22. package/dist/_util/statusUtils.d.ts +0 -1
  23. package/dist/_util/styleChecker.d.ts +0 -1
  24. package/dist/_util/tools.d.ts +1 -2
  25. package/dist/_util/transKeys.d.ts +0 -1
  26. package/dist/_util/type.d.ts +1 -2
  27. package/dist/_util/vnode/index.d.ts +0 -1
  28. package/dist/_util/vueNode.d.ts +1 -2
  29. package/dist/_util/warning.d.ts +0 -2
  30. package/dist/_util/wave/WaveEffect.d.ts +0 -1
  31. package/dist/_util/wave/index.d.ts +0 -1
  32. package/dist/_util/wave/interface.d.ts +1 -0
  33. package/dist/_util/wave/style.d.ts +1 -0
  34. package/dist/_util/wave/useWave.d.ts +0 -1
  35. package/dist/_util/zindexContext.d.ts +0 -1
  36. package/dist/affix/index.d.ts +0 -1
  37. package/dist/affix/style/index.d.ts +1 -0
  38. package/dist/alert/Alert.d.ts +1 -1
  39. package/dist/alert/style/index.d.ts +1 -1
  40. package/dist/anchor/Anchor.d.ts +1 -1
  41. package/dist/anchor/Anchor.js +2 -1
  42. package/dist/anchor/AnchorLink.d.ts +0 -1
  43. package/dist/anchor/context.d.ts +0 -1
  44. package/dist/anchor/style/index.d.ts +1 -0
  45. package/dist/antd-with-locales.esm.js +11179 -11893
  46. package/dist/antd-with-locales.js +99 -89
  47. package/dist/antd.css +1 -1
  48. package/dist/antd.esm.js +10712 -11275
  49. package/dist/antd.js +99 -89
  50. package/dist/app/App.d.ts +0 -1
  51. package/dist/app/context.d.ts +1 -0
  52. package/dist/app/index.d.ts +0 -1
  53. package/dist/app/style/index.d.ts +1 -0
  54. package/dist/app/useApp.d.ts +0 -1
  55. package/dist/auto-complete/index.d.ts +1 -1
  56. package/dist/avatar/Avatar.d.ts +0 -1
  57. package/dist/avatar/AvatarContext.d.ts +0 -1
  58. package/dist/avatar/AvatarGroup.d.ts +0 -1
  59. package/dist/avatar/index.d.ts +0 -1
  60. package/dist/avatar/style/index.d.ts +1 -0
  61. package/dist/badge/Ribbon.d.ts +1 -1
  62. package/dist/badge/ScrollNumber.d.ts +0 -1
  63. package/dist/badge/SingleNumber.js +2 -1
  64. package/dist/badge/index.d.ts +2 -1
  65. package/dist/badge/style/index.d.ts +1 -0
  66. package/dist/badge/style/index.js +2 -1
  67. package/dist/badge/style/ribbon.js +2 -1
  68. package/dist/border-beam/BorderBeam.d.ts +0 -1
  69. package/dist/border-beam/hooks/useBorderSize.d.ts +0 -1
  70. package/dist/breadcrumb/Breadcrumb.d.ts +2 -1
  71. package/dist/breadcrumb/BreadcrumbContext.d.ts +1 -1
  72. package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -2
  73. package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -1
  74. package/dist/breadcrumb/style/index.d.ts +1 -0
  75. package/dist/breadcrumb/style/index.js +14 -4
  76. package/dist/breadcrumb/useItemRender.d.ts +0 -1
  77. package/dist/button/Button.d.ts +3 -2
  78. package/dist/button/buttonHelper.d.ts +1 -2
  79. package/dist/button/style/group.d.ts +1 -1
  80. package/dist/button/style/index.d.ts +0 -1
  81. package/dist/button/style/token.d.ts +3 -3
  82. package/dist/button/style/variant.d.ts +0 -1
  83. package/dist/button/style/variant.js +2 -2
  84. package/dist/calendar/Header.d.ts +0 -1
  85. package/dist/calendar/generateCalendar.d.ts +2 -1
  86. package/dist/calendar/index.d.ts +0 -1
  87. package/dist/calendar/style/index.d.ts +2 -1
  88. package/dist/calendar/style/index.js +3 -2
  89. package/dist/card/Card.d.ts +1 -1
  90. package/dist/card/CardMeta.d.ts +1 -1
  91. package/dist/card/style/index.d.ts +1 -0
  92. package/dist/carousel/index.d.ts +0 -1
  93. package/dist/carousel/index.js +4 -1
  94. package/dist/carousel/style/index.d.ts +1 -0
  95. package/dist/cascader/Panel.d.ts +0 -1
  96. package/dist/cascader/hooks/useBase.d.ts +0 -1
  97. package/dist/cascader/hooks/useIcons.d.ts +1 -7
  98. package/dist/cascader/index.d.ts +1 -1
  99. package/dist/cascader/style/columns.d.ts +1 -1
  100. package/dist/cascader/style/index.d.ts +1 -1
  101. package/dist/checkbox/Checkbox.d.ts +1 -1
  102. package/dist/checkbox/Group.d.ts +0 -1
  103. package/dist/checkbox/GroupContext.d.ts +0 -1
  104. package/dist/checkbox/style/index.d.ts +1 -0
  105. package/dist/checkbox/style/index.js +3 -2
  106. package/dist/collapse/Collapse.d.ts +1 -1
  107. package/dist/collapse/CollapsePanel.d.ts +0 -1
  108. package/dist/collapse/style/index.d.ts +1 -1
  109. package/dist/collapse/style/index.js +8 -1
  110. package/dist/color-picker/ColorPicker.d.ts +0 -1
  111. package/dist/color-picker/ColorPickerPanel.d.ts +0 -1
  112. package/dist/color-picker/color.d.ts +0 -1
  113. package/dist/color-picker/components/ColorAlphaInput.d.ts +0 -1
  114. package/dist/color-picker/components/ColorClear.d.ts +0 -1
  115. package/dist/color-picker/components/ColorHexInput.d.ts +0 -1
  116. package/dist/color-picker/components/ColorHexInput.js +2 -1
  117. package/dist/color-picker/components/ColorHsbInput.d.ts +0 -1
  118. package/dist/color-picker/components/ColorInput.d.ts +0 -1
  119. package/dist/color-picker/components/ColorPresets.d.ts +0 -1
  120. package/dist/color-picker/components/ColorRgbInput.d.ts +0 -1
  121. package/dist/color-picker/components/ColorSlider.d.ts +0 -1
  122. package/dist/color-picker/components/ColorTrigger.d.ts +0 -1
  123. package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +0 -1
  124. package/dist/color-picker/context.d.ts +0 -1
  125. package/dist/color-picker/hooks/useModeColor.d.ts +0 -1
  126. package/dist/color-picker/index.d.ts +0 -1
  127. package/dist/color-picker/interface.d.ts +1 -1
  128. package/dist/color-picker/style/color-block.d.ts +0 -1
  129. package/dist/color-picker/style/index.d.ts +1 -0
  130. package/dist/color-picker/style/index.js +7 -6
  131. package/dist/color-picker/style/input.d.ts +1 -1
  132. package/dist/color-picker/style/picker.d.ts +1 -1
  133. package/dist/color-picker/style/presets.d.ts +1 -1
  134. package/dist/color-picker/style/slider.d.ts +1 -1
  135. package/dist/color-picker/util.d.ts +0 -1
  136. package/dist/components.d.ts +14 -0
  137. package/dist/config-provider/DisabledContext.d.ts +0 -1
  138. package/dist/config-provider/SizeContext.d.ts +0 -1
  139. package/dist/config-provider/SizeContext.js +2 -1
  140. package/dist/config-provider/context.d.ts +19 -4
  141. package/dist/config-provider/context.js +2 -1
  142. package/dist/config-provider/defaultRenderEmpty.d.ts +0 -1
  143. package/dist/config-provider/define.d.ts +1 -1
  144. package/dist/config-provider/hooks/useCSSVarCls.d.ts +0 -1
  145. package/dist/config-provider/hooks/useConfig.d.ts +0 -1
  146. package/dist/config-provider/hooks/useSize.d.ts +0 -1
  147. package/dist/config-provider/hooks/useTheme.d.ts +0 -1
  148. package/dist/config-provider/hooks/useThemeKey.d.ts +0 -1
  149. package/dist/config-provider/index.d.ts +0 -1
  150. package/dist/config-provider/style/index.d.ts +1 -0
  151. package/dist/date-picker/PickerButton.d.ts +1 -0
  152. package/dist/date-picker/generatePicker/SuffixIcon.d.ts +0 -1
  153. package/dist/date-picker/generatePicker/generateRangePicker.d.ts +0 -1
  154. package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +0 -1
  155. package/dist/date-picker/generatePicker/generateSinglePicker.js +3 -1
  156. package/dist/date-picker/generatePicker/index.d.ts +0 -1
  157. package/dist/date-picker/generatePicker/interface.d.ts +3 -2
  158. package/dist/date-picker/generatePicker/useComponents.d.ts +2 -2
  159. package/dist/date-picker/hooks/useMergedPickerSemantic.d.ts +0 -1
  160. package/dist/date-picker/index.d.ts +0 -1
  161. package/dist/date-picker/locale/ar_EG.d.ts +1 -1
  162. package/dist/date-picker/locale/az_AZ.d.ts +1 -1
  163. package/dist/date-picker/locale/bg_BG.d.ts +1 -1
  164. package/dist/date-picker/locale/bn_BD.d.ts +1 -1
  165. package/dist/date-picker/locale/by_BY.d.ts +1 -1
  166. package/dist/date-picker/locale/ca_ES.d.ts +1 -1
  167. package/dist/date-picker/locale/cs_CZ.d.ts +1 -1
  168. package/dist/date-picker/locale/da_DK.d.ts +1 -1
  169. package/dist/date-picker/locale/de_DE.d.ts +1 -1
  170. package/dist/date-picker/locale/el_GR.d.ts +1 -1
  171. package/dist/date-picker/locale/en_GB.d.ts +1 -1
  172. package/dist/date-picker/locale/en_US.d.ts +1 -1
  173. package/dist/date-picker/locale/es_ES.d.ts +1 -1
  174. package/dist/date-picker/locale/es_US.d.ts +1 -1
  175. package/dist/date-picker/locale/et_EE.d.ts +1 -1
  176. package/dist/date-picker/locale/eu_ES.d.ts +1 -1
  177. package/dist/date-picker/locale/fa_IR.d.ts +1 -1
  178. package/dist/date-picker/locale/fi_FI.d.ts +1 -1
  179. package/dist/date-picker/locale/fr_BE.d.ts +1 -1
  180. package/dist/date-picker/locale/fr_CA.d.ts +1 -1
  181. package/dist/date-picker/locale/fr_FR.d.ts +1 -1
  182. package/dist/date-picker/locale/ga_IE.d.ts +1 -1
  183. package/dist/date-picker/locale/gl_ES.d.ts +1 -1
  184. package/dist/date-picker/locale/he_IL.d.ts +1 -1
  185. package/dist/date-picker/locale/hi_IN.d.ts +1 -1
  186. package/dist/date-picker/locale/hr_HR.d.ts +1 -1
  187. package/dist/date-picker/locale/hu_HU.d.ts +1 -1
  188. package/dist/date-picker/locale/id_ID.d.ts +1 -1
  189. package/dist/date-picker/locale/is_IS.d.ts +1 -1
  190. package/dist/date-picker/locale/it_IT.d.ts +1 -1
  191. package/dist/date-picker/locale/ja_JP.d.ts +1 -1
  192. package/dist/date-picker/locale/ka_GE.d.ts +1 -1
  193. package/dist/date-picker/locale/kk_KZ.d.ts +1 -1
  194. package/dist/date-picker/locale/km_KH.d.ts +1 -1
  195. package/dist/date-picker/locale/kmr_IQ.d.ts +1 -1
  196. package/dist/date-picker/locale/kn_IN.d.ts +1 -1
  197. package/dist/date-picker/locale/ko_KR.d.ts +1 -1
  198. package/dist/date-picker/locale/lt_LT.d.ts +1 -1
  199. package/dist/date-picker/locale/lv_LV.d.ts +1 -1
  200. package/dist/date-picker/locale/mk_MK.d.ts +1 -1
  201. package/dist/date-picker/locale/ml_IN.d.ts +1 -1
  202. package/dist/date-picker/locale/mn_MN.d.ts +1 -1
  203. package/dist/date-picker/locale/mr_IN.d.ts +1 -1
  204. package/dist/date-picker/locale/ms_MY.d.ts +1 -1
  205. package/dist/date-picker/locale/my_MM.d.ts +1 -1
  206. package/dist/date-picker/locale/nb_NO.d.ts +1 -1
  207. package/dist/date-picker/locale/nl_BE.d.ts +1 -1
  208. package/dist/date-picker/locale/nl_NL.d.ts +1 -1
  209. package/dist/date-picker/locale/pl_PL.d.ts +1 -1
  210. package/dist/date-picker/locale/pt_BR.d.ts +1 -1
  211. package/dist/date-picker/locale/pt_PT.d.ts +1 -1
  212. package/dist/date-picker/locale/ro_RO.d.ts +1 -1
  213. package/dist/date-picker/locale/ru_RU.d.ts +1 -1
  214. package/dist/date-picker/locale/si_LK.d.ts +1 -1
  215. package/dist/date-picker/locale/sk_SK.d.ts +1 -1
  216. package/dist/date-picker/locale/sl_SI.d.ts +1 -1
  217. package/dist/date-picker/locale/sr_RS.d.ts +1 -1
  218. package/dist/date-picker/locale/sv_SE.d.ts +1 -1
  219. package/dist/date-picker/locale/ta_IN.d.ts +1 -1
  220. package/dist/date-picker/locale/th_TH.d.ts +1 -1
  221. package/dist/date-picker/locale/tk_TK.d.ts +1 -1
  222. package/dist/date-picker/locale/tr_TR.d.ts +1 -1
  223. package/dist/date-picker/locale/uk_UA.d.ts +1 -1
  224. package/dist/date-picker/locale/ur_PK.d.ts +1 -1
  225. package/dist/date-picker/locale/uz_UZ.d.ts +1 -1
  226. package/dist/date-picker/locale/vi_VN.d.ts +1 -1
  227. package/dist/date-picker/locale/zh_CN.d.ts +1 -1
  228. package/dist/date-picker/locale/zh_TW.d.ts +1 -1
  229. package/dist/date-picker/style/index.d.ts +0 -1
  230. package/dist/date-picker/style/index.js +6 -0
  231. package/dist/date-picker/style/multiple.d.ts +1 -0
  232. package/dist/date-picker/style/panel.d.ts +1 -1
  233. package/dist/date-picker/style/token.d.ts +0 -1
  234. package/dist/date-picker/style/util.d.ts +0 -1
  235. package/dist/date-picker/style/variants.d.ts +0 -1
  236. package/dist/date-picker/util.d.ts +3 -3
  237. package/dist/descriptions/Cell.d.ts +0 -1
  238. package/dist/descriptions/DescriptionsContext.d.ts +0 -1
  239. package/dist/descriptions/Item.d.ts +1 -2
  240. package/dist/descriptions/Row.d.ts +0 -1
  241. package/dist/descriptions/constant.d.ts +0 -1
  242. package/dist/descriptions/hooks/useItems.d.ts +6 -7
  243. package/dist/descriptions/hooks/useRow.d.ts +0 -1
  244. package/dist/descriptions/index.d.ts +1 -1
  245. package/dist/descriptions/style/index.d.ts +1 -0
  246. package/dist/descriptions/style/index.js +2 -1
  247. package/dist/divider/index.d.ts +1 -1
  248. package/dist/divider/style/index.d.ts +1 -1
  249. package/dist/drawer/DrawerPanel.d.ts +1 -1
  250. package/dist/drawer/index.d.ts +1 -1
  251. package/dist/drawer/style/index.d.ts +1 -0
  252. package/dist/drawer/style/motion.d.ts +1 -1
  253. package/dist/drawer/useFocusable.d.ts +0 -1
  254. package/dist/dropdown/dropdown.d.ts +1 -1
  255. package/dist/dropdown/index.d.ts +0 -1
  256. package/dist/dropdown/style/index.d.ts +1 -1
  257. package/dist/dropdown/style/status.d.ts +1 -1
  258. package/dist/empty/index.d.ts +1 -1
  259. package/dist/empty/style/index.js +3 -2
  260. package/dist/flex/index.d.ts +0 -1
  261. package/dist/flex/interface.d.ts +0 -1
  262. package/dist/flex/style/index.d.ts +1 -0
  263. package/dist/flex/utils.d.ts +0 -1
  264. package/dist/float-button/BackTop.d.ts +0 -1
  265. package/dist/float-button/BackTop.js +2 -1
  266. package/dist/float-button/FloatButton.d.ts +2 -1
  267. package/dist/float-button/FloatButtonGroup.d.ts +1 -1
  268. package/dist/float-button/PurePanel.d.ts +0 -1
  269. package/dist/float-button/context.d.ts +0 -1
  270. package/dist/float-button/style/button.d.ts +0 -1
  271. package/dist/float-button/style/group.d.ts +0 -1
  272. package/dist/float-button/style/index.d.ts +1 -0
  273. package/dist/form/ErrorList.d.ts +0 -1
  274. package/dist/form/Form.d.ts +2 -1
  275. package/dist/form/Form.js +18 -9
  276. package/dist/form/FormItem/ItemHolder.d.ts +0 -1
  277. package/dist/form/FormItem/StatusProvider.d.ts +0 -1
  278. package/dist/form/FormItem/index.d.ts +1 -2
  279. package/dist/form/FormItemInput.d.ts +1 -1
  280. package/dist/form/FormItemLabel.d.ts +1 -1
  281. package/dist/form/context.d.ts +2 -2
  282. package/dist/form/hooks/useForm.d.ts +0 -1
  283. package/dist/form/hooks/useVariant.d.ts +1 -2
  284. package/dist/form/interface.d.ts +0 -1
  285. package/dist/form/namePathType.d.ts +1 -1
  286. package/dist/form/style/explain.d.ts +1 -1
  287. package/dist/form/style/fallbackCmp.js +2 -1
  288. package/dist/form/style/index.d.ts +1 -1
  289. package/dist/form/types.d.ts +3 -3
  290. package/dist/form/util.d.ts +0 -1
  291. package/dist/form/utils/NameMap.d.ts +0 -1
  292. package/dist/form/utils/asyncUtil.d.ts +0 -1
  293. package/dist/form/utils/typeUtil.d.ts +0 -1
  294. package/dist/form/utils/validateUtil.d.ts +0 -1
  295. package/dist/form/utils/valueUtil.d.ts +0 -1
  296. package/dist/form/validateMessagesContext.d.ts +0 -1
  297. package/dist/grid/RowContext.d.ts +0 -1
  298. package/dist/grid/col.d.ts +0 -1
  299. package/dist/grid/hooks/useBreakpoint.d.ts +0 -1
  300. package/dist/grid/hooks/useGutter.d.ts +0 -1
  301. package/dist/grid/index.d.ts +0 -1
  302. package/dist/grid/row.d.ts +1 -2
  303. package/dist/grid/style/index.d.ts +1 -0
  304. package/dist/image/PreviewGroup.d.ts +3 -2
  305. package/dist/image/hooks/useMergedPreviewConfig.d.ts +0 -1
  306. package/dist/image/hooks/usePreviewConfig.d.ts +5 -6
  307. package/dist/image/index.d.ts +4 -2
  308. package/dist/image/style/index.d.ts +1 -1
  309. package/dist/index.d.ts +5 -3
  310. package/dist/index.js +14 -12
  311. package/dist/input/Group.d.ts +0 -1
  312. package/dist/input/Input.d.ts +1 -1
  313. package/dist/input/OTP/OTPInput.d.ts +0 -1
  314. package/dist/input/OTP/OTPInput.js +3 -3
  315. package/dist/input/OTP/index.d.ts +1 -1
  316. package/dist/input/OTP/index.js +4 -2
  317. package/dist/input/Password.d.ts +0 -1
  318. package/dist/input/Search.d.ts +1 -1
  319. package/dist/input/TextArea.d.ts +1 -1
  320. package/dist/input/hooks/useRemovePasswordTimeout.d.ts +0 -1
  321. package/dist/input/index.d.ts +0 -1
  322. package/dist/input/style/index.d.ts +1 -1
  323. package/dist/input/style/otp.js +2 -1
  324. package/dist/input/style/search.js +2 -1
  325. package/dist/input/style/textarea.d.ts +0 -1
  326. package/dist/input/style/textarea.js +3 -1
  327. package/dist/input/style/token.d.ts +1 -0
  328. package/dist/input/style/variants.d.ts +1 -1
  329. package/dist/input-number/index.d.ts +1 -1
  330. package/dist/input-number/style/index.d.ts +0 -1
  331. package/dist/input-number/style/token.d.ts +1 -0
  332. package/dist/layout/Sider.d.ts +1 -1
  333. package/dist/layout/hooks/useHasSider.d.ts +0 -1
  334. package/dist/layout/index.d.ts +0 -1
  335. package/dist/layout/layout.d.ts +0 -1
  336. package/dist/layout/style/index.d.ts +1 -1
  337. package/dist/locale/ar_EG.d.ts +0 -1
  338. package/dist/locale/az_AZ.d.ts +0 -1
  339. package/dist/locale/bg_BG.d.ts +0 -1
  340. package/dist/locale/bn_BD.d.ts +0 -1
  341. package/dist/locale/by_BY.d.ts +0 -1
  342. package/dist/locale/ca_ES.d.ts +0 -1
  343. package/dist/locale/cs_CZ.d.ts +0 -1
  344. package/dist/locale/da_DK.d.ts +0 -1
  345. package/dist/locale/de_DE.d.ts +0 -1
  346. package/dist/locale/el_GR.d.ts +0 -1
  347. package/dist/locale/en_GB.d.ts +0 -1
  348. package/dist/locale/en_US.d.ts +0 -1
  349. package/dist/locale/es_ES.d.ts +0 -1
  350. package/dist/locale/es_US.d.ts +0 -1
  351. package/dist/locale/et_EE.d.ts +0 -1
  352. package/dist/locale/eu_ES.d.ts +0 -1
  353. package/dist/locale/fa_IR.d.ts +0 -1
  354. package/dist/locale/fi_FI.d.ts +0 -1
  355. package/dist/locale/fr_BE.d.ts +0 -1
  356. package/dist/locale/fr_CA.d.ts +0 -1
  357. package/dist/locale/fr_FR.d.ts +0 -1
  358. package/dist/locale/ga_IE.d.ts +0 -1
  359. package/dist/locale/gl_ES.d.ts +0 -1
  360. package/dist/locale/he_IL.d.ts +0 -1
  361. package/dist/locale/hi_IN.d.ts +0 -1
  362. package/dist/locale/hr_HR.d.ts +0 -1
  363. package/dist/locale/hu_HU.d.ts +0 -1
  364. package/dist/locale/hy_AM.d.ts +0 -1
  365. package/dist/locale/id_ID.d.ts +0 -1
  366. package/dist/locale/index.d.ts +5 -1
  367. package/dist/locale/is_IS.d.ts +0 -1
  368. package/dist/locale/it_IT.d.ts +0 -1
  369. package/dist/locale/ja_JP.d.ts +0 -1
  370. package/dist/locale/ka_GE.d.ts +0 -1
  371. package/dist/locale/kk_KZ.d.ts +0 -1
  372. package/dist/locale/km_KH.d.ts +0 -1
  373. package/dist/locale/kmr_IQ.d.ts +0 -1
  374. package/dist/locale/kn_IN.d.ts +0 -1
  375. package/dist/locale/ko_KR.d.ts +0 -1
  376. package/dist/locale/ku_IQ.d.ts +0 -1
  377. package/dist/locale/lt_LT.d.ts +0 -1
  378. package/dist/locale/lv_LV.d.ts +0 -1
  379. package/dist/locale/mk_MK.d.ts +0 -1
  380. package/dist/locale/ml_IN.d.ts +0 -1
  381. package/dist/locale/mn_MN.d.ts +0 -1
  382. package/dist/locale/mr_IN.d.ts +0 -1
  383. package/dist/locale/ms_MY.d.ts +0 -1
  384. package/dist/locale/my_MM.d.ts +0 -1
  385. package/dist/locale/nb_NO.d.ts +0 -1
  386. package/dist/locale/ne_NP.d.ts +0 -1
  387. package/dist/locale/nl_BE.d.ts +0 -1
  388. package/dist/locale/nl_NL.d.ts +0 -1
  389. package/dist/locale/pl_PL.d.ts +0 -1
  390. package/dist/locale/pt_BR.d.ts +0 -1
  391. package/dist/locale/pt_PT.d.ts +0 -1
  392. package/dist/locale/ro_RO.d.ts +0 -1
  393. package/dist/locale/ru_RU.d.ts +0 -1
  394. package/dist/locale/si_LK.d.ts +0 -1
  395. package/dist/locale/sk_SK.d.ts +0 -1
  396. package/dist/locale/sl_SI.d.ts +0 -1
  397. package/dist/locale/sr_RS.d.ts +0 -1
  398. package/dist/locale/sv_SE.d.ts +0 -1
  399. package/dist/locale/ta_IN.d.ts +0 -1
  400. package/dist/locale/th_TH.d.ts +0 -1
  401. package/dist/locale/tk_TK.d.ts +0 -1
  402. package/dist/locale/tr_TR.d.ts +0 -1
  403. package/dist/locale/uk_UA.d.ts +0 -1
  404. package/dist/locale/ur_PK.d.ts +0 -1
  405. package/dist/locale/useLocale.d.ts +0 -1
  406. package/dist/locale/uz_UZ.d.ts +0 -1
  407. package/dist/locale/vi_VN.d.ts +0 -1
  408. package/dist/locale/zh_CN.d.ts +0 -1
  409. package/dist/locale/zh_HK.d.ts +0 -1
  410. package/dist/locale/zh_TW.d.ts +0 -1
  411. package/dist/masonry/Masonry.d.ts +2 -1
  412. package/dist/masonry/MasonryItem.d.ts +0 -1
  413. package/dist/masonry/hooks/usePositions.d.ts +0 -1
  414. package/dist/masonry/hooks/useRefs.d.ts +0 -1
  415. package/dist/masonry/index.d.ts +0 -1
  416. package/dist/masonry/style/index.d.ts +1 -1
  417. package/dist/mentions/index.d.ts +1 -1
  418. package/dist/mentions/index.js +4 -0
  419. package/dist/mentions/style/index.d.ts +1 -0
  420. package/dist/menu/MenuContext.d.ts +0 -1
  421. package/dist/menu/MenuItem.d.ts +0 -1
  422. package/dist/menu/MenuItemGroup.d.ts +0 -1
  423. package/dist/menu/OverrideContext.d.ts +0 -1
  424. package/dist/menu/OverrideContext.js +3 -2
  425. package/dist/menu/SubMenu.d.ts +0 -1
  426. package/dist/menu/index.d.ts +0 -1
  427. package/dist/menu/interface.d.ts +1 -2
  428. package/dist/menu/menu.d.ts +0 -1
  429. package/dist/menu/style/horizontal.d.ts +1 -1
  430. package/dist/menu/style/index.d.ts +1 -1
  431. package/dist/menu/style/rtl.d.ts +1 -1
  432. package/dist/menu/style/theme.d.ts +0 -1
  433. package/dist/menu/style/vertical.d.ts +1 -0
  434. package/dist/message/PureList.d.ts +0 -1
  435. package/dist/message/PurePanel.d.ts +0 -1
  436. package/dist/message/index.d.ts +0 -1
  437. package/dist/message/interface.d.ts +1 -3
  438. package/dist/message/style/index.d.ts +0 -1
  439. package/dist/message/useMessage.d.ts +0 -1
  440. package/dist/message/util.d.ts +0 -1
  441. package/dist/modal/ConfirmDialog.d.ts +0 -1
  442. package/dist/modal/Modal.d.ts +0 -1
  443. package/dist/modal/PurePanel.d.ts +0 -1
  444. package/dist/modal/components/ConfirmCancelBtn.d.ts +0 -1
  445. package/dist/modal/components/ConfirmOkBtn.d.ts +0 -1
  446. package/dist/modal/components/NormalCancelBtn.d.ts +0 -1
  447. package/dist/modal/components/NormalOkBtn.d.ts +0 -1
  448. package/dist/modal/confirm.d.ts +1 -4
  449. package/dist/modal/context.d.ts +0 -1
  450. package/dist/modal/index.d.ts +0 -1
  451. package/dist/modal/interface.d.ts +2 -1
  452. package/dist/modal/locale.d.ts +0 -1
  453. package/dist/modal/shared.d.ts +0 -1
  454. package/dist/modal/style/confirm.js +2 -1
  455. package/dist/modal/style/index.d.ts +0 -1
  456. package/dist/modal/useModal/HookModal.d.ts +0 -1
  457. package/dist/modal/useModal/index.d.ts +0 -1
  458. package/dist/modal/useModal/types.d.ts +0 -1
  459. package/dist/notification/PureList.d.ts +0 -1
  460. package/dist/notification/PurePanel.d.ts +1 -1
  461. package/dist/notification/index.d.ts +0 -1
  462. package/dist/notification/interface.d.ts +1 -1
  463. package/dist/notification/style/index.d.ts +2 -1
  464. package/dist/notification/style/notification.d.ts +1 -1
  465. package/dist/notification/style/placement.d.ts +1 -1
  466. package/dist/notification/useNotification.d.ts +0 -1
  467. package/dist/notification/util.d.ts +0 -1
  468. package/dist/package.js +1 -1
  469. package/dist/package.json.d.ts +1 -0
  470. package/dist/pagination/Pagination.d.ts +0 -1
  471. package/dist/pagination/index.d.ts +0 -1
  472. package/dist/pagination/interface.d.ts +1 -1
  473. package/dist/pagination/style/bordered.js +2 -1
  474. package/dist/pagination/style/index.d.ts +1 -0
  475. package/dist/pagination/useShowSizeChanger.d.ts +0 -1
  476. package/dist/popconfirm/PurePanel.d.ts +0 -1
  477. package/dist/popconfirm/index.d.ts +2 -1
  478. package/dist/popconfirm/style/index.d.ts +1 -0
  479. package/dist/popover/PurePanel.d.ts +0 -1
  480. package/dist/popover/index.d.ts +1 -1
  481. package/dist/popover/style/index.d.ts +1 -0
  482. package/dist/progress/Circle.d.ts +0 -1
  483. package/dist/progress/Line.d.ts +0 -1
  484. package/dist/progress/Steps.d.ts +0 -1
  485. package/dist/progress/progress.d.ts +1 -1
  486. package/dist/progress/style/index.d.ts +1 -0
  487. package/dist/progress/utils.d.ts +3 -12
  488. package/dist/qrcode/QrcodeStatus.d.ts +0 -1
  489. package/dist/qrcode/QrcodeStatus.js +8 -6
  490. package/dist/qrcode/index.d.ts +0 -1
  491. package/dist/qrcode/interface.d.ts +1 -1
  492. package/dist/qrcode/style/index.d.ts +1 -0
  493. package/dist/qrcode/style/index.js +2 -1
  494. package/dist/radio/context.d.ts +0 -1
  495. package/dist/radio/group.d.ts +0 -1
  496. package/dist/radio/index.d.ts +2 -1
  497. package/dist/radio/interface.d.ts +1 -1
  498. package/dist/radio/radio.d.ts +0 -1
  499. package/dist/radio/radioButton.d.ts +0 -1
  500. package/dist/radio/style/index.d.ts +1 -0
  501. package/dist/rate/index.d.ts +0 -1
  502. package/dist/rate/style/index.d.ts +1 -1
  503. package/dist/rate/style/index.js +2 -1
  504. package/dist/result/index.d.ts +1 -1
  505. package/dist/result/style/index.d.ts +1 -1
  506. package/dist/result/style/index.js +3 -2
  507. package/dist/segmented/index.d.ts +1 -1
  508. package/dist/segmented/style/index.d.ts +1 -0
  509. package/dist/segmented/style/index.js +8 -2
  510. package/dist/select/index.d.ts +1 -1
  511. package/dist/select/mergedBuiltinPlacements.d.ts +0 -1
  512. package/dist/select/style/dropdown.d.ts +1 -0
  513. package/dist/select/style/index.d.ts +0 -1
  514. package/dist/select/style/index.js +21 -8
  515. package/dist/select/style/select-input-customize.d.ts +0 -1
  516. package/dist/select/style/select-input-multiple.d.ts +0 -1
  517. package/dist/select/style/select-input-multiple.js +2 -2
  518. package/dist/select/style/select-input.d.ts +0 -1
  519. package/dist/select/style/select-input.js +2 -1
  520. package/dist/select/style/token.d.ts +1 -1
  521. package/dist/select/useIcons.d.ts +2 -19
  522. package/dist/select/useShowArrow.d.ts +0 -1
  523. package/dist/skeleton/Avatar.d.ts +0 -1
  524. package/dist/skeleton/Button.d.ts +0 -1
  525. package/dist/skeleton/Element.d.ts +0 -1
  526. package/dist/skeleton/Image.d.ts +0 -1
  527. package/dist/skeleton/Input.d.ts +0 -1
  528. package/dist/skeleton/Node.d.ts +0 -1
  529. package/dist/skeleton/Skeleton.d.ts +1 -1
  530. package/dist/skeleton/style/index.d.ts +1 -0
  531. package/dist/skeleton/style/index.js +3 -2
  532. package/dist/slider/Context.d.ts +0 -1
  533. package/dist/slider/SliderTooltip.d.ts +0 -1
  534. package/dist/slider/index.d.ts +1 -1
  535. package/dist/slider/index.js +3 -5
  536. package/dist/slider/style/index.d.ts +1 -0
  537. package/dist/slider/useRafLock.d.ts +0 -1
  538. package/dist/space/Addon.d.ts +0 -1
  539. package/dist/space/Compact.d.ts +1 -2
  540. package/dist/space/Item.d.ts +0 -1
  541. package/dist/space/context.d.ts +0 -1
  542. package/dist/space/index.d.ts +1 -1
  543. package/dist/space/style/addon.js +2 -2
  544. package/dist/space/style/index.d.ts +1 -0
  545. package/dist/spin/Indicator/index.d.ts +0 -1
  546. package/dist/spin/index.d.ts +1 -1
  547. package/dist/spin/style/index.d.ts +1 -0
  548. package/dist/spin/style/index.js +3 -3
  549. package/dist/spin/usePercent.d.ts +0 -1
  550. package/dist/splitter/Panel.d.ts +0 -1
  551. package/dist/splitter/SplitBar.d.ts +0 -1
  552. package/dist/splitter/SplitBar.js +12 -1
  553. package/dist/splitter/Splitter.d.ts +0 -1
  554. package/dist/splitter/hooks/useItems.d.ts +0 -1
  555. package/dist/splitter/hooks/useResizable.d.ts +0 -1
  556. package/dist/splitter/hooks/useResize.d.ts +0 -1
  557. package/dist/splitter/hooks/useSizes.d.ts +0 -1
  558. package/dist/splitter/index.d.ts +0 -1
  559. package/dist/splitter/interface.d.ts +1 -1
  560. package/dist/splitter/style/index.d.ts +1 -0
  561. package/dist/statistic/Number.d.ts +0 -1
  562. package/dist/statistic/Statistic.d.ts +1 -1
  563. package/dist/statistic/Timer.d.ts +0 -1
  564. package/dist/statistic/index.d.ts +0 -1
  565. package/dist/statistic/style/index.d.ts +1 -0
  566. package/dist/statistic/style/index.js +2 -1
  567. package/dist/statistic/utils.d.ts +0 -1
  568. package/dist/steps/context.d.ts +0 -1
  569. package/dist/steps/index.d.ts +3 -2
  570. package/dist/steps/style/horizontal.d.ts +1 -1
  571. package/dist/steps/style/icon.d.ts +1 -1
  572. package/dist/steps/style/index.d.ts +1 -1
  573. package/dist/steps/style/inline.d.ts +1 -1
  574. package/dist/steps/style/label-placement.d.ts +1 -1
  575. package/dist/steps/style/max-count.d.ts +1 -1
  576. package/dist/steps/style/nav.d.ts +1 -1
  577. package/dist/steps/style/panel.d.ts +1 -1
  578. package/dist/steps/style/progress-dot.d.ts +1 -1
  579. package/dist/steps/style/progress.d.ts +1 -1
  580. package/dist/steps/style/rtl.d.ts +1 -1
  581. package/dist/steps/style/small.d.ts +1 -1
  582. package/dist/steps/style/status.d.ts +1 -1
  583. package/dist/steps/style/util.d.ts +0 -1
  584. package/dist/steps/style/vertical.d.ts +1 -1
  585. package/dist/steps/useDisplaySteps.d.ts +0 -1
  586. package/dist/style/compact-item-vertical.d.ts +1 -1
  587. package/dist/style/compact-item.d.ts +1 -1
  588. package/dist/style/index.d.ts +1 -1
  589. package/dist/style/index.js +7 -2
  590. package/dist/style/motion/collapse.d.ts +0 -1
  591. package/dist/style/motion/fade.d.ts +0 -1
  592. package/dist/style/motion/motion.d.ts +0 -1
  593. package/dist/style/motion/move.d.ts +0 -1
  594. package/dist/style/motion/slide.d.ts +0 -1
  595. package/dist/style/motion/util.d.ts +0 -1
  596. package/dist/style/motion/zoom.d.ts +0 -1
  597. package/dist/style/placementArrow.d.ts +0 -1
  598. package/dist/style/roundedArrow.d.ts +1 -1
  599. package/dist/switch/index.d.ts +1 -1
  600. package/dist/switch/style/index.d.ts +1 -0
  601. package/dist/table/Column.d.ts +0 -1
  602. package/dist/table/ColumnGroup.d.ts +0 -1
  603. package/dist/table/ExpandIcon.d.ts +0 -1
  604. package/dist/table/InternalTable.d.ts +7 -7
  605. package/dist/table/Table.d.ts +1 -2
  606. package/dist/table/TableMeasureRowContext.d.ts +0 -1
  607. package/dist/table/TableMeasureRowContext.js +2 -1
  608. package/dist/table/hooks/useColumnTitleProps.d.ts +0 -1
  609. package/dist/table/hooks/useFilledColumns.d.ts +0 -1
  610. package/dist/table/hooks/useFilter/FilterDropdown.d.ts +0 -1
  611. package/dist/table/hooks/useFilter/FilterDropdown.js +6 -3
  612. package/dist/table/hooks/useFilter/FilterSearch.d.ts +0 -1
  613. package/dist/table/hooks/useFilter/FilterWrapper.d.ts +0 -1
  614. package/dist/table/hooks/useFilter/index.d.ts +0 -1
  615. package/dist/table/hooks/useFilter/index.js +4 -2
  616. package/dist/table/hooks/useLazyKVMap.d.ts +0 -1
  617. package/dist/table/hooks/usePagination.d.ts +0 -1
  618. package/dist/table/hooks/useSelection.d.ts +0 -1
  619. package/dist/table/hooks/useSelection.js +5 -3
  620. package/dist/table/hooks/useSorter.d.ts +0 -1
  621. package/dist/table/hooks/useSpinProps.d.ts +0 -1
  622. package/dist/table/hooks/useTitleColumns.d.ts +0 -1
  623. package/dist/table/index.d.ts +0 -1
  624. package/dist/table/interface.d.ts +14 -4
  625. package/dist/table/style/bordered.d.ts +1 -1
  626. package/dist/table/style/bordered.js +9 -2
  627. package/dist/table/style/ellipsis.d.ts +1 -1
  628. package/dist/table/style/empty.d.ts +1 -1
  629. package/dist/table/style/expand.d.ts +1 -1
  630. package/dist/table/style/filter.d.ts +1 -0
  631. package/dist/table/style/fixed.d.ts +2 -4
  632. package/dist/table/style/index.d.ts +1 -0
  633. package/dist/table/style/pagination.d.ts +1 -1
  634. package/dist/table/style/radius.d.ts +1 -1
  635. package/dist/table/style/rtl.d.ts +1 -1
  636. package/dist/table/style/selection.d.ts +1 -1
  637. package/dist/table/style/size.d.ts +1 -1
  638. package/dist/table/style/sorter.d.ts +1 -1
  639. package/dist/table/style/sticky.d.ts +1 -1
  640. package/dist/table/style/summary.d.ts +1 -1
  641. package/dist/table/style/virtual.d.ts +1 -1
  642. package/dist/table/util.d.ts +0 -1
  643. package/dist/table/utils.d.ts +0 -1
  644. package/dist/tabs/TabPane.d.ts +0 -1
  645. package/dist/tabs/hooks/useAnimateConfig.d.ts +0 -1
  646. package/dist/tabs/hooks/useLegacyItems.d.ts +0 -1
  647. package/dist/tabs/index.d.ts +1 -1
  648. package/dist/tabs/style/index.d.ts +1 -0
  649. package/dist/tabs/style/index.js +6 -1
  650. package/dist/tabs/style/motion.d.ts +1 -0
  651. package/dist/tag/CheckableTag.d.ts +0 -1
  652. package/dist/tag/CheckableTagGroup.d.ts +1 -1
  653. package/dist/tag/hooks/useColor.d.ts +1 -2
  654. package/dist/tag/index.d.ts +1 -1
  655. package/dist/tag/style/index.d.ts +1 -1
  656. package/dist/tag/style/index.js +8 -2
  657. package/dist/theme/context.d.ts +2 -2
  658. package/dist/theme/getDesignToken.d.ts +1 -1
  659. package/dist/theme/index.d.ts +2 -2
  660. package/dist/theme/interface/alias.d.ts +6 -7
  661. package/dist/theme/interface/components.d.ts +5 -1
  662. package/dist/theme/interface/cssinjs-utils.d.ts +0 -1
  663. package/dist/theme/interface/index.d.ts +0 -1
  664. package/dist/theme/interface/maps/index.d.ts +0 -1
  665. package/dist/theme/interface/presetColors.d.ts +2 -2
  666. package/dist/theme/interface/seeds.d.ts +0 -1
  667. package/dist/theme/themes/ColorMap.d.ts +1 -0
  668. package/dist/theme/themes/compact/genCompactSizeMapToken.d.ts +1 -0
  669. package/dist/theme/themes/compact/index.d.ts +1 -1
  670. package/dist/theme/themes/dark/colors.d.ts +0 -1
  671. package/dist/theme/themes/dark/index.d.ts +1 -1
  672. package/dist/theme/themes/default/colors.d.ts +0 -1
  673. package/dist/theme/themes/default/index.d.ts +1 -0
  674. package/dist/theme/themes/seed.d.ts +1 -0
  675. package/dist/theme/themes/shared/genColorMapToken.d.ts +2 -5
  676. package/dist/theme/themes/shared/genCommonMapToken.d.ts +1 -0
  677. package/dist/theme/themes/shared/genControlHeight.d.ts +1 -0
  678. package/dist/theme/themes/shared/genFontMapToken.d.ts +1 -0
  679. package/dist/theme/themes/shared/genRadius.d.ts +1 -0
  680. package/dist/theme/themes/shared/genSizeMapToken.d.ts +1 -0
  681. package/dist/theme/useToken.d.ts +3 -3
  682. package/dist/theme/util/alias.d.ts +1 -0
  683. package/dist/theme/util/genPresetColor.d.ts +0 -1
  684. package/dist/theme/util/genStyleUtils.d.ts +31 -30
  685. package/dist/theme/util/useResetIconStyle.d.ts +1 -1
  686. package/dist/time-picker/index.d.ts +2 -1
  687. package/dist/time-picker/locale/ar_EG.d.ts +0 -1
  688. package/dist/time-picker/locale/az_AZ.d.ts +0 -1
  689. package/dist/time-picker/locale/bg_BG.d.ts +0 -1
  690. package/dist/time-picker/locale/bn_BD.d.ts +0 -1
  691. package/dist/time-picker/locale/by_BY.d.ts +0 -1
  692. package/dist/time-picker/locale/ca_ES.d.ts +0 -1
  693. package/dist/time-picker/locale/cs_CZ.d.ts +0 -1
  694. package/dist/time-picker/locale/da_DK.d.ts +0 -1
  695. package/dist/time-picker/locale/de_DE.d.ts +0 -1
  696. package/dist/time-picker/locale/el_GR.d.ts +0 -1
  697. package/dist/time-picker/locale/en_GB.d.ts +0 -1
  698. package/dist/time-picker/locale/en_US.d.ts +0 -1
  699. package/dist/time-picker/locale/es_ES.d.ts +0 -1
  700. package/dist/time-picker/locale/et_EE.d.ts +0 -1
  701. package/dist/time-picker/locale/eu_ES.d.ts +0 -1
  702. package/dist/time-picker/locale/fa_IR.d.ts +0 -1
  703. package/dist/time-picker/locale/fi_FI.d.ts +0 -1
  704. package/dist/time-picker/locale/fr_BE.d.ts +0 -1
  705. package/dist/time-picker/locale/fr_CA.d.ts +0 -1
  706. package/dist/time-picker/locale/fr_FR.d.ts +0 -1
  707. package/dist/time-picker/locale/ga_IE.d.ts +0 -1
  708. package/dist/time-picker/locale/gl_ES.d.ts +0 -1
  709. package/dist/time-picker/locale/he_IL.d.ts +0 -1
  710. package/dist/time-picker/locale/hi_IN.d.ts +0 -1
  711. package/dist/time-picker/locale/hr_HR.d.ts +0 -1
  712. package/dist/time-picker/locale/hu_HU.d.ts +0 -1
  713. package/dist/time-picker/locale/id_ID.d.ts +0 -1
  714. package/dist/time-picker/locale/is_IS.d.ts +0 -1
  715. package/dist/time-picker/locale/it_IT.d.ts +0 -1
  716. package/dist/time-picker/locale/ja_JP.d.ts +0 -1
  717. package/dist/time-picker/locale/ka_GE.d.ts +0 -1
  718. package/dist/time-picker/locale/kk_KZ.d.ts +0 -1
  719. package/dist/time-picker/locale/km_KH.d.ts +0 -1
  720. package/dist/time-picker/locale/kmr_IQ.d.ts +0 -1
  721. package/dist/time-picker/locale/kn_IN.d.ts +0 -1
  722. package/dist/time-picker/locale/ko_KR.d.ts +0 -1
  723. package/dist/time-picker/locale/lt_LT.d.ts +0 -1
  724. package/dist/time-picker/locale/lv_LV.d.ts +0 -1
  725. package/dist/time-picker/locale/mk_MK.d.ts +0 -1
  726. package/dist/time-picker/locale/ml_IN.d.ts +0 -1
  727. package/dist/time-picker/locale/mn_MN.d.ts +0 -1
  728. package/dist/time-picker/locale/mr_IN.d.ts +0 -1
  729. package/dist/time-picker/locale/ms_MY.d.ts +0 -1
  730. package/dist/time-picker/locale/my_MM.d.ts +0 -1
  731. package/dist/time-picker/locale/nb_NO.d.ts +0 -1
  732. package/dist/time-picker/locale/nl_BE.d.ts +0 -1
  733. package/dist/time-picker/locale/nl_NL.d.ts +0 -1
  734. package/dist/time-picker/locale/pl_PL.d.ts +0 -1
  735. package/dist/time-picker/locale/pt_BR.d.ts +0 -1
  736. package/dist/time-picker/locale/pt_PT.d.ts +0 -1
  737. package/dist/time-picker/locale/ro_RO.d.ts +0 -1
  738. package/dist/time-picker/locale/ru_RU.d.ts +0 -1
  739. package/dist/time-picker/locale/si_LK.d.ts +0 -1
  740. package/dist/time-picker/locale/sk_SK.d.ts +0 -1
  741. package/dist/time-picker/locale/sl_SI.d.ts +0 -1
  742. package/dist/time-picker/locale/sr_RS.d.ts +0 -1
  743. package/dist/time-picker/locale/sv_SE.d.ts +0 -1
  744. package/dist/time-picker/locale/ta_IN.d.ts +0 -1
  745. package/dist/time-picker/locale/th_TH.d.ts +0 -1
  746. package/dist/time-picker/locale/tk_TK.d.ts +0 -1
  747. package/dist/time-picker/locale/tr_TR.d.ts +0 -1
  748. package/dist/time-picker/locale/uk_UA.d.ts +0 -1
  749. package/dist/time-picker/locale/ur_PK.d.ts +0 -1
  750. package/dist/time-picker/locale/uz_UZ.d.ts +0 -1
  751. package/dist/time-picker/locale/vi_VN.d.ts +0 -1
  752. package/dist/time-picker/locale/zh_CN.d.ts +0 -1
  753. package/dist/time-picker/locale/zh_TW.d.ts +0 -1
  754. package/dist/timeline/Timeline.d.ts +1 -1
  755. package/dist/timeline/TimelineItem.d.ts +0 -1
  756. package/dist/timeline/style/horizontal.d.ts +1 -1
  757. package/dist/timeline/style/index.d.ts +1 -0
  758. package/dist/timeline/useItems.d.ts +0 -1
  759. package/dist/tooltip/PurePanel.d.ts +0 -1
  760. package/dist/tooltip/hooks/useMergedArrow.d.ts +0 -1
  761. package/dist/tooltip/index.d.ts +1 -1
  762. package/dist/tooltip/style/index.d.ts +1 -1
  763. package/dist/tooltip/style/index.js +3 -2
  764. package/dist/tooltip/util.d.ts +0 -1
  765. package/dist/tour/PurePanel.d.ts +0 -1
  766. package/dist/tour/index.d.ts +0 -1
  767. package/dist/tour/interface.d.ts +1 -1
  768. package/dist/tour/panelRender.d.ts +0 -1
  769. package/dist/tour/style/index.d.ts +1 -0
  770. package/dist/tour/style/index.js +3 -2
  771. package/dist/transfer/Actions.d.ts +0 -1
  772. package/dist/transfer/Actions.js +11 -3
  773. package/dist/transfer/ListBody.d.ts +0 -1
  774. package/dist/transfer/ListItem.d.ts +0 -1
  775. package/dist/transfer/Section.d.ts +0 -1
  776. package/dist/transfer/Section.js +3 -2
  777. package/dist/transfer/Transfer.d.ts +0 -1
  778. package/dist/transfer/Transfer.js +8 -3
  779. package/dist/transfer/hooks/useData.d.ts +0 -1
  780. package/dist/transfer/hooks/useSelection.d.ts +0 -1
  781. package/dist/transfer/index.d.ts +0 -1
  782. package/dist/transfer/interface.d.ts +0 -1
  783. package/dist/transfer/search.d.ts +0 -1
  784. package/dist/transfer/style/index.d.ts +1 -0
  785. package/dist/tree/DirectoryTree.d.ts +1 -2
  786. package/dist/tree/Tree.d.ts +1 -1
  787. package/dist/tree/index.d.ts +0 -1
  788. package/dist/tree/style/directory.d.ts +1 -10
  789. package/dist/tree/style/index.d.ts +0 -1
  790. package/dist/tree/style/index.js +1 -1
  791. package/dist/tree/utils/dictUtil.d.ts +1 -8
  792. package/dist/tree/utils/dropIndicator.d.ts +0 -1
  793. package/dist/tree/utils/iconUtil.d.ts +0 -1
  794. package/dist/tree-select/index.d.ts +2 -1
  795. package/dist/tree-select/style/index.d.ts +1 -1
  796. package/dist/tree-select/style/index.js +2 -1
  797. package/dist/typography/Base/CopyBtn.d.ts +0 -1
  798. package/dist/typography/Base/Ellipsis.d.ts +0 -1
  799. package/dist/typography/Base/Ellipsis.js +4 -2
  800. package/dist/typography/Base/EllipsisTooltip.d.ts +0 -1
  801. package/dist/typography/Base/index.d.ts +1 -2
  802. package/dist/typography/Base/util.d.ts +0 -1
  803. package/dist/typography/Editable.d.ts +0 -1
  804. package/dist/typography/Link.d.ts +1 -2
  805. package/dist/typography/Paragraph.d.ts +1 -2
  806. package/dist/typography/Text.d.ts +1 -2
  807. package/dist/typography/Title.d.ts +1 -2
  808. package/dist/typography/Typography.d.ts +0 -1
  809. package/dist/typography/hooks/useCopyClick.d.ts +1 -4
  810. package/dist/typography/hooks/useTooltipProps.d.ts +0 -1
  811. package/dist/typography/index.d.ts +0 -1
  812. package/dist/typography/interface.d.ts +1 -1
  813. package/dist/typography/style/index.d.ts +1 -0
  814. package/dist/typography/style/mixins.d.ts +1 -1
  815. package/dist/typography/style/mixins.js +5 -1
  816. package/dist/upload/Dragger.d.ts +0 -1
  817. package/dist/upload/Dragger.js +5 -4
  818. package/dist/upload/Upload.d.ts +0 -1
  819. package/dist/upload/Upload.js +7 -4
  820. package/dist/upload/UploadList/ListItem.d.ts +0 -1
  821. package/dist/upload/UploadList/index.d.ts +0 -1
  822. package/dist/upload/index.d.ts +0 -1
  823. package/dist/upload/interface.d.ts +2 -1
  824. package/dist/upload/style/dragger.d.ts +1 -1
  825. package/dist/upload/style/index.d.ts +1 -0
  826. package/dist/upload/style/list.d.ts +1 -1
  827. package/dist/upload/style/motion.d.ts +1 -0
  828. package/dist/upload/style/picture.d.ts +1 -1
  829. package/dist/upload/style/rtl.d.ts +1 -1
  830. package/dist/upload/utils.d.ts +0 -1
  831. package/dist/watermark/context.d.ts +0 -1
  832. package/dist/watermark/useClips.d.ts +0 -1
  833. package/dist/watermark/useWatermark.d.ts +0 -1
  834. package/dist/watermark/utils.d.ts +0 -1
  835. package/package.json +18 -17
  836. package/web-tags.json +1318 -1322
  837. package/web-types.json +5941 -5954
package/dist/app/App.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { ComponentBaseProps } from "../config-provider/context.js";
2
2
  import { AppConfig } from "./context.js";
3
-
4
3
  //#region src/app/App.d.ts
5
4
  interface AppProps extends ComponentBaseProps, AppConfig {
6
5
  component?: any;
@@ -1,6 +1,7 @@
1
1
  import { NotificationConfig, NotificationInstance } from "../notification/interface.js";
2
2
  import { ConfigOptions, MessageInstance } from "../message/interface.js";
3
3
  import { HookAPI } from "../modal/useModal/types.js";
4
+ import "../modal/useModal/index.js";
4
5
  //#region src/app/context.d.ts
5
6
  interface AppConfig {
6
7
  message?: ConfigOptions;
@@ -1,6 +1,5 @@
1
1
  import App, { AppProps } from "./App.js";
2
2
  import useApp from "./useApp.js";
3
-
4
3
  //#region src/app/index.d.ts
5
4
  declare const _default: typeof App & {
6
5
  useApp: typeof useApp;
@@ -1,4 +1,5 @@
1
1
  import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
+ import "../../theme/internal.js";
2
3
  //#region src/app/style/index.d.ts
3
4
  interface ComponentToken {}
4
5
  declare const prepareComponentToken: GetDefaultToken<'App'>;
@@ -1,5 +1,4 @@
1
1
  import { useAppProps } from "./context.js";
2
-
3
2
  //#region src/app/useApp.d.ts
4
3
  declare const useApp: () => useAppProps;
5
4
  //#endregion
@@ -1,10 +1,10 @@
1
1
  import { VueNode } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
+ import "../_util/hooks/index.js";
3
4
  import { InputStatus } from "../_util/statusUtils.js";
4
5
  import { InternalSelectProps, SearchConfig, SelectPopupSemanticClassNames, SelectPopupSemanticStyles, SelectSlots } from "../select/index.js";
5
6
  import { App, CSSProperties, SlotsType } from "vue";
6
7
  import { Option, SelectProps } from "@v-c/select";
7
-
8
8
  //#region src/auto-complete/index.d.ts
9
9
  interface AutoCompleteSemanticClassNames {
10
10
  root?: string;
@@ -2,7 +2,6 @@ import { VueNode } from "../_util/type.js";
2
2
  import { ComponentBaseProps } from "../config-provider/context.js";
3
3
  import { AvatarSize } from "./AvatarContext.js";
4
4
  import { SlotsType } from "vue";
5
-
6
5
  //#region src/avatar/Avatar.d.ts
7
6
  interface AvatarProps extends ComponentBaseProps, AvatarEmitsProps {
8
7
  /** Shape of avatar, options: `circle`, `square` */
@@ -1,7 +1,6 @@
1
1
  import { SizeType } from "../config-provider/SizeContext.js";
2
2
  import { ScreenSizeMap } from "../_util/responsiveObserver.js";
3
3
  import { Ref } from "vue";
4
-
5
4
  //#region src/avatar/AvatarContext.d.ts
6
5
  /**
7
6
  * 'default' is deprecated and will be removed in v7, please use `medium` instead.
@@ -2,7 +2,6 @@ import { PopoverProps } from "../popover/index.js";
2
2
  import { ComponentBaseProps } from "../config-provider/context.js";
3
3
  import { AvatarSize } from "./AvatarContext.js";
4
4
  import { CSSProperties } from "vue";
5
-
6
5
  //#region src/avatar/AvatarGroup.d.ts
7
6
  interface AvatarGroupProps extends ComponentBaseProps {
8
7
  prefixCls?: string;
@@ -1,6 +1,5 @@
1
1
  import Avatar$1, { AvatarEmits, AvatarProps, AvatarSlots } from "./Avatar.js";
2
2
  import AvatarGroup, { AvatarGroupProps } from "./AvatarGroup.js";
3
-
4
3
  //#region src/avatar/index.d.ts
5
4
  type CompoundedComponent = typeof Avatar$1 & {
6
5
  Group: typeof AvatarGroup;
@@ -1,4 +1,5 @@
1
1
  import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
+ import "../../theme/internal.js";
2
3
  //#region src/avatar/style/index.d.ts
3
4
  interface ComponentToken {
4
5
  /**
@@ -1,10 +1,10 @@
1
1
  import { EmptyEmit, VueNode } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
+ import "../_util/hooks/index.js";
3
4
  import { PresetColorType } from "../_util/colors.js";
4
5
  import { ComponentBaseProps } from "../config-provider/context.js";
5
6
  import { CSSProperties, SlotsType } from "vue";
6
7
  import { LiteralUnion } from "@v-c/util/dist/type";
7
-
8
8
  //#region src/badge/Ribbon.d.ts
9
9
  type RibbonPlacement = 'start' | 'end';
10
10
  type RibbonSemanticName = keyof RibbonSemanticClassNames & keyof RibbonSemanticStyles;
@@ -1,6 +1,5 @@
1
1
  import { EmptyEmit } from "../_util/type.js";
2
2
  import { SlotsType } from "vue";
3
-
4
3
  //#region src/badge/ScrollNumber.d.ts
5
4
  interface ScrollNumberProps {
6
5
  prefixCls?: string;
@@ -62,7 +62,8 @@ var SingleNumber_default = /* @__PURE__ */ defineComponent((props) => {
62
62
  const unit = previousCount < count ? 1 : -1;
63
63
  const prevIndex = unitNumberList.findIndex((n) => n % 10 === previousValue);
64
64
  unitNodes = (unit < 0 ? unitNumberList.slice(0, prevIndex + 1) : unitNumberList.slice(prevIndex)).map((n, index) => {
65
- return renderUnit(n % 10, unit < 0 ? index - prevIndex : index, index === prevIndex, n);
65
+ const singleUnit = n % 10;
66
+ return renderUnit(singleUnit, unit < 0 ? index - prevIndex : index, index === prevIndex, n);
66
67
  });
67
68
  offsetStyle = { transform: `translateY(${-getOffset(previousValue, value, unit)}00%)` };
68
69
  }
@@ -1,13 +1,14 @@
1
1
  import { EmptyEmit, VueNode } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
+ import "../_util/hooks/index.js";
3
4
  import { PresetColorKey } from "../theme/interface/presetColors.js";
5
+ import "../theme/interface/index.js";
4
6
  import { SizeType } from "../config-provider/SizeContext.js";
5
7
  import { PresetStatusColorType } from "../_util/colors.js";
6
8
  import _default, { RibbonProps, RibbonSlots } from "./Ribbon.js";
7
9
  import { ComponentBaseProps } from "../config-provider/context.js";
8
10
  import { CSSProperties, SlotsType } from "vue";
9
11
  import { LiteralUnion } from "@v-c/util/dist/type";
10
-
11
12
  //#region src/badge/index.d.ts
12
13
  type BadgeSemanticName = keyof BadgeSemanticClassNames & keyof BadgeSemanticStyles;
13
14
  interface BadgeSemanticClassNames {
@@ -1,4 +1,5 @@
1
1
  import { FullToken, GenStyleFn, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
+ import "../../theme/internal.js";
2
3
  //#region src/badge/style/index.d.ts
3
4
  /** Component only token. Which will handle additional calculation of alias token */
4
5
  interface ComponentToken {
@@ -253,7 +253,8 @@ const prepareComponentToken = (token) => {
253
253
  };
254
254
  };
255
255
  var style_default = genStyleHooks("Badge", (token) => {
256
- return genSharedBadgeStyle(prepareToken(token));
256
+ const badgeToken = prepareToken(token);
257
+ return genSharedBadgeStyle(badgeToken);
257
258
  }, prepareComponentToken);
258
259
  //#endregion
259
260
  export { style_default as default, prepareComponentToken, prepareToken };
@@ -60,7 +60,8 @@ const genRibbonStyle = (token) => {
60
60
  };
61
61
  };
62
62
  var ribbon_default = genStyleHooks(["Badge", "Ribbon"], (token) => {
63
- return genRibbonStyle(prepareToken(token));
63
+ const badgeToken = prepareToken(token);
64
+ return genRibbonStyle(badgeToken);
64
65
  }, prepareComponentToken);
65
66
  //#endregion
66
67
  export { ribbon_default as default };
@@ -1,6 +1,5 @@
1
1
  import { BorderBeamColor, BorderBeamGradient } from "./util.js";
2
2
  import { SlotsType } from "vue";
3
-
4
3
  //#region src/border-beam/BorderBeam.d.ts
5
4
  interface BorderBeamProps {
6
5
  prefixCls?: string;
@@ -1,5 +1,4 @@
1
1
  import { Ref } from "vue";
2
-
3
2
  //#region src/border-beam/hooks/useBorderSize.d.ts
4
3
  type BorderWidth = readonly [number, number, number, number];
5
4
  interface BorderInfo {
@@ -1,11 +1,12 @@
1
1
  import { AnyObject, VueNode } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
+ import "../_util/hooks/index.js";
3
4
  import { DropdownProps } from "../dropdown/dropdown.js";
5
+ import "../dropdown/index.js";
4
6
  import _default, { BreadcrumbItemProps, MenuItem } from "./BreadcrumbItem.js";
5
7
  import _default$1 from "./BreadcrumbSeparator.js";
6
8
  import { CSSProperties, SlotsType } from "vue";
7
9
  import { Key } from "@v-c/util/dist/type";
8
-
9
10
  //#region src/breadcrumb/Breadcrumb.d.ts
10
11
  interface BreadcrumbItemType {
11
12
  key?: Key;
@@ -1,6 +1,6 @@
1
1
  import { SemanticClassNames, SemanticStyles } from "../_util/hooks/useMergeSemantic.js";
2
+ import "../_util/hooks/index.js";
2
3
  import { Ref } from "vue";
3
-
4
4
  //#region src/breadcrumb/BreadcrumbContext.d.ts
5
5
  type SemanticName = 'root' | 'item' | 'separator';
6
6
  interface BreadcrumbContextProps {
@@ -1,8 +1,8 @@
1
1
  import { VueNode } from "../_util/type.js";
2
2
  import { DropdownProps } from "../dropdown/dropdown.js";
3
+ import "../dropdown/index.js";
3
4
  import { CSSProperties } from "vue";
4
5
  import { Key } from "@v-c/util/dist/type";
5
-
6
6
  //#region src/breadcrumb/BreadcrumbItem.d.ts
7
7
  interface SeparatorType {
8
8
  separator?: any;
@@ -31,7 +31,8 @@ interface BreadcrumbItemProps extends SeparatorType {
31
31
  declare const InternalBreadcrumbItem: import("vue").DefineSetupFnComponent<Omit<BreadcrumbItemProps, "key">, {}, {}, Omit<BreadcrumbItemProps, "key"> & {}, import("vue").PublicProps>;
32
32
  declare const BreadcrumbItem: import("vue").DefineSetupFnComponent<Omit<BreadcrumbItemProps, "key">, {}, {}, Omit<BreadcrumbItemProps, "key"> & {}, import("vue").PublicProps>;
33
33
  declare const _default: typeof BreadcrumbItem & {
34
- /** @internal */__ANT_BREADCRUMB_ITEM: boolean;
34
+ /** @internal */
35
+ __ANT_BREADCRUMB_ITEM: boolean;
35
36
  };
36
37
  //#endregion
37
38
  export { BreadcrumbItemProps, InternalBreadcrumbItem, MenuItem, SeparatorType, _default as default };
@@ -1,7 +1,8 @@
1
1
  //#region src/breadcrumb/BreadcrumbSeparator.d.ts
2
2
  declare const BreadcrumbSeparator: import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps>;
3
3
  declare const _default: typeof BreadcrumbSeparator & {
4
- /** @internal */__ANT_BREADCRUMB_SEPARATOR: boolean;
4
+ /** @internal */
5
+ __ANT_BREADCRUMB_SEPARATOR: boolean;
5
6
  };
6
7
  //#endregion
7
8
  export { _default as default };
@@ -1,4 +1,5 @@
1
1
  import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
+ import "../../theme/internal.js";
2
3
  //#region src/breadcrumb/style/index.d.ts
3
4
  interface ComponentToken {
4
5
  /**
@@ -36,10 +36,19 @@ const genBreadcrumbStyle = (token) => {
36
36
  marginInline: token.separatorMargin,
37
37
  color: token.separatorColor
38
38
  },
39
- [`${componentCls}-link`]: { [`
39
+ [`${componentCls}-link`]: {
40
+ "> svg": {
41
+ display: "inline-block",
42
+ verticalAlign: "middle",
43
+ marginBlockEnd: "0.2em"
44
+ },
45
+ [`
40
46
  > ${iconCls} + span,
41
- > ${iconCls} + a
42
- `]: { marginInlineStart: token.marginXXS } },
47
+ > ${iconCls} + a,
48
+ > svg + span,
49
+ > svg + a
50
+ `]: { marginInlineStart: token.marginXXS }
51
+ },
43
52
  [`${componentCls}-overlay-link`]: {
44
53
  borderRadius: token.borderRadiusSM,
45
54
  height: token.fontHeight,
@@ -70,7 +79,8 @@ const prepareComponentToken = (token) => ({
70
79
  separatorMargin: token.marginXS
71
80
  });
72
81
  var style_default = genStyleHooks("Breadcrumb", (token) => {
73
- return genBreadcrumbStyle(mergeToken(token, {}));
82
+ const breadcrumbToken = mergeToken(token, {});
83
+ return genBreadcrumbStyle(breadcrumbToken);
74
84
  }, prepareComponentToken);
75
85
  //#endregion
76
86
  export { style_default as default, prepareComponentToken };
@@ -1,6 +1,5 @@
1
1
  import { VueNode } from "../_util/type.js";
2
2
  import { BreadcrumbProps, ItemType } from "./Breadcrumb.js";
3
-
4
3
  //#region src/breadcrumb/useItemRender.d.ts
5
4
  type AddParameters<TFunction extends (...args: any) => any, TParameters extends [...args: any]> = (...args: [...Parameters<TFunction>, ...TParameters]) => ReturnType<TFunction>;
6
5
  type ItemRender = NonNullable<BreadcrumbProps['itemRender']>;
@@ -1,10 +1,10 @@
1
1
  import { RenderNodeFn, VueNode } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
+ import "../_util/hooks/index.js";
3
4
  import { SizeType } from "../config-provider/SizeContext.js";
4
5
  import { ComponentBaseProps } from "../config-provider/context.js";
5
6
  import { ButtonColorType, ButtonHTMLType, ButtonShape, ButtonType, ButtonVariantType } from "./buttonHelper.js";
6
7
  import { CSSProperties, SlotsType } from "vue";
7
-
8
8
  //#region src/button/Button.d.ts
9
9
  type LegacyButtonType = ButtonType | 'danger';
10
10
  type ButtonSemanticName = keyof ButtonSemanticClassNames & keyof ButtonSemanticStyles;
@@ -63,7 +63,8 @@ interface ButtonSlots {
63
63
  }
64
64
  declare const InternalCompoundedButton: import("vue").DefineSetupFnComponent<ButtonProps, ButtonEmits, SlotsType<ButtonSlots>, ButtonProps, import("vue").PublicProps>;
65
65
  type CompoundedComponent = typeof InternalCompoundedButton & {
66
- /** @internal */__ANT_BUTTON: boolean;
66
+ /** @internal */
67
+ __ANT_BUTTON: boolean;
67
68
  };
68
69
  declare const Button: CompoundedComponent;
69
70
  //#endregion
@@ -1,8 +1,7 @@
1
1
  import { CSSProperties, VNodeChild } from "vue";
2
-
3
2
  //#region src/button/buttonHelper.d.ts
4
3
  declare const isTwoCNChar: (string: string) => boolean;
5
- declare function isUnBorderedButtonVariant(type?: ButtonVariantType): type is "link" | "text";
4
+ declare function isUnBorderedButtonVariant(type?: ButtonVariantType): type is "text" | "link";
6
5
  declare function spaceChildren(children: VNodeChild[], needInserted: boolean, style?: CSSProperties, className?: string): VNodeChild[];
7
6
  declare const _ButtonTypes: readonly ["default", "primary", "dashed", "link", "text"];
8
7
  type ButtonType = (typeof _ButtonTypes)[number];
@@ -1,7 +1,7 @@
1
1
  import { ButtonToken } from "./token.js";
2
2
  import { GenerateStyle } from "../../theme/interface/index.js";
3
+ import "../../theme/internal.js";
3
4
  import { CSSObject } from "@antdv-next/cssinjs";
4
-
5
5
  //#region src/button/style/group.d.ts
6
6
  declare const genGroupStyle: GenerateStyle<ButtonToken, CSSObject>;
7
7
  //#endregion
@@ -1,5 +1,4 @@
1
1
  import { ComponentToken } from "./token.js";
2
-
3
2
  //#region src/button/style/index.d.ts
4
3
  declare const _default: (prefixCls: import("vue").Ref<string>, rootCls?: import("vue").Ref<string | undefined>) => readonly [import("vue").Ref<string, string>, import("vue").ComputedRef<string | undefined>];
5
4
  //#endregion
@@ -1,7 +1,7 @@
1
1
  import { PresetColorKey } from "../../theme/interface/presetColors.js";
2
2
  import { FullToken, GenStyleFn, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
3
+ import "../../theme/internal.js";
3
4
  import { CSSProperties } from "vue";
4
-
5
5
  //#region src/button/style/token.d.ts
6
6
  /** Component only token. Which will handle additional calculation of alias token */
7
7
  interface ComponentToken {
@@ -232,8 +232,8 @@ interface ComponentToken {
232
232
  */
233
233
  dashedBgDisabled: string;
234
234
  }
235
- type ShadowColorMap = { [Key in `${PresetColorKey}ShadowColor`]: string };
236
- type PresetColorHoverActiveMap = { [Key in `${PresetColorKey}Hover` | `${PresetColorKey}Active`]: string };
235
+ type ShadowColorMap = { [Key in `${PresetColorKey}ShadowColor`]: string; };
236
+ type PresetColorHoverActiveMap = { [Key in `${PresetColorKey}Hover` | `${PresetColorKey}Active`]: string; };
237
237
  interface GroupToken {
238
238
  /**
239
239
  * @desc 按钮组边框颜色
@@ -1,7 +1,6 @@
1
1
  import { ButtonToken } from "./token.js";
2
2
  import { GenerateStyle } from "../../theme/interface/index.js";
3
3
  import { CSSObject } from "@antdv-next/cssinjs";
4
-
5
4
  //#region src/button/style/variant.d.ts
6
5
  declare const genVariantStyle: GenerateStyle<ButtonToken, CSSObject>;
7
6
  //#endregion
@@ -2,7 +2,7 @@ import { PresetColors } from "../../theme/interface/presetColors.js";
2
2
  import { genCssVar } from "../../theme/util/genStyleUtils.js";
3
3
  //#region src/button/style/variant.ts
4
4
  const genVariantStyle = (token) => {
5
- const { componentCls, antCls, lineWidth } = token;
5
+ const { componentCls, antCls, lineWidth, lineType } = token;
6
6
  const [varName, varRef] = genCssVar(antCls, "btn");
7
7
  return { [componentCls]: [
8
8
  {
@@ -11,7 +11,7 @@ const genVariantStyle = (token) => {
11
11
  [varName("border-color-hover")]: varRef("border-color"),
12
12
  [varName("border-color-active")]: varRef("border-color"),
13
13
  [varName("border-color-disabled")]: varRef("border-color"),
14
- [varName("border-style")]: "solid",
14
+ [varName("border-style")]: lineType,
15
15
  [varName("text-color")]: "#000",
16
16
  [varName("text-color-hover")]: varRef("text-color"),
17
17
  [varName("text-color-active")]: varRef("text-color"),
@@ -2,7 +2,6 @@ import { CalendarMode, SelectInfo } from "./generateCalendar.js";
2
2
  import { CSSProperties } from "vue";
3
3
  import { Locale } from "@v-c/picker";
4
4
  import { GenerateConfig } from "@v-c/picker/generate";
5
-
6
5
  //#region src/calendar/Header.d.ts
7
6
  interface CalendarHeaderProps<DateType> {
8
7
  className?: string;
@@ -1,9 +1,10 @@
1
1
  import { AnyObject, VueNode } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
+ import "../_util/hooks/index.js";
3
4
  import locale from "../date-picker/locale/en_US.js";
5
+ import "./locale/en_US.js";
4
6
  import { CSSProperties, SlotsType } from "vue";
5
7
  import { GenerateConfig } from "@v-c/picker/generate/index";
6
-
7
8
  //#region src/calendar/generateCalendar.d.ts
8
9
  type CalendarMode = 'year' | 'month';
9
10
  type HeaderRender<DateType> = (config: {
@@ -1,6 +1,5 @@
1
1
  import generateCalendar, { CalendarEmits, CalendarMode, CalendarProps, CalendarSlots } from "./generateCalendar.js";
2
2
  import { Dayjs } from "dayjs";
3
-
4
3
  //#region src/calendar/index.d.ts
5
4
  declare const Calendar: import("vue").DefineSetupFnComponent<CalendarProps<Dayjs>, CalendarEmits<Dayjs>, import("vue").SlotsType<CalendarSlots>, CalendarProps<Dayjs>, import("vue").PublicProps>;
6
5
  type CalendarType = typeof Calendar & {
@@ -1,8 +1,9 @@
1
1
  import { PanelComponentToken, PickerPanelToken } from "../../date-picker/style/token.js";
2
+ import "../../date-picker/style/index.js";
2
3
  import { FullToken, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
3
4
  import { GenerateStyle } from "../../theme/interface/index.js";
5
+ import "../../theme/internal.js";
4
6
  import { CSSObject } from "@antdv-next/cssinjs";
5
-
6
7
  //#region src/calendar/style/index.d.ts
7
8
  interface ComponentToken {
8
9
  /**
@@ -138,13 +138,14 @@ const prepareComponentToken = (token) => ({
138
138
  });
139
139
  var style_default = genStyleHooks("Calendar", (token) => {
140
140
  const calendarCls = `${token.componentCls}-calendar`;
141
- return genCalendarStyles(mergeToken(token, initPickerPanelToken(token), {
141
+ const calendarToken = mergeToken(token, initPickerPanelToken(token), {
142
142
  calendarCls,
143
143
  pickerCellInnerCls: `${token.componentCls}-cell-inner`,
144
144
  dateValueHeight: token.controlHeightSM,
145
145
  weekHeight: token.calc(token.controlHeightSM).mul(.75).equal(),
146
146
  dateContentHeight: token.calc(token.calc(token.fontHeightSM).add(token.marginXS)).mul(3).add(token.calc(token.lineWidth).mul(2)).equal()
147
- }));
147
+ });
148
+ return genCalendarStyles(calendarToken);
148
149
  }, prepareComponentToken);
149
150
  //#endregion
150
151
  export { style_default as default, genCalendarStyles, prepareComponentToken };
@@ -1,9 +1,9 @@
1
1
  import { VueNode } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
+ import "../_util/hooks/index.js";
3
4
  import { Tab, TabsSlots } from "../tabs/index.js";
4
5
  import { ComponentBaseProps } from "../config-provider/context.js";
5
6
  import { CSSProperties, SlotsType } from "vue";
6
-
7
7
  //#region src/card/Card.d.ts
8
8
  type CardType = 'inner';
9
9
  type CardSize = 'small' | 'medium' | 'middle' | '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
+ import "../_util/hooks/index.js";
3
4
  import { CSSProperties, SlotsType } from "vue";
4
-
5
5
  //#region src/card/CardMeta.d.ts
6
6
  type CardMetaSemanticName = keyof CardMetaSemanticClassNames & keyof CardMetaSemanticStyles;
7
7
  interface CardMetaSemanticClassNames {
@@ -1,4 +1,5 @@
1
1
  import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
+ import "../../theme/internal.js";
2
3
  //#region src/card/style/index.d.ts
3
4
  interface ComponentToken {
4
5
  /**
@@ -2,7 +2,6 @@ import { VueNode } from "../_util/type.js";
2
2
  import { ComponentBaseProps } from "../config-provider/context.js";
3
3
  import { SlotsType } from "vue";
4
4
  import { SlickProps } from "@v-c/slick";
5
-
6
5
  //#region src/carousel/index.d.ts
7
6
  type CarouselEffect = 'scrollx' | 'fade';
8
7
  type DotPlacement = 'top' | 'bottom' | 'start' | 'end';
@@ -78,7 +78,10 @@ const Carousel = /* @__PURE__ */ defineComponent((props, { slots, emit, expose,
78
78
  isRTL
79
79
  ], () => {
80
80
  const { initialSlide = 0 } = props;
81
- if (count.value > 0) goTo(isRTL.value ? count.value - initialSlide - 1 : initialSlide, false);
81
+ if (count.value > 0) {
82
+ const newIndex = isRTL.value ? count.value - initialSlide - 1 : initialSlide;
83
+ goTo(newIndex, false);
84
+ }
82
85
  }, { immediate: true });
83
86
  if (isDev) devUseWarning("Carousel").deprecated(!props?.dotPosition, "dotPosition", "dotPlacement");
84
87
  const [hashId, cssVarCls] = style_default(prefixCls);
@@ -1,4 +1,5 @@
1
1
  import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
+ import "../../theme/internal.js";
2
3
  //#region src/carousel/style/index.d.ts
3
4
  interface ComponentToken {
4
5
  /**
@@ -1,7 +1,6 @@
1
1
  import { CascaderProps as CascaderProps$1 } from "./index.js";
2
2
  import { SlotsType } from "vue";
3
3
  import { CascaderProps, DefaultOptionType } from "@v-c/cascader";
4
-
5
4
  //#region src/cascader/Panel.d.ts
6
5
  type PanelPickType = 'value' | 'defaultValue' | 'changeOnSelect' | 'options' | 'prefixCls' | 'fieldNames' | 'showCheckedStrategy' | 'loadData' | 'expandTrigger' | 'expandIcon' | 'loadingIcon' | 'direction' | 'notFoundContent' | 'disabled' | 'optionRender' | 'multiple' | 'rootClass';
7
6
  interface CascaderPanelProps<OptionType extends DefaultOptionType = DefaultOptionType, ValueField extends keyof OptionType = keyof OptionType, Multiple extends boolean = boolean> extends Pick<CascaderProps$1<OptionType, ValueField, Multiple>, PanelPickType>, CascaderPanelEmitsProps {}
@@ -1,7 +1,6 @@
1
1
  import { RenderEmptyHandler } from "../../config-provider/defaultRenderEmpty.js";
2
2
  import { DirectionType } from "../../config-provider/context.js";
3
3
  import { Ref } from "vue";
4
-
5
4
  //#region src/cascader/hooks/useBase.d.ts
6
5
  declare function useBase(customizePrefixCls: Ref<string | undefined>, direction?: Ref<DirectionType | undefined>): {
7
6
  prefixCls: import("vue").ComputedRef<string>;
@@ -6,13 +6,7 @@ interface UseIconsOptions {
6
6
  contextExpandIcon: any | undefined;
7
7
  contextLoadingIcon: any | undefined;
8
8
  }
9
- declare function useIcons({
10
- contextExpandIcon,
11
- contextLoadingIcon,
12
- expandIcon,
13
- loadingIcon,
14
- isRtl
15
- }: UseIconsOptions): {
9
+ declare function useIcons({ contextExpandIcon, contextLoadingIcon, expandIcon, loadingIcon, isRtl }: UseIconsOptions): {
16
10
  expandIcon: any;
17
11
  loadingIcon: any;
18
12
  };
@@ -1,5 +1,6 @@
1
1
  import { VueNode } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
+ import "../_util/hooks/index.js";
3
4
  import { SizeType } from "../config-provider/SizeContext.js";
4
5
  import { InputStatus } from "../_util/statusUtils.js";
5
6
  import { SelectCommonPlacement } from "../_util/motion.js";
@@ -8,7 +9,6 @@ import CascaderPanel from "./Panel.js";
8
9
  import { Variant } from "../config-provider/context.js";
9
10
  import { App, CSSProperties, PublicProps } from "vue";
10
11
  import { CascaderProps as CascaderProps$1, DefaultOptionType, FieldNames, SHOW_CHILD, SHOW_PARENT } from "@v-c/cascader";
11
-
12
12
  //#region src/cascader/index.d.ts
13
13
  type FieldNamesType = FieldNames;
14
14
  type FilledFieldNamesType = Required<FieldNamesType>;
@@ -1,7 +1,7 @@
1
1
  import { CascaderToken } from "./index.js";
2
2
  import { GenerateStyle } from "../../theme/interface/index.js";
3
+ import "../../theme/internal.js";
3
4
  import { CSSInterpolation } from "@antdv-next/cssinjs";
4
-
5
5
  //#region src/cascader/style/columns.d.ts
6
6
  declare const getColumnsStyle: GenerateStyle<CascaderToken, CSSInterpolation>;
7
7
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { FullToken, GlobalToken } from "../../theme/interface/cssinjs-utils.js";
2
+ import "../../theme/internal.js";
2
3
  import { CSSProperties } from "vue";
3
-
4
4
  //#region src/cascader/style/index.d.ts
5
5
  interface ComponentToken {
6
6
  /**
@@ -1,8 +1,8 @@
1
1
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
2
+ import "../_util/hooks/index.js";
2
3
  import { ComponentBaseProps } from "../config-provider/context.js";
3
4
  import { CSSProperties, SlotsType } from "vue";
4
5
  import { CheckboxChangeEvent } from "@v-c/checkbox";
5
-
6
6
  //#region src/checkbox/Checkbox.d.ts
7
7
  type CheckedValueType = boolean | string | number | object;
8
8
  interface AbstractCheckboxProps extends ComponentBaseProps {
@@ -2,7 +2,6 @@ import { VueNode } from "../_util/type.js";
2
2
  import { ComponentBaseProps } from "../config-provider/context.js";
3
3
  import { CSSProperties, SlotsType } from "vue";
4
4
  import { CheckboxChangeEvent } from "@v-c/checkbox";
5
-
6
5
  //#region src/checkbox/Group.d.ts
7
6
  interface CheckboxOptionType {
8
7
  label: VueNode;
@@ -1,6 +1,5 @@
1
1
  import { CheckboxOptionType } from "./Group.js";
2
2
  import { Ref } from "vue";
3
-
4
3
  //#region src/checkbox/GroupContext.d.ts
5
4
  interface CheckboxGroupContext {
6
5
  name?: string;
@@ -1,5 +1,6 @@
1
1
  import { FullToken } from "../../theme/interface/cssinjs-utils.js";
2
2
  import { GenerateStyle } from "../../theme/interface/index.js";
3
+ import "../../theme/internal.js";
3
4
  //#region src/checkbox/style/index.d.ts
4
5
  interface ComponentToken {}
5
6
  /**