@geelato/web-vue 2.58.3 → 2.59.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 (183) hide show
  1. package/LICENSE +21 -0
  2. package/dist/arco-vue.js +45 -9
  3. package/dist/arco-vue.js.map +1 -1
  4. package/dist/arco-vue.min.js +57 -43
  5. package/dist/arco-vue.min.js.map +1 -1
  6. package/dist/arco.css +10 -10
  7. package/dist/arco.min.css +1 -1
  8. package/es/_components/icon-hover.d.ts +3 -3
  9. package/es/_components/input-label/input-label.d.ts +5 -5
  10. package/es/_components/picker/input-range.d.ts +5 -5
  11. package/es/_components/picker/input.d.ts +6 -6
  12. package/es/_components/select-view/select-view.d.ts +4 -4
  13. package/es/_components/virtual-list/virtual-list.d.ts +1 -1
  14. package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
  15. package/es/_hooks/use-form-item.d.ts +2 -2
  16. package/es/_hooks/use-size.d.ts +3 -3
  17. package/es/alert/alert.d.ts +6 -6
  18. package/es/alert/index.d.ts +12 -12
  19. package/es/auto-complete/auto-complete.d.ts +4 -4
  20. package/es/auto-complete/index.d.ts +12 -12
  21. package/es/avatar/avatar.d.ts +1 -1
  22. package/es/avatar/index.d.ts +3 -3
  23. package/es/button/button-group.d.ts +6 -6
  24. package/es/button/button.d.ts +6 -6
  25. package/es/button/index.d.ts +15 -15
  26. package/es/card/card.d.ts +2 -2
  27. package/es/card/index.d.ts +3 -3
  28. package/es/carousel/carousel-indicator.d.ts +1 -1
  29. package/es/cascader/cascader-panel.d.ts +4 -4
  30. package/es/cascader/cascader.d.ts +40 -40
  31. package/es/cascader/index.d.ts +93 -93
  32. package/es/checkbox/checkbox.d.ts +5 -5
  33. package/es/checkbox/index.d.ts +9 -9
  34. package/es/collapse/collapse-item.d.ts +3 -3
  35. package/es/collapse/index.d.ts +3 -3
  36. package/es/color-picker/color-picker.d.ts +3 -3
  37. package/es/color-picker/index.d.ts +6 -6
  38. package/es/comment/comment.d.ts +2 -2
  39. package/es/comment/index.d.ts +3 -3
  40. package/es/config-provider/config-provider.d.ts +3 -3
  41. package/es/config-provider/index.d.ts +6 -6
  42. package/es/date-picker/index.d.ts +131 -131
  43. package/es/date-picker/panels/date/index.d.ts +24 -24
  44. package/es/date-picker/panels/footer.d.ts +15 -15
  45. package/es/date-picker/panels/shortcuts.d.ts +15 -15
  46. package/es/date-picker/panels/week/index.d.ts +24 -24
  47. package/es/date-picker/picker-panel.d.ts +78 -78
  48. package/es/date-picker/picker.d.ts +126 -126
  49. package/es/date-picker/range-picker-panel.d.ts +79 -79
  50. package/es/date-picker/range-picker.d.ts +131 -131
  51. package/es/descriptions/descriptions.d.ts +3 -3
  52. package/es/descriptions/index.d.ts +6 -6
  53. package/es/drawer/drawer.d.ts +21 -21
  54. package/es/drawer/index.d.ts +45 -45
  55. package/es/dropdown/dropdown-button.d.ts +66 -66
  56. package/es/dropdown/dropdown-option.d.ts +2 -2
  57. package/es/dropdown/dropdown-panel.d.ts +12 -12
  58. package/es/dropdown/dropdown-submenu.d.ts +42 -42
  59. package/es/dropdown/dropdown.d.ts +40 -40
  60. package/es/dropdown/index.d.ts +194 -194
  61. package/es/empty/empty.d.ts +2 -2
  62. package/es/empty/index.d.ts +6 -6
  63. package/es/form/form-item-label.d.ts +57 -57
  64. package/es/form/form-item.d.ts +65 -65
  65. package/es/form/form.d.ts +2 -2
  66. package/es/form/index.d.ts +68 -68
  67. package/es/grid/grid-row.d.ts +1 -1
  68. package/es/grid/index.d.ts +1 -1
  69. package/es/image/preview-action.d.ts +57 -57
  70. package/es/image/preview-toolbar.d.ts +57 -57
  71. package/es/index.css +10 -10
  72. package/es/input/index.d.ts +22 -22
  73. package/es/input/input-password.d.ts +8 -8
  74. package/es/input/input-search.d.ts +2 -2
  75. package/es/input/input.d.ts +5 -5
  76. package/es/input-number/index.d.ts +42 -12
  77. package/es/input-number/input-number.d.ts +23 -5
  78. package/es/input-number/input-number.js +45 -9
  79. package/es/input-tag/index.d.ts +9 -9
  80. package/es/input-tag/input-tag.d.ts +4 -4
  81. package/es/list/index.d.ts +6 -6
  82. package/es/list/list.d.ts +3 -3
  83. package/es/mention/index.d.ts +18 -18
  84. package/es/mention/mention.d.ts +7 -7
  85. package/es/menu/sub-menu-pop.d.ts +24 -24
  86. package/es/message/message.d.ts +7 -7
  87. package/es/modal/index.d.ts +42 -42
  88. package/es/modal/modal.d.ts +20 -20
  89. package/es/notification/notification.d.ts +4 -4
  90. package/es/page-header/index.d.ts +6 -6
  91. package/es/page-header/page-header.d.ts +3 -3
  92. package/es/pagination/index.d.ts +3 -3
  93. package/es/pagination/page-jumper.d.ts +42 -12
  94. package/es/pagination/page-options.d.ts +94 -94
  95. package/es/pagination/pagination.d.ts +2 -2
  96. package/es/popconfirm/index.d.ts +87 -87
  97. package/es/popconfirm/popconfirm.d.ts +43 -43
  98. package/es/popover/index.d.ts +60 -60
  99. package/es/popover/popover.d.ts +30 -30
  100. package/es/progress/circle.d.ts +5 -5
  101. package/es/progress/index.d.ts +36 -36
  102. package/es/progress/line.d.ts +5 -5
  103. package/es/progress/progress.d.ts +19 -19
  104. package/es/progress/steps.d.ts +2 -2
  105. package/es/radio/index.d.ts +12 -12
  106. package/es/radio/radio-group.d.ts +3 -3
  107. package/es/radio/radio.d.ts +4 -4
  108. package/es/scrollbar/index.d.ts +6 -6
  109. package/es/scrollbar/scrollbar.d.ts +3 -3
  110. package/es/select/index.d.ts +94 -94
  111. package/es/select/option.d.ts +11 -11
  112. package/es/select/select-dropdown.d.ts +12 -12
  113. package/es/select/select.d.ts +38 -38
  114. package/es/slider/index.d.ts +201 -141
  115. package/es/slider/slider-button.d.ts +57 -57
  116. package/es/slider/slider-input.d.ts +42 -12
  117. package/es/slider/slider.d.ts +100 -70
  118. package/es/space/index.d.ts +6 -6
  119. package/es/space/space.d.ts +3 -3
  120. package/es/split/index.d.ts +3 -3
  121. package/es/split/split.d.ts +1 -1
  122. package/es/statistic/countdown.d.ts +1 -1
  123. package/es/statistic/index.d.ts +4 -4
  124. package/es/statistic/statistic.d.ts +1 -1
  125. package/es/steps/index.d.ts +9 -9
  126. package/es/steps/step.d.ts +3 -3
  127. package/es/steps/steps.d.ts +3 -3
  128. package/es/switch/index.d.ts +18 -18
  129. package/es/switch/switch.d.ts +11 -11
  130. package/es/table/index.d.ts +27 -27
  131. package/es/table/style/index.css +10 -10
  132. package/es/table/style/index.less +19 -6
  133. package/es/table/table-column.d.ts +2 -2
  134. package/es/table/table-operation-td.d.ts +21 -21
  135. package/es/table/table-td.d.ts +1 -1
  136. package/es/table/table.d.ts +13 -13
  137. package/es/tabs/index.d.ts +6 -6
  138. package/es/tabs/tabs-nav.d.ts +1 -1
  139. package/es/tabs/tabs-tab.d.ts +4 -4
  140. package/es/tabs/tabs.d.ts +3 -3
  141. package/es/tag/index.d.ts +9 -9
  142. package/es/tag/tag.d.ts +5 -5
  143. package/es/textarea/index.d.ts +12 -12
  144. package/es/textarea/textarea.d.ts +5 -5
  145. package/es/time-picker/index.d.ts +196 -196
  146. package/es/time-picker/panel.d.ts +24 -24
  147. package/es/time-picker/range-panel.d.ts +24 -24
  148. package/es/time-picker/time-picker.d.ts +95 -95
  149. package/es/timeline/index.d.ts +3 -3
  150. package/es/timeline/timeline.d.ts +2 -2
  151. package/es/tooltip/index.d.ts +57 -57
  152. package/es/tooltip/tooltip.d.ts +28 -28
  153. package/es/transfer/index.d.ts +95 -95
  154. package/es/transfer/transfer-view.d.ts +28 -28
  155. package/es/transfer/transfer.d.ts +46 -46
  156. package/es/tree/base-node.d.ts +9 -9
  157. package/es/tree/hooks/use-tree-data.d.ts +4 -4
  158. package/es/tree/index.d.ts +25 -25
  159. package/es/tree/transition-node-list.d.ts +9 -9
  160. package/es/tree/tree.d.ts +10 -10
  161. package/es/tree-select/index.d.ts +139 -139
  162. package/es/tree-select/panel.d.ts +25 -25
  163. package/es/tree-select/tree-select.d.ts +67 -67
  164. package/es/trigger/index.d.ts +24 -24
  165. package/es/trigger/trigger.d.ts +13 -13
  166. package/es/typography/base.d.ts +6 -6
  167. package/es/typography/edit-content.d.ts +67 -67
  168. package/es/typography/index.d.ts +4 -4
  169. package/es/typography/operations.d.ts +57 -57
  170. package/es/typography/paragraph.d.ts +1 -1
  171. package/es/typography/title.d.ts +3 -3
  172. package/es/upload/index.d.ts +3 -3
  173. package/es/upload/upload.d.ts +1 -1
  174. package/es/verification-code/index.d.ts +6 -6
  175. package/es/verification-code/verification-code.d.ts +3 -3
  176. package/json/vetur-attributes.json +2423 -2415
  177. package/json/vetur-tags.json +890 -888
  178. package/json/web-types.json +5153 -5137
  179. package/lib/index.css +10 -10
  180. package/lib/input-number/input-number.js +45 -9
  181. package/lib/table/style/index.css +10 -10
  182. package/lib/table/style/index.less +19 -6
  183. package/package.json +24 -25
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9
9
  default: string;
