@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
@@ -1,6 +1,14 @@
1
1
  import * as vue from 'vue';
2
2
  import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, Ref, EffectScope, nextTick, PropType } from 'vue';
3
3
 
4
+ type ClassValue = any;
5
+
6
+ declare const block: readonly ["top", "bottom"];
7
+ declare const inline: readonly ["start", "end", "left", "right"];
8
+ type Tblock = typeof block[number];
9
+ type Tinline = typeof inline[number];
10
+ type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
11
+
4
12
  declare class Box {
5
13
  x: number;
6
14
  y: number;
@@ -18,12 +26,6 @@ declare class Box {
18
26
  get right(): number;
19
27
  }
20
28
 
21
- declare const block: readonly ["top", "bottom"];
22
- declare const inline: readonly ["start", "end", "left", "right"];
23
- type Tblock = typeof block[number];
24
- type Tinline = typeof inline[number];
25
- type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
26
-
27
29
  type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
28
30
  $children?: (VNodeChild | (T extends {
29
31
  default: infer V;
@@ -93,6 +95,9 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
93
95
  } | undefined;
94
96
  };
95
97
 
98
+ declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
99
+ type Variant = typeof allowedVariants[number];
100
+
96
101
  interface ScrollStrategyData {
97
102
  root: Ref<HTMLElement | undefined>;
98
103
  contentEl: Ref<HTMLElement | undefined>;
@@ -121,9 +126,9 @@ declare const VSnackbar: {
121
126
  absolute: boolean;
122
127
  location: Anchor;
123
128
  origin: "auto" | Anchor | "overlap";
124
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
125
- component?: vue.Component | undefined;
126
- })>;
129
+ transition: string | boolean | (vue.TransitionProps & {
130
+ component?: vue.Component;
131
+ });
127
132
  zIndex: string | number;
128
133
  style: vue.StyleValue;
129
134
  eager: boolean;
@@ -132,9 +137,9 @@ declare const VSnackbar: {
132
137
  vertical: boolean;
133
138
  modelValue: boolean;
134
139
  tile: boolean;
135
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
136
- updateLocation: (e?: Event | undefined) => void;
137
- } | undefined);
140
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
141
+ updateLocation: (e?: Event) => void;
142
+ });
138
143
  activatorProps: Record<string, any>;
139
144
  openOnHover: boolean;
140
145
  closeOnContentClick: boolean;
@@ -209,16 +214,16 @@ declare const VSnackbar: {
209
214
  location: Anchor;
210
215
  origin: "auto" | Anchor | "overlap";
211
216
  transition: string | boolean | (vue.TransitionProps & {
212
- component?: vue.Component | undefined;
217
+ component?: vue.Component;
213
218
  });
214
219
  zIndex: string | number;
215
220
  style: vue.StyleValue;
216
221
  eager: boolean;
217
222
  disabled: boolean;
218
223
  modelValue: boolean;
219
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
220
- updateLocation: (e?: Event | undefined) => void;
221
- } | undefined);
224
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
225
+ updateLocation: (e?: Event) => void;
226
+ });
222
227
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
223
228
  activatorProps: Record<string, any>;
224
229
  openOnClick: boolean;
@@ -236,16 +241,16 @@ declare const VSnackbar: {
236
241
  location: Anchor;
237
242
  origin: "auto" | Anchor | "overlap";
238
243
  transition: string | boolean | (vue.TransitionProps & {
239
- component?: vue.Component | undefined;
244
+ component?: vue.Component;
240
245
  });
241
246
  zIndex: string | number;
242
247
  style: vue.StyleValue;
243
248
  eager: boolean;
244
249
  disabled: boolean;
245
250
  modelValue: boolean;
246
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
247
- updateLocation: (e?: Event | undefined) => void;
248
- } | undefined);
251
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
252
+ updateLocation: (e?: Event) => void;
253
+ });
249
254
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
250
255
  activatorProps: Record<string, any>;
251
256
  openOnHover: boolean;
@@ -314,16 +319,16 @@ declare const VSnackbar: {
314
319
  location: Anchor;
315
320
  origin: "auto" | Anchor | "overlap";
316
321
  transition: string | boolean | (vue.TransitionProps & {
317
- component?: vue.Component | undefined;
322
+ component?: vue.Component;
318
323
  });
319
324
  zIndex: string | number;
320
325
  style: vue.StyleValue;
321
326
  eager: boolean;
322
327
  disabled: boolean;
323
328
  modelValue: boolean;
324
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
325
- updateLocation: (e?: Event | undefined) => void;
326
- } | undefined);
329
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
330
+ updateLocation: (e?: Event) => void;
331
+ });
327
332
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
328
333
  activatorProps: Record<string, any>;
329
334
  openOnHover: boolean;
@@ -401,19 +406,15 @@ declare const VSnackbar: {
401
406
  $slots: Readonly<{
402
407
  default?: ((arg: {
403
408
  isActive: Ref<boolean>;
404
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
405
- [key: string]: any;
406
- }>[]) | undefined;
409
+ }) => vue.VNode[]) | undefined;
407
410
  activator?: ((arg: {
408
411
  isActive: boolean;
409
412
  props: Record<string, any>;
410
413
  targetRef: TemplateRef;
411
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
412
- [key: string]: any;
413
- }>[]) | undefined;
414
+ }) => vue.VNode[]) | undefined;
414
415
  }>;
415
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
416
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
416
+ $root: vue.ComponentPublicInstance | null;
417
+ $parent: vue.ComponentPublicInstance | null;
417
418
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
418
419
  $el: any;
419
420
  $options: vue.ComponentOptionsBase<{
@@ -421,16 +422,16 @@ declare const VSnackbar: {
421
422
  location: Anchor;
422
423
  origin: "auto" | Anchor | "overlap";
423
424
  transition: string | boolean | (vue.TransitionProps & {
424
- component?: vue.Component | undefined;
425
+ component?: vue.Component;
425
426
  });
426
427
  zIndex: string | number;
427
428
  style: vue.StyleValue;
428
429
  eager: boolean;
429
430
  disabled: boolean;
430
431
  modelValue: boolean;
431
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
432
- updateLocation: (e?: Event | undefined) => void;
433
- } | undefined);
432
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
433
+ updateLocation: (e?: Event) => void;
434
+ });
434
435
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
435
436
  activatorProps: Record<string, any>;
436
437
  openOnHover: boolean;
@@ -517,16 +518,16 @@ declare const VSnackbar: {
517
518
  location: Anchor;
518
519
  origin: "auto" | Anchor | "overlap";
519
520
  transition: string | boolean | (vue.TransitionProps & {
520
- component?: vue.Component | undefined;
521
+ component?: vue.Component;
521
522
  });
522
523
  zIndex: string | number;
523
524
  style: vue.StyleValue;
524
525
  eager: boolean;
525
526
  disabled: boolean;
526
527
  modelValue: boolean;
527
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
528
- updateLocation: (e?: Event | undefined) => void;
529
- } | undefined);
528
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
529
+ updateLocation: (e?: Event) => void;
530
+ });
530
531
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
531
532
  activatorProps: Record<string, any>;
532
533
  openOnClick: boolean;
