@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25

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 (174) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +1255 -1257
  8. package/dist/vuetify-labs.d.ts +12304 -12192
  9. package/dist/vuetify-labs.esm.js +118 -68
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +118 -68
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1293 -1295
  14. package/dist/vuetify.d.ts +10496 -10404
  15. package/dist/vuetify.esm.js +110 -64
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +110 -64
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1078 -1080
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +615 -609
  28. package/lib/components/VAvatar/index.d.mts +36 -36
  29. package/lib/components/VBadge/index.d.mts +58 -58
  30. package/lib/components/VBanner/index.d.mts +59 -59
  31. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  32. package/lib/components/VBottomSheet/index.d.mts +118 -118
  33. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  34. package/lib/components/VBtn/VBtn.css +3 -0
  35. package/lib/components/VBtn/VBtn.sass +3 -0
  36. package/lib/components/VBtn/index.d.mts +107 -107
  37. package/lib/components/VBtnGroup/index.d.mts +23 -23
  38. package/lib/components/VBtnToggle/index.d.mts +40 -40
  39. package/lib/components/VCard/index.d.mts +93 -93
  40. package/lib/components/VCarousel/index.d.mts +128 -128
  41. package/lib/components/VCheckbox/index.d.mts +174 -168
  42. package/lib/components/VChip/index.d.mts +86 -86
  43. package/lib/components/VChipGroup/index.d.mts +46 -46
  44. package/lib/components/VColorPicker/index.d.mts +96 -96
  45. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  46. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  47. package/lib/components/VCombobox/index.d.mts +615 -609
  48. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  49. package/lib/components/VCounter/index.d.mts +27 -27
  50. package/lib/components/VDataIterator/index.d.mts +51 -50
  51. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  53. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  54. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  55. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  56. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  57. package/lib/components/VDataTable/composables/group.mjs +2 -1
  58. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  59. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  60. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  61. package/lib/components/VDataTable/index.d.mts +275 -274
  62. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  63. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  64. package/lib/components/VDatePicker/index.d.mts +134 -134
  65. package/lib/components/VDialog/index.d.mts +353 -353
  66. package/lib/components/VDivider/index.d.mts +15 -15
  67. package/lib/components/VEmptyState/index.d.mts +47 -47
  68. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  69. package/lib/components/VFab/index.d.mts +227 -227
  70. package/lib/components/VField/VField.css +6 -11
  71. package/lib/components/VField/VField.mjs +7 -5
  72. package/lib/components/VField/VField.mjs.map +1 -1
  73. package/lib/components/VField/VField.sass +2 -6
  74. package/lib/components/VField/index.d.mts +58 -52
  75. package/lib/components/VFileInput/index.d.mts +255 -249
  76. package/lib/components/VFooter/index.d.mts +50 -50
  77. package/lib/components/VForm/index.d.mts +9 -9
  78. package/lib/components/VGrid/index.d.mts +150 -150
  79. package/lib/components/VIcon/index.d.mts +24 -24
  80. package/lib/components/VImg/index.d.mts +85 -85
  81. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  82. package/lib/components/VInput/VInput.css +5 -5
  83. package/lib/components/VInput/VInput.mjs +4 -1
  84. package/lib/components/VInput/VInput.mjs.map +1 -1
  85. package/lib/components/VInput/VInput.sass +1 -1
  86. package/lib/components/VInput/index.d.mts +61 -55
  87. package/lib/components/VItemGroup/index.d.mts +17 -17
  88. package/lib/components/VLabel/index.d.mts +8 -8
  89. package/lib/components/VLayout/index.d.mts +36 -36
  90. package/lib/components/VLazy/index.d.mts +31 -31
  91. package/lib/components/VList/index.d.mts +178 -178
  92. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  93. package/lib/components/VMain/index.d.mts +10 -10
  94. package/lib/components/VMenu/VMenu.mjs +7 -5
  95. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  96. package/lib/components/VMenu/index.d.mts +396 -396
  97. package/lib/components/VMessages/index.d.mts +20 -20
  98. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  99. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  100. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  101. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  102. package/lib/components/VOtpInput/index.d.mts +88 -88
  103. package/lib/components/VOverlay/index.d.mts +97 -97
  104. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  105. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  106. package/lib/components/VPagination/index.d.mts +55 -55
  107. package/lib/components/VParallax/index.d.mts +7 -7
  108. package/lib/components/VProgressCircular/index.d.mts +24 -24
  109. package/lib/components/VProgressLinear/index.d.mts +52 -52
  110. package/lib/components/VRadio/index.d.mts +41 -41
  111. package/lib/components/VRadioGroup/index.d.mts +105 -99
  112. package/lib/components/VRangeSlider/index.d.mts +102 -96
  113. package/lib/components/VRating/index.d.mts +22 -22
  114. package/lib/components/VResponsive/index.d.mts +23 -23
  115. package/lib/components/VSelect/VSelect.mjs +15 -13
  116. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  117. package/lib/components/VSelect/index.d.mts +615 -609
  118. package/lib/components/VSelect/useScrolling.mjs +3 -3
  119. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  120. package/lib/components/VSelectionControl/index.d.mts +43 -43
  121. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  122. package/lib/components/VSheet/index.d.mts +34 -34
  123. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  124. package/lib/components/VSlideGroup/index.d.mts +33 -33
  125. package/lib/components/VSlider/index.d.mts +95 -89
  126. package/lib/components/VSnackbar/index.d.mts +411 -411
  127. package/lib/components/VSparkline/index.d.mts +38 -38
  128. package/lib/components/VSpeedDial/index.d.mts +176 -176
  129. package/lib/components/VStepper/index.d.mts +119 -119
  130. package/lib/components/VSwitch/index.d.mts +108 -102
  131. package/lib/components/VSystemBar/index.d.mts +39 -39
  132. package/lib/components/VTable/index.d.mts +4 -4
  133. package/lib/components/VTabs/index.d.mts +512 -512
  134. package/lib/components/VTextField/VTextField.mjs +1 -1
  135. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  136. package/lib/components/VTextField/index.d.mts +421 -415
  137. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  138. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  139. package/lib/components/VTextarea/index.d.mts +359 -344
  140. package/lib/components/VTimeline/index.d.mts +26 -26
  141. package/lib/components/VToolbar/index.d.mts +53 -53
  142. package/lib/components/VTooltip/index.d.mts +424 -424
  143. package/lib/components/VValidation/index.d.mts +19 -19
  144. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  145. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  146. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  147. package/lib/components/VWindow/index.d.mts +31 -31
  148. package/lib/components/index.d.mts +10657 -10566
  149. package/lib/components/transitions/index.d.mts +200 -200
  150. package/lib/composables/nested/nested.mjs +0 -1
  151. package/lib/composables/nested/nested.mjs.map +1 -1
  152. package/lib/composables/virtual.mjs +1 -0
  153. package/lib/composables/virtual.mjs.map +1 -1
  154. package/lib/entry-bundler.mjs +1 -1
  155. package/lib/framework.mjs +1 -1
  156. package/lib/index.d.mts +81 -80
  157. package/lib/labs/VCalendar/index.d.mts +52 -52
  158. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  159. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  160. package/lib/labs/VDateInput/index.d.mts +256 -250
  161. package/lib/labs/VNumberInput/index.d.mts +247 -241
  162. package/lib/labs/VPicker/index.d.mts +45 -45
  163. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  164. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  165. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  166. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  167. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  168. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  169. package/lib/labs/VTimePicker/index.d.mts +131 -122
  170. package/lib/labs/VTreeview/index.d.mts +199 -199
  171. package/lib/labs/components.d.mts +1754 -1733
  172. package/lib/util/helpers.mjs +5 -0
  173. package/lib/util/helpers.mjs.map +1 -1
  174. package/package.json +9 -4
