antdv-next 1.2.2 → 1.3.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 (490) 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 +7 -7
  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/responsiveObserver.d.ts +2 -2
  9. package/dist/_util/statusUtils.d.ts +1 -1
  10. package/dist/_util/vueNode.d.ts +4 -9
  11. package/dist/_util/wave/WaveEffect.d.ts +5 -5
  12. package/dist/_util/wave/index.d.ts +2 -2
  13. package/dist/_util/wave/style.d.ts +2 -2
  14. package/dist/_util/wave/util.d.ts +1 -1
  15. package/dist/_util/wave/util.js +1 -1
  16. package/dist/_util/zindexContext.d.ts +2 -2
  17. package/dist/affix/index.d.ts +3 -3
  18. package/dist/affix/style/index.d.ts +2 -2
  19. package/dist/alert/Alert.d.ts +17 -10
  20. package/dist/alert/Alert.js +9 -3
  21. package/dist/alert/style/index.d.ts +3 -3
  22. package/dist/anchor/Anchor.d.ts +3 -3
  23. package/dist/anchor/Anchor.js +2 -2
  24. package/dist/anchor/AnchorLink.d.ts +9 -4
  25. package/dist/anchor/AnchorLink.js +5 -1
  26. package/dist/anchor/style/index.d.ts +2 -2
  27. package/dist/antd-with-locales.esm.js +14614 -14290
  28. package/dist/antd-with-locales.js +73 -80
  29. package/dist/antd.css +1 -1
  30. package/dist/antd.esm.js +10754 -10431
  31. package/dist/antd.js +70 -77
  32. package/dist/app/App.d.ts +2 -2
  33. package/dist/app/App.js +6 -1
  34. package/dist/app/context.d.ts +2 -2
  35. package/dist/app/style/index.d.ts +2 -2
  36. package/dist/auto-complete/index.d.ts +6 -6
  37. package/dist/auto-complete/index.js +1 -1
  38. package/dist/avatar/Avatar.d.ts +5 -5
  39. package/dist/avatar/AvatarGroup.d.ts +2 -2
  40. package/dist/avatar/style/index.d.ts +3 -3
  41. package/dist/badge/Ribbon.d.ts +4 -4
  42. package/dist/badge/ScrollNumber.d.ts +2 -2
  43. package/dist/badge/SingleNumber.d.ts +2 -2
  44. package/dist/badge/index.d.ts +6 -6
  45. package/dist/badge/style/index.d.ts +7 -2
  46. package/dist/badge/style/index.js +4 -3
  47. package/dist/badge/style/ribbon.d.ts +2 -2
  48. package/dist/border-beam/BorderBeam.d.ts +19 -0
  49. package/dist/border-beam/BorderBeam.js +82 -0
  50. package/dist/border-beam/hooks/useBorderSize.d.ts +12 -0
  51. package/dist/border-beam/hooks/useBorderSize.js +42 -0
  52. package/dist/border-beam/index.d.ts +3 -0
  53. package/dist/border-beam/index.js +7 -0
  54. package/dist/border-beam/style/index.d.ts +7 -0
  55. package/dist/border-beam/style/index.js +59 -0
  56. package/dist/border-beam/util.d.ts +11 -0
  57. package/dist/border-beam/util.js +35 -0
  58. package/dist/breadcrumb/Breadcrumb.d.ts +7 -7
  59. package/dist/breadcrumb/BreadcrumbItem.d.ts +7 -7
  60. package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
  61. package/dist/breadcrumb/style/index.d.ts +2 -2
  62. package/dist/breadcrumb/useItemRender.d.ts +2 -2
  63. package/dist/button/Button.d.ts +4 -4
  64. package/dist/button/Button.js +1 -0
  65. package/dist/button/DefaultLoadingIcon.d.ts +2 -2
  66. package/dist/button/IconWrapper.d.ts +2 -2
  67. package/dist/button/buttonHelper.d.ts +1 -1
  68. package/dist/button/style/compact.d.ts +4 -4
  69. package/dist/button/style/index.d.ts +2 -2
  70. package/dist/button/style/index.js +5 -0
  71. package/dist/calendar/Header.d.ts +2 -2
  72. package/dist/calendar/generateCalendar.d.ts +12 -10
  73. package/dist/calendar/generateCalendar.js +8 -2
  74. package/dist/calendar/index.d.ts +2 -2
  75. package/dist/calendar/style/index.d.ts +2 -2
  76. package/dist/card/Card.d.ts +11 -11
  77. package/dist/card/CardGrid.d.ts +2 -2
  78. package/dist/card/CardMeta.d.ts +6 -6
  79. package/dist/card/style/index.d.ts +2 -2
  80. package/dist/carousel/index.d.ts +5 -5
  81. package/dist/carousel/style/index.d.ts +2 -2
  82. package/dist/cascader/Panel.d.ts +2 -2
  83. package/dist/cascader/hooks/useBase.d.ts +5 -5
  84. package/dist/cascader/hooks/useCheckable.d.ts +2 -2
  85. package/dist/cascader/index.d.ts +4 -4
  86. package/dist/cascader/index.js +11 -2
  87. package/dist/cascader/style/index.d.ts +2 -2
  88. package/dist/cascader/style/panel.d.ts +2 -2
  89. package/dist/checkbox/Checkbox.d.ts +2 -2
  90. package/dist/checkbox/Group.d.ts +4 -4
  91. package/dist/checkbox/style/index.d.ts +4 -4
  92. package/dist/collapse/Collapse.d.ts +5 -5
  93. package/dist/collapse/CollapsePanel.d.ts +5 -5
  94. package/dist/collapse/style/index.d.ts +2 -2
  95. package/dist/color-picker/ColorPicker.d.ts +2 -2
  96. package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
  97. package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
  98. package/dist/color-picker/components/ColorClear.d.ts +2 -2
  99. package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
  100. package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
  101. package/dist/color-picker/components/ColorInput.d.ts +2 -2
  102. package/dist/color-picker/components/ColorPresets.d.ts +2 -2
  103. package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
  104. package/dist/color-picker/components/ColorSlider.d.ts +3 -3
  105. package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
  106. package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
  107. package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
  108. package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
  109. package/dist/color-picker/components/PanelPresets.d.ts +2 -2
  110. package/dist/color-picker/context.d.ts +3 -3
  111. package/dist/color-picker/hooks/useModeColor.d.ts +4 -4
  112. package/dist/color-picker/interface.d.ts +2 -2
  113. package/dist/color-picker/style/index.d.ts +2 -2
  114. package/dist/components.d.ts +4 -1
  115. package/dist/components.js +3 -1
  116. package/dist/config-provider/DisabledContext.d.ts +2 -2
  117. package/dist/config-provider/SizeContext.d.ts +2 -2
  118. package/dist/config-provider/context.d.ts +67 -34
  119. package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
  120. package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
  121. package/dist/config-provider/hooks/useConfig.d.ts +3 -3
  122. package/dist/config-provider/hooks/useSize.d.ts +2 -2
  123. package/dist/config-provider/hooks/useTheme.d.ts +2 -2
  124. package/dist/config-provider/index.d.ts +4 -4
  125. package/dist/config-provider/index.js +2 -0
  126. package/dist/date-picker/PickerButton.d.ts +2 -2
  127. package/dist/date-picker/generatePicker/SuffixIcon.d.ts +5 -5
  128. package/dist/date-picker/generatePicker/SuffixIcon.js +1 -1
  129. package/dist/date-picker/generatePicker/generateRangePicker.d.ts +4 -4
  130. package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +9 -9
  131. package/dist/date-picker/generatePicker/generateSinglePicker.js +4 -0
  132. package/dist/date-picker/generatePicker/index.d.ts +8 -8
  133. package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
  134. package/dist/date-picker/index.d.ts +13 -13
  135. package/dist/date-picker/style/index.d.ts +2 -2
  136. package/dist/date-picker/style/index.js +13 -3
  137. package/dist/date-picker/util.d.ts +3 -3
  138. package/dist/descriptions/Cell.d.ts +5 -5
  139. package/dist/descriptions/Item.d.ts +5 -5
  140. package/dist/descriptions/Row.d.ts +2 -2
  141. package/dist/descriptions/Row.js +3 -3
  142. package/dist/descriptions/hooks/useItems.d.ts +13 -13
  143. package/dist/descriptions/hooks/useRow.d.ts +2 -2
  144. package/dist/descriptions/index.d.ts +5 -5
  145. package/dist/descriptions/style/index.d.ts +2 -2
  146. package/dist/divider/index.d.ts +2 -2
  147. package/dist/divider/style/index.d.ts +2 -2
  148. package/dist/drawer/DrawerPanel.d.ts +7 -7
  149. package/dist/drawer/index.d.ts +3 -3
  150. package/dist/drawer/index.js +5 -2
  151. package/dist/drawer/style/index.d.ts +2 -2
  152. package/dist/drawer/useFocusable.d.ts +2 -2
  153. package/dist/dropdown/dropdown.d.ts +2 -2
  154. package/dist/dropdown/style/index.d.ts +2 -2
  155. package/dist/dropdown/style/index.js +1 -1
  156. package/dist/empty/empty.d.ts +2 -2
  157. package/dist/empty/index.d.ts +8 -8
  158. package/dist/empty/simple.d.ts +2 -2
  159. package/dist/empty/style/index.d.ts +2 -2
  160. package/dist/flex/index.d.ts +2 -2
  161. package/dist/flex/style/index.d.ts +2 -2
  162. package/dist/float-button/BackTop.d.ts +2 -2
  163. package/dist/float-button/BackTop.js +5 -0
  164. package/dist/float-button/FloatButton.d.ts +8 -7
  165. package/dist/float-button/FloatButton.js +6 -0
  166. package/dist/float-button/FloatButtonGroup.d.ts +4 -4
  167. package/dist/float-button/FloatButtonGroup.js +5 -0
  168. package/dist/float-button/PurePanel.d.ts +2 -2
  169. package/dist/float-button/PurePanel.js +10 -0
  170. package/dist/float-button/context.d.ts +3 -3
  171. package/dist/float-button/style/index.d.ts +2 -2
  172. package/dist/form/ErrorList.d.ts +8 -4
  173. package/dist/form/ErrorList.js +13 -2
  174. package/dist/form/Form.d.ts +9 -2
  175. package/dist/form/Form.js +10 -4
  176. package/dist/form/FormItem/ItemHolder.d.ts +3 -3
  177. package/dist/form/FormItem/StatusProvider.d.ts +2 -2
  178. package/dist/form/FormItem/index.d.ts +2 -2
  179. package/dist/form/FormItemInput.d.ts +6 -6
  180. package/dist/form/FormItemInput.js +6 -2
  181. package/dist/form/FormItemLabel.d.ts +7 -7
  182. package/dist/form/context.d.ts +7 -7
  183. package/dist/form/hooks/useVariant.d.ts +2 -2
  184. package/dist/form/style/fallbackCmp.d.ts +4 -4
  185. package/dist/form/style/index.d.ts +2 -2
  186. package/dist/grid/col.d.ts +2 -2
  187. package/dist/grid/index.d.ts +2 -2
  188. package/dist/grid/row.d.ts +2 -2
  189. package/dist/grid/style/index.d.ts +3 -3
  190. package/dist/image/PreviewGroup.d.ts +12 -12
  191. package/dist/image/hooks/useMergedPreviewConfig.d.ts +6 -6
  192. package/dist/image/hooks/usePreviewConfig.d.ts +10 -10
  193. package/dist/image/index.d.ts +12 -5
  194. package/dist/image/style/index.d.ts +2 -2
  195. package/dist/index.d.ts +3 -1
  196. package/dist/index.js +2 -1
  197. package/dist/input/Group.d.ts +3 -3
  198. package/dist/input/Input.d.ts +10 -7
  199. package/dist/input/Input.js +8 -2
  200. package/dist/input/OTP/OTPInput.d.ts +3 -3
  201. package/dist/input/OTP/OTPInput.js +4 -0
  202. package/dist/input/OTP/index.d.ts +4 -4
  203. package/dist/input/Password.d.ts +4 -4
  204. package/dist/input/Password.js +4 -0
  205. package/dist/input/Search.d.ts +14 -4
  206. package/dist/input/Search.js +19 -2
  207. package/dist/input/TextArea.d.ts +2 -2
  208. package/dist/input/index.d.ts +6 -6
  209. package/dist/input/style/index.d.ts +3 -3
  210. package/dist/input/style/otp.d.ts +2 -2
  211. package/dist/input/style/search.d.ts +2 -2
  212. package/dist/input/style/textarea.d.ts +2 -2
  213. package/dist/input/style/variants.js +14 -8
  214. package/dist/input-number/index.d.ts +9 -9
  215. package/dist/input-number/style/index.d.ts +2 -2
  216. package/dist/layout/Sider.d.ts +2 -2
  217. package/dist/layout/index.d.ts +5 -5
  218. package/dist/layout/layout.d.ts +5 -5
  219. package/dist/layout/style/index.d.ts +2 -2
  220. package/dist/layout/style/sider.d.ts +2 -2
  221. package/dist/locale/index.d.ts +2 -2
  222. package/dist/locale/useLocale.d.ts +2 -2
  223. package/dist/masonry/Masonry.d.ts +3 -3
  224. package/dist/masonry/MasonryItem.d.ts +4 -4
  225. package/dist/masonry/hooks/usePositions.d.ts +2 -2
  226. package/dist/masonry/style/index.d.ts +2 -2
  227. package/dist/mentions/index.d.ts +6 -6
  228. package/dist/mentions/index.js +7 -1
  229. package/dist/mentions/style/index.d.ts +2 -2
  230. package/dist/menu/MenuContext.d.ts +3 -3
  231. package/dist/menu/MenuDivider.d.ts +2 -2
  232. package/dist/menu/MenuItem.d.ts +5 -5
  233. package/dist/menu/MenuItemGroup.d.ts +4 -4
  234. package/dist/menu/OverrideContext.d.ts +5 -5
  235. package/dist/menu/SubMenu.d.ts +4 -4
  236. package/dist/menu/index.d.ts +3 -3
  237. package/dist/menu/menu.d.ts +2 -2
  238. package/dist/menu/style/index.d.ts +2 -2
  239. package/dist/menu/style/index.js +11 -3
  240. package/dist/menu/style/vertical.js +2 -1
  241. package/dist/message/PureList.d.ts +28 -0
  242. package/dist/message/PureList.js +75 -0
  243. package/dist/message/PurePanel.d.ts +17 -9
  244. package/dist/message/PurePanel.js +33 -38
  245. package/dist/message/index.d.ts +3 -0
  246. package/dist/message/index.js +3 -1
  247. package/dist/message/interface.d.ts +11 -5
  248. package/dist/message/style/index.d.ts +12 -6
  249. package/dist/message/style/index.js +102 -98
  250. package/dist/message/useMessage.d.ts +3 -3
  251. package/dist/message/useMessage.js +18 -14
  252. package/dist/message/util.js +1 -1
  253. package/dist/modal/ConfirmDialog.d.ts +4 -4
  254. package/dist/modal/Modal.d.ts +2 -2
  255. package/dist/modal/Modal.js +7 -3
  256. package/dist/modal/PurePanel.d.ts +2 -2
  257. package/dist/modal/components/ConfirmCancelBtn.d.ts +4 -4
  258. package/dist/modal/components/ConfirmOkBtn.d.ts +4 -4
  259. package/dist/modal/components/NormalCancelBtn.d.ts +4 -4
  260. package/dist/modal/components/NormalOkBtn.d.ts +4 -4
  261. package/dist/modal/interface.d.ts +22 -14
  262. package/dist/modal/shared.d.ts +4 -4
  263. package/dist/modal/style/confirm.d.ts +4 -4
  264. package/dist/modal/style/index.d.ts +4 -4
  265. package/dist/modal/useModal/HookModal.d.ts +3 -3
  266. package/dist/notification/PureList.d.ts +32 -0
  267. package/dist/notification/PureList.js +72 -0
  268. package/dist/notification/PurePanel.d.ts +16 -13
  269. package/dist/notification/PurePanel.js +42 -19
  270. package/dist/notification/index.d.ts +3 -0
  271. package/dist/notification/index.js +3 -1
  272. package/dist/notification/interface.d.ts +8 -8
  273. package/dist/notification/style/index.d.ts +27 -26
  274. package/dist/notification/style/index.js +104 -174
  275. package/dist/notification/style/notification.d.ts +23 -0
  276. package/dist/notification/style/notification.js +195 -0
  277. package/dist/notification/style/placement.d.ts +1 -0
  278. package/dist/notification/style/placement.js +125 -60
  279. package/dist/notification/useNotification.d.ts +3 -3
  280. package/dist/notification/useNotification.js +22 -14
  281. package/dist/notification/util.d.ts +14 -4
  282. package/dist/notification/util.js +18 -52
  283. package/dist/package.js +1 -1
  284. package/dist/package.json.d.ts +12 -12
  285. package/dist/pagination/Pagination.d.ts +2 -2
  286. package/dist/pagination/interface.d.ts +7 -7
  287. package/dist/pagination/style/bordered.d.ts +4 -4
  288. package/dist/pagination/style/index.d.ts +2 -2
  289. package/dist/popconfirm/PurePanel.d.ts +6 -7
  290. package/dist/popconfirm/PurePanel.js +4 -1
  291. package/dist/popconfirm/index.d.ts +16 -12
  292. package/dist/popconfirm/style/index.d.ts +2 -2
  293. package/dist/popover/PurePanel.d.ts +7 -7
  294. package/dist/popover/index.d.ts +5 -5
  295. package/dist/popover/style/index.d.ts +2 -2
  296. package/dist/progress/Circle.d.ts +3 -3
  297. package/dist/progress/Line.d.ts +3 -3
  298. package/dist/progress/Steps.d.ts +2 -2
  299. package/dist/progress/progress.d.ts +2 -2
  300. package/dist/progress/style/index.d.ts +2 -2
  301. package/dist/qrcode/QrcodeStatus.d.ts +2 -2
  302. package/dist/qrcode/index.d.ts +2 -2
  303. package/dist/qrcode/style/index.d.ts +2 -2
  304. package/dist/radio/group.d.ts +2 -2
  305. package/dist/radio/index.d.ts +3 -3
  306. package/dist/radio/radio.d.ts +2 -2
  307. package/dist/radio/radioButton.d.ts +2 -2
  308. package/dist/radio/style/index.d.ts +2 -2
  309. package/dist/rate/index.d.ts +2 -2
  310. package/dist/rate/style/index.d.ts +2 -2
  311. package/dist/result/index.d.ts +7 -7
  312. package/dist/result/noFound.d.ts +2 -2
  313. package/dist/result/serverError.d.ts +2 -2
  314. package/dist/result/style/index.d.ts +4 -4
  315. package/dist/result/style/index.js +1 -1
  316. package/dist/result/unauthorized.d.ts +2 -2
  317. package/dist/segmented/index.d.ts +4 -4
  318. package/dist/segmented/index.js +1 -1
  319. package/dist/segmented/style/index.d.ts +2 -2
  320. package/dist/select/index.d.ts +8 -8
  321. package/dist/select/index.js +1 -1
  322. package/dist/select/style/dropdown.js +1 -1
  323. package/dist/select/style/index.d.ts +2 -2
  324. package/dist/select/style/select-input.js +10 -5
  325. package/dist/select/useIcons.d.ts +5 -5
  326. package/dist/select/usePopupRender.d.ts +2 -2
  327. package/dist/skeleton/Avatar.d.ts +2 -2
  328. package/dist/skeleton/Button.d.ts +2 -2
  329. package/dist/skeleton/Element.d.ts +2 -2
  330. package/dist/skeleton/Image.d.ts +2 -2
  331. package/dist/skeleton/Input.d.ts +2 -2
  332. package/dist/skeleton/Node.d.ts +2 -2
  333. package/dist/skeleton/Paragraph.d.ts +2 -2
  334. package/dist/skeleton/Skeleton.d.ts +2 -2
  335. package/dist/skeleton/Title.d.ts +2 -2
  336. package/dist/skeleton/style/index.d.ts +2 -2
  337. package/dist/slider/SliderTooltip.d.ts +3 -3
  338. package/dist/slider/index.d.ts +2 -2
  339. package/dist/slider/style/index.d.ts +2 -2
  340. package/dist/space/Addon.d.ts +2 -2
  341. package/dist/space/Compact.d.ts +6 -6
  342. package/dist/space/Item.d.ts +2 -2
  343. package/dist/space/index.d.ts +6 -6
  344. package/dist/space/style/addon.d.ts +2 -2
  345. package/dist/space/style/compact.d.ts +2 -2
  346. package/dist/space/style/index.d.ts +16 -3
  347. package/dist/spin/Indicator/Looper.d.ts +2 -2
  348. package/dist/spin/Indicator/Progress.d.ts +2 -2
  349. package/dist/spin/Indicator/index.d.ts +4 -4
  350. package/dist/spin/index.d.ts +7 -7
  351. package/dist/spin/style/index.d.ts +2 -2
  352. package/dist/spin/usePercent.d.ts +2 -2
  353. package/dist/splitter/Panel.d.ts +3 -3
  354. package/dist/splitter/Panel.js +14 -3
  355. package/dist/splitter/SplitBar.d.ts +2 -2
  356. package/dist/splitter/Splitter.d.ts +2 -2
  357. package/dist/splitter/Splitter.js +8 -2
  358. package/dist/splitter/hooks/useResizable.d.ts +2 -2
  359. package/dist/splitter/hooks/useResize.d.ts +2 -2
  360. package/dist/splitter/hooks/useSizes.d.ts +2 -2
  361. package/dist/splitter/index.d.ts +2 -2
  362. package/dist/splitter/interface.d.ts +21 -4
  363. package/dist/splitter/style/index.d.ts +2 -2
  364. package/dist/statistic/Number.d.ts +2 -2
  365. package/dist/statistic/Statistic.d.ts +6 -6
  366. package/dist/statistic/Timer.d.ts +2 -2
  367. package/dist/statistic/index.d.ts +2 -2
  368. package/dist/statistic/style/index.d.ts +3 -3
  369. package/dist/steps/PanelArrow.d.ts +2 -2
  370. package/dist/steps/ProgressIcon.d.ts +2 -2
  371. package/dist/steps/index.d.ts +8 -8
  372. package/dist/steps/style/index.d.ts +3 -3
  373. package/dist/style/compact-item-vertical.js +2 -1
  374. package/dist/style/compact-item.js +6 -6
  375. package/dist/switch/index.d.ts +5 -5
  376. package/dist/switch/style/index.d.ts +2 -2
  377. package/dist/table/Column.d.ts +2 -2
  378. package/dist/table/ColumnGroup.d.ts +2 -2
  379. package/dist/table/ExpandIcon.d.ts +2 -2
  380. package/dist/table/InternalTable.d.ts +2 -2
  381. package/dist/table/InternalTable.js +6 -4
  382. package/dist/table/TableMeasureRowContext.d.ts +3 -3
  383. package/dist/table/hooks/useFilledColumns.d.ts +14 -0
  384. package/dist/table/hooks/useFilledColumns.js +41 -0
  385. package/dist/table/hooks/useFilter/FilterSearch.d.ts +2 -2
  386. package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
  387. package/dist/table/hooks/useFilter/index.d.ts +21 -21
  388. package/dist/table/hooks/usePagination.d.ts +2 -2
  389. package/dist/table/hooks/useSelection.d.ts +2 -2
  390. package/dist/table/hooks/useSorter.d.ts +2 -2
  391. package/dist/table/style/index.d.ts +2 -2
  392. package/dist/tabs/TabPane.d.ts +2 -2
  393. package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
  394. package/dist/tabs/index.d.ts +9 -7
  395. package/dist/tabs/style/index.d.ts +2 -2
  396. package/dist/tag/CheckableTag.d.ts +4 -4
  397. package/dist/tag/CheckableTagGroup.d.ts +4 -4
  398. package/dist/tag/hooks/useColor.d.ts +2 -2
  399. package/dist/tag/index.d.ts +7 -5
  400. package/dist/tag/index.js +7 -2
  401. package/dist/tag/style/index.d.ts +2 -2
  402. package/dist/tag/style/presetCmp.d.ts +4 -4
  403. package/dist/tag/style/statusCmp.d.ts +4 -4
  404. package/dist/theme/context.d.ts +2 -2
  405. package/dist/theme/index.d.ts +4 -4
  406. package/dist/theme/interface/alias.d.ts +14 -0
  407. package/dist/theme/interface/components.d.ts +118 -116
  408. package/dist/theme/interface/maps/colors.d.ts +14 -0
  409. package/dist/theme/interface/maps/font.d.ts +5 -5
  410. package/dist/theme/themes/default/theme.d.ts +2 -2
  411. package/dist/theme/themes/shared/genColorMapToken.js +2 -0
  412. package/dist/theme/useToken.js +1 -1
  413. package/dist/theme/util/alias.js +2 -0
  414. package/dist/theme/util/genStyleUtils.d.ts +6 -6
  415. package/dist/time-picker/index.d.ts +6 -6
  416. package/dist/time-picker/index.js +4 -0
  417. package/dist/timeline/Timeline.d.ts +11 -11
  418. package/dist/timeline/TimelineItem.d.ts +2 -2
  419. package/dist/timeline/style/index.d.ts +2 -2
  420. package/dist/tooltip/PurePanel.d.ts +2 -2
  421. package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
  422. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  423. package/dist/tooltip/index.d.ts +5 -5
  424. package/dist/tooltip/style/index.d.ts +2 -2
  425. package/dist/tour/PurePanel.d.ts +2 -2
  426. package/dist/tour/index.d.ts +2 -2
  427. package/dist/tour/index.js +5 -0
  428. package/dist/tour/interface.d.ts +6 -4
  429. package/dist/tour/panelRender.d.ts +2 -2
  430. package/dist/tour/panelRender.js +4 -9
  431. package/dist/tour/style/index.d.ts +2 -2
  432. package/dist/transfer/Actions.d.ts +4 -4
  433. package/dist/transfer/ListBody.d.ts +2 -2
  434. package/dist/transfer/ListItem.d.ts +4 -4
  435. package/dist/transfer/Section.d.ts +2 -2
  436. package/dist/transfer/Transfer.d.ts +2 -2
  437. package/dist/transfer/Transfer.js +34 -4
  438. package/dist/transfer/hooks/useData.d.ts +2 -2
  439. package/dist/transfer/interface.d.ts +47 -15
  440. package/dist/transfer/search.d.ts +4 -4
  441. package/dist/transfer/style/index.d.ts +2 -2
  442. package/dist/tree/DirectoryTree.d.ts +2 -2
  443. package/dist/tree/DirectoryTree.js +0 -4
  444. package/dist/tree/Tree.d.ts +10 -8
  445. package/dist/tree/Tree.js +0 -4
  446. package/dist/tree/style/index.d.ts +2 -2
  447. package/dist/tree/utils/dropIndicator.d.ts +2 -2
  448. package/dist/tree/utils/iconUtil.d.ts +4 -4
  449. package/dist/tree-select/index.d.ts +8 -6
  450. package/dist/tree-select/index.js +1 -1
  451. package/dist/tree-select/style/index.d.ts +2 -2
  452. package/dist/typography/Base/CopyBtn.d.ts +2 -2
  453. package/dist/typography/Base/Ellipsis.d.ts +5 -5
  454. package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
  455. package/dist/typography/Base/index.d.ts +2 -2
  456. package/dist/typography/Base/index.js +31 -26
  457. package/dist/typography/Editable.d.ts +11 -4
  458. package/dist/typography/Editable.js +18 -3
  459. package/dist/typography/Link.d.ts +2 -2
  460. package/dist/typography/Link.js +4 -0
  461. package/dist/typography/Paragraph.d.ts +2 -2
  462. package/dist/typography/Paragraph.js +4 -0
  463. package/dist/typography/Text.d.ts +2 -2
  464. package/dist/typography/Text.js +4 -0
  465. package/dist/typography/Title.d.ts +2 -2
  466. package/dist/typography/Title.js +4 -0
  467. package/dist/typography/Typography.d.ts +2 -2
  468. package/dist/typography/hooks/useCopyClick.d.ts +3 -3
  469. package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
  470. package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
  471. package/dist/typography/index.d.ts +5 -5
  472. package/dist/typography/interface.d.ts +25 -17
  473. package/dist/typography/style/index.d.ts +2 -2
  474. package/dist/upload/Dragger.d.ts +3 -3
  475. package/dist/upload/Upload.d.ts +2 -2
  476. package/dist/upload/UploadList/ListItem.d.ts +2 -2
  477. package/dist/upload/UploadList/index.d.ts +2 -2
  478. package/dist/upload/index.d.ts +3 -3
  479. package/dist/upload/style/index.d.ts +2 -2
  480. package/dist/upload/utils.js +1 -1
  481. package/dist/watermark/context.d.ts +2 -2
  482. package/dist/watermark/index.d.ts +2 -2
  483. package/dist/watermark/index.js +4 -3
  484. package/package.json +65 -29
  485. package/web-tags.json +1251 -1233
  486. package/web-types.json +3794 -3750
  487. package/dist/notification/style/pure-panel.d.ts +0 -12
  488. package/dist/notification/style/pure-panel.js +0 -18
  489. package/dist/notification/style/stack.d.ts +0 -9
  490. package/dist/notification/style/stack.js +0 -88