@@ -542,51 +543,47 @@ declare const VSnackbar: {
542
543
  }, {}, string, vue.SlotsType<Partial<{
543
544
  default: (arg: {
544
545
  isActive: Ref<boolean>;
545
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
546
- [key: string]: any;
547
- }>[];
546
+ }) => vue.VNode[];
548
547
  activator: (arg: {
549
548
  isActive: boolean;
550
549
  props: Record<string, any>;
551
550
  targetRef: TemplateRef;
552
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
553
- [key: string]: any;
554
- }>[];
551
+ }) => vue.VNode[];
555
552
  }>>> & {
556
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
557
- created?: ((() => void) | (() => void)[]) | undefined;
558
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
559
- mounted?: ((() => void) | (() => void)[]) | undefined;
560
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
561
- updated?: ((() => void) | (() => void)[]) | undefined;
562
- activated?: ((() => void) | (() => void)[]) | undefined;
563
- deactivated?: ((() => void) | (() => void)[]) | undefined;
564
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
565
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
566
- destroyed?: ((() => void) | (() => void)[]) | undefined;
567
- unmounted?: ((() => void) | (() => void)[]) | undefined;
568
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
569
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
570
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
553
+ beforeCreate?: (() => void) | (() => void)[];
554
+ created?: (() => void) | (() => void)[];
555
+ beforeMount?: (() => void) | (() => void)[];
556
+ mounted?: (() => void) | (() => void)[];
557
+ beforeUpdate?: (() => void) | (() => void)[];
558
+ updated?: (() => void) | (() => void)[];
559
+ activated?: (() => void) | (() => void)[];
560
+ deactivated?: (() => void) | (() => void)[];
561
+ beforeDestroy?: (() => void) | (() => void)[];
562
+ beforeUnmount?: (() => void) | (() => void)[];
563
+ destroyed?: (() => void) | (() => void)[];
564
+ unmounted?: (() => void) | (() => void)[];
565
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
566
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
567
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
571
568
  };
572
569
  $forceUpdate: () => void;
573
570
  $nextTick: typeof nextTick;
574
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
571
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
575
572
  } & Omit<{
576
573
  absolute: boolean;
577
574
  location: Anchor;
578
575
  origin: "auto" | Anchor | "overlap";
579
576
  transition: string | boolean | (vue.TransitionProps & {
580
- component?: vue.Component | undefined;
577
+ component?: vue.Component;
581
578
  });
582
579
  zIndex: string | number;
583
580
  style: vue.StyleValue;
584
581
  eager: boolean;
585
582
  disabled: boolean;
586
583
  modelValue: boolean;
587
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
588
- updateLocation: (e?: Event | undefined) => void;
589
- } | undefined);
584
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
585
+ updateLocation: (e?: Event) => void;
586
+ });
590
587
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
591
588
  activatorProps: Record<string, any>;
592
589
  openOnHover: boolean;
@@ -663,16 +660,16 @@ declare const VSnackbar: {
663
660
  globalTop: Readonly<Ref<boolean>>;
664
661
  localTop: vue.ComputedRef<boolean>;
665
662
  updateLocation: Ref<((e: Event) => void) | undefined>;
666
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
667
- 'update:modelValue': (v: boolean) => boolean;
663
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
664
+ 'update:modelValue': (v: boolean) => true;
668
665
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
669
666
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
670
667
  absolute: boolean;
671
668
  location: Anchor;
672
669
  origin: "auto" | Anchor | "overlap";
673
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
674
- component?: vue.Component | undefined;
675
- })>;
670
+ transition: string | boolean | (vue.TransitionProps & {
671
+ component?: vue.Component;
672
+ });
676
673
  zIndex: string | number;
677
674
  style: vue.StyleValue;
678
675
  eager: boolean;
@@ -681,9 +678,9 @@ declare const VSnackbar: {
681
678
  vertical: boolean;
682
679
  modelValue: boolean;
683
680
  tile: boolean;
684
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
685
- updateLocation: (e?: Event | undefined) => void;
686
- } | undefined);
681
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
682
+ updateLocation: (e?: Event) => void;
683
+ });
687
684
  activatorProps: Record<string, any>;
688
685
  openOnHover: boolean;
689
686
  closeOnContentClick: boolean;
@@ -755,9 +752,9 @@ declare const VSnackbar: {
755
752
  absolute: boolean;
756
753
  location: Anchor;
757
754
  origin: "auto" | Anchor | "overlap";
758
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
759
- component?: vue.Component | undefined;
760
- })>;
755
+ transition: string | boolean | (vue.TransitionProps & {
756
+ component?: vue.Component;
757
+ });
761
758
  zIndex: string | number;
762
759
  style: vue.StyleValue;
763
760
  eager: boolean;
@@ -767,9 +764,9 @@ declare const VSnackbar: {
767
764
  modelValue: boolean;
768
765
  rounded: string | number | boolean;
769
766
  tile: boolean;
770
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
771
- updateLocation: (e?: Event | undefined) => void;
772
- } | undefined);
767
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
768
+ updateLocation: (e?: Event) => void;
769
+ });
773
770
  activatorProps: Record<string, any>;
774
771
  openOnClick: boolean;
775
772
  openOnHover: boolean;
@@ -782,20 +779,12 @@ declare const VSnackbar: {
782
779
  activator: (arg: {
783
780
  isActive: boolean;
784
781
  props: Record<string, any>;
785
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
786
- [key: string]: any;
787
- }>[];
788
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
789
- [key: string]: any;
790
- }>[];
782
+ }) => vue.VNode[];
783
+ default: () => vue.VNode[];
791
784
  actions: (arg: {
792
785
  isActive: Ref<boolean>;
793
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
794
- [key: string]: any;
795
- }>[];
796
- text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
797
- [key: string]: any;
798
- }>[];
786
+ }) => vue.VNode[];
787
+ text: () => vue.VNode[];
799
788
  }>>, {
800
789
  P: {};
801
790
  B: {};
@@ -808,9 +797,9 @@ declare const VSnackbar: {
808
797
  absolute: boolean;
809
798
  location: Anchor;
810
799
  origin: "auto" | Anchor | "overlap";
811
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
812
- component?: vue.Component | undefined;
813
- })>;
800
+ transition: string | boolean | (vue.TransitionProps & {
801
+ component?: vue.Component;
802
+ });
814
803
  zIndex: string | number;
815
804
  style: vue.StyleValue;
816
805
  eager: boolean;
@@ -819,9 +808,9 @@ declare const VSnackbar: {
819
808
  vertical: boolean;
820
809
  modelValue: boolean;
821
810
  tile: boolean;
822
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
823
- updateLocation: (e?: Event | undefined) => void;
824
- } | undefined);
811
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
812
+ updateLocation: (e?: Event) => void;
813
+ });
825
814
  activatorProps: Record<string, any>;
826
815
  openOnHover: boolean;
827
816
  closeOnContentClick: boolean;
@@ -896,16 +885,16 @@ declare const VSnackbar: {
896
885
  location: Anchor;
897
886
  origin: "auto" | Anchor | "overlap";
898
887
  transition: string | boolean | (vue.TransitionProps & {
899
- component?: vue.Component | undefined;
888
+ component?: vue.Component;
900
889
  });
901
890
  zIndex: string | number;
902
891
  style: vue.StyleValue;
903
892
  eager: boolean;
904
893
  disabled: boolean;
905
894
  modelValue: boolean;
906
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
907
- updateLocation: (e?: Event | undefined) => void;
908
- } | undefined);
895
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
896
+ updateLocation: (e?: Event) => void;
897
+ });
909
898
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
910
899
  activatorProps: Record<string, any>;
