antdv-next 1.0.0-alpha.4 → 1.0.0-alpha.5

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 (195) hide show
  1. package/dist/_util/tools.js +2 -1
  2. package/dist/_util/wave/WaveEffect.js +6 -1
  3. package/dist/_util/wave/style.js +4 -3
  4. package/dist/affix/index.d.ts +3 -3
  5. package/dist/alert/Alert.d.ts +4 -3
  6. package/dist/alert/Alert.js +1 -1
  7. package/dist/anchor/Anchor.d.ts +5 -5
  8. package/dist/anchor/AnchorLink.js +2 -2
  9. package/dist/anchor/index.d.ts +1 -1
  10. package/dist/antd.js +76 -76
  11. package/dist/app/App.d.ts +2 -2
  12. package/dist/auto-complete/index.d.ts +77 -0
  13. package/dist/auto-complete/index.js +627 -0
  14. package/dist/avatar/Avatar.d.ts +3 -3
  15. package/dist/avatar/AvatarGroup.d.ts +2 -2
  16. package/dist/badge/Ribbon.d.ts +3 -3
  17. package/dist/badge/index.d.ts +3 -3
  18. package/dist/breadcrumb/Breadcrumb.d.ts +5 -5
  19. package/dist/breadcrumb/Breadcrumb.js +0 -8
  20. package/dist/breadcrumb/BreadcrumbItem.d.ts +1 -1
  21. package/dist/breadcrumb/BreadcrumbItem.js +1 -17
  22. package/dist/breadcrumb/index.d.ts +1 -1
  23. package/dist/button/Button.d.ts +3 -3
  24. package/dist/button/style/variant.js +116 -104
  25. package/dist/calendar/Header.js +1 -1
  26. package/dist/calendar/generateCalendar.d.ts +3 -3
  27. package/dist/calendar/index.d.ts +3 -3
  28. package/dist/card/Card.d.ts +3 -3
  29. package/dist/card/CardGrid.d.ts +2 -2
  30. package/dist/card/CardMeta.d.ts +3 -3
  31. package/dist/carousel/index.d.ts +3 -3
  32. package/dist/cascader/Panel.d.ts +3 -3
  33. package/dist/cascader/index.d.ts +3 -3
  34. package/dist/cascader/index.js +1 -1
  35. package/dist/checkbox/Checkbox.d.ts +3 -3
  36. package/dist/checkbox/Group.d.ts +3 -3
  37. package/dist/collapse/Collapse.d.ts +3 -3
  38. package/dist/color-picker/ColorPicker.d.ts +4 -4
  39. package/dist/color-picker/ColorPicker.js +2 -2
  40. package/dist/components.d.ts +3 -2
  41. package/dist/components.js +7 -4
  42. package/dist/config-provider/context.js +2 -2
  43. package/dist/config-provider/index.d.ts +3 -3
  44. package/dist/date-picker/generatePicker/generateRangePicker.js +1 -1
  45. package/dist/date-picker/generatePicker/generateSinglePicker.js +1 -1
  46. package/dist/date-picker/generatePicker/index.d.ts +15 -15
  47. package/dist/date-picker/index.d.ts +25 -25
  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 +3 -3
  51. package/dist/dropdown/dropdown.d.ts +4 -4
  52. package/dist/dropdown/dropdown.js +5 -3
  53. package/dist/empty/index.d.ts +3 -3
  54. package/dist/flex/index.d.ts +3 -3
  55. package/dist/float-button/BackTop.d.ts +3 -3
  56. package/dist/float-button/FloatButton.d.ts +3 -3
  57. package/dist/float-button/FloatButtonGroup.d.ts +3 -3
  58. package/dist/float-button/style/button.js +4 -4
  59. package/dist/float-button/style/group.js +12 -12
  60. package/dist/form/Form.d.ts +3 -3
  61. package/dist/form/FormItem/index.d.ts +3 -3
  62. package/dist/form/style/index.js +3 -2
  63. package/dist/grid/row.d.ts +2 -2
  64. package/dist/grid/style/index.js +5 -4
  65. package/dist/image/PreviewGroup.d.ts +2 -2
  66. package/dist/image/index.d.ts +4 -4
  67. package/dist/index.d.ts +5 -4
  68. package/dist/index.js +5 -4
  69. package/dist/input/Input.js +1 -1
  70. package/dist/input/OTP/index.js +1 -1
  71. package/dist/input/TextArea.d.ts +3 -3
  72. package/dist/input/TextArea.js +1 -1
  73. package/dist/input/index.d.ts +11 -11
  74. package/dist/input-number/index.d.ts +3 -3
  75. package/dist/input-number/index.js +1 -1
  76. package/dist/input-number/style/index.js +18 -17
  77. package/dist/layout/index.d.ts +6 -6
  78. package/dist/layout/layout.d.ts +2 -2
  79. package/dist/masonry/Masonry.d.ts +3 -3
  80. package/dist/masonry/Masonry.js +8 -6
  81. package/dist/mentions/index.d.ts +3 -3
  82. package/dist/mentions/index.js +1 -1
  83. package/dist/mentions/style/index.js +18 -17
  84. package/dist/menu/MenuDivider.d.ts +2 -2
  85. package/dist/menu/SubMenu.d.ts +3 -3
  86. package/dist/menu/index.d.ts +5 -5
  87. package/dist/message/PurePanel.d.ts +2 -2
  88. package/dist/modal/Modal.d.ts +3 -3
  89. package/dist/notification/PurePanel.d.ts +2 -2
  90. package/dist/notification/useNotification.d.ts +2 -2
  91. package/dist/package.d.ts +109 -3
  92. package/dist/package.js +1 -1
  93. package/dist/pagination/Pagination.d.ts +3 -3
  94. package/dist/pagination/Pagination.js +1 -1
  95. package/dist/pagination/style/index.js +61 -50
  96. package/dist/popconfirm/PurePanel.d.ts +2 -2
  97. package/dist/popconfirm/index.d.ts +3 -3
  98. package/dist/popover/index.d.ts +3 -3
  99. package/dist/popover/style/index.js +11 -8
  100. package/dist/progress/progress.d.ts +3 -3
  101. package/dist/qrcode/index.d.ts +3 -3
  102. package/dist/radio/index.d.ts +5 -5
  103. package/dist/radio/radio.d.ts +3 -3
  104. package/dist/rate/index.d.ts +3 -3
  105. package/dist/result/index.d.ts +3 -3
  106. package/dist/result/noFound.d.ts +2 -2
  107. package/dist/result/serverError.d.ts +2 -2
  108. package/dist/segmented/index.d.ts +3 -3
  109. package/dist/select/index.d.ts +6 -6
  110. package/dist/select/index.js +2 -2
  111. package/dist/select/style/select-input-multiple.js +31 -29
  112. package/dist/select/style/select-input.js +50 -44
  113. package/dist/skeleton/Button.d.ts +2 -2
  114. package/dist/skeleton/Input.d.ts +2 -2
  115. package/dist/skeleton/Node.d.ts +3 -3
  116. package/dist/skeleton/Skeleton.d.ts +3 -3
  117. package/dist/slider/index.d.ts +3 -3
  118. package/dist/space/Compact.d.ts +2 -0
  119. package/dist/space/Compact.js +17 -4
  120. package/dist/space/index.d.ts +5 -5
  121. package/dist/space/style/addon.js +20 -19
  122. package/dist/spin/index.d.ts +3 -3
  123. package/dist/splitter/SplitBar.js +9 -2
  124. package/dist/splitter/Splitter.d.ts +3 -3
  125. package/dist/splitter/Splitter.js +2 -1
  126. package/dist/splitter/index.d.ts +2 -2
  127. package/dist/splitter/style/index.js +6 -6
  128. package/dist/statistic/Statistic.d.ts +3 -3
  129. package/dist/statistic/Timer.d.ts +5 -5
  130. package/dist/statistic/index.d.ts +5 -5
  131. package/dist/steps/ProgressIcon.js +9 -2
  132. package/dist/steps/index.d.ts +3 -3
  133. package/dist/steps/index.js +7 -4
  134. package/dist/steps/style/horizontal.js +13 -10
  135. package/dist/steps/style/icon.js +11 -8
  136. package/dist/steps/style/index.js +19 -18
  137. package/dist/steps/style/inline.js +19 -16
  138. package/dist/steps/style/label-placement.js +22 -20
  139. package/dist/steps/style/nav.js +7 -5
  140. package/dist/steps/style/panel.js +34 -32
  141. package/dist/steps/style/progress-dot.js +10 -8
  142. package/dist/steps/style/progress.js +29 -58
  143. package/dist/steps/style/rtl.js +6 -4
  144. package/dist/steps/style/small.js +10 -8
  145. package/dist/steps/style/status.js +124 -121
  146. package/dist/steps/style/util.js +7 -4
  147. package/dist/steps/style/vertical.js +17 -14
  148. package/dist/style/placementArrow.js +7 -5
  149. package/dist/switch/index.d.ts +3 -3
  150. package/dist/table/Column.d.ts +3 -3
  151. package/dist/table/ColumnGroup.d.ts +3 -3
  152. package/dist/table/InternalTable.js +1 -1
  153. package/dist/table/Table.d.ts +3 -3
  154. package/dist/table/hooks/useFilter/FilterDropdown.js +1 -1
  155. package/dist/tabs/TabPane.d.ts +3 -3
  156. package/dist/tabs/index.d.ts +3 -3
  157. package/dist/tag/CheckableTag.d.ts +3 -3
  158. package/dist/tag/CheckableTagGroup.d.ts +3 -3
  159. package/dist/tag/index.d.ts +3 -3
  160. package/dist/theme/index.d.ts +4 -4
  161. package/dist/theme/util/genStyleUtils.js +8 -5
  162. package/dist/time-picker/index.d.ts +7 -7
  163. package/dist/timeline/Timeline.d.ts +3 -3
  164. package/dist/tooltip/PurePanel.d.ts +2 -2
  165. package/dist/tooltip/PurePanel.js +3 -3
  166. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  167. package/dist/tooltip/index.d.ts +3 -3
  168. package/dist/tooltip/index.js +2 -3
  169. package/dist/tooltip/style/index.js +10 -8
  170. package/dist/tooltip/util.js +5 -3
  171. package/dist/tour/index.d.ts +3 -3
  172. package/dist/tour/style/index.js +5 -4
  173. package/dist/transfer/Actions.d.ts +2 -2
  174. package/dist/transfer/Section.d.ts +2 -2
  175. package/dist/transfer/Transfer.d.ts +3 -3
  176. package/dist/transfer/Transfer.js +1 -1
  177. package/dist/transfer/search.d.ts +3 -3
  178. package/dist/tree/DirectoryTree.d.ts +3 -3
  179. package/dist/tree/Tree.d.ts +3 -3
  180. package/dist/tree-select/index.d.ts +4 -4
  181. package/dist/tree-select/index.js +1 -1
  182. package/dist/typography/Link.d.ts +3 -3
  183. package/dist/typography/Paragraph.d.ts +3 -3
  184. package/dist/typography/Text.d.ts +3 -3
  185. package/dist/typography/Title.d.ts +3 -3
  186. package/dist/typography/Typography.d.ts +3 -3
  187. package/dist/typography/index.d.ts +9 -9
  188. package/dist/upload/Dragger.d.ts +6 -3
  189. package/dist/upload/Upload.d.ts +3 -3
  190. package/dist/upload/index.d.ts +6 -3
  191. package/dist/watermark/index.d.ts +2 -2
  192. package/global.d.ts +2 -0
  193. package/package.json +22 -4
  194. package/web-tags.json +4524 -0
  195. package/web-types.json +12779 -0
