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

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 (313) hide show
  1. package/dist/_util/ActionButton.js +22 -10
  2. package/dist/_util/ContextIsolator.js +4 -2
  3. package/dist/_util/wave/index.js +6 -3
  4. package/dist/affix/index.d.ts +6 -5
  5. package/dist/affix/index.js +15 -6
  6. package/dist/alert/Alert.d.ts +3 -3
  7. package/dist/alert/Alert.js +52 -26
  8. package/dist/anchor/Anchor.d.ts +3 -3
  9. package/dist/anchor/Anchor.js +28 -14
  10. package/dist/anchor/AnchorLink.js +12 -6
  11. package/dist/antd.js +86 -86
  12. package/dist/app/App.d.ts +2 -2
  13. package/dist/app/App.js +12 -5
  14. package/dist/avatar/Avatar.d.ts +3 -3
  15. package/dist/avatar/Avatar.js +31 -19
  16. package/dist/avatar/AvatarGroup.d.ts +2 -2
  17. package/dist/avatar/AvatarGroup.js +10 -5
  18. package/dist/badge/Ribbon.d.ts +3 -3
  19. package/dist/badge/Ribbon.js +14 -6
  20. package/dist/badge/ScrollNumber.js +10 -5
  21. package/dist/badge/SingleNumber.js +6 -3
  22. package/dist/badge/index.d.ts +3 -3
  23. package/dist/badge/index.js +32 -15
  24. package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
  25. package/dist/breadcrumb/Breadcrumb.js +24 -11
  26. package/dist/breadcrumb/BreadcrumbItem.js +32 -16
  27. package/dist/button/Button.d.ts +3 -3
  28. package/dist/button/Button.js +46 -22
  29. package/dist/button/DefaultLoadingIcon.js +12 -6
  30. package/dist/button/IconWrapper.js +2 -1
  31. package/dist/calendar/Header.js +80 -36
  32. package/dist/calendar/generateCalendar.d.ts +3 -3
  33. package/dist/calendar/generateCalendar.js +44 -19
  34. package/dist/calendar/index.d.ts +3 -3
  35. package/dist/card/Card.d.ts +3 -3
  36. package/dist/card/Card.js +50 -25
  37. package/dist/card/CardGrid.d.ts +2 -2
  38. package/dist/card/CardGrid.js +4 -2
  39. package/dist/card/CardMeta.d.ts +3 -3
  40. package/dist/card/CardMeta.js +12 -6
  41. package/dist/carousel/index.d.ts +3 -3
  42. package/dist/carousel/index.js +112 -56
  43. package/dist/cascader/Panel.d.ts +3 -3
  44. package/dist/cascader/Panel.js +44 -17
  45. package/dist/cascader/index.d.ts +3 -3
  46. package/dist/cascader/index.js +174 -81
  47. package/dist/checkbox/Checkbox.d.ts +3 -3
  48. package/dist/checkbox/Checkbox.js +36 -17
  49. package/dist/checkbox/Group.d.ts +3 -3
  50. package/dist/checkbox/Group.js +16 -8
  51. package/dist/collapse/Collapse.d.ts +3 -3
  52. package/dist/collapse/Collapse.js +34 -17
  53. package/dist/color-picker/ColorPicker.d.ts +2 -2
  54. package/dist/color-picker/ColorPicker.js +56 -26
  55. package/dist/color-picker/ColorPickerPanel.js +74 -35
  56. package/dist/color-picker/components/ColorAlphaInput.js +6 -3
  57. package/dist/color-picker/components/ColorClear.js +8 -4
  58. package/dist/color-picker/components/ColorHexInput.js +6 -3
  59. package/dist/color-picker/components/ColorHsbInput.js +6 -3
  60. package/dist/color-picker/components/ColorInput.js +16 -7
  61. package/dist/color-picker/components/ColorPresets.js +8 -4
  62. package/dist/color-picker/components/ColorRgbInput.js +6 -3
  63. package/dist/color-picker/components/ColorSlider.js +58 -27
  64. package/dist/color-picker/components/ColorSteppers.js +14 -7
  65. package/dist/color-picker/components/ColorTrigger.js +20 -9
  66. package/dist/color-picker/components/PanelPicker/GradientColorBar.js +40 -19
  67. package/dist/config-provider/SizeContext.js +2 -1
  68. package/dist/config-provider/defaultRenderEmpty.js +2 -1
  69. package/dist/config-provider/index.d.ts +3 -3
  70. package/dist/config-provider/index.js +304 -152
  71. package/dist/date-picker/PickerButton.js +46 -22
  72. package/dist/date-picker/generatePicker/SuffixIcon.js +8 -4
  73. package/dist/date-picker/generatePicker/generateRangePicker.js +554 -256
  74. package/dist/date-picker/generatePicker/generateSinglePicker.js +558 -256
  75. package/dist/date-picker/generatePicker/index.d.ts +15 -15
  76. package/dist/date-picker/index.d.ts +25 -25
  77. package/dist/descriptions/Cell.js +20 -10
  78. package/dist/descriptions/Row.js +16 -8
  79. package/dist/descriptions/index.d.ts +3 -3
  80. package/dist/descriptions/index.js +30 -15
  81. package/dist/divider/index.d.ts +2 -2
  82. package/dist/divider/index.js +26 -13
  83. package/dist/drawer/DrawerPanel.js +38 -18
  84. package/dist/drawer/index.d.ts +3 -3
  85. package/dist/drawer/index.js +130 -62
  86. package/dist/dropdown/dropdown.d.ts +3 -3
  87. package/dist/dropdown/dropdown.js +42 -21
  88. package/dist/empty/index.d.ts +3 -3
  89. package/dist/empty/index.js +12 -6
  90. package/dist/flex/index.d.ts +3 -3
  91. package/dist/flex/index.js +28 -9
  92. package/dist/float-button/BackTop.d.ts +3 -3
  93. package/dist/float-button/BackTop.js +36 -18
  94. package/dist/float-button/FloatButton.d.ts +3 -3
  95. package/dist/float-button/FloatButton.js +32 -16
  96. package/dist/float-button/FloatButtonGroup.d.ts +3 -3
  97. package/dist/float-button/FloatButtonGroup.js +42 -21
  98. package/dist/float-button/PurePanel.js +78 -39
  99. package/dist/form/ErrorList.js +12 -6
  100. package/dist/form/Form.d.ts +3 -3
  101. package/dist/form/Form.js +48 -24
  102. package/dist/form/FormItem/ItemHolder.js +66 -33
  103. package/dist/form/FormItem/StatusProvider.js +18 -8
  104. package/dist/form/FormItem/index.d.ts +3 -3
  105. package/dist/form/FormItem/index.js +56 -28
  106. package/dist/form/FormItemInput.js +24 -12
  107. package/dist/form/FormItemLabel.js +20 -10
  108. package/dist/form/context.js +10 -5
  109. package/dist/grid/col.js +26 -13
  110. package/dist/grid/index.d.ts +2 -2
  111. package/dist/grid/row.d.ts +2 -2
  112. package/dist/grid/row.js +11 -6
  113. package/dist/image/PreviewGroup.d.ts +2 -2
  114. package/dist/image/PreviewGroup.js +20 -9
  115. package/dist/image/index.d.ts +4 -4
  116. package/dist/image/index.js +24 -12
  117. package/dist/input/Group.js +6 -3
  118. package/dist/input/Input.js +70 -29
  119. package/dist/input/OTP/OTPInput.js +76 -33
  120. package/dist/input/OTP/index.js +36 -17
  121. package/dist/input/Password.js +76 -33
  122. package/dist/input/Search.js +80 -33
  123. package/dist/input/TextArea.d.ts +3 -3
  124. package/dist/input/TextArea.js +58 -25
  125. package/dist/input/index.d.ts +11 -11
  126. package/dist/input-number/index.d.ts +3 -3
  127. package/dist/input-number/index.js +88 -37
  128. package/dist/layout/Sider.js +20 -10
  129. package/dist/layout/index.d.ts +6 -6
  130. package/dist/layout/layout.d.ts +2 -2
  131. package/dist/layout/layout.js +28 -14
  132. package/dist/locale/index.js +4 -2
  133. package/dist/masonry/Masonry.d.ts +3 -3
  134. package/dist/masonry/Masonry.js +20 -9
  135. package/dist/masonry/MasonryItem.js +18 -8
  136. package/dist/mentions/index.d.ts +3 -3
  137. package/dist/mentions/index.js +62 -28
  138. package/dist/menu/MenuContext.js +2 -1
  139. package/dist/menu/MenuDivider.d.ts +2 -2
  140. package/dist/menu/MenuDivider.js +4 -2
  141. package/dist/menu/MenuItem.d.ts +3 -3
  142. package/dist/menu/MenuItem.js +38 -19
  143. package/dist/menu/OverrideContext.js +2 -1
  144. package/dist/menu/SubMenu.d.ts +3 -3
  145. package/dist/menu/SubMenu.js +40 -19
  146. package/dist/menu/index.d.ts +5 -5
  147. package/dist/menu/index.js +84 -37
  148. package/dist/menu/menu.js +88 -39
  149. package/dist/message/PurePanel.d.ts +2 -2
  150. package/dist/message/PurePanel.js +42 -20
  151. package/dist/message/index.js +6 -3
  152. package/dist/message/useMessage.js +26 -12
  153. package/dist/modal/ConfirmDialog.js +392 -184
  154. package/dist/modal/Modal.d.ts +3 -3
  155. package/dist/modal/Modal.js +102 -47
  156. package/dist/modal/confirm.js +116 -54
  157. package/dist/modal/shared.js +18 -9
  158. package/dist/modal/useModal/HookModal.js +8 -4
  159. package/dist/notification/PurePanel.d.ts +2 -2
  160. package/dist/notification/PurePanel.js +56 -27
  161. package/dist/notification/index.js +6 -3
  162. package/dist/notification/useNotification.d.ts +2 -2
  163. package/dist/notification/useNotification.js +34 -16
  164. package/dist/package.js +1 -1
  165. package/dist/pagination/Pagination.d.ts +3 -3
  166. package/dist/pagination/Pagination.js +68 -33
  167. package/dist/popconfirm/PurePanel.d.ts +2 -2
  168. package/dist/popconfirm/PurePanel.js +68 -34
  169. package/dist/popconfirm/index.d.ts +3 -3
  170. package/dist/popconfirm/index.js +76 -35
  171. package/dist/popover/PurePanel.js +132 -60
  172. package/dist/popover/index.d.ts +3 -3
  173. package/dist/popover/index.js +60 -27
  174. package/dist/progress/Circle.js +52 -26
  175. package/dist/progress/Line.js +52 -26
  176. package/dist/progress/Steps.js +50 -25
  177. package/dist/progress/progress.d.ts +3 -3
  178. package/dist/progress/progress.js +50 -25
  179. package/dist/qrcode/QrcodeStatus.js +12 -5
  180. package/dist/qrcode/index.d.ts +3 -3
  181. package/dist/qrcode/index.js +48 -23
  182. package/dist/radio/group.js +34 -15
  183. package/dist/radio/index.d.ts +5 -5
  184. package/dist/radio/radio.d.ts +3 -3
  185. package/dist/radio/radio.js +36 -17
  186. package/dist/radio/radioButton.js +30 -14
  187. package/dist/rate/index.d.ts +3 -3
  188. package/dist/rate/index.js +34 -17
  189. package/dist/result/index.d.ts +3 -3
  190. package/dist/result/index.js +28 -12
  191. package/dist/segmented/index.d.ts +3 -3
  192. package/dist/segmented/index.js +36 -18
  193. package/dist/select/index.d.ts +5 -5
  194. package/dist/select/index.js +148 -72
  195. package/dist/skeleton/Avatar.d.ts +2 -2
  196. package/dist/skeleton/Avatar.js +10 -5
  197. package/dist/skeleton/Button.d.ts +2 -2
  198. package/dist/skeleton/Button.js +12 -6
  199. package/dist/skeleton/Element.js +10 -5
  200. package/dist/skeleton/Image.d.ts +2 -2
  201. package/dist/skeleton/Image.js +6 -3
  202. package/dist/skeleton/Input.d.ts +2 -2
  203. package/dist/skeleton/Input.js +10 -5
  204. package/dist/skeleton/Node.d.ts +3 -3
  205. package/dist/skeleton/Node.js +8 -4
  206. package/dist/skeleton/Paragraph.js +8 -4
  207. package/dist/skeleton/Skeleton.d.ts +3 -3
  208. package/dist/skeleton/Skeleton.js +20 -10
  209. package/dist/skeleton/Title.js +8 -4
  210. package/dist/slider/SliderTooltip.js +62 -28
  211. package/dist/slider/index.d.ts +3 -3
  212. package/dist/slider/index.js +60 -29
  213. package/dist/space/Addon.js +8 -4
  214. package/dist/space/Compact.js +20 -11
  215. package/dist/space/Item.js +8 -4
  216. package/dist/space/index.d.ts +5 -5
  217. package/dist/space/index.js +23 -12
  218. package/dist/space/style/compact.js +20 -0
  219. package/dist/spin/Indicator/Looper.js +4 -2
  220. package/dist/spin/Indicator/Progress.js +8 -4
  221. package/dist/spin/Indicator/index.js +6 -3
  222. package/dist/spin/index.d.ts +3 -3
  223. package/dist/spin/index.js +24 -12
  224. package/dist/splitter/Panel.js +18 -9
  225. package/dist/splitter/SplitBar.js +44 -22
  226. package/dist/splitter/Splitter.d.ts +3 -3
  227. package/dist/splitter/Splitter.js +20 -10
  228. package/dist/splitter/index.d.ts +2 -2
  229. package/dist/statistic/Number.js +12 -6
  230. package/dist/statistic/Statistic.d.ts +3 -3
  231. package/dist/statistic/Statistic.js +30 -15
  232. package/dist/statistic/Timer.d.ts +5 -5
  233. package/dist/statistic/Timer.js +34 -17
  234. package/dist/statistic/index.d.ts +5 -5
  235. package/dist/steps/PanelArrow.js +2 -1
  236. package/dist/steps/ProgressIcon.js +4 -2
  237. package/dist/steps/index.d.ts +3 -3
  238. package/dist/steps/index.js +44 -22
  239. package/dist/switch/index.d.ts +3 -3
  240. package/dist/switch/index.js +34 -17
  241. package/dist/table/Column.d.ts +3 -3
  242. package/dist/table/Column.js +86 -41
  243. package/dist/table/ColumnGroup.d.ts +3 -3
  244. package/dist/table/ColumnGroup.js +84 -41
  245. package/dist/table/InternalTable.js +106 -52
  246. package/dist/table/Table.d.ts +3 -3
  247. package/dist/table/Table.js +104 -51
  248. package/dist/table/hooks/useFilter/FilterDropdown.js +38 -18
  249. package/dist/table/hooks/useFilter/FilterWrapper.js +4 -2
  250. package/dist/tabs/TabPane.d.ts +3 -3
  251. package/dist/tabs/index.d.ts +3 -3
  252. package/dist/tabs/index.js +62 -31
  253. package/dist/tag/CheckableTag.d.ts +3 -3
  254. package/dist/tag/CheckableTag.js +10 -5
  255. package/dist/tag/CheckableTagGroup.d.ts +3 -3
  256. package/dist/tag/CheckableTagGroup.js +28 -12
  257. package/dist/tag/index.d.ts +3 -3
  258. package/dist/tag/index.js +30 -14
  259. package/dist/theme/index.d.ts +4 -4
  260. package/dist/time-picker/index.d.ts +7 -7
  261. package/dist/time-picker/index.js +1106 -509
  262. package/dist/timeline/Timeline.d.ts +3 -3
  263. package/dist/timeline/Timeline.js +20 -10
  264. package/dist/timeline/TimelineItem.js +22 -10
  265. package/dist/timeline/TimelineItemList.js +24 -12
  266. package/dist/tooltip/PurePanel.d.ts +2 -2
  267. package/dist/tooltip/PurePanel.js +58 -26
  268. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  269. package/dist/tooltip/index.d.ts +3 -3
  270. package/dist/tooltip/index.js +60 -27
  271. package/dist/tour/index.d.ts +3 -3
  272. package/dist/tour/index.js +52 -25
  273. package/dist/tour/panelRender.js +18 -9
  274. package/dist/transfer/Actions.d.ts +2 -2
  275. package/dist/transfer/Actions.js +36 -18
  276. package/dist/transfer/ListBody.js +76 -38
  277. package/dist/transfer/ListItem.js +22 -11
  278. package/dist/transfer/Section.d.ts +2 -2
  279. package/dist/transfer/Section.js +76 -38
  280. package/dist/transfer/Transfer.d.ts +3 -3
  281. package/dist/transfer/Transfer.js +52 -26
  282. package/dist/transfer/search.d.ts +3 -3
  283. package/dist/transfer/search.js +8 -4
  284. package/dist/tree/DirectoryTree.d.ts +3 -3
  285. package/dist/tree/DirectoryTree.js +90 -45
  286. package/dist/tree/Tree.d.ts +3 -3
  287. package/dist/tree/Tree.js +90 -45
  288. package/dist/tree/utils/iconUtil.js +10 -5
  289. package/dist/tree-select/index.d.ts +4 -4
  290. package/dist/tree-select/index.js +194 -94
  291. package/dist/typography/Base/CopyBtn.js +24 -12
  292. package/dist/typography/Base/Ellipsis.js +16 -8
  293. package/dist/typography/Base/EllipsisTooltip.js +6 -3
  294. package/dist/typography/Base/index.js +42 -20
  295. package/dist/typography/Editable.js +28 -13
  296. package/dist/typography/Link.d.ts +3 -3
  297. package/dist/typography/Link.js +48 -23
  298. package/dist/typography/Paragraph.js +42 -20
  299. package/dist/typography/Text.js +42 -20
  300. package/dist/typography/Title.js +42 -20
  301. package/dist/typography/Typography.d.ts +3 -3
  302. package/dist/typography/Typography.js +16 -7
  303. package/dist/typography/index.d.ts +9 -9
  304. package/dist/upload/Dragger.d.ts +3 -3
  305. package/dist/upload/Dragger.js +76 -38
  306. package/dist/upload/Upload.d.ts +3 -3
  307. package/dist/upload/Upload.js +74 -37
  308. package/dist/upload/UploadList/ListItem.js +44 -22
  309. package/dist/upload/UploadList/index.js +50 -24
  310. package/dist/upload/index.d.ts +3 -3
  311. package/dist/watermark/index.d.ts +2 -2
  312. package/dist/watermark/index.js +22 -11
  313. package/package.json +4 -4
