@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13

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 (139) hide show
  1. package/dist/json/attributes.json +7 -11
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +144 -144
  4. package/dist/json/tags.json +0 -1
  5. package/dist/json/web-types.json +8 -18
  6. package/dist/vuetify-labs.css +2162 -2162
  7. package/dist/vuetify-labs.d.ts +33122 -39828
  8. package/dist/vuetify-labs.esm.js +17 -9
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +17 -9
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1025 -1025
  13. package/dist/vuetify.d.ts +32674 -39040
  14. package/dist/vuetify.esm.js +16 -8
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +16 -8
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +22 -22
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +50 -73
  22. package/lib/components/VApp/index.d.mts +9 -11
  23. package/lib/components/VAppBar/index.d.mts +92 -128
  24. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  25. package/lib/components/VAvatar/index.d.mts +23 -22
  26. package/lib/components/VBadge/index.d.mts +53 -59
  27. package/lib/components/VBanner/index.d.mts +44 -66
  28. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  29. package/lib/components/VBottomSheet/index.d.mts +125 -135
  30. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  31. package/lib/components/VBtn/index.d.mts +49 -53
  32. package/lib/components/VBtnGroup/index.d.mts +14 -13
  33. package/lib/components/VBtnToggle/index.d.mts +21 -23
  34. package/lib/components/VCard/index.d.mts +104 -168
  35. package/lib/components/VCarousel/index.d.mts +59 -96
  36. package/lib/components/VCheckbox/index.d.mts +132 -155
  37. package/lib/components/VChip/index.d.mts +47 -59
  38. package/lib/components/VChipGroup/index.d.mts +39 -41
  39. package/lib/components/VCode/index.d.mts +9 -11
  40. package/lib/components/VColorPicker/index.d.mts +58 -133
  41. package/lib/components/VCombobox/index.d.mts +4785 -3244
  42. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  43. package/lib/components/VCounter/index.d.mts +40 -42
  44. package/lib/components/VDataIterator/index.d.mts +171 -185
  45. package/lib/components/VDataTable/index.d.mts +480 -1204
  46. package/lib/components/VDatePicker/index.d.mts +120 -158
  47. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  48. package/lib/components/VDialog/index.d.mts +243 -277
  49. package/lib/components/VDivider/index.d.mts +9 -11
  50. package/lib/components/VEmptyState/index.d.mts +30 -52
  51. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  52. package/lib/components/VFab/index.d.mts +81 -73
  53. package/lib/components/VField/index.d.mts +35 -62
  54. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  55. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  56. package/lib/components/VFileInput/index.d.mts +172 -259
  57. package/lib/components/VFooter/index.d.mts +9 -11
  58. package/lib/components/VForm/index.d.mts +105 -77
  59. package/lib/components/VGrid/index.d.mts +41 -52
  60. package/lib/components/VHover/index.d.mts +5 -9
  61. package/lib/components/VIcon/index.d.mts +23 -29
  62. package/lib/components/VImg/index.d.mts +28 -42
  63. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  64. package/lib/components/VInput/index.d.mts +48 -50
  65. package/lib/components/VItemGroup/index.d.mts +21 -30
  66. package/lib/components/VKbd/index.d.mts +9 -11
  67. package/lib/components/VLabel/index.d.mts +9 -11
  68. package/lib/components/VLayout/index.d.mts +18 -24
  69. package/lib/components/VLazy/index.d.mts +42 -44
  70. package/lib/components/VList/VList.mjs.map +1 -1
  71. package/lib/components/VList/index.d.mts +210 -329
  72. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  73. package/lib/components/VMain/index.d.mts +9 -11
  74. package/lib/components/VMenu/index.d.mts +272 -306
  75. package/lib/components/VMessages/index.d.mts +49 -51
  76. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  77. package/lib/components/VOtpInput/index.d.mts +22 -28
  78. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  79. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  80. package/lib/components/VOverlay/index.d.mts +53 -63
  81. package/lib/components/VPagination/index.d.mts +31 -46
  82. package/lib/components/VParallax/index.d.mts +15 -29
  83. package/lib/components/VProgressCircular/index.d.mts +9 -11
  84. package/lib/components/VProgressLinear/index.d.mts +22 -24
  85. package/lib/components/VRadio/index.d.mts +49 -52
  86. package/lib/components/VRadioGroup/index.d.mts +66 -66
  87. package/lib/components/VRangeSlider/index.d.mts +58 -69
  88. package/lib/components/VRating/index.d.mts +13 -19
  89. package/lib/components/VResponsive/index.d.mts +11 -17
  90. package/lib/components/VSelect/index.d.mts +4762 -3221
  91. package/lib/components/VSelectionControl/index.d.mts +38 -44
  92. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  93. package/lib/components/VSheet/index.d.mts +15 -17
  94. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  95. package/lib/components/VSlideGroup/index.d.mts +112 -129
  96. package/lib/components/VSlider/index.d.mts +58 -69
  97. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  98. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  99. package/lib/components/VSnackbar/index.d.mts +231 -270
  100. package/lib/components/VSparkline/index.d.mts +11 -19
  101. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  102. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  103. package/lib/components/VSpeedDial/index.d.mts +179 -189
  104. package/lib/components/VStepper/index.d.mts +105 -180
  105. package/lib/components/VSwitch/index.d.mts +78 -98
  106. package/lib/components/VSystemBar/index.d.mts +13 -15
  107. package/lib/components/VTable/index.d.mts +15 -29
  108. package/lib/components/VTabs/index.d.mts +213 -297
  109. package/lib/components/VTextField/index.d.mts +253 -408
  110. package/lib/components/VTextarea/index.d.mts +157 -236
  111. package/lib/components/VThemeProvider/index.d.mts +9 -11
  112. package/lib/components/VTimeline/index.d.mts +29 -43
  113. package/lib/components/VToolbar/index.d.mts +49 -80
  114. package/lib/components/VTooltip/index.d.mts +282 -316
  115. package/lib/components/VValidation/index.d.mts +16 -23
  116. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  117. package/lib/components/VWindow/index.d.mts +29 -50
  118. package/lib/components/index.d.mts +31169 -37524
  119. package/lib/components/transitions/index.d.mts +84 -148
  120. package/lib/composables/location.mjs.map +1 -1
  121. package/lib/directives/click-outside/index.mjs +3 -0
  122. package/lib/directives/click-outside/index.mjs.map +1 -1
  123. package/lib/entry-bundler.mjs +1 -1
  124. package/lib/framework.mjs +1 -1
  125. package/lib/index.d.mts +60 -60
  126. package/lib/labs/VCalendar/index.d.mts +146 -166
  127. package/lib/labs/VDateInput/index.d.mts +83 -62
  128. package/lib/labs/VNumberInput/index.d.mts +61 -88
  129. package/lib/labs/VPicker/index.d.mts +28 -46
  130. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  131. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  132. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  133. package/lib/labs/VTimePicker/index.d.mts +35 -53
  134. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  135. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  136. package/lib/labs/VTreeview/index.d.mts +200 -292
  137. package/lib/labs/components.d.mts +905 -1246
  138. package/lib/util/propsFactory.mjs.map +1 -1
  139. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, DirectiveBinding, JSXComponent, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
 
