@vuetify/nightly 3.7.2-master.2024-09-20 → 3.7.2-master.2024-09-26

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 (64) hide show
  1. package/dist/json/importMap-labs.json +12 -12
  2. package/dist/json/importMap.json +160 -160
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +2502 -2502
  5. package/dist/vuetify-labs.d.ts +194 -194
  6. package/dist/vuetify-labs.esm.js +9 -6
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +9 -6
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +5552 -5552
  11. package/dist/vuetify.d.ts +211 -211
  12. package/dist/vuetify.esm.js +7 -5
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +7 -5
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +8 -8
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/index.d.mts +22 -22
  20. package/lib/components/VBottomSheet/index.d.mts +4 -4
  21. package/lib/components/VCarousel/index.d.mts +2 -2
  22. package/lib/components/VCheckbox/index.d.mts +2 -2
  23. package/lib/components/VChip/VChip.mjs +2 -1
  24. package/lib/components/VChip/VChip.mjs.map +1 -1
  25. package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
  26. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  27. package/lib/components/VCombobox/index.d.mts +22 -22
  28. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +87 -0
  29. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -0
  30. package/lib/components/VDataTable/index.d.mts +6 -6
  31. package/lib/components/VDatePicker/index.d.mts +2 -2
  32. package/lib/components/VDialog/index.d.mts +22 -22
  33. package/lib/components/VFileInput/__tests__/text.txt +1 -0
  34. package/lib/components/VFileInput/index.d.mts +3 -3
  35. package/lib/components/VInput/index.d.mts +2 -2
  36. package/lib/components/VList/VListItem.mjs +1 -0
  37. package/lib/components/VList/VListItem.mjs.map +1 -1
  38. package/lib/components/VMenu/index.d.mts +20 -20
  39. package/lib/components/VMessages/index.d.mts +8 -8
  40. package/lib/components/VNavigationDrawer/index.d.mts +7 -7
  41. package/lib/components/VOverlay/index.d.mts +4 -4
  42. package/lib/components/VRadioGroup/index.d.mts +2 -2
  43. package/lib/components/VSelect/index.d.mts +22 -22
  44. package/lib/components/VSnackbar/index.d.mts +31 -31
  45. package/lib/components/VSpeedDial/index.d.mts +2 -2
  46. package/lib/components/VSwitch/index.d.mts +2 -2
  47. package/lib/components/VTextField/index.d.mts +3 -3
  48. package/lib/components/VTextarea/index.d.mts +3 -3
  49. package/lib/components/VTooltip/index.d.mts +24 -24
  50. package/lib/components/VWindow/index.d.mts +2 -2
  51. package/lib/components/index.d.mts +157 -157
  52. package/lib/directives/ripple/index.mjs.map +1 -1
  53. package/lib/entry-bundler.mjs +1 -1
  54. package/lib/framework.mjs +1 -1
  55. package/lib/index.d.mts +54 -54
  56. package/lib/labs/VNumberInput/index.d.mts +9 -9
  57. package/lib/labs/VSnackbarQueue/index.d.mts +52 -52
  58. package/lib/labs/VTreeview/VTreeview.mjs +2 -1
  59. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  60. package/lib/labs/VTreeview/index.d.mts +7 -7
  61. package/lib/labs/components.d.mts +68 -68
  62. package/package.json +22 -15
  63. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -74
  64. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
