@vuetify/nightly 3.6.14-master.2024-08-12 → 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 (135) hide show
  1. package/dist/json/attributes.json +7 -7
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +8 -8
  5. package/dist/vuetify-labs.css +2728 -2728
  6. package/dist/vuetify-labs.d.ts +33444 -40135
  7. package/dist/vuetify-labs.esm.js +16 -8
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +16 -8
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +556 -556
  12. package/dist/vuetify.d.ts +32672 -39038
  13. package/dist/vuetify.esm.js +16 -8
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +16 -8
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +22 -22
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +50 -73
  21. package/lib/components/VApp/index.d.mts +9 -11
  22. package/lib/components/VAppBar/index.d.mts +92 -128
  23. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  24. package/lib/components/VAvatar/index.d.mts +23 -22
  25. package/lib/components/VBadge/index.d.mts +53 -59
  26. package/lib/components/VBanner/index.d.mts +44 -66
  27. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  28. package/lib/components/VBottomSheet/index.d.mts +125 -135
  29. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  30. package/lib/components/VBtn/index.d.mts +49 -53
  31. package/lib/components/VBtnGroup/index.d.mts +14 -13
  32. package/lib/components/VBtnToggle/index.d.mts +21 -23
  33. package/lib/components/VCard/index.d.mts +104 -168
  34. package/lib/components/VCarousel/index.d.mts +59 -96
  35. package/lib/components/VCheckbox/index.d.mts +132 -155
  36. package/lib/components/VChip/index.d.mts +47 -59
  37. package/lib/components/VChipGroup/index.d.mts +39 -41
  38. package/lib/components/VCode/index.d.mts +9 -11
  39. package/lib/components/VColorPicker/index.d.mts +58 -133
  40. package/lib/components/VCombobox/index.d.mts +4785 -3244
  41. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  42. package/lib/components/VCounter/index.d.mts +40 -42
  43. package/lib/components/VDataIterator/index.d.mts +171 -185
  44. package/lib/components/VDataTable/index.d.mts +480 -1204
  45. package/lib/components/VDatePicker/index.d.mts +120 -158
  46. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  47. package/lib/components/VDialog/index.d.mts +243 -277
  48. package/lib/components/VDivider/index.d.mts +9 -11
  49. package/lib/components/VEmptyState/index.d.mts +30 -52
  50. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  51. package/lib/components/VFab/index.d.mts +81 -73
  52. package/lib/components/VField/index.d.mts +35 -62
  53. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  54. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  55. package/lib/components/VFileInput/index.d.mts +172 -259
  56. package/lib/components/VFooter/index.d.mts +9 -11
  57. package/lib/components/VForm/index.d.mts +105 -77
  58. package/lib/components/VGrid/index.d.mts +41 -52
  59. package/lib/components/VHover/index.d.mts +5 -9
  60. package/lib/components/VIcon/index.d.mts +23 -29
  61. package/lib/components/VImg/index.d.mts +28 -42
  62. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  63. package/lib/components/VInput/index.d.mts +48 -50
  64. package/lib/components/VItemGroup/index.d.mts +21 -30
  65. package/lib/components/VKbd/index.d.mts +9 -11
  66. package/lib/components/VLabel/index.d.mts +9 -11
  67. package/lib/components/VLayout/index.d.mts +18 -24
  68. package/lib/components/VLazy/index.d.mts +42 -44
  69. package/lib/components/VList/index.d.mts +210 -329
  70. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  71. package/lib/components/VMain/index.d.mts +9 -11
  72. package/lib/components/VMenu/index.d.mts +272 -306
  73. package/lib/components/VMessages/index.d.mts +49 -51
  74. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  75. package/lib/components/VOtpInput/index.d.mts +22 -28
  76. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  77. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  78. package/lib/components/VOverlay/index.d.mts +53 -63
  79. package/lib/components/VPagination/index.d.mts +31 -46
  80. package/lib/components/VParallax/index.d.mts +15 -29
  81. package/lib/components/VProgressCircular/index.d.mts +9 -11
  82. package/lib/components/VProgressLinear/index.d.mts +22 -24
  83. package/lib/components/VRadio/index.d.mts +49 -52
  84. package/lib/components/VRadioGroup/index.d.mts +66 -66
  85. package/lib/components/VRangeSlider/index.d.mts +58 -69
  86. package/lib/components/VRating/index.d.mts +13 -19
  87. package/lib/components/VResponsive/index.d.mts +11 -17
  88. package/lib/components/VSelect/index.d.mts +4762 -3221
  89. package/lib/components/VSelectionControl/index.d.mts +38 -44
  90. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  91. package/lib/components/VSheet/index.d.mts +15 -17
  92. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  93. package/lib/components/VSlideGroup/index.d.mts +112 -129
  94. package/lib/components/VSlider/index.d.mts +58 -69
  95. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  96. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  97. package/lib/components/VSnackbar/index.d.mts +231 -270
  98. package/lib/components/VSparkline/index.d.mts +11 -19
  99. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  100. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  101. package/lib/components/VSpeedDial/index.d.mts +179 -189
  102. package/lib/components/VStepper/index.d.mts +105 -180
  103. package/lib/components/VSwitch/index.d.mts +78 -98
  104. package/lib/components/VSystemBar/index.d.mts +13 -15
  105. package/lib/components/VTable/index.d.mts +15 -29
  106. package/lib/components/VTabs/index.d.mts +213 -297
  107. package/lib/components/VTextField/index.d.mts +253 -408
  108. package/lib/components/VTextarea/index.d.mts +157 -236
  109. package/lib/components/VThemeProvider/index.d.mts +9 -11
  110. package/lib/components/VTimeline/index.d.mts +29 -43
  111. package/lib/components/VToolbar/index.d.mts +49 -80
  112. package/lib/components/VTooltip/index.d.mts +282 -316
  113. package/lib/components/VValidation/index.d.mts +16 -23
  114. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  115. package/lib/components/VWindow/index.d.mts +29 -50
  116. package/lib/components/index.d.mts +31169 -37524
  117. package/lib/components/transitions/index.d.mts +84 -148
  118. package/lib/composables/location.mjs.map +1 -1
  119. package/lib/directives/click-outside/index.mjs +3 -0
  120. package/lib/directives/click-outside/index.mjs.map +1 -1
  121. package/lib/entry-bundler.mjs +1 -1
  122. package/lib/framework.mjs +1 -1
  123. package/lib/index.d.mts +58 -58
  124. package/lib/labs/VCalendar/index.d.mts +146 -166
  125. package/lib/labs/VDateInput/index.d.mts +83 -62
  126. package/lib/labs/VNumberInput/index.d.mts +61 -88
  127. package/lib/labs/VPicker/index.d.mts +28 -46
  128. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  129. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  130. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  131. package/lib/labs/VTimePicker/index.d.mts +35 -53
  132. package/lib/labs/VTreeview/index.d.mts +200 -277
  133. package/lib/labs/components.d.mts +905 -1231
  134. package/lib/util/propsFactory.mjs.map +1 -1
  135. package/package.json +3 -3