@@ -209,6 +209,10 @@ const InternalPassword = /* @__PURE__ */ defineComponent((props, { slots, attrs,
209
209
  type: String,
210
210
  required: false
211
211
  },
212
+ autocomplete: {
213
+ type: String,
214
+ required: false
215
+ },
212
216
  htmlSize: {
213
217
  type: Number,
214
218
  required: false
@@ -1,11 +1,11 @@
1
- import { VueNode } from "../_util/type.js";
1
+ import { VueNode as VueNode$1 } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
3
  import "../_util/hooks/index.js";
4
4
  import { SizeType } from "../config-provider/SizeContext.js";
5
5
  import { InputEmits, InputProps, InputRef } from "./Input.js";
6
6
  import { ComponentBaseProps } from "../config-provider/context.js";
7
7
  import { ButtonSemanticClassNames, ButtonSemanticStyles } from "../button/Button.js";
8
- import * as vue784 from "vue";
8
+ import * as vue728 from "vue";
9
9
  import { CSSProperties, SlotsType } from "vue";
10
10
 
11
11
  //#region src/input/Search.d.ts
@@ -33,7 +33,12 @@ type InputSearchStylesType = SemanticStylesType<SearchProps, InputSearchSemantic
33
33
  interface SearchProps extends Omit<InputProps, 'class' | 'style' | 'rootClass'>, ComponentBaseProps, SearchEmitsProps {
34
34
  inputPrefixCls?: string;
35
35
  on?: never;
36
- enterButton?: boolean | VueNode;
36
+ enterButton?: boolean | VueNode$1;
37
+ /**
38
+ * Custom search icon shown inside the trigger button when enterButton is a
39
+ * boolean. Mirrors ant-design 6.4.0 PR #57256.
40
+ */
41
+ searchIcon?: VueNode$1;
37
42
  loading?: boolean;
38
43
  size?: SizeType;
39
44
  hidden?: boolean;
@@ -60,7 +65,12 @@ interface SearchSlots {
60
65
  addonBefore: () => any;
61
66
  addonAfter: () => any;
62
67
  clearIcon: () => any;
68
+ /**
69
+ * Custom search icon shown inside the trigger button when enterButton is
70
+ * boolean. Slot takes priority over the `searchIcon` prop.
71
+ */
72
+ searchIcon?: () => any;
63
73
  }
64
- declare const InternalSearch: vue784.DefineSetupFnComponent<SearchProps, SearchEmits, SlotsType<SearchSlots>, SearchProps, vue784.PublicProps>;
74
+ declare const InternalSearch: vue728.DefineSetupFnComponent<SearchProps, SearchEmits, SlotsType<SearchSlots>, SearchProps, vue728.PublicProps>;
65
75
  //#endregion
66
76
  export { InputSearchClassNamesType, InputSearchRef, InputSearchSemanticClassNames, InputSearchSemanticName, InputSearchSemanticStyles, InputSearchStylesType, SearchEmits, SearchEmitsProps, SearchProps, SearchSlots, InternalSearch as default };
@@ -2,7 +2,7 @@ import { useComponentBaseConfig } from "../config-provider/context.js";
2
2
  import { useSize } from "../config-provider/hooks/useSize.js";
3
3
  import { useCompactItemContext } from "../space/Compact.js";
4
4
  import { getAttrStyleAndClass, useMergeSemantic, useToArr, useToProps } from "../_util/hooks/useMergeSemantic.js";
5
- import { toPropsRefs } from "../_util/tools.js";
5
+ import { getSlotPropsFnRun, toPropsRefs } from "../_util/tools.js";
6
6
  import button_default from "../button/index.js";
7
7
  import { SpaceCompact } from "../space/index.js";
8
8
  import Input_default from "./Input.js";
@@ -94,7 +94,8 @@ const InternalSearch = /* @__PURE__ */ defineComponent((props, { slots, attrs, e
94
94
  const btnClassName = clsx(btnPrefixCls, { [`${btnPrefixCls}-${variant.value}`]: variant.value });
95
95
  const enterButtonValue = props.enterButton ?? false;
96
96
  const isBooleanEnterButton = typeof enterButtonValue === "boolean";
97
- const searchIcon = isBooleanEnterButton ? createVNode(SearchOutlined, null, null) : null;
97
+ const searchIconFromSlot = getSlotPropsFnRun(slots, props, "searchIcon", false);
98
+ const searchIcon = isBooleanEnterButton ? searchIconFromSlot ?? props.searchIcon ?? createVNode(SearchOutlined, null, null) : null;
98
99
  const buttonChildren = isBooleanEnterButton ? void 0 : enterButtonValue;
99
100
  let buttonNode;
100
101
  const enterButtonNode = buttonChildren;
@@ -171,6 +172,18 @@ const InternalSearch = /* @__PURE__ */ defineComponent((props, { slots, attrs, e
171
172
  required: false,
172
173
  default: void 0
173
174
  },
175
+ searchIcon: {
176
+ type: [
177
+ Function,
178
+ String,
179
+ Number,
180
+ null,
181
+ Object,
182
+ Boolean
183
+ ],
184
+ required: false,
185
+ default: void 0
186
+ },
174
187
  loading: {
175
188
  type: Boolean,
176
189
  required: false,
@@ -251,6 +264,10 @@ const InternalSearch = /* @__PURE__ */ defineComponent((props, { slots, attrs, e
251
264
  type: String,
252
265
  required: false
253
266
  },
267
+ autocomplete: {
268
+ type: String,
269
+ required: false
270
+ },
254
271
  htmlSize: {
255
272
  type: Number,
256
273
  required: false
@@ -3,7 +3,7 @@ import "../_util/hooks/index.js";
3
3
  import { SizeType } from "../config-provider/SizeContext.js";
4
4
  import { InputStatus } from "../_util/statusUtils.js";
5
5
  import { ComponentBaseProps, Variant } from "../config-provider/context.js";
6
- import * as vue6 from "vue";
6
+ import * as vue730 from "vue";
7
7
  import { CSSProperties, SlotsType } from "vue";
8
8
  import { InputProps } from "@v-c/input";
9
9
  import { TextAreaProps as TextAreaProps$1, TextAreaRef as TextAreaRef$1 } from "@v-c/textarea";
@@ -69,6 +69,6 @@ interface TextAreaEmitsProps {
69
69
  interface TextAreaSlots {
70
70
  default?: () => any;
71
71
  }
72
- declare const InternalTextArea: vue6.DefineSetupFnComponent<TextAreaProps, TextAreaEmits, SlotsType<TextAreaSlots>, TextAreaProps, vue6.PublicProps>;
72
+ declare const InternalTextArea: vue730.DefineSetupFnComponent<TextAreaProps, TextAreaEmits, SlotsType<TextAreaSlots>, TextAreaProps, vue730.PublicProps>;
73
73
  //#endregion
74
74
  export { InputTextAreaRef, TextAreaClassNamesType, TextAreaEmits, TextAreaEmitsProps, TextAreaProps, TextAreaRef, TextAreaSemanticClassNames, TextAreaSemanticName, TextAreaSemanticStyles, TextAreaSlots, TextAreaStylesType, InternalTextArea as default };
@@ -5,7 +5,7 @@ import InternalSearch, { InputSearchRef, SearchEmits, SearchProps, SearchSlots }
5
5
  import InternalTextArea, { InputTextAreaRef, TextAreaProps, TextAreaRef } from "./TextArea.js";
6
6
  import InputGroup$1, { InputGroupProps } from "./Group.js";
7
7
  import InternalPassword, { InputPasswordRef, PasswordEmits, PasswordProps, PasswordSlots } from "./Password.js";
8
- import * as vue765 from "vue";
8
+ import * as vue12 from "vue";
9
9
  import { App } from "vue";
10
10
 
11
11
  //#region src/input/index.d.ts
@@ -18,11 +18,11 @@ type CompoundedInputType = typeof InternalInput & {
18
18
  install: (app: App) => App;
19
19
  };
20
20
  declare const CompoundedInput: CompoundedInputType;
21
- declare const InputGroup: vue765.DefineSetupFnComponent<InputGroupProps, EmptyEmit, vue765.SlotsType<{
21
+ declare const InputGroup: vue12.DefineSetupFnComponent<InputGroupProps, EmptyEmit, vue12.SlotsType<{
22
22
  default?: () => any;
23
- }>, InputGroupProps, vue765.PublicProps>;
24
- declare const InputOTP: vue765.DefineSetupFnComponent<OTPProps, OTPEmits, vue765.SlotsType<OTPSlots>, OTPProps, vue765.PublicProps>;
25
- declare const InputPassword: vue765.DefineSetupFnComponent<PasswordProps, PasswordEmits, vue765.SlotsType<PasswordSlots>, PasswordProps, vue765.PublicProps>;
26
- declare const InputSearch: vue765.DefineSetupFnComponent<SearchProps, SearchEmits, vue765.SlotsType<SearchSlots>, SearchProps, vue765.PublicProps>;
23
+ }>, InputGroupProps, vue12.PublicProps>;
24
+ declare const InputOTP: vue12.DefineSetupFnComponent<OTPProps, OTPEmits, vue12.SlotsType<OTPSlots>, OTPProps, vue12.PublicProps>;
25
+ declare const InputPassword: vue12.DefineSetupFnComponent<PasswordProps, PasswordEmits, vue12.SlotsType<PasswordSlots>, PasswordProps, vue12.PublicProps>;
26
+ declare const InputSearch: vue12.DefineSetupFnComponent<SearchProps, SearchEmits, vue12.SlotsType<SearchSlots>, SearchProps, vue12.PublicProps>;
27
27
  //#endregion
28
28
  export { type InputEmits, InputGroup, type InputGroupProps, InputOTP, InputPassword, type InputPasswordRef, type InputProps, type InputRef, InputSearch, type InputSearchRef, type InputSlots, type InputTextAreaRef, type OTPEmits, type OTPProps, type OTPSlots, type PasswordProps, type SearchProps, InternalTextArea as TextArea, type TextAreaProps, type TextAreaRef, CompoundedInput as default };
@@ -1,7 +1,7 @@
1
1
  import { ComponentToken, InputToken, initComponentToken, initInputToken } from "./token.js";
2
2
  import { GenerateStyle } from "../../theme/interface/index.js";
3
3
  import "../../theme/internal.js";
4
- import * as vue607 from "vue";
4
+ import * as vue740 from "vue";
5
5
  import { CSSObject } from "@antdv-next/cssinjs";
6
6
 
7
7
  //#region src/input/style/index.d.ts
@@ -16,7 +16,7 @@ declare function genBasicInputStyle(token: InputToken, option?: {
16
16
  declare const genInputGroupStyle: GenerateStyle<InputToken, CSSObject>;
17
17
  declare const genInputStyle: GenerateStyle<InputToken, CSSObject>;
18
18
  declare const genAffixStyle: GenerateStyle<InputToken, CSSObject>;
19
- declare const useSharedStyle: (prefixCls: vue607.Ref<string>, rootCls?: vue607.Ref<string | undefined>) => readonly [vue607.Ref<string, string>, vue607.ComputedRef<string | undefined>];
20
- declare const _default: (prefixCls: vue607.Ref<string>, rootCls?: vue607.Ref<string | undefined>) => readonly [vue607.Ref<string, string>, vue607.ComputedRef<string | undefined>];
19
+ declare const useSharedStyle: (prefixCls: vue740.Ref<string>, rootCls?: vue740.Ref<string | undefined>) => readonly [vue740.Ref<string, string>, vue740.ComputedRef<string | undefined>];
20
+ declare const _default: (prefixCls: vue740.Ref<string>, rootCls?: vue740.Ref<string | undefined>) => readonly [vue740.Ref<string, string>, vue740.ComputedRef<string | undefined>];
21
21
  //#endregion
22
22
  export { type ComponentToken, _default as default, genActiveStyle, genAffixStyle, genBasicInputStyle, genInputGroupStyle, genInputLargeStyle, genInputSmallStyle, genInputStyle, genPlaceholderStyle, initComponentToken, initInputToken, useSharedStyle };
@@ -1,6 +1,6 @@
1
- import * as vue617 from "vue";
1
+ import * as vue903 from "vue";
2
2
 
3
3
  //#region src/input/style/otp.d.ts
4
- declare const _default: (prefixCls: vue617.Ref<string>, rootCls?: vue617.Ref<string | undefined>) => readonly [vue617.Ref<string, string>, vue617.ComputedRef<string | undefined>];
4
+ declare const _default: (prefixCls: vue903.Ref<string>, rootCls?: vue903.Ref<string | undefined>) => readonly [vue903.Ref<string, string>, vue903.ComputedRef<string | undefined>];
5
5
  //#endregion
6
6
  export { _default as default };
@@ -1,6 +1,6 @@
1
- import * as vue446 from "vue";
1
+ import * as vue895 from "vue";
2
2
 
3
3
  //#region src/input/style/search.d.ts
4
- declare const _default: (prefixCls: vue446.Ref<string>, rootCls?: vue446.Ref<string | undefined>) => readonly [vue446.Ref<string, string>, vue446.ComputedRef<string | undefined>];
4
+ declare const _default: (prefixCls: vue895.Ref<string>, rootCls?: vue895.Ref<string | undefined>) => readonly [vue895.Ref<string, string>, vue895.ComputedRef<string | undefined>];
5
5
  //#endregion
6
6
  export { _default as default };
@@ -1,7 +1,7 @@
1
1
  import { ComponentToken, initComponentToken, initInputToken } from "./token.js";
2
- import * as vue257 from "vue";
2
+ import * as vue891 from "vue";
3
3
 
4
4
  //#region src/input/style/textarea.d.ts
5
- declare const _default: (prefixCls: vue257.Ref<string>, rootCls?: vue257.Ref<string | undefined>) => readonly [vue257.Ref<string, string>, vue257.ComputedRef<string | undefined>];
5
+ declare const _default: (prefixCls: vue891.Ref<string>, rootCls?: vue891.Ref<string | undefined>) => readonly [vue891.Ref<string, string>, vue891.ComputedRef<string | undefined>];
6
6
  //#endregion
7
7
  export { type ComponentToken, _default as default, initComponentToken, initInputToken };
@@ -61,7 +61,7 @@ function genOutlinedStyle(token, extraStyles) {
61
61
  hoverBorderColor: token.colorErrorBorderHover,
62
62
  activeBorderColor: token.colorError,
63
63
  activeShadow: token.errorActiveShadow,
64
- affixColor: token.colorError
64
+ affixColor: token.colorErrorAffix
65
65
  }),
66
66
  ...genOutlinedStatusStyle(token, {
67
67
  status: "warning",
@@ -69,7 +69,7 @@ function genOutlinedStyle(token, extraStyles) {
69
69
  hoverBorderColor: token.colorWarningBorderHover,
70
70
  activeBorderColor: token.colorWarning,
71
71
  activeShadow: token.warningActiveShadow,
72
- affixColor: token.colorWarning
72
+ affixColor: token.colorWarningAffix
73
73
  }),
74
74
  ...extraStyles
75
75
  } };
@@ -114,8 +114,14 @@ function genBorderlessStyle(token, extraStyles) {
114
114
  color: token.colorTextDisabled,
115
115
  cursor: "not-allowed"
116
116
  },
117
- [`&${componentCls}-status-error`]: { "&, & input, & textarea": { color: token.colorError } },
118
- [`&${componentCls}-status-warning`]: { "&, & input, & textarea": { color: token.colorWarning } },
117
+ [`&${componentCls}-status-error`]: {
118
+ "&, & input, & textarea": { color: token.colorError },
119
+ [`${componentCls}-prefix, ${componentCls}-suffix`]: { color: token.colorErrorAffix }
120
+ },
121
+ [`&${componentCls}-status-warning`]: {
122
+ "&, & input, & textarea": { color: token.colorWarning },
123
+ [`${componentCls}-prefix, ${componentCls}-suffix`]: { color: token.colorWarningAffix }
124
+ },
119
125
  ...extraStyles
120
126
  } };
121
127
  }
@@ -155,7 +161,7 @@ function genFilledStyle(token, extraStyles) {
155
161
  hoverBg: token.colorErrorBgHover,
156
162
  activeBorderColor: token.colorError,
157
163
  inputColor: token.colorErrorText,
158
- affixColor: token.colorError
164
+ affixColor: token.colorErrorAffix
159
165
  }),
160
166
  ...genFilledStatusStyle(token, {
161
167
  status: "warning",
@@ -163,7 +169,7 @@ function genFilledStyle(token, extraStyles) {
163
169
  hoverBg: token.colorWarningBgHover,
164
170
  activeBorderColor: token.colorWarning,
165
171
  inputColor: token.colorWarningText,
166
- affixColor: token.colorWarning
172
+ affixColor: token.colorWarningAffix
167
173
  }),
168
174
  ...extraStyles
169
175
  } };
@@ -254,7 +260,7 @@ function genUnderlinedStyle(token, extraStyles) {
254
260
  hoverBorderColor: token.colorErrorBorderHover,
255
261
  activeBorderColor: token.colorError,
256
262
  activeShadow: token.errorActiveShadow,
257
- affixColor: token.colorError
263
+ affixColor: token.colorErrorAffix
258
264
  }),
259
265
  ...genUnderlinedStatusStyle(token, {
260
266
  status: "warning",
@@ -262,7 +268,7 @@ function genUnderlinedStyle(token, extraStyles) {
262
268
  hoverBorderColor: token.colorWarningBorderHover,
263
269
  activeBorderColor: token.colorWarning,
264
270
  activeShadow: token.warningActiveShadow,
265
- affixColor: token.colorWarning
271
+ affixColor: token.colorWarningAffix
266
272
  }),
267
273
  ...extraStyles
268
274
  } };
@@ -1,10 +1,10 @@
1
- import { VueNode } from "../_util/type.js";
1
+ import { VueNode as VueNode$1 } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
3
  import "../_util/hooks/index.js";
4
4
  import { SizeType } from "../config-provider/SizeContext.js";
5
5
  import { InputStatus } from "../_util/statusUtils.js";
6
6
  import { ComponentBaseProps, Variant } from "../config-provider/context.js";
7
- import * as vue820 from "vue";
7
+ import * as vue55 from "vue";
8
8
  import { CSSProperties, SlotsType } from "vue";
9
9
  import { InputNumberProps as InputNumberProps$1, InputNumberRef as VcInputNumberRef, ValueType } from "@v-c/input-number";
10
10
 
@@ -37,10 +37,10 @@ interface InputNumberProps extends ComponentBaseProps, Omit<InputNumberProps$1,
37
37
  size?: SizeType;
38
38
  status?: InputStatus;
39
39
  disabled?: boolean;
40
- addonBefore?: VueNode;
41
- addonAfter?: VueNode;
42
- prefix?: VueNode;
43
- suffix?: VueNode;
40
+ addonBefore?: VueNode$1;
41
+ addonAfter?: VueNode$1;
42
+ prefix?: VueNode$1;
43
+ suffix?: VueNode$1;
44
44
  /** @deprecated Use `variant="borderless"` instead. */
45
45
  bordered?: boolean;
46
46
  /**
@@ -51,8 +51,8 @@ interface InputNumberProps extends ComponentBaseProps, Omit<InputNumberProps$1,
51
51
  classes?: InputNumberClassNamesType;
52
52
  styles?: InputNumberStylesType;
53
53
  controls?: boolean | {
54
- upIcon?: VueNode;
55
- downIcon?: VueNode;
54
+ upIcon?: VueNode$1;
55
+ downIcon?: VueNode$1;
56
56
  };
57
57
  type?: 'number' | 'text';
58
58
  }
@@ -105,6 +105,6 @@ interface InputNumberSlots {
105
105
  addonAfter?: () => any;
106
106
  default?: () => any;
107
107
  }
108
- declare const InputNumber: vue820.DefineSetupFnComponent<InputNumberProps, InputNumberEmits, SlotsType<InputNumberSlots>, InputNumberProps, vue820.PublicProps>;
108
+ declare const InputNumber: vue55.DefineSetupFnComponent<InputNumberProps, InputNumberEmits, SlotsType<InputNumberSlots>, InputNumberProps, vue55.PublicProps>;
109
109
  //#endregion
110
110
  export { InputNumberClassNamesType, InputNumberEmits, InputNumberEmitsProps, InputNumberProps, type VcInputNumberRef as InputNumberRef, InputNumberSemanticClassNames, InputNumberSemanticName, InputNumberSemanticStyles, InputNumberSlots, InputNumberStepContext, InputNumberStylesType, type ValueType, InputNumber as default };
@@ -1,7 +1,7 @@
1
1
  import { ComponentToken } from "./token.js";
2
- import * as vue440 from "vue";
2
+ import * as vue899 from "vue";
3
3
 
4
4
  //#region src/input-number/style/index.d.ts
5
- declare const _default: (prefixCls: vue440.Ref<string>, rootCls?: vue440.Ref<string | undefined>) => readonly [vue440.Ref<string, string>, vue440.ComputedRef<string | undefined>];
5
+ declare const _default: (prefixCls: vue899.Ref<string>, rootCls?: vue899.Ref<string | undefined>) => readonly [vue899.Ref<string, string>, vue899.ComputedRef<string | undefined>];
6
6
  //#endregion
7
7
  export { type ComponentToken, _default as default };
@@ -1,5 +1,5 @@
1
1
  import { Breakpoint } from "../_util/responsiveObserver.js";
2
- import * as vue375 from "vue";
2
+ import * as vue53 from "vue";
3
3
  import { CSSProperties, Ref, SlotsType } from "vue";
4
4
 
5
5
  //#region src/layout/Sider.d.ts
@@ -39,6 +39,6 @@ interface SiderState {
39
39
  collapsed?: boolean;
40
40
  below: boolean;
41
41
  }
42
- declare const Sider: vue375.DefineSetupFnComponent<SiderProps, SiderEmits, SlotsType<SiderSlots>, SiderProps, vue375.PublicProps>;
42
+ declare const Sider: vue53.DefineSetupFnComponent<SiderProps, SiderEmits, SlotsType<SiderSlots>, SiderProps, vue53.PublicProps>;
43
43
  //#endregion
44
44
  export { CollapseType, SiderContextProps, SiderEmits, SiderEmitsProps, SiderProps, SiderSlots, SiderState, SiderTheme, Sider as default, useSiderCtx };
@@ -1,12 +1,12 @@
1
1
  import Layout, { BasicProps } from "./layout.js";
2
2
  import { SiderEmits, SiderProps, SiderSlots, useSiderCtx } from "./Sider.js";
3
- import * as vue57 from "vue";
3
+ import * as vue100 from "vue";
4
4
 
5
5
  //#region src/layout/index.d.ts
6
6
  declare const useLayoutSider: typeof useSiderCtx;
7
- declare const LayoutHeader: vue57.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue57.PublicProps>;
8
- declare const LayoutFooter: vue57.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue57.PublicProps>;
9
- declare const LayoutContent: vue57.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue57.PublicProps>;
10
- declare const LayoutSider: vue57.DefineSetupFnComponent<SiderProps, SiderEmits, vue57.SlotsType<SiderSlots>, SiderProps, vue57.PublicProps>;
7
+ declare const LayoutHeader: vue100.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue100.PublicProps>;
8
+ declare const LayoutFooter: vue100.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue100.PublicProps>;
9
+ declare const LayoutContent: vue100.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue100.PublicProps>;
10
+ declare const LayoutSider: vue100.DefineSetupFnComponent<SiderProps, SiderEmits, vue100.SlotsType<SiderSlots>, SiderProps, vue100.PublicProps>;
11
11
  //#endregion
12
12
  export { LayoutContent, LayoutFooter, LayoutHeader, type BasicProps as LayoutProps, LayoutSider, type SiderProps, Layout as default, useLayoutSider };
@@ -1,5 +1,5 @@
1
1
  import { ComponentBaseProps } from "../config-provider/context.js";
2
- import * as vue76 from "vue";
2
+ import * as vue57 from "vue";
3
3
 
4
4
  //#region src/layout/layout.d.ts
5
5
  interface GeneratorProps {
@@ -11,9 +11,9 @@ interface BasicProps extends ComponentBaseProps {
11
11
  suffixCls?: string;
12
12
  hasSider?: boolean;
13
13
  }
14
- declare const Layout: vue76.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue76.PublicProps>;
15
- declare const Header: vue76.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue76.PublicProps>;
16
- declare const Footer: vue76.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue76.PublicProps>;
17
- declare const Content: vue76.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue76.PublicProps>;
14
+ declare const Layout: vue57.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue57.PublicProps>;
15
+ declare const Header: vue57.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue57.PublicProps>;
16
+ declare const Footer: vue57.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue57.PublicProps>;
17
+ declare const Content: vue57.DefineSetupFnComponent<BasicProps, {}, {}, BasicProps & {}, vue57.PublicProps>;
18
18
  //#endregion
19
19
  export { BasicProps, Content, Footer, GeneratorProps, Header, Layout as default };
@@ -1,6 +1,6 @@
1
1
  import { FullToken, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
2
  import "../../theme/internal.js";
3
- import * as vue432 from "vue";
3
+ import * as vue436 from "vue";
4
4
  import { CSSProperties } from "vue";
5
5
 
6
6
  //#region src/layout/style/index.d.ts
@@ -95,6 +95,6 @@ interface ComponentToken {
95
95
  interface LayoutToken extends FullToken<'Layout'> {}
96
96
  declare const prepareComponentToken: GetDefaultToken<'Layout'>;
97
97
  declare const DEPRECATED_TOKENS: [keyof ComponentToken, keyof ComponentToken][];
98
- declare const _default: (prefixCls: vue432.Ref<string>, rootCls?: vue432.Ref<string | undefined>) => readonly [vue432.Ref<string, string>, vue432.ComputedRef<string | undefined>];
98
+ declare const _default: (prefixCls: vue436.Ref<string>, rootCls?: vue436.Ref<string | undefined>) => readonly [vue436.Ref<string, string>, vue436.ComputedRef<string | undefined>];
99
99
  //#endregion
100
100
  export { ComponentToken, DEPRECATED_TOKENS, LayoutToken, _default as default, prepareComponentToken };
@@ -1,6 +1,6 @@
1
- import * as vue943 from "vue";
1
+ import * as vue136 from "vue";
2
2
 
3
3
  //#region src/layout/style/sider.d.ts
4
- declare const _default: (prefixCls: vue943.Ref<string>, rootCls?: vue943.Ref<string | undefined>) => readonly [vue943.Ref<string, string>, vue943.ComputedRef<string | undefined>];
4
+ declare const _default: (prefixCls: vue136.Ref<string>, rootCls?: vue136.Ref<string | undefined>) => readonly [vue136.Ref<string, string>, vue136.ComputedRef<string | undefined>];
5
5
  //#endregion
6
6
  export { _default as default };
@@ -14,7 +14,7 @@ import "../tour/index.js";
14
14
  import { TransferLocale as TransferLocale$1 } from "../transfer/interface.js";
15
15
  import "../transfer/index.js";
16
16
  import { UploadLocale } from "../upload/interface.js";
17
- import * as vue898 from "vue";
17
+ import * as vue98 from "vue";
18
18
  import { Ref } from "vue";
19
19
 
20
20
  //#region src/locale/index.d.ts
@@ -77,7 +77,7 @@ interface Locale {
77
77
  };
78
78
  }
79
79
  declare function useLocaleProvider(props: LocaleContext): void;
80
- declare const LocaleProvider: vue898.DefineSetupFnComponent<LocaleProviderProps, {}, {}, LocaleProviderProps & {}, vue898.PublicProps>;
80
+ declare const LocaleProvider: vue98.DefineSetupFnComponent<LocaleProviderProps, {}, {}, LocaleProviderProps & {}, vue98.PublicProps>;
81
81
  declare function useLocaleContext(): LocaleContext;
82
82
  //#endregion
83
83
  export { ANT_MARK, Locale, LocaleContext, LocaleContextProps, LocaleProvider, LocaleProviderProps, useLocaleContext, useLocaleProvider };
@@ -1,8 +1,8 @@
1
1
  import { Locale } from "./index.js";
2
- import * as vue364 from "vue";
2
+ import * as vue683 from "vue";
3
3
 
4
4
  //#region src/locale/useLocale.d.ts
5
5
  type LocaleComponentName = Exclude<keyof Locale, 'locale'>;
6
- declare function useLocale<C extends LocaleComponentName = LocaleComponentName>(componentName: C, defaultLocale?: Locale[C] | (() => Locale[C])): vue364.ComputedRef<any>[];
6
+ declare function useLocale<C extends LocaleComponentName = LocaleComponentName>(componentName: C, defaultLocale?: Locale[C] | (() => Locale[C])): vue683.ComputedRef<any>[];
7
7
  //#endregion
8
8
  export { LocaleComponentName, useLocale as default };
@@ -5,7 +5,7 @@ import { RowProps } from "../grid/row.js";
5
5
  import "../grid/index.js";
6
6
  import { MasonryItemType } from "./MasonryItem.js";
7
7
  import { ComponentBaseProps } from "../config-provider/context.js";
8
- import * as vue86 from "vue";
8
+ import * as vue119 from "vue";
9
9
  import { CSSProperties, SlotsType } from "vue";
10
10
 
11
11
  //#region src/masonry/Masonry.d.ts
@@ -63,8 +63,8 @@ interface MasonryConstructor {
63
63
  }[]) => void;
64
64
  $slots: MasonrySlots<T>;
65
65
  };
66
- install: (app: vue86.App) => void;
66
+ install: (app: vue119.App) => void;
67
67
  }
68
- declare const Masonry: vue86.DefineSetupFnComponent<MasonryProps<any>, MasonryEmits, SlotsType<MasonrySlots<any>>, MasonryProps<any>, vue86.PublicProps>;
68
+ declare const Masonry: vue119.DefineSetupFnComponent<MasonryProps<any>, MasonryEmits, SlotsType<MasonrySlots<any>>, MasonryProps<any>, vue119.PublicProps>;
69
69
  //#endregion
70
70
  export { Gap, Key, MasonryClassNamesType, MasonryConstructor, MasonryEmits, MasonryEmitsProps, MasonryProps, MasonryRef, MasonrySemanticClassNames, MasonrySemanticName, MasonrySemanticStyles, MasonrySlots, MasonryStylesType, Masonry as default };
@@ -1,6 +1,6 @@
1
- import { VueNode } from "../_util/type.js";
1
+ import { VueNode as VueNode$1 } from "../_util/type.js";
2
2
  import { MasonryProps } from "./Masonry.js";
3
- import * as vue72 from "vue";
3
+ import * as vue122 from "vue";
4
4
  import { CSSProperties } from "vue";
5
5
  import { Key } from "@v-c/util/dist/type";
6
6
 
@@ -9,7 +9,7 @@ interface MasonryItemType<T = any> {
9
9
  key: Key;
10
10
  column?: number;
11
11
  height?: number;
12
- children?: VueNode;
12
+ children?: VueNode$1;
13
13
  data: T;
14
14
  class?: string;
15
15
  style?: CSSProperties;
@@ -23,6 +23,6 @@ interface MasonryItemProps extends Pick<MasonryProps, 'itemRender'> {
23
23
  column: number;
24
24
  onResize?: VoidFunction | null;
25
25
  }
26
- declare const MasonryItem: vue72.DefineSetupFnComponent<MasonryItemProps, {}, {}, MasonryItemProps & {}, vue72.PublicProps>;
26
+ declare const MasonryItem: vue122.DefineSetupFnComponent<MasonryItemProps, {}, {}, MasonryItemProps & {}, vue122.PublicProps>;
27
27
  //#endregion
28
28
  export { MasonryItemType, MasonryItem as default };
@@ -1,4 +1,4 @@
1
- import * as vue936 from "vue";
1
+ import * as vue647 from "vue";
2
2
  import { Ref } from "vue";
3
3
  import { Key } from "@v-c/util/dist/type";
4
4
 
@@ -13,6 +13,6 @@ type ItemPositions = Map<Key, {
13
13
  * Always get stable positions by order
14
14
  * instead of dynamic adjust for next item height.
15
15
  */
16
- declare function usePositions(itemHeights: Ref<ItemHeightData[]>, columnCount: Ref<number>, verticalGutter: Ref<number>): readonly [vue936.ComputedRef<ItemPositions>, vue936.ComputedRef<number>];
16
+ declare function usePositions(itemHeights: Ref<ItemHeightData[]>, columnCount: Ref<number>, verticalGutter: Ref<number>): readonly [vue647.ComputedRef<ItemPositions>, vue647.ComputedRef<number>];
17
17
  //#endregion
18
18
  export { ItemHeightData, ItemPositions, usePositions as default };
@@ -1,13 +1,13 @@
1
1
  import { FullToken } from "../../theme/interface/cssinjs-utils.js";
2
2
  import { GenerateStyle } from "../../theme/interface/index.js";
3
3
  import "../../theme/internal.js";
4
- import * as vue460 from "vue";
4
+ import * as vue320 from "vue";
5
5
  import { CSSObject } from "@antdv-next/cssinjs";
6
6
 
7
7
  //#region src/masonry/style/index.d.ts
8
8
  interface ComponentToken {}
9
9
  interface MasonryToken extends FullToken<'Masonry'> {}
10
10
  declare const genMasonryStyle: GenerateStyle<MasonryToken, CSSObject>;
11
- declare const _default: (prefixCls: vue460.Ref<string>, rootCls?: vue460.Ref<string | undefined>) => readonly [vue460.Ref<string, string>, vue460.ComputedRef<string | undefined>];
11
+ declare const _default: (prefixCls: vue320.Ref<string>, rootCls?: vue320.Ref<string | undefined>) => readonly [vue320.Ref<string, string>, vue320.ComputedRef<string | undefined>];
12
12
  //#endregion
13
13
  export { ComponentToken, MasonryToken, _default as default, genMasonryStyle };
@@ -1,10 +1,10 @@
1
- import { VueNode } from "../_util/type.js";
1
+ import { VueNode as VueNode$1 } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
3
  import "../_util/hooks/index.js";
4
4
  import { SizeType } from "../config-provider/SizeContext.js";
5
5
  import { InputStatus } from "../_util/statusUtils.js";
6
6
  import { ComponentBaseProps, Variant } from "../config-provider/context.js";
7
- import * as vue324 from "vue";
7
+ import * as vue35 from "vue";
8
8
  import { App, CSSProperties, SlotsType } from "vue";
9
9
  import { DataDrivenOptionProps, MentionsProps as MentionsProps$1, MentionsRef as MentionsRef$1, Option } from "@v-c/mentions";
10
10
 
@@ -12,7 +12,7 @@ import { DataDrivenOptionProps, MentionsProps as MentionsProps$1, MentionsRef as
12
12
  type MentionPlacement = 'top' | 'bottom';
13
13
  interface OptionProps {
14
14
  value: string;
15
- content?: VueNode;
15
+ content?: VueNode$1;
16
16
  [key: string]: any;
17
17
  }
18
18
  type MentionSemanticName = keyof MentionSemanticClassNames & keyof MentionSemanticStyles;
@@ -31,7 +31,7 @@ interface MentionSemanticStyles {
31
31
  type MentionsClassNamesType = SemanticClassNamesType<MentionProps, MentionSemanticClassNames>;
32
32
  type MentionsStylesType = SemanticStylesType<MentionProps, MentionSemanticStyles>;
33
33
  interface MentionsOptionProps extends DataDrivenOptionProps {
34
- content?: VueNode;
34
+ content?: VueNode$1;
35
35
  }
36
36
  interface MentionProps extends Omit<MentionsProps$1, 'suffix' | 'classNames' | 'className' | 'styles' | 'onFocus' | 'onChange' | 'onBlur' | 'onSelect' | 'onPopupScroll' | 'onSearch'>, ComponentBaseProps, MentionsEmitsProps {
37
37
  loading?: boolean;
@@ -51,7 +51,7 @@ interface MentionProps extends Omit<MentionsProps$1, 'suffix' | 'classNames' | '
51
51
  index: number;
52
52
  }) => any;
53
53
  allowClear?: boolean | {
54
- clearIcon?: VueNode;
54
+ clearIcon?: VueNode$1;
55
55
  };
56
56
  disabled?: boolean;
57
57
  }
@@ -91,7 +91,7 @@ interface MentionsEntity {
91
91
  prefix: string;
92
92
  value: string;
93
93
  }
94
- declare const InternalMentions: vue324.DefineSetupFnComponent<MentionProps, MentionsEmits, SlotsType<MentionsSlots>, MentionProps, vue324.PublicProps>;
94
+ declare const InternalMentions: vue35.DefineSetupFnComponent<MentionProps, MentionsEmits, SlotsType<MentionsSlots>, MentionProps, vue35.PublicProps>;
95
95
  declare const Mentions: typeof InternalMentions & {
96
96
  Option: typeof Option;
97
97
  getMentions: (value: string, config?: MentionsConfig) => MentionsEntity[];
@@ -2,6 +2,7 @@ import { devUseWarning, isDev } from "../_util/warning.js";
2
2
  import { useComponentBaseConfig } from "../config-provider/context.js";
3
3
  import { useSize } from "../config-provider/hooks/useSize.js";
4
4
  import { getAttrStyleAndClass as getAttrStyleAndClass$1, useMergeSemantic, useToArr, useToProps } from "../_util/hooks/useMergeSemantic.js";
5
+ import { useZIndex } from "../_util/hooks/useZIndex.js";
5
6
  import { getSlotPropsFnRun, toPropsRefs as toPropsRefs$1 } from "../_util/tools.js";
6
7
  import useCSSVarCls_default from "../config-provider/hooks/useCSSVarCls.js";
7
8
  import { useDisabledContext } from "../config-provider/DisabledContext.js";
@@ -95,6 +96,7 @@ const Mentions = /* @__PURE__ */ defineComponent((props, { slots, emit, expose,
95
96
  const handlePopupScroll = (event) => {
96
97
  emit("popupScroll", event);
97
98
  };
99
+ const [mentionsZIndex] = useZIndex("SelectLike", computed(() => props.styles?.popup?.zIndex));
98
100
  const notFoundContent = computed(() => {
99
101
  if (props.notFoundContent !== void 0) return props.notFoundContent;
100
102
  return renderEmpty?.value?.("Select") || createVNode(DefaultRenderEmpty, { "componentName": "Select" }, null);
@@ -160,9 +162,13 @@ const Mentions = /* @__PURE__ */ defineComponent((props, { slots, emit, expose,
160
162
  variant: clsx({ [`${prefixCls.value}-${mergedVariant.value}`]: enableVariantCls.value }, getStatusClassNames(prefixCls.value, mergedStatus.value)),
161
163
  affixWrapper: hashId.value
162
164
  };
165
+ const popupStyle = mergedStyles.value.popup;
163
166
  const mergedStylesValue = {
164
167
  textarea: mergedStyles.value.textarea,
165
- popup: mergedStyles.value.popup,
168
+ popup: {
169
+ ...popupStyle,
170
+ zIndex: popupStyle?.zIndex ?? mentionsZIndex.value
171
+ },
166
172
  suffix: mergedStyles.value.suffix
167
173
  };
168
174
  const restProps = omit(props, omitKeys);
@@ -1,7 +1,7 @@
1
1
  import { SharedComponentToken } from "../../input/style/token.js";
2
2
  import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
3
3
  import "../../theme/internal.js";
4
- import * as vue955 from "vue";
4
+ import * as vue718 from "vue";
5
5
 
6
6
  //#region src/mentions/style/index.d.ts
7
7
  interface ComponentToken extends SharedComponentToken {
@@ -22,6 +22,6 @@ interface ComponentToken extends SharedComponentToken {
22
22
  controlItemWidth: number | string;
23
23
  }
24
24
  declare const prepareComponentToken: GetDefaultToken<'Mentions'>;
25
- declare const _default: (prefixCls: vue955.Ref<string>, rootCls?: vue955.Ref<string | undefined>) => readonly [vue955.Ref<string, string>, vue955.ComputedRef<string | undefined>];
25
+ declare const _default: (prefixCls: vue718.Ref<string>, rootCls?: vue718.Ref<string | undefined>) => readonly [vue718.Ref<string, string>, vue718.ComputedRef<string | undefined>];
26
26
  //#endregion
27
27
  export { ComponentToken, _default as default, prepareComponentToken };