@@ -1,29 +1,31 @@
1
1
  import { resetIcon, textEllipsis } from "../../style/index.js";
2
+ import { genCssVar } from "../../theme/util/genStyleUtils.js";
2
3
 
3
4
  //#region src/select/style/select-input-multiple.ts
4
5
  const FIXED_INPUT_MIN_WIDTH = 4;
5
6
  const genSelectInputMultipleStyle = (token) => {
6
- const { componentCls, calc, iconCls, paddingXS, paddingXXS, INTERNAL_FIXED_ITEM_MARGIN, lineWidth, colorIcon, colorIconHover, inputPaddingHorizontalBase } = token;
7
+ const { componentCls, calc, iconCls, paddingXS, paddingXXS, INTERNAL_FIXED_ITEM_MARGIN, lineWidth, colorIcon, colorIconHover, inputPaddingHorizontalBase, antCls } = token;
8
+ const [varName, varRef] = genCssVar(antCls, "select");
7
9
  return { "&-multiple": {
8
- "--select-multi-item-background": token.multipleItemBg,
9
- "--select-multi-item-border-color": "transparent",
10
- "--select-multi-item-border-radius": token.borderRadiusSM,
11
- "--select-multi-item-height": token.multipleItemHeight,
12
- "--select-multi-padding-base": `calc((var(--select-height) - var(--select-multi-item-height)) / 2)`,
13
- "--select-multi-padding-vertical": `calc(var(--select-multi-padding-base) - ${INTERNAL_FIXED_ITEM_MARGIN} - ${lineWidth})`,
14
- "--select-multi-item-padding-horizontal": `calc(${inputPaddingHorizontalBase} - var(--select-multi-padding-vertical) - ${lineWidth} * 2)`,
15
- "paddingBlock": `var(--select-multi-padding-vertical)`,
16
- "paddingInlineStart": `calc(var(--select-multi-padding-base) - ${lineWidth})`,
17
- [`${componentCls}-prefix`]: { marginInlineStart: "var(--select-multi-item-padding-horizontal)" },
10
+ [varName("multi-item-background")]: token.multipleItemBg,
11
+ [varName("multi-item-border-color")]: "transparent",
12
+ [varName("multi-item-border-radius")]: token.borderRadiusSM,
13
+ [varName("multi-item-height")]: token.multipleItemHeight,
14
+ [varName("multi-padding-base")]: `calc((${varRef("height")} - ${varRef("multi-item-height")}) / 2)`,
15
+ [varName("multi-padding-vertical")]: `calc(${varRef("multi-padding-base")} - ${INTERNAL_FIXED_ITEM_MARGIN} - ${lineWidth})`,
16
+ [varName("multi-item-padding-horizontal")]: `calc(${inputPaddingHorizontalBase} - ${varRef("multi-padding-vertical")} - ${lineWidth} * 2)`,
17
+ paddingBlock: varRef("multi-padding-vertical"),
18
+ paddingInlineStart: `calc(${varRef("multi-padding-base")} - ${lineWidth})`,
19
+ [`${componentCls}-prefix`]: { marginInlineStart: varRef("multi-item-padding-horizontal") },
18
20
  [`${componentCls}-prefix + ${componentCls}-content`]: {
19
21
  [`${componentCls}-placeholder`]: { insetInlineStart: 0 },
20
22
  [`${componentCls}-content-item${componentCls}-content-item-suffix`]: { marginInlineStart: 0 }
21
23
  },
22
24
  [`${componentCls}-placeholder`]: {
23
25
  position: "absolute",
24
- lineHeight: "var(--select-line-height)",
25
- insetInlineStart: "var(--select-multi-item-padding-horizontal)",
26
- width: "calc(100% - var(--select-multi-item-padding-horizontal))",
26
+ lineHeight: varRef("line-height"),
27
+ insetInlineStart: varRef("multi-item-padding-horizontal"),
28
+ width: `calc(100% - ${varRef("multi-item-padding-horizontal")})`,
27
29
  top: "50%",
28
30
  transform: "translateY(-50%)"
29
31
  },
@@ -31,21 +33,21 @@ const genSelectInputMultipleStyle = (token) => {
31
33
  "flexWrap": "wrap",
32
34
  "alignItems": "center",
33
35
  "lineHeight": 1,
34
- "&-item-prefix": { height: "var(--select-font-size)" },
36
+ "&-item-prefix": { height: varRef("font-size") },
35
37
  "&-item": {
36
38
  lineHeight: 1,
37
39
  maxWidth: `calc(100% - ${FIXED_INPUT_MIN_WIDTH}px)`
38
40
  },
39
41
  [`${componentCls}-content-item-prefix + ${componentCls}-content-item-suffix,
40
- ${componentCls}-content-item-suffix:first-child`]: { marginInlineStart: "var(--select-multi-item-padding-horizontal)" },
42
+ ${componentCls}-content-item-suffix:first-child`]: { marginInlineStart: varRef("multi-item-padding-horizontal") },
41
43
  [`${componentCls}-selection-item`]: {
42
- "lineHeight": `calc(var(--select-multi-item-height) - ${lineWidth} * 2)`,
43
- "border": `${lineWidth} solid var(--select-multi-item-border-color)`,
44
+ "lineHeight": `calc(${varRef("multi-item-height")} - ${lineWidth} * 2)`,
45
+ "border": `${lineWidth} solid ${varRef("multi-item-border-color")}`,
44
46
  "display": "flex",
45
47
  "marginBlock": INTERNAL_FIXED_ITEM_MARGIN,
46
48
  "marginInlineEnd": calc(INTERNAL_FIXED_ITEM_MARGIN).mul(2).equal(),
47
- "background": `var(--select-multi-item-background)`,
48
- "borderRadius": `var(--select-multi-item-border-radius)`,
49
+ "background": varRef("multi-item-background"),
50
+ "borderRadius": varRef("multi-item-border-radius"),
49
51
  "paddingInlineStart": paddingXS,
50
52
  "paddingInlineEnd": paddingXXS,
51
53
  "transition": [
@@ -71,25 +73,25 @@ const genSelectInputMultipleStyle = (token) => {
71
73
  }
72
74
  },
73
75
  [`${componentCls}-input`]: {
74
- lineHeight: calc(INTERNAL_FIXED_ITEM_MARGIN).mul(2).add("var(--select-multi-item-height)").equal(),
75
- width: "calc(var(--select-input-width, 0) * 1px)",
76
+ lineHeight: calc(INTERNAL_FIXED_ITEM_MARGIN).mul(2).add(varRef("multi-item-height")).equal(),
77
+ width: `calc(var(--select-input-width, 0) * 1px)`,
76
78
  minWidth: FIXED_INPUT_MIN_WIDTH,
77
79
  maxWidth: "100%",
78
80
  transition: `line-height ${token.motionDurationSlow}`
79
81
  }
80
82
  },
81
83
  [`&${componentCls}-sm`]: {
82
- "--select-multi-item-height": token.multipleItemHeightSM,
83
- "--select-multi-item-border-radius": token.borderRadiusXS
84
+ [varName("multi-item-height")]: token.multipleItemHeightSM,
85
+ [varName("multi-item-border-radius")]: token.borderRadiusXS
84
86
  },
85
87
  [`&${componentCls}-lg`]: {
86
- "--select-multi-item-height": token.multipleItemHeightLG,
87
- "--select-multi-item-border-radius": token.borderRadius
88
+ [varName("multi-item-height")]: token.multipleItemHeightLG,
89
+ [varName("multi-item-border-radius")]: token.borderRadius
88
90
  },
89
91
  [`&${componentCls}-filled`]: {
90
- "--select-multi-item-border-color": token.colorSplit,
91
- "--select-multi-item-background": token.colorBgContainer,
92
- [`&${componentCls}-disabled`]: { "--select-multi-item-border-color": "transparent" }
92
+ [varName("multi-item-border-color")]: token.colorSplit,
93
+ [varName("multi-item-background")]: token.colorBgContainer,
94
+ [`&${componentCls}-disabled`]: { [varName("multi-item-border-color")]: "transparent" }
93
95
  }
94
96
  } };
95
97
  };
@@ -1,4 +1,5 @@
1
1
  import { resetComponent, textEllipsis } from "../../style/index.js";
2
+ import { genCssVar } from "../../theme/util/genStyleUtils.js";
2
3
  import select_input_customize_default from "./select-input-customize.js";
3
4
  import select_input_multiple_default from "./select-input-multiple.js";
4
5
  import { unit } from "@antdv-next/cssinjs";
@@ -6,27 +7,28 @@ import { unit } from "@antdv-next/cssinjs";
6
7
  //#region src/select/style/select-input.ts
7
8
  /** Set CSS variables and hover/focus styles for a Select input based on provided colors. */
8
9
  function genSelectInputVariableStyle(token, colors) {
9
- const { componentCls } = token;
10
+ const { componentCls, antCls } = token;
11
+ const [varName] = genCssVar(antCls, "select");
10
12
  const { border, borderHover, borderActive, borderOutline } = colors;
11
- const baseBG = colors.background || token.colorBgContainer;
13
+ const baseBG = colors.background || token.selectorBg || token.colorBgContainer;
12
14
  return {
13
- "--select-border-color": border,
14
- "--select-background": baseBG,
15
- "--select-color": colors.color || token.colorText,
15
+ [varName("border-color")]: border,
16
+ [varName("background-color")]: baseBG,
17
+ [varName("color")]: colors.color || token.colorText,
16
18
  [`&:not(${componentCls}-disabled)`]: {
17
19
  "&:hover": {
18
- "--select-border-color": borderHover,
19
- "--select-background": colors.backgroundHover || baseBG
20
+ [varName("border-color")]: borderHover,
21
+ [varName("background-color")]: colors.backgroundHover || baseBG
20
22
  },
21
23
  [`&${componentCls}-focused`]: {
22
- "--select-border-color": borderActive,
23
- "--select-background": colors.backgroundActive || baseBG,
24
- "boxShadow": `0 0 0 ${unit(token.controlOutlineWidth)} ${borderOutline}`
24
+ [varName("border-color")]: borderActive,
25
+ [varName("background-color")]: colors.backgroundActive || baseBG,
26
+ boxShadow: `0 0 0 ${unit(token.controlOutlineWidth)} ${borderOutline}`
25
27
  }
26
28
  },
27
29
  [`&${componentCls}-disabled`]: {
28
- "--select-border-color": colors.borderDisabled || colors.border,
29
- "--select-background": colors.backgroundDisabled || colors.background
30
+ [varName("border-color")]: colors.borderDisabled || colors.border,
31
+ [varName("background-color")]: colors.backgroundDisabled || colors.background
30
32
  }
31
33
  };
32
34
  }
@@ -51,20 +53,21 @@ function genSelectInputVariantStyle(token, variant, colors, errorColors = {}, wa
51
53
  ] };
52
54
  }
53
55
  const genSelectInputStyle = (token) => {
54
- const { componentCls, calc, fontHeight, controlHeight, iconCls } = token;
56
+ const { componentCls, fontHeight, controlHeight, iconCls, antCls, calc } = token;
57
+ const [varName, varRef] = genCssVar(antCls, "select");
55
58
  return { [componentCls]: [
56
59
  {
57
- "--select-border-radius": token.borderRadius,
58
- "--select-border-color": "#000",
59
- "--select-border-size": token.lineWidth,
60
- "--select-background": token.colorBgContainer,
61
- "--select-font-size": token.fontSize,
62
- "--select-line-height": token.lineHeight,
63
- "--select-font-height": fontHeight,
64
- "--select-color": token.colorText,
65
- "--select-height": controlHeight,
66
- "--select-padding-horizontal": calc(token.paddingSM).sub(token.lineWidth).equal(),
67
- "--select-padding-vertical": "calc((var(--select-height) - var(--select-font-height)) / 2 - var(--select-border-size))",
60
+ [varName("border-radius")]: token.borderRadius,
61
+ [varName("border-color")]: "#000",
62
+ [varName("border-size")]: token.lineWidth,
63
+ [varName("background-color")]: token.colorBgContainer,
64
+ [varName("font-size")]: token.fontSize,
65
+ [varName("line-height")]: token.lineHeight,
66
+ [varName("font-height")]: fontHeight,
67
+ [varName("color")]: token.colorText,
68
+ [varName("height")]: controlHeight,
69
+ [varName("padding-horizontal")]: calc(token.paddingSM).sub(token.lineWidth).equal(),
70
+ [varName("padding-vertical")]: `calc((${varRef("height")} - ${varRef("font-height")}) / 2 - ${varRef("border-size")})`,
68
71
  ...resetComponent(token, true),
69
72
  "display": "inline-flex",
70
73
  "flexWrap": "nowrap",
@@ -73,16 +76,16 @@ const genSelectInputStyle = (token) => {
73
76
  "alignItems": "flex-start",
74
77
  "outline": 0,
75
78
  "cursor": "pointer",
76
- "borderRadius": "var(--select-border-radius)",
77
- "borderWidth": "var(--select-border-size)",
79
+ "borderRadius": varRef("border-radius"),
80
+ "borderWidth": varRef("border-size"),
78
81
  "borderStyle": token.lineType,
79
- "borderColor": "var(--select-border-color)",
80
- "background": "var(--select-background)",
81
- "fontSize": "var(--select-font-size)",
82
- "lineHeight": "var(--select-line-height)",
83
- "color": "var(--select-color)",
84
- "paddingInline": "var(--select-padding-horizontal)",
85
- "paddingBlock": "var(--select-padding-vertical)",
82
+ "borderColor": varRef("border-color"),
83
+ "background": varRef("background-color"),
84
+ "fontSize": varRef("font-size"),
85
+ "lineHeight": varRef("line-height"),
86
+ "color": varRef("color"),
87
+ "paddingInline": varRef("padding-horizontal"),
88
+ "paddingBlock": varRef("padding-vertical"),
86
89
  [`${componentCls}-prefix`]: {
87
90
  flex: "none",
88
91
  lineHeight: 1
@@ -129,19 +132,21 @@ const genSelectInputStyle = (token) => {
129
132
  "&-disabled": {
130
133
  background: token.colorBgContainerDisabled,
131
134
  color: token.colorTextDisabled,
132
- cursor: "not-allowed"
135
+ cursor: "not-allowed",
136
+ input: { cursor: "not-allowed" }
133
137
  },
134
138
  "&-sm": {
135
- "--select-height": token.controlHeightSM,
136
- "--select-padding-horizontal": calc(token.paddingXS).sub(token.lineWidth).equal(),
137
- "--select-border-radius": token.borderRadiusSM
139
+ [varName("height")]: token.controlHeightSM,
140
+ [varName("padding-horizontal")]: calc(token.paddingXS).sub(token.lineWidth).equal(),
141
+ [varName("border-radius")]: token.borderRadiusSM,
142
+ [`${componentCls}-clear`]: { insetInlineEnd: varRef("padding-horizontal") }
138
143
  },
139
144
  "&-lg": {
140
- "--select-height": token.controlHeightLG,
141
- "--select-font-size": token.fontSizeLG,
142
- "--select-line-height": token.lineHeightLG,
143
- "--select-font-height": token.fontHeightLG,
144
- "--select-border-radius": token.borderRadiusLG
145
+ [varName("height")]: token.controlHeightLG,
146
+ [varName("font-size")]: token.fontSizeLG,
147
+ [varName("line-height")]: token.lineHeightLG,
148
+ [varName("font-height")]: token.fontHeightLG,
149
+ [varName("border-radius")]: token.borderRadiusLG
145
150
  }
146
151
  },
147
152
  { [`&:not(${componentCls}-customize)`]: { [`${componentCls}-input`]: {
@@ -161,11 +166,12 @@ const genSelectInputStyle = (token) => {
161
166
  [`${componentCls}-input`]: {
162
167
  position: "absolute",
163
168
  insetInline: 0,
164
- insetBlock: "calc(var(--select-padding-vertical) * -1)",
165
- lineHeight: "calc(var(--select-font-height) + var(--select-padding-vertical) * 2)"
169
+ insetBlock: `calc(${varRef("padding-vertical")} * -1)`,
170
+ lineHeight: `calc(${varRef("font-height")} + ${varRef("padding-vertical")} * 2)`
166
171
  },
167
172
  [`${componentCls}-content`]: { alignSelf: "center" }
168
173
  } },
174
+ { [`&-show-search:not(${componentCls}-customize-input):not(${componentCls}-disabled)`]: { cursor: "text" } },
169
175
  select_input_multiple_default(token),
170
176
  genSelectInputVariantStyle(token, "outlined", {
171
177
  border: token.colorBorder,
@@ -1,11 +1,11 @@
1
1
  import { SkeletonElementProps } from "./Element.js";
2
- import * as vue428 from "vue";
2
+ import * as vue430 from "vue";
3
3
 
4
4
  //#region src/skeleton/Button.d.ts
5
5
  interface SkeletonButtonProps extends Omit<SkeletonElementProps, 'size'> {
6
6
  size?: 'large' | 'small' | 'default';
7
7
  block?: boolean;
8
8
  }
9
- declare const SkeletonButton: vue428.DefineSetupFnComponent<SkeletonButtonProps, {}, {}, SkeletonButtonProps & {}, vue428.PublicProps>;
9
+ declare const SkeletonButton: vue430.DefineSetupFnComponent<SkeletonButtonProps, {}, {}, SkeletonButtonProps & {}, vue430.PublicProps>;
10
10
  //#endregion
11
11
  export { SkeletonButton };
@@ -1,11 +1,11 @@
1
1
  import { SkeletonElementProps } from "./Element.js";
2
- import * as vue434 from "vue";
2
+ import * as vue438 from "vue";
3
3
 
4
4
  //#region src/skeleton/Input.d.ts
5
5
  interface SkeletonInputProps extends Omit<SkeletonElementProps, 'size' | 'shape'> {
6
6
  size?: 'large' | 'small' | 'default';
7
7
  block?: boolean;
8
8
  }
9
- declare const SkeletonInput: vue434.DefineSetupFnComponent<SkeletonInputProps, {}, {}, SkeletonInputProps & {}, vue434.PublicProps>;
9
+ declare const SkeletonInput: vue438.DefineSetupFnComponent<SkeletonInputProps, {}, {}, SkeletonInputProps & {}, vue438.PublicProps>;
10
10
  //#endregion
11
11
  export { SkeletonInput };
@@ -1,6 +1,6 @@
1
1
  import { EmptyEmit } from "../_util/type.js";
2
2
  import { SkeletonElementProps } from "./Element.js";
3
- import * as vue426 from "vue";
3
+ import * as vue428 from "vue";
4
4
  import { SlotsType } from "vue";
5
5
 
6
6
  //#region src/skeleton/Node.d.ts
@@ -10,8 +10,8 @@ interface SkeletonNodeProps extends Omit<SkeletonElementProps, 'size' | 'shape'>
10
10
  interface SkeletonNodeSlots {
11
11
  default?: () => any;
12
12
  }
13
- declare const SkeletonNode: vue426.DefineSetupFnComponent<SkeletonNodeProps, EmptyEmit, SlotsType<SkeletonNodeSlots>, SkeletonNodeProps & {
13
+ declare const SkeletonNode: vue428.DefineSetupFnComponent<SkeletonNodeProps, EmptyEmit, SlotsType<SkeletonNodeSlots>, SkeletonNodeProps & {
14
14
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
15
- }, vue426.PublicProps>;
15
+ }, vue428.PublicProps>;
16
16
  //#endregion
17
17
  export { SkeletonNode };
@@ -9,7 +9,7 @@ import { SkeletonImage } from "./Image.js";
9
9
  import { SkeletonInput } from "./Input.js";
10
10
  import { SkeletonNode } from "./Node.js";
11
11
  import { ComponentBaseProps } from "../config-provider/context.js";
12
- import * as vue341 from "vue";
12
+ import * as vue282 from "vue";
13
13
  import { SlotsType } from "vue";
14
14
 
15
15
  //#region src/skeleton/Skeleton.d.ts
@@ -30,9 +30,9 @@ interface SkeletonProps extends ComponentBaseProps {
30
30
  interface SkeletonSlots {
31
31
  default?: () => any;
32
32
  }
33
- declare const Skeleton: vue341.DefineSetupFnComponent<SkeletonProps, EmptyEmit, SlotsType<SkeletonSlots>, SkeletonProps & {
33
+ declare const Skeleton: vue282.DefineSetupFnComponent<SkeletonProps, EmptyEmit, SlotsType<SkeletonSlots>, SkeletonProps & {
34
34
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
35
- }, vue341.PublicProps>;
35
+ }, vue282.PublicProps>;
36
36
  type SkeletonType = typeof Skeleton & {
37
37
  Button: typeof SkeletonButton;
38
38
  Avatar: typeof SkeletonAvatar;
@@ -2,7 +2,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
2
2
  import { Orientation } from "../_util/hooks/useOrientation.js";
3
3
  import "../_util/hooks/index.js";
4
4
  import { TooltipPlacement, TriggerCommonApi } from "../tooltip/index.js";
5
- import * as vue181 from "vue";
5
+ import * as vue169 from "vue";
6
6
  import { CSSProperties, SlotsType } from "vue";
7
7
  import { SliderProps } from "@v-c/slider";
8
8
 
@@ -69,8 +69,8 @@ interface SliderEmits {
69
69
  }
70
70
  interface SliderSlots {}
71
71
  type SliderRange = SliderProps['range'];
72
- declare const Slider: vue181.DefineSetupFnComponent<SliderInternalProps, SliderEmits, SlotsType<SliderSlots>, SliderInternalProps & {
72
+ declare const Slider: vue169.DefineSetupFnComponent<SliderInternalProps, SliderEmits, SlotsType<SliderSlots>, SliderInternalProps & {
73
73
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
74
- }, vue181.PublicProps>;
74
+ }, vue169.PublicProps>;
75
75
  //#endregion
76
76
  export { Slider, SliderEmits, SliderProps$1 as SliderProps };
@@ -7,6 +7,8 @@ interface SpaceCompactProps extends ComponentBaseProps {
7
7
  size?: SizeType;
8
8
  direction?: 'horizontal' | 'vertical';
9
9
  block?: boolean;
10
+ orientation?: 'horizontal' | 'vertical';
11
+ vertical?: boolean;
10
12
  }
11
13
  //#endregion
12
14
  export { SpaceCompactProps };
@@ -1,7 +1,8 @@
1
1
  import { useConfig } from "../config-provider/context.js";
2
+ import { useOrientation } from "../_util/hooks/useOrientation.js";
2
3
  import { useSize } from "../config-provider/hooks/useSize.js";
3
4
  import compact_default from "./style/compact.js";
4
- import { computed, createVNode, defineComponent, inject, isVNode, mergeProps, provide, ref } from "vue";
5
+ import { computed, createVNode, defineComponent, inject, isVNode, mergeProps, provide, ref, toRefs } from "vue";
5
6
  import { classNames } from "@v-c/util";
6
7
  import { filterEmpty } from "@v-c/util/dist/props-util";
7
8
 
@@ -73,20 +74,22 @@ const Compact = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
73
74
  const prefixCls = computed(() => configContext.value?.getPrefixCls?.("space-compact", props.prefixCls));
74
75
  const [hashId, cssVarCls] = compact_default(prefixCls);
75
76
  const compactItemContext = useSpaceCompactItemContext();
77
+ const { direction, vertical, orientation } = toRefs(props);
78
+ const [mergedOrientation, mergedVertical] = useOrientation(orientation, vertical, direction);
76
79
  return () => {
77
- const { rootClass, direction, block } = props;
80
+ const { rootClass, block } = props;
78
81
  const directionConfig = configContext.value?.direction;
79
82
  const clx = classNames(prefixCls.value, hashId.value, cssVarCls.value, {
80
83
  [`${prefixCls.value}-rtl`]: directionConfig === "rtl",
81
84
  [`${prefixCls.value}-block`]: block,
82
- [`${prefixCls.value}-vertical`]: direction === "vertical"
85
+ [`${prefixCls.value}-vertical`]: mergedVertical.value
83
86
  }, rootClass);
84
87
  const childNodes = filterEmpty(slots?.default?.());
85
88
  const nodes = childNodes.map((child, i) => {
86
89
  const key = child?.key || `${prefixCls.value}-item-${i}`;
87
90
  return createVNode(CompactItem, {
88
91
  "compactSize": mergedSize.value,
89
- "compactDirection": direction,
92
+ "compactDirection": mergedOrientation.value,
90
93
  "isFirstItem": i === 0 && (!compactItemContext.value || compactItemContext.value?.isFirstItem),
91
94
  "key": key,
92
95
  "isLastItem": i === childNodes.length - 1 && (!compactItemContext.value || compactItemContext.value?.isLastItem)
@@ -112,6 +115,16 @@ const Compact = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
112
115
  required: false,
113
116
  default: void 0
114
117
  },
118
+ orientation: {
119
+ type: String,
120
+ required: false,
121
+ default: void 0
122
+ },
123
+ vertical: {
124
+ type: Boolean,
125
+ required: false,
126
+ default: void 0
127
+ },
115
128
  rootClass: {
116
129
  type: String,
117
130
  required: false,
@@ -6,7 +6,7 @@ import "../_util/hooks/index.js";
6
6
  import { SpaceCompactProps } from "./Compact.js";
7
7
  import { SpaceCompactCellProps } from "./Addon.js";
8
8
  import { ComponentBaseProps } from "../config-provider/context.js";
9
- import * as vue171 from "vue";
9
+ import * as vue80 from "vue";
10
10
  import { SlotsType } from "vue";
11
11
 
12
12
  //#region src/space/index.d.ts
@@ -30,10 +30,10 @@ interface SpaceSlots {
30
30
  default?: () => any;
31
31
  separator?: () => any;
32
32
  }
33
- declare const Space: vue171.DefineSetupFnComponent<SpaceProps, EmptyEmit, SlotsType<SpaceSlots>, SpaceProps & {
33
+ declare const Space: vue80.DefineSetupFnComponent<SpaceProps, EmptyEmit, SlotsType<SpaceSlots>, SpaceProps & {
34
34
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
35
- }, vue171.PublicProps>;
36
- declare const SpaceCompact: vue171.DefineSetupFnComponent<SpaceCompactProps, {}, {}, SpaceCompactProps & {}, vue171.PublicProps>;
37
- declare const SpaceAddon: vue171.DefineSetupFnComponent<SpaceCompactCellProps, {}, {}, SpaceCompactCellProps & {}, vue171.PublicProps>;
35
+ }, vue80.PublicProps>;
36
+ declare const SpaceCompact: vue80.DefineSetupFnComponent<SpaceCompactProps, {}, {}, SpaceCompactProps & {}, vue80.PublicProps>;
37
+ declare const SpaceAddon: vue80.DefineSetupFnComponent<SpaceCompactCellProps, {}, {}, SpaceCompactCellProps & {}, vue80.PublicProps>;
38
38
  //#endregion
39
39
  export { Space, SpaceAddon, SpaceCompact, SpaceProps, SpaceSize, SpaceSlots };
@@ -1,10 +1,11 @@
1
- import { genStyleHooks } from "../../theme/util/genStyleUtils.js";
1
+ import { genCssVar, genStyleHooks } from "../../theme/util/genStyleUtils.js";
2
2
  import "../../theme/internal.js";
3
3
  import { genCompactItemStyle } from "../../style/compact-item.js";
4
4
 
5
5
  //#region src/space/style/addon.ts
6
6
  const genSpaceAddonStyle = (token) => {
7
- const { componentCls, borderRadius, paddingSM, colorBorder, paddingXS, fontSizeLG, fontSizeSM, borderRadiusLG, borderRadiusSM, colorBgContainerDisabled, lineWidth } = token;
7
+ const { componentCls, borderRadius, paddingSM, colorBorder, paddingXS, fontSizeLG, fontSizeSM, borderRadiusLG, borderRadiusSM, colorBgContainerDisabled, lineWidth, antCls } = token;
8
+ const [varName, varRef] = genCssVar(antCls, "space");
8
9
  return { [componentCls]: [
9
10
  {
10
11
  "display": "inline-flex",
@@ -39,19 +40,19 @@ const genSpaceAddonStyle = (token) => {
39
40
  "&-compact-item:not(:first-child)": { borderInlineStartWidth: 0 }
40
41
  },
41
42
  {
42
- "--space-addon-border-color": colorBorder,
43
- "--space-addon-background": colorBgContainerDisabled,
44
- "--space-addon-border-color-outlined": colorBorder,
45
- "--space-addon-background-filled": colorBgContainerDisabled,
46
- "borderColor": "var(--space-addon-border-color)",
47
- "background": "var(--space-addon-background)",
48
- "&-variant-outlined": { "--space-addon-border-color": "var(--space-addon-border-color-outlined)" },
43
+ [varName("addon-border-color")]: colorBorder,
44
+ [varName("addon-background")]: colorBgContainerDisabled,
45
+ [varName("addon-border-color-outlined")]: colorBorder,
46
+ [varName("addon-background-filled")]: colorBgContainerDisabled,
47
+ "borderColor": varRef("addon-border-color"),
48
+ "background": varRef("addon-background"),
49
+ "&-variant-outlined": { [varName("addon-border-color")]: varRef("addon-border-color-outlined") },
49
50
  "&-variant-filled": {
50
- "--space-addon-border-color": "transparent",
51
- "--space-addon-background": "var(--space-addon-background-filled)",
51
+ [varName("addon-border-color")]: "transparent",
52
+ [varName("addon-background")]: varRef("addon-background-filled"),
52
53
  [`&${componentCls}-disabled`]: {
53
- "--space-addon-border-color": colorBorder,
54
- "--space-addon-background": colorBgContainerDisabled
54
+ [varName("addon-border-color")]: colorBorder,
55
+ [varName("addon-background")]: colorBgContainerDisabled
55
56
  }
56
57
  },
57
58
  "&-variant-borderless": {
@@ -65,14 +66,14 @@ const genSpaceAddonStyle = (token) => {
65
66
  },
66
67
  {
67
68
  "&-status-error": {
68
- "--space-addon-border-color-outlined": token.colorError,
69
- "--space-addon-background-filled": token.colorErrorBg,
70
- "color": token.colorError
69
+ [varName("addon-border-color-outlined")]: token.colorError,
70
+ [varName("addon-background-filled")]: token.colorErrorBg,
71
+ color: token.colorError
71
72
  },
72
73
  "&-status-warning": {
73
- "--space-addon-border-color-outlined": token.colorWarning,
74
- "--space-addon-background-filled": token.colorWarningBg,
75
- "color": token.colorWarning
74
+ [varName("addon-border-color-outlined")]: token.colorWarning,
75
+ [varName("addon-background-filled")]: token.colorWarningBg,
76
+ color: token.colorWarning
76
77
  }
77
78
  }
78
79
  ] };
@@ -2,7 +2,7 @@ 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
4
  import { ComponentBaseProps } from "../config-provider/context.js";
5
- import * as vue177 from "vue";
5
+ import * as vue104 from "vue";
6
6
  import { CSSProperties, SlotsType } from "vue";
7
7
 
8
8
  //#region src/spin/index.d.ts
@@ -37,9 +37,9 @@ interface SpinSlots {
37
37
  tip?: () => any;
38
38
  default?: () => any;
39
39
  }
40
- declare const Spin: vue177.DefineSetupFnComponent<SpinProps, EmptyEmit, SlotsType<SpinSlots>, SpinProps & {
40
+ declare const Spin: vue104.DefineSetupFnComponent<SpinProps, EmptyEmit, SlotsType<SpinSlots>, SpinProps & {
41
41
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
42
- }, vue177.PublicProps>;
42
+ }, vue104.PublicProps>;
43
43
  declare const _default: typeof Spin & {
44
44
  setDefaultIndicator: (indicator: VueNode) => void;
45
45
  };
@@ -1,3 +1,4 @@
1
+ import { genCssVar } from "../theme/util/genStyleUtils.js";
1
2
  import { getSlotPropsFnRun, toPropsRefs } from "../_util/tools.js";
2
3
  import { computed, createVNode, defineComponent, mergeProps, shallowRef, watch } from "vue";
3
4
  import { clsx } from "@v-c/util";
@@ -8,8 +9,9 @@ function getValidNumber(num) {
8
9
  return typeof num === "number" && !Number.isNaN(num) && Number.isFinite(num) ? Math.round(num) : 0;
9
10
  }
10
11
  const SplitBar = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
11
- const { vertical, resizable, index, containerSize, ariaNow, ariaMin, ariaMax, prefixCls, lazy } = toPropsRefs(props, "vertical", "resizable", "index", "containerSize", "ariaNow", "ariaMin", "ariaMax", "prefixCls", "lazy");
12
+ const { vertical, resizable, index, containerSize, ariaNow, ariaMin, ariaMax, prefixCls, rootPrefixCls, lazy } = toPropsRefs(props, "vertical", "resizable", "index", "containerSize", "ariaNow", "ariaMin", "ariaMax", "prefixCls", "rootPrefixCls", "lazy");
12
13
  const splitBarPrefixCls = computed(() => `${prefixCls.value}-bar`);
14
+ const barVarName = computed(() => genCssVar(rootPrefixCls.value, "splitter")[0]);
13
15
  const startPos = shallowRef();
14
16
  const constrainedOffset = shallowRef(0);
15
17
  const constrainedOffsetX = computed(() => vertical.value ? 0 : constrainedOffset.value);
@@ -97,7 +99,7 @@ const SplitBar = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
97
99
  });
98
100
  return () => {
99
101
  const { collapsibleIcon, draggerClassName, draggerStyle, active, startCollapsible, showStartCollapsibleIcon, onCollapse, endCollapsible, showEndCollapsibleIcon } = props;
100
- const transformStyle = { [`--${splitBarPrefixCls.value}-preview-offset`]: `${constrainedOffset.value}px` };
102
+ const transformStyle = { [barVarName.value("bar-preview-offset")]: `${constrainedOffset.value}px` };
101
103
  const propCollapsibleIconStart = collapsibleIcon?.start;
102
104
  const propCollapsibleIconEnd = collapsibleIcon?.end;
103
105
  const collapsibleIconStart = getSlotPropsFnRun(slots, { collapsibleIconStart: propCollapsibleIconStart }, "collapsibleIconStart", false);
@@ -181,6 +183,11 @@ const SplitBar = /* @__PURE__ */ defineComponent((props, { slots, attrs }) => {
181
183
  required: true,
182
184
  default: void 0
183
185
  },
186
+ rootPrefixCls: {
187
+ type: String,
188
+ required: true,
189
+ default: void 0
190
+ },
184
191
  resizable: {
185
192
  type: Boolean,
186
193
  required: true,
@@ -1,10 +1,10 @@
1
1
  import { SplitterEmits, SplitterProps, SplitterSlots } from "./interface.js";
2
- import * as vue418 from "vue";
2
+ import * as vue394 from "vue";
3
3
  import { SlotsType } from "vue";
4
4
 
5
5
  //#region src/splitter/Splitter.d.ts
6
- declare const Splitter: vue418.DefineSetupFnComponent<SplitterProps, SplitterEmits, SlotsType<SplitterSlots>, SplitterProps & {
6
+ declare const Splitter: vue394.DefineSetupFnComponent<SplitterProps, SplitterEmits, SlotsType<SplitterSlots>, SplitterProps & {
7
7
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
8
- }, vue418.PublicProps>;
8
+ }, vue394.PublicProps>;
9
9
  //#endregion
10
10
  export { Splitter };
@@ -19,7 +19,7 @@ import ResizeObserver from "@v-c/resize-observer";
19
19
 
20
20
  //#region src/splitter/Splitter.tsx
21
21
  const Splitter = /* @__PURE__ */ defineComponent((props, { slots, emit, attrs }) => {
22
- const { prefixCls, direction, class: contextClassName, style: contextStyle, classes: contextClassNames, styles: contextStyles } = useComponentBaseConfig("splitter", props);
22
+ const { prefixCls, rootPrefixCls, direction, class: contextClassName, style: contextStyle, classes: contextClassNames, styles: contextStyles } = useComponentBaseConfig("splitter", props);
23
23
  const { classes, styles, orientation, layout, vertical } = toPropsRefs(props, "classes", "styles", "orientation", "layout", "vertical");
24
24
  const rootCls = useCSSVarCls_default(prefixCls);
25
25
  const [hashId, cssVarCls] = style_default(prefixCls, rootCls);
@@ -121,6 +121,7 @@ const Splitter = /* @__PURE__ */ defineComponent((props, { slots, emit, attrs })
121
121
  "index": idx,
122
122
  "active": movingIndex.value === idx,
123
123
  "prefixCls": prefixCls.value,
124
+ "rootPrefixCls": rootPrefixCls.value,
124
125
  "vertical": isVertical.value,
125
126
  "resizable": resizableInfo.resizable,
126
127
  "draggerStyle": mergedStyles.value.dragger,
@@ -1,8 +1,8 @@
1
1
  import { InternalPanelProps, SplitterEmits, SplitterProps, SplitterSlots } from "./interface.js";
2
2
  import { Splitter } from "./Splitter.js";
3
- import * as vue179 from "vue";
3
+ import * as vue110 from "vue";
4
4
 
5
5
  //#region src/splitter/index.d.ts
6
- declare const SplitterPanel: vue179.DefineSetupFnComponent<InternalPanelProps, {}, {}, InternalPanelProps & {}, vue179.PublicProps>;
6
+ declare const SplitterPanel: vue110.DefineSetupFnComponent<InternalPanelProps, {}, {}, InternalPanelProps & {}, vue110.PublicProps>;
7
7
  //#endregion
8
8
  export { SplitterPanel };