@@ -1090,9 +1090,9 @@ declare const VMenu: {
1090
1090
  class?: any;
1091
1091
  theme?: string | undefined;
1092
1092
  contentClass?: any;
1093
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1093
1094
  closeDelay?: string | number | undefined;
1094
1095
  openDelay?: string | number | undefined;
1095
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1096
1096
  openOnClick?: boolean | undefined;
1097
1097
  openOnFocus?: boolean | undefined;
1098
1098
  contentProps?: any;
@@ -1169,9 +1169,9 @@ declare const VMenu: {
1169
1169
  class?: any;
1170
1170
  theme?: string | undefined;
1171
1171
  contentClass?: any;
1172
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1172
1173
  closeDelay?: string | number | undefined;
1173
1174
  openDelay?: string | number | undefined;
1174
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1175
1175
  openOnClick?: boolean | undefined;
1176
1176
  openOnFocus?: boolean | undefined;
1177
1177
  contentProps?: any;
@@ -1232,7 +1232,7 @@ declare const VMenu: {
1232
1232
  }>;
1233
1233
  $root: vue.ComponentPublicInstance | null;
1234
1234
  $parent: vue.ComponentPublicInstance | null;
1235
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1235
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1236
1236
  $el: any;
1237
1237
  $options: vue.ComponentOptionsBase<{
1238
1238
  absolute: boolean;
@@ -1272,9 +1272,9 @@ declare const VMenu: {
1272
1272
  class?: any;
1273
1273
  theme?: string | undefined;
1274
1274
  contentClass?: any;
1275
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1275
1276
  closeDelay?: string | number | undefined;
1276
1277
  openDelay?: string | number | undefined;
1277
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1278
1278
  openOnClick?: boolean | undefined;
1279
1279
  openOnFocus?: boolean | undefined;
1280
1280
  contentProps?: any;
@@ -1424,9 +1424,9 @@ declare const VMenu: {
1424
1424
  class?: any;
1425
1425
  theme?: string | undefined;
1426
1426
  contentClass?: any;
1427
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1427
1428
  closeDelay?: string | number | undefined;
1428
1429
  openDelay?: string | number | undefined;
1429
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1430
1430
  openOnClick?: boolean | undefined;
1431
1431
  openOnFocus?: boolean | undefined;
1432
1432
  contentProps?: any;
@@ -1477,7 +1477,7 @@ declare const VMenu: {
1477
1477
  globalTop: Readonly<vue.Ref<boolean>>;
1478
1478
  localTop: vue.ComputedRef<boolean>;
1479
1479
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1480
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
1480
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1481
1481
  _allExposed: {
1482
1482
  activatorEl: vue.Ref<HTMLElement | undefined>;
1483
1483
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -1771,9 +1771,9 @@ declare const VMenu: {
1771
1771
  class?: any;
1772
1772
  theme?: string | undefined;
1773
1773
  contentClass?: any;
1774
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1774
1775
  closeDelay?: string | number | undefined;
1775
1776
  openDelay?: string | number | undefined;
1776
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1777
1777
  openOnClick?: boolean | undefined;
1778
1778
  openOnFocus?: boolean | undefined;
1779
1779
  contentProps?: any;
@@ -1850,9 +1850,9 @@ declare const VMenu: {
1850
1850
  class?: any;
1851
1851
  theme?: string | undefined;
1852
1852
  contentClass?: any;
1853
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1853
1854
  closeDelay?: string | number | undefined;
1854
1855
  openDelay?: string | number | undefined;
1855
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1856
1856
  openOnClick?: boolean | undefined;
1857
1857
  openOnFocus?: boolean | undefined;
1858
1858
  contentProps?: any;
@@ -1913,7 +1913,7 @@ declare const VMenu: {
1913
1913
  }>;
1914
1914
  $root: vue.ComponentPublicInstance | null;
1915
1915
  $parent: vue.ComponentPublicInstance | null;
1916
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1916
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1917
1917
  $el: any;
1918
1918
  $options: vue.ComponentOptionsBase<{
1919
1919
  absolute: boolean;
@@ -1953,9 +1953,9 @@ declare const VMenu: {
1953
1953
  class?: any;
1954
1954
  theme?: string | undefined;
1955
1955
  contentClass?: any;
1956
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1956
1957
  closeDelay?: string | number | undefined;
1957
1958
  openDelay?: string | number | undefined;
1958
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1959
1959
  openOnClick?: boolean | undefined;
1960
1960
  openOnFocus?: boolean | undefined;
1961
1961
  contentProps?: any;
@@ -2105,9 +2105,9 @@ declare const VMenu: {
2105
2105
  class?: any;
2106
2106
  theme?: string | undefined;
2107
2107
  contentClass?: any;
2108
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2108
2109
  closeDelay?: string | number | undefined;
2109
2110
  openDelay?: string | number | undefined;
2110
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2111
2111
  openOnClick?: boolean | undefined;
2112
2112
  openOnFocus?: boolean | undefined;
2113
2113
  contentProps?: any;
@@ -2158,7 +2158,7 @@ declare const VMenu: {
2158
2158
  globalTop: Readonly<vue.Ref<boolean>>;
2159
2159
  localTop: vue.ComputedRef<boolean>;
2160
2160
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2161
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
2161
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
2162
2162
  _allExposed: {
2163
2163
  activatorEl: vue.Ref<HTMLElement | undefined>;
2164
2164
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -2357,9 +2357,9 @@ declare const VMenu: {
2357
2357
  class?: any;
2358
2358
  theme?: string | undefined;
2359
2359
  contentClass?: any;
2360
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2360
2361
  closeDelay?: string | number | undefined;
2361
2362
  openDelay?: string | number | undefined;
2362
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2363
2363
  openOnClick?: boolean | undefined;
2364
2364
  openOnFocus?: boolean | undefined;
2365
2365
  contentProps?: any;
@@ -2436,9 +2436,9 @@ declare const VMenu: {
2436
2436
  class?: any;
2437
2437
  theme?: string | undefined;
2438
2438
  contentClass?: any;
2439
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2439
2440
  closeDelay?: string | number | undefined;
2440
2441
  openDelay?: string | number | undefined;
2441
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2442
2442
  openOnClick?: boolean | undefined;
2443
2443
  openOnFocus?: boolean | undefined;
2444
2444
  contentProps?: any;
@@ -2499,7 +2499,7 @@ declare const VMenu: {
2499
2499
  }>;
2500
2500
  $root: vue.ComponentPublicInstance | null;
2501
2501
  $parent: vue.ComponentPublicInstance | null;
2502
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
2502
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
2503
2503
  $el: any;
2504
2504
  $options: vue.ComponentOptionsBase<{
2505
2505
  absolute: boolean;
@@ -2539,9 +2539,9 @@ declare const VMenu: {
2539
2539
  class?: any;
2540
2540
  theme?: string | undefined;
2541
2541
  contentClass?: any;
2542
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2542
2543
  closeDelay?: string | number | undefined;
2543
2544
  openDelay?: string | number | undefined;
2544
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2545
2545
  openOnClick?: boolean | undefined;
2546
2546
  openOnFocus?: boolean | undefined;
2547
2547
  contentProps?: any;
@@ -2691,9 +2691,9 @@ declare const VMenu: {
2691
2691
  class?: any;
2692
2692
  theme?: string | undefined;
2693
2693
  contentClass?: any;
2694
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2694
2695
  closeDelay?: string | number | undefined;
2695
2696
  openDelay?: string | number | undefined;
2696
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2697
2697
  openOnClick?: boolean | undefined;
2698
2698
  openOnFocus?: boolean | undefined;
2699
2699
  contentProps?: any;
@@ -2744,7 +2744,7 @@ declare const VMenu: {
2744
2744
  globalTop: Readonly<vue.Ref<boolean>>;
2745
2745
  localTop: vue.ComputedRef<boolean>;
2746
2746
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
2747
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
2747
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
2748
2748
  _allExposed: {
2749
2749
  activatorEl: vue.Ref<HTMLElement | undefined>;
2750
2750
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -2853,6 +2853,7 @@ declare const VMenu: {
2853
2853
  persistent: BooleanConstructor;
2854
2854
  modelValue: BooleanConstructor;
2855
2855
  contentClass: null;
2856
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2856
2857
  locationStrategy: Omit<{
2857
2858
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2858
2859
  default: string;
@@ -2881,7 +2882,6 @@ declare const VMenu: {
2881
2882
  type: vue.PropType<string | number>;
2882
2883
  default: NonNullable<string | number>;
2883
2884
  };
2884
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2885
2885
  activatorProps: {
2886
2886
  type: vue.PropType<Record<string, any>>;
2887
2887
  default: () => {};
@@ -2970,6 +2970,7 @@ declare const VMenu: {
2970
2970
  persistent: BooleanConstructor;
2971
2971
  modelValue: BooleanConstructor;
2972
2972
  contentClass: null;
2973
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2973
2974
  locationStrategy: Omit<{
2974
2975
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2975
2976
  default: string;
@@ -2998,7 +2999,6 @@ declare const VMenu: {
2998
2999
  type: vue.PropType<string | number>;
2999
3000
  default: NonNullable<string | number>;
3000
3001
  };
3001
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
3002
3002
  activatorProps: {
3003
3003
  type: vue.PropType<Record<string, any>>;
3004
3004
  default: () => {};
@@ -3528,7 +3528,7 @@ declare const VSelect: {
3528
3528
  'update:focused': (focused: boolean) => true;
3529
3529
  'update:modelValue': (value: any) => true;
3530
3530
  'update:menu': (ue: boolean) => true;
3531
- }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3531
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3532
3532
  flat: boolean;
3533
3533
  reverse: boolean;
3534
3534
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5120,7 +5120,7 @@ declare const VSelect: {
5120
5120
  'update:focused': (focused: boolean) => true;
5121
5121
  'update:modelValue': (value: any) => true;
5122
5122
  'update:menu': (ue: boolean) => true;
5123
- }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
5123
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
5124
5124
  flat: boolean;
5125
5125
  reverse: boolean;
5126
5126
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -111,6 +111,7 @@ declare const VSnackbar: {
111
111
  timeout: string | number;
112
112
  vertical: boolean;
113
113
  modelValue: boolean;
114
+ tile: boolean;
114
115
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
115
116
  updateLocation: (e?: Event) => void;
116
117
  });
@@ -119,7 +120,6 @@ declare const VSnackbar: {
119
120
  closeOnContentClick: boolean;
120
121
  closeOnBack: boolean;
121
122
  contained: boolean;
122
- tile: boolean;
123
123
  multiLine: boolean;
124
124
  } & {
125
125
  offset?: string | number | number[] | undefined;
@@ -139,9 +139,9 @@ declare const VSnackbar: {
139
139
  timer?: string | boolean | undefined;
140
140
  rounded?: string | number | boolean | undefined;
141
141
  contentClass?: any;
142
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
142
143
  closeDelay?: string | number | undefined;
143
144
  openDelay?: string | number | undefined;
144
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
145
145
  openOnClick?: boolean | undefined;
146
146
  openOnFocus?: boolean | undefined;
147
147
  contentProps?: any;
@@ -248,9 +248,9 @@ declare const VSnackbar: {
248
248
  class?: any;
249
249
  theme?: string | undefined;
250
250
  contentClass?: any;
251
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
251
252
  closeDelay?: string | number | undefined;
252
253
  openDelay?: string | number | undefined;
253
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
254
254
  openOnClick?: boolean | undefined;
255
255
  openOnFocus?: boolean | undefined;
256
256
  contentProps?: any;
@@ -327,9 +327,9 @@ declare const VSnackbar: {
327
327
  class?: any;
328
328
  theme?: string | undefined;
329
329
  contentClass?: any;
330
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
330
331
  closeDelay?: string | number | undefined;
331
332
  openDelay?: string | number | undefined;
332
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
333
333
  openOnClick?: boolean | undefined;
334
334
  openOnFocus?: boolean | undefined;
335
335
  contentProps?: any;
@@ -390,7 +390,7 @@ declare const VSnackbar: {
390
390
  }>;
391
391
  $root: vue.ComponentPublicInstance | null;
392
392
  $parent: vue.ComponentPublicInstance | null;
393
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
393
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
394
394
  $el: any;
395
395
  $options: vue.ComponentOptionsBase<{
396
396
  absolute: boolean;
@@ -430,9 +430,9 @@ declare const VSnackbar: {
430
430
  class?: any;
431
431
  theme?: string | undefined;
432
432
  contentClass?: any;
433
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
433
434
  closeDelay?: string | number | undefined;
434
435
  openDelay?: string | number | undefined;
435
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
436
436
  openOnClick?: boolean | undefined;
437
437
  openOnFocus?: boolean | undefined;
438
438
  contentProps?: any;
@@ -582,9 +582,9 @@ declare const VSnackbar: {
582
582
  class?: any;
583
583
  theme?: string | undefined;
584
584
  contentClass?: any;
585
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
585
586
  closeDelay?: string | number | undefined;
586
587
  openDelay?: string | number | undefined;
587
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
588
588
  openOnClick?: boolean | undefined;
589
589
  openOnFocus?: boolean | undefined;
590
590
  contentProps?: any;
@@ -635,7 +635,7 @@ declare const VSnackbar: {
635
635
  globalTop: Readonly<Ref<boolean>>;
636
636
  localTop: vue.ComputedRef<boolean>;
637
637
  updateLocation: Ref<((e: Event) => void) | undefined>;
638
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
638
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
639
639
  _allExposed: {
640
640
  activatorEl: Ref<HTMLElement | undefined>;
641
641
  scrimEl: Ref<HTMLElement | undefined>;
@@ -663,6 +663,7 @@ declare const VSnackbar: {
663
663
  timeout: string | number;
664
664
  vertical: boolean;
665
665
  modelValue: boolean;
666
+ tile: boolean;
666
667
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
667
668
  updateLocation: (e?: Event) => void;
668
669
  });
@@ -671,7 +672,6 @@ declare const VSnackbar: {
671
672
  closeOnContentClick: boolean;
672
673
  closeOnBack: boolean;
673
674
  contained: boolean;
674
- tile: boolean;
675
675
  multiLine: boolean;
676
676
  } & {
677
677
  offset?: string | number | number[] | undefined;
@@ -691,9 +691,9 @@ declare const VSnackbar: {
691
691
  timer?: string | boolean | undefined;
692
692
  rounded?: string | number | boolean | undefined;
693
693
  contentClass?: any;
694
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
694
695
  closeDelay?: string | number | undefined;
695
696
  openDelay?: string | number | undefined;
696
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
697
697
  openOnClick?: boolean | undefined;
698
698
  openOnFocus?: boolean | undefined;
699
699
  contentProps?: any;
@@ -749,6 +749,7 @@ declare const VSnackbar: {
749
749
  vertical: boolean;
750
750
  modelValue: boolean;
751
751
  rounded: string | number | boolean;
752
+ tile: boolean;
752
753
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
753
754
  updateLocation: (e?: Event) => void;
754
755
  });
@@ -759,7 +760,6 @@ declare const VSnackbar: {
759
760
  closeOnContentClick: boolean;
760
761
  closeOnBack: boolean;
761
762
  contained: boolean;
762
- tile: boolean;
763
763
  multiLine: boolean;
764
764
  }, true, {}, vue.SlotsType<Partial<{
765
765
  activator: (arg: {
@@ -793,6 +793,7 @@ declare const VSnackbar: {
793
793
  timeout: string | number;
794
794
  vertical: boolean;
795
795
  modelValue: boolean;
796
+ tile: boolean;
796
797
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
797
798
  updateLocation: (e?: Event) => void;
798
799
  });
@@ -801,7 +802,6 @@ declare const VSnackbar: {
801
802
  closeOnContentClick: boolean;
802
803
  closeOnBack: boolean;
803
804
  contained: boolean;
804
- tile: boolean;
805
805
  multiLine: boolean;
806
806
  } & {
807
807
  offset?: string | number | number[] | undefined;
@@ -821,9 +821,9 @@ declare const VSnackbar: {
821
821
  timer?: string | boolean | undefined;
822
822
  rounded?: string | number | boolean | undefined;
823
823
  contentClass?: any;
824
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
824
825
  closeDelay?: string | number | undefined;
825
826
  openDelay?: string | number | undefined;
826
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
827
827
  openOnClick?: boolean | undefined;
828
828
  openOnFocus?: boolean | undefined;
829
829
  contentProps?: any;
@@ -930,9 +930,9 @@ declare const VSnackbar: {
930
930
  class?: any;
931
931
  theme?: string | undefined;
932
932
  contentClass?: any;
933
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
933
934
  closeDelay?: string | number | undefined;
934
935
  openDelay?: string | number | undefined;
935
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
936
936
  openOnClick?: boolean | undefined;
937
937
  openOnFocus?: boolean | undefined;
938
938
  contentProps?: any;
@@ -1009,9 +1009,9 @@ declare const VSnackbar: {
1009
1009
  class?: any;
1010
1010
  theme?: string | undefined;
1011
1011
  contentClass?: any;
1012
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1012
1013
  closeDelay?: string | number | undefined;
1013
1014
  openDelay?: string | number | undefined;
1014
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1015
1015
  openOnClick?: boolean | undefined;
1016
1016
  openOnFocus?: boolean | undefined;
1017
1017
  contentProps?: any;
@@ -1072,7 +1072,7 @@ declare const VSnackbar: {
1072
1072
  }>;
1073
1073
  $root: vue.ComponentPublicInstance | null;
1074
1074
  $parent: vue.ComponentPublicInstance | null;
1075
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1075
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1076
1076
  $el: any;
1077
1077
  $options: vue.ComponentOptionsBase<{
1078
1078
  absolute: boolean;
@@ -1112,9 +1112,9 @@ declare const VSnackbar: {
1112
1112
  class?: any;
1113
1113
  theme?: string | undefined;
1114
1114
  contentClass?: any;
1115
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1115
1116
  closeDelay?: string | number | undefined;
1116
1117
  openDelay?: string | number | undefined;
1117
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1118
1118
  openOnClick?: boolean | undefined;
1119
1119
  openOnFocus?: boolean | undefined;
1120
1120
  contentProps?: any;
@@ -1264,9 +1264,9 @@ declare const VSnackbar: {
1264
1264
  class?: any;
1265
1265
  theme?: string | undefined;
1266
1266
  contentClass?: any;
1267
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1267
1268
  closeDelay?: string | number | undefined;
1268
1269
  openDelay?: string | number | undefined;
1269
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1270
1270
  openOnClick?: boolean | undefined;
1271
1271
  openOnFocus?: boolean | undefined;
1272
1272
  contentProps?: any;
@@ -1317,7 +1317,7 @@ declare const VSnackbar: {
1317
1317
  globalTop: Readonly<Ref<boolean>>;
1318
1318
  localTop: vue.ComputedRef<boolean>;
1319
1319
  updateLocation: Ref<((e: Event) => void) | undefined>;
1320
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
1320
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1321
1321
  _allExposed: {
1322
1322
  activatorEl: Ref<HTMLElement | undefined>;
1323
1323
  scrimEl: Ref<HTMLElement | undefined>;
@@ -1344,6 +1344,7 @@ declare const VSnackbar: {
1344
1344
  vertical: boolean;
1345
1345
  modelValue: boolean;
1346
1346
  rounded: string | number | boolean;
1347
+ tile: boolean;
1347
1348
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
1348
1349
  updateLocation: (e?: Event) => void;
1349
1350
  });
@@ -1354,7 +1355,6 @@ declare const VSnackbar: {
1354
1355
  closeOnContentClick: boolean;
1355
1356
  closeOnBack: boolean;
1356
1357
  contained: boolean;
1357
- tile: boolean;
1358
1358
  multiLine: boolean;
1359
1359
  }>;
1360
1360
  __isFragment?: never;
@@ -1375,6 +1375,7 @@ declare const VSnackbar: {
1375
1375
  timeout: string | number;
1376
1376
  vertical: boolean;
1377
1377
  modelValue: boolean;
1378
+ tile: boolean;
1378
1379
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
1379
1380
  updateLocation: (e?: Event) => void;
1380
1381
  });
@@ -1383,7 +1384,6 @@ declare const VSnackbar: {
1383
1384
  closeOnContentClick: boolean;
1384
1385
  closeOnBack: boolean;
1385
1386
  contained: boolean;
1386
- tile: boolean;
1387
1387
  multiLine: boolean;
1388
1388
  } & {
1389
1389
  offset?: string | number | number[] | undefined;
@@ -1403,9 +1403,9 @@ declare const VSnackbar: {
1403
1403
  timer?: string | boolean | undefined;
1404
1404
  rounded?: string | number | boolean | undefined;
1405
1405
  contentClass?: any;
1406
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1406
1407
  closeDelay?: string | number | undefined;
1407
1408
  openDelay?: string | number | undefined;
1408
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1409
1409
  openOnClick?: boolean | undefined;
1410
1410
  openOnFocus?: boolean | undefined;
1411
1411
  contentProps?: any;
@@ -1512,9 +1512,9 @@ declare const VSnackbar: {
1512
1512
  class?: any;
1513
1513
  theme?: string | undefined;
1514
1514
  contentClass?: any;
1515
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1515
1516
  closeDelay?: string | number | undefined;
1516
1517
  openDelay?: string | number | undefined;
1517
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1518
1518
  openOnClick?: boolean | undefined;
1519
1519
  openOnFocus?: boolean | undefined;
1520
1520
  contentProps?: any;
@@ -1591,9 +1591,9 @@ declare const VSnackbar: {
1591
1591
  class?: any;
1592
1592
  theme?: string | undefined;
1593
1593
  contentClass?: any;
1594
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1594
1595
  closeDelay?: string | number | undefined;
1595
1596
  openDelay?: string | number | undefined;
1596
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1597
1597
  openOnClick?: boolean | undefined;
1598
1598
  openOnFocus?: boolean | undefined;
1599
1599
  contentProps?: any;
@@ -1654,7 +1654,7 @@ declare const VSnackbar: {
1654
1654
  }>;
1655
1655
  $root: vue.ComponentPublicInstance | null;
1656
1656
  $parent: vue.ComponentPublicInstance | null;
1657
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1657
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1658
1658
  $el: any;
1659
1659
  $options: vue.ComponentOptionsBase<{
1660
1660
  absolute: boolean;
@@ -1694,9 +1694,9 @@ declare const VSnackbar: {
1694
1694
  class?: any;
1695
1695
  theme?: string | undefined;
1696
1696
  contentClass?: any;
1697
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1697
1698
  closeDelay?: string | number | undefined;
1698
1699
  openDelay?: string | number | undefined;
1699
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1700
1700
  openOnClick?: boolean | undefined;
1701
1701
  openOnFocus?: boolean | undefined;
1702
1702
  contentProps?: any;
@@ -1846,9 +1846,9 @@ declare const VSnackbar: {
1846
1846
  class?: any;
1847
1847
  theme?: string | undefined;
1848
1848
  contentClass?: any;
1849
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1849
1850
  closeDelay?: string | number | undefined;
1850
1851
  openDelay?: string | number | undefined;
1851
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1852
1852
  openOnClick?: boolean | undefined;
1853
1853
  openOnFocus?: boolean | undefined;
1854
1854
  contentProps?: any;
@@ -1899,7 +1899,7 @@ declare const VSnackbar: {
1899
1899
  globalTop: Readonly<Ref<boolean>>;
1900
1900
  localTop: vue.ComputedRef<boolean>;
1901
1901
  updateLocation: Ref<((e: Event) => void) | undefined>;
1902
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
1902
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1903
1903
  _allExposed: {
1904
1904
  activatorEl: Ref<HTMLElement | undefined>;
1905
1905
  scrimEl: Ref<HTMLElement | undefined>;
@@ -1928,6 +1928,7 @@ declare const VSnackbar: {
1928
1928
  vertical: boolean;
1929
1929
  modelValue: boolean;
1930
1930
  rounded: string | number | boolean;
1931
+ tile: boolean;
1931
1932
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
1932
1933
  updateLocation: (e?: Event) => void;
1933
1934
  });
@@ -1938,7 +1939,6 @@ declare const VSnackbar: {
1938
1939
  closeOnContentClick: boolean;
1939
1940
  closeOnBack: boolean;
1940
1941
  contained: boolean;
1941
- tile: boolean;
1942
1942
  multiLine: boolean;
1943
1943
  }, {}, string, vue.SlotsType<Partial<{
1944
1944
  activator: (arg: {
@@ -1997,6 +1997,7 @@ declare const VSnackbar: {
1997
1997
  theme: StringConstructor;
1998
1998
  modelValue: BooleanConstructor;
1999
1999
  contentClass: null;
2000
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2000
2001
  locationStrategy: {
2001
2002
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2002
2003
  default: string;
@@ -2004,7 +2005,6 @@ declare const VSnackbar: {
2004
2005
  };
2005
2006
  closeDelay: (StringConstructor | NumberConstructor)[];
2006
2007
  openDelay: (StringConstructor | NumberConstructor)[];
2007
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2008
2008
  activatorProps: {
2009
2009
  type: vue.PropType<Record<string, any>>;
2010
2010
  default: () => {};
@@ -2096,6 +2096,7 @@ declare const VSnackbar: {
2096
2096
  theme: StringConstructor;
2097
2097
  modelValue: BooleanConstructor;
2098
2098
  contentClass: null;
2099
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2099
2100
  locationStrategy: {
2100
2101
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2101
2102
  default: string;
@@ -2103,7 +2104,6 @@ declare const VSnackbar: {
2103
2104
  };
2104
2105
  closeDelay: (StringConstructor | NumberConstructor)[];
2105
2106
  openDelay: (StringConstructor | NumberConstructor)[];
2106
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2107
2107
  activatorProps: {
2108
2108
  type: vue.PropType<Record<string, any>>;
2109
2109
  default: () => {};