@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-24

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 (156) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +16 -16
  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 +2433 -2435
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +738 -740
  14. package/dist/vuetify.d.ts +10490 -10401
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  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/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +81 -80
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/index.d.mts +199 -199
  155. package/lib/labs/components.d.mts +1754 -1733
  156. package/package.json +9 -4
@@ -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" | "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" | "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" | "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" | "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" | "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" | "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,26 +528,26 @@ 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
553
  activeColor?: string | undefined;
@@ -573,17 +573,17 @@ declare const VAppBarNavIcon: {
573
573
  "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
574
574
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
575
575
  symbol: any;
576
- flat: boolean;
577
576
  replace: boolean;
577
+ flat: boolean;
578
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
579
+ exact: boolean;
580
+ block: boolean;
578
581
  style: vue.StyleValue;
579
- size: string | number;
580
582
  disabled: boolean;
583
+ size: string | number;
584
+ readonly: boolean;
581
585
  tag: string;
582
586
  icon: NonNullable<boolean | IconValue>;
583
- readonly: boolean;
584
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
585
- block: boolean;
586
- exact: boolean;
587
587
  tile: boolean;
588
588
  density: Density;
589
589
  slim: boolean;
@@ -592,26 +592,26 @@ declare const VAppBarNavIcon: {
592
592
  class: string;
593
593
  } | undefined;
594
594
  } & {
595
- class?: any;
596
- text?: string | undefined;
597
- value?: any;
598
- width?: string | number | undefined;
595
+ location?: Anchor | undefined;
599
596
  height?: string | number | undefined;
597
+ width?: string | number | undefined;
600
598
  active?: boolean | undefined;
601
- theme?: string | undefined;
602
- href?: string | undefined;
603
- color?: string | undefined;
604
- loading?: string | boolean | undefined;
605
- to?: vue_router.RouteLocationRaw | undefined;
606
599
  border?: string | number | boolean | undefined;
607
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
608
- rounded?: string | number | boolean | undefined;
600
+ color?: string | undefined;
609
601
  maxHeight?: string | number | undefined;
610
602
  maxWidth?: string | number | undefined;
611
603
  minHeight?: string | number | undefined;
612
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;
613
611
  elevation?: string | number | undefined;
614
- location?: Anchor | undefined;
612
+ to?: vue_router.RouteLocationRaw | undefined;
613
+ theme?: string | undefined;
614
+ rounded?: string | number | boolean | undefined;
615
615
  baseColor?: string | undefined;
616
616
  selectedClass?: string | undefined;
617
617
  activeColor?: string | undefined;
@@ -637,19 +637,19 @@ declare const VAppBarNavIcon: {
637
637
  "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
638
638
  }, {
639
639
  symbol: any;
640
- flat: boolean;
641
640
  replace: boolean;
642
- style: vue.StyleValue;
643
- size: string | number;
641
+ flat: boolean;
642
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
643
+ exact: boolean;
644
+ block: boolean;
644
645
  active: boolean;
646
+ style: vue.StyleValue;
645
647
  disabled: boolean;
648
+ size: string | number;
649
+ readonly: boolean;
646
650
  tag: string;
647
651
  icon: NonNullable<boolean | IconValue>;
648
- readonly: boolean;
649
652
  rounded: string | number | boolean;
650
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
651
- block: boolean;
652
- exact: boolean;
653
653
  tile: boolean;
654
654
  density: Density;
655
655
  slim: boolean;
@@ -679,17 +679,17 @@ declare const VAppBarNavIcon: {
679
679
  Defaults: {};
680
680
  }, {
681
681
  symbol: any;
682
- flat: boolean;
683
682
  replace: boolean;
683
+ flat: boolean;
684
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
685
+ exact: boolean;
686
+ block: boolean;
684
687
  style: vue.StyleValue;
685
- size: string | number;
686
688
  disabled: boolean;
689
+ size: string | number;
690
+ readonly: boolean;
687
691
  tag: string;
688
692
  icon: NonNullable<boolean | IconValue>;
689
- readonly: boolean;
690
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
691
- block: boolean;
692
- exact: boolean;
693
693
  tile: boolean;
694
694
  density: Density;
695
695
  slim: boolean;
@@ -698,26 +698,26 @@ declare const VAppBarNavIcon: {
698
698
  class: string;
699
699
  } | undefined;
700
700
  } & {
701
- class?: any;
702
- text?: string | undefined;
703
- value?: any;
704
- width?: string | number | undefined;
701
+ location?: Anchor | undefined;
705
702
  height?: string | number | undefined;
703
+ width?: string | number | undefined;
706
704
  active?: boolean | undefined;
707
- theme?: string | undefined;
708
- href?: string | undefined;
709
- color?: string | undefined;
710
- loading?: string | boolean | undefined;
711
- to?: vue_router.RouteLocationRaw | undefined;
712
705
  border?: string | number | boolean | undefined;
713
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
714
- rounded?: string | number | boolean | undefined;
706
+ color?: string | undefined;
715
707
  maxHeight?: string | number | undefined;
716
708
  maxWidth?: string | number | undefined;
717
709
  minHeight?: string | number | undefined;
718
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;
719
717
  elevation?: string | number | undefined;
720
- location?: Anchor | undefined;
718
+ to?: vue_router.RouteLocationRaw | undefined;
719
+ theme?: string | undefined;
720
+ rounded?: string | number | boolean | undefined;
721
721
  baseColor?: string | undefined;
722
722
  selectedClass?: string | undefined;
723
723
  activeColor?: string | undefined;
@@ -743,19 +743,19 @@ declare const VAppBarNavIcon: {
743
743
  "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
744
744
  }, {}, {}, {}, {}, {
745
745
  symbol: any;
746
- flat: boolean;
747
746
  replace: boolean;
748
- style: vue.StyleValue;
749
- size: string | number;
747
+ flat: boolean;
748
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
749
+ exact: boolean;
750
+ block: boolean;
750
751
  active: boolean;
752
+ style: vue.StyleValue;
751
753
  disabled: boolean;
754
+ size: string | number;
755
+ readonly: boolean;
752
756
  tag: string;
753
757
  icon: NonNullable<boolean | IconValue>;
754
- readonly: boolean;
755
758
  rounded: string | number | boolean;
756
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
757
- block: boolean;
758
- exact: boolean;
759
759
  tile: boolean;
760
760
  density: Density;
761
761
  slim: boolean;
@@ -769,17 +769,17 @@ declare const VAppBarNavIcon: {
769
769
  __isSuspense?: undefined;
770
770
  } & vue.ComponentOptionsBase<{
771
771
  symbol: any;
772
- flat: boolean;
773
772
  replace: boolean;
773
+ flat: boolean;
774
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
775
+ exact: boolean;
776
+ block: boolean;
774
777
  style: vue.StyleValue;
775
- size: string | number;
776
778
  disabled: boolean;
779
+ size: string | number;
780
+ readonly: boolean;
777
781
  tag: string;
778
782
  icon: NonNullable<boolean | IconValue>;
779
- readonly: boolean;
780
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
781
- block: boolean;
782
- exact: boolean;
783
783
  tile: boolean;
784
784
  density: Density;
785
785
  slim: boolean;
@@ -788,26 +788,26 @@ declare const VAppBarNavIcon: {
788
788
  class: string;
789
789
  } | undefined;
790
790
  } & {
791
- class?: any;
792
- text?: string | undefined;
793
- value?: any;
794
- width?: string | number | undefined;
791
+ location?: Anchor | undefined;
795
792
  height?: string | number | undefined;
793
+ width?: string | number | undefined;
796
794
  active?: boolean | undefined;
797
- theme?: string | undefined;
798
- href?: string | undefined;
799
- color?: string | undefined;
800
- loading?: string | boolean | undefined;
801
- to?: vue_router.RouteLocationRaw | undefined;
802
795
  border?: string | number | boolean | undefined;
803
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
804
- rounded?: string | number | boolean | undefined;
796
+ color?: string | undefined;
805
797
  maxHeight?: string | number | undefined;
806
798
  maxWidth?: string | number | undefined;
807
799
  minHeight?: string | number | undefined;
808
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;
809
807
  elevation?: string | number | undefined;
810
- location?: Anchor | undefined;
808
+ to?: vue_router.RouteLocationRaw | undefined;
809
+ theme?: string | undefined;
810
+ rounded?: string | number | boolean | undefined;
811
811
  baseColor?: string | undefined;
812
812
  selectedClass?: string | undefined;
813
813
  activeColor?: string | undefined;
@@ -833,19 +833,19 @@ declare const VAppBarNavIcon: {
833
833
  "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
834
834
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
835
835
  symbol: any;
836
- flat: boolean;
837
836
  replace: boolean;
838
- style: vue.StyleValue;
839
- size: string | number;
837
+ flat: boolean;
838
+ variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
839
+ exact: boolean;
840
+ block: boolean;
840
841
  active: boolean;
842
+ style: vue.StyleValue;
841
843
  disabled: boolean;
844
+ size: string | number;
845
+ readonly: boolean;
842
846
  tag: string;
843
847
  icon: NonNullable<boolean | IconValue>;
844
- readonly: boolean;
845
848
  rounded: string | number | boolean;
846
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
847
- block: boolean;
848
- exact: boolean;
849
849
  tile: boolean;
850
850
  density: Density;
851
851
  slim: boolean;
@@ -872,10 +872,10 @@ declare const VAppBarNavIcon: {
872
872
  type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
873
873
  default: string;
874
874
  validator: (v: any) => boolean;
875
- }, "default" | "type"> & {
875
+ }, "type" | "default"> & {
876
876
  type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
877
877
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
878
- }, "default" | "type"> & {
878
+ }, "type" | "default"> & {
879
879
  type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
880
880
  default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
881
881
  };
@@ -883,7 +883,7 @@ declare const VAppBarNavIcon: {
883
883
  tag: Omit<{
884
884
  type: StringConstructor;
885
885
  default: string;
886
- }, "default" | "type"> & {
886
+ }, "type" | "default"> & {
887
887
  type: vue.PropType<string>;
888
888
  default: string;
889
889
  };
@@ -896,12 +896,12 @@ declare const VAppBarNavIcon: {
896
896
  to: vue.PropType<vue_router.RouteLocationRaw>;
897
897
  exact: BooleanConstructor;
898
898
  rounded: {
899
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
899
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
900
900
  default: undefined;
901
901
  };
902
902
  tile: BooleanConstructor;
903
903
  position: {
904
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
904
+ type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
905
905
  validator: (v: any) => boolean;
906
906
  };
907
907
  location: vue.PropType<Anchor>;
@@ -929,7 +929,7 @@ declare const VAppBarNavIcon: {
929
929
  type: vue.PropType<vue.StyleValue>;
930
930
  default: null;
931
931
  };
932
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
932
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
933
933
  active: {
934
934
  type: BooleanConstructor;
935
935
  default: undefined;
@@ -964,10 +964,10 @@ declare const VAppBarNavIcon: {
964
964
  type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
965
965
  default: string;
966
966
  validator: (v: any) => boolean;
967
- }, "default" | "type"> & {
967
+ }, "type" | "default"> & {
968
968
  type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
969
969
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
970
- }, "default" | "type"> & {
970
+ }, "type" | "default"> & {
971
971
  type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
972
972
  default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
973
973
  };
@@ -975,7 +975,7 @@ declare const VAppBarNavIcon: {
975
975
  tag: Omit<{
976
976
  type: StringConstructor;
977
977
  default: string;
978
- }, "default" | "type"> & {
978
+ }, "type" | "default"> & {
979
979
  type: vue.PropType<string>;
980
980
  default: string;
981
981
  };
@@ -988,12 +988,12 @@ declare const VAppBarNavIcon: {
988
988
  to: vue.PropType<vue_router.RouteLocationRaw>;
989
989
  exact: BooleanConstructor;
990
990
  rounded: {
991
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
991
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
992
992
  default: undefined;
993
993
  };
994
994
  tile: BooleanConstructor;
995
995
  position: {
996
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
996
+ type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
997
997
  validator: (v: any) => boolean;
998
998
  };
999
999
  location: vue.PropType<Anchor>;
@@ -1021,7 +1021,7 @@ declare const VAppBarNavIcon: {
1021
1021
  type: vue.PropType<vue.StyleValue>;
1022
1022
  default: null;
1023
1023
  };
1024
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1024
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1025
1025
  active: {
1026
1026
  type: BooleanConstructor;
1027
1027
  default: undefined;
@@ -1058,8 +1058,8 @@ declare const VAppBarTitle: {
1058
1058
  style: vue.StyleValue;
1059
1059
  tag: string;
1060
1060
  } & {
1061
- class?: any;
1062
1061
  text?: string | undefined;
1062
+ class?: any;
1063
1063
  } & {
1064
1064
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1065
1065
  default?: (() => vue.VNodeChild) | undefined;
@@ -1076,8 +1076,8 @@ declare const VAppBarTitle: {
1076
1076
  style: vue.StyleValue;
1077
1077
  tag: string;
1078
1078
  } & {
1079
- class?: any;
1080
1079
  text?: string | undefined;
1080
+ class?: any;
1081
1081
  } & {
1082
1082
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1083
1083
  default?: (() => vue.VNodeChild) | undefined;
@@ -1111,8 +1111,8 @@ declare const VAppBarTitle: {
1111
1111
  style: vue.StyleValue;
1112
1112
  tag: string;
1113
1113
  } & {
1114
- class?: any;
1115
1114
  text?: string | undefined;
1115
+ class?: any;
1116
1116
  } & {
1117
1117
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1118
1118
  default?: (() => vue.VNodeChild) | undefined;
@@ -1136,8 +1136,8 @@ declare const VAppBarTitle: {
1136
1136
  style: vue.StyleValue;
1137
1137
  tag: string;
1138
1138
  } & {
1139
- class?: any;
1140
1139
  text?: string | undefined;
1140
+ class?: any;
1141
1141
  } & {
1142
1142
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1143
1143
  default?: (() => vue.VNodeChild) | undefined;