@@ -3,7 +3,7 @@ import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMe
3
3
  import "../_util/hooks/index.js";
4
4
  import { FormatConfig, valueType } from "./utils.js";
5
5
  import { ComponentBaseProps } from "../config-provider/context.js";
6
- import * as vue289 from "vue";
6
+ import * as vue363 from "vue";
7
7
  import { CSSProperties, SlotsType, VNodeChild } from "vue";
8
8
 
9
9
  //#region src/statistic/Statistic.d.ts
@@ -33,7 +33,7 @@ interface StatisticSlots {
33
33
  prefix: () => any;
34
34
  suffix: () => any;
35
35
  }
36
- declare const Statistic: vue289.DefineSetupFnComponent<StatisticRectProps, StatisticEmits, SlotsType<StatisticSlots>, FormatConfig & ComponentBaseProps & {
36
+ declare const Statistic: vue363.DefineSetupFnComponent<StatisticRectProps, StatisticEmits, SlotsType<StatisticSlots>, FormatConfig & ComponentBaseProps & {
37
37
  value?: valueType;
38
38
  valueStyle?: CSSProperties;
39
39
  valueRender?: (node: any) => VNodeChild;
@@ -45,6 +45,6 @@ declare const Statistic: vue289.DefineSetupFnComponent<StatisticRectProps, Stati
45
45
  styles?: StatisticStylesType;
46
46
  } & {
47
47
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
48
- }, vue289.PublicProps>;
48
+ }, vue363.PublicProps>;
49
49
  //#endregion
