antdv-next 1.0.0-alpha.5 → 1.0.0-beta.1

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 (208) hide show
  1. package/dist/_util/PurePanel.js +106 -0
  2. package/dist/_util/hooks/useMergeSemantic.js +3 -3
  3. package/dist/_util/styleUtils.js +10 -0
  4. package/dist/alert/Alert.d.ts +3 -3
  5. package/dist/anchor/Anchor.d.ts +3 -3
  6. package/dist/antd.js +113 -105
  7. package/dist/app/App.d.ts +2 -2
  8. package/dist/auto-complete/index.d.ts +4 -3
  9. package/dist/auto-complete/index.js +8 -1
  10. package/dist/avatar/Avatar.d.ts +3 -3
  11. package/dist/avatar/AvatarGroup.d.ts +2 -2
  12. package/dist/badge/Ribbon.d.ts +3 -3
  13. package/dist/badge/ScrollNumber.js +1 -1
  14. package/dist/badge/SingleNumber.js +1 -1
  15. package/dist/badge/index.d.ts +3 -3
  16. package/dist/badge/index.js +5 -3
  17. package/dist/badge/style/index.js +1 -1
  18. package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
  19. package/dist/button/Button.d.ts +3 -3
  20. package/dist/calendar/generateCalendar.d.ts +3 -3
  21. package/dist/calendar/index.d.ts +3 -3
  22. package/dist/calendar/style/index.d.ts +1 -1
  23. package/dist/calendar/style/index.js +1 -1
  24. package/dist/card/Card.d.ts +3 -3
  25. package/dist/card/CardGrid.d.ts +2 -2
  26. package/dist/card/CardMeta.d.ts +3 -3
  27. package/dist/card/style/index.js +11 -2
  28. package/dist/cascader/Panel.d.ts +3 -3
  29. package/dist/cascader/index.d.ts +1 -0
  30. package/dist/cascader/index.js +2 -0
  31. package/dist/checkbox/Checkbox.d.ts +3 -3
  32. package/dist/checkbox/Group.d.ts +3 -3
  33. package/dist/checkbox/style/index.d.ts +1 -1
  34. package/dist/color-picker/ColorPicker.d.ts +4 -4
  35. package/dist/color-picker/ColorPicker.js +11 -0
  36. package/dist/components.d.ts +8 -6
  37. package/dist/config-provider/context.d.ts +2 -1
  38. package/dist/config-provider/context.js +1 -1
  39. package/dist/config-provider/define.d.ts +14 -0
  40. package/dist/config-provider/index.d.ts +3 -3
  41. package/dist/config-provider/index.js +21 -2
  42. package/dist/date-picker/generatePicker/generateRangePicker.js +1 -1
  43. package/dist/date-picker/generatePicker/generateSinglePicker.js +2 -1
  44. package/dist/date-picker/generatePicker/index.d.ts +17 -17
  45. package/dist/date-picker/index.d.ts +29 -27
  46. package/dist/date-picker/index.js +3 -0
  47. package/dist/date-picker/style/panel.js +4 -4
  48. package/dist/descriptions/index.d.ts +3 -3
  49. package/dist/divider/index.d.ts +2 -2
  50. package/dist/drawer/index.d.ts +6 -4
  51. package/dist/drawer/index.js +17 -5
  52. package/dist/drawer/useFocusable.d.ts +10 -0
  53. package/dist/drawer/useFocusable.js +18 -0
  54. package/dist/dropdown/dropdown.d.ts +3 -3
  55. package/dist/dropdown/dropdown.js +7 -0
  56. package/dist/empty/index.d.ts +3 -3
  57. package/dist/flex/index.d.ts +3 -3
  58. package/dist/flex/index.js +1 -1
  59. package/dist/float-button/BackTop.d.ts +3 -3
  60. package/dist/float-button/BackTop.js +4 -1
  61. package/dist/float-button/FloatButton.d.ts +3 -3
  62. package/dist/float-button/FloatButtonGroup.d.ts +3 -3
  63. package/dist/float-button/PurePanel.js +5 -5
  64. package/dist/form/ErrorList.js +4 -7
  65. package/dist/form/Form.d.ts +7 -3
  66. package/dist/form/Form.js +39 -22
  67. package/dist/form/FormItem/ItemHolder.js +0 -1
  68. package/dist/form/FormItem/index.d.ts +5 -5
  69. package/dist/form/FormItem/index.js +48 -29
  70. package/dist/form/FormItemInput.js +17 -19
  71. package/dist/form/utils/valueUtil.js +4 -1
  72. package/dist/grid/col.js +7 -2
  73. package/dist/grid/index.d.ts +2 -2
  74. package/dist/grid/style/index.js +6 -5
  75. package/dist/image/PreviewGroup.d.ts +2 -2
  76. package/dist/image/index.d.ts +7 -4
  77. package/dist/image/index.js +2 -0
  78. package/dist/image/style/index.d.ts +1 -1
  79. package/dist/index.d.ts +12 -9
  80. package/dist/index.js +3 -1
  81. package/dist/input/TextArea.d.ts +3 -3
  82. package/dist/input/index.d.ts +11 -11
  83. package/dist/input/style/index.d.ts +2 -2
  84. package/dist/input-number/index.d.ts +4 -4
  85. package/dist/input-number/index.js +1 -5
  86. package/dist/layout/index.d.ts +6 -6
  87. package/dist/layout/layout.d.ts +2 -2
  88. package/dist/layout/style/sider.js +1 -1
  89. package/dist/masonry/Masonry.d.ts +3 -3
  90. package/dist/mentions/index.d.ts +4 -3
  91. package/dist/mentions/index.js +3 -1
  92. package/dist/menu/MenuDivider.d.ts +2 -2
  93. package/dist/menu/MenuItem.d.ts +3 -3
  94. package/dist/menu/SubMenu.d.ts +3 -3
  95. package/dist/menu/index.d.ts +5 -5
  96. package/dist/menu/style/horizontal.js +1 -1
  97. package/dist/menu/style/index.js +5 -5
  98. package/dist/message/PurePanel.d.ts +2 -2
  99. package/dist/message/useMessage.d.ts +1 -0
  100. package/dist/modal/ConfirmDialog.js +1 -1
  101. package/dist/modal/Modal.d.ts +3 -3
  102. package/dist/modal/Modal.js +17 -6
  103. package/dist/modal/PurePanel.js +305 -0
  104. package/dist/modal/index.js +2 -0
  105. package/dist/modal/interface.d.ts +3 -1
  106. package/dist/notification/PurePanel.d.ts +2 -2
  107. package/dist/notification/PurePanel.js +4 -3
  108. package/dist/notification/style/index.d.ts +1 -1
  109. package/dist/notification/useNotification.d.ts +3 -2
  110. package/dist/notification/useNotification.js +7 -7
  111. package/dist/package.d.ts +34 -0
  112. package/dist/package.js +1 -1
  113. package/dist/pagination/Pagination.d.ts +3 -3
  114. package/dist/popconfirm/PurePanel.d.ts +2 -2
  115. package/dist/popconfirm/PurePanel.js +2 -1
  116. package/dist/popconfirm/index.d.ts +3 -3
  117. package/dist/popover/PurePanel.js +4 -2
  118. package/dist/popover/index.d.ts +9 -6
  119. package/dist/popover/index.js +2 -1
  120. package/dist/progress/progress.d.ts +3 -3
  121. package/dist/qrcode/index.d.ts +3 -3
  122. package/dist/radio/index.d.ts +5 -5
  123. package/dist/radio/radio.d.ts +3 -3
  124. package/dist/radio/style/index.js +1 -1
  125. package/dist/rate/index.d.ts +3 -3
  126. package/dist/rate/style/index.d.ts +1 -1
  127. package/dist/result/index.d.ts +3 -3
  128. package/dist/segmented/index.d.ts +3 -3
  129. package/dist/select/index.d.ts +5 -5
  130. package/dist/select/index.js +3 -1
  131. package/dist/select/style/dropdown.js +1 -1
  132. package/dist/skeleton/Avatar.d.ts +2 -2
  133. package/dist/skeleton/Button.d.ts +2 -2
  134. package/dist/skeleton/Image.d.ts +2 -2
  135. package/dist/skeleton/Input.d.ts +2 -2
  136. package/dist/skeleton/Node.d.ts +3 -3
  137. package/dist/skeleton/Skeleton.d.ts +3 -3
  138. package/dist/skeleton/Skeleton.js +1 -1
  139. package/dist/skeleton/Title.d.ts +1 -2
  140. package/dist/skeleton/Title.js +0 -5
  141. package/dist/slider/index.d.ts +3 -3
  142. package/dist/space/index.d.ts +5 -5
  143. package/dist/spin/index.d.ts +3 -3
  144. package/dist/spin/index.js +7 -6
  145. package/dist/splitter/Splitter.d.ts +3 -3
  146. package/dist/splitter/index.d.ts +2 -2
  147. package/dist/statistic/Statistic.d.ts +3 -3
  148. package/dist/statistic/Timer.d.ts +5 -5
  149. package/dist/statistic/index.d.ts +5 -5
  150. package/dist/steps/index.d.ts +3 -3
  151. package/dist/steps/style/icon.js +1 -1
  152. package/dist/steps/style/inline.js +1 -1
  153. package/dist/steps/style/panel.js +1 -1
  154. package/dist/switch/index.d.ts +3 -3
  155. package/dist/table/Column.d.ts +3 -3
  156. package/dist/table/ColumnGroup.d.ts +3 -3
  157. package/dist/table/InternalTable.js +19 -5
  158. package/dist/table/Table.d.ts +3 -3
  159. package/dist/table/style/index.js +3 -3
  160. package/dist/table/style/radius.js +6 -0
  161. package/dist/table/style/virtual.js +1 -1
  162. package/dist/tabs/TabPane.d.ts +3 -3
  163. package/dist/tabs/index.d.ts +3 -3
  164. package/dist/tag/CheckableTag.d.ts +3 -3
  165. package/dist/tag/CheckableTagGroup.d.ts +3 -3
  166. package/dist/tag/CheckableTagGroup.js +3 -3
  167. package/dist/tag/index.d.ts +3 -3
  168. package/dist/theme/context.d.ts +2 -2
  169. package/dist/theme/index.d.ts +4 -4
  170. package/dist/theme/useToken.d.ts +2 -2
  171. package/dist/theme/useToken.js +1 -1
  172. package/dist/theme/util/genStyleUtils.d.ts +2 -2
  173. package/dist/theme/util/useResetIconStyle.js +1 -1
  174. package/dist/time-picker/index.d.ts +8 -7
  175. package/dist/time-picker/index.js +17 -13
  176. package/dist/timeline/Timeline.d.ts +3 -3
  177. package/dist/tooltip/PurePanel.d.ts +2 -2
  178. package/dist/tooltip/PurePanel.js +10 -6
  179. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  180. package/dist/tooltip/index.d.ts +3 -3
  181. package/dist/tour/PurePanel.js +243 -0
  182. package/dist/tour/index.d.ts +3 -3
  183. package/dist/tour/index.js +2 -0
  184. package/dist/transfer/Actions.d.ts +2 -2
  185. package/dist/transfer/Section.d.ts +2 -2
  186. package/dist/transfer/Transfer.d.ts +3 -3
  187. package/dist/transfer/Transfer.js +1 -1
  188. package/dist/transfer/search.d.ts +3 -3
  189. package/dist/tree/DirectoryTree.d.ts +3 -3
  190. package/dist/tree/Tree.d.ts +3 -3
  191. package/dist/tree/style/index.d.ts +1 -1
  192. package/dist/tree-select/index.d.ts +5 -4
  193. package/dist/tree-select/index.js +2 -0
  194. package/dist/typography/Paragraph.d.ts +3 -3
  195. package/dist/typography/Text.d.ts +3 -3
  196. package/dist/typography/Title.d.ts +3 -3
  197. package/dist/typography/Typography.d.ts +3 -3
  198. package/dist/typography/index.d.ts +9 -9
  199. package/dist/upload/Dragger.d.ts +3 -3
  200. package/dist/upload/Upload.d.ts +3 -3
  201. package/dist/upload/Upload.js +15 -1
  202. package/dist/upload/index.d.ts +3 -3
  203. package/dist/upload/interface.d.ts +4 -4
  204. package/dist/watermark/index.d.ts +2 -2
  205. package/global.d.ts +1 -0
  206. package/package.json +49 -15
  207. package/web-tags.json +2452 -1907
  208. package/web-types.json +7148 -5592
