antdv-next 1.3.2 → 1.3.3

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 (404) hide show
  1. package/dist/_util/ActionButton.d.ts +2 -2
  2. package/dist/_util/ContextIsolator.d.ts +3 -3
  3. package/dist/_util/PurePanel.d.ts +3 -3
  4. package/dist/_util/hooks/useClosable.d.ts +2 -2
  5. package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
  6. package/dist/_util/hooks/useMergedMask.d.ts +3 -3
  7. package/dist/_util/instance.d.ts +2 -2
  8. package/dist/_util/responsiveObserver.d.ts +2 -2
  9. package/dist/_util/statusUtils.d.ts +1 -1
  10. package/dist/_util/vueNode.d.ts +5 -5
  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/zindexContext.d.ts +2 -2
  15. package/dist/affix/index.d.ts +3 -3
  16. package/dist/affix/style/index.d.ts +2 -2
  17. package/dist/alert/Alert.d.ts +2 -2
  18. package/dist/alert/style/index.d.ts +2 -2
  19. package/dist/anchor/Anchor.d.ts +2 -2
  20. package/dist/anchor/AnchorLink.d.ts +2 -2
  21. package/dist/anchor/style/index.d.ts +2 -2
  22. package/dist/antd-with-locales.esm.js +6022 -5965
  23. package/dist/antd-with-locales.js +82 -68
  24. package/dist/antd.css +1 -1
  25. package/dist/antd.esm.js +7367 -7326
  26. package/dist/antd.js +84 -70
  27. package/dist/app/App.d.ts +2 -2
  28. package/dist/app/context.d.ts +2 -2
  29. package/dist/app/style/index.d.ts +2 -2
  30. package/dist/auto-complete/index.d.ts +2 -2
  31. package/dist/avatar/Avatar.d.ts +2 -2
  32. package/dist/avatar/AvatarContext.d.ts +2 -2
  33. package/dist/avatar/AvatarGroup.d.ts +2 -2
  34. package/dist/avatar/style/index.d.ts +2 -2
  35. package/dist/badge/Ribbon.d.ts +2 -2
  36. package/dist/badge/ScrollNumber.d.ts +2 -2
  37. package/dist/badge/SingleNumber.d.ts +2 -2
  38. package/dist/badge/index.d.ts +3 -3
  39. package/dist/badge/style/index.d.ts +2 -2
  40. package/dist/badge/style/ribbon.d.ts +2 -2
  41. package/dist/border-beam/BorderBeam.d.ts +3 -3
  42. package/dist/border-beam/hooks/useBorderSize.d.ts +2 -2
  43. package/dist/border-beam/style/index.d.ts +2 -2
  44. package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
  45. package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
  46. package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
  47. package/dist/breadcrumb/style/index.d.ts +2 -2
  48. package/dist/breadcrumb/useItemRender.d.ts +2 -2
  49. package/dist/button/Button.d.ts +2 -2
  50. package/dist/button/DefaultLoadingIcon.d.ts +2 -2
  51. package/dist/button/IconWrapper.d.ts +2 -2
  52. package/dist/button/style/compact.d.ts +4 -4
  53. package/dist/button/style/index.d.ts +2 -2
  54. package/dist/calendar/Header.d.ts +2 -2
  55. package/dist/calendar/generateCalendar.d.ts +2 -2
  56. package/dist/calendar/index.d.ts +2 -2
  57. package/dist/calendar/style/index.d.ts +2 -2
  58. package/dist/card/Card.d.ts +2 -2
  59. package/dist/card/CardGrid.d.ts +2 -2
  60. package/dist/card/CardMeta.d.ts +2 -2
  61. package/dist/card/style/index.d.ts +2 -2
  62. package/dist/carousel/index.d.ts +2 -2
  63. package/dist/carousel/style/index.d.ts +2 -2
  64. package/dist/cascader/Panel.d.ts +2 -2
  65. package/dist/cascader/hooks/useBase.d.ts +5 -5
  66. package/dist/cascader/hooks/useCheckable.d.ts +2 -2
  67. package/dist/cascader/index.d.ts +2 -2
  68. package/dist/cascader/style/index.d.ts +2 -2
  69. package/dist/cascader/style/panel.d.ts +2 -2
  70. package/dist/checkbox/Checkbox.d.ts +2 -2
  71. package/dist/checkbox/Group.d.ts +2 -2
  72. package/dist/checkbox/style/index.d.ts +2 -2
  73. package/dist/checkbox/style/index.js +10 -9
  74. package/dist/collapse/Collapse.d.ts +2 -2
  75. package/dist/collapse/CollapsePanel.d.ts +2 -2
  76. package/dist/collapse/style/index.d.ts +2 -2
  77. package/dist/color-picker/ColorPicker.d.ts +2 -2
  78. package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
  79. package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
  80. package/dist/color-picker/components/ColorClear.d.ts +2 -2
  81. package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
  82. package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
  83. package/dist/color-picker/components/ColorInput.d.ts +2 -2
  84. package/dist/color-picker/components/ColorPresets.d.ts +2 -2
  85. package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
  86. package/dist/color-picker/components/ColorSlider.d.ts +3 -3
  87. package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
  88. package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
  89. package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
  90. package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
  91. package/dist/color-picker/components/PanelPresets.d.ts +2 -2
  92. package/dist/color-picker/context.d.ts +3 -3
  93. package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
  94. package/dist/color-picker/style/index.d.ts +2 -2
  95. package/dist/config-provider/DisabledContext.d.ts +2 -2
  96. package/dist/config-provider/SizeContext.d.ts +2 -2
  97. package/dist/config-provider/context.d.ts +15 -15
  98. package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
  99. package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
  100. package/dist/config-provider/hooks/useConfig.d.ts +3 -3
  101. package/dist/config-provider/hooks/useSize.d.ts +2 -2
  102. package/dist/config-provider/hooks/useTheme.d.ts +2 -2
  103. package/dist/config-provider/index.d.ts +4 -4
  104. package/dist/date-picker/PickerButton.d.ts +2 -2
  105. package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
  106. package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
  107. package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
  108. package/dist/date-picker/generatePicker/index.d.ts +8 -8
  109. package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
  110. package/dist/date-picker/index.d.ts +13 -13
  111. package/dist/date-picker/style/index.d.ts +2 -2
  112. package/dist/date-picker/style/index.js +13 -4
  113. package/dist/date-picker/util.d.ts +3 -3
  114. package/dist/descriptions/Cell.d.ts +2 -2
  115. package/dist/descriptions/Item.d.ts +2 -2
  116. package/dist/descriptions/Row.d.ts +2 -2
  117. package/dist/descriptions/hooks/useItems.d.ts +10 -10
  118. package/dist/descriptions/hooks/useRow.d.ts +2 -2
  119. package/dist/descriptions/index.d.ts +2 -2
  120. package/dist/descriptions/style/index.d.ts +2 -2
  121. package/dist/descriptions/style/index.js +2 -1
  122. package/dist/divider/index.d.ts +2 -2
  123. package/dist/divider/style/index.d.ts +2 -2
  124. package/dist/drawer/DrawerPanel.d.ts +2 -2
  125. package/dist/drawer/index.d.ts +3 -3
  126. package/dist/drawer/style/index.d.ts +2 -2
  127. package/dist/drawer/useFocusable.d.ts +2 -2
  128. package/dist/dropdown/dropdown.d.ts +2 -2
  129. package/dist/dropdown/style/index.d.ts +2 -2
  130. package/dist/empty/empty.d.ts +2 -2
  131. package/dist/empty/empty.js +33 -31
  132. package/dist/empty/index.d.ts +5 -5
  133. package/dist/empty/simple.d.ts +2 -2
  134. package/dist/empty/simple.js +4 -4
  135. package/dist/empty/style/index.d.ts +2 -2
  136. package/dist/empty/utils.d.ts +4 -0
  137. package/dist/empty/utils.js +10 -0
  138. package/dist/flex/index.d.ts +2 -2
  139. package/dist/flex/style/index.d.ts +2 -2
  140. package/dist/float-button/BackTop.d.ts +2 -2
  141. package/dist/float-button/FloatButton.d.ts +2 -2
  142. package/dist/float-button/FloatButtonGroup.d.ts +2 -2
  143. package/dist/float-button/PurePanel.d.ts +2 -2
  144. package/dist/float-button/context.d.ts +3 -3
  145. package/dist/float-button/style/index.d.ts +2 -2
  146. package/dist/form/ErrorList.d.ts +2 -2
  147. package/dist/form/ErrorList.js +2 -1
  148. package/dist/form/Form.d.ts +2 -2
  149. package/dist/form/FormItem/ItemHolder.d.ts +3 -3
  150. package/dist/form/FormItem/ItemHolder.js +1 -1
  151. package/dist/form/FormItem/StatusProvider.d.ts +2 -2
  152. package/dist/form/FormItem/index.d.ts +2 -2
  153. package/dist/form/FormItemInput.d.ts +2 -2
  154. package/dist/form/FormItemLabel.d.ts +3 -3
  155. package/dist/form/context.d.ts +7 -7
  156. package/dist/form/hooks/useVariant.d.ts +2 -2
  157. package/dist/form/style/fallbackCmp.d.ts +4 -4
  158. package/dist/form/style/index.d.ts +2 -2
  159. package/dist/grid/col.d.ts +2 -2
  160. package/dist/grid/index.d.ts +2 -2
  161. package/dist/grid/row.d.ts +2 -2
  162. package/dist/grid/style/index.d.ts +3 -3
  163. package/dist/image/PreviewGroup.d.ts +12 -12
  164. package/dist/image/hooks/useMergedPreviewConfig.d.ts +2 -2
  165. package/dist/image/hooks/usePreviewConfig.d.ts +11 -11
  166. package/dist/image/index.d.ts +3 -3
  167. package/dist/image/style/index.d.ts +2 -2
  168. package/dist/input/Group.d.ts +3 -3
  169. package/dist/input/Input.d.ts +2 -2
  170. package/dist/input/OTP/OTPInput.d.ts +3 -3
  171. package/dist/input/OTP/index.d.ts +2 -2
  172. package/dist/input/Password.d.ts +2 -2
  173. package/dist/input/Search.d.ts +2 -2
  174. package/dist/input/TextArea.d.ts +2 -2
  175. package/dist/input/index.d.ts +6 -6
  176. package/dist/input/style/index.d.ts +3 -3
  177. package/dist/input/style/otp.d.ts +2 -2
  178. package/dist/input/style/search.d.ts +2 -2
  179. package/dist/input/style/textarea.d.ts +2 -2
  180. package/dist/input-number/index.d.ts +2 -2
  181. package/dist/input-number/style/index.d.ts +2 -2
  182. package/dist/layout/Sider.d.ts +2 -2
  183. package/dist/layout/index.d.ts +5 -5
  184. package/dist/layout/layout.d.ts +5 -5
  185. package/dist/layout/style/index.d.ts +2 -2
  186. package/dist/layout/style/sider.d.ts +2 -2
  187. package/dist/locale/index.d.ts +2 -2
  188. package/dist/locale/km_KH.js +5 -0
  189. package/dist/locale/pt_BR.js +11 -0
  190. package/dist/locale/useLocale.d.ts +2 -2
  191. package/dist/masonry/Masonry.d.ts +3 -3
  192. package/dist/masonry/MasonryItem.d.ts +2 -2
  193. package/dist/masonry/hooks/usePositions.d.ts +2 -2
  194. package/dist/masonry/style/index.d.ts +2 -2
  195. package/dist/mentions/index.d.ts +2 -2
  196. package/dist/mentions/style/index.d.ts +2 -2
  197. package/dist/menu/MenuContext.d.ts +3 -3
  198. package/dist/menu/MenuDivider.d.ts +2 -2
  199. package/dist/menu/MenuItem.d.ts +2 -2
  200. package/dist/menu/MenuItem.js +3 -2
  201. package/dist/menu/MenuItemGroup.d.ts +2 -2
  202. package/dist/menu/OverrideContext.d.ts +3 -3
  203. package/dist/menu/SubMenu.d.ts +2 -2
  204. package/dist/menu/index.d.ts +3 -3
  205. package/dist/menu/menu.d.ts +2 -2
  206. package/dist/menu/style/index.d.ts +2 -2
  207. package/dist/message/PureList.d.ts +3 -3
  208. package/dist/message/PurePanel.d.ts +3 -3
  209. package/dist/message/style/index.d.ts +5 -5
  210. package/dist/message/useMessage.d.ts +3 -3
  211. package/dist/modal/ConfirmDialog.d.ts +4 -4
  212. package/dist/modal/Modal.d.ts +2 -2
  213. package/dist/modal/PurePanel.d.ts +2 -2
  214. package/dist/modal/components/ConfirmCancelBtn.d.ts +2 -2
  215. package/dist/modal/components/ConfirmOkBtn.d.ts +2 -2
  216. package/dist/modal/components/NormalCancelBtn.d.ts +2 -2
  217. package/dist/modal/components/NormalOkBtn.d.ts +2 -2
  218. package/dist/modal/shared.d.ts +4 -4
  219. package/dist/modal/style/confirm.d.ts +4 -4
  220. package/dist/modal/style/index.d.ts +2 -2
  221. package/dist/modal/style/index.js +3 -0
  222. package/dist/modal/useModal/HookModal.d.ts +3 -3
  223. package/dist/notification/PureList.d.ts +3 -3
  224. package/dist/notification/PurePanel.d.ts +3 -3
  225. package/dist/notification/style/index.d.ts +5 -5
  226. package/dist/notification/useNotification.d.ts +3 -3
  227. package/dist/package.js +1 -1
  228. package/dist/pagination/Pagination.d.ts +2 -2
  229. package/dist/pagination/style/bordered.d.ts +4 -4
  230. package/dist/pagination/style/index.d.ts +2 -2
  231. package/dist/popconfirm/PurePanel.d.ts +3 -3
  232. package/dist/popconfirm/index.d.ts +2 -2
  233. package/dist/popconfirm/style/index.d.ts +2 -2
  234. package/dist/popconfirm/style/index.js +1 -1
  235. package/dist/popover/PurePanel.d.ts +4 -4
  236. package/dist/popover/index.d.ts +2 -2
  237. package/dist/popover/style/index.d.ts +2 -2
  238. package/dist/popover/style/index.js +3 -3
  239. package/dist/progress/Circle.d.ts +3 -3
  240. package/dist/progress/Line.d.ts +3 -3
  241. package/dist/progress/Steps.d.ts +2 -2
  242. package/dist/progress/progress.d.ts +2 -2
  243. package/dist/progress/style/index.d.ts +2 -2
  244. package/dist/qrcode/QrcodeStatus.d.ts +2 -2
  245. package/dist/qrcode/index.d.ts +2 -2
  246. package/dist/qrcode/style/index.d.ts +2 -2
  247. package/dist/radio/group.d.ts +2 -2
  248. package/dist/radio/index.d.ts +3 -3
  249. package/dist/radio/radio.d.ts +2 -2
  250. package/dist/radio/radioButton.d.ts +2 -2
  251. package/dist/radio/style/index.d.ts +2 -2
  252. package/dist/rate/index.d.ts +2 -2
  253. package/dist/rate/style/index.d.ts +2 -2
  254. package/dist/result/index.d.ts +2 -2
  255. package/dist/result/noFound.d.ts +2 -2
  256. package/dist/result/serverError.d.ts +2 -2
  257. package/dist/result/style/index.d.ts +2 -2
  258. package/dist/result/style/index.js +5 -5
  259. package/dist/result/unauthorized.d.ts +2 -2
  260. package/dist/segmented/index.d.ts +2 -2
  261. package/dist/segmented/style/index.d.ts +2 -2
  262. package/dist/select/index.d.ts +4 -4
  263. package/dist/select/style/dropdown.js +1 -0
  264. package/dist/select/style/index.d.ts +2 -2
  265. package/dist/select/style/select-input-customize.js +13 -1
  266. package/dist/select/useIcons.d.ts +5 -5
  267. package/dist/select/usePopupRender.d.ts +2 -2
  268. package/dist/skeleton/Avatar.d.ts +2 -2
  269. package/dist/skeleton/Button.d.ts +2 -2
  270. package/dist/skeleton/Element.d.ts +2 -2
  271. package/dist/skeleton/Image.d.ts +2 -2
  272. package/dist/skeleton/Input.d.ts +2 -2
  273. package/dist/skeleton/Node.d.ts +2 -2
  274. package/dist/skeleton/Paragraph.d.ts +2 -2
  275. package/dist/skeleton/Skeleton.d.ts +2 -2
  276. package/dist/skeleton/Title.d.ts +2 -2
  277. package/dist/skeleton/style/index.d.ts +2 -2
  278. package/dist/slider/SliderTooltip.d.ts +3 -3
  279. package/dist/slider/index.d.ts +2 -2
  280. package/dist/slider/style/index.d.ts +2 -2
  281. package/dist/space/Addon.d.ts +2 -2
  282. package/dist/space/Compact.d.ts +6 -6
  283. package/dist/space/Item.d.ts +2 -2
  284. package/dist/space/index.d.ts +4 -4
  285. package/dist/space/style/addon.d.ts +2 -2
  286. package/dist/space/style/compact.d.ts +2 -2
  287. package/dist/space/style/index.d.ts +2 -2
  288. package/dist/spin/Indicator/Looper.d.ts +2 -2
  289. package/dist/spin/Indicator/Progress.d.ts +2 -2
  290. package/dist/spin/Indicator/index.d.ts +2 -2
  291. package/dist/spin/index.d.ts +2 -2
  292. package/dist/spin/style/index.d.ts +2 -2
  293. package/dist/spin/usePercent.d.ts +2 -2
  294. package/dist/splitter/Panel.d.ts +3 -3
  295. package/dist/splitter/SplitBar.d.ts +2 -2
  296. package/dist/splitter/SplitBar.js +1 -12
  297. package/dist/splitter/Splitter.d.ts +2 -2
  298. package/dist/splitter/hooks/useResizable.d.ts +2 -2
  299. package/dist/splitter/hooks/useResize.d.ts +2 -2
  300. package/dist/splitter/hooks/useSizes.d.ts +2 -2
  301. package/dist/splitter/index.d.ts +2 -2
  302. package/dist/splitter/style/index.d.ts +2 -2
  303. package/dist/statistic/Number.d.ts +2 -2
  304. package/dist/statistic/Statistic.d.ts +2 -2
  305. package/dist/statistic/Timer.d.ts +2 -2
  306. package/dist/statistic/index.d.ts +2 -2
  307. package/dist/statistic/style/index.d.ts +2 -2
  308. package/dist/steps/PanelArrow.d.ts +2 -2
  309. package/dist/steps/ProgressIcon.d.ts +2 -2
  310. package/dist/steps/index.d.ts +2 -2
  311. package/dist/steps/style/index.d.ts +2 -2
  312. package/dist/style/placementArrow.d.ts +1 -0
  313. package/dist/style/placementArrow.js +2 -2
  314. package/dist/style/roundedArrow.d.ts +1 -1
  315. package/dist/style/roundedArrow.js +18 -17
  316. package/dist/switch/index.d.ts +2 -2
  317. package/dist/switch/style/index.d.ts +2 -2
  318. package/dist/table/Column.d.ts +2 -2
  319. package/dist/table/ColumnGroup.d.ts +2 -2
  320. package/dist/table/ExpandIcon.d.ts +2 -2
  321. package/dist/table/InternalTable.d.ts +2 -2
  322. package/dist/table/TableMeasureRowContext.d.ts +3 -3
  323. package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
  324. package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
  325. package/dist/table/hooks/useFilter/FilterWrapper.js +2 -1
  326. package/dist/table/hooks/usePagination.d.ts +2 -2
  327. package/dist/table/hooks/useSelection.d.ts +2 -2
  328. package/dist/table/hooks/useSorter.d.ts +2 -2
  329. package/dist/table/style/index.d.ts +2 -2
  330. package/dist/tabs/TabPane.d.ts +2 -2
  331. package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
  332. package/dist/tabs/index.d.ts +2 -2
  333. package/dist/tabs/style/index.d.ts +2 -2
  334. package/dist/tabs/style/index.js +20 -1
  335. package/dist/tag/CheckableTag.d.ts +2 -2
  336. package/dist/tag/CheckableTagGroup.d.ts +2 -2
  337. package/dist/tag/hooks/useColor.d.ts +2 -2
  338. package/dist/tag/index.d.ts +2 -2
  339. package/dist/tag/style/index.d.ts +2 -2
  340. package/dist/tag/style/presetCmp.d.ts +4 -4
  341. package/dist/tag/style/statusCmp.d.ts +4 -4
  342. package/dist/theme/context.d.ts +2 -2
  343. package/dist/theme/index.d.ts +7 -7
  344. package/dist/theme/interface/alias.d.ts +2 -0
  345. package/dist/theme/themes/default/theme.d.ts +2 -2
  346. package/dist/theme/util/alias.js +1 -0
  347. package/dist/theme/util/genStyleUtils.d.ts +14 -14
  348. package/dist/time-picker/index.d.ts +4 -4
  349. package/dist/timeline/Timeline.d.ts +2 -2
  350. package/dist/timeline/TimelineItem.d.ts +2 -2
  351. package/dist/timeline/style/index.d.ts +2 -2
  352. package/dist/tooltip/PurePanel.d.ts +2 -2
  353. package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
  354. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  355. package/dist/tooltip/index.d.ts +2 -2
  356. package/dist/tooltip/style/index.d.ts +2 -2
  357. package/dist/tooltip/style/index.js +5 -5
  358. package/dist/tour/PurePanel.d.ts +2 -2
  359. package/dist/tour/index.d.ts +2 -2
  360. package/dist/tour/panelRender.d.ts +2 -2
  361. package/dist/tour/style/index.d.ts +2 -2
  362. package/dist/transfer/Actions.d.ts +2 -2
  363. package/dist/transfer/ListBody.d.ts +2 -2
  364. package/dist/transfer/ListItem.d.ts +2 -2
  365. package/dist/transfer/Section.d.ts +2 -2
  366. package/dist/transfer/Section.js +5 -2
  367. package/dist/transfer/Transfer.d.ts +2 -2
  368. package/dist/transfer/hooks/useData.d.ts +2 -2
  369. package/dist/transfer/search.d.ts +2 -2
  370. package/dist/transfer/style/index.d.ts +2 -2
  371. package/dist/tree/DirectoryTree.d.ts +2 -2
  372. package/dist/tree/DirectoryTree.js +1 -1
  373. package/dist/tree/Tree.d.ts +2 -2
  374. package/dist/tree/style/index.d.ts +2 -2
  375. package/dist/tree/utils/dropIndicator.d.ts +2 -2
  376. package/dist/tree/utils/iconUtil.d.ts +2 -2
  377. package/dist/tree-select/index.d.ts +3 -3
  378. package/dist/tree-select/style/index.d.ts +2 -2
  379. package/dist/typography/Base/CopyBtn.d.ts +2 -2
  380. package/dist/typography/Base/Ellipsis.d.ts +3 -3
  381. package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
  382. package/dist/typography/Base/index.d.ts +2 -2
  383. package/dist/typography/Editable.d.ts +2 -2
  384. package/dist/typography/Link.d.ts +2 -2
  385. package/dist/typography/Paragraph.d.ts +2 -2
  386. package/dist/typography/Text.d.ts +2 -2
  387. package/dist/typography/Title.d.ts +2 -2
  388. package/dist/typography/Typography.d.ts +2 -2
  389. package/dist/typography/hooks/useCopyClick.d.ts +3 -3
  390. package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
  391. package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
  392. package/dist/typography/index.d.ts +5 -5
  393. package/dist/typography/style/index.d.ts +2 -2
  394. package/dist/upload/Dragger.d.ts +3 -3
  395. package/dist/upload/Upload.d.ts +2 -2
  396. package/dist/upload/UploadList/ListItem.d.ts +2 -2
  397. package/dist/upload/UploadList/index.d.ts +2 -2
  398. package/dist/upload/index.d.ts +3 -3
  399. package/dist/upload/style/index.d.ts +2 -2
  400. package/dist/watermark/context.d.ts +2 -2
  401. package/dist/watermark/index.d.ts +2 -2
  402. package/package.json +4 -4
  403. package/web-tags.json +1216 -1220
  404. package/web-types.json +4934 -4937