911
900
  openOnClick: boolean;
@@ -923,16 +912,16 @@ declare const VSnackbar: {
923
912
  location: Anchor;
924
913
  origin: "auto" | Anchor | "overlap";
925
914
  transition: string | boolean | (vue.TransitionProps & {
926
- component?: vue.Component | undefined;
915
+ component?: vue.Component;
927
916
  });
928
917
  zIndex: string | number;
929
918
  style: vue.StyleValue;
930
919
  eager: boolean;
931
920
  disabled: boolean;
932
921
  modelValue: boolean;
933
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
934
- updateLocation: (e?: Event | undefined) => void;
935
- } | undefined);
922
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
923
+ updateLocation: (e?: Event) => void;
924
+ });
936
925
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
937
926
  activatorProps: Record<string, any>;
938
927
  openOnHover: boolean;
@@ -1001,16 +990,16 @@ declare const VSnackbar: {
1001
990
  location: Anchor;
1002
991
  origin: "auto" | Anchor | "overlap";
1003
992
  transition: string | boolean | (vue.TransitionProps & {
1004
- component?: vue.Component | undefined;
993
+ component?: vue.Component;
1005
994
  });
1006
995
  zIndex: string | number;
1007
996
  style: vue.StyleValue;
1008
997
  eager: boolean;
1009
998
  disabled: boolean;
1010
999
  modelValue: boolean;
1011
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1012
- updateLocation: (e?: Event | undefined) => void;
1013
- } | undefined);
1000
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1001
+ updateLocation: (e?: Event) => void;
1002
+ });
1014
1003
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1015
1004
  activatorProps: Record<string, any>;
1016
1005
  openOnHover: boolean;
@@ -1088,19 +1077,15 @@ declare const VSnackbar: {
1088
1077
  $slots: Readonly<{
1089
1078
  default?: ((arg: {
1090
1079
  isActive: Ref<boolean>;
1091
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1092
- [key: string]: any;
1093
- }>[]) | undefined;
1080
+ }) => vue.VNode[]) | undefined;
1094
1081
  activator?: ((arg: {
1095
1082
  isActive: boolean;
1096
1083
  props: Record<string, any>;
1097
1084
  targetRef: TemplateRef;
1098
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1099
- [key: string]: any;
1100
- }>[]) | undefined;
1085
+ }) => vue.VNode[]) | undefined;
1101
1086
  }>;
1102
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1103
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1087
+ $root: vue.ComponentPublicInstance | null;
1088
+ $parent: vue.ComponentPublicInstance | null;
1104
1089
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1105
1090
  $el: any;
1106
1091
  $options: vue.ComponentOptionsBase<{
@@ -1108,16 +1093,16 @@ declare const VSnackbar: {
1108
1093
  location: Anchor;
1109
1094
  origin: "auto" | Anchor | "overlap";
1110
1095
  transition: string | boolean | (vue.TransitionProps & {
1111
- component?: vue.Component | undefined;
1096
+ component?: vue.Component;
1112
1097
  });
1113
1098
  zIndex: string | number;
1114
1099
  style: vue.StyleValue;
1115
1100
  eager: boolean;
1116
1101
  disabled: boolean;
1117
1102
  modelValue: boolean;
1118
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1119
- updateLocation: (e?: Event | undefined) => void;
1120
- } | undefined);
1103
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1104
+ updateLocation: (e?: Event) => void;
1105
+ });
1121
1106
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1122
1107
  activatorProps: Record<string, any>;
1123
1108
  openOnHover: boolean;
@@ -1204,16 +1189,16 @@ declare const VSnackbar: {
1204
1189
  location: Anchor;
1205
1190
  origin: "auto" | Anchor | "overlap";
1206
1191
  transition: string | boolean | (vue.TransitionProps & {
1207
- component?: vue.Component | undefined;
1192
+ component?: vue.Component;
1208
1193
  });
1209
1194
  zIndex: string | number;
1210
1195
  style: vue.StyleValue;
1211
1196
  eager: boolean;
1212
1197
  disabled: boolean;
1213
1198
  modelValue: boolean;
1214
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1215
- updateLocation: (e?: Event | undefined) => void;
1216
- } | undefined);
1199
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1200
+ updateLocation: (e?: Event) => void;
1201
+ });
1217
1202
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1218
1203
  activatorProps: Record<string, any>;
1219
1204
  openOnClick: boolean;
@@ -1229,51 +1214,47 @@ declare const VSnackbar: {
1229
1214
  }, {}, string, vue.SlotsType<Partial<{
1230
1215
  default: (arg: {
1231
1216
  isActive: Ref<boolean>;
1232
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1233
- [key: string]: any;
1234
- }>[];
1217
+ }) => vue.VNode[];
1235
1218
  activator: (arg: {
1236
1219
  isActive: boolean;
1237
1220
  props: Record<string, any>;
1238
1221
  targetRef: TemplateRef;
1239
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1240
- [key: string]: any;
1241
- }>[];
1222
+ }) => vue.VNode[];
1242
1223
  }>>> & {
1243
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1244
- created?: ((() => void) | (() => void)[]) | undefined;
1245
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1246
- mounted?: ((() => void) | (() => void)[]) | undefined;
1247
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1248
- updated?: ((() => void) | (() => void)[]) | undefined;
1249
- activated?: ((() => void) | (() => void)[]) | undefined;
1250
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1251
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1252
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1253
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1254
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1255
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1256
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1257
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
1224
+ beforeCreate?: (() => void) | (() => void)[];
1225
+ created?: (() => void) | (() => void)[];
1226
+ beforeMount?: (() => void) | (() => void)[];
1227
+ mounted?: (() => void) | (() => void)[];
1228
+ beforeUpdate?: (() => void) | (() => void)[];
1229
+ updated?: (() => void) | (() => void)[];
1230
+ activated?: (() => void) | (() => void)[];
1231
+ deactivated?: (() => void) | (() => void)[];
1232
+ beforeDestroy?: (() => void) | (() => void)[];
1233
+ beforeUnmount?: (() => void) | (() => void)[];
1234
+ destroyed?: (() => void) | (() => void)[];
1235
+ unmounted?: (() => void) | (() => void)[];
1236
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1237
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1238
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
1258
1239
  };
1259
1240
  $forceUpdate: () => void;
1260
1241
  $nextTick: typeof nextTick;
1261
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1242
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1262
1243
  } & Omit<{
1263
1244
  absolute: boolean;
1264
1245
  location: Anchor;
1265
1246
  origin: "auto" | Anchor | "overlap";
1266
1247
  transition: string | boolean | (vue.TransitionProps & {
1267
- component?: vue.Component | undefined;
1248
+ component?: vue.Component;
1268
1249
  });
1269
1250
  zIndex: string | number;
1270
1251
  style: vue.StyleValue;
1271
1252
  eager: boolean;
1272
1253
  disabled: boolean;
1273
1254
  modelValue: boolean;
1274
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1275
- updateLocation: (e?: Event | undefined) => void;
1276
- } | undefined);
1255
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1256
+ updateLocation: (e?: Event) => void;
1257
+ });
1277
1258
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1278
1259
  activatorProps: Record<string, any>;
1279
1260
  openOnHover: boolean;