50
50
  export { Statistic, StatisticClassNamesType, StatisticProps, StatisticSlots, StatisticStylesType };
@@ -92,39 +92,48 @@ const Statistic = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit,
92
92
  String,
93
93
  Function
94
94
  ],
95
- required: false
95
+ required: false,
96
+ default: void 0
96
97
  },
97
98
  decimalSeparator: {
98
99
  type: String,
99
- required: false
100
+ required: false,
101
+ default: void 0
100
102
  },
101
103
  groupSeparator: {
102
104
  type: String,
103
- required: false
105
+ required: false,
106
+ default: void 0
104
107
  },
105
108
  precision: {
106
109
  type: Number,
107
- required: false
110
+ required: false,
111
+ default: void 0
108
112
  },
109
113
  rootClass: {
110
114
  type: String,
111
- required: false
115
+ required: false,
116
+ default: void 0
112
117
  },
113
118
  prefixCls: {
114
119
  type: String,
115
- required: false
120
+ required: false,
121
+ default: void 0
116
122
  },
117
123
  value: {
118
124
  type: [Number, String],
119
- required: false
125
+ required: false,
126
+ default: void 0
120
127
  },
121
128
  valueStyle: {
122
129
  type: Object,
123
- required: false
130
+ required: false,
131
+ default: void 0
124
132
  },