package/dist/app/App.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  import { ComponentBaseProps } from "../config-provider/context.js";
2
2
  import { AppConfig } from "./context.js";
3
- import * as vue334 from "vue";
3
+ import * as vue224 from "vue";
4
4
 
5
5
  //#region src/app/App.d.ts
6
6
  interface AppProps extends ComponentBaseProps, AppConfig {
7
7
  component?: any;
8
8
  }
9
- declare const App$1: vue334.DefineSetupFnComponent<AppProps, {}, {}, AppProps & {}, vue334.PublicProps>;
9
+ declare const App$1: vue224.DefineSetupFnComponent<AppProps, {}, {}, AppProps & {}, vue224.PublicProps>;
10
10
  //#endregion
11
11
  export { App$1 as App, AppProps };
@@ -3,7 +3,7 @@ import { SemanticClassNames, SemanticClassNamesType, SemanticStyles, SemanticSty
3
3
  import "../_util/hooks/index.js";
4
4
  import { InputStatus } from "../_util/statusUtils.js";
5
5
  import { InternalSelectProps } from "../select/index.js";
6
- import * as vue67 from "vue";
6
+ import * as vue63 from "vue";
7
7
  import { App, CSSProperties, SlotsType } from "vue";
8
8
  import { Option as Option$1, SelectProps } from "@v-c/select";
9
9
 
@@ -66,12 +66,13 @@ interface AutoCompleteEmits {
66
66
  interface AutoCompleteSlots {
67
67
  default?: () => any;
68
68
  }
69
- declare const InternalAutoComplete: vue67.DefineSetupFnComponent<AutoCompleteProps, AutoCompleteEmits, SlotsType<AutoCompleteSlots>, AutoCompleteProps & {
69
+ declare const InternalAutoComplete: vue63.DefineSetupFnComponent<AutoCompleteProps, AutoCompleteEmits, SlotsType<AutoCompleteSlots>, AutoCompleteProps & {
70
70
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
71
- }, vue67.PublicProps>;
71
+ }, vue63.PublicProps>;
72
72
  declare const AutoComplete: typeof InternalAutoComplete & {
73
73
  Option: typeof Option$1;
74
74
  install: (app: App) => void;
75
+ _InternalPanelDoNotUseOrYouWillBeFired: any;
75
76
  };
76
77
  //#endregion
77
78
  export { AutoComplete, AutoCompleteClassNamesType, AutoCompleteEmits, AutoCompleteProps, AutoCompleteSlots, AutoCompleteStylesType, DataSourceItemObject, DataSourceItemType, Option$1 as Option };
@@ -3,6 +3,7 @@ import { getAttrStyleAndClass as getAttrStyleAndClass$1, useMergeSemantic, useTo
3
3
  import { devUseWarning, isDev } from "../_util/warning.js";
4
4
  import "../_util/hooks/index.js";
5
5
  import { toPropsRefs } from "../_util/tools.js";
6
+ import PurePanel_default from "../_util/PurePanel.js";
6
7
  import select_default from "../select/index.js";
7
8
  import { Text, computed, createVNode, defineComponent, isVNode, mergeProps } from "vue";
8
9
  import { clsx } from "@v-c/util";
@@ -29,7 +30,7 @@ const omitKeys = [
29
30
  "styles",
30
31
  "popupRender"
31
32
  ];
32
- const AutoComplete = /* @__PURE__ */ defineComponent((props, { slots, emit, attrs }) => {
33
+ const InternalAutoComplete = /* @__PURE__ */ defineComponent((props, { slots, emit, attrs }) => {
33
34
  const { prefixCls } = useComponentBaseConfig("select", props);
34
35
  const { classes, styles } = toPropsRefs(props, "classes", "styles");
35
36
  const mergedProps = computed(() => {
@@ -616,7 +617,13 @@ const AutoComplete = /* @__PURE__ */ defineComponent((props, { slots, emit, attr
616
617
  name: "AAutoComplete",
617
618
  inheritAttrs: false
618
619
  });
620
+ const AutoComplete = InternalAutoComplete;
621
+ /* istanbul ignore next */
622
+ const PurePanel = PurePanel_default(InternalAutoComplete, "popupAlign", (props) => {
623
+ return omit(props, ["visible"]);
624
+ });
619
625
  AutoComplete.Option = Option$1;
626
+ AutoComplete._InternalPanelDoNotUseOrYouWillBeFired = PurePanel;
620
627
  AutoComplete.install = (app) => {
621
628
  app.component(AutoComplete.name, AutoComplete);
622
629
  app.component("AAutoCompleteOption", Option$1);
@@ -1,7 +1,7 @@
1
1
  import { VueNode } from "../_util/type.js";
2
2
  import { ComponentBaseProps } from "../config-provider/context.js";
3
3
  import { AvatarSize } from "./AvatarContext.js";
4
- import * as vue290 from "vue";
4
+ import * as vue226 from "vue";
5
5
  import { SlotsType } from "vue";
6
6
 
7
7
  //#region src/avatar/Avatar.d.ts
@@ -34,8 +34,8 @@ interface AvatarSlots {
34
34
  src: () => any;
35
35
  default: () => any;
36
36
  }
37
- declare const Avatar: vue290.DefineSetupFnComponent<AvatarProps, AvatarEmits, SlotsType<AvatarSlots>, AvatarProps & {
37
+ declare const Avatar: vue226.DefineSetupFnComponent<AvatarProps, AvatarEmits, SlotsType<AvatarSlots>, AvatarProps & {
38
38
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
39
- }, vue290.PublicProps>;
39
+ }, vue226.PublicProps>;
40
40
  //#endregion
41
41
  export { Avatar, AvatarEmits, AvatarProps, AvatarSlots };
@@ -1,7 +1,7 @@
1
1
  import { PopoverProps } from "../popover/index.js";
2
2
  import { ComponentBaseProps } from "../config-provider/context.js";
3
3
  import { AvatarSize } from "./AvatarContext.js";
4
- import * as vue292 from "vue";
4
+ import * as vue228 from "vue";
5
5
  import { CSSProperties } from "vue";
6
6
 
7
7
  //#region src/avatar/AvatarGroup.d.ts
@@ -19,6 +19,6 @@ interface AvatarGroupProps extends ComponentBaseProps {
19
19
  size?: AvatarSize;
20
20
  shape?: 'circle' | 'square';
21
21
  }
22
- declare const AvatarGroup: vue292.DefineSetupFnComponent<AvatarGroupProps, {}, {}, AvatarGroupProps & {}, vue292.PublicProps>;
22
+ declare const AvatarGroup: vue228.DefineSetupFnComponent<AvatarGroupProps, {}, {}, AvatarGroupProps & {}, vue228.PublicProps>;
23
23
  //#endregion
24
24
  export { AvatarGroup, AvatarGroupProps };
@@ -1,7 +1,7 @@
1
1
  import { EmptyEmit, VueNode } from "../_util/type.js";
2
2
  import { PresetColorType } from "../_util/colors.js";
3
3
  import { ComponentBaseProps } from "../config-provider/context.js";
4
- import * as vue71 from "vue";
4
+ import * as vue69 from "vue";
5
5
  import { CSSProperties, SlotsType } from "vue";
6
6
  import { LiteralUnion } from "@v-c/util/dist/type";
7
7
 
@@ -16,8 +16,8 @@ interface RibbonSlots {
16
16
  default?: () => any;
17
17
  text?: () => any;
18
18
  }
19
- declare const _default: vue71.DefineSetupFnComponent<RibbonProps, EmptyEmit, SlotsType<RibbonSlots>, RibbonProps & {
19
+ declare const _default: vue69.DefineSetupFnComponent<RibbonProps, EmptyEmit, SlotsType<RibbonSlots>, RibbonProps & {
20
20
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
21
- }, vue71.PublicProps>;
21
+ }, vue69.PublicProps>;
22
22
  //#endregion
23
23
  export { RibbonProps, _default };
@@ -21,7 +21,7 @@ var ScrollNumber_default = /* @__PURE__ */ defineComponent((props, { slots, attr
21
21
  } : attrStyle, attrStyle].filter(Boolean);
22
22
  if (children.length) {
23
23
  const child = children[0];
24
- return cloneVNode(child, { class: classNames(`${prefixCls.value}-custom-component`, child.props?.class, attrClass) });
24
+ return cloneVNode(child, { class: classNames(`${prefixCls.value}-custom-component`, child.props?.class) });
25
25
  }
26
26
  let numberNodes = count;
27
27
  const numericValue = Number(count);
@@ -55,7 +55,7 @@ var SingleNumber_default = /* @__PURE__ */ defineComponent((props) => {
55
55
  let unitNodes;
56
56
  let offsetStyle;
57
57
  if (previousValue === value || Number.isNaN(value) || Number.isNaN(previousValue)) {
58
- unitNodes = [renderUnit(value, 0, true, value)];
58
+ unitNodes = [renderUnit(props.value, 0, true, value)];
59
59
  offsetStyle = { transition: "none" };
60
60
  } else {
61
61
  const unitNumberList = [];
@@ -6,7 +6,7 @@ import "../theme/interface/index.js";
6
6
  import { PresetStatusColorType } from "../_util/colors.js";
7
7
  import { _default } from "./Ribbon.js";
8
8
  import { ComponentBaseProps } from "../config-provider/context.js";
9
- import * as vue69 from "vue";
9
+ import * as vue67 from "vue";
10
10
  import { SlotsType } from "vue";
11
11
  import { LiteralUnion } from "@v-c/util/dist/type";
12
12
 
@@ -37,9 +37,9 @@ interface BadgeSlots {
37
37
  count?: () => any;
38
38
  text?: () => any;
39
39
  }
40
- declare const InternalBadge: vue69.DefineSetupFnComponent<BadgeProps, EmptyEmit, SlotsType<BadgeSlots>, BadgeProps & {
40
+ declare const InternalBadge: vue67.DefineSetupFnComponent<BadgeProps, EmptyEmit, SlotsType<BadgeSlots>, BadgeProps & {
41
41
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
42
- }, vue69.PublicProps>;
42
+ }, vue67.PublicProps>;
43
43
  declare const Badge: typeof InternalBadge & {
44
44
  Ribbon: typeof _default;
45
45
  };
@@ -3,13 +3,14 @@ import { useMergeSemantic, useToArr, useToProps } from "../_util/hooks/useMergeS
3
3
  import "../_util/hooks/index.js";
4
4
  import { clsx as clsx$1, getSlotPropsFnRun, toPropsRefs } from "../_util/tools.js";
5
5
  import { isPresetColor } from "../_util/colors.js";
6
- import { getTransitionProps } from "../_util/motion.js";
6
+ import { formatUnit } from "../_util/styleUtils.js";
7
7
  import style_default from "./style/index.js";
8
8
  import Ribbon_default from "./Ribbon.js";
9
9
  import ScrollNumber_default from "./ScrollNumber.js";
10
10
  import { Transition, cloneVNode, computed, createVNode, defineComponent, isVNode, mergeDefaults, mergeProps, shallowRef, watchEffect } from "vue";
11
11
  import { classNames } from "@v-c/util";
12
12
  import { filterEmpty } from "@v-c/util/dist/props-util";
13
+ import { getTransitionProps } from "@v-c/util/dist/utils/transition";
13
14
 
14
15
  //#region src/badge/index.tsx
15
16
  function _isSlot(s) {
@@ -68,9 +69,10 @@ const InternalBadge = /* @__PURE__ */ defineComponent((props, { slots, attrs, ex
68
69
  ...attrs.style
69
70
  };
70
71
  const horizontalOffset = Number.parseInt(props.offset[0], 10);
72
+ const insetInlineEndUnit = formatUnit(direction.value === "rtl" ? horizontalOffset : -horizontalOffset);
71
73
  const offsetStyle = {
72
- marginTop: props.offset[1],
73
- insetInlineEnd: direction.value === "rtl" ? horizontalOffset : -horizontalOffset
74
+ marginTop: formatUnit(props.offset[1]),
75
+ insetInlineEnd: insetInlineEndUnit
74
76
  };
75
77
  return {
76
78
  ...contextStyle.value,
@@ -79,7 +79,7 @@ const genSharedBadgeStyle = (token) => {
79
79
  "background": token.badgeColor,
80
80
  "borderRadius": calc(indicatorHeight).div(2).equal(),
81
81
  "boxShadow": `0 0 0 ${unit(badgeShadowSize)} ${token.badgeShadowColor}`,
82
- "transition": `background ${token.motionDurationMid}`,
82
+ "transition": `background-color ${token.motionDurationMid}`,
83
83
  "a": { color: token.badgeTextColor },
84
84
  "a:hover": { color: token.badgeTextColor },
85
85
  "a:hover &": { background: token.badgeColorHover }
@@ -4,7 +4,7 @@ import "../_util/hooks/index.js";
4
4
  import { DropdownProps } from "../dropdown/dropdown.js";
5
5
  import "../dropdown/index.js";
6
6
  import { BreadcrumbItemProps, MenuItem } from "./BreadcrumbItem.js";
7
- import * as vue227 from "vue";
7
+ import * as vue234 from "vue";
8
8
  import { CSSProperties, SlotsType } from "vue";
9
9
  import { Key } from "@v-c/util/dist/type";
10
10
 
@@ -82,8 +82,8 @@ interface BreadcrumbSlots {
82
82
  menu: MenuItem;
83
83
  }) => any;
84
84
  }
85
- declare const Breadcrumb: vue227.DefineSetupFnComponent<BreadcrumbProps<AnyObject>, BreadcrumbEmits, SlotsType<BreadcrumbSlots>, BreadcrumbProps<AnyObject> & {
85
+ declare const Breadcrumb: vue234.DefineSetupFnComponent<BreadcrumbProps<AnyObject>, BreadcrumbEmits, SlotsType<BreadcrumbSlots>, BreadcrumbProps<AnyObject> & {
86
86
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
87
- }, vue227.PublicProps>;
87
+ }, vue234.PublicProps>;
88
88
  //#endregion
89
89
  export { Breadcrumb, BreadcrumbEmits, BreadcrumbProps, BreadcrumbSlots, ItemType };
@@ -4,7 +4,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
4
4
  import "../_util/hooks/index.js";
5
5
  import { ButtonColorType, ButtonHTMLType, ButtonShape, ButtonType, ButtonVariantType } from "./buttonHelper.js";
6
6
  import { ComponentBaseProps } from "../config-provider/context.js";
7
- import * as vue237 from "vue";
7
+ import * as vue236 from "vue";
8
8
  import { SlotsType } from "vue";
9
9
 
10
10
  //#region src/button/Button.d.ts
@@ -50,9 +50,9 @@ interface ButtonSlots {
50
50
  icon?: () => any;
51
51
  loadingIcon?: () => any;
52
52
  }
53
- declare const InternalCompoundedButton: vue237.DefineSetupFnComponent<ButtonProps, ButtonEmits, SlotsType<ButtonSlots>, ButtonProps & {
53
+ declare const InternalCompoundedButton: vue236.DefineSetupFnComponent<ButtonProps, ButtonEmits, SlotsType<ButtonSlots>, ButtonProps & {
54
54
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
55
- }, vue237.PublicProps>;
55
+ }, vue236.PublicProps>;
56
56
  type CompoundedComponent = typeof InternalCompoundedButton & {
57
57
  /** @internal */
58
58
  __ANT_BUTTON: boolean;
@@ -3,7 +3,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
3
3
  import "../_util/hooks/index.js";
4
4
  import { locale } from "../date-picker/locale/en_US.js";
5
5
  import "./locale/en_US.js";
6
- import * as vue239 from "vue";
6
+ import * as vue242 from "vue";
7
7
  import { SlotsType } from "vue";
8
8
  import { GenerateConfig } from "@v-c/picker/generate/index";
9
9
 
@@ -82,8 +82,8 @@ interface CalendarEmits<DateType = AnyObject> {
82
82
  'select': (date: DateType, selectInfo: SelectInfo) => void;
83
83
  [key: string]: (...args: any[]) => void;
84
84
  }
85
- declare function generateCalendar<DateType extends AnyObject>(generateConfig: GenerateConfig<DateType>): vue239.DefineSetupFnComponent<CalendarProps<DateType>, CalendarEmits<DateType>, SlotsType<CalendarSlots>, CalendarProps<DateType> & {
85
+ declare function generateCalendar<DateType extends AnyObject>(generateConfig: GenerateConfig<DateType>): vue242.DefineSetupFnComponent<CalendarProps<DateType>, CalendarEmits<DateType>, SlotsType<CalendarSlots>, CalendarProps<DateType> & {
86
86
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
87
- }, vue239.PublicProps>;
87
+ }, vue242.PublicProps>;
88
88
  //#endregion
89
89
  export { CalendarEmits, CalendarMode, CalendarProps, CalendarSlots, generateCalendar };
@@ -1,11 +1,11 @@
1
1
  import { CalendarEmits, CalendarMode, CalendarProps, CalendarSlots, generateCalendar } from "./generateCalendar.js";
2
- import * as vue73 from "vue";
2
+ import * as vue71 from "vue";
3
3
  import { Dayjs } from "dayjs";
4
4
 
5
5
  //#region src/calendar/index.d.ts
6
- declare const Calendar: vue73.DefineSetupFnComponent<CalendarProps<Dayjs>, CalendarEmits<Dayjs>, vue73.SlotsType<CalendarSlots>, CalendarProps<Dayjs> & {
6
+ declare const Calendar: vue71.DefineSetupFnComponent<CalendarProps<Dayjs>, CalendarEmits<Dayjs>, vue71.SlotsType<CalendarSlots>, CalendarProps<Dayjs> & {
7
7
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
8
- }, vue73.PublicProps>;
8
+ }, vue71.PublicProps>;
9
9
  type CalendarType = typeof Calendar & {
10
10
  generateCalendar: typeof generateCalendar;
11
11
  };
@@ -1,7 +1,7 @@
1
1
  import "../../date-picker/style/index.js";
2
2
  import "../../theme/internal.js";
3
- import "vue";
4
3
  import { CSSObject } from "@antdv-next/cssinjs";
4
+ import "vue";
5
5
 
6
6
  //#region src/calendar/style/index.d.ts
7
7
  interface ComponentToken {
@@ -93,7 +93,7 @@ function genCalendarStyles(token) {
93
93
  "border": 0,
94
94
  "borderTop": `${unit(token.lineWidthBold)} ${token.lineType} ${token.colorSplit}`,
95
95
  "borderRadius": 0,
96
- "transition": `background ${token.motionDurationSlow}`,
96
+ "transition": `background-color ${token.motionDurationSlow}`,
97
97
  "&-value": {
98
98
  lineHeight: unit(token.dateValueHeight),
99
99
  transition: `color ${token.motionDurationSlow}`
@@ -3,7 +3,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
3
3
  import "../_util/hooks/index.js";
4
4
  import { Tab, TabsSlots } from "../tabs/index.js";
5
5
  import { ComponentBaseProps } from "../config-provider/context.js";
6
- import * as vue260 from "vue";
6
+ import * as vue246 from "vue";
7
7
  import { CSSProperties, SlotsType } from "vue";
8
8
 
9
9
  //#region src/card/Card.d.ts
@@ -60,8 +60,8 @@ interface CardSlots {
60
60
  tabLabelRender?: TabsSlots['labelRender'];
61
61
  tabBarExtraContent?: () => any;
62
62
  }
63
- declare const Card: vue260.DefineSetupFnComponent<CardProps, CardEmits, SlotsType<CardSlots>, CardProps & {
63
+ declare const Card: vue246.DefineSetupFnComponent<CardProps, CardEmits, SlotsType<CardSlots>, CardProps & {
64
64
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
65
- }, vue260.PublicProps>;
65
+ }, vue246.PublicProps>;
66
66
  //#endregion
67
67
  export { Card, CardEmits, CardProps, CardSize, CardSlots, CardTabListType };
@@ -1,10 +1,10 @@
1
- import * as vue262 from "vue";
1
+ import * as vue248 from "vue";
2
2
 
3
3
  //#region src/card/CardGrid.d.ts
4
4
  interface CardGridProps {
5
5
  prefixCls?: string;
6
6
  hoverable?: boolean;
7
7
  }
8
- declare const CardGrid: vue262.DefineSetupFnComponent<CardGridProps, {}, {}, CardGridProps & {}, vue262.PublicProps>;
8
+ declare const CardGrid: vue248.DefineSetupFnComponent<CardGridProps, {}, {}, CardGridProps & {}, vue248.PublicProps>;
9
9
  //#endregion
10
10
  export { CardGrid, CardGridProps };
@@ -1,7 +1,7 @@
1
1
  import { EmptyEmit, VueNode } from "../_util/type.js";
2
2
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
3
3
  import "../_util/hooks/index.js";
4
- import * as vue258 from "vue";
4
+ import * as vue244 from "vue";
5
5
  import { SlotsType } from "vue";
6
6
 
7
7
  //#region src/card/CardMeta.d.ts
@@ -22,8 +22,8 @@ interface CardMetaSlots {
22
22
  description?: () => any;
23
23
  default?: () => any;
24
24
  }
25
- declare const CardMeta: vue258.DefineSetupFnComponent<CardMetaProps, EmptyEmit, SlotsType<CardMetaSlots>, CardMetaProps & {
25
+ declare const CardMeta: vue244.DefineSetupFnComponent<CardMetaProps, EmptyEmit, SlotsType<CardMetaSlots>, CardMetaProps & {
26
26
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
27
- }, vue258.PublicProps>;
27
+ }, vue244.PublicProps>;
28
28
  //#endregion
29
29
  export { CardMeta, CardMetaProps };
@@ -166,8 +166,16 @@ const genCardStyle = (token) => {
166
166
  fontSize: token.fontSize
167
167
  },
168
168
  [`${componentCls}-body`]: {
169
- padding: bodyPadding,
170
- borderRadius: `0 0 ${unit(token.borderRadiusLG)} ${unit(token.borderRadiusLG)}`
169
+ "padding": bodyPadding,
170
+ "borderRadius": `0 0 ${unit(token.borderRadiusLG)} ${unit(token.borderRadiusLG)}`,
171
+ "&:first-child": {
172
+ borderStartStartRadius: token.borderRadiusLG,
173
+ borderStartEndRadius: token.borderRadiusLG
174
+ },
175
+ "&:not(:last-child)": {
176
+ borderEndStartRadius: 0,
177
+ borderEndEndRadius: 0
178
+ }
171
179
  },
172
180
  [`${componentCls}-grid`]: genCardGridStyle(token),
173
181
  [`${componentCls}-cover`]: { "> *": {
@@ -196,6 +204,7 @@ const genCardStyle = (token) => {
196
204
  },
197
205
  [`${componentCls}-contain-grid`]: {
198
206
  borderRadius: `${unit(token.borderRadiusLG)} ${unit(token.borderRadiusLG)} 0 0 `,
207
+ [`&:not(:has(> ${componentCls}-head))`]: { borderRadius: 0 },
199
208
  [`${componentCls}-body`]: {
200
209
  display: "flex",
201
210
  flexWrap: "wrap"
@@ -1,5 +1,5 @@
1
1
  import { CascaderProps as CascaderProps$1 } from "./index.js";
2
- import * as vue86 from "vue";
2
+ import * as vue80 from "vue";
3
3
  import { SlotsType } from "vue";
4
4
  import { CascaderProps, DefaultOptionType } from "@v-c/cascader";
5
5
 
@@ -16,8 +16,8 @@ interface CascaderPanelSlots {
16
16
  notFoundContent?: () => any;
17
17
  optionRender?: (option: DefaultOptionType) => any;
18
18
  }
19
- declare const CascaderPanel: vue86.DefineSetupFnComponent<CascaderPanelProps<DefaultOptionType, string, boolean>, CascaderPanelEmits, SlotsType<CascaderPanelSlots>, CascaderPanelProps<DefaultOptionType, string, boolean> & {
19
+ declare const CascaderPanel: vue80.DefineSetupFnComponent<CascaderPanelProps<DefaultOptionType, string, boolean>, CascaderPanelEmits, SlotsType<CascaderPanelSlots>, CascaderPanelProps<DefaultOptionType, string, boolean> & {
20
20
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
21
- }, vue86.PublicProps>;
21
+ }, vue80.PublicProps>;
22
22
  //#endregion
23
23
  export { CascaderPanel, CascaderPanelEmits, CascaderPanelProps, CascaderPanelSlots };
@@ -85,6 +85,7 @@ declare const Cascader: typeof InternalCascader & {
85
85
  Panel: typeof CascaderPanel;
86
86
  SHOW_PARENT: typeof SHOW_PARENT;
87
87
  SHOW_CHILD: typeof SHOW_CHILD;
88
+ _InternalPanelDoNotUseOrYouWillBeFired: any;
88
89
  };
89
90
  //#endregion
90
91
  export { Cascader, CascaderEmits, CascaderProps$1 as CascaderProps, CascaderSlots };
@@ -8,6 +8,7 @@ import useCSSVarCls_default from "../config-provider/hooks/useCSSVarCls.js";
8
8
  import { useSize } from "../config-provider/hooks/useSize.js";
9
9
  import { useCompactItemContext } from "../space/Compact.js";
10
10
  import { useDisabledContext } from "../config-provider/DisabledContext.js";
11
+ import PurePanel_default from "../_util/PurePanel.js";
11
12
  import { getMergedStatus, getStatusClassNames } from "../_util/statusUtils.js";
12
13
  import { DefaultRenderEmpty } from "../config-provider/defaultRenderEmpty.js";
13
14
  import { useFormItemInputContext } from "../form/context.js";
@@ -715,6 +716,7 @@ Cascader.install = (app) => {
715
716
  app.component(Cascader.name, Cascader);
716
717
  app.component(Panel_default.name, Panel_default);
717
718
  };
719
+ Cascader._InternalPanelDoNotUseOrYouWillBeFired = PurePanel_default(Cascader, "popupAlign", (props) => omit(props, ["visible"]));
718
720
  var cascader_default = Cascader;
719
721
 
720
722
  //#endregion
@@ -1,7 +1,7 @@
1
1
  import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
2
2
  import "../_util/hooks/index.js";
3
3
  import { ComponentBaseProps } from "../config-provider/context.js";
4
- import * as vue247 from "vue";
4
+ import * as vue240 from "vue";
5
5
  import { SlotsType } from "vue";
6
6
  import { CheckboxChangeEvent } from "@v-c/checkbox";
7
7
 
@@ -44,8 +44,8 @@ interface CheckboxProps extends AbstractCheckboxProps {
44
44
  classes?: CheckboxClassNamesType;
45
45
  styles?: CheckboxStylesType;
46
46
  }
47
- declare const InternalCheckbox: vue247.DefineSetupFnComponent<CheckboxProps, CheckboxEmits, SlotsType<CheckboxSlots>, CheckboxProps & {
47
+ declare const InternalCheckbox: vue240.DefineSetupFnComponent<CheckboxProps, CheckboxEmits, SlotsType<CheckboxSlots>, CheckboxProps & {
48
48
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
49
- }, vue247.PublicProps>;
49
+ }, vue240.PublicProps>;
50
50
  //#endregion
51
51
  export { AbstractCheckboxProps, CheckboxEmits, CheckboxProps, CheckboxSlots, InternalCheckbox };
@@ -1,6 +1,6 @@
1
1
  import { VueNode } from "../_util/type.js";
2
2
  import { ComponentBaseProps } from "../config-provider/context.js";
3
- import * as vue245 from "vue";
3
+ import * as vue238 from "vue";
4
4
  import { CSSProperties, SlotsType } from "vue";
5
5
  import { CheckboxChangeEvent } from "@v-c/checkbox";
6
6
 
@@ -41,8 +41,8 @@ interface CheckboxGroupSlots {
41
41
  index: number;
42
42
  }) => any;
43
43
  }
44
- declare const CheckboxGroup: vue245.DefineSetupFnComponent<CheckboxGroupProps, CheckboxGroupEmits, SlotsType<CheckboxGroupSlots>, CheckboxGroupProps & {
44
+ declare const CheckboxGroup: vue238.DefineSetupFnComponent<CheckboxGroupProps, CheckboxGroupEmits, SlotsType<CheckboxGroupSlots>, CheckboxGroupProps & {
45
45
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
46
- }, vue245.PublicProps>;
46
+ }, vue238.PublicProps>;
47
47
  //#endregion
48
48
  export { AbstractCheckboxGroupProps, CheckboxGroup, CheckboxGroupEmits, CheckboxGroupProps, CheckboxGroupSlots, CheckboxOptionType };
@@ -1,6 +1,6 @@
1
1
  import "../../theme/internal.js";
2
- import "vue";
3
2
  import "@antdv-next/cssinjs";
3
+ import "vue";
4
4
 
5
5
  //#region src/checkbox/style/index.d.ts
6
6
  interface ComponentToken {}
@@ -3,12 +3,12 @@ import { PopoverProps } from "../popover/index.js";
3
3
  import { AggregationColor } from "./color.js";
4
4
  import { ColorFormatType, ColorPickerClassNamesType, ColorPickerEmits, ColorPickerProps as ColorPickerProps$1, ColorPickerSlots, ColorPickerStylesType, ColorValueType, ModeType, PresetsItem, TriggerPlacement, TriggerType } from "./interface.js";
5
5
  import "../components.js";
6
- import * as vue402 from "vue";
6
+ import * as vue396 from "vue";
7
7
  import { SlotsType } from "vue";
8
8
  import * as _v_c_color_picker0 from "@v-c/color-picker";
9
9
 
10
10
  //#region src/color-picker/ColorPicker.d.ts
11
- declare const ColorPicker: vue402.DefineSetupFnComponent<ColorPickerProps$1, ColorPickerEmits, SlotsType<ColorPickerSlots>, Omit<_v_c_color_picker0.ColorPickerProps, "value" | "components" | "onChange" | "defaultValue" | "panelRender" | "onChangeComplete" | "disabledAlpha"> & {
11
+ declare const ColorPicker: vue396.DefineSetupFnComponent<ColorPickerProps$1, ColorPickerEmits, SlotsType<ColorPickerSlots>, Omit<_v_c_color_picker0.ColorPickerProps, "value" | "onChange" | "defaultValue" | "components" | "panelRender" | "onChangeComplete" | "disabledAlpha"> & {
12
12
  [key: `data-${string}`]: string;
13
13
  mode?: ModeType | ModeType[];
14
14
  value?: ColorValueType;
@@ -42,8 +42,8 @@ declare const ColorPicker: vue402.DefineSetupFnComponent<ColorPickerProps$1, Col
42
42
  rootClass?: string;
43
43
  disabledAlpha?: boolean;
44
44
  disabledFormat?: boolean;
45
- } & Pick<PopoverProps, "autoAdjustOverflow" | "getPopupContainer" | "destroyOnHidden"> & {
45
+ } & Pick<PopoverProps, "getPopupContainer" | "autoAdjustOverflow" | "destroyOnHidden"> & {
46
46
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
47
- }, vue402.PublicProps>;
47
+ }, vue396.PublicProps>;
48
48
  //#endregion
49
49
  export { ColorPicker };
@@ -9,6 +9,7 @@ import { ContextIsolator } from "../_util/ContextIsolator.js";
9
9
  import { AggregationColor } from "./color.js";
10
10
  import { genAlphaColor, generateColor, getColorAlpha } from "./util.js";
11
11
  import { useDisabledContext } from "../config-provider/DisabledContext.js";
12
+ import PurePanel_default from "../_util/PurePanel.js";
12
13
  import { getStatusClassNames } from "../_util/statusUtils.js";
13
14
  import { useFormItemInputContext } from "../form/context.js";
14
15
  import popover_default from "../popover/index.js";
@@ -63,6 +64,11 @@ const ColorPicker = /* @__PURE__ */ defineComponent((props, { slots, expose, emi
63
64
  }
64
65
  };
65
66
  const triggerOpenChange = (visible) => {
67
+ if (open.value !== void 0) {
68
+ emit("openChange", visible);
69
+ emit("update:open", visible);
70
+ return;
71
+ }
66
72
  if (!visible || !mergedDisabled.value) {
67
73
  internalPopupOpen.value = visible;
68
74
  emit("openChange", visible);
@@ -357,6 +363,11 @@ const ColorPicker = /* @__PURE__ */ defineComponent((props, { slots, expose, emi
357
363
  name: "AColorPicker",
358
364
  inheritAttrs: false
359
365
  });
366
+ ColorPicker._InternalPanelDoNotUseOrYouWillBeFired = PurePanel_default(ColorPicker, void 0, (props) => ({
367
+ ...props,
368
+ placement: "bottom",
369
+ autoAdjustOverflow: false
370
+ }), "color-picker", (prefixCls) => prefixCls);
360
371
  ColorPicker.install = (app) => {
361
372
  app.component(ColorPicker.name, ColorPicker);
362
373
  };
@@ -4,9 +4,10 @@ import { Row, RowProps } from "./grid/row.js";
4
4
  import "./grid/index.js";
5
5
  import { FormEmits, FormInstance, FormProps, FormSlots, InternalForm } from "./form/Form.js";
6
6
  import { UniqueProvider } from "./tooltip/UniqueProvider/index.js";
7
- import { TooltipAlignConfig, TooltipEmits, TooltipPlacement, TooltipProps, TooltipRef, TooltipSlots, _default as _default$11 } from "./tooltip/index.js";
7
+ import { TooltipAlignConfig, TooltipEmits, TooltipPlacement, TooltipProps, TooltipRef, TooltipSlots, _default as _default$10 } from "./tooltip/index.js";
8
8
  import { InternalFormItem } from "./form/FormItem/index.js";
9
- import { TimePickerLocale, TimePickerProps, TimeRangePicker, TimeRangePickerProps, _default as _default$10 } from "./time-picker/index.js";
9
+ import { DatePickerEmits, DatePickerSlots } from "./date-picker/generatePicker/generateSinglePicker.js";
10
+ import { TimePickerLocale, TimePickerProps, TimeRangePicker, TimeRangePickerProps, _default as _default$9 } from "./time-picker/index.js";
10
11
  import { DateMonthPicker, DatePickerProps, DateQuarterPicker, DateRangePicker, DateWeekPicker, DateYearPicker, MonthPickerProps, RangePickerProps, WeekPickerProps, _default as _default$2 } from "./date-picker/index.js";
11
12
  import { EmptyProps, _default as _default$3 } from "./empty/index.js";
12
13
  import { ButtonColorType, ButtonHTMLType, ButtonShape, ButtonType, ButtonVariantType } from "./button/buttonHelper.js";
@@ -17,7 +18,7 @@ import { Select, SelectEmits, SelectOptGroup, SelectOption, SelectProps, SelectS
17
18
  import { PaginationClassNamesType, PaginationConfig, PaginationEmits, PaginationLocale, PaginationPosition, PaginationProps, PaginationSlots, PaginationStylesType } from "./pagination/interface.js";
18
19
  import { Pagination } from "./pagination/Pagination.js";
19
20
  import "./pagination/index.js";
20
- import { PopoverProps, _default as _default$6 } from "./popover/index.js";
21
+ import { Popover, PopoverProps } from "./popover/index.js";
21
22
  import { Popconfirm, PopconfirmEmits, PopconfirmProps, PopconfirmSlots } from "./popconfirm/index.js";
22
23
  import { CheckboxEmits, CheckboxProps, CheckboxSlots, InternalCheckbox } from "./checkbox/Checkbox.js";
23
24
  import { CheckboxGroup, CheckboxGroupEmits, CheckboxGroupProps, CheckboxGroupSlots, CheckboxOptionType } from "./checkbox/Group.js";
@@ -32,7 +33,7 @@ import { Dropdown } from "./dropdown/index.js";
32
33
  import { ColumnType, ColumnsType, SortOrder, SorterResult, TableLocale, TablePaginationConfig, TableRowSelection } from "./table/interface.js";
33
34
  import { Column } from "./table/Column.js";
34
35
  import { ColumnGroup } from "./table/ColumnGroup.js";
35
- import { SpinProps, SpinSlots, _default as _default$8 } from "./spin/index.js";
36
+ import { SpinProps, SpinSlots, _default as _default$7 } from "./spin/index.js";
36
37
  import { TableClassNamesType, TableEmits, TableProps, TableSlots, TableStylesType } from "./table/InternalTable.js";
37
38
  import { DataIndex, InternalTable, Summary, SummaryCell, SummaryRow } from "./table/index.js";
38
39
  import { TourEmits, TourLocale, TourProps, TourSlots, TourStylesType } from "./tour/interface.js";
@@ -44,6 +45,7 @@ import { InternalTransfer } from "./transfer/index.js";
44
45
  import { Progress, ProgressProps } from "./progress/progress.js";
45
46
  import "./progress/index.js";
46
47
  import { UploadChangeParam, UploadEmits, UploadFile, UploadProps, UploadSlots } from "./upload/interface.js";
48
+ import { ConfigProviderProps } from "./config-provider/define.js";
47
49
  import { ConfigProvider } from "./config-provider/index.js";
48
50
  import { Alert, AlertEmits, AlertProps, AlertSlots } from "./alert/Alert.js";
49
51
  import "./alert/index.js";
@@ -83,7 +85,7 @@ import { staticMethods as staticMethods$1 } from "./notification/index.js";
83
85
  import { QRCodeEmits, QRCodeProps } from "./qrcode/interface.js";
84
86
  import { QRCode } from "./qrcode/index.js";
85
87
  import { RadioChangeEvent, RadioEmits, RadioGroupEmits, RadioGroupOptionType, RadioGroupProps, RadioGroupSlots, RadioProps, RadioSlots } from "./radio/interface.js";
86
- import { ResultProps, _default as _default$7 } from "./result/index.js";
88
+ import { ResultProps, _default as _default$6 } from "./result/index.js";
87
89
  import { Segmented, SegmentedEmits, SegmentedOptions, SegmentedProps } from "./segmented/index.js";
88
90
  import { SkeletonAvatar } from "./skeleton/Avatar.js";
89
91
  import { SkeletonButton } from "./skeleton/Button.js";
@@ -96,7 +98,7 @@ import { Slider, SliderEmits, SliderProps } from "./slider/index.js";
96
98
  import { Space, SpaceAddon, SpaceCompact, SpaceProps, SpaceSize, SpaceSlots } from "./space/index.js";
97
99
  import { StatisticProps } from "./statistic/Statistic.js";
98
100
  import { StatisticTimerProps } from "./statistic/Timer.js";
99
- import { StatisticTimer, _default as _default$9 } from "./statistic/index.js";
101
+ import { StatisticTimer, _default as _default$8 } from "./statistic/index.js";
100
102
  import { Steps, StepsProps } from "./steps/index.js";
101
103
  import { Switch, SwitchEmits, SwitchProps, SwitchSize, SwitchSlots } from "./switch/index.js";
102
104
  import { CheckableTag, CheckableTagProps } from "./tag/CheckableTag.js";
@@ -28,6 +28,7 @@ import { TransferProps } from "../transfer/interface.js";
28
28
  import "../upload/interface.js";
29
29
  import "../locale/index.js";
30
30
  import "./defaultRenderEmpty.js";
31
+ import "./index.js";
31
32
  import { ShowWaveEffect } from "../_util/wave/interface.js";
32
33
  import { AlertProps } from "../alert/Alert.js";
33
34
  import "../alert/index.js";
@@ -71,8 +72,8 @@ import { TagProps } from "../tag/index.js";
71
72
  import "../tree/Tree.js";
72
73
  import { TreeSelectProps } from "../tree-select/index.js";
73
74
  import "../typography/interface.js";
74
- import { CSSProperties, Ref } from "vue";
75
75
  import { DerivativeFunc } from "@antdv-next/cssinjs";
76
+ import { CSSProperties, Ref } from "vue";
76
77
 
77
78
  //#region src/config-provider/context.d.ts
78
79