@@ -12,22 +12,22 @@ declare const IconValue: PropType<IconValue>;
12
12
 
13
13
  declare const VAvatar: {
14
14
  new (...args: any[]): vue.CreateComponentPublicInstance<{
15
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
15
16
  end: boolean;
17
+ start: boolean;
16
18
  style: vue.StyleValue;
17
19
  size: string | number;
18
- start: boolean;
19
20
  tag: string;
20
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
21
21
  tile: boolean;
22
22
  density: Density;
23
23
  } & {
24
- class?: any;
24
+ border?: string | number | boolean | undefined;
25
+ color?: string | undefined;
25
26
  image?: string | undefined;
26
27
  text?: string | undefined;
27
- theme?: string | undefined;
28
- color?: string | undefined;
28
+ class?: any;
29
29
  icon?: IconValue | undefined;
30
- border?: string | number | boolean | undefined;
30
+ theme?: string | undefined;
31
31
  rounded?: string | number | boolean | undefined;
32
32
  } & {
33
33
  $children?: vue.VNodeChild | {
@@ -39,22 +39,22 @@ declare const VAvatar: {
39
39
  } & {
40
40
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
41
41
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
42
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
42
43
  end: boolean;
44
+ start: boolean;
43
45
  style: vue.StyleValue;
44
46
  size: string | number;
45
- start: boolean;
46
47
  tag: string;
47
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
48
48
  tile: boolean;
49
49
  density: Density;
50
50
  } & {
51
- class?: any;
51
+ border?: string | number | boolean | undefined;
52
+ color?: string | undefined;
52
53
  image?: string | undefined;
53
54
  text?: string | undefined;
54
- theme?: string | undefined;
55
- color?: string | undefined;
55
+ class?: any;
56
56
  icon?: IconValue | undefined;
57
- border?: string | number | boolean | undefined;
57
+ theme?: string | undefined;
58
58
  rounded?: string | number | boolean | undefined;
59
59
  } & {
60
60
  $children?: vue.VNodeChild | {
@@ -66,13 +66,13 @@ declare const VAvatar: {
66
66
  } & {
67
67
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
68
68
  }, {
69
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
69
70
  end: boolean;
71
+ start: boolean;
70
72
  style: vue.StyleValue;
71
73
  size: string | number;
72
- start: boolean;
73
74
  tag: string;
74
75
  rounded: string | number | boolean;
75
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
76
76
  tile: boolean;
77
77
  density: Density;
78
78
  }, true, {}, vue.SlotsType<Partial<{
@@ -87,22 +87,22 @@ declare const VAvatar: {
87
87
  M: {};
88
88
  Defaults: {};
89
89
  }, {
90
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
90
91
  end: boolean;
92
+ start: boolean;
91
93
  style: vue.StyleValue;
92
94
  size: string | number;
93
- start: boolean;
94
95
  tag: string;
95
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
96
96
  tile: boolean;
97
97
  density: Density;
98
98
  } & {
99
- class?: any;
99
+ border?: string | number | boolean | undefined;
100
+ color?: string | undefined;
100
101
  image?: string | undefined;
101
102
  text?: string | undefined;
102
- theme?: string | undefined;
103
- color?: string | undefined;
103
+ class?: any;
104
104
  icon?: IconValue | undefined;
105
- border?: string | number | boolean | undefined;
105
+ theme?: string | undefined;
106
106
  rounded?: string | number | boolean | undefined;
107
107
  } & {
108
108
  $children?: vue.VNodeChild | {
@@ -114,13 +114,13 @@ declare const VAvatar: {
114
114
  } & {
115
115
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
116
116
  }, {}, {}, {}, {}, {
117
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
117
118
  end: boolean;
119
+ start: boolean;
118
120
  style: vue.StyleValue;
119
121
  size: string | number;
120
- start: boolean;
121
122
  tag: string;
122
123
  rounded: string | number | boolean;
123
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
124
124
  tile: boolean;
125
125
  density: Density;
126
126
  }>;
@@ -128,22 +128,22 @@ declare const VAvatar: {
128
128
  __isTeleport?: undefined;
129
129
  __isSuspense?: undefined;
130
130
  } & vue.ComponentOptionsBase<{
131
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
131
132
  end: boolean;
133
+ start: boolean;
132
134
  style: vue.StyleValue;
133
135
  size: string | number;
134
- start: boolean;
135
136
  tag: string;
136
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
137
137
  tile: boolean;
138
138
  density: Density;
139
139
  } & {
140
- class?: any;
140
+ border?: string | number | boolean | undefined;
141
+ color?: string | undefined;
141
142
  image?: string | undefined;
142
143
  text?: string | undefined;
143
- theme?: string | undefined;
144
- color?: string | undefined;
144
+ class?: any;
145
145
  icon?: IconValue | undefined;
146
- border?: string | number | boolean | undefined;
146
+ theme?: string | undefined;
147
147
  rounded?: string | number | boolean | undefined;
148
148
  } & {
149
149
  $children?: vue.VNodeChild | {
@@ -155,13 +155,13 @@ declare const VAvatar: {
155
155
  } & {
156
156
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
157
157
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
158
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
158
159
  end: boolean;
160
+ start: boolean;
159
161
  style: vue.StyleValue;
160
162
  size: string | number;
161
- start: boolean;
162
163
  tag: string;
163
164
  rounded: string | number | boolean;
164
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
165
165
  tile: boolean;
166
166
  density: Density;
167
167
  }, {}, string, vue.SlotsType<Partial<{
@@ -174,7 +174,7 @@ declare const VAvatar: {
174
174
  type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
175
175
  default: string;
176
176
  validator: (v: any) => boolean;
177
- }, "default" | "type"> & {
177
+ }, "type" | "default"> & {
178
178
  type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
179
179
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
180
180
  };
@@ -188,7 +188,7 @@ declare const VAvatar: {
188
188
  default: string;
189
189
  };
190
190
  rounded: {
191
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
191
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
192
192
  default: undefined;
193
193
  };
194
194
  tile: BooleanConstructor;
@@ -202,7 +202,7 @@ declare const VAvatar: {
202
202
  type: vue.PropType<vue.StyleValue>;
203
203
  default: null;
204
204
  };
205
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
205
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
206
206
  start: BooleanConstructor;
207
207
  end: BooleanConstructor;
208
208
  icon: vue.PropType<IconValue>;
@@ -214,7 +214,7 @@ declare const VAvatar: {
214
214
  type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
215
215
  default: string;
216
216
  validator: (v: any) => boolean;
217
- }, "default" | "type"> & {
217
+ }, "type" | "default"> & {
218
218
  type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
219
219
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
220
220
  };
@@ -228,7 +228,7 @@ declare const VAvatar: {
228
228
  default: string;
229
229
  };
230
230
  rounded: {
231
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
231
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
232
232
  default: undefined;
233
233
  };
234
234
  tile: BooleanConstructor;
@@ -242,7 +242,7 @@ declare const VAvatar: {
242
242
  type: vue.PropType<vue.StyleValue>;
243
243
  default: null;
244
244
  };
245
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
245
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
246
246
  start: BooleanConstructor;
247
247
  end: BooleanConstructor;
248
248
  icon: vue.PropType<IconValue>;
@@ -16,27 +16,27 @@ declare const IconValue: PropType<IconValue>;
16
16
 
17
17
  declare const VBadge: {
18
18
  new (...args: any[]): vue.CreateComponentPublicInstance<{
19
- style: vue.StyleValue;
20
- label: string;
21
- tag: string;
19
+ inline: boolean;
20
+ location: NonNullable<Anchor>;
22
21
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
23
22
  component?: vue.Component | undefined;
24
23
  })>;
25
- modelValue: boolean;
26
- inline: boolean;
24
+ label: string;
25
+ style: vue.StyleValue;
26
+ tag: string;
27
27
  dot: boolean;
28
+ modelValue: boolean;
28
29
  tile: boolean;
29
30
  floating: boolean;
30
- location: NonNullable<Anchor>;
31
31
  bordered: boolean;
32
32
  } & {
33
- class?: any;
34
- theme?: string | undefined;
33
+ max?: string | number | undefined;
35
34
  color?: string | undefined;
36
35
  content?: string | number | undefined;
36
+ class?: any;
37
37
  icon?: IconValue | undefined;
38
+ theme?: string | undefined;
38
39
  rounded?: string | number | boolean | undefined;
39
- max?: string | number | undefined;
40
40
  offsetX?: string | number | undefined;
41
41
  offsetY?: string | number | undefined;
42
42
  textColor?: string | undefined;
@@ -53,27 +53,27 @@ declare const VBadge: {
53
53
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
54
54
  "v-slot:badge"?: false | (() => vue.VNodeChild) | undefined;
55
55
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
56
- style: vue.StyleValue;
57
- label: string;
58
- tag: string;
56
+ inline: boolean;
57
+ location: NonNullable<Anchor>;
59
58
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
60
59
  component?: vue.Component | undefined;
61
60
  })>;
62
- modelValue: boolean;
63
- inline: boolean;
61
+ label: string;
62
+ style: vue.StyleValue;
63
+ tag: string;
64
64
  dot: boolean;
65
+ modelValue: boolean;
65
66
  tile: boolean;
66
67
  floating: boolean;
67
- location: NonNullable<Anchor>;
68
68
  bordered: boolean;
69
69
  } & {
70
- class?: any;
71
- theme?: string | undefined;
70
+ max?: string | number | undefined;
72
71
  color?: string | undefined;
73
72
  content?: string | number | undefined;
73
+ class?: any;
74
74
  icon?: IconValue | undefined;
75
+ theme?: string | undefined;
75
76
  rounded?: string | number | boolean | undefined;
76
- max?: string | number | undefined;
77
77
  offsetX?: string | number | undefined;
78
78
  offsetY?: string | number | undefined;
79
79
  textColor?: string | undefined;
@@ -90,19 +90,19 @@ declare const VBadge: {
90
90
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
91
91
  "v-slot:badge"?: false | (() => vue.VNodeChild) | undefined;
92
92
  }, {
93
- style: vue.StyleValue;
94
- label: string;
95
- tag: string;
93
+ inline: boolean;
94
+ location: NonNullable<Anchor>;
96
95
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
97
96
  component?: vue.Component | undefined;
98
97
  })>;
98
+ label: string;
99
+ style: vue.StyleValue;
100
+ tag: string;
101
+ dot: boolean;
99
102
  modelValue: boolean;
100
103
  rounded: string | number | boolean;
101
- inline: boolean;
102
- dot: boolean;
103
104
  tile: boolean;
104
105
  floating: boolean;
105
- location: NonNullable<Anchor>;
106
106
  bordered: boolean;
107
107
  }, true, {}, vue.SlotsType<Partial<{
108
108
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -119,27 +119,27 @@ declare const VBadge: {
119
119
  M: {};
120
120
  Defaults: {};
121
121
  }, {
122
- style: vue.StyleValue;
123
- label: string;
124
- tag: string;
122
+ inline: boolean;
123
+ location: NonNullable<Anchor>;
125
124
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
126
125
  component?: vue.Component | undefined;
127
126
  })>;
128
- modelValue: boolean;
129
- inline: boolean;
127
+ label: string;
128
+ style: vue.StyleValue;
129
+ tag: string;
130
130
  dot: boolean;
131
+ modelValue: boolean;
131
132
  tile: boolean;
132
133
  floating: boolean;
133
- location: NonNullable<Anchor>;
134
134
  bordered: boolean;
135
135
  } & {
136
- class?: any;
137
- theme?: string | undefined;
136
+ max?: string | number | undefined;
138
137
  color?: string | undefined;
139
138
  content?: string | number | undefined;
139
+ class?: any;
140
140
  icon?: IconValue | undefined;
141
+ theme?: string | undefined;
141
142
  rounded?: string | number | boolean | undefined;
142
- max?: string | number | undefined;
143
143
  offsetX?: string | number | undefined;
144
144
  offsetY?: string | number | undefined;
145
145
  textColor?: string | undefined;
@@ -156,46 +156,46 @@ declare const VBadge: {
156
156
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
157
157
  "v-slot:badge"?: false | (() => vue.VNodeChild) | undefined;
158
158
  }, {}, {}, {}, {}, {
159
- style: vue.StyleValue;
160
- label: string;
161
- tag: string;
159
+ inline: boolean;
160
+ location: NonNullable<Anchor>;
162
161
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
163
162
  component?: vue.Component | undefined;
164
163
  })>;
164
+ label: string;
165
+ style: vue.StyleValue;
166
+ tag: string;
167
+ dot: boolean;
165
168
  modelValue: boolean;
166
169
  rounded: string | number | boolean;
167
- inline: boolean;
168
- dot: boolean;
169
170
  tile: boolean;
170
171
  floating: boolean;
171
- location: NonNullable<Anchor>;
172
172
  bordered: boolean;
173
173
  }>;
174
174
  __isFragment?: undefined;
175
175
  __isTeleport?: undefined;
176
176
  __isSuspense?: undefined;
177
177
  } & vue.ComponentOptionsBase<{
178
- style: vue.StyleValue;
179
- label: string;
180
- tag: string;
178
+ inline: boolean;
179
+ location: NonNullable<Anchor>;
181
180
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
182
181
  component?: vue.Component | undefined;
183
182
  })>;
184
- modelValue: boolean;
185
- inline: boolean;
183
+ label: string;
184
+ style: vue.StyleValue;
185
+ tag: string;
186
186
  dot: boolean;
187
+ modelValue: boolean;
187
188
  tile: boolean;
188
189
  floating: boolean;
189
- location: NonNullable<Anchor>;
190
190
  bordered: boolean;
191
191
  } & {
192
- class?: any;
193
- theme?: string | undefined;
192
+ max?: string | number | undefined;
194
193
  color?: string | undefined;
195
194
  content?: string | number | undefined;
195
+ class?: any;
196
196
  icon?: IconValue | undefined;
197
+ theme?: string | undefined;
197
198
  rounded?: string | number | boolean | undefined;
198
- max?: string | number | undefined;
199
199
  offsetX?: string | number | undefined;
200
200
  offsetY?: string | number | undefined;
201
201
  textColor?: string | undefined;
@@ -212,19 +212,19 @@ declare const VBadge: {
212
212
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
213
213
  "v-slot:badge"?: false | (() => vue.VNodeChild) | undefined;
214
214
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
215
- style: vue.StyleValue;
216
- label: string;
217
- tag: string;
215
+ inline: boolean;
216
+ location: NonNullable<Anchor>;
218
217
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
219
218
  component?: vue.Component | undefined;
220
219
  })>;
220
+ label: string;
221
+ style: vue.StyleValue;
222
+ tag: string;
223
+ dot: boolean;
221
224
  modelValue: boolean;
222
225
  rounded: string | number | boolean;
223
- inline: boolean;
224
- dot: boolean;
225
226
  tile: boolean;
226
227
  floating: boolean;
227
- location: NonNullable<Anchor>;
228
228
  bordered: boolean;
229
229
  }, {}, string, vue.SlotsType<Partial<{
230
230
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -240,7 +240,7 @@ declare const VBadge: {
240
240
  })>;
241
241
  default: string;
242
242
  validator: (val: unknown) => boolean;
243
- }, "default" | "type"> & {
243
+ }, "type" | "default"> & {
244
244
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
245
245
  component?: vue.Component | undefined;
246
246
  })>>;
@@ -254,7 +254,7 @@ declare const VBadge: {
254
254
  default: string;
255
255
  };
256
256
  rounded: {
257
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
257
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
258
258
  default: undefined;
259
259
  };
260
260
  tile: BooleanConstructor;
@@ -293,7 +293,7 @@ declare const VBadge: {
293
293
  })>;
294
294
  default: string;
295
295
  validator: (val: unknown) => boolean;
296
- }, "default" | "type"> & {
296
+ }, "type" | "default"> & {
297
297
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
298
298
  component?: vue.Component | undefined;
299
299
  })>>;
@@ -307,7 +307,7 @@ declare const VBadge: {
307
307
  default: string;
308
308
  };
309
309
  rounded: {
310
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
310
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
311
311
  default: undefined;
312
312
  };
313
313
  tile: BooleanConstructor;