125
133
  valueRender: {
126
134
  type: Function,
127
- required: false
135
+ required: false,
136
+ default: void 0
128
137
  },
129
138
  title: {
130
139
  type: [
@@ -135,7 +144,8 @@ const Statistic = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit,
135
144
  null,
136
145
  Object
137
146
  ],
138
- required: false
147
+ required: false,
148
+ default: void 0
139
149
  },
140
150
  prefix: {
141
151
  type: [
@@ -146,7 +156,8 @@ const Statistic = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit,
146
156
  null,
147
157
  Object
148
158
  ],
149
- required: false
159
+ required: false,
160
+ default: void 0
150
161
  },
151
162
  suffix: {
152
163
  type: [
@@ -157,19 +168,23 @@ const Statistic = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit,
157
168
  null,
158
169
  Object
159
170
  ],
160
- required: false
171
+ required: false,
172
+ default: void 0
161
173
  },
162
174
  loading: {
163
175
  type: Boolean,
164
- required: false
176
+ required: false,
177
+ default: void 0
165
178
  },
166
179
  classes: {
167
180
  type: [Object, Function],
168
- required: false
181
+ required: false,
182
+ default: void 0
169
183
  },
170
184
  styles: {
171
185
  type: [Object, Function],
172
- required: false
186
+ required: false,
187
+ default: void 0
173
188
  }