@@ -1350,14 +1331,14 @@ declare const VSnackbar: {
1350
1331
  globalTop: Readonly<Ref<boolean>>;
1351
1332
  localTop: vue.ComputedRef<boolean>;
1352
1333
  updateLocation: Ref<((e: Event) => void) | undefined>;
1353
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
1334
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
1354
1335
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1355
1336
  absolute: boolean;
1356
1337
  location: Anchor;
1357
1338
  origin: "auto" | Anchor | "overlap";
1358
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
1359
- component?: vue.Component | undefined;
1360
- })>;
1339
+ transition: string | boolean | (vue.TransitionProps & {
1340
+ component?: vue.Component;
1341
+ });
1361
1342
  zIndex: string | number;
1362
1343
  style: vue.StyleValue;
1363
1344
  eager: boolean;
@@ -1367,9 +1348,9 @@ declare const VSnackbar: {
1367
1348
  modelValue: boolean;
1368
1349
  rounded: string | number | boolean;
1369
1350
  tile: boolean;
1370
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1371
- updateLocation: (e?: Event | undefined) => void;
1372
- } | undefined);
1351
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1352
+ updateLocation: (e?: Event) => void;
1353
+ });
1373
1354
  activatorProps: Record<string, any>;
1374
1355
  openOnClick: boolean;
1375
1356
  openOnHover: boolean;
@@ -1379,17 +1360,17 @@ declare const VSnackbar: {
1379
1360
  contained: boolean;
1380
1361
  multiLine: boolean;
1381
1362
  }>;
1382
- __isFragment?: undefined;
1383
- __isTeleport?: undefined;
1384
- __isSuspense?: undefined;
1363
+ __isFragment?: never;
1364
+ __isTeleport?: never;
1365
+ __isSuspense?: never;
1385
1366
  } & vue.ComponentOptionsBase<{
1386
1367
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1387
1368
  absolute: boolean;
1388
1369
  location: Anchor;
1389
1370
  origin: "auto" | Anchor | "overlap";
1390
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
1391
- component?: vue.Component | undefined;
1392
- })>;
1371
+ transition: string | boolean | (vue.TransitionProps & {
1372
+ component?: vue.Component;
1373
+ });
1393
1374
  zIndex: string | number;
1394
1375
  style: vue.StyleValue;
1395
1376
  eager: boolean;
@@ -1398,9 +1379,9 @@ declare const VSnackbar: {
1398
1379
  vertical: boolean;
1399
1380
  modelValue: boolean;
1400
1381
  tile: boolean;
1401
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1402
- updateLocation: (e?: Event | undefined) => void;
1403
- } | undefined);
1382
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1383
+ updateLocation: (e?: Event) => void;
1384
+ });
1404
1385
  activatorProps: Record<string, any>;
1405
1386
  openOnHover: boolean;
1406
1387
  closeOnContentClick: boolean;
@@ -1475,16 +1456,16 @@ declare const VSnackbar: {
1475
1456
  location: Anchor;
1476
1457
  origin: "auto" | Anchor | "overlap";
1477
1458
  transition: string | boolean | (vue.TransitionProps & {
1478
- component?: vue.Component | undefined;
1459
+ component?: vue.Component;
1479
1460
  });
1480
1461
  zIndex: string | number;
1481
1462
  style: vue.StyleValue;
1482
1463
  eager: boolean;
1483
1464
  disabled: boolean;
1484
1465
  modelValue: boolean;
1485
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1486
- updateLocation: (e?: Event | undefined) => void;
1487
- } | undefined);
1466
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1467
+ updateLocation: (e?: Event) => void;
1468
+ });
1488
1469
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1489
1470
  activatorProps: Record<string, any>;
1490
1471
  openOnClick: boolean;
@@ -1502,16 +1483,16 @@ declare const VSnackbar: {
1502
1483
  location: Anchor;
1503
1484
  origin: "auto" | Anchor | "overlap";
1504
1485
  transition: string | boolean | (vue.TransitionProps & {
1505
- component?: vue.Component | undefined;
1486
+ component?: vue.Component;
1506
1487
  });
1507
1488
  zIndex: string | number;
1508
1489
  style: vue.StyleValue;
1509
1490
  eager: boolean;
1510
1491
  disabled: boolean;
1511
1492
  modelValue: boolean;
1512
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1513
- updateLocation: (e?: Event | undefined) => void;
1514
- } | undefined);
1493
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1494
+ updateLocation: (e?: Event) => void;
1495
+ });
1515
1496
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1516
1497
  activatorProps: Record<string, any>;
1517
1498
  openOnHover: boolean;
@@ -1580,16 +1561,16 @@ declare const VSnackbar: {
1580
1561
  location: Anchor;
1581
1562
  origin: "auto" | Anchor | "overlap";
1582
1563
  transition: string | boolean | (vue.TransitionProps & {
1583
- component?: vue.Component | undefined;
1564
+ component?: vue.Component;
1584
1565
  });
1585
1566
  zIndex: string | number;
1586
1567
  style: vue.StyleValue;
1587
1568
  eager: boolean;
1588
1569
  disabled: boolean;
1589
1570
  modelValue: boolean;
1590
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1591
- updateLocation: (e?: Event | undefined) => void;
1592
- } | undefined);
1571
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1572
+ updateLocation: (e?: Event) => void;
1573
+ });
1593
1574
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1594
1575
  activatorProps: Record<string, any>;
1595
1576
  openOnHover: boolean;
@@ -1667,19 +1648,15 @@ declare const VSnackbar: {
1667
1648
  $slots: Readonly<{
1668
1649
  default?: ((arg: {
1669
1650
  isActive: Ref<boolean>;
1670
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1671
- [key: string]: any;
1672
- }>[]) | undefined;
1651
+ }) => vue.VNode[]) | undefined;
1673
1652
  activator?: ((arg: {
1674
1653
  isActive: boolean;
1675
1654
  props: Record<string, any>;
1676
1655
  targetRef: TemplateRef;
1677
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1678
- [key: string]: any;
1679
- }>[]) | undefined;
1656
+ }) => vue.VNode[]) | undefined;
1680
1657
  }>;
1681
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1682
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1658
+ $root: vue.ComponentPublicInstance | null;
1659
+ $parent: vue.ComponentPublicInstance | null;
1683
1660
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1684
1661
  $el: any;
1685
1662
  $options: vue.ComponentOptionsBase<{
@@ -1687,16 +1664,16 @@ declare const VSnackbar: {
1687
1664
  location: Anchor;
1688
1665
  origin: "auto" | Anchor | "overlap";
1689
1666
  transition: string | boolean | (vue.TransitionProps & {
1690
- component?: vue.Component | undefined;
1667
+ component?: vue.Component;
1691
1668
  });
1692
1669
  zIndex: string | number;
1693
1670
  style: vue.StyleValue;
1694
1671
  eager: boolean;
1695
1672
  disabled: boolean;
1696
1673
  modelValue: boolean;
1697
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1698
- updateLocation: (e?: Event | undefined) => void;
1699
- } | undefined);
1674
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1675
+ updateLocation: (e?: Event) => void;
1676
+ });
1700
1677
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1701
1678
  activatorProps: Record<string, any>;
1702
1679
  openOnHover: boolean;