10
10
  };
11
11
  size: {
12
- type: PropType<number | "mini" | "medium" | "large" | "small" | [SpaceSize, SpaceSize]>;
12
+ type: PropType<number | "mini" | "small" | "medium" | "large" | [SpaceSize, SpaceSize]>;
13
13
  default: string;
14
14
  };
15
15
  wrap: {
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
27
27
  default: string;
28
28
  };
29
29
  size: {
30
- type: PropType<number | "mini" | "medium" | "large" | "small" | [SpaceSize, SpaceSize]>;
30
+ type: PropType<number | "mini" | "small" | "medium" | "large" | [SpaceSize, SpaceSize]>;
31
31
  default: string;
32
32
  };
33
33
  wrap: {
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
37
37
  type: BooleanConstructor;
38
38
  };
39
39
  }>> & Readonly<{}>, {
40
- size: number | "mini" | "medium" | "large" | "small" | [SpaceSize, SpaceSize];
40
+ size: number | "mini" | "small" | "medium" | "large" | [SpaceSize, SpaceSize];
41
41
  fill: boolean;
42
42
  wrap: boolean;
43
43
  direction: "horizontal" | "vertical";
@@ -33,8 +33,8 @@ declare const Split: {
33
33
  moveEnd: (ev: MouseEvent) => true;
34
34
  'update:size': (size: string | number) => true;
35
35
  }, import("vue").PublicProps, {
36
- disabled: boolean;
37
36
  size: string | number;
37
+ disabled: boolean;
38
38
  direction: "horizontal" | "vertical";
39
39
  component: string;
40
40
  defaultSize: string | number;
@@ -109,8 +109,8 @@ declare const Split: {
109
109
  flex: string;
110
110
  }>;
111
111
  }, {}, {}, {}, {
112
- disabled: boolean;
113
112
  size: string | number;
113
+ disabled: boolean;
114
114
  direction: "horizontal" | "vertical";
115
115
  component: string;
116
116
  defaultSize: string | number;
@@ -149,8 +149,8 @@ declare const Split: {
149
149
  moveEnd: (ev: MouseEvent) => true;
150
150
  'update:size': (size: string | number) => true;
151
151
  }, string, {
152
- disabled: boolean;
153
152
  size: string | number;
153
+ disabled: boolean;
154
154
  direction: "horizontal" | "vertical";
155
155
  component: string;
156
156
  defaultSize: string | number;
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<{
38
38
  onMoveEnd?: ((ev: MouseEvent) => any) | undefined;
39
39
  "onUpdate:size"?: ((size: string | number) => any) | undefined;
40
40
  }>, {
41
- disabled: boolean;
42
41
  size: string | number;
42
+ disabled: boolean;
43
43
  direction: "horizontal" | "vertical";
44
44
  component: string;
45
45
  defaultSize: string | number;
@@ -49,9 +49,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
49
49
  }>> & Readonly<{
50
50
  onFinish?: (() => any) | undefined;
51
51
  }>, {
52
- start: boolean;
53
52
  value: number;
54
53
  format: string;
54
+ start: boolean;
55
55
  now: number;
56
56
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
57
57
  export default _default;
@@ -59,8 +59,8 @@ declare const Statistic: {
59
59
  decimal?: undefined;
60
60
  }>;
61
61
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
62
- start: boolean;
63
62
  format: string;
63
+ start: boolean;
64
64
  animation: boolean;
65
65
  animationDuration: number;
66
66
  precision: number;
@@ -129,8 +129,8 @@ declare const Statistic: {
129
129
  decimal?: undefined;
130
130
  }>;
131
131
  }, {}, {}, {}, {
132
- start: boolean;
133
132
  format: string;
133
+ start: boolean;
134
134
  animation: boolean;
135
135
  animationDuration: number;
136
136
  precision: number;
@@ -196,8 +196,8 @@ declare const Statistic: {
196
196
  decimal?: undefined;
197
197
  }>;
198
198
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
199
- start: boolean;
200
199
  format: string;
200
+ start: boolean;
201
201
  animation: boolean;
202
202
  animationDuration: number;
203
203
  precision: number;
@@ -254,9 +254,9 @@ declare const Statistic: {
254
254
  }>> & Readonly<{
255
255
  onFinish?: (() => any) | undefined;
256
256
  }>, {
257
- start: boolean;
258
257
  value: number;
259
258
  format: string;
259
+ start: boolean;
260
260
  now: number;
261
261
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
262
262
  install: (app: App, options?: ArcoOptions | undefined) => void;
@@ -96,8 +96,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
96
96
  type: PropType<CSSProperties>;
97
97
  };
98
98
  }>> & Readonly<{}>, {
99
- start: boolean;
100
99
  format: string;
100
+ start: boolean;
101
101
  animation: boolean;
102
102
  animationDuration: number;
103
103
  precision: number;
@@ -25,7 +25,7 @@ declare const Steps: {
25
25
  default: number;
26
26
  };
27
27
  status: {
28
- type: import("vue").PropType<"wait" | "error" | "finish" | "process">;
28
+ type: import("vue").PropType<"error" | "wait" | "finish" | "process">;
29
29
  default: string;
30
30
  };
31
31
  lineLess: {
@@ -55,7 +55,7 @@ declare const Steps: {
55
55
  type: "default" | "dot" | "arrow" | "navigation";
56
56
  direction: "horizontal" | "vertical";
57
57
  lineLess: boolean;
58
- status: "wait" | "error" | "finish" | "process";
58
+ status: "error" | "wait" | "finish" | "process";
59
59
  current: number;
60
60
  defaultCurrent: number;
61
61
  labelPlacement: "horizontal" | "vertical";
@@ -89,7 +89,7 @@ declare const Steps: {
89
89
  default: number;
90
90
  };
91
91
  status: {
92
- type: import("vue").PropType<"wait" | "error" | "finish" | "process">;
92
+ type: import("vue").PropType<"error" | "wait" | "finish" | "process">;
93
93
  default: string;
94
94
  };
95
95
  lineLess: {
@@ -116,7 +116,7 @@ declare const Steps: {
116
116
  type: "default" | "dot" | "arrow" | "navigation";
117
117
  direction: "horizontal" | "vertical";
118
118
  lineLess: boolean;
119
- status: "wait" | "error" | "finish" | "process";
119
+ status: "error" | "wait" | "finish" | "process";
120
120
  current: number;
121
121
  defaultCurrent: number;
122
122
  labelPlacement: "horizontal" | "vertical";
@@ -147,7 +147,7 @@ declare const Steps: {
147
147
  default: number;
148
148
  };
149
149
  status: {
150
- type: import("vue").PropType<"wait" | "error" | "finish" | "process">;
150
+ type: import("vue").PropType<"error" | "wait" | "finish" | "process">;
151
151
  default: string;
152
152
  };
153
153
  lineLess: {
@@ -177,7 +177,7 @@ declare const Steps: {
177
177
  type: "default" | "dot" | "arrow" | "navigation";
178
178
  direction: "horizontal" | "vertical";
179
179
  lineLess: boolean;
180
- status: "wait" | "error" | "finish" | "process";
180
+ status: "error" | "wait" | "finish" | "process";
181
181
  current: number;
182
182
  defaultCurrent: number;
183
183
  labelPlacement: "horizontal" | "vertical";
@@ -187,7 +187,7 @@ declare const Steps: {
187
187
  title: StringConstructor;
188
188
  description: StringConstructor;
189
189
  status: {
190
- type: import("vue").PropType<"wait" | "error" | "finish" | "process">;
190
+ type: import("vue").PropType<"error" | "wait" | "finish" | "process">;
191
191
  };
192
192
  disabled: {
193
193
  type: BooleanConstructor;
@@ -202,14 +202,14 @@ declare const Steps: {
202
202
  itemRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
203
203
  showTail: import("vue").ComputedRef<boolean>;
204
204
  stepNumber: import("vue").ComputedRef<number>;
205
- computedStatus: import("vue").ComputedRef<"wait" | "error" | "finish" | "process">;
205
+ computedStatus: import("vue").ComputedRef<"error" | "wait" | "finish" | "process">;
206
206
  type: import("vue").ComputedRef<"default" | "dot" | "arrow" | "navigation">;
207
207
  handleClick: (ev: Event) => void;
208
208
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
209
209
  title: StringConstructor;
210
210
  description: StringConstructor;
211
211
  status: {
212
- type: import("vue").PropType<"wait" | "error" | "finish" | "process">;
212
+ type: import("vue").PropType<"error" | "wait" | "finish" | "process">;
213
213
  };
214
214
  disabled: {
215
215
  type: BooleanConstructor;
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  title: StringConstructor;
4
4
  description: StringConstructor;
5
5
  status: {
6
- type: PropType<"wait" | "error" | "finish" | "process">;
6
+ type: PropType<"error" | "wait" | "finish" | "process">;
7
7
  };
8
8
  disabled: {
9
9
  type: BooleanConstructor;
@@ -18,14 +18,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
18
18
  itemRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
19
19
  showTail: import("vue").ComputedRef<boolean>;
20
20
  stepNumber: import("vue").ComputedRef<number>;
21
- computedStatus: import("vue").ComputedRef<"wait" | "error" | "finish" | "process">;
21
+ computedStatus: import("vue").ComputedRef<"error" | "wait" | "finish" | "process">;
22
22
  type: import("vue").ComputedRef<"default" | "dot" | "arrow" | "navigation">;
23
23
  handleClick: (ev: Event) => void;
24
24
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
25
  title: StringConstructor;
26
26
  description: StringConstructor;
27
27
  status: {
28
- type: PropType<"wait" | "error" | "finish" | "process">;
28
+ type: PropType<"error" | "wait" | "finish" | "process">;
29
29
  };
30
30
  disabled: {
31
31
  type: BooleanConstructor;
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  default: number;
22
22
  };
23
23
  status: {
24
- type: PropType<"wait" | "error" | "finish" | "process">;
24
+ type: PropType<"error" | "wait" | "finish" | "process">;
25
25
  default: string;
26
26
  };
27
27
  lineLess: {
@@ -65,7 +65,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
65
65
  default: number;
66
66
  };
67
67
  status: {
68
- type: PropType<"wait" | "error" | "finish" | "process">;
68
+ type: PropType<"error" | "wait" | "finish" | "process">;
69
69
  default: string;
70
70
  };
71
71
  lineLess: {
@@ -88,7 +88,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
88
88
  type: "default" | "dot" | "arrow" | "navigation";
89
89
  direction: "horizontal" | "vertical";
90
90
  lineLess: boolean;
91
- status: "wait" | "error" | "finish" | "process";
91
+ status: "error" | "wait" | "finish" | "process";
92
92
  current: number;
93
93
  defaultCurrent: number;
94
94
  labelPlacement: "horizontal" | "vertical";
@@ -4,7 +4,7 @@ import _Switch from './switch';
4
4
  declare const Switch: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6
6
  modelValue: {
7
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
7
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
8
8
  default: undefined;
9
9
  };
10
10
  defaultChecked: {
@@ -20,18 +20,18 @@ declare const Switch: {
20
20
  default: boolean;
21
21
  };
22
22
  type: {
23
- type: import("vue").PropType<"round" | "circle" | "line">;
23
+ type: import("vue").PropType<"circle" | "line" | "round">;
24
24
  default: string;
25
25
  };
26
26
  size: {
27
- type: import("vue").PropType<"medium" | "small">;
27
+ type: import("vue").PropType<"small" | "medium">;
28
28
  };
29
29
  checkedValue: {
30
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
30
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
31
31
  default: boolean;
32
32
  };
33
33
  uncheckedValue: {
34
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
34
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
35
35
  default: boolean;
36
36
  };
37
37
  checkedColor: {
@@ -79,8 +79,8 @@ declare const Switch: {
79
79
  blur: (ev: FocusEvent) => true;
80
80
  }, import("vue").PublicProps, {
81
81
  disabled: boolean;
82
- type: "round" | "circle" | "line";
83
82
  modelValue: string | number | boolean;
83
+ type: "circle" | "line" | "round";
84
84
  loading: boolean;
85
85
  defaultChecked: boolean;
86
86
  checkedValue: string | number | boolean;
@@ -96,7 +96,7 @@ declare const Switch: {
96
96
  Defaults: {};
97
97
  }, Readonly<import("vue").ExtractPropTypes<{
98
98
  modelValue: {
99
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
99
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
100
100
  default: undefined;
101
101
  };
102
102
  defaultChecked: {
@@ -112,18 +112,18 @@ declare const Switch: {
112
112
  default: boolean;
113
113
  };
114
114
  type: {
115
- type: import("vue").PropType<"round" | "circle" | "line">;
115
+ type: import("vue").PropType<"circle" | "line" | "round">;
116
116
  default: string;
117
117
  };
118
118
  size: {
119
- type: import("vue").PropType<"medium" | "small">;
119
+ type: import("vue").PropType<"small" | "medium">;
120
120
  };
121
121
  checkedValue: {
122
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
122
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
123
123
  default: boolean;
124
124
  };
125
125
  uncheckedValue: {
126
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
126
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
127
127
  default: boolean;
128
128
  };
129
129
  checkedColor: {
@@ -166,8 +166,8 @@ declare const Switch: {
166
166
  handleBlur: (ev: FocusEvent) => void;
167
167
  }, {}, {}, {}, {
168
168
  disabled: boolean;
169
- type: "round" | "circle" | "line";
170
169
  modelValue: string | number | boolean;
170
+ type: "circle" | "line" | "round";
171
171
  loading: boolean;
172
172
  defaultChecked: boolean;
173
173
  checkedValue: string | number | boolean;
@@ -178,7 +178,7 @@ declare const Switch: {
178
178
  __isSuspense?: undefined;
179
179
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
180
180
  modelValue: {
181
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
181
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
182
182
  default: undefined;
183
183
  };
184
184
  defaultChecked: {
@@ -194,18 +194,18 @@ declare const Switch: {
194
194
  default: boolean;
195
195
  };
196
196
  type: {
197
- type: import("vue").PropType<"round" | "circle" | "line">;
197
+ type: import("vue").PropType<"circle" | "line" | "round">;
198
198
  default: string;
199
199
  };
200
200
  size: {
201
- type: import("vue").PropType<"medium" | "small">;
201
+ type: import("vue").PropType<"small" | "medium">;
202
202
  };
203
203
  checkedValue: {
204
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
204
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
205
205
  default: boolean;
206
206
  };
207
207
  uncheckedValue: {
208
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
208
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
209
209
  default: boolean;
210
210
  };
211
211
  checkedColor: {
@@ -253,8 +253,8 @@ declare const Switch: {
253
253
  blur: (ev: FocusEvent) => true;
254
254
  }, string, {
255
255
  disabled: boolean;
256
- type: "round" | "circle" | "line";
257
256
  modelValue: string | number | boolean;
257
+ type: "circle" | "line" | "round";
258
258
  loading: boolean;
259
259
  defaultChecked: boolean;
260
260
  checkedValue: string | number | boolean;
@@ -1,7 +1,7 @@
1
1
  import type { PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  modelValue: {
4
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
4
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
5
5
  default: undefined;
6
6
  };
7
7
  defaultChecked: {
@@ -17,18 +17,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
17
17
  default: boolean;
18
18
  };
19
19
  type: {
20
- type: PropType<"round" | "circle" | "line">;
20
+ type: PropType<"circle" | "line" | "round">;
21
21
  default: string;
22
22
  };
23
23
  size: {
24
- type: PropType<"medium" | "small">;
24
+ type: PropType<"small" | "medium">;
25
25
  };
26
26
  checkedValue: {
27
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
27
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
28
28
  default: boolean;
29
29
  };
30
30
  uncheckedValue: {
31
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
31
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
32
32
  default: boolean;
33
33
  };
34
34
  checkedColor: {
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
71
71
  blur: (ev: FocusEvent) => true;
72
72
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
73
73
  modelValue: {
74
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
74
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
75
75
  default: undefined;
76
76
  };
77
77
  defaultChecked: {
@@ -87,18 +87,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
87
87
  default: boolean;
88
88
  };
89
89
  type: {
90
- type: PropType<"round" | "circle" | "line">;
90
+ type: PropType<"circle" | "line" | "round">;
91
91
  default: string;
92
92
  };
93
93
  size: {
94
- type: PropType<"medium" | "small">;
94
+ type: PropType<"small" | "medium">;
95
95
  };
96
96
  checkedValue: {
97
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
97
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
98
98
  default: boolean;
99
99
  };
100
100
  uncheckedValue: {
101
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
101
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
102
102
  default: boolean;
103
103
  };
104
104
  checkedColor: {
@@ -123,8 +123,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
123
123
  onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
124
124
  }>, {
125
125
  disabled: boolean;
126
- type: "round" | "circle" | "line";
127
126
  modelValue: string | number | boolean;
127
+ type: "circle" | "line" | "round";
128
128
  loading: boolean;
129
129
  defaultChecked: boolean;
130
130
  checkedValue: string | number | boolean;