@@ -3,7 +3,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
3
3
  import "../_util/hooks/index.js";
4
4
  import { ClosableType } from "../_util/hooks/useClosable.js";
5
5
  import { DrawerProps as DrawerProps$1 } from "./index.js";
6
- import * as vue68 from "vue";
6
+ import * as vue92 from "vue";
7
7
  import { CSSProperties } from "vue";
8
8
  import { DrawerProps } from "@v-c/drawer";
9
9
 
@@ -72,6 +72,6 @@ interface DrawerPanelProps {
72
72
  /** @deprecated Please use `styles.content` instead */
73
73
  drawerStyle?: CSSProperties;
74
74
  }
75
- declare const DrawerPanel: vue68.DefineSetupFnComponent<DrawerPanelProps, {}, {}, DrawerPanelProps & {}, vue68.PublicProps>;
75
+ declare const DrawerPanel: vue92.DefineSetupFnComponent<DrawerPanelProps, {}, {}, DrawerPanelProps & {}, vue92.PublicProps>;
76
76
  //#endregion
77
77
  export { DrawerClassNamesType, DrawerPanelProps, DrawerSemanticClassNames, DrawerSemanticName, DrawerSemanticStyles, DrawerStylesType, DrawerPanel as default };
@@ -2,7 +2,7 @@ import { MaskType } from "../_util/hooks/useMergedMask.js";
2
2
  import "../_util/hooks/index.js";