@@ -34,6 +34,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
34
34
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
35
35
  }
36
36
 
37
+ type ClassValue = any;
38
+
37
39
  type Density = null | 'default' | 'comfortable' | 'compact';
38
40
 
39
41
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
@@ -67,7 +69,7 @@ declare const VBreadcrumbs: {
67
69
  bgColor?: string | undefined;
68
70
  activeClass?: string | undefined;
69
71
  activeColor?: string | undefined;
70
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:item" | "v-slot:divider">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
72
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:title" | "v-slot:item" | "v-slot:divider">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
71
73
  style: vue.StyleValue;
72
74
  disabled: boolean;
73
75
  tag: string;
@@ -91,30 +93,20 @@ declare const VBreadcrumbs: {
91
93
  tile: boolean;
92
94
  density: Density;
93
95
  }, true, {}, vue.SlotsType<Partial<{
94
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
95
- [key: string]: any;
96
- }>[];
96
+ prepend: () => vue.VNode[];
97
97
  title: (arg: {
98
98
  item: InternalBreadcrumbItem;
99
99
  index: number;
100
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
101
- [key: string]: any;
102
- }>[];
100
+ }) => vue.VNode[];
103
101
  divider: (arg: {
104
102
  item: BreadcrumbItem;
105
103
  index: number;
106
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
107
- [key: string]: any;
108
- }>[];
104
+ }) => vue.VNode[];
109
105
  item: (arg: {
110
106
  item: InternalBreadcrumbItem;
111
107
  index: number;
112
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
113
- [key: string]: any;
114
- }>[];
115
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
116
- [key: string]: any;
117
- }>[];
108
+ }) => vue.VNode[];
109
+ default: () => vue.VNode[];
118
110
  }>>, {
119
111
  P: {};
120
112
  B: {};
@@ -146,9 +138,9 @@ declare const VBreadcrumbs: {
146
138
  tile: boolean;
147
139
  density: Density;
148
140
  }>;
149
- __isFragment?: undefined;
150
- __isTeleport?: undefined;
151
- __isSuspense?: undefined;
141
+ __isFragment?: never;
142
+ __isTeleport?: never;
143
+ __isSuspense?: never;
152
144
  } & vue.ComponentOptionsBase<{
153
145
  style: vue.StyleValue;
154
146
  disabled: boolean;
@@ -164,7 +156,7 @@ declare const VBreadcrumbs: {
164
156
  bgColor?: string | undefined;
165
157
  activeClass?: string | undefined;
166
158
  activeColor?: string | undefined;
167
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:item" | "v-slot:divider">, string, {
159
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:title" | "v-slot:item" | "v-slot:divider">, string, {
168
160
  style: vue.StyleValue;
169
161
  disabled: boolean;
170
162
  tag: string;
@@ -173,32 +165,22 @@ declare const VBreadcrumbs: {
173
165
  tile: boolean;
174
166
  density: Density;
175
167
  }, {}, string, vue.SlotsType<Partial<{
176
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
177
- [key: string]: any;
178
- }>[];
168
+ prepend: () => vue.VNode[];
179
169
  title: (arg: {
180
170
  item: InternalBreadcrumbItem;
181
171
  index: number;
182
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
183
- [key: string]: any;
184
- }>[];
172
+ }) => vue.VNode[];
185
173
  divider: (arg: {
186
174
  item: BreadcrumbItem;
187
175
  index: number;
188
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
189
- [key: string]: any;
190
- }>[];
176
+ }) => vue.VNode[];
191
177
  item: (arg: {
192
178
  item: InternalBreadcrumbItem;
193
179
  index: number;
194
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
195
- [key: string]: any;
196
- }>[];
197
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
198
- [key: string]: any;
199
- }>[];
180
+ }) => vue.VNode[];
181
+ default: () => vue.VNode[];
200
182
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends BreadcrumbItem>(props: {
201
- items?: T[] | undefined;
183
+ items?: T[];
202
184
  }, slots: {
203
185
  prepend: never;
204
186
  title: {
@@ -214,24 +196,7 @@ declare const VBreadcrumbs: {
214
196
  index: number;
215
197
  };
216
198
  default: never;
217
- }) => GenericProps<{
218
- items?: T[] | undefined;
219
- }, {
220
- prepend: never;
221
- title: {
222
- item: InternalBreadcrumbItem;
223
- index: number;
224
- };
225
- divider: {
226
- item: T;
227
- index: number;
228
- };
229
- item: {
230
- item: InternalBreadcrumbItem;
231
- index: number;
232
- };
233
- default: never;
234
- }>) & FilterPropsOptions<{
199
+ }) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
235
200
  tag: Omit<{
236
201
  type: StringConstructor;
237
202
  default: string;
@@ -249,7 +214,7 @@ declare const VBreadcrumbs: {
249
214
  default: string;
250
215
  validator: (v: any) => boolean;
251
216
  };
252
- class: PropType<any>;
217
+ class: PropType<ClassValue>;
253
218
  style: {
254
219
  type: PropType<vue.StyleValue>;
255
220
  default: null;
@@ -286,7 +251,7 @@ declare const VBreadcrumbs: {
286
251
  default: string;
287
252
  validator: (v: any) => boolean;
288
253
  };
289
- class: PropType<any>;
254
+ class: PropType<ClassValue>;
290
255
  style: {
291
256
  type: PropType<vue.StyleValue>;
292
257
  default: null;
@@ -365,9 +330,7 @@ declare const VBreadcrumbsItem: {
365
330
  disabled: boolean;
366
331
  tag: string;
367
332
  }, true, {}, vue.SlotsType<Partial<{
368
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
369
- [key: string]: any;
370
- }>[];
333
+ default: () => vue.VNode[];
371
334
  }>>, {
372
335
  P: {};
373
336
  B: {};
@@ -407,9 +370,9 @@ declare const VBreadcrumbsItem: {
407
370
  disabled: boolean;
408
371
  tag: string;
409
372
  }>;
410
- __isFragment?: undefined;
411
- __isTeleport?: undefined;
412
- __isSuspense?: undefined;
373
+ __isFragment?: never;
374
+ __isTeleport?: never;
375
+ __isSuspense?: never;
413
376
  } & vue.ComponentOptionsBase<{
414
377
  replace: boolean;
415
378
  exact: boolean;
@@ -442,9 +405,7 @@ declare const VBreadcrumbsItem: {
442
405
  disabled: boolean;
443
406
  tag: string;
444
407
  }, {}, string, vue.SlotsType<Partial<{
445
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
446
- [key: string]: any;
447
- }>[];
408
+ default: () => vue.VNode[];
448
409
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
449
410
  tag: Omit<{
450
411
  type: StringConstructor;
@@ -457,7 +418,7 @@ declare const VBreadcrumbsItem: {
457
418
  replace: BooleanConstructor;
458
419
  to: vue.PropType<vue_router.RouteLocationRaw>;
459
420
  exact: BooleanConstructor;
460
- class: vue.PropType<any>;
421
+ class: vue.PropType<ClassValue>;
461
422
  style: {
462
423
  type: vue.PropType<vue.StyleValue>;
463
424
  default: null;
@@ -480,7 +441,7 @@ declare const VBreadcrumbsItem: {
480
441
  replace: BooleanConstructor;
481
442
  to: vue.PropType<vue_router.RouteLocationRaw>;
482
443
  exact: BooleanConstructor;
483
- class: vue.PropType<any>;
444
+ class: vue.PropType<ClassValue>;
484
445
  style: {
485
446
  type: vue.PropType<vue.StyleValue>;
486
447
  default: null;
@@ -526,9 +487,7 @@ declare const VBreadcrumbsDivider: {
526
487
  }, {
527
488
  style: vue.StyleValue;
528
489
  }, true, {}, vue.SlotsType<Partial<{
529
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
530
- [key: string]: any;
531
- }>[];
490
+ default: () => vue.VNode[];
532
491
  }>>, {
533
492
  P: {};
534
493
  B: {};
@@ -553,9 +512,9 @@ declare const VBreadcrumbsDivider: {
553
512
  }, {}, {}, {}, {}, {
554
513
  style: vue.StyleValue;
555
514
  }>;
556
- __isFragment?: undefined;
557
- __isTeleport?: undefined;
558
- __isSuspense?: undefined;
515
+ __isFragment?: never;
516
+ __isTeleport?: never;
517
+ __isSuspense?: never;
559
518
  } & vue.ComponentOptionsBase<{
560
519
  style: vue.StyleValue;
561
520
  } & {
@@ -573,18 +532,16 @@ declare const VBreadcrumbsDivider: {
573
532
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
574
533
  style: vue.StyleValue;
575
534
  }, {}, string, vue.SlotsType<Partial<{
576
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
577
- [key: string]: any;
578
- }>[];
535
+ default: () => vue.VNode[];
579
536
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
580
- class: vue.PropType<any>;
537
+ class: vue.PropType<ClassValue>;
581
538
  style: {
582
539
  type: vue.PropType<vue.StyleValue>;
583
540
  default: null;
584
541
  };
585
542
  divider: (StringConstructor | NumberConstructor)[];
586
543
  }, vue.ExtractPropTypes<{
587
- class: vue.PropType<any>;
544
+ class: vue.PropType<ClassValue>;
588
545
  style: {
589
546
  type: vue.PropType<vue.StyleValue>;
590
547
  default: null;
@@ -1,8 +1,10 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, ComponentInternalInstance, Ref, ComputedRef, JSXComponent, PropType } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, ComponentInternalInstance, Ref, ComputedRef, JSXComponent, PropType, DirectiveBinding } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
 
6
+ type ClassValue = any;
7
+
6
8
  declare const block: readonly ["top", "bottom"];
7
9
  declare const inline: readonly ["start", "end", "left", "right"];
8
10
  type Tblock = typeof block[number];
@@ -51,15 +53,29 @@ interface GroupItemProvide {
51
53
 
52
54
  type Density = null | 'default' | 'comfortable' | 'compact';
53
55
 
56
+ declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
57
+ type Variant = typeof allowedVariants[number];
58
+
54
59
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
55
60
  declare const IconValue: PropType<IconValue>;
56
61
 
62
+ interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
63
+ value?: boolean | {
64
+ class: string;
65
+ };
66
+ modifiers: {
67
+ center?: boolean;
68
+ circle?: boolean;
69
+ stop?: boolean;
70
+ };
71
+ }
72
+
57
73
  declare const VBtn: {
58
74
  new (...args: any[]): vue.CreateComponentPublicInstance<{
59
75
  symbol: any;
60
76
  replace: boolean;
61
77
  flat: boolean;
62
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
78
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
63
79
  exact: boolean;
64
80
  block: boolean;
65
81
  style: vue.StyleValue;
@@ -75,7 +91,7 @@ declare const VBtn: {
75
91
  class: string;
76
92
  } | undefined;
77
93
  } & {
78
- location?: Anchor | undefined;
94
+ location?: Anchor | null | undefined;
79
95
  height?: string | number | undefined;
80
96
  width?: string | number | undefined;
81
97
  active?: boolean | undefined;
@@ -132,7 +148,7 @@ declare const VBtn: {
132
148
  symbol: any;
133
149
  replace: boolean;
134
150
  flat: boolean;
135
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
151
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
136
152
  exact: boolean;
137
153
  block: boolean;
138
154
  style: vue.StyleValue;
@@ -148,7 +164,7 @@ declare const VBtn: {
148
164
  class: string;
149
165
  } | undefined;
150
166
  } & {
151
- location?: Anchor | undefined;
167
+ location?: Anchor | null | undefined;
152
168
  height?: string | number | undefined;
153
169
  width?: string | number | undefined;
154
170
  active?: boolean | undefined;
@@ -199,7 +215,7 @@ declare const VBtn: {
199
215
  symbol: any;
200
216
  replace: boolean;
201
217
  flat: boolean;
202
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
218
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
203
219
  exact: boolean;
204
220
  block: boolean;
205
221
  active: boolean;
@@ -217,18 +233,10 @@ declare const VBtn: {
217
233
  class: string;
218
234
  } | undefined;
219
235
  }, true, {}, vue.SlotsType<Partial<{
220
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
221
- [key: string]: any;
222
- }>[];
223
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
224
- [key: string]: any;
225
- }>[];
226
- append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
227
- [key: string]: any;
228
- }>[];
229
- loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
230
- [key: string]: any;
231
- }>[];
236
+ default: () => vue.VNode[];
237
+ prepend: () => vue.VNode[];
238
+ append: () => vue.VNode[];
239
+ loader: () => vue.VNode[];
232
240
  }>>, {
233
241
  P: {};
234
242
  B: {};
@@ -240,7 +248,7 @@ declare const VBtn: {
240
248
  symbol: any;
241
249
  replace: boolean;
242
250
  flat: boolean;
243
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
251
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
244
252
  exact: boolean;
245
253
  block: boolean;
246
254
  style: vue.StyleValue;
@@ -256,7 +264,7 @@ declare const VBtn: {
256
264
  class: string;
257
265
  } | undefined;
258
266
  } & {
259
- location?: Anchor | undefined;
267
+ location?: Anchor | null | undefined;
260
268
  height?: string | number | undefined;
261
269
  width?: string | number | undefined;
262
270
  active?: boolean | undefined;
@@ -309,7 +317,7 @@ declare const VBtn: {
309
317
  symbol: any;
310
318
  replace: boolean;
311
319
  flat: boolean;
312
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
320
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
313
321
  exact: boolean;
314
322
  block: boolean;
315
323
  active: boolean;
@@ -327,14 +335,14 @@ declare const VBtn: {
327
335
  class: string;
328
336
  } | undefined;
329
337
  }>;
330
- __isFragment?: undefined;
331
- __isTeleport?: undefined;
332
- __isSuspense?: undefined;
338
+ __isFragment?: never;
339
+ __isTeleport?: never;
340
+ __isSuspense?: never;
333
341
  } & vue.ComponentOptionsBase<{
334
342
  symbol: any;
335
343
  replace: boolean;
336
344
  flat: boolean;
337
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
345
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
338
346
  exact: boolean;
339
347
  block: boolean;
340
348
  style: vue.StyleValue;
@@ -350,7 +358,7 @@ declare const VBtn: {
350
358
  class: string;
351
359
  } | undefined;
352
360
  } & {
353
- location?: Anchor | undefined;
361
+ location?: Anchor | null | undefined;
354
362
  height?: string | number | undefined;
355
363
  width?: string | number | undefined;
356
364
  active?: boolean | undefined;
@@ -407,7 +415,7 @@ declare const VBtn: {
407
415
  symbol: any;
408
416
  replace: boolean;
409
417
  flat: boolean;
410
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
418
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
411
419
  exact: boolean;
412
420
  block: boolean;
413
421
  active: boolean;
@@ -425,26 +433,18 @@ declare const VBtn: {
425
433
  class: string;
426
434
  } | undefined;
427
435
  }, {}, string, vue.SlotsType<Partial<{
428
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
429
- [key: string]: any;
430
- }>[];
431
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
432
- [key: string]: any;
433
- }>[];
434
- append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
435
- [key: string]: any;
436
- }>[];
437
- loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
438
- [key: string]: any;
439
- }>[];
436
+ default: () => vue.VNode[];
437
+ prepend: () => vue.VNode[];
438
+ append: () => vue.VNode[];
439
+ loader: () => vue.VNode[];
440
440
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
441
441
  color: StringConstructor;
442
442
  variant: Omit<{
443
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
443
+ type: PropType<Variant>;
444
444
  default: string;
445
445
  validator: (v: any) => boolean;
446
446
  }, "type" | "default"> & {
447
- type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
447
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
448
448
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
449
449
  };
450
450
  theme: StringConstructor;
@@ -472,7 +472,7 @@ declare const VBtn: {
472
472
  type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
473
473
  validator: (v: any) => boolean;
474
474
  };
475
- location: PropType<Anchor>;
475
+ location: PropType<Anchor | null>;
476
476
  loading: (StringConstructor | BooleanConstructor)[];
477
477
  value: null;
478
478
  disabled: BooleanConstructor;
@@ -492,7 +492,7 @@ declare const VBtn: {
492
492
  default: string;
493
493
  validator: (v: any) => boolean;
494
494
  };
495
- class: PropType<any>;
495
+ class: PropType<ClassValue>;
496
496
  style: {
497
497
  type: PropType<vue.StyleValue>;
498
498
  default: null;
@@ -516,20 +516,18 @@ declare const VBtn: {
516
516
  slim: BooleanConstructor;
517
517
  stacked: BooleanConstructor;
518
518
  ripple: {
519
- type: PropType<boolean | {
520
- class: string;
521
- } | undefined>;
519
+ type: PropType<RippleDirectiveBinding["value"]>;
522
520
  default: boolean;
523
521
  };
524
522
  text: StringConstructor;
525
523
  }, vue.ExtractPropTypes<{
526
524
  color: StringConstructor;
527
525
  variant: Omit<{
528
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
526
+ type: PropType<Variant>;
529
527
  default: string;
530
528
  validator: (v: any) => boolean;
531
529
  }, "type" | "default"> & {
532
- type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
530
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
533
531
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
534
532
  };
535
533
  theme: StringConstructor;
@@ -557,7 +555,7 @@ declare const VBtn: {
557
555
  type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
558
556
  validator: (v: any) => boolean;
559
557
  };
560
- location: PropType<Anchor>;
558
+ location: PropType<Anchor | null>;
561
559
  loading: (StringConstructor | BooleanConstructor)[];
562
560
  value: null;
563
561
  disabled: BooleanConstructor;
@@ -577,7 +575,7 @@ declare const VBtn: {
577
575
  default: string;
578
576
  validator: (v: any) => boolean;
579
577
  };
580
- class: PropType<any>;
578
+ class: PropType<ClassValue>;
581
579
  style: {
582
580
  type: PropType<vue.StyleValue>;
583
581
  default: null;
@@ -601,9 +599,7 @@ declare const VBtn: {
601
599
  slim: BooleanConstructor;
602
600
  stacked: BooleanConstructor;
603
601
  ripple: {
604
- type: PropType<boolean | {
605
- class: string;
606
- } | undefined>;
602
+ type: PropType<RippleDirectiveBinding["value"]>;
607
603
  default: boolean;
608
604
  };
609
605
  text: StringConstructor;
@@ -5,8 +5,13 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
6
6
  }
7
7
 
8
+ type ClassValue = any;
9
+
8
10
  type Density = null | 'default' | 'comfortable' | 'compact';
9
11
 
12
+ declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
13
+ type Variant = typeof allowedVariants[number];
14
+
10
15
  declare const VBtnGroup: {
11
16
  new (...args: any[]): vue.CreateComponentPublicInstance<{
12
17
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -65,9 +70,7 @@ declare const VBtnGroup: {
65
70
  density: Density;
66
71
  divided: boolean;
67
72
  }, true, {}, vue.SlotsType<Partial<{
68
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
69
- [key: string]: any;
70
- }>[];
73
+ default: () => vue.VNode[];
71
74
  }>>, {
72
75
  P: {};
73
76
  B: {};
@@ -108,9 +111,9 @@ declare const VBtnGroup: {
108
111
  density: Density;
109
112
  divided: boolean;
110
113
  }>;
111
- __isFragment?: undefined;
112
- __isTeleport?: undefined;
113
- __isSuspense?: undefined;
114
+ __isFragment?: never;
115
+ __isTeleport?: never;
116
+ __isSuspense?: never;
114
117
  } & vue.ComponentOptionsBase<{
115
118
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
116
119
  style: vue.StyleValue;
@@ -144,13 +147,11 @@ declare const VBtnGroup: {
144
147
  density: Density;
145
148
  divided: boolean;
146
149
  }, {}, string, vue.SlotsType<Partial<{
147
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
148
- [key: string]: any;
149
- }>[];
150
+ default: () => vue.VNode[];
150
151
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
151
152
  color: StringConstructor;
152
153
  variant: {
153
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
154
+ type: vue.PropType<Variant>;
154
155
  default: string;
155
156
  validator: (v: any) => boolean;
156
157
  };
@@ -173,7 +174,7 @@ declare const VBtnGroup: {
173
174
  default: string;
174
175
  validator: (v: any) => boolean;
175
176
  };
176
- class: vue.PropType<any>;
177
+ class: vue.PropType<ClassValue>;
177
178
  style: {
178
179
  type: vue.PropType<vue.StyleValue>;
179
180
  default: null;
@@ -184,7 +185,7 @@ declare const VBtnGroup: {
184
185
  }, vue.ExtractPropTypes<{
185
186
  color: StringConstructor;
186
187
  variant: {
187
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
188
+ type: vue.PropType<Variant>;
188
189
  default: string;
189
190
  validator: (v: any) => boolean;
190
191
  };
@@ -207,7 +208,7 @@ declare const VBtnGroup: {
207
208
  default: string;
208
209
  validator: (v: any) => boolean;
209
210
  };
210
- class: vue.PropType<any>;
211
+ class: vue.PropType<ClassValue>;
211
212
  style: {
212
213
  type: vue.PropType<vue.StyleValue>;
213
214
  default: null;