174
189
  }, {
175
190
  value: 0,
@@ -2,7 +2,7 @@ import { VueNode } from "../_util/type.js";
2
2
  import { FormatConfig, valueType } from "./utils.js";
3
3
  import { StatisticClassNamesType, StatisticProps, StatisticSlots, StatisticStylesType } from "./Statistic.js";
4
4
  import { ComponentBaseProps } from "../config-provider/context.js";
5
- import * as vue285 from "vue";
5
+ import * as vue359 from "vue";
6
6
  import { SlotsType } from "vue";
7
7
 
8
8
  //#region src/statistic/Timer.d.ts
@@ -19,10 +19,10 @@ interface StatisticTimeEmits {
19
19
  change: (value?: valueType) => void;
20
20
  [key: string]: (...args: any[]) => any;
21
21
  }
22
- declare const StatisticTimer: vue285.DefineSetupFnComponent<StatisticTimerProps, StatisticTimeEmits, SlotsType<StatisticSlots>, FormatConfig & ComponentBaseProps & {
22
+ declare const StatisticTimer: vue359.DefineSetupFnComponent<StatisticTimerProps, StatisticTimeEmits, SlotsType<StatisticSlots>, FormatConfig & ComponentBaseProps & {
23
23
  value?: valueType;
24
- valueStyle?: vue285.CSSProperties;
25
- valueRender?: (node: any) => vue285.VNodeChild;
24
+ valueStyle?: vue359.CSSProperties;
25
+ valueRender?: (node: any) => vue359.VNodeChild;
26
26
  title?: VueNode;
27
27
  prefix?: VueNode;
28
28
  suffix?: VueNode;
@@ -34,6 +34,6 @@ declare const StatisticTimer: vue285.DefineSetupFnComponent<StatisticTimerProps,
34
34
  format?: string;
35
35
  } & {
36
36
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
37
- }, vue285.PublicProps>;
37
+ }, vue359.PublicProps>;
38
38
  //#endregion
39
39
  export { StatisticTimeEmits, StatisticTimer, StatisticTimerProps, TimerType };
@@ -63,39 +63,48 @@ const StatisticTimer = /* @__PURE__ */ defineComponent((props, { slots, attrs, e
63
63
  String,
64
64
  Function
65
65
  ],
66
- required: false
66
+ required: false,
67
+ default: void 0
67
68
  },
68
69
  decimalSeparator: {
69
70
  type: String,
70
- required: false
71
+ required: false,
72
+ default: void 0
71
73
  },
72
74
  groupSeparator: {
73
75
  type: String,
74
- required: false
76
+ required: false,
77
+ default: void 0
75
78
  },
76
79
  precision: {
77
80
  type: Number,
78
- required: false
81
+ required: false,
82
+ default: void 0
79
83
  },
80
84
  rootClass: {
81
85
  type: String,
82
- required: false
86
+ required: false,
87
+ default: void 0
83
88
  },
84
89
  prefixCls: {
85
90
  type: String,
86
- required: false
91
+ required: false,
92
+ default: void 0
87
93
  },
88
94
  value: {
89
95
  type: [Number, String],
90
- required: false
96
+ required: false,
97
+ default: void 0
91
98
  },
92
99
  valueStyle: {
93
100
  type: Object,
94
- required: false
101
+ required: false,
102
+ default: void 0
95
103
  },
96
104
  valueRender: {
97
105
  type: Function,
98
- required: false
106
+ required: false,
107
+ default: void 0
99
108
  },
100
109
  title: {
101
110
  type: [
@@ -106,7 +115,8 @@ const StatisticTimer = /* @__PURE__ */ defineComponent((props, { slots, attrs, e
106
115
  null,
107
116
  Object
108
117
  ],
109
- required: false
118
+ required: false,
119
+ default: void 0
110
120
  },
111
121
  prefix: {
112
122
  type: [
@@ -117,7 +127,8 @@ const StatisticTimer = /* @__PURE__ */ defineComponent((props, { slots, attrs, e
117
127
  null,
118
128
  Object
119
129
  ],
120
- required: false
130
+ required: false,
131
+ default: void 0
121
132
  },
122
133
  suffix: {
123
134
  type: [
@@ -128,27 +139,33 @@ const StatisticTimer = /* @__PURE__ */ defineComponent((props, { slots, attrs, e
128
139
  null,
129
140
  Object
130
141
  ],
131
- required: false
142
+ required: false,
143
+ default: void 0
132
144
  },
133
145
  loading: {
134
146
  type: Boolean,
135
- required: false
147
+ required: false,
148
+ default: void 0
136
149
  },
137
150
  classes: {
138
151
  type: [Object, Function],
139
- required: false
152
+ required: false,
153
+ default: void 0
140
154
  },
141
155
  styles: {
142
156
  type: [Object, Function],
143
- required: false
157
+ required: false,
158
+ default: void 0
144
159
  },
145
160
  type: {
146
161
  type: String,
147
- required: true
162
+ required: true,
163
+ default: void 0
148
164
  },
149
165
  format: {
150
166
  type: String,
151
- required: false
167
+ required: false,
168
+ default: void 0
152
169
  }
153
170
  }, {
154
171
  value: 0,
@@ -3,13 +3,13 @@ import { FormatConfig, valueType } from "./utils.js";
3
3
  import { Statistic, StatisticClassNamesType, StatisticProps, StatisticSlots, StatisticStylesType } from "./Statistic.js";
4
4
  import { StatisticTimeEmits, StatisticTimer, StatisticTimerProps, TimerType } from "./Timer.js";
5
5
  import { ComponentBaseProps } from "../config-provider/context.js";
6
- import * as vue141 from "vue";
6
+ import * as vue183 from "vue";
7
7
 
8
8
  //#region src/statistic/index.d.ts
9
- declare const StatisticTimer$1: vue141.DefineSetupFnComponent<StatisticTimerProps, StatisticTimeEmits, vue141.SlotsType<StatisticSlots>, FormatConfig & ComponentBaseProps & {
9
+ declare const StatisticTimer$1: vue183.DefineSetupFnComponent<StatisticTimerProps, StatisticTimeEmits, vue183.SlotsType<StatisticSlots>, FormatConfig & ComponentBaseProps & {
10
10
  value?: valueType;
11
- valueStyle?: vue141.CSSProperties;
12
- valueRender?: (node: any) => vue141.VNodeChild;
11
+ valueStyle?: vue183.CSSProperties;
12
+ valueRender?: (node: any) => vue183.VNodeChild;
13
13
  title?: VueNode;
14
14
  prefix?: VueNode;
15
15
  suffix?: VueNode;
@@ -21,7 +21,7 @@ declare const StatisticTimer$1: vue141.DefineSetupFnComponent<StatisticTimerProp
21
21
  format?: string;
22
22
  } & {
23
23
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
24
- }, vue141.PublicProps>;
24
+ }, vue183.PublicProps>;
25
25
  declare const _default: typeof Statistic & {
26
26
  Timer: typeof StatisticTimer;
27
27
  };
@@ -14,7 +14,8 @@ const PanelArrow = /* @__PURE__ */ defineComponent((props) => {
14
14
  }, {
15
15
  props: { prefixCls: {
16
16
  type: String,
17
- required: true
17
+ required: true,
18
+ default: void 0
18
19
  } },
19
20
  name: "PanelArrow"
20
21
  });
@@ -31,11 +31,13 @@ const ProgressIcon = /* @__PURE__ */ defineComponent((props, { slots }) => {
31
31
  props: {
32
32
  prefixCls: {
33
33
  type: String,
34
- required: true
34
+ required: true,
35
+ default: void 0
35
36
  },
36
37
  percent: {
37
38
  type: Number,
38
- required: true
39
+ required: true,
40
+ default: void 0
39
41
  }
40
42
  },
41
43
  name: "ProgressIcon"
@@ -1,7 +1,7 @@
1
1
  import { 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 vue196 from "vue";
4
+ import * as vue188 from "vue";
5
5
  import { CSSProperties, SlotsType } from "vue";
6
6
  import { StepsProps } from "@v-c/steps";
7
7
 
@@ -80,8 +80,8 @@ interface StepsSlots {
80
80
  default: () => any;
81
81
  iconRender?: IconRenderType;
82
82
  }
83
- declare const Steps: vue196.DefineSetupFnComponent<StepsProps$1, StepsEmits, SlotsType<StepsSlots>, StepsProps$1 & {
83
+ declare const Steps: vue188.DefineSetupFnComponent<StepsProps$1, StepsEmits, SlotsType<StepsSlots>, StepsProps$1 & {
84
84
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
85
- }, vue196.PublicProps>;
85
+ }, vue188.PublicProps>;
86
86
  //#endregion
87
87
  export { Steps, StepsProps$1 as StepsProps };
@@ -183,91 +183,113 @@ const Steps = /* @__PURE__ */ defineComponent((props, { slots, attrs, emit }) =>
183
183
  props: /* @__PURE__ */ mergeDefaults({
184
184
  prefixCls: {
185
185
  type: String,
186
- required: false
186
+ required: false,
187
+ default: void 0
187
188
  },
188
189
  rootClass: {
189
190
  type: String,
190
- required: false
191
+ required: false,
192
+ default: void 0
191
193
  },
192
194
  classes: {
193
195
  type: [Object, Function],
194
- required: false
196
+ required: false,
197
+ default: void 0
195
198
  },
196
199
  styles: {
197
200
  type: [Object, Function],
198
- required: false
201
+ required: false,
202
+ default: void 0
199
203
  },
200
204
  variant: {
201
205
  type: String,
202
- required: false
206
+ required: false,
207
+ default: void 0
203
208
  },
204
209
  size: {
205
210
  type: String,
206
- required: false
211
+ required: false,
212
+ default: void 0
207
213
  },
208
214
  type: {
209
215
  type: String,
210
- required: false
216
+ required: false,
217
+ default: void 0
211
218
  },
212
219
  direction: {
213
220
  type: String,
214
- required: false
221
+ required: false,
222
+ default: void 0
215
223
  },
216
224
  orientation: {
217
225
  type: String,
218
- required: false
226
+ required: false,
227
+ default: void 0
219
228
  },
220
229
  labelPlacement: {
221
230
  type: String,
222
- required: false
231
+ required: false,
232
+ default: void 0
223
233
  },
224
234
  titlePlacement: {
225
235
  type: String,
226
- required: false
236
+ required: false,
237
+ default: void 0
227
238
  },
228
239
  progressDot: {
229
240
  type: [Boolean, Function],
230
- required: false
241
+ required: false,
242
+ default: void 0
231
243
  },
232
244
  responsive: {
233
245
  type: Boolean,
234
- required: false
246
+ required: false,
247
+ default: void 0
235
248
  },
236
249
  ellipsis: {
237
250
  type: Boolean,
238
- required: false
251
+ required: false,
252
+ default: void 0
239
253
  },
240
254
  offset: {
241
255
  type: Number,
242
- required: false
256
+ required: false,
257
+ default: void 0
243
258
  },
244
259
  current: {
245
260
  type: Number,
246
- required: false
261
+ required: false,
262
+ default: void 0
247
263
  },
248
264
  initial: {
249
265
  type: Number,
250
- required: false
266
+ required: false,
267
+ default: void 0
251
268
  },
252
269
  items: {
253
270
  type: Array,
254
- required: false
271
+ required: false,
272
+ default: void 0
255
273
  },
256
274
  percent: {
257
275
  type: Number,
258
- required: false
276
+ required: false,
277
+ default: void 0
259
278
  },
260
279
  status: {
261
280
  type: String,
262
- required: false
281
+ required: false,
282
+ default: void 0
263
283
  },
264
284
  iconRender: {
265
285
  type: Function,
266
- required: false
286
+ required: false,
287
+ default: void 0
267
288
  },
268
289
  onChange: {
269
290
  type: Function,
270
- required: false
291
+ required: false,
292
+ default: void 0
271
293
  }
272
294
  }, {
273
295
  variant: "filled",
@@ -2,7 +2,7 @@ import { 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 vue146 from "vue";
5
+ import * as vue190 from "vue";
6
6
  import { SlotsType } from "vue";
7
7
  import { SwitchChangeEventHandler, SwitchClickEventHandler } from "@v-c/switch";
8
8
 
@@ -47,8 +47,8 @@ interface SwitchSlots {
47
47
  checkedChildren: () => any;
48
48
  unCheckedChildren: () => any;
49
49
  }
50
- declare const Switch: vue146.DefineSetupFnComponent<SwitchProps, SwitchEmits, SlotsType<SwitchSlots>, SwitchProps & {
50
+ declare const Switch: vue190.DefineSetupFnComponent<SwitchProps, SwitchEmits, SlotsType<SwitchSlots>, SwitchProps & {
51
51
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
52
- }, vue146.PublicProps>;
52
+ }, vue190.PublicProps>;
53
53
  //#endregion
54
54
  export { Switch, SwitchEmits, SwitchProps, SwitchSize, SwitchSlots };
@@ -99,23 +99,28 @@ const Switch = /* @__PURE__ */ defineComponent((props, { slots, emit, attrs }) =
99
99
  props: {
100
100
  size: {
101
101
  type: String,
102
- required: false
102
+ required: false,
103
+ default: void 0
103
104
  },
104
105
  checked: {
105
106
  type: Boolean,
106
- required: false
107
+ required: false,
108
+ default: void 0
107
109
  },
108
110
  defaultChecked: {
109
111
  type: Boolean,
110
- required: false
112
+ required: false,
113
+ default: void 0
111
114
  },
112
115
  value: {
113
116
  type: Boolean,
114
- required: false
117
+ required: false,
118
+ default: void 0
115
119
  },
116
120
  defaultValue: {
117
121
  type: Boolean,
118
- required: false
122
+ required: false,
123
+ default: void 0
119
124
  },
120
125
  checkedChildren: {
121
126
  type: [
@@ -126,7 +131,8 @@ const Switch = /* @__PURE__ */ defineComponent((props, { slots, emit, attrs }) =
126
131
  null,
127
132
  Object
128
133
  ],
129
- required: false
134
+ required: false,
135
+ default: void 0
130
136
  },
131
137
  unCheckedChildren: {
132
138
  type: [
@@ -137,47 +143,58 @@ const Switch = /* @__PURE__ */ defineComponent((props, { slots, emit, attrs }) =
137
143
  null,
138
144
  Object
139
145
  ],
140
- required: false
146
+ required: false,
147
+ default: void 0
141
148
  },
142
149
  disabled: {
143
150
  type: Boolean,
144
- required: false
151
+ required: false,
152
+ default: void 0
145
153
  },
146
154
  loading: {
147
155
  type: Boolean,
148
- required: false
156
+ required: false,
157
+ default: void 0
149
158
  },
150
159
  autoFocus: {
151
160
  type: Boolean,
152
- required: false
161
+ required: false,
162
+ default: void 0
153
163
  },
154
164
  title: {
155
165
  type: String,
156
- required: false
166
+ required: false,
167
+ default: void 0
157
168
  },
158
169
  tabIndex: {
159
170
  type: Number,
160
- required: false
171
+ required: false,
172
+ default: void 0
161
173
  },
162
174
  id: {
163
175
  type: String,
164
- required: false
176
+ required: false,
177
+ default: void 0
165
178
  },
166
179
  classes: {
167
180
  type: [Object, Function],
168
- required: false
181
+ required: false,
182
+ default: void 0
169
183
  },
170
184
  styles: {
171
185
  type: [Object, Function],
172
- required: false
186
+ required: false,
187
+ default: void 0
173
188
  },
174
189
  rootClass: {
175
190
  type: String,
176
- required: false
191
+ required: false,
192
+ default: void 0
177
193
  },
178
194
  prefixCls: {
179
195
  type: String,
180
- required: false
196
+ required: false,
197
+ default: void 0
181
198
  }
182
199
  },
183
200
  name: "ASwitch",
@@ -1,6 +1,6 @@
1
1
  import { AnyObject, EmptyEmit } from "../_util/type.js";
2
2
  import { ColumnType } from "./interface.js";
3
- import * as vue379 from "vue";
3
+ import * as vue220 from "vue";
4
4
  import { SlotsType } from "vue";
5
5
 
6
6
  //#region src/table/Column.d.ts
@@ -13,8 +13,8 @@ interface ColumnSlots {
13
13
  /**
14
14
  * Syntactic sugar for `columns` prop. HOC will not work on this.
15
15
  */
16
- declare const Column: vue379.DefineSetupFnComponent<ColumnProps<AnyObject>, EmptyEmit, SlotsType<ColumnSlots>, ColumnProps<AnyObject> & {
16
+ declare const Column: vue220.DefineSetupFnComponent<ColumnProps<AnyObject>, EmptyEmit, SlotsType<ColumnSlots>, ColumnProps<AnyObject> & {
17
17
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
18
- }, vue379.PublicProps>;
18
+ }, vue220.PublicProps>;
19
19
  //#endregion
20
20
  export { Column, ColumnProps };