vuetify 3.6.13 → 3.7.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/dist/json/attributes.json +166 -26
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +40 -5
  5. package/dist/json/web-types.json +394 -41
  6. package/dist/vuetify-labs.css +2300 -2284
  7. package/dist/vuetify-labs.d.ts +12763 -12509
  8. package/dist/vuetify-labs.esm.js +153 -145
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +153 -145
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -871
  13. package/dist/vuetify.d.ts +11161 -10982
  14. package/dist/vuetify.esm.js +107 -65
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +107 -65
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +1076 -1078
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +175 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +635 -634
  26. package/lib/components/VAvatar/VAvatar.css +7 -0
  27. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  28. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  29. package/lib/components/VAvatar/VAvatar.sass +1 -0
  30. package/lib/components/VAvatar/_variables.scss +13 -0
  31. package/lib/components/VAvatar/index.d.mts +36 -30
  32. package/lib/components/VBadge/index.d.mts +58 -58
  33. package/lib/components/VBanner/index.d.mts +59 -59
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/index.d.mts +125 -125
  36. package/lib/components/VBreadcrumbs/index.d.mts +42 -42
  37. package/lib/components/VBtn/VBtn.mjs +3 -1
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +113 -107
  40. package/lib/components/VBtnGroup/index.d.mts +23 -23
  41. package/lib/components/VBtnToggle/index.d.mts +40 -40
  42. package/lib/components/VCard/index.d.mts +93 -93
  43. package/lib/components/VCarousel/index.d.mts +130 -121
  44. package/lib/components/VCheckbox/index.d.mts +166 -166
  45. package/lib/components/VChip/index.d.mts +86 -86
  46. package/lib/components/VChipGroup/index.d.mts +46 -46
  47. package/lib/components/VColorPicker/index.d.mts +96 -96
  48. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/index.d.mts +635 -634
  51. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  52. package/lib/components/VCounter/index.d.mts +27 -27
  53. package/lib/components/VDataIterator/index.d.mts +50 -50
  54. package/lib/components/VDataTable/index.d.mts +253 -253
  55. package/lib/components/VDatePicker/index.d.mts +134 -134
  56. package/lib/components/VDialog/index.d.mts +378 -378
  57. package/lib/components/VDivider/index.d.mts +15 -15
  58. package/lib/components/VEmptyState/index.d.mts +47 -47
  59. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  60. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  61. package/lib/components/VExpansionPanel/index.d.mts +196 -124
  62. package/lib/components/VFab/index.d.mts +233 -227
  63. package/lib/components/VField/index.d.mts +46 -46
  64. package/lib/components/VFileInput/index.d.mts +243 -243
  65. package/lib/components/VFooter/index.d.mts +50 -50
  66. package/lib/components/VForm/index.d.mts +9 -9
  67. package/lib/components/VGrid/VContainer.mjs +6 -1
  68. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  69. package/lib/components/VGrid/index.d.mts +178 -142
  70. package/lib/components/VIcon/index.d.mts +24 -24
  71. package/lib/components/VImg/VImg.css +9 -0
  72. package/lib/components/VImg/VImg.mjs +2 -0
  73. package/lib/components/VImg/VImg.mjs.map +1 -1
  74. package/lib/components/VImg/VImg.sass +9 -0
  75. package/lib/components/VImg/index.d.mts +101 -92
  76. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  77. package/lib/components/VInput/index.d.mts +53 -53
  78. package/lib/components/VItemGroup/index.d.mts +17 -17
  79. package/lib/components/VLabel/index.d.mts +8 -8
  80. package/lib/components/VLayout/index.d.mts +36 -36
  81. package/lib/components/VLazy/index.d.mts +31 -31
  82. package/lib/components/VList/VListItem.css +2 -2
  83. package/lib/components/VList/VListItem.mjs +2 -0
  84. package/lib/components/VList/VListItem.mjs.map +1 -1
  85. package/lib/components/VList/VListItem.sass +1 -1
  86. package/lib/components/VList/index.d.mts +191 -190
  87. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  88. package/lib/components/VMain/index.d.mts +10 -10
  89. package/lib/components/VMenu/VMenu.mjs +7 -5
  90. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  91. package/lib/components/VMenu/index.d.mts +423 -423
  92. package/lib/components/VMessages/index.d.mts +20 -20
  93. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  94. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  95. package/lib/components/VOtpInput/index.d.mts +88 -88
  96. package/lib/components/VOverlay/index.d.mts +104 -104
  97. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  98. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  99. package/lib/components/VPagination/index.d.mts +55 -55
  100. package/lib/components/VParallax/index.d.mts +7 -7
  101. package/lib/components/VProgressCircular/index.d.mts +24 -24
  102. package/lib/components/VProgressLinear/index.d.mts +52 -52
  103. package/lib/components/VRadio/index.d.mts +41 -41
  104. package/lib/components/VRadioGroup/index.d.mts +97 -97
  105. package/lib/components/VRangeSlider/index.d.mts +94 -94
  106. package/lib/components/VRating/index.d.mts +22 -22
  107. package/lib/components/VResponsive/index.d.mts +23 -23
  108. package/lib/components/VSelect/VSelect.mjs +15 -13
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +635 -634
  111. package/lib/components/VSelect/useScrolling.mjs +3 -3
  112. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  113. package/lib/components/VSelectionControl/index.d.mts +43 -43
  114. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  115. package/lib/components/VSheet/index.d.mts +34 -34
  116. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  117. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  119. package/lib/components/VSlideGroup/index.d.mts +39 -33
  120. package/lib/components/VSlider/index.d.mts +87 -87
  121. package/lib/components/VSnackbar/index.d.mts +436 -436
  122. package/lib/components/VSparkline/index.d.mts +38 -38
  123. package/lib/components/VSpeedDial/index.d.mts +185 -185
  124. package/lib/components/VStepper/index.d.mts +119 -119
  125. package/lib/components/VSwitch/index.d.mts +100 -100
  126. package/lib/components/VSystemBar/index.d.mts +39 -39
  127. package/lib/components/VTable/index.d.mts +4 -4
  128. package/lib/components/VTabs/index.d.mts +530 -512
  129. package/lib/components/VTextField/index.d.mts +397 -397
  130. package/lib/components/VTextarea/index.d.mts +274 -274
  131. package/lib/components/VTimeline/index.d.mts +26 -26
  132. package/lib/components/VToolbar/index.d.mts +53 -53
  133. package/lib/components/VTooltip/index.d.mts +451 -451
  134. package/lib/components/VValidation/index.d.mts +22 -21
  135. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  136. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  137. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  138. package/lib/components/VWindow/index.d.mts +31 -31
  139. package/lib/components/index.d.mts +11225 -11046
  140. package/lib/components/transitions/index.d.mts +200 -200
  141. package/lib/composables/nested/nested.mjs +3 -4
  142. package/lib/composables/nested/nested.mjs.map +1 -1
  143. package/lib/composables/nested/openStrategies.mjs +4 -2
  144. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  145. package/lib/composables/nested/selectStrategies.mjs +5 -5
  146. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  147. package/lib/composables/validation.mjs +8 -6
  148. package/lib/composables/validation.mjs.map +1 -1
  149. package/lib/composables/virtual.mjs +1 -0
  150. package/lib/composables/virtual.mjs.map +1 -1
  151. package/lib/entry-bundler.mjs +1 -1
  152. package/lib/entry-bundler.mjs.map +1 -1
  153. package/lib/framework.mjs +1 -1
  154. package/lib/framework.mjs.map +1 -1
  155. package/lib/index.d.mts +44 -44
  156. package/lib/labs/VCalendar/index.d.mts +52 -52
  157. package/lib/labs/VDateInput/index.d.mts +244 -244
  158. package/lib/labs/VNumberInput/index.d.mts +235 -235
  159. package/lib/labs/VPicker/index.d.mts +45 -45
  160. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  161. package/lib/labs/VStepperVertical/index.d.mts +224 -188
  162. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  163. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  164. package/lib/labs/VTimePicker/index.d.mts +115 -115
  165. package/lib/labs/VTreeview/VTreeview.mjs +7 -5
  166. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  167. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  168. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  169. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  170. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  171. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  172. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  173. package/lib/labs/VTreeview/index.d.mts +270 -253
  174. package/lib/labs/components.d.mts +1835 -1782
  175. package/lib/util/helpers.mjs +5 -0
  176. package/lib/util/helpers.mjs.map +1 -1
  177. package/package.json +10 -5