@@ -1783,16 +1760,16 @@ declare const VSnackbar: {
1783
1760
  location: Anchor;
1784
1761
  origin: "auto" | Anchor | "overlap";
1785
1762
  transition: string | boolean | (vue.TransitionProps & {
1786
- component?: vue.Component | undefined;
1763
+ component?: vue.Component;
1787
1764
  });
1788
1765
  zIndex: string | number;
1789
1766
  style: vue.StyleValue;
1790
1767
  eager: boolean;
1791
1768
  disabled: boolean;
1792
1769
  modelValue: boolean;
1793
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1794
- updateLocation: (e?: Event | undefined) => void;
1795
- } | undefined);
1770
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1771
+ updateLocation: (e?: Event) => void;
1772
+ });
1796
1773
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1797
1774
  activatorProps: Record<string, any>;
1798
1775
  openOnClick: boolean;
@@ -1808,51 +1785,47 @@ declare const VSnackbar: {
1808
1785
  }, {}, string, vue.SlotsType<Partial<{
1809
1786
  default: (arg: {
1810
1787
  isActive: Ref<boolean>;
1811
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1812
- [key: string]: any;
1813
- }>[];
1788
+ }) => vue.VNode[];
1814
1789
  activator: (arg: {
1815
1790
  isActive: boolean;
1816
1791
  props: Record<string, any>;
1817
1792
  targetRef: TemplateRef;
1818
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1819
- [key: string]: any;
1820
- }>[];
1793
+ }) => vue.VNode[];
1821
1794
  }>>> & {
1822
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1823
- created?: ((() => void) | (() => void)[]) | undefined;
1824
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1825
- mounted?: ((() => void) | (() => void)[]) | undefined;
1826
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1827
- updated?: ((() => void) | (() => void)[]) | undefined;
1828
- activated?: ((() => void) | (() => void)[]) | undefined;
1829
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1830
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1831
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1832
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1833
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1834
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1835
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1836
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
1795
+ beforeCreate?: (() => void) | (() => void)[];
1796
+ created?: (() => void) | (() => void)[];
1797
+ beforeMount?: (() => void) | (() => void)[];
1798
+ mounted?: (() => void) | (() => void)[];
1799
+ beforeUpdate?: (() => void) | (() => void)[];
1800
+ updated?: (() => void) | (() => void)[];
1801
+ activated?: (() => void) | (() => void)[];
1802
+ deactivated?: (() => void) | (() => void)[];
1803
+ beforeDestroy?: (() => void) | (() => void)[];
1804
+ beforeUnmount?: (() => void) | (() => void)[];
1805
+ destroyed?: (() => void) | (() => void)[];
1806
+ unmounted?: (() => void) | (() => void)[];
1807
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1808
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1809
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
1837
1810
  };
1838
1811
  $forceUpdate: () => void;
1839
1812
  $nextTick: typeof nextTick;
1840
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1813
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1841
1814
  } & Omit<{
1842
1815
  absolute: boolean;
1843
1816
  location: Anchor;
1844
1817
  origin: "auto" | Anchor | "overlap";
1845
1818
  transition: string | boolean | (vue.TransitionProps & {
1846
- component?: vue.Component | undefined;
1819
+ component?: vue.Component;
1847
1820
  });
1848
1821
  zIndex: string | number;
1849
1822
  style: vue.StyleValue;
1850
1823
  eager: boolean;
1851
1824
  disabled: boolean;
1852
1825
  modelValue: boolean;
1853
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1854
- updateLocation: (e?: Event | undefined) => void;
1855
- } | undefined);
1826
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1827
+ updateLocation: (e?: Event) => void;
1828
+ });
1856
1829
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1857
1830
  activatorProps: Record<string, any>;
1858
1831
  openOnHover: boolean;
@@ -1929,16 +1902,16 @@ declare const VSnackbar: {
1929
1902
  globalTop: Readonly<Ref<boolean>>;
1930
1903
  localTop: vue.ComputedRef<boolean>;
1931
1904
  updateLocation: Ref<((e: Event) => void) | undefined>;
1932
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1933
- 'update:modelValue': (v: boolean) => boolean;
1905
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1906
+ 'update:modelValue': (v: boolean) => true;
1934
1907
  }, string, {
1935
1908
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1936
1909
  absolute: boolean;
1937
1910
  location: Anchor;
1938
1911
  origin: "auto" | Anchor | "overlap";
1939
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
1940
- component?: vue.Component | undefined;
1941
- })>;
1912
+ transition: string | boolean | (vue.TransitionProps & {
1913
+ component?: vue.Component;
1914
+ });
1942
1915
  zIndex: string | number;
1943
1916
  style: vue.StyleValue;
1944
1917
  eager: boolean;
@@ -1948,9 +1921,9 @@ declare const VSnackbar: {
1948
1921
  modelValue: boolean;
1949
1922
  rounded: string | number | boolean;
1950
1923
  tile: boolean;
1951
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
1952
- updateLocation: (e?: Event | undefined) => void;
1953
- } | undefined);
1924
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1925
+ updateLocation: (e?: Event) => void;
1926
+ });
1954
1927
  activatorProps: Record<string, any>;
1955
1928
  openOnClick: boolean;
1956
1929
  openOnHover: boolean;
@@ -1963,29 +1936,21 @@ declare const VSnackbar: {
1963
1936
  activator: (arg: {
1964
1937
  isActive: boolean;
1965
1938
  props: Record<string, any>;
1966
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1967
- [key: string]: any;
1968
- }>[];
1969
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1970
- [key: string]: any;
1971
- }>[];
1939
+ }) => vue.VNode[];
1940
+ default: () => vue.VNode[];
1972
1941
  actions: (arg: {
1973
1942
  isActive: Ref<boolean>;
1974
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1975
- [key: string]: any;
1976
- }>[];
1977
- text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1978
- [key: string]: any;
1979
- }>[];
1943
+ }) => vue.VNode[];
1944
+ text: () => vue.VNode[];
1980
1945
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1981
- offset: vue.PropType<string | number | number[] | undefined>;
1946
+ offset: vue.PropType<StrategyProps$1["offset"]>;
1982
1947
  absolute: BooleanConstructor;
1983
1948
  location: {
1984
- type: vue.PropType<Anchor>;
1949
+ type: vue.PropType<StrategyProps$1["location"]>;
1985
1950
  default: string;
1986
1951
  };
1987
1952
  origin: {
1988
- type: vue.PropType<"auto" | Anchor | "overlap">;
1953
+ type: vue.PropType<StrategyProps$1["origin"]>;
1989
1954
  default: string;
1990
1955
  };
1991
1956
  height: (StringConstructor | NumberConstructor)[];
@@ -1997,16 +1962,16 @@ declare const VSnackbar: {
1997
1962
  opacity: (StringConstructor | NumberConstructor)[];
1998
1963
  transition: Omit<{
1999
1964
  type: vue.PropType<string | boolean | (vue.TransitionProps & {
2000
- component?: vue.Component | undefined;
1965
+ component?: vue.Component;
2001
1966
  })>;
2002
1967
  default: string;
2003
1968
  validator: (val: unknown) => boolean;
2004
1969
  }, "type" | "default"> & {
2005
- type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2006
- component?: vue.Component | undefined;
2007
- })>>;
1970
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1971
+ component?: vue.Component;
1972
+ })>;
2008
1973
  default: NonNullable<string | boolean | (vue.TransitionProps & {
2009
- component?: vue.Component | undefined;
1974
+ component?: vue.Component;
2010
1975
  })>;