@@ -13,6 +13,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
13
13
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
14
14
  }
15
15
 
16
+ type ClassValue = any;
17
+
16
18
  type Density$1 = null | 'prominent' | 'default' | 'comfortable' | 'compact';
17
19
 
18
20
  declare const VAppBar: {
@@ -71,7 +73,7 @@ declare const VAppBar: {
71
73
  } & {
72
74
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
73
75
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
74
- 'update:modelValue': (value: boolean) => boolean;
76
+ 'update:modelValue': (value: boolean) => true;
75
77
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
76
78
  flat: boolean;
77
79
  absolute: boolean;
@@ -144,24 +146,12 @@ declare const VAppBar: {
144
146
  floating: boolean;
145
147
  scrollThreshold: string | number;
146
148
  }, true, {}, vue.SlotsType<Partial<{
147
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
148
- [key: string]: any;
149
- }>[];
150
- image: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
151
- [key: string]: any;
152
- }>[];
153
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
154
- [key: string]: any;
155
- }>[];
156
- append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
157
- [key: string]: any;
158
- }>[];
159
- title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
160
- [key: string]: any;
161
- }>[];
162
- extension: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
163
- [key: string]: any;
164
- }>[];
149
+ default: () => vue.VNode[];
150
+ image: () => vue.VNode[];
151
+ prepend: () => vue.VNode[];
152
+ append: () => vue.VNode[];
153
+ title: () => vue.VNode[];
154
+ extension: () => vue.VNode[];
165
155
  }>>, {
166
156
  P: {};
167
157
  B: {};
@@ -241,9 +231,9 @@ declare const VAppBar: {
241
231
  floating: boolean;
242
232
  scrollThreshold: string | number;
243
233
  }>;
244
- __isFragment?: undefined;
245
- __isTeleport?: undefined;
246
- __isSuspense?: undefined;
234
+ __isFragment?: never;
235
+ __isTeleport?: never;
236
+ __isSuspense?: never;
247
237
  } & vue.ComponentOptionsBase<{
248
238
  flat: boolean;
249
239
  absolute: boolean;
@@ -299,7 +289,7 @@ declare const VAppBar: {
299
289
  } & {
300
290
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
301
291
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
302
- 'update:modelValue': (value: boolean) => boolean;
292
+ 'update:modelValue': (value: boolean) => true;
303
293
  }, string, {
304
294
  flat: boolean;
305
295
  absolute: boolean;
@@ -318,24 +308,12 @@ declare const VAppBar: {
318
308
  floating: boolean;
319
309
  scrollThreshold: string | number;
320
310
  }, {}, string, vue.SlotsType<Partial<{
321
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
322
- [key: string]: any;
323
- }>[];
324
- image: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
325
- [key: string]: any;
326
- }>[];
327
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
328
- [key: string]: any;
329
- }>[];
330
- append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
331
- [key: string]: any;
332
- }>[];
333
- title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
334
- [key: string]: any;
335
- }>[];
336
- extension: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
337
- [key: string]: any;
338
- }>[];
311
+ default: () => vue.VNode[];
312
+ image: () => vue.VNode[];
313
+ prepend: () => vue.VNode[];
314
+ append: () => vue.VNode[];
315
+ title: () => vue.VNode[];
316
+ extension: () => vue.VNode[];
339
317
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
340
318
  height: {
341
319
  type: (StringConstructor | NumberConstructor)[];
@@ -373,7 +351,7 @@ declare const VAppBar: {
373
351
  type: (StringConstructor | NumberConstructor)[];
374
352
  validator(v: any): boolean;
375
353
  };
376
- class: PropType<any>;
354
+ class: PropType<ClassValue>;
377
355
  style: {
378
356
  type: PropType<vue.StyleValue>;
379
357
  default: null;
@@ -395,7 +373,7 @@ declare const VAppBar: {
395
373
  floating: BooleanConstructor;
396
374
  image: StringConstructor;
397
375
  title: StringConstructor;
398
- scrollBehavior: PropType<"hide" | (string & {}) | "collapse" | "fully-hide" | "inverted" | "elevate" | "fade-image">;
376
+ scrollBehavior: PropType<"hide" | "fully-hide" | "inverted" | "collapse" | "elevate" | "fade-image" | (string & {})>;
399
377
  modelValue: {
400
378
  type: BooleanConstructor;
401
379
  default: boolean;
@@ -442,7 +420,7 @@ declare const VAppBar: {
442
420
  type: (StringConstructor | NumberConstructor)[];
443
421
  validator(v: any): boolean;
444
422
  };
445
- class: PropType<any>;
423
+ class: PropType<ClassValue>;
446
424
  style: {
447
425
  type: PropType<vue.StyleValue>;
448
426
  default: null;
@@ -464,7 +442,7 @@ declare const VAppBar: {
464
442
  floating: BooleanConstructor;
465
443
  image: StringConstructor;
466
444
  title: StringConstructor;
467
- scrollBehavior: PropType<"hide" | (string & {}) | "collapse" | "fully-hide" | "inverted" | "elevate" | "fade-image">;
445
+ scrollBehavior: PropType<"hide" | "fully-hide" | "inverted" | "collapse" | "elevate" | "fade-image" | (string & {})>;
468
446
  modelValue: {
469
447
  type: BooleanConstructor;
470
448
  default: boolean;
@@ -477,6 +455,17 @@ declare const VAppBar: {
477
455
  }>>;
478
456
  type VAppBar = InstanceType<typeof VAppBar>;
479
457
 
458
+ interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
459
+ value?: boolean | {
460
+ class: string;
461
+ };
462
+ modifiers: {
463
+ center?: boolean;
464
+ circle?: boolean;
465
+ stop?: boolean;
466
+ };
467
+ }
468
+
480
469
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
481
470
  declare const IconValue: PropType<IconValue>;
482
471
 
@@ -506,12 +495,15 @@ interface GroupProvide {
506
495
 
507
496
  type Density = null | 'default' | 'comfortable' | 'compact';
508
497
 
498
+ declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
499
+ type Variant = typeof allowedVariants[number];
500
+
509
501
  declare const VAppBarNavIcon: {
510
502
  new (...args: any[]): vue.CreateComponentPublicInstance<{
511
503
  symbol: any;
512
504
  replace: boolean;
513
505
  flat: boolean;
514
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
506
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
515
507
  exact: boolean;
516
508
  block: boolean;
517
509
  style: vue.StyleValue;
@@ -519,7 +511,7 @@ declare const VAppBarNavIcon: {
519
511
  size: string | number;
520
512
  readonly: boolean;
521
513
  tag: string;
522
- icon: NonNullable<boolean | IconValue>;
514
+ icon: boolean | IconValue;
523
515
  tile: boolean;
524
516
  density: Density;
525
517
  slim: boolean;
@@ -528,7 +520,7 @@ declare const VAppBarNavIcon: {
528
520
  class: string;
529
521
  } | undefined;
530
522
  } & {
531
- location?: Anchor | undefined;
523
+ location?: Anchor | null | undefined;
532
524
  height?: string | number | undefined;
533
525
  width?: string | number | undefined;
534
526
  active?: boolean | undefined;
@@ -574,7 +566,7 @@ declare const VAppBarNavIcon: {
574
566
  symbol: any;
575
567
  replace: boolean;
576
568
  flat: boolean;
577
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
569
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
578
570
  exact: boolean;
579
571
  block: boolean;
580
572
  style: vue.StyleValue;
@@ -582,7 +574,7 @@ declare const VAppBarNavIcon: {
582
574
  size: string | number;
583
575
  readonly: boolean;
584
576
  tag: string;
585
- icon: NonNullable<boolean | IconValue>;
577
+ icon: boolean | IconValue;
586
578
  tile: boolean;
587
579
  density: Density;
588
580
  slim: boolean;
@@ -591,7 +583,7 @@ declare const VAppBarNavIcon: {
591
583
  class: string;
592
584
  } | undefined;
593
585
  } & {
594
- location?: Anchor | undefined;
586
+ location?: Anchor | null | undefined;
595
587
  height?: string | number | undefined;
596
588
  width?: string | number | undefined;
597
589
  active?: boolean | undefined;
@@ -637,7 +629,7 @@ declare const VAppBarNavIcon: {
637
629
  symbol: any;
638
630
  replace: boolean;
639
631
  flat: boolean;
640
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
632
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
641
633
  exact: boolean;
642
634
  block: boolean;
643
635
  active: boolean;
@@ -646,7 +638,7 @@ declare const VAppBarNavIcon: {
646
638
  size: string | number;
647
639
  readonly: boolean;
648
640
  tag: string;
649
- icon: NonNullable<boolean | IconValue>;
641
+ icon: boolean | IconValue;
650
642
  rounded: string | number | boolean;
651
643
  tile: boolean;
652
644
  density: Density;
@@ -656,18 +648,10 @@ declare const VAppBarNavIcon: {
656
648
  class: string;
657
649
  } | undefined;
658
650
  }, true, {}, vue.SlotsType<Partial<{
659
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
660
- [key: string]: any;
661
- }>[];
662
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
663
- [key: string]: any;
664
- }>[];
665
- append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
666
- [key: string]: any;
667
- }>[];
668
- loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
669
- [key: string]: any;
670
- }>[];
651
+ default: () => vue.VNode[];
652
+ prepend: () => vue.VNode[];
653
+ append: () => vue.VNode[];
654
+ loader: () => vue.VNode[];
671
655
  }>>, {
672
656
  P: {};
673
657
  B: {};
@@ -679,7 +663,7 @@ declare const VAppBarNavIcon: {
679
663
  symbol: any;
680
664
  replace: boolean;
681
665
  flat: boolean;
682
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
666
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
683
667
  exact: boolean;
684
668
  block: boolean;
685
669
  style: vue.StyleValue;
@@ -687,7 +671,7 @@ declare const VAppBarNavIcon: {
687
671
  size: string | number;
688
672
  readonly: boolean;
689
673
  tag: string;
690
- icon: NonNullable<boolean | IconValue>;
674
+ icon: boolean | IconValue;
691
675
  tile: boolean;
692
676
  density: Density;
693
677
  slim: boolean;
@@ -696,7 +680,7 @@ declare const VAppBarNavIcon: {
696
680
  class: string;
697
681
  } | undefined;
698
682
  } & {
699
- location?: Anchor | undefined;
683
+ location?: Anchor | null | undefined;
700
684
  height?: string | number | undefined;
701
685
  width?: string | number | undefined;
702
686
  active?: boolean | undefined;
@@ -742,7 +726,7 @@ declare const VAppBarNavIcon: {
742
726
  symbol: any;
743
727
  replace: boolean;
744
728
  flat: boolean;
745
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
729
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
746
730
  exact: boolean;
747
731
  block: boolean;
748
732
  active: boolean;
@@ -751,7 +735,7 @@ declare const VAppBarNavIcon: {
751
735
  size: string | number;
752
736
  readonly: boolean;
753
737
  tag: string;
754
- icon: NonNullable<boolean | IconValue>;
738
+ icon: boolean | IconValue;
755
739
  rounded: string | number | boolean;
756
740
  tile: boolean;
757
741
  density: Density;
@@ -761,14 +745,14 @@ declare const VAppBarNavIcon: {
761
745
  class: string;
762
746
  } | undefined;
763
747
  }>;
764
- __isFragment?: undefined;
765
- __isTeleport?: undefined;
766
- __isSuspense?: undefined;
748
+ __isFragment?: never;
749
+ __isTeleport?: never;
750
+ __isSuspense?: never;
767
751
  } & vue.ComponentOptionsBase<{
768
752
  symbol: any;
769
753
  replace: boolean;
770
754
  flat: boolean;
771
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
755
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
772
756
  exact: boolean;
773
757
  block: boolean;
774
758
  style: vue.StyleValue;
@@ -776,7 +760,7 @@ declare const VAppBarNavIcon: {
776
760
  size: string | number;
777
761
  readonly: boolean;
778
762
  tag: string;
779
- icon: NonNullable<boolean | IconValue>;
763
+ icon: boolean | IconValue;
780
764
  tile: boolean;
781
765
  density: Density;
782
766
  slim: boolean;
@@ -785,7 +769,7 @@ declare const VAppBarNavIcon: {
785
769
  class: string;
786
770
  } | undefined;
787
771
  } & {
788
- location?: Anchor | undefined;
772
+ location?: Anchor | null | undefined;
789
773
  height?: string | number | undefined;
790
774
  width?: string | number | undefined;
791
775
  active?: boolean | undefined;
@@ -831,7 +815,7 @@ declare const VAppBarNavIcon: {
831
815
  symbol: any;
832
816
  replace: boolean;
833
817
  flat: boolean;
834
- variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
818
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
835
819
  exact: boolean;
836
820
  block: boolean;
837
821
  active: boolean;
@@ -840,7 +824,7 @@ declare const VAppBarNavIcon: {
840
824
  size: string | number;
841
825
  readonly: boolean;
842
826
  tag: string;
843
- icon: NonNullable<boolean | IconValue>;
827
+ icon: boolean | IconValue;
844
828
  rounded: string | number | boolean;
845
829
  tile: boolean;
846
830
  density: Density;
@@ -850,30 +834,22 @@ declare const VAppBarNavIcon: {
850
834
  class: string;
851
835
  } | undefined;
852
836
  }, {}, string, vue.SlotsType<Partial<{
853
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
854
- [key: string]: any;
855
- }>[];
856
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
857
- [key: string]: any;
858
- }>[];
859
- append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
860
- [key: string]: any;
861
- }>[];
862
- loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
863
- [key: string]: any;
864
- }>[];
837
+ default: () => vue.VNode[];
838
+ prepend: () => vue.VNode[];
839
+ append: () => vue.VNode[];
840
+ loader: () => vue.VNode[];
865
841
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
866
842
  color: StringConstructor;
867
843
  variant: Omit<Omit<{
868
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
844
+ type: vue.PropType<Variant>;
869
845
  default: string;
870
846
  validator: (v: any) => boolean;
871
847
  }, "type" | "default"> & {
872
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
848
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
873
849
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
874
850
  }, "type" | "default"> & {
875
- type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
876
- default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
851
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
852
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
877
853
  };
878
854
  theme: StringConstructor;
879
855
  tag: Omit<{
@@ -900,7 +876,7 @@ declare const VAppBarNavIcon: {
900
876
  type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
901
877
  validator: (v: any) => boolean;
902
878
  };
903
- location: vue.PropType<Anchor>;
879
+ location: vue.PropType<Anchor | null>;
904
880
  loading: (StringConstructor | BooleanConstructor)[];
905
881
  value: null;
906
882
  disabled: BooleanConstructor;
@@ -920,7 +896,7 @@ declare const VAppBarNavIcon: {
920
896
  default: string;
921
897
  validator: (v: any) => boolean;
922
898
  };
923
- class: vue.PropType<any>;
899
+ class: vue.PropType<ClassValue>;
924
900
  style: {
925
901
  type: vue.PropType<vue.StyleValue>;
926
902
  default: null;
@@ -937,7 +913,7 @@ declare const VAppBarNavIcon: {
937
913
  };
938
914
  flat: BooleanConstructor;
939
915
  icon: {
940
- type: vue.PropType<NonNullable<boolean | IconValue>>;
916
+ type: vue.PropType<boolean | IconValue>;
941
917
  default: NonNullable<boolean | IconValue>;
942
918
  };
943
919
  prependIcon: vue.PropType<IconValue>;
@@ -947,24 +923,22 @@ declare const VAppBarNavIcon: {
947
923
  slim: BooleanConstructor;
948
924
  stacked: BooleanConstructor;
949
925
  ripple: {
950
- type: vue.PropType<boolean | {
951
- class: string;
952
- } | undefined>;
926
+ type: vue.PropType<RippleDirectiveBinding["value"]>;
953
927
  default: boolean;
954
928
  };
955
929
  text: StringConstructor;
956
930
  }, vue.ExtractPropTypes<{
957
931
  color: StringConstructor;
958
932
  variant: Omit<Omit<{
959
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
933
+ type: vue.PropType<Variant>;
960
934
  default: string;
961
935
  validator: (v: any) => boolean;
962
936
  }, "type" | "default"> & {
963
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
937
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
964
938
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
965
939
  }, "type" | "default"> & {
966
- type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
967
- default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
940
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
941
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
968
942
  };
969
943
  theme: StringConstructor;
970
944
  tag: Omit<{
@@ -991,7 +965,7 @@ declare const VAppBarNavIcon: {
991
965
  type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
992
966
  validator: (v: any) => boolean;
993
967
  };
994
- location: vue.PropType<Anchor>;
968
+ location: vue.PropType<Anchor | null>;
995
969
  loading: (StringConstructor | BooleanConstructor)[];
996
970
  value: null;
997
971
  disabled: BooleanConstructor;
@@ -1011,7 +985,7 @@ declare const VAppBarNavIcon: {
1011
985
  default: string;
1012
986
  validator: (v: any) => boolean;
1013
987
  };
1014
- class: vue.PropType<any>;
988
+ class: vue.PropType<ClassValue>;
1015
989
  style: {
1016
990
  type: vue.PropType<vue.StyleValue>;
1017
991
  default: null;
@@ -1028,7 +1002,7 @@ declare const VAppBarNavIcon: {
1028
1002
  };
1029
1003
  flat: BooleanConstructor;
1030
1004
  icon: {
1031
- type: vue.PropType<NonNullable<boolean | IconValue>>;
1005
+ type: vue.PropType<boolean | IconValue>;
1032
1006
  default: NonNullable<boolean | IconValue>;
1033
1007
  };
1034
1008
  prependIcon: vue.PropType<IconValue>;
@@ -1038,9 +1012,7 @@ declare const VAppBarNavIcon: {
1038
1012
  slim: BooleanConstructor;
1039
1013
  stacked: BooleanConstructor;
1040
1014
  ripple: {
1041
- type: vue.PropType<boolean | {
1042
- class: string;
1043
- } | undefined>;
1015
+ type: vue.PropType<RippleDirectiveBinding["value"]>;
1044
1016
  default: boolean;
1045
1017
  };
1046
1018
  text: StringConstructor;
@@ -1088,12 +1060,8 @@ declare const VAppBarTitle: {
1088
1060
  style: vue.StyleValue;
1089
1061
  tag: string;
1090
1062
  }, true, {}, vue.SlotsType<Partial<{
1091
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1092
- [key: string]: any;
1093
- }>[];
1094
- text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1095
- [key: string]: any;
1096
- }>[];
1063
+ default: () => vue.VNode[];
1064
+ text: () => vue.VNode[];
1097
1065
  }>>, {
1098
1066
  P: {};
1099
1067
  B: {};
@@ -1123,9 +1091,9 @@ declare const VAppBarTitle: {
1123
1091
  style: vue.StyleValue;
1124
1092
  tag: string;
1125
1093
  }>;
1126
- __isFragment?: undefined;
1127
- __isTeleport?: undefined;
1128
- __isSuspense?: undefined;
1094
+ __isFragment?: never;
1095
+ __isTeleport?: never;
1096
+ __isSuspense?: never;
1129
1097
  } & vue.ComponentOptionsBase<{
1130
1098
  style: vue.StyleValue;
1131
1099
  tag: string;
@@ -1148,18 +1116,14 @@ declare const VAppBarTitle: {
1148
1116
  style: vue.StyleValue;
1149
1117
  tag: string;
1150
1118
  }, {}, string, vue.SlotsType<Partial<{
1151
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1152
- [key: string]: any;
1153
- }>[];
1154
- text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1155
- [key: string]: any;
1156
- }>[];
1119
+ default: () => vue.VNode[];
1120
+ text: () => vue.VNode[];
1157
1121
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1158
1122
  tag: {
1159
1123
  type: StringConstructor;
1160
1124
  default: string;
1161
1125
  };
1162
- class: vue.PropType<any>;
1126
+ class: vue.PropType<ClassValue>;
1163
1127
  style: {
1164
1128
  type: vue.PropType<vue.StyleValue>;
1165
1129
  default: null;
@@ -1170,7 +1134,7 @@ declare const VAppBarTitle: {
1170
1134
  type: StringConstructor;
1171
1135
  default: string;
1172
1136
  };
1173
- class: vue.PropType<any>;
1137
+ class: vue.PropType<ClassValue>;
1174
1138
  style: {
1175
1139
  type: vue.PropType<vue.StyleValue>;
1176
1140
  default: null;