@@ -18,12 +18,13 @@ type Density$1 = null | 'prominent' | 'default' | 'comfortable' | 'compact';
18
18
  declare const VAppBar: {
19
19
  new (...args: any[]): vue.CreateComponentPublicInstance<{
20
20
  flat: boolean;
21
- style: vue.StyleValue;
21
+ absolute: boolean;
22
+ location: "top" | "bottom";
22
23
  height: string | number;
24
+ order: string | number;
25
+ style: vue.StyleValue;
23
26
  tag: string;
24
27
  collapse: boolean;
25
- order: string | number;
26
- absolute: boolean;
27
28
  modelValue: boolean;
28
29
  tile: boolean;
29
30
  density: Density$1;
@@ -31,19 +32,18 @@ declare const VAppBar: {
31
32
  extensionHeight: string | number;
32
33
  floating: boolean;
33
34
  scrollThreshold: string | number;
34
- location: "top" | "bottom";
35
35
  } & {
36
- class?: any;
36
+ name?: string | undefined;
37
+ border?: string | number | boolean | undefined;
38
+ color?: string | undefined;
39
+ scrollBehavior?: "hide" | (string & {}) | "collapse" | "fully-hide" | "inverted" | "elevate" | "fade-image" | undefined;
37
40
  title?: string | undefined;
38
41
  image?: string | undefined;
42
+ class?: any;
43
+ elevation?: string | number | undefined;
39
44
  theme?: string | undefined;
40
- color?: string | undefined;
41
- name?: string | undefined;
42
- border?: string | number | boolean | undefined;
43
45
  rounded?: string | number | boolean | undefined;
44
- elevation?: string | number | undefined;
45
46
  scrollTarget?: string | undefined;
46
- scrollBehavior?: (string & {}) | "collapse" | "hide" | "fully-hide" | "inverted" | "elevate" | "fade-image" | undefined;
47
47
  } & {
48
48
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
49
49
  default?: (() => vue.VNodeChild) | undefined;
@@ -74,12 +74,13 @@ declare const VAppBar: {
74
74
  'update:modelValue': (value: boolean) => boolean;
75
75
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
76
76
  flat: boolean;
77
- style: vue.StyleValue;
77
+ absolute: boolean;
78
+ location: "top" | "bottom";
78
79
  height: string | number;
80
+ order: string | number;
81
+ style: vue.StyleValue;
79
82
  tag: string;
80
83
  collapse: boolean;
81
- order: string | number;
82
- absolute: boolean;
83
84
  modelValue: boolean;
84
85
  tile: boolean;
85
86
  density: Density$1;
@@ -87,19 +88,18 @@ declare const VAppBar: {
87
88
  extensionHeight: string | number;
88
89
  floating: boolean;
89
90
  scrollThreshold: string | number;
90
- location: "top" | "bottom";
91
91
  } & {
92
- class?: any;
92
+ name?: string | undefined;
93
+ border?: string | number | boolean | undefined;
94
+ color?: string | undefined;
95
+ scrollBehavior?: "hide" | (string & {}) | "collapse" | "fully-hide" | "inverted" | "elevate" | "fade-image" | undefined;
93
96
  title?: string | undefined;
94
97
  image?: string | undefined;
98
+ class?: any;
99
+ elevation?: string | number | undefined;
95
100
  theme?: string | undefined;
96
- color?: string | undefined;
97
- name?: string | undefined;
98
- border?: string | number | boolean | undefined;
99
101
  rounded?: string | number | boolean | undefined;
100
- elevation?: string | number | undefined;
101
102
  scrollTarget?: string | undefined;
102
- scrollBehavior?: (string & {}) | "collapse" | "hide" | "fully-hide" | "inverted" | "elevate" | "fade-image" | undefined;
103
103
  } & {
104
104
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
105
105
  default?: (() => vue.VNodeChild) | undefined;
@@ -128,12 +128,13 @@ declare const VAppBar: {
128
128
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
129
129
  }, {
130
130
  flat: boolean;
131
- style: vue.StyleValue;
131
+ absolute: boolean;
132
+ location: "top" | "bottom";
132
133
  height: string | number;
134
+ order: string | number;
135
+ style: vue.StyleValue;
133
136
  tag: string;
134
137
  collapse: boolean;
135
- order: string | number;
136
- absolute: boolean;
137
138
  modelValue: boolean;
138
139
  rounded: string | number | boolean;
139
140
  tile: boolean;
@@ -142,7 +143,6 @@ declare const VAppBar: {
142
143
  extensionHeight: string | number;
143
144
  floating: boolean;
144
145
  scrollThreshold: string | number;
145
- location: "top" | "bottom";
146
146
  }, true, {}, vue.SlotsType<Partial<{
147
147
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
148
148
  [key: string]: any;
@@ -171,12 +171,13 @@ declare const VAppBar: {
171
171
  Defaults: {};
172
172
  }, {
173
173
  flat: boolean;
174
- style: vue.StyleValue;
174
+ absolute: boolean;
175
+ location: "top" | "bottom";
175
176
  height: string | number;
177
+ order: string | number;
178
+ style: vue.StyleValue;
176
179
  tag: string;
177
180
  collapse: boolean;
178
- order: string | number;
179
- absolute: boolean;
180
181
  modelValue: boolean;
181
182
  tile: boolean;
182
183
  density: Density$1;
@@ -184,19 +185,18 @@ declare const VAppBar: {
184
185
  extensionHeight: string | number;
185
186
  floating: boolean;
186
187
  scrollThreshold: string | number;
187
- location: "top" | "bottom";
188
188
  } & {
189
- class?: any;
189
+ name?: string | undefined;
190
+ border?: string | number | boolean | undefined;
191
+ color?: string | undefined;
192
+ scrollBehavior?: "hide" | (string & {}) | "collapse" | "fully-hide" | "inverted" | "elevate" | "fade-image" | undefined;
190
193
  title?: string | undefined;
191
194
  image?: string | undefined;
195
+ class?: any;
196
+ elevation?: string | number | undefined;
192
197
  theme?: string | undefined;
193
- color?: string | undefined;
194
- name?: string | undefined;
195
- border?: string | number | boolean | undefined;
196
198
  rounded?: string | number | boolean | undefined;
197
- elevation?: string | number | undefined;
198
199
  scrollTarget?: string | undefined;
199
- scrollBehavior?: (string & {}) | "collapse" | "hide" | "fully-hide" | "inverted" | "elevate" | "fade-image" | undefined;
200
200
  } & {
201
201
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
202
202
  default?: (() => vue.VNodeChild) | undefined;
@@ -225,12 +225,13 @@ declare const VAppBar: {
225
225
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
226
226
  }, {}, {}, {}, {}, {
227
227
  flat: boolean;
228
- style: vue.StyleValue;
228
+ absolute: boolean;
229
+ location: "top" | "bottom";
229
230
  height: string | number;
231
+ order: string | number;
232
+ style: vue.StyleValue;
230
233
  tag: string;
231
234
  collapse: boolean;
232
- order: string | number;
233
- absolute: boolean;
234
235
  modelValue: boolean;
235
236
  rounded: string | number | boolean;
236
237
  tile: boolean;
@@ -239,19 +240,19 @@ declare const VAppBar: {
239
240
  extensionHeight: string | number;
240
241
  floating: boolean;
241
242
  scrollThreshold: string | number;
242
- location: "top" | "bottom";
243
243
  }>;
244
244
  __isFragment?: undefined;
245
245
  __isTeleport?: undefined;
246
246
  __isSuspense?: undefined;
247
247
  } & vue.ComponentOptionsBase<{
248
248
  flat: boolean;
249
- style: vue.StyleValue;
249
+ absolute: boolean;
250
+ location: "top" | "bottom";
250
251
  height: string | number;
252
+ order: string | number;
253
+ style: vue.StyleValue;
251
254
  tag: string;
252
255
  collapse: boolean;
253
- order: string | number;
254
- absolute: boolean;
255
256
  modelValue: boolean;
256
257
  tile: boolean;
257
258
  density: Density$1;
@@ -259,19 +260,18 @@ declare const VAppBar: {
259
260
  extensionHeight: string | number;
260
261
  floating: boolean;
261
262
  scrollThreshold: string | number;
262
- location: "top" | "bottom";
263
263
  } & {
264
- class?: any;
264
+ name?: string | undefined;
265
+ border?: string | number | boolean | undefined;
266
+ color?: string | undefined;
267
+ scrollBehavior?: "hide" | (string & {}) | "collapse" | "fully-hide" | "inverted" | "elevate" | "fade-image" | undefined;
265
268
  title?: string | undefined;
266
269
  image?: string | undefined;
270
+ class?: any;
271
+ elevation?: string | number | undefined;
267
272
  theme?: string | undefined;
268
- color?: string | undefined;
269
- name?: string | undefined;
270
- border?: string | number | boolean | undefined;
271
273
  rounded?: string | number | boolean | undefined;
272
- elevation?: string | number | undefined;
273
274
  scrollTarget?: string | undefined;
274
- scrollBehavior?: (string & {}) | "collapse" | "hide" | "fully-hide" | "inverted" | "elevate" | "fade-image" | undefined;
275
275
  } & {
276
276
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
277
277
  default?: (() => vue.VNodeChild) | undefined;
@@ -302,12 +302,13 @@ declare const VAppBar: {
302
302
  'update:modelValue': (value: boolean) => boolean;
303
303
  }, string, {
304
304
  flat: boolean;
305
- style: vue.StyleValue;
305
+ absolute: boolean;
306
+ location: "top" | "bottom";
306
307
  height: string | number;
308
+ order: string | number;
309
+ style: vue.StyleValue;
307
310
  tag: string;
308
311
  collapse: boolean;
309
- order: string | number;
310
- absolute: boolean;
311
312
  modelValue: boolean;
312
313
  rounded: string | number | boolean;
313
314
  tile: boolean;
@@ -316,7 +317,6 @@ declare const VAppBar: {
316
317
  extensionHeight: string | number;
317
318
  floating: boolean;
318
319
  scrollThreshold: string | number;
319
- location: "top" | "bottom";
320
320
  }, {}, string, vue.SlotsType<Partial<{
321
321
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
322
322
  [key: string]: any;
@@ -360,12 +360,12 @@ declare const VAppBar: {
360
360
  tag: Omit<{
361
361
  type: StringConstructor;
362
362
  default: string;
363
- }, "default" | "type"> & {
363
+ }, "type" | "default"> & {
364
364
  type: PropType<string>;
365
365
  default: string;
366
366
  };
367
367
  rounded: {
368
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
368
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
369
369
  default: undefined;
370
370
  };
371
371
  tile: BooleanConstructor;
@@ -378,7 +378,7 @@ declare const VAppBar: {
378
378
  type: PropType<vue.StyleValue>;
379
379
  default: null;
380
380
  };
381
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
381
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
382
382
  collapse: BooleanConstructor;
383
383
  color: StringConstructor;
384
384
  density: {
@@ -395,7 +395,7 @@ declare const VAppBar: {
395
395
  floating: BooleanConstructor;
396
396
  image: StringConstructor;
397
397
  title: StringConstructor;
398
- scrollBehavior: PropType<(string & {}) | "collapse" | "hide" | "fully-hide" | "inverted" | "elevate" | "fade-image">;
398
+ scrollBehavior: PropType<"hide" | (string & {}) | "collapse" | "fully-hide" | "inverted" | "elevate" | "fade-image">;
399
399
  modelValue: {
400
400
  type: BooleanConstructor;
401
401
  default: boolean;
@@ -429,12 +429,12 @@ declare const VAppBar: {
429
429
  tag: Omit<{
430
430
  type: StringConstructor;
431
431
  default: string;
432
- }, "default" | "type"> & {
432
+ }, "type" | "default"> & {
433
433
  type: PropType<string>;
434
434
  default: string;
435
435
  };
436
436
  rounded: {
437
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
437
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
438
438
  default: undefined;
439
439
  };
440
440
  tile: BooleanConstructor;
@@ -447,7 +447,7 @@ declare const VAppBar: {
447
447
  type: PropType<vue.StyleValue>;
448
448
  default: null;
449
449
  };
450
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
450
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
451
451
  collapse: BooleanConstructor;
452
452
  color: StringConstructor;
453
453
  density: {
@@ -464,7 +464,7 @@ declare const VAppBar: {
464
464
  floating: BooleanConstructor;
465
465
  image: StringConstructor;
466
466
  title: StringConstructor;
467
- scrollBehavior: PropType<(string & {}) | "collapse" | "hide" | "fully-hide" | "inverted" | "elevate" | "fade-image">;
467
+ scrollBehavior: PropType<"hide" | (string & {}) | "collapse" | "fully-hide" | "inverted" | "elevate" | "fade-image">;
468
468
  modelValue: {
469
469
  type: BooleanConstructor;
470
470
  default: boolean;
@@ -509,17 +509,17 @@ type Density = null | 'default' | 'comfortable' | 'compact';
509
509
  declare const VAppBarNavIcon: {
510
510
  new (...args: any[]): vue.CreateComponentPublicInstance<{
511
511
  symbol: any;
512
- flat: boolean;
513
512
  replace: boolean;
513
+ flat: boolean;
514
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
515
+ exact: boolean;
516
+ block: boolean;
514
517
  style: vue.StyleValue;
515
- size: string | number;
516
518
  disabled: boolean;
519
+ size: string | number;
520
+ readonly: boolean;
517
521
  tag: string;
518
522
  icon: NonNullable<boolean | IconValue>;
519
- readonly: boolean;
520
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
521
- block: boolean;
522
- exact: boolean;
523
523
  tile: boolean;
524
524
  density: Density;
525
525
  slim: boolean;
@@ -528,28 +528,29 @@ declare const VAppBarNavIcon: {
528
528
  class: string;
529
529
  } | undefined;
530
530
  } & {
531
- class?: any;
532
- text?: string | undefined;
533
- value?: any;
534
- width?: string | number | undefined;
531
+ location?: Anchor | undefined;
535
532
  height?: string | number | undefined;
533
+ width?: string | number | undefined;
536
534
  active?: boolean | undefined;
537
- theme?: string | undefined;
538
- href?: string | undefined;
539
- color?: string | undefined;
540
- loading?: string | boolean | undefined;
541
- to?: vue_router.RouteLocationRaw | undefined;
542
535
  border?: string | number | boolean | undefined;
543
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
544
- rounded?: string | number | boolean | undefined;
536
+ color?: string | undefined;
545
537
  maxHeight?: string | number | undefined;
546
538
  maxWidth?: string | number | undefined;
547
539
  minHeight?: string | number | undefined;
548
540
  minWidth?: string | number | undefined;
541
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
542
+ value?: any;
543
+ loading?: string | boolean | undefined;
544
+ text?: string | undefined;
545
+ class?: any;
546
+ href?: string | undefined;
549
547
  elevation?: string | number | undefined;
550
- location?: Anchor | undefined;
548
+ to?: vue_router.RouteLocationRaw | undefined;
549
+ theme?: string | undefined;
550
+ rounded?: string | number | boolean | undefined;
551
551
  baseColor?: string | undefined;
552
552
  selectedClass?: string | undefined;
553
+ activeColor?: string | undefined;
553
554
  prependIcon?: IconValue | undefined;
554
555
  appendIcon?: IconValue | undefined;
555
556
  } & {
@@ -572,17 +573,17 @@ declare const VAppBarNavIcon: {
572
573
  "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
573
574
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
574
575
  symbol: any;
575
- flat: boolean;
576
576
  replace: boolean;
577
+ flat: boolean;
578
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
579
+ exact: boolean;
580
+ block: boolean;
577
581
  style: vue.StyleValue;
578
- size: string | number;
579
582
  disabled: boolean;
583
+ size: string | number;
584
+ readonly: boolean;
580
585
  tag: string;
581
586
  icon: NonNullable<boolean | IconValue>;
582
- readonly: boolean;
583
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
584
- block: boolean;
585
- exact: boolean;
586
587
  tile: boolean;
587
588
  density: Density;
588
589
  slim: boolean;
@@ -591,28 +592,29 @@ declare const VAppBarNavIcon: {
591
592
  class: string;
592
593
  } | undefined;
593
594
  } & {
594
- class?: any;
595
- text?: string | undefined;
596
- value?: any;
597
- width?: string | number | undefined;
595
+ location?: Anchor | undefined;
598
596
  height?: string | number | undefined;
597
+ width?: string | number | undefined;
599
598
  active?: boolean | undefined;
600
- theme?: string | undefined;
601
- href?: string | undefined;
602
- color?: string | undefined;
603
- loading?: string | boolean | undefined;
604
- to?: vue_router.RouteLocationRaw | undefined;
605
599
  border?: string | number | boolean | undefined;
606
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
607
- rounded?: string | number | boolean | undefined;
600
+ color?: string | undefined;
608
601
  maxHeight?: string | number | undefined;
609
602
  maxWidth?: string | number | undefined;
610
603
  minHeight?: string | number | undefined;
611
604
  minWidth?: string | number | undefined;
605
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
606
+ value?: any;
607
+ loading?: string | boolean | undefined;
608
+ text?: string | undefined;
609
+ class?: any;
610
+ href?: string | undefined;
612
611
  elevation?: string | number | undefined;
613
- location?: Anchor | undefined;
612
+ to?: vue_router.RouteLocationRaw | undefined;
613
+ theme?: string | undefined;
614
+ rounded?: string | number | boolean | undefined;
614
615
  baseColor?: string | undefined;
615
616
  selectedClass?: string | undefined;
617
+ activeColor?: string | undefined;
616
618
  prependIcon?: IconValue | undefined;
617
619
  appendIcon?: IconValue | undefined;
618
620
  } & {
@@ -635,19 +637,19 @@ declare const VAppBarNavIcon: {
635
637
  "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
636
638
  }, {
637
639
  symbol: any;
638
- flat: boolean;
639
640
  replace: boolean;
640
- style: vue.StyleValue;
641
- size: string | number;
641
+ flat: boolean;
642
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
643
+ exact: boolean;
644
+ block: boolean;
642
645
  active: boolean;
646
+ style: vue.StyleValue;
643
647
  disabled: boolean;
648
+ size: string | number;
649
+ readonly: boolean;
644
650
  tag: string;
645
651
  icon: NonNullable<boolean | IconValue>;
646
- readonly: boolean;
647
652
  rounded: string | number | boolean;
648
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
649
- block: boolean;
650
- exact: boolean;
651
653
  tile: boolean;
652
654
  density: Density;
653
655
  slim: boolean;
@@ -677,17 +679,17 @@ declare const VAppBarNavIcon: {
677
679
  Defaults: {};
678
680
  }, {
679
681
  symbol: any;
680
- flat: boolean;
681
682
  replace: boolean;
683
+ flat: boolean;
684
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
685
+ exact: boolean;
686
+ block: boolean;
682
687
  style: vue.StyleValue;
683
- size: string | number;
684
688
  disabled: boolean;
689
+ size: string | number;
690
+ readonly: boolean;
685
691
  tag: string;
686
692
  icon: NonNullable<boolean | IconValue>;
687
- readonly: boolean;
688
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
689
- block: boolean;
690
- exact: boolean;
691
693
  tile: boolean;
692
694
  density: Density;
693
695
  slim: boolean;
@@ -696,28 +698,29 @@ declare const VAppBarNavIcon: {
696
698
  class: string;
697
699
  } | undefined;
698
700
  } & {
699
- class?: any;
700
- text?: string | undefined;
701
- value?: any;
702
- width?: string | number | undefined;
701
+ location?: Anchor | undefined;
703
702
  height?: string | number | undefined;
703
+ width?: string | number | undefined;
704
704
  active?: boolean | undefined;
705
- theme?: string | undefined;
706
- href?: string | undefined;
707
- color?: string | undefined;
708
- loading?: string | boolean | undefined;
709
- to?: vue_router.RouteLocationRaw | undefined;
710
705
  border?: string | number | boolean | undefined;
711
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
712
- rounded?: string | number | boolean | undefined;
706
+ color?: string | undefined;
713
707
  maxHeight?: string | number | undefined;
714
708
  maxWidth?: string | number | undefined;
715
709
  minHeight?: string | number | undefined;
716
710
  minWidth?: string | number | undefined;
711
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
712
+ value?: any;
713
+ loading?: string | boolean | undefined;
714
+ text?: string | undefined;
715
+ class?: any;
716
+ href?: string | undefined;
717
717
  elevation?: string | number | undefined;
718
- location?: Anchor | undefined;
718
+ to?: vue_router.RouteLocationRaw | undefined;
719
+ theme?: string | undefined;
720
+ rounded?: string | number | boolean | undefined;
719
721
  baseColor?: string | undefined;
720
722
  selectedClass?: string | undefined;
723
+ activeColor?: string | undefined;
721
724
  prependIcon?: IconValue | undefined;
722
725
  appendIcon?: IconValue | undefined;
723
726
  } & {
@@ -740,19 +743,19 @@ declare const VAppBarNavIcon: {
740
743
  "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
741
744
  }, {}, {}, {}, {}, {
742
745
  symbol: any;
743
- flat: boolean;
744
746
  replace: boolean;
745
- style: vue.StyleValue;
746
- size: string | number;
747
+ flat: boolean;
748
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
749
+ exact: boolean;
750
+ block: boolean;
747
751
  active: boolean;
752
+ style: vue.StyleValue;
748
753
  disabled: boolean;
754
+ size: string | number;
755
+ readonly: boolean;
749
756
  tag: string;
750
757
  icon: NonNullable<boolean | IconValue>;
751
- readonly: boolean;
752
758
  rounded: string | number | boolean;
753
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
754
- block: boolean;
755
- exact: boolean;
756
759
  tile: boolean;
757
760
  density: Density;
758
761
  slim: boolean;
@@ -766,17 +769,17 @@ declare const VAppBarNavIcon: {
766
769
  __isSuspense?: undefined;
767
770
  } & vue.ComponentOptionsBase<{
768
771
  symbol: any;
769
- flat: boolean;
770
772
  replace: boolean;
773
+ flat: boolean;
774
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
775
+ exact: boolean;
776
+ block: boolean;
771
777
  style: vue.StyleValue;
772
- size: string | number;
773
778
  disabled: boolean;
779
+ size: string | number;
780
+ readonly: boolean;
774
781
  tag: string;
775
782
  icon: NonNullable<boolean | IconValue>;
776
- readonly: boolean;
777
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
778
- block: boolean;
779
- exact: boolean;
780
783
  tile: boolean;
781
784
  density: Density;
782
785
  slim: boolean;
@@ -785,28 +788,29 @@ declare const VAppBarNavIcon: {
785
788
  class: string;
786
789
  } | undefined;
787
790
  } & {
788
- class?: any;
789
- text?: string | undefined;
790
- value?: any;
791
- width?: string | number | undefined;
791
+ location?: Anchor | undefined;
792
792
  height?: string | number | undefined;
793
+ width?: string | number | undefined;
793
794
  active?: boolean | undefined;
794
- theme?: string | undefined;
795
- href?: string | undefined;
796
- color?: string | undefined;
797
- loading?: string | boolean | undefined;
798
- to?: vue_router.RouteLocationRaw | undefined;
799
795
  border?: string | number | boolean | undefined;
800
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
801
- rounded?: string | number | boolean | undefined;
796
+ color?: string | undefined;
802
797
  maxHeight?: string | number | undefined;
803
798
  maxWidth?: string | number | undefined;
804
799
  minHeight?: string | number | undefined;
805
800
  minWidth?: string | number | undefined;
801
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
802
+ value?: any;
803
+ loading?: string | boolean | undefined;
804
+ text?: string | undefined;
805
+ class?: any;
806
+ href?: string | undefined;
806
807
  elevation?: string | number | undefined;
807
- location?: Anchor | undefined;
808
+ to?: vue_router.RouteLocationRaw | undefined;
809
+ theme?: string | undefined;
810
+ rounded?: string | number | boolean | undefined;
808
811
  baseColor?: string | undefined;
809
812
  selectedClass?: string | undefined;
813
+ activeColor?: string | undefined;
810
814
  prependIcon?: IconValue | undefined;
811
815
  appendIcon?: IconValue | undefined;
812
816
  } & {
@@ -829,19 +833,19 @@ declare const VAppBarNavIcon: {
829
833
  "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
830
834
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
831
835
  symbol: any;
832
- flat: boolean;
833
836
  replace: boolean;
834
- style: vue.StyleValue;
835
- size: string | number;
837
+ flat: boolean;
838
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
839
+ exact: boolean;
840
+ block: boolean;
836
841
  active: boolean;
842
+ style: vue.StyleValue;
837
843
  disabled: boolean;
844
+ size: string | number;
845
+ readonly: boolean;
838
846
  tag: string;
839
847
  icon: NonNullable<boolean | IconValue>;
840
- readonly: boolean;
841
848
  rounded: string | number | boolean;
842
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
843
- block: boolean;
844
- exact: boolean;
845
849
  tile: boolean;
846
850
  density: Density;
847
851
  slim: boolean;
@@ -868,10 +872,10 @@ declare const VAppBarNavIcon: {
868
872
  type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
869
873
  default: string;
870
874
  validator: (v: any) => boolean;
871
- }, "default" | "type"> & {
875
+ }, "type" | "default"> & {
872
876
  type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
873
877
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
874
- }, "default" | "type"> & {
878
+ }, "type" | "default"> & {
875
879
  type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
876
880
  default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
877
881
  };
@@ -879,7 +883,7 @@ declare const VAppBarNavIcon: {
879
883
  tag: Omit<{
880
884
  type: StringConstructor;
881
885
  default: string;
882
- }, "default" | "type"> & {
886
+ }, "type" | "default"> & {
883
887
  type: vue.PropType<string>;
884
888
  default: string;
885
889
  };
@@ -892,12 +896,12 @@ declare const VAppBarNavIcon: {
892
896
  to: vue.PropType<vue_router.RouteLocationRaw>;
893
897
  exact: BooleanConstructor;
894
898
  rounded: {
895
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
899
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
896
900
  default: undefined;
897
901
  };
898
902
  tile: BooleanConstructor;
899
903
  position: {
900
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
904
+ type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
901
905
  validator: (v: any) => boolean;
902
906
  };
903
907
  location: vue.PropType<Anchor>;
@@ -925,11 +929,12 @@ declare const VAppBarNavIcon: {
925
929
  type: vue.PropType<vue.StyleValue>;
926
930
  default: null;
927
931
  };
928
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
932
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
929
933
  active: {
930
934
  type: BooleanConstructor;
931
935
  default: undefined;
932
936
  };
937
+ activeColor: StringConstructor;
933
938
  baseColor: StringConstructor;
934
939
  symbol: {
935
940
  type: null;
@@ -959,10 +964,10 @@ declare const VAppBarNavIcon: {
959
964
  type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
960
965
  default: string;
961
966
  validator: (v: any) => boolean;
962
- }, "default" | "type"> & {
967
+ }, "type" | "default"> & {
963
968
  type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
964
969
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
965
- }, "default" | "type"> & {
970
+ }, "type" | "default"> & {
966
971
  type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
967
972
  default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
968
973
  };
@@ -970,7 +975,7 @@ declare const VAppBarNavIcon: {
970
975
  tag: Omit<{
971
976
  type: StringConstructor;
972
977
  default: string;
973
- }, "default" | "type"> & {
978
+ }, "type" | "default"> & {
974
979
  type: vue.PropType<string>;
975
980
  default: string;
976
981
  };
@@ -983,12 +988,12 @@ declare const VAppBarNavIcon: {
983
988
  to: vue.PropType<vue_router.RouteLocationRaw>;
984
989
  exact: BooleanConstructor;
985
990
  rounded: {
986
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
991
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
987
992
  default: undefined;
988
993
  };
989
994
  tile: BooleanConstructor;
990
995
  position: {
991
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
996
+ type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
992
997
  validator: (v: any) => boolean;
993
998
  };
994
999
  location: vue.PropType<Anchor>;
@@ -1016,11 +1021,12 @@ declare const VAppBarNavIcon: {
1016
1021
  type: vue.PropType<vue.StyleValue>;
1017
1022
  default: null;
1018
1023
  };
1019
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1024
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1020
1025
  active: {
1021
1026
  type: BooleanConstructor;
1022
1027
  default: undefined;
1023
1028
  };
1029
+ activeColor: StringConstructor;
1024
1030
  baseColor: StringConstructor;
1025
1031
  symbol: {
1026
1032
  type: null;
@@ -1052,8 +1058,8 @@ declare const VAppBarTitle: {
1052
1058
  style: vue.StyleValue;
1053
1059
  tag: string;
1054
1060
  } & {
1055
- class?: any;
1056
1061
  text?: string | undefined;
1062
+ class?: any;
1057
1063
  } & {
1058
1064
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1059
1065
  default?: (() => vue.VNodeChild) | undefined;
@@ -1070,8 +1076,8 @@ declare const VAppBarTitle: {
1070
1076
  style: vue.StyleValue;
1071
1077
  tag: string;
1072
1078
  } & {
1073
- class?: any;
1074
1079
  text?: string | undefined;
1080
+ class?: any;
1075
1081
  } & {
1076
1082
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1077
1083
  default?: (() => vue.VNodeChild) | undefined;
@@ -1105,8 +1111,8 @@ declare const VAppBarTitle: {
1105
1111
  style: vue.StyleValue;
1106
1112
  tag: string;
1107
1113
  } & {
1108
- class?: any;
1109
1114
  text?: string | undefined;
1115
+ class?: any;
1110
1116
  } & {
1111
1117
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1112
1118
  default?: (() => vue.VNodeChild) | undefined;
@@ -1130,8 +1136,8 @@ declare const VAppBarTitle: {
1130
1136
  style: vue.StyleValue;
1131
1137
  tag: string;
1132
1138
  } & {
1133
- class?: any;
1134
1139
  text?: string | undefined;
1140
+ class?: any;
1135
1141
  } & {
1136
1142
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1137
1143
  default?: (() => vue.VNodeChild) | undefined;