2011
1976
  };
2012
1977
  zIndex: {
@@ -2020,15 +1985,13 @@ declare const VSnackbar: {
2020
1985
  target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
2021
1986
  eager: BooleanConstructor;
2022
1987
  disabled: BooleanConstructor;
2023
- class: vue.PropType<any>;
1988
+ class: vue.PropType<ClassValue>;
2024
1989
  theme: StringConstructor;
2025
1990
  modelValue: BooleanConstructor;
2026
1991
  contentClass: null;
2027
1992
  activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2028
1993
  locationStrategy: {
2029
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
2030
- updateLocation: (e?: Event | undefined) => void;
2031
- } | undefined)>;
1994
+ type: vue.PropType<StrategyProps$1["locationStrategy"]>;
2032
1995
  default: string;
2033
1996
  validator: (val: any) => boolean;
2034
1997
  };
@@ -2054,10 +2017,10 @@ declare const VSnackbar: {
2054
2017
  };
2055
2018
  contained: BooleanConstructor;
2056
2019
  contentProps: null;
2057
- attach: vue.PropType<string | boolean | Element>;
2020
+ attach: vue.PropType<boolean | string | Element>;
2058
2021
  color: StringConstructor;
2059
2022
  variant: {
2060
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2023
+ type: vue.PropType<Variant>;
2061
2024
  default: string;
2062
2025
  validator: (v: any) => boolean;
2063
2026
  };
@@ -2079,14 +2042,14 @@ declare const VSnackbar: {
2079
2042
  };
2080
2043
  vertical: BooleanConstructor;
2081
2044
  }, vue.ExtractPropTypes<{
2082
- offset: vue.PropType<string | number | number[] | undefined>;
2045
+ offset: vue.PropType<StrategyProps$1["offset"]>;
2083
2046
  absolute: BooleanConstructor;
2084
2047
  location: {
2085
- type: vue.PropType<Anchor>;
2048
+ type: vue.PropType<StrategyProps$1["location"]>;
2086
2049
  default: string;
2087
2050
  };
2088
2051
  origin: {
2089
- type: vue.PropType<"auto" | Anchor | "overlap">;
2052
+ type: vue.PropType<StrategyProps$1["origin"]>;
2090
2053
  default: string;
2091
2054
  };
2092
2055
  height: (StringConstructor | NumberConstructor)[];
@@ -2098,16 +2061,16 @@ declare const VSnackbar: {
2098
2061
  opacity: (StringConstructor | NumberConstructor)[];
2099
2062
  transition: Omit<{
2100
2063
  type: vue.PropType<string | boolean | (vue.TransitionProps & {
2101
- component?: vue.Component | undefined;
2064
+ component?: vue.Component;
2102
2065
  })>;
2103
2066
  default: string;
2104
2067
  validator: (val: unknown) => boolean;
2105
2068
  }, "type" | "default"> & {
2106
- type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2107
- component?: vue.Component | undefined;
2108
- })>>;
2069
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2070
+ component?: vue.Component;
2071
+ })>;
2109
2072
  default: NonNullable<string | boolean | (vue.TransitionProps & {
2110
- component?: vue.Component | undefined;
2073
+ component?: vue.Component;
2111
2074
  })>;
2112
2075
  };
2113
2076
  zIndex: {
@@ -2121,15 +2084,13 @@ declare const VSnackbar: {
2121
2084
  target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
2122
2085
  eager: BooleanConstructor;
2123
2086
  disabled: BooleanConstructor;
2124
- class: vue.PropType<any>;
2087
+ class: vue.PropType<ClassValue>;
2125
2088
  theme: StringConstructor;
2126
2089
  modelValue: BooleanConstructor;
2127
2090
  contentClass: null;
2128
2091
  activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2129
2092
  locationStrategy: {
2130
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
2131
- updateLocation: (e?: Event | undefined) => void;
2132
- } | undefined)>;
2093
+ type: vue.PropType<StrategyProps$1["locationStrategy"]>;
2133
2094
  default: string;
2134
2095
  validator: (val: any) => boolean;
2135
2096
  };
@@ -2155,10 +2116,10 @@ declare const VSnackbar: {
2155
2116
  };
2156
2117
  contained: BooleanConstructor;
2157
2118
  contentProps: null;
2158
- attach: vue.PropType<string | boolean | Element>;
2119
+ attach: vue.PropType<boolean | string | Element>;
2159
2120
  color: StringConstructor;
2160
2121
  variant: {
2161
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2122
+ type: vue.PropType<Variant>;
2162
2123
  default: string;
2163
2124
  validator: (v: any) => boolean;
2164
2125
  };
@@ -2203,9 +2164,9 @@ declare const VSnackbarQueue: {
2203
2164
  absolute: boolean;
2204
2165
  location: Anchor;
2205
2166
  origin: "auto" | Anchor | "overlap";
2206
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
2207
- component?: vue.Component | undefined;
2208
- })>;
2167
+ transition: string | boolean | (vue.TransitionProps & {
2168
+ component?: vue.Component;
2169
+ });
2209
2170
  zIndex: string | number;
2210
2171
  style: vue.StyleValue;
2211
2172
  eager: boolean;
@@ -2213,9 +2174,9 @@ declare const VSnackbarQueue: {
2213
2174
  timeout: string | number;
2214
2175
  vertical: boolean;
2215
2176
  tile: boolean;
2216
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2217
- updateLocation: (e?: Event | undefined) => void;
2218
- } | undefined);
2177
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2178
+ updateLocation: (e?: Event) => void;
2179
+ });
2219
2180
  activatorProps: Record<string, any>;
2220
2181
  openOnHover: boolean;
2221
2182
  closeOnContentClick: boolean;
@@ -2251,14 +2212,14 @@ declare const VSnackbarQueue: {
2251
2212
  attach?: string | boolean | Element | undefined;
2252
2213
  } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2253
2214
  'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
2254
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2215
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2255
2216
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2256
2217
  absolute: boolean;
2257
2218
  location: Anchor;
2258
2219
  origin: "auto" | Anchor | "overlap";
2259
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
2260
- component?: vue.Component | undefined;
2261
- })>;
2220
+ transition: string | boolean | (vue.TransitionProps & {
2221
+ component?: vue.Component;
2222
+ });
2262
2223
  zIndex: string | number;
2263
2224
  style: vue.StyleValue;
2264
2225
  eager: boolean;
@@ -2266,9 +2227,9 @@ declare const VSnackbarQueue: {
2266
2227
  timeout: string | number;
2267
2228
  vertical: boolean;
2268
2229
  tile: boolean;
2269
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2270
- updateLocation: (e?: Event | undefined) => void;
2271
- } | undefined);
2230
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2231
+ updateLocation: (e?: Event) => void;
2232
+ });
2272
2233
  activatorProps: Record<string, any>;
2273
2234
  openOnHover: boolean;
2274
2235
  closeOnContentClick: boolean;
@@ -2307,9 +2268,9 @@ declare const VSnackbarQueue: {
2307
2268
  absolute: boolean;
2308
2269
  location: Anchor;
2309
2270
  origin: "auto" | Anchor | "overlap";
2310
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
2311
- component?: vue.Component | undefined;
2312
- })>;
2271
+ transition: string | boolean | (vue.TransitionProps & {
2272
+ component?: vue.Component;
2273
+ });
2313
2274
  zIndex: string | number;