3
3
  import { FocusableConfig, OmitFocusType } from "./useFocusable.js";
4
4
  import { DrawerPanelProps } from "./DrawerPanel.js";
5
- import * as vue86 from "vue";
5
+ import * as vue136 from "vue";
6
6
  import { SlotsType } from "vue";
7
7
  import { DrawerProps as DrawerProps$1 } from "@v-c/drawer";
8
8
 
@@ -63,11 +63,11 @@ interface DrawerSlots {
63
63
  default?: () => any;
64
64
  closeIcon?: () => any;
65
65
  }
66
- declare const Drawer: vue86.DefineSetupFnComponent<DrawerProps, DrawerEmits, SlotsType<DrawerSlots>, DrawerProps, vue86.PublicProps>;
66
+ declare const Drawer: vue136.DefineSetupFnComponent<DrawerProps, DrawerEmits, SlotsType<DrawerSlots>, DrawerProps, vue136.PublicProps>;
67
67
  interface PurePanelInterface {
68
68
  prefixCls?: string;
69
69
  placement?: DrawerProps['placement'];
70
70
  }
71
- declare const PurePanel: vue86.DefineSetupFnComponent<Omit<DrawerPanelProps, "prefixCls"> & PurePanelInterface, {}, {}, Omit<DrawerPanelProps, "prefixCls"> & PurePanelInterface & {}, vue86.PublicProps>;
71
+ declare const PurePanel: vue136.DefineSetupFnComponent<Omit<DrawerPanelProps, "prefixCls"> & PurePanelInterface, {}, {}, Omit<DrawerPanelProps, "prefixCls"> & PurePanelInterface & {}, vue136.PublicProps>;
72
72
  //#endregion