2314
2275
  style: vue.StyleValue;
2315
2276
  eager: boolean;
@@ -2318,9 +2279,9 @@ declare const VSnackbarQueue: {
2318
2279
  vertical: boolean;
2319
2280
  rounded: string | number | boolean;
2320
2281
  tile: boolean;
2321
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2322
- updateLocation: (e?: Event | undefined) => void;
2323
- } | undefined);
2282
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2283
+ updateLocation: (e?: Event) => void;
2284
+ });
2324
2285
  activatorProps: Record<string, any>;
2325
2286
  openOnClick: boolean;
2326
2287
  openOnHover: boolean;
@@ -2333,22 +2294,16 @@ declare const VSnackbarQueue: {
2333
2294
  }, true, {}, vue.SlotsType<Partial<{
2334
2295
  default: (arg: {
2335
2296
  item: string | SnackbarMessage;
2336
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2337
- [key: string]: any;
2338
- }>[];
2297
+ }) => vue.VNode[];
2339
2298
  text: (arg: {
2340
2299
  item: string | SnackbarMessage;
2341
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2342
- [key: string]: any;
2343
- }>[];
2300
+ }) => vue.VNode[];
2344
2301
  actions: (arg: {
2345
2302
  item: string | SnackbarMessage;
2346
2303
  props: {
2347
2304
  onClick: () => void;
2348
2305
  };
2349
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2350
- [key: string]: any;
2351
- }>[];
2306
+ }) => vue.VNode[];
2352
2307
  }>>, {
2353
2308
  P: {};
2354
2309
  B: {};
@@ -2361,9 +2316,9 @@ declare const VSnackbarQueue: {
2361
2316
  absolute: boolean;
2362
2317
  location: Anchor;
2363
2318
  origin: "auto" | Anchor | "overlap";
2364
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
2365
- component?: vue.Component | undefined;
2366
- })>;
2319
+ transition: string | boolean | (vue.TransitionProps & {
2320
+ component?: vue.Component;
2321
+ });
2367
2322
  zIndex: string | number;
2368
2323
  style: vue.StyleValue;
2369
2324
  eager: boolean;
@@ -2371,9 +2326,9 @@ declare const VSnackbarQueue: {
2371
2326
  timeout: string | number;
2372
2327
  vertical: boolean;
2373
2328
  tile: boolean;
2374
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2375
- updateLocation: (e?: Event | undefined) => void;
2376
- } | undefined);
2329
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2330
+ updateLocation: (e?: Event) => void;
2331
+ });
2377
2332
  activatorProps: Record<string, any>;
2378
2333
  openOnHover: boolean;
2379
2334
  closeOnContentClick: boolean;
@@ -2412,9 +2367,9 @@ declare const VSnackbarQueue: {
2412
2367
  absolute: boolean;
2413
2368
  location: Anchor;
2414
2369
  origin: "auto" | Anchor | "overlap";
2415
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
2416
- component?: vue.Component | undefined;
2417
- })>;
2370
+ transition: string | boolean | (vue.TransitionProps & {
2371
+ component?: vue.Component;
2372
+ });
2418
2373
  zIndex: string | number;
2419
2374
  style: vue.StyleValue;
2420
2375
  eager: boolean;
@@ -2423,9 +2378,9 @@ declare const VSnackbarQueue: {
2423
2378
  vertical: boolean;
2424
2379
  rounded: string | number | boolean;
2425
2380
  tile: boolean;
2426
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2427
- updateLocation: (e?: Event | undefined) => void;
2428
- } | undefined);
2381
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2382
+ updateLocation: (e?: Event) => void;
2383
+ });
2429
2384
  activatorProps: Record<string, any>;
2430
2385
  openOnClick: boolean;
2431
2386
  openOnHover: boolean;
@@ -2436,17 +2391,17 @@ declare const VSnackbarQueue: {
2436
2391
  closeText: string;
2437
2392
  multiLine: boolean;
2438
2393
  }>;
2439
- __isFragment?: undefined;
2440
- __isTeleport?: undefined;
2441
- __isSuspense?: undefined;
2394
+ __isFragment?: never;
2395
+ __isTeleport?: never;
2396
+ __isSuspense?: never;
2442
2397
  } & vue.ComponentOptionsBase<{
2443
2398
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2444
2399
  absolute: boolean;
2445
2400
  location: Anchor;
2446
2401
  origin: "auto" | Anchor | "overlap";
2447
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
2448
- component?: vue.Component | undefined;
2449
- })>;
2402
+ transition: string | boolean | (vue.TransitionProps & {
2403
+ component?: vue.Component;
2404
+ });
2450
2405
  zIndex: string | number;
2451
2406
  style: vue.StyleValue;
2452
2407
  eager: boolean;
@@ -2454,9 +2409,9 @@ declare const VSnackbarQueue: {
2454
2409
  timeout: string | number;
2455
2410
  vertical: boolean;
2456
2411
  tile: boolean;
2457
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2458
- updateLocation: (e?: Event | undefined) => void;
2459
- } | undefined);
2412
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2413
+ updateLocation: (e?: Event) => void;
2414
+ });
2460
2415
  activatorProps: Record<string, any>;
2461
2416
  openOnHover: boolean;
2462
2417
  closeOnContentClick: boolean;
@@ -2492,14 +2447,14 @@ declare const VSnackbarQueue: {
2492
2447
  attach?: string | boolean | Element | undefined;
2493
2448
  } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2494
2449
  'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
2495
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, string, {
2450
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, string, {
2496
2451
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2497
2452
  absolute: boolean;
2498
2453
  location: Anchor;
2499
2454
  origin: "auto" | Anchor | "overlap";
2500
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
2501
- component?: vue.Component | undefined;
2502
- })>;
2455
+ transition: string | boolean | (vue.TransitionProps & {
2456
+ component?: vue.Component;
2457
+ });
2503
2458
  zIndex: string | number;
2504
2459
  style: vue.StyleValue;
2505
2460
  eager: boolean;
@@ -2508,9 +2463,9 @@ declare const VSnackbarQueue: {
2508
2463
  vertical: boolean;
2509
2464
  rounded: string | number | boolean;
2510
2465
  tile: boolean;
2511
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2512
- updateLocation: (e?: Event | undefined) => void;
2513
- } | undefined);
2466
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2467
+ updateLocation: (e?: Event) => void;
2468
+ });
2514
2469
  activatorProps: Record<string, any>;
2515
2470
  openOnClick: boolean;
2516
2471
  openOnHover: boolean;