73
73
  export { DrawerEmits, DrawerEmitsProps, DrawerProps, DrawerResizableConfig, DrawerSlots, PurePanel, PushState, Drawer 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 vue885 from "vue";
3
+ import * as vue406 from "vue";
4
4
 
5
5
  //#region src/drawer/style/index.d.ts
6
6
  interface ComponentToken {
@@ -27,6 +27,6 @@ interface ComponentToken {
27
27
  }
28
28
  interface DrawerToken extends FullToken<'Drawer'> {}
29
29
  declare const prepareComponentToken: GetDefaultToken<'Drawer'>;
30
- declare const _default: (prefixCls: vue885.Ref<string>, rootCls?: vue885.Ref<string | undefined>) => readonly [vue885.Ref<string, string>, vue885.ComputedRef<string | undefined>];
30
+ declare const _default: (prefixCls: vue406.Ref<string>, rootCls?: vue406.Ref<string | undefined>) => readonly [vue406.Ref<string, string>, vue406.ComputedRef<string | undefined>];
31
31
  //#endregion
32
32
  export { ComponentToken, DrawerToken, _default as default, prepareComponentToken };
@@ -1,4 +1,4 @@
1
- import * as vue25 from "vue";
1
+ import * as vue123 from "vue";
2
2
  import { Ref } from "vue";
3
3
 
4
4
  //#region src/drawer/useFocusable.d.ts
@@ -7,7 +7,7 @@ interface FocusableConfig {
7
7
  focusTriggerAfterClose?: boolean;
8
8
  trap?: boolean;
9
9
  }
10
- declare function useFocusable(focusable?: Ref<FocusableConfig | undefined>, defaultTrap?: Ref<boolean | undefined>, legacyFocusTriggerAfterClose?: Ref<FocusableConfig['focusTriggerAfterClose'] | undefined>): vue25.ComputedRef<{
10
+ declare function useFocusable(focusable?: Ref<FocusableConfig | undefined>, defaultTrap?: Ref<boolean | undefined>, legacyFocusTriggerAfterClose?: Ref<FocusableConfig['focusTriggerAfterClose'] | undefined>): vue123.ComputedRef<{
11
11
  focusTriggerAfterClose: boolean;
12
12
  trap: boolean;
13
13
  }>;
@@ -4,7 +4,7 @@ import { AdjustOverflow } from "../_util/placements.js";
4
4
  import { MenuEmits, MenuSlots } from "../menu/menu.js";
5
5
  import { MenuProps as MenuProps$1 } from "../menu/index.js";
6
6
  import { ComponentBaseProps } from "../config-provider/context.js";
7
- import * as vue50 from "vue";
7
+ import * as vue88 from "vue";
8
8
  import { CSSProperties, SlotsType } from "vue";
9
9
  import { AlignType } from "@v-c/trigger";
10
10
  import { MenuProps } from "@v-c/menu";
@@ -75,6 +75,6 @@ interface DropdownSlots extends MenuSlots {
75
75
  source: 'trigger' | 'menu';
76
76
  }) => any;
77
77
  }
78
- declare const Dropdown: vue50.DefineSetupFnComponent<DropdownProps, DropdownEmits, SlotsType<DropdownSlots>, DropdownProps, vue50.PublicProps>;
78
+ declare const Dropdown: vue88.DefineSetupFnComponent<DropdownProps, DropdownEmits, SlotsType<DropdownSlots>, DropdownProps, vue88.PublicProps>;
79
79
  //#endregion
80
80
  export { DropdownArrowOptions, DropdownClassNamesType, DropdownEmits, DropdownEmitsProps, DropdownProps, DropdownSemanticClassNames, DropdownSemanticName, DropdownSemanticStyles, DropdownSlots, DropdownStylesType, Dropdown as default };
@@ -2,7 +2,7 @@ import { ArrowToken } from "../../style/roundedArrow.js";
2
2
  import { ArrowOffsetToken } from "../../style/placementArrow.js";
3
3
  import { FullToken, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
4
4
  import "../../theme/internal.js";
5
- import * as vue915 from "vue";
5
+ import * as vue396 from "vue";
6
6
  import { CSSProperties } from "vue";
7
7
 
8
8
  //#region src/dropdown/style/index.d.ts
@@ -40,6 +40,6 @@ interface DropdownToken extends FullToken<'Dropdown'> {
40
40
  menuCls: string;
41
41
  }
42
42
  declare const prepareComponentToken: GetDefaultToken<'Dropdown'>;
43
- declare const _default: (prefixCls: vue915.Ref<string>, rootCls?: vue915.Ref<string | undefined>) => readonly [vue915.Ref<string, string>, vue915.ComputedRef<string | undefined>];
43
+ declare const _default: (prefixCls: vue396.Ref<string>, rootCls?: vue396.Ref<string | undefined>) => readonly [vue396.Ref<string, string>, vue396.ComputedRef<string | undefined>];
44
44
  //#endregion
45
45
  export { ComponentToken, DropdownToken, _default as default, prepareComponentToken };
@@ -1,6 +1,6 @@
1
- import * as vue47 from "vue";
1
+ import * as vue197 from "vue";
2
2
 
3
3
  //#region src/empty/empty.d.ts
4
- declare const Empty: vue47.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue47.PublicProps>;
4
+ declare const Empty: vue197.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue197.PublicProps>;
5
5
  //#endregion
6
6
  export { Empty as default };
@@ -1,17 +1,25 @@
1
1
  import useToken from "../theme/useToken.js";
2
2
  import useLocale_default from "../locale/useLocale.js";
3
+ import { getAsSolidColor } from "./utils.js";
3
4
  import { computed, createVNode, defineComponent } from "vue";
4
- import { FastColor } from "@ant-design/fast-color";
5
5
 
6
6
  //#region src/empty/empty.tsx
7
7
  const Empty = /* @__PURE__ */ defineComponent(() => {
8
8
  const [, token] = useToken();
9
9
  const [locale] = useLocale_default("Empty");
10
- const bgColor = computed(() => new FastColor(token.value.colorBgBase));
10
+ const colors = computed(() => {
11
+ const { colorBgContainer, colorFill, colorFillSecondary, colorFillTertiary, colorTextQuaternary } = token.value;
12
+ return {
13
+ panelBgColor: getAsSolidColor(colorFillTertiary, colorBgContainer),
14
+ borderColor: getAsSolidColor(colorTextQuaternary, colorBgContainer),
15
+ detailColor: getAsSolidColor(colorFill, colorBgContainer),
16
+ shadowColor: getAsSolidColor(colorFillSecondary, colorBgContainer),
17
+ iconColor: colorBgContainer
18
+ };
19
+ });
11
20
  return () => {
12
- const themeStyle = bgColor.value.toHsl().l < .5 ? { opacity: .65 } : {};
21
+ const { panelBgColor, borderColor, detailColor, shadowColor, iconColor } = colors.value;
13
22
  return createVNode("svg", {
14
- "style": themeStyle,
15
23
  "width": "184",
16
24
  "height": "152",
17
25
  "viewBox": "0 0 184 152",
@@ -20,46 +28,40 @@ const Empty = /* @__PURE__ */ defineComponent(() => {
20
28
  "fill": "none",
21
29
  "fill-rule": "evenodd"
22
30
  }, [
23
- createVNode("g", { "transform": "translate(24 31.67)" }, [
31
+ createVNode("g", { "transform": "translate(24 31.7)" }, [
24
32
  createVNode("ellipse", {
25
33
  "fill-opacity": ".8",
26
- "fill": "#F5F5F7",
27
- "cx": "67.797",
28
- "cy": "106.89",
29
- "rx": "67.797",
30
- "ry": "12.668"
34
+ "fill": shadowColor,
35
+ "cx": "67.8",
36
+ "cy": "106.9",
37
+ "rx": "67.8",
38
+ "ry": "12.7"
31
39
  }, null),
32
40
  createVNode("path", {
33
- "d": "M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z",
34
- "fill": "#AEB8C2"
41
+ "fill": borderColor,
42
+ "d": "M122 69.7 98.1 40.2a6 6 0 0 0-4.6-2.2H42.1a6 6 0 0 0-4.6 2.2l-24 29.5V85H122z"
35
43
  }, null),
36
44
  createVNode("path", {
37
- "d": "M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z",
38
- "fill": "url(#linearGradient-1)",
39
- "transform": "translate(13.56)"
45
+ "fill": panelBgColor,
46
+ "d": "M33.8 0h68a4 4 0 0 1 4 4v93.3a4 4 0 0 1-4 4h-68a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4"
40
47
  }, null),
41
48
  createVNode("path", {
42
- "d": "M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z",
43
- "fill": "#F5F5F7"
44
- }, null),
45
- createVNode("path", {
46
- "d": "M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z",
47
- "fill": "#DCE0E6"
49
+ "fill": detailColor,
50
+ "d": "M42.7 10h50.2a2 2 0 0 1 2 2v25a2 2 0 0 1-2 2H42.7a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2m.2 39.8h49.8a2.3 2.3 0 1 1 0 4.5H42.9a2.3 2.3 0 0 1 0-4.5m0 11.7h49.8a2.3 2.3 0 1 1 0 4.6H42.9a2.3 2.3 0 0 1 0-4.6m79 43.5a7 7 0 0 1-6.8 5.4H20.5a7 7 0 0 1-6.7-5.4l-.2-1.8V69.7h26.3c2.9 0 5.2 2.4 5.2 5.4s2.4 5.4 5.3 5.4h34.8c2.9 0 5.3-2.4 5.3-5.4s2.3-5.4 5.2-5.4H122v33.5q0 1-.2 1.8"
48
51
  }, null)
49
52
  ]),
50
53
  createVNode("path", {
51
- "d": "M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z",
52
- "fill": "#DCE0E6"
54
+ "fill": detailColor,
55
+ "d": "m149.1 33.3-6.8 2.6a1 1 0 0 1-1.3-1.2l2-6.2q-4.1-4.5-4.2-10.4c0-10 10.1-18.1 22.6-18.1S184 8.1 184 18.1s-10.1 18-22.6 18q-6.8 0-12.3-2.8"
53
56
  }, null),
54
57
  createVNode("g", {
55
- "transform": "translate(149.65 15.383)",
56
- "fill": "#FFF"
57
- }, [createVNode("ellipse", {
58
- "cx": "20.654",
59
- "cy": "3.167",
60
- "rx": "2.849",
61
- "ry": "2.815"
62
- }, null), createVNode("path", { "d": "M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z" }, null)])
58
+ "fill": iconColor,
59
+ "transform": "translate(149.7 15.4)"
60
+ }, [createVNode("circle", {
61
+ "cx": "20.7",
62
+ "cy": "3.2",
63
+ "r": "2.8"
64
+ }, null), createVNode("path", { "d": "M5.7 5.6H0L2.9.7zM9.3.7h5v5h-5z" }, null)])
63
65
  ])]);
64
66
  };
65
67
  }, { name: "AEmptyImage" });
@@ -2,16 +2,16 @@ import { EmptyEmit, 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 { ComponentBaseProps } from "../config-provider/context.js";
5
- import * as vue289 from "vue";
5
+ import * as vue140 from "vue";
6
6
  import { CSSProperties, SlotsType } from "vue";
7
- import * as vue_jsx_runtime13 from "vue/jsx-runtime";
7
+ import * as vue_jsx_runtime5 from "vue/jsx-runtime";
8
8
 
9
9
  //#region src/empty/index.d.ts
10
10
  interface TransferLocale {
11
11
  description: string;
12
12
  }
13
- declare const defaultEmptyImg: vue_jsx_runtime13.JSX.Element;
14
- declare const simpleEmptyImg: vue_jsx_runtime13.JSX.Element;
13
+ declare const defaultEmptyImg: vue_jsx_runtime5.JSX.Element;
14
+ declare const simpleEmptyImg: vue_jsx_runtime5.JSX.Element;
15
15
  type EmptySemanticName = keyof EmptySemanticClassNames & keyof EmptySemanticStyles;
16
16
  interface EmptySemanticClassNames {
17
17
  root?: string;
@@ -39,7 +39,7 @@ interface EmptySlots {
39
39
  description: () => any;
40
40
  default: () => any;
41
41
  }
42
- declare const Empty: vue289.DefineSetupFnComponent<EmptyProps, EmptyEmit, SlotsType<EmptySlots>, EmptyProps, vue289.PublicProps>;
42
+ declare const Empty: vue140.DefineSetupFnComponent<EmptyProps, EmptyEmit, SlotsType<EmptySlots>, EmptyProps, vue140.PublicProps>;
43
43
  declare const _default: typeof Empty & {
44
44
  PRESENTED_IMAGE_DEFAULT: typeof defaultEmptyImg;
45
45
  PRESENTED_IMAGE_SIMPLE: typeof simpleEmptyImg;
@@ -1,6 +1,6 @@
1
- import * as vue273 from "vue";
1
+ import * as vue164 from "vue";
2
2
 
3
3
  //#region src/empty/simple.d.ts
4
- declare const Simple: vue273.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue273.PublicProps>;
4
+ declare const Simple: vue164.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue164.PublicProps>;
5
5
  //#endregion
6
6
  export { Simple as default };
@@ -1,7 +1,7 @@
1
1
  import useToken from "../theme/useToken.js";
2
2
  import useLocale_default from "../locale/useLocale.js";
3
+ import { getAsSolidColor } from "./utils.js";
3
4
  import { computed, createVNode, defineComponent } from "vue";
4
- import { FastColor } from "@ant-design/fast-color";
5
5
 
6
6
  //#region src/empty/simple.tsx
7
7
  const Simple = /* @__PURE__ */ defineComponent(() => {
@@ -10,9 +10,9 @@ const Simple = /* @__PURE__ */ defineComponent(() => {
10
10
  const colors = computed(() => {
11
11
  const { colorFill, colorFillTertiary, colorFillQuaternary, colorBgContainer } = token.value;
12
12
  return {
13
- borderColor: new FastColor(colorFill).onBackground(colorBgContainer).toHexString(),
14
- shadowColor: new FastColor(colorFillTertiary).onBackground(colorBgContainer).toHexString(),
15
- contentColor: new FastColor(colorFillQuaternary).onBackground(colorBgContainer).toHexString()
13
+ borderColor: getAsSolidColor(colorFill, colorBgContainer),
14
+ shadowColor: getAsSolidColor(colorFillTertiary, colorBgContainer),
15
+ contentColor: getAsSolidColor(colorFillQuaternary, colorBgContainer)
16
16
  };
17
17
  });
18
18
  return () => {
@@ -1,8 +1,8 @@
1
- import * as vue875 from "vue";
1
+ import * as vue400 from "vue";
2
2
 
3
3
  //#region src/empty/style/index.d.ts
4
4
  /** Component only token. Which will handle additional calculation of alias token */
5
5
  interface ComponentToken {}
6
- declare const _default: (prefixCls: vue875.Ref<string>, rootCls?: vue875.Ref<string | undefined>) => readonly [vue875.Ref<string, string>, vue875.ComputedRef<string | undefined>];
6
+ declare const _default: (prefixCls: vue400.Ref<string>, rootCls?: vue400.Ref<string | undefined>) => readonly [vue400.Ref<string, string>, vue400.ComputedRef<string | undefined>];
7
7
  //#endregion
8
8
  export { ComponentToken, _default as default };
@@ -0,0 +1,4 @@
1
+ //#region src/empty/utils.d.ts
2
+ declare function getAsSolidColor(color: string, background: string): string;
3
+ //#endregion
4
+ export { getAsSolidColor };
@@ -0,0 +1,10 @@
1
+ import { FastColor } from "@ant-design/fast-color";
2
+
3
+ //#region src/empty/utils.ts
4
+ function getAsSolidColor(color, background) {
5
+ if (color?.startsWith("var(") || background?.startsWith("var(")) return color;
6
+ return new FastColor(color).onBackground(background).toHexString();
7
+ }
8
+
9
+ //#endregion
10
+ export { getAsSolidColor };
@@ -1,12 +1,12 @@
1
1
  import { EmptyEmit } from "../_util/type.js";
2
2
  import { FlexProps } from "./interface.js";
3
- import * as vue279 from "vue";
3
+ import * as vue90 from "vue";
4
4
  import { SlotsType } from "vue";
5
5
 
6
6
  //#region src/flex/index.d.ts
7
7
  interface FlexSlots {
8
8
  default: () => any;
9
9
  }
10
- declare const Flex: vue279.DefineSetupFnComponent<FlexProps, EmptyEmit, SlotsType<FlexSlots>, FlexProps, vue279.PublicProps>;
10
+ declare const Flex: vue90.DefineSetupFnComponent<FlexProps, EmptyEmit, SlotsType<FlexSlots>, FlexProps, vue90.PublicProps>;
11
11
  //#endregion
12
12
  export { type FlexProps, FlexSlots, Flex 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 vue821 from "vue";
3
+ import * as vue380 from "vue";
4
4
 
5
5
  //#region src/flex/style/index.d.ts
6
6
  /** Component only token. Which will handle additional calculation of alias token */
@@ -29,6 +29,6 @@ interface FlexToken extends FullToken<'Flex'> {
29
29
  flexGapLG: number;
30
30
  }
31
31
  declare const prepareComponentToken: GetDefaultToken<'Flex'>;
32
- declare const _default: (prefixCls: vue821.Ref<string>, rootCls?: vue821.Ref<string | undefined>) => readonly [vue821.Ref<string, string>, vue821.ComputedRef<string | undefined>];
32
+ declare const _default: (prefixCls: vue380.Ref<string>, rootCls?: vue380.Ref<string | undefined>) => readonly [vue380.Ref<string, string>, vue380.ComputedRef<string | undefined>];
33
33
  //#endregion
34
34
  export { ComponentToken, FlexToken, _default as default, prepareComponentToken };
@@ -1,6 +1,6 @@
1
1
  import { FloatButtonProps } from "./FloatButton.js";
2
2
  import { ComponentBaseProps } from "../config-provider/context.js";
3
- import * as vue52 from "vue";
3
+ import * as vue166 from "vue";
4
4
  import { SlotsType } from "vue";
5
5
 
6
6
  //#region src/float-button/BackTop.d.ts
@@ -19,7 +19,7 @@ interface BackTopSlots {
19
19
  default?: () => any;
20
20
  icon?: () => any;
21
21
  }
22
- declare const BackTop: vue52.DefineSetupFnComponent<BackTopProps, BackTopEmits, SlotsType<BackTopSlots>, BackTopProps, vue52.PublicProps>;
22
+ declare const BackTop: vue166.DefineSetupFnComponent<BackTopProps, BackTopEmits, SlotsType<BackTopSlots>, BackTopProps, vue166.PublicProps>;
23
23
  declare const BackTopWithInstall: typeof BackTop;
24
24
  //#endregion
25
25
  export { BackTopEmits, BackTopEmitsProps, BackTopProps, BackTopSlots, BackTopWithInstall as default };
@@ -7,7 +7,7 @@ import { ComponentBaseProps } from "../config-provider/context.js";
7
7
  import { ButtonHTMLType } from "../button/buttonHelper.js";
8
8
  import { ButtonSemanticClassNames, ButtonSemanticName, ButtonSemanticStyles } from "../button/Button.js";
9
9
  import "../button/index.js";
10
- import * as vue54 from "vue";
10
+ import * as vue152 from "vue";
11
11
  import { CSSProperties, SlotsType } from "vue";
12
12
 
13
13
  //#region src/float-button/FloatButton.d.ts
@@ -62,7 +62,7 @@ interface FloatButtonEmitsProps {
62
62
  onBlur?: FloatButtonEmits['blur'];
63
63
  }
64
64
  declare const floatButtonPrefixCls = "float-btn";
65
- declare const InternalFloatButton: vue54.DefineSetupFnComponent<FloatButtonProps, FloatButtonEmits, SlotsType<FloatButtonSlots>, FloatButtonProps, vue54.PublicProps>;
65
+ declare const InternalFloatButton: vue152.DefineSetupFnComponent<FloatButtonProps, FloatButtonEmits, SlotsType<FloatButtonSlots>, FloatButtonProps, vue152.PublicProps>;
66
66
  declare const FloatButton: typeof InternalFloatButton;
67
67
  //#endregion
68
68
  export { FloatButtonBadgeProps, FloatButtonClassNamesType, FloatButtonElement, FloatButtonEmits, FloatButtonEmitsProps, FloatButtonGroupTrigger, FloatButtonProps, FloatButtonRef, FloatButtonSemanticName, FloatButtonShape, FloatButtonSlots, FloatButtonStylesType, FloatButtonType, FloatButton as default, floatButtonPrefixCls };
@@ -3,7 +3,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
3
3
  import "../_util/hooks/index.js";
4
4
  import { FloatButtonGroupTrigger, FloatButtonProps } from "./FloatButton.js";
5
5
  import { ComponentBaseProps } from "../config-provider/context.js";
6
- import * as vue178 from "vue";
6
+ import * as vue146 from "vue";
7
7
  import { CSSProperties, SlotsType } from "vue";
8
8
 
9
9
  //#region src/float-button/FloatButtonGroup.d.ts
@@ -55,7 +55,7 @@ interface FloatButtonGroupEmitsProps {
55
55
  'onUpdate:open'?: FloatButtonGroupEmits['update:open'];
56
56
  onClick?: FloatButtonGroupEmits['click'];
57
57
  }
58
- declare const InternalFloatButtonGroup: vue178.DefineSetupFnComponent<FloatButtonGroupProps, FloatButtonGroupEmits, SlotsType<FloatButtonGroupSlots>, FloatButtonGroupProps, vue178.PublicProps>;
58
+ declare const InternalFloatButtonGroup: vue146.DefineSetupFnComponent<FloatButtonGroupProps, FloatButtonGroupEmits, SlotsType<FloatButtonGroupSlots>, FloatButtonGroupProps, vue146.PublicProps>;
59
59
  declare const FloatButtonGroup: typeof InternalFloatButtonGroup;
60
60
  //#endregion
61
61
  export { FloatButtonGroupClassNamesType, FloatButtonGroupEmits, FloatButtonGroupEmitsProps, FloatButtonGroupProps, FloatButtonGroupSemanticClassNames, FloatButtonGroupSemanticName, FloatButtonGroupSemanticStyles, FloatButtonGroupSlots, FloatButtonGroupStylesType, FloatButtonGroup as default };
@@ -1,6 +1,6 @@
1
1
  import { FloatButtonProps } from "./FloatButton.js";
2
2
  import { FloatButtonGroupProps } from "./FloatButtonGroup.js";
3
- import * as vue157 from "vue";
3
+ import * as vue129 from "vue";
4
4
 
5
5
  //#region src/float-button/PurePanel.d.ts
6
6
  interface PureFloatButtonProps extends Omit<FloatButtonProps, 'target'> {
@@ -14,6 +14,6 @@ interface PurePanelProps extends Omit<PureFloatButtonProps, 'classes' | 'styles'
14
14
  classes?: ClassNamesType;
15
15
  styles?: StylesType;
16
16
  }
17
- declare const PurePanel: vue157.DefineSetupFnComponent<PurePanelProps, {}, {}, PurePanelProps & {}, vue157.PublicProps>;
17
+ declare const PurePanel: vue129.DefineSetupFnComponent<PurePanelProps, {}, {}, PurePanelProps & {}, vue129.PublicProps>;
18
18
  //#endregion
19
19
  export { PureFloatButtonProps, PurePanelProps, PurePanel as default };
@@ -1,5 +1,5 @@
1
1
  import { FloatButtonProps, FloatButtonShape } from "./FloatButton.js";
2
- import * as vue209 from "vue";
2
+ import * as vue131 from "vue";
3
3
  import { Ref } from "vue";
4
4
 
5
5
  //#region src/float-button/context.d.ts
@@ -11,10 +11,10 @@ interface GroupContextProps {
11
11
  }
12
12
  declare function useGroupContext(): Ref<GroupContextProps | null, GroupContextProps | null> | undefined;
13
13
  declare function useGroupContextProvider(value: Ref<GroupContextProps | null>): void;
14
- declare const GroupContextProvider: vue209.DefineSetupFnComponent<{
14
+ declare const GroupContextProvider: vue131.DefineSetupFnComponent<{
15
15
  value: GroupContextProps;
16
16
  }, {}, {}, {
17
17
  value: GroupContextProps;
18
- } & {}, vue209.PublicProps>;
18
+ } & {}, vue131.PublicProps>;
19
19
  //#endregion
20
20
  export { GroupContextProps, GroupContextProvider, useGroupContext, useGroupContextProvider };
@@ -1,6 +1,6 @@
1
1
  import { FullToken, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
2
2
  import "../../theme/internal.js";
3
- import * as vue941 from "vue";
3
+ import * as vue426 from "vue";
4
4
 
5
5
  //#region src/float-button/style/index.d.ts
6
6
  /** Component only token. Which will handle additional calculation of alias token */
@@ -32,6 +32,6 @@ type FloatButtonToken = FullToken<'FloatButton'> & {
32
32
  floatButtonInsetInlineEnd: number;
33
33
  };
34
34
  declare const prepareComponentToken: GetDefaultToken<'FloatButton'>;
35
- declare const _default: (prefixCls: vue941.Ref<string>, rootCls?: vue941.Ref<string | undefined>) => readonly [vue941.Ref<string, string>, vue941.ComputedRef<string | undefined>];
35
+ declare const _default: (prefixCls: vue426.Ref<string>, rootCls?: vue426.Ref<string | undefined>) => readonly [vue426.Ref<string, string>, vue426.ComputedRef<string | undefined>];
36
36
  //#endregion
37
37
  export { ComponentToken, FloatButtonToken, _default as default, prepareComponentToken };
@@ -1,6 +1,6 @@
1
1
  import { VueNode as VueNode$1 } from "../_util/type.js";
2
2
  import { ValidateStatus } from "./FormItem/index.js";
3
- import * as vue420 from "vue";
3
+ import * as vue172 from "vue";
4
4
  import { CSSProperties } from "vue";
5
5
 
6
6
  //#region src/form/ErrorList.d.ts
@@ -15,6 +15,6 @@ interface ErrorListProps {
15
15
  helpItemClassName?: string;
16
16
  helpItemStyle?: CSSProperties;
17
17
  }
18
- declare const ErrorList: vue420.DefineSetupFnComponent<ErrorListProps, {}, {}, ErrorListProps & {}, vue420.PublicProps>;
18
+ declare const ErrorList: vue172.DefineSetupFnComponent<ErrorListProps, {}, {}, ErrorListProps & {}, vue172.PublicProps>;
19
19
  //#endregion
20
20
  export { ErrorListProps, ErrorList as default };
@@ -33,8 +33,9 @@ const ErrorList = /* @__PURE__ */ defineComponent((props, { attrs }) => {
33
33
  const help = getSlotPropsFnRun({}, props, "help");
34
34
  const debounceErrors = errors || EMPTY_LIST;
35
35
  const debouncedWarnings = warnings || EMPTY_LIST;
36
+ const hasHelp = isNonNullable_default(help) && help !== false;
36
37
  const fullKeyListFn = () => {
37
- if (isNonNullable_default(help)) return [toErrorEntity(help, "help", helpStatus)];
38
+ if (hasHelp) return [toErrorEntity(help, "help", helpStatus)];
38
39
  return [...debounceErrors.map((error, index) => toErrorEntity(error, "error", "error", index)), ...debouncedWarnings.map((warning, index) => toErrorEntity(warning, "warning", "warning", index))];
39
40
  };
40
41
  const fullKeyList = fullKeyListFn();
@@ -8,7 +8,7 @@ import { FormTooltipProps } from "./FormItemLabel.js";
8
8
  import { FieldData, InternalNamePath, NamePath, Rule, ValidateErrorEntity, ValidateMessages, ValidateOptions } from "./types.js";
9
9
  import { FeedbackIcons } from "./FormItem/index.js";
10
10
  import { ComponentBaseProps, Variant } from "../config-provider/context.js";
11
- import * as vue487 from "vue";
11
+ import * as vue27 from "vue";
12
12
  import { CSSProperties, HTMLAttributes, SlotsType } from "vue";
13
13
 
14
14
  //#region src/form/Form.d.ts
@@ -111,6 +111,6 @@ interface FormInstance {
111
111
  focusField: (fieldName: NamePath) => void;
112
112
  getFieldInstance: (name: NamePath) => any;
113
113
  }
114
- declare const InternalForm: vue487.DefineSetupFnComponent<FormProps, FormEmits, SlotsType<FormSlots>, FormProps, vue487.PublicProps>;
114
+ declare const InternalForm: vue27.DefineSetupFnComponent<FormProps, FormEmits, SlotsType<FormSlots>, FormProps, vue27.PublicProps>;
115
115
  //#endregion
116
116
  export { FormClassNamesType, FormEmits, FormEmitsProps, FormInstance, FormItemLayout, FormLayout, FormProps, FormSemanticClassNames, FormSemanticName, FormSemanticStyles, FormSlots, FormStylesType, RequiredMark, type ScrollFocusOptions, InternalForm as default };
@@ -5,7 +5,7 @@ import { FormItemInputProps } from "../FormItemInput.js";
5
5
  import { BaseFormItemProps, FeedbackIcons, FormItemProps, ValidateStatus } from "./index.js";
6
6
  import { ComponentBaseProps } from "../../config-provider/context.js";
7
7
  import { ReportMetaChange } from "../context.js";
8
- import * as vue863 from "vue";
8
+ import * as vue430 from "vue";
9
9
 
10
10
  //#region src/form/FormItem/ItemHolder.d.ts
11
11
  type ItemHolderProps = FormItemProps & {
@@ -16,7 +16,7 @@ type ItemHolderProps = FormItemProps & {
16
16
  isRequired?: boolean;
17
17
  onSubItemMetaChange: ReportMetaChange;
18
18
  };
19
- declare const ItemHolder: vue863.DefineSetupFnComponent<ItemHolderProps, {}, {}, BaseFormItemProps & ComponentBaseProps & Omit<FormItemLabelProps, "requiredMark"> & FormItemInputProps & {
19
+ declare const ItemHolder: vue430.DefineSetupFnComponent<ItemHolderProps, {}, {}, BaseFormItemProps & ComponentBaseProps & Omit<FormItemLabelProps, "requiredMark"> & FormItemInputProps & {
20
20
  noStyle?: boolean;
21
21
  id?: string;
22
22
  hasFeedback?: boolean | {
@@ -34,6 +34,6 @@ declare const ItemHolder: vue863.DefineSetupFnComponent<ItemHolderProps, {}, {},
34
34
  fieldId?: string;
35
35
  isRequired?: boolean;
36
36
  onSubItemMetaChange: ReportMetaChange;
37
- } & {}, vue863.PublicProps>;
37
+ } & {}, vue430.PublicProps>;
38
38
  //#endregion
39
39
  export { ItemHolderProps, ItemHolder as default };
@@ -17,7 +17,7 @@ const ItemHolder = /* @__PURE__ */ defineComponent((props, { attrs, slots }) =>
17
17
  const layout = computed(() => props?.layout ?? formContext.value?.layout);
18
18
  const vertical = computed(() => layout.value === "vertical");
19
19
  const itemRef = shallowRef();
20
- const hasHelp = computed(() => isNonNullable_default(props.help));
20
+ const hasHelp = computed(() => isNonNullable_default(props.help) && props.help !== false);
21
21
  const hasError = computed(() => !!(hasHelp.value || props?.errors?.length || props?.warnings?.length));
22
22
  const isOnScreen = computed(() => !!itemRef.value && isVisible(itemRef.value));
23
23
  const marginBottom = shallowRef();
@@ -1,6 +1,6 @@
1
1
  import { Meta, NamePath } from "../types.js";
2
2
  import { FeedbackIcons, ValidateStatus } from "./index.js";
3
- import * as vue791 from "vue";
3
+ import * as vue416 from "vue";
4
4
 
5
5
  //#region src/form/FormItem/StatusProvider.d.ts
6
6
  interface StatusProviderProps {
@@ -15,6 +15,6 @@ interface StatusProviderProps {
15
15
  noStyle?: boolean;
16
16
  name?: NamePath;
17
17
  }
18
- declare const StatusProvider: vue791.DefineSetupFnComponent<StatusProviderProps, {}, {}, StatusProviderProps & {}, vue791.PublicProps>;
18
+ declare const StatusProvider: vue416.DefineSetupFnComponent<StatusProviderProps, {}, {}, StatusProviderProps & {}, vue416.PublicProps>;
19
19
  //#endregion
20
20
  export { StatusProviderProps, StatusProvider as default };
@@ -3,7 +3,7 @@ import { NamePath, Rule, TriggerType } from "../types.js";
3
3
  import { FormItemLayout } from "../Form.js";
4
4
  import { FormItemInputProps } from "../FormItemInput.js";
5
5
  import { ComponentBaseProps } from "../../config-provider/context.js";
6
- import * as vue972 from "vue";
6
+ import * as vue394 from "vue";
7
7
  import { SlotsType } from "vue";
8
8
 
9
9
  //#region src/form/FormItem/index.d.ts
@@ -44,6 +44,6 @@ interface FormItemSlots {
44
44
  help?: () => any;
45
45
  }
46
46
  interface InternalFormItemProps extends FormItemProps, FormItemEmitsProps {}
47
- declare const InternalFormItem: vue972.DefineSetupFnComponent<InternalFormItemProps, FormItemEmits, SlotsType<FormItemSlots>, InternalFormItemProps, vue972.PublicProps>;
47
+ declare const InternalFormItem: vue394.DefineSetupFnComponent<InternalFormItemProps, FormItemEmits, SlotsType<FormItemSlots>, InternalFormItemProps, vue394.PublicProps>;
48
48
  //#endregion
49
49
  export { BaseFormItemProps, FeedbackIcons, FormItemEmits, FormItemEmitsProps, FormItemProps, FormItemSlots, ValidateStatus, InternalFormItem as default };
@@ -2,7 +2,7 @@ import { VueNode as VueNode$1 } from "../_util/type.js";
2
2
  import { ColProps } from "../grid/col.js";
3
3
  import "../grid/index.js";
4
4
  import { ValidateStatus } from "./FormItem/index.js";
5
- import * as vue295 from "vue";
5
+ import * as vue162 from "vue";
6
6
 
7
7
  //#region src/form/FormItemInput.d.ts
8
8
  interface FormItemInputMiscProps {
@@ -21,6 +21,6 @@ interface FormItemInputProps {
21
21
  fieldId?: string;
22
22
  label?: VueNode$1;
23
23
  }
24
- declare const FormItemInput: vue295.DefineSetupFnComponent<FormItemInputProps & FormItemInputMiscProps, {}, {}, FormItemInputProps & FormItemInputMiscProps & {}, vue295.PublicProps>;
24
+ declare const FormItemInput: vue162.DefineSetupFnComponent<FormItemInputProps & FormItemInputMiscProps, {}, {}, FormItemInputProps & FormItemInputMiscProps & {}, vue162.PublicProps>;
25
25
  //#endregion
26
26
  export { FormItemInputProps, FormItemInput as default };
@@ -4,7 +4,7 @@ import "../grid/index.js";
4
4
  import { TooltipProps } from "../tooltip/index.js";
5
5
  import { FormLabelAlign } from "./interface.js";
6
6
  import { RequiredMark } from "./Form.js";
7
- import * as vue64 from "vue";
7
+ import * as vue185 from "vue";
8
8
 
9
9
  //#region src/form/FormItemLabel.d.ts
10
10
  type FormTooltipProps = TooltipProps & {
@@ -27,12 +27,12 @@ interface FormItemLabelProps {
27
27
  tooltip?: FormItemTooltipType;
28
28
  vertical?: boolean;
29
29
  }
30
- declare const FormItemLabel: vue64.DefineSetupFnComponent<FormItemLabelProps & {
30
+ declare const FormItemLabel: vue185.DefineSetupFnComponent<FormItemLabelProps & {
31
31
  required?: boolean;
32
32
  prefixCls: string;
33
33
  }, {}, {}, FormItemLabelProps & {
34
34
  required?: boolean;
35
35
  prefixCls: string;
36
- } & {}, vue64.PublicProps>;
36
+ } & {}, vue185.PublicProps>;
37
37
  //#endregion
38
38
  export { ColPropsWithClass, FormItemLabelProps, FormItemTooltipType, FormTooltipProps, FormItemLabel as default };