@@ -2523,42 +2478,33 @@ declare const VSnackbarQueue: {
2523
2478
  }, {}, string, vue.SlotsType<Partial<{
2524
2479
  default: (arg: {
2525
2480
  item: string | SnackbarMessage;
2526
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2527
- [key: string]: any;
2528
- }>[];
2481
+ }) => vue.VNode[];
2529
2482
  text: (arg: {
2530
2483
  item: string | SnackbarMessage;
2531
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2532
- [key: string]: any;
2533
- }>[];
2484
+ }) => vue.VNode[];
2534
2485
  actions: (arg: {
2535
2486
  item: string | SnackbarMessage;
2536
2487
  props: {
2537
2488
  onClick: () => void;
2538
2489
  };
2539
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2540
- [key: string]: any;
2541
- }>[];
2490
+ }) => vue.VNode[];
2542
2491
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends readonly (string | SnackbarMessage)[]>(props: {
2543
- modelValue?: T | undefined;
2544
- 'onUpdate:modelValue'?: ((val: T) => void) | undefined;
2545
- }, slots: VSnackbarQueueSlots<T[number]>) => GenericProps<{
2546
- modelValue?: T | undefined;
2547
- 'onUpdate:modelValue'?: ((val: T) => void) | undefined;
2548
- }, VSnackbarQueueSlots<T[number]>>) & FilterPropsOptions<{
2492
+ modelValue?: T;
2493
+ "onUpdate:modelValue"?: (val: T) => void;
2494
+ }, slots: VSnackbarQueueSlots<T[number]>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
2549
2495
  variant: {
2550
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2496
+ type: PropType<Variant>;
2551
2497
  default: string;
2552
2498
  validator: (v: any) => boolean;
2553
2499
  };
2554
- offset: PropType<string | number | number[] | undefined>;
2500
+ offset: PropType<StrategyProps$1["offset"]>;
2555
2501
  absolute: BooleanConstructor;
2556
2502
  location: {
2557
- type: PropType<Anchor>;
2503
+ type: PropType<StrategyProps$1["location"]>;
2558
2504
  default: string;
2559
2505
  };
2560
2506
  origin: {
2561
- type: PropType<"auto" | Anchor | "overlap">;
2507
+ type: PropType<StrategyProps$1["origin"]>;
2562
2508
  default: string;
2563
2509
  };
2564
2510
  height: (StringConstructor | NumberConstructor)[];
@@ -2575,16 +2521,16 @@ declare const VSnackbarQueue: {
2575
2521
  };
2576
2522
  transition: Omit<{
2577
2523
  type: PropType<string | boolean | (vue.TransitionProps & {
2578
- component?: vue.Component | undefined;
2524
+ component?: vue.Component;
2579
2525
  })>;
2580
2526
  default: string;
2581
2527
  validator: (val: unknown) => boolean;
2582
2528
  }, "type" | "default"> & {
2583
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2584
- component?: vue.Component | undefined;
2585
- })>>;
2529
+ type: PropType<string | boolean | (vue.TransitionProps & {
2530
+ component?: vue.Component;
2531
+ })>;
2586
2532
  default: NonNullable<string | boolean | (vue.TransitionProps & {
2587
- component?: vue.Component | undefined;
2533
+ component?: vue.Component;
2588
2534
  })>;
2589
2535
  };
2590
2536
  zIndex: {
@@ -2603,7 +2549,7 @@ declare const VSnackbarQueue: {
2603
2549
  type: (StringConstructor | NumberConstructor)[];
2604
2550
  default: number;
2605
2551
  };
2606
- class: PropType<any>;
2552
+ class: PropType<ClassValue>;
2607
2553
  vertical: BooleanConstructor;
2608
2554
  timer: (StringConstructor | BooleanConstructor)[];
2609
2555
  theme: StringConstructor;
@@ -2615,9 +2561,7 @@ declare const VSnackbarQueue: {
2615
2561
  tile: BooleanConstructor;
2616
2562
  activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2617
2563
  locationStrategy: {
2618
- type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2619
- updateLocation: (e?: Event | undefined) => void;
2620
- } | undefined)>;
2564
+ type: PropType<StrategyProps$1["locationStrategy"]>;
2621
2565
  default: string;
2622
2566
  validator: (val: any) => boolean;
2623
2567
  };
@@ -2643,7 +2587,7 @@ declare const VSnackbarQueue: {
2643
2587
  };
2644
2588
  contained: BooleanConstructor;
2645
2589
  contentProps: null;
2646
- attach: PropType<string | boolean | Element>;
2590
+ attach: PropType<boolean | string | Element>;
2647
2591
  multiLine: BooleanConstructor;
2648
2592
  closable: (StringConstructor | BooleanConstructor)[];
2649
2593
  closeText: {
@@ -2656,18 +2600,18 @@ declare const VSnackbarQueue: {
2656
2600
  };
2657
2601
  }, vue.ExtractPropTypes<{
2658
2602
  variant: {
2659
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2603
+ type: PropType<Variant>;
2660
2604
  default: string;
2661
2605
  validator: (v: any) => boolean;
2662
2606
  };
2663
- offset: PropType<string | number | number[] | undefined>;
2607
+ offset: PropType<StrategyProps$1["offset"]>;
2664
2608
  absolute: BooleanConstructor;
2665
2609
  location: {
2666
- type: PropType<Anchor>;
2610
+ type: PropType<StrategyProps$1["location"]>;
2667
2611
  default: string;
2668
2612
  };
2669
2613
  origin: {
2670
- type: PropType<"auto" | Anchor | "overlap">;
2614
+ type: PropType<StrategyProps$1["origin"]>;
2671
2615
  default: string;
2672
2616
  };
2673
2617
  height: (StringConstructor | NumberConstructor)[];
@@ -2684,16 +2628,16 @@ declare const VSnackbarQueue: {
2684
2628
  };
2685
2629
  transition: Omit<{
2686
2630
  type: PropType<string | boolean | (vue.TransitionProps & {
2687
- component?: vue.Component | undefined;
2631
+ component?: vue.Component;
2688
2632
  })>;
2689
2633
  default: string;
2690
2634
  validator: (val: unknown) => boolean;
2691
2635
  }, "type" | "default"> & {
2692
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2693
- component?: vue.Component | undefined;
2694
- })>>;
2636
+ type: PropType<string | boolean | (vue.TransitionProps & {
2637
+ component?: vue.Component;
2638
+ })>;
2695
2639
  default: NonNullable<string | boolean | (vue.TransitionProps & {
2696
- component?: vue.Component | undefined;
2640
+ component?: vue.Component;
2697
2641
  })>;
2698
2642
  };
2699
2643
  zIndex: {
@@ -2712,7 +2656,7 @@ declare const VSnackbarQueue: {
2712
2656
  type: (StringConstructor | NumberConstructor)[];
2713
2657
  default: number;
2714
2658
  };
2715
- class: PropType<any>;
2659
+ class: PropType<ClassValue>;
2716
2660
  vertical: BooleanConstructor;
2717
2661
  timer: (StringConstructor | BooleanConstructor)[];
2718
2662
  theme: StringConstructor;
@@ -2724,9 +2668,7 @@ declare const VSnackbarQueue: {
2724
2668
  tile: BooleanConstructor;
2725
2669
  activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2726
2670
  locationStrategy: {
2727
- type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2728
- updateLocation: (e?: Event | undefined) => void;
2729
- } | undefined)>;
2671
+ type: PropType<StrategyProps$1["locationStrategy"]>;
2730
2672
  default: string;
2731
2673
  validator: (val: any) => boolean;
2732
2674
  };
@@ -2752,7 +2694,7 @@ declare const VSnackbarQueue: {
2752
2694
  };
2753
2695
  contained: BooleanConstructor;
2754
2696
  contentProps: null;
2755
- attach: PropType<string | boolean | Element>;
2697
+ attach: PropType<boolean | string | Element>;
2756
2698
  multiLine: BooleanConstructor;
2757
2699
  closable: (StringConstructor | BooleanConstructor)[];
2758
2700
  closeText: {