@vuetify/nightly 3.7.2-master.2024-09-22 → 3.7.2-master.2024-09-27

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 (62) hide show
  1. package/dist/json/importMap-labs.json +12 -12
  2. package/dist/json/importMap.json +156 -156
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +4764 -4764
  5. package/dist/vuetify-labs.d.ts +194 -194
  6. package/dist/vuetify-labs.esm.js +7 -5
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +7 -5
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +2916 -2916
  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/index.d.mts +7 -7
  59. package/lib/labs/components.d.mts +68 -68
  60. package/package.json +22 -15
  61. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -74
  62. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
@@ -3644,7 +3644,7 @@ declare const VNumberInput: {
3644
3644
  errorMessages: vue.ComputedRef<string[]>;
3645
3645
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3646
3646
  'update:modelValue': (value: any) => true;
3647
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
3647
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
3648
3648
  error: boolean;
3649
3649
  direction: "horizontal" | "vertical";
3650
3650
  style: vue.StyleValue;
@@ -4311,7 +4311,7 @@ declare const VNumberInput: {
4311
4311
  errorMessages: vue.ComputedRef<string[]>;
4312
4312
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4313
4313
  'update:modelValue': (value: any) => true;
4314
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
4314
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
4315
4315
  error: boolean;
4316
4316
  direction: "horizontal" | "vertical";
4317
4317
  style: vue.StyleValue;
@@ -4783,7 +4783,7 @@ declare const VNumberInput: {
4783
4783
  errorMessages: vue.ComputedRef<string[]>;
4784
4784
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4785
4785
  'update:modelValue': (value: any) => true;
4786
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
4786
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
4787
4787
  error: boolean;
4788
4788
  direction: "horizontal" | "vertical";
4789
4789
  style: vue.StyleValue;
@@ -6004,7 +6004,7 @@ declare const VNumberInput: {
6004
6004
  errorMessages: vue.ComputedRef<string[]>;
6005
6005
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6006
6006
  'update:modelValue': (value: any) => true;
6007
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
6007
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
6008
6008
  error: boolean;
6009
6009
  direction: "horizontal" | "vertical";
6010
6010
  style: vue.StyleValue;
@@ -6671,7 +6671,7 @@ declare const VNumberInput: {
6671
6671
  errorMessages: vue.ComputedRef<string[]>;
6672
6672
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6673
6673
  'update:modelValue': (value: any) => true;
6674
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
6674
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
6675
6675
  error: boolean;
6676
6676
  direction: "horizontal" | "vertical";
6677
6677
  style: vue.StyleValue;
@@ -7143,7 +7143,7 @@ declare const VNumberInput: {
7143
7143
  errorMessages: vue.ComputedRef<string[]>;
7144
7144
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
7145
7145
  'update:modelValue': (value: any) => true;
7146
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
7146
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
7147
7147
  error: boolean;
7148
7148
  direction: "horizontal" | "vertical";
7149
7149
  style: vue.StyleValue;
@@ -8213,7 +8213,7 @@ declare const VNumberInput: {
8213
8213
  errorMessages: vue.ComputedRef<string[]>;
8214
8214
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
8215
8215
  'update:modelValue': (value: any) => true;
8216
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
8216
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
8217
8217
  error: boolean;
8218
8218
  direction: "horizontal" | "vertical";
8219
8219
  style: vue.StyleValue;
@@ -8880,7 +8880,7 @@ declare const VNumberInput: {
8880
8880
  errorMessages: vue.ComputedRef<string[]>;
8881
8881
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
8882
8882
  'update:modelValue': (value: any) => true;
8883
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
8883
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
8884
8884
  error: boolean;
8885
8885
  direction: "horizontal" | "vertical";
8886
8886
  style: vue.StyleValue;
@@ -9352,7 +9352,7 @@ declare const VNumberInput: {
9352
9352
  errorMessages: vue.ComputedRef<string[]>;
9353
9353
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
9354
9354
  'update:modelValue': (value: any) => true;
9355
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
9355
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
9356
9356
  error: boolean;
9357
9357
  direction: "horizontal" | "vertical";
9358
9358
  style: vue.StyleValue;
@@ -10597,6 +10597,7 @@ declare const VSnackbar: {
10597
10597
  timeout: string | number;
10598
10598
  vertical: boolean;
10599
10599
  modelValue: boolean;
10600
+ tile: boolean;
10600
10601
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
10601
10602
  updateLocation: (e?: Event) => void;
10602
10603
  });
@@ -10605,7 +10606,6 @@ declare const VSnackbar: {
10605
10606
  closeOnContentClick: boolean;
10606
10607
  closeOnBack: boolean;
10607
10608
  contained: boolean;
10608
- tile: boolean;
10609
10609
  multiLine: boolean;
10610
10610
  } & {
10611
10611
  offset?: string | number | number[] | undefined;
@@ -10625,9 +10625,9 @@ declare const VSnackbar: {
10625
10625
  timer?: string | boolean | undefined;
10626
10626
  rounded?: string | number | boolean | undefined;
10627
10627
  contentClass?: any;
10628
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10628
10629
  closeDelay?: string | number | undefined;
10629
10630
  openDelay?: string | number | undefined;
10630
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10631
10631
  openOnClick?: boolean | undefined;
10632
10632
  openOnFocus?: boolean | undefined;
10633
10633
  contentProps?: any;
@@ -10734,9 +10734,9 @@ declare const VSnackbar: {
10734
10734
  class?: any;
10735
10735
  theme?: string | undefined;
10736
10736
  contentClass?: any;
10737
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10737
10738
  closeDelay?: string | number | undefined;
10738
10739
  openDelay?: string | number | undefined;
10739
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10740
10740
  openOnClick?: boolean | undefined;
10741
10741
  openOnFocus?: boolean | undefined;
10742
10742
  contentProps?: any;
@@ -10813,9 +10813,9 @@ declare const VSnackbar: {
10813
10813
  class?: any;
10814
10814
  theme?: string | undefined;
10815
10815
  contentClass?: any;
10816
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10816
10817
  closeDelay?: string | number | undefined;
10817
10818
  openDelay?: string | number | undefined;
10818
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10819
10819
  openOnClick?: boolean | undefined;
10820
10820
  openOnFocus?: boolean | undefined;
10821
10821
  contentProps?: any;
@@ -10876,7 +10876,7 @@ declare const VSnackbar: {
10876
10876
  }>;
10877
10877
  $root: vue.ComponentPublicInstance | null;
10878
10878
  $parent: vue.ComponentPublicInstance | null;
10879
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
10879
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
10880
10880
  $el: any;
10881
10881
  $options: vue.ComponentOptionsBase<{
10882
10882
  absolute: boolean;
@@ -10916,9 +10916,9 @@ declare const VSnackbar: {
10916
10916
  class?: any;
10917
10917
  theme?: string | undefined;
10918
10918
  contentClass?: any;
10919
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10919
10920
  closeDelay?: string | number | undefined;
10920
10921
  openDelay?: string | number | undefined;
10921
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
10922
10922
  openOnClick?: boolean | undefined;
10923
10923
  openOnFocus?: boolean | undefined;
10924
10924
  contentProps?: any;
@@ -11068,9 +11068,9 @@ declare const VSnackbar: {
11068
11068
  class?: any;
11069
11069
  theme?: string | undefined;
11070
11070
  contentClass?: any;
11071
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11071
11072
  closeDelay?: string | number | undefined;
11072
11073
  openDelay?: string | number | undefined;
11073
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11074
11074
  openOnClick?: boolean | undefined;
11075
11075
  openOnFocus?: boolean | undefined;
11076
11076
  contentProps?: any;
@@ -11121,7 +11121,7 @@ declare const VSnackbar: {
11121
11121
  globalTop: Readonly<Ref<boolean>>;
11122
11122
  localTop: vue.ComputedRef<boolean>;
11123
11123
  updateLocation: Ref<((e: Event) => void) | undefined>;
11124
- }> & {} & 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}`> & {
11124
+ }> & {} & 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}`> & {
11125
11125
  _allExposed: {
11126
11126
  activatorEl: Ref<HTMLElement | undefined>;
11127
11127
  scrimEl: Ref<HTMLElement | undefined>;
@@ -11149,6 +11149,7 @@ declare const VSnackbar: {
11149
11149
  timeout: string | number;
11150
11150
  vertical: boolean;
11151
11151
  modelValue: boolean;
11152
+ tile: boolean;
11152
11153
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11153
11154
  updateLocation: (e?: Event) => void;
11154
11155
  });
@@ -11157,7 +11158,6 @@ declare const VSnackbar: {
11157
11158
  closeOnContentClick: boolean;
11158
11159
  closeOnBack: boolean;
11159
11160
  contained: boolean;
11160
- tile: boolean;
11161
11161
  multiLine: boolean;
11162
11162
  } & {
11163
11163
  offset?: string | number | number[] | undefined;
@@ -11177,9 +11177,9 @@ declare const VSnackbar: {
11177
11177
  timer?: string | boolean | undefined;
11178
11178
  rounded?: string | number | boolean | undefined;
11179
11179
  contentClass?: any;
11180
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11180
11181
  closeDelay?: string | number | undefined;
11181
11182
  openDelay?: string | number | undefined;
11182
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11183
11183
  openOnClick?: boolean | undefined;
11184
11184
  openOnFocus?: boolean | undefined;
11185
11185
  contentProps?: any;
@@ -11235,6 +11235,7 @@ declare const VSnackbar: {
11235
11235
  vertical: boolean;
11236
11236
  modelValue: boolean;
11237
11237
  rounded: string | number | boolean;
11238
+ tile: boolean;
11238
11239
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11239
11240
  updateLocation: (e?: Event) => void;
11240
11241
  });
@@ -11245,7 +11246,6 @@ declare const VSnackbar: {
11245
11246
  closeOnContentClick: boolean;
11246
11247
  closeOnBack: boolean;
11247
11248
  contained: boolean;
11248
- tile: boolean;
11249
11249
  multiLine: boolean;
11250
11250
  }, true, {}, vue.SlotsType<Partial<{
11251
11251
  activator: (arg: {
@@ -11279,6 +11279,7 @@ declare const VSnackbar: {
11279
11279
  timeout: string | number;
11280
11280
  vertical: boolean;
11281
11281
  modelValue: boolean;
11282
+ tile: boolean;
11282
11283
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11283
11284
  updateLocation: (e?: Event) => void;
11284
11285
  });
@@ -11287,7 +11288,6 @@ declare const VSnackbar: {
11287
11288
  closeOnContentClick: boolean;
11288
11289
  closeOnBack: boolean;
11289
11290
  contained: boolean;
11290
- tile: boolean;
11291
11291
  multiLine: boolean;
11292
11292
  } & {
11293
11293
  offset?: string | number | number[] | undefined;
@@ -11307,9 +11307,9 @@ declare const VSnackbar: {
11307
11307
  timer?: string | boolean | undefined;
11308
11308
  rounded?: string | number | boolean | undefined;
11309
11309
  contentClass?: any;
11310
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11310
11311
  closeDelay?: string | number | undefined;
11311
11312
  openDelay?: string | number | undefined;
11312
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11313
11313
  openOnClick?: boolean | undefined;
11314
11314
  openOnFocus?: boolean | undefined;
11315
11315
  contentProps?: any;
@@ -11416,9 +11416,9 @@ declare const VSnackbar: {
11416
11416
  class?: any;
11417
11417
  theme?: string | undefined;
11418
11418
  contentClass?: any;
11419
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11419
11420
  closeDelay?: string | number | undefined;
11420
11421
  openDelay?: string | number | undefined;
11421
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11422
11422
  openOnClick?: boolean | undefined;
11423
11423
  openOnFocus?: boolean | undefined;
11424
11424
  contentProps?: any;
@@ -11495,9 +11495,9 @@ declare const VSnackbar: {
11495
11495
  class?: any;
11496
11496
  theme?: string | undefined;
11497
11497
  contentClass?: any;
11498
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11498
11499
  closeDelay?: string | number | undefined;
11499
11500
  openDelay?: string | number | undefined;
11500
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11501
11501
  openOnClick?: boolean | undefined;
11502
11502
  openOnFocus?: boolean | undefined;
11503
11503
  contentProps?: any;
@@ -11558,7 +11558,7 @@ declare const VSnackbar: {
11558
11558
  }>;
11559
11559
  $root: vue.ComponentPublicInstance | null;
11560
11560
  $parent: vue.ComponentPublicInstance | null;
11561
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
11561
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
11562
11562
  $el: any;
11563
11563
  $options: vue.ComponentOptionsBase<{
11564
11564
  absolute: boolean;
@@ -11598,9 +11598,9 @@ declare const VSnackbar: {
11598
11598
  class?: any;
11599
11599
  theme?: string | undefined;
11600
11600
  contentClass?: any;
11601
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11601
11602
  closeDelay?: string | number | undefined;
11602
11603
  openDelay?: string | number | undefined;
11603
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11604
11604
  openOnClick?: boolean | undefined;
11605
11605
  openOnFocus?: boolean | undefined;
11606
11606
  contentProps?: any;
@@ -11750,9 +11750,9 @@ declare const VSnackbar: {
11750
11750
  class?: any;
11751
11751
  theme?: string | undefined;
11752
11752
  contentClass?: any;
11753
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11753
11754
  closeDelay?: string | number | undefined;
11754
11755
  openDelay?: string | number | undefined;
11755
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11756
11756
  openOnClick?: boolean | undefined;
11757
11757
  openOnFocus?: boolean | undefined;
11758
11758
  contentProps?: any;
@@ -11803,7 +11803,7 @@ declare const VSnackbar: {
11803
11803
  globalTop: Readonly<Ref<boolean>>;
11804
11804
  localTop: vue.ComputedRef<boolean>;
11805
11805
  updateLocation: Ref<((e: Event) => void) | undefined>;
11806
- }> & {} & 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}`> & {
11806
+ }> & {} & 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}`> & {
11807
11807
  _allExposed: {
11808
11808
  activatorEl: Ref<HTMLElement | undefined>;
11809
11809
  scrimEl: Ref<HTMLElement | undefined>;
@@ -11830,6 +11830,7 @@ declare const VSnackbar: {
11830
11830
  vertical: boolean;
11831
11831
  modelValue: boolean;
11832
11832
  rounded: string | number | boolean;
11833
+ tile: boolean;
11833
11834
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11834
11835
  updateLocation: (e?: Event) => void;
11835
11836
  });
@@ -11840,7 +11841,6 @@ declare const VSnackbar: {
11840
11841
  closeOnContentClick: boolean;
11841
11842
  closeOnBack: boolean;
11842
11843
  contained: boolean;
11843
- tile: boolean;
11844
11844
  multiLine: boolean;
11845
11845
  }>;
11846
11846
  __isFragment?: never;
@@ -11861,6 +11861,7 @@ declare const VSnackbar: {
11861
11861
  timeout: string | number;
11862
11862
  vertical: boolean;
11863
11863
  modelValue: boolean;
11864
+ tile: boolean;
11864
11865
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
11865
11866
  updateLocation: (e?: Event) => void;
11866
11867
  });
@@ -11869,7 +11870,6 @@ declare const VSnackbar: {
11869
11870
  closeOnContentClick: boolean;
11870
11871
  closeOnBack: boolean;
11871
11872
  contained: boolean;
11872
- tile: boolean;
11873
11873
  multiLine: boolean;
11874
11874
  } & {
11875
11875
  offset?: string | number | number[] | undefined;
@@ -11889,9 +11889,9 @@ declare const VSnackbar: {
11889
11889
  timer?: string | boolean | undefined;
11890
11890
  rounded?: string | number | boolean | undefined;
11891
11891
  contentClass?: any;
11892
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11892
11893
  closeDelay?: string | number | undefined;
11893
11894
  openDelay?: string | number | undefined;
11894
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
11895
11895
  openOnClick?: boolean | undefined;
11896
11896
  openOnFocus?: boolean | undefined;
11897
11897
  contentProps?: any;
@@ -11998,9 +11998,9 @@ declare const VSnackbar: {
11998
11998
  class?: any;
11999
11999
  theme?: string | undefined;
12000
12000
  contentClass?: any;
12001
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12001
12002
  closeDelay?: string | number | undefined;
12002
12003
  openDelay?: string | number | undefined;
12003
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12004
12004
  openOnClick?: boolean | undefined;
12005
12005
  openOnFocus?: boolean | undefined;
12006
12006
  contentProps?: any;
@@ -12077,9 +12077,9 @@ declare const VSnackbar: {
12077
12077
  class?: any;
12078
12078
  theme?: string | undefined;
12079
12079
  contentClass?: any;
12080
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12080
12081
  closeDelay?: string | number | undefined;
12081
12082
  openDelay?: string | number | undefined;
12082
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12083
12083
  openOnClick?: boolean | undefined;
12084
12084
  openOnFocus?: boolean | undefined;
12085
12085
  contentProps?: any;
@@ -12140,7 +12140,7 @@ declare const VSnackbar: {
12140
12140
  }>;
12141
12141
  $root: vue.ComponentPublicInstance | null;
12142
12142
  $parent: vue.ComponentPublicInstance | null;
12143
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
12143
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
12144
12144
  $el: any;
12145
12145
  $options: vue.ComponentOptionsBase<{
12146
12146
  absolute: boolean;
@@ -12180,9 +12180,9 @@ declare const VSnackbar: {
12180
12180
  class?: any;
12181
12181
  theme?: string | undefined;
12182
12182
  contentClass?: any;
12183
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12183
12184
  closeDelay?: string | number | undefined;
12184
12185
  openDelay?: string | number | undefined;
12185
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12186
12186
  openOnClick?: boolean | undefined;
12187
12187
  openOnFocus?: boolean | undefined;
12188
12188
  contentProps?: any;
@@ -12332,9 +12332,9 @@ declare const VSnackbar: {
12332
12332
  class?: any;
12333
12333
  theme?: string | undefined;
12334
12334
  contentClass?: any;
12335
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12335
12336
  closeDelay?: string | number | undefined;
12336
12337
  openDelay?: string | number | undefined;
12337
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12338
12338
  openOnClick?: boolean | undefined;
12339
12339
  openOnFocus?: boolean | undefined;
12340
12340
  contentProps?: any;
@@ -12385,7 +12385,7 @@ declare const VSnackbar: {
12385
12385
  globalTop: Readonly<Ref<boolean>>;
12386
12386
  localTop: vue.ComputedRef<boolean>;
12387
12387
  updateLocation: Ref<((e: Event) => void) | undefined>;
12388
- }> & {} & 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}`> & {
12388
+ }> & {} & 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}`> & {
12389
12389
  _allExposed: {
12390
12390
  activatorEl: Ref<HTMLElement | undefined>;
12391
12391
  scrimEl: Ref<HTMLElement | undefined>;
@@ -12414,6 +12414,7 @@ declare const VSnackbar: {
12414
12414
  vertical: boolean;
12415
12415
  modelValue: boolean;
12416
12416
  rounded: string | number | boolean;
12417
+ tile: boolean;
12417
12418
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
12418
12419
  updateLocation: (e?: Event) => void;
12419
12420
  });
@@ -12424,7 +12425,6 @@ declare const VSnackbar: {
12424
12425
  closeOnContentClick: boolean;
12425
12426
  closeOnBack: boolean;
12426
12427
  contained: boolean;
12427
- tile: boolean;
12428
12428
  multiLine: boolean;
12429
12429
  }, {}, string, vue.SlotsType<Partial<{
12430
12430
  activator: (arg: {
@@ -12483,6 +12483,7 @@ declare const VSnackbar: {
12483
12483
  theme: StringConstructor;
12484
12484
  modelValue: BooleanConstructor;
12485
12485
  contentClass: null;
12486
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
12486
12487
  locationStrategy: {
12487
12488
  type: vue.PropType<StrategyProps["locationStrategy"]>;
12488
12489
  default: string;
@@ -12490,7 +12491,6 @@ declare const VSnackbar: {
12490
12491
  };
12491
12492
  closeDelay: (StringConstructor | NumberConstructor)[];
12492
12493
  openDelay: (StringConstructor | NumberConstructor)[];
12493
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
12494
12494
  activatorProps: {
12495
12495
  type: vue.PropType<Record<string, any>>;
12496
12496
  default: () => {};
@@ -12582,6 +12582,7 @@ declare const VSnackbar: {
12582
12582
  theme: StringConstructor;
12583
12583
  modelValue: BooleanConstructor;
12584
12584
  contentClass: null;
12585
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
12585
12586
  locationStrategy: {
12586
12587
  type: vue.PropType<StrategyProps["locationStrategy"]>;
12587
12588
  default: string;
@@ -12589,7 +12590,6 @@ declare const VSnackbar: {
12589
12590
  };
12590
12591
  closeDelay: (StringConstructor | NumberConstructor)[];
12591
12592
  openDelay: (StringConstructor | NumberConstructor)[];
12592
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
12593
12593
  activatorProps: {
12594
12594
  type: vue.PropType<Record<string, any>>;
12595
12595
  default: () => {};
@@ -14388,6 +14388,7 @@ declare const VSnackbarQueue: {
14388
14388
  disabled: boolean;
14389
14389
  timeout: string | number;
14390
14390
  vertical: boolean;
14391
+ tile: boolean;
14391
14392
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14392
14393
  updateLocation: (e?: Event) => void;
14393
14394
  });
@@ -14396,7 +14397,6 @@ declare const VSnackbarQueue: {
14396
14397
  closeOnContentClick: boolean;
14397
14398
  closeOnBack: boolean;
14398
14399
  contained: boolean;
14399
- tile: boolean;
14400
14400
  closeText: string;
14401
14401
  multiLine: boolean;
14402
14402
  } & {
@@ -14417,17 +14417,17 @@ declare const VSnackbarQueue: {
14417
14417
  timer?: string | boolean | undefined;
14418
14418
  rounded?: string | number | boolean | undefined;
14419
14419
  contentClass?: any;
14420
+ closable?: string | boolean | undefined;
14421
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14420
14422
  closeDelay?: string | number | undefined;
14421
14423
  openDelay?: string | number | undefined;
14422
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14423
14424
  openOnClick?: boolean | undefined;
14424
14425
  openOnFocus?: boolean | undefined;
14425
14426
  contentProps?: any;
14426
14427
  attach?: string | boolean | Element | undefined;
14427
- closable?: string | boolean | undefined;
14428
14428
  } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
14429
14429
  'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
14430
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:text" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
14430
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
14431
14431
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14432
14432
  absolute: boolean;
14433
14433
  location: Anchor;
@@ -14441,6 +14441,7 @@ declare const VSnackbarQueue: {
14441
14441
  disabled: boolean;
14442
14442
  timeout: string | number;
14443
14443
  vertical: boolean;
14444
+ tile: boolean;
14444
14445
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14445
14446
  updateLocation: (e?: Event) => void;
14446
14447
  });
@@ -14449,7 +14450,6 @@ declare const VSnackbarQueue: {
14449
14450
  closeOnContentClick: boolean;
14450
14451
  closeOnBack: boolean;
14451
14452
  contained: boolean;
14452
- tile: boolean;
14453
14453
  closeText: string;
14454
14454
  multiLine: boolean;
14455
14455
  } & {
@@ -14470,14 +14470,14 @@ declare const VSnackbarQueue: {
14470
14470
  timer?: string | boolean | undefined;
14471
14471
  rounded?: string | number | boolean | undefined;
14472
14472
  contentClass?: any;
14473
+ closable?: string | boolean | undefined;
14474
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14473
14475
  closeDelay?: string | number | undefined;
14474
14476
  openDelay?: string | number | undefined;
14475
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14476
14477
  openOnClick?: boolean | undefined;
14477
14478
  openOnFocus?: boolean | undefined;
14478
14479
  contentProps?: any;
14479
14480
  attach?: string | boolean | Element | undefined;
14480
- closable?: string | boolean | undefined;
14481
14481
  } & {}, {
14482
14482
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14483
14483
  absolute: boolean;
@@ -14493,6 +14493,7 @@ declare const VSnackbarQueue: {
14493
14493
  timeout: string | number;
14494
14494
  vertical: boolean;
14495
14495
  rounded: string | number | boolean;
14496
+ tile: boolean;
14496
14497
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14497
14498
  updateLocation: (e?: Event) => void;
14498
14499
  });
@@ -14503,7 +14504,6 @@ declare const VSnackbarQueue: {
14503
14504
  closeOnContentClick: boolean;
14504
14505
  closeOnBack: boolean;
14505
14506
  contained: boolean;
14506
- tile: boolean;
14507
14507
  closeText: string;
14508
14508
  multiLine: boolean;
14509
14509
  }, true, {}, vue.SlotsType<Partial<{
@@ -14540,6 +14540,7 @@ declare const VSnackbarQueue: {
14540
14540
  disabled: boolean;
14541
14541
  timeout: string | number;
14542
14542
  vertical: boolean;
14543
+ tile: boolean;
14543
14544
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14544
14545
  updateLocation: (e?: Event) => void;
14545
14546
  });
@@ -14548,7 +14549,6 @@ declare const VSnackbarQueue: {
14548
14549
  closeOnContentClick: boolean;
14549
14550
  closeOnBack: boolean;
14550
14551
  contained: boolean;
14551
- tile: boolean;
14552
14552
  closeText: string;
14553
14553
  multiLine: boolean;
14554
14554
  } & {
@@ -14569,14 +14569,14 @@ declare const VSnackbarQueue: {
14569
14569
  timer?: string | boolean | undefined;
14570
14570
  rounded?: string | number | boolean | undefined;
14571
14571
  contentClass?: any;
14572
+ closable?: string | boolean | undefined;
14573
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14572
14574
  closeDelay?: string | number | undefined;
14573
14575
  openDelay?: string | number | undefined;
14574
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14575
14576
  openOnClick?: boolean | undefined;
14576
14577
  openOnFocus?: boolean | undefined;
14577
14578
  contentProps?: any;
14578
14579
  attach?: string | boolean | Element | undefined;
14579
- closable?: string | boolean | undefined;
14580
14580
  } & {}, {}, {}, {}, {}, {
14581
14581
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14582
14582
  absolute: boolean;
@@ -14592,6 +14592,7 @@ declare const VSnackbarQueue: {
14592
14592
  timeout: string | number;
14593
14593
  vertical: boolean;
14594
14594
  rounded: string | number | boolean;
14595
+ tile: boolean;
14595
14596
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14596
14597
  updateLocation: (e?: Event) => void;
14597
14598
  });
@@ -14602,7 +14603,6 @@ declare const VSnackbarQueue: {
14602
14603
  closeOnContentClick: boolean;
14603
14604
  closeOnBack: boolean;
14604
14605
  contained: boolean;
14605
- tile: boolean;
14606
14606
  closeText: string;
14607
14607
  multiLine: boolean;
14608
14608
  }>;
@@ -14623,6 +14623,7 @@ declare const VSnackbarQueue: {
14623
14623
  disabled: boolean;
14624
14624
  timeout: string | number;
14625
14625
  vertical: boolean;
14626
+ tile: boolean;
14626
14627
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14627
14628
  updateLocation: (e?: Event) => void;
14628
14629
  });
@@ -14631,7 +14632,6 @@ declare const VSnackbarQueue: {
14631
14632
  closeOnContentClick: boolean;
14632
14633
  closeOnBack: boolean;
14633
14634
  contained: boolean;
14634
- tile: boolean;
14635
14635
  closeText: string;
14636
14636
  multiLine: boolean;
14637
14637
  } & {
@@ -14652,17 +14652,17 @@ declare const VSnackbarQueue: {
14652
14652
  timer?: string | boolean | undefined;
14653
14653
  rounded?: string | number | boolean | undefined;
14654
14654
  contentClass?: any;
14655
+ closable?: string | boolean | undefined;
14656
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14655
14657
  closeDelay?: string | number | undefined;
14656
14658
  openDelay?: string | number | undefined;
14657
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
14658
14659
  openOnClick?: boolean | undefined;
14659
14660
  openOnFocus?: boolean | undefined;
14660
14661
  contentProps?: any;
14661
14662
  attach?: string | boolean | Element | undefined;
14662
- closable?: string | boolean | undefined;
14663
14663
  } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
14664
14664
  'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
14665
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:text" | "v-slot:actions">, string, {
14665
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, string, {
14666
14666
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14667
14667
  absolute: boolean;
14668
14668
  location: Anchor;
@@ -14677,6 +14677,7 @@ declare const VSnackbarQueue: {
14677
14677
  timeout: string | number;
14678
14678
  vertical: boolean;
14679
14679
  rounded: string | number | boolean;
14680
+ tile: boolean;
14680
14681
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
14681
14682
  updateLocation: (e?: Event) => void;
14682
14683
  });
@@ -14687,7 +14688,6 @@ declare const VSnackbarQueue: {
14687
14688
  closeOnContentClick: boolean;
14688
14689
  closeOnBack: boolean;
14689
14690
  contained: boolean;
14690
- tile: boolean;
14691
14691
  closeText: string;
14692
14692
  multiLine: boolean;
14693
14693
  }, {}, string, vue.SlotsType<Partial<{
@@ -14773,6 +14773,8 @@ declare const VSnackbarQueue: {
14773
14773
  default: undefined;
14774
14774
  };
14775
14775
  contentClass: null;
14776
+ tile: BooleanConstructor;
14777
+ activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
14776
14778
  locationStrategy: {
14777
14779
  type: PropType<StrategyProps["locationStrategy"]>;
14778
14780
  default: string;
@@ -14780,7 +14782,6 @@ declare const VSnackbarQueue: {
14780
14782
  };
14781
14783
  closeDelay: (StringConstructor | NumberConstructor)[];
14782
14784
  openDelay: (StringConstructor | NumberConstructor)[];
14783
- activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
14784
14785
  activatorProps: {
14785
14786
  type: PropType<Record<string, any>>;
14786
14787
  default: () => {};
@@ -14802,7 +14803,6 @@ declare const VSnackbarQueue: {
14802
14803
  contained: BooleanConstructor;
14803
14804
  contentProps: null;
14804
14805
  attach: PropType<boolean | string | Element>;
14805
- tile: BooleanConstructor;
14806
14806
  multiLine: BooleanConstructor;
14807
14807
  closable: (StringConstructor | BooleanConstructor)[];
14808
14808
  closeText: {
@@ -14880,6 +14880,8 @@ declare const VSnackbarQueue: {
14880
14880
  default: undefined;
14881
14881
  };
14882
14882
  contentClass: null;
14883
+ tile: BooleanConstructor;
14884
+ activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
14883
14885
  locationStrategy: {
14884
14886
  type: PropType<StrategyProps["locationStrategy"]>;
14885
14887
  default: string;
@@ -14887,7 +14889,6 @@ declare const VSnackbarQueue: {
14887
14889
  };
14888
14890
  closeDelay: (StringConstructor | NumberConstructor)[];
14889
14891
  openDelay: (StringConstructor | NumberConstructor)[];
14890
- activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
14891
14892
  activatorProps: {
14892
14893
  type: PropType<Record<string, any>>;
14893
14894
  default: () => {};
@@ -14909,7 +14910,6 @@ declare const VSnackbarQueue: {
14909
14910
  contained: BooleanConstructor;
14910
14911
  contentProps: null;
14911
14912
  attach: PropType<boolean | string | Element>;
14912
- tile: BooleanConstructor;
14913
14913
  multiLine: BooleanConstructor;
14914
14914
  closable: (StringConstructor | BooleanConstructor)[];
14915
14915
  closeText: {
@@ -15784,7 +15784,6 @@ declare const VTreeview: {
15784
15784
  selected?: any;
15785
15785
  elevation?: string | number | undefined;
15786
15786
  rounded?: string | number | boolean | undefined;
15787
- openOnClick?: boolean | undefined;
15788
15787
  baseColor?: string | undefined;
15789
15788
  bgColor?: string | undefined;
15790
15789
  activeColor?: string | undefined;
@@ -15806,6 +15805,7 @@ declare const VTreeview: {
15806
15805
  value: boolean;
15807
15806
  path: unknown[];
15808
15807
  }) => void) | undefined;
15808
+ openOnClick?: boolean | undefined;
15809
15809
  selectedColor?: string | undefined;
15810
15810
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
15811
15811
  } & {
@@ -15882,7 +15882,6 @@ declare const VTreeview: {
15882
15882
  selected?: any;
15883
15883
  elevation?: string | number | undefined;
15884
15884
  rounded?: string | number | boolean | undefined;
15885
- openOnClick?: boolean | undefined;
15886
15885
  baseColor?: string | undefined;
15887
15886
  bgColor?: string | undefined;
15888
15887
  activeColor?: string | undefined;
@@ -15904,6 +15903,7 @@ declare const VTreeview: {
15904
15903
  value: boolean;
15905
15904
  path: unknown[];
15906
15905
  }) => void) | undefined;
15906
+ openOnClick?: boolean | undefined;
15907
15907
  selectedColor?: string | undefined;
15908
15908
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
15909
15909
  } & {
@@ -15930,7 +15930,6 @@ declare const VTreeview: {
15930
15930
  mandatory: boolean;
15931
15931
  modelValue: unknown[];
15932
15932
  rounded: string | number | boolean;
15933
- openOnClick: boolean;
15934
15933
  tile: boolean;
15935
15934
  density: Density;
15936
15935
  slim: boolean;
@@ -15949,6 +15948,7 @@ declare const VTreeview: {
15949
15948
  itemValue: SelectItemKey;
15950
15949
  itemChildren: SelectItemKey;
15951
15950
  itemProps: SelectItemKey;
15951
+ openOnClick: boolean;
15952
15952
  loadingIcon: string;
15953
15953
  openAll: boolean;
15954
15954
  }, true, {}, vue.SlotsType<Partial<{
@@ -16028,7 +16028,6 @@ declare const VTreeview: {
16028
16028
  selected?: any;
16029
16029
  elevation?: string | number | undefined;
16030
16030
  rounded?: string | number | boolean | undefined;
16031
- openOnClick?: boolean | undefined;
16032
16031
  baseColor?: string | undefined;
16033
16032
  bgColor?: string | undefined;
16034
16033
  activeColor?: string | undefined;
@@ -16050,6 +16049,7 @@ declare const VTreeview: {
16050
16049
  value: boolean;
16051
16050
  path: unknown[];
16052
16051
  }) => void) | undefined;
16052
+ openOnClick?: boolean | undefined;
16053
16053
  selectedColor?: string | undefined;
16054
16054
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
16055
16055
  } & {
@@ -16076,7 +16076,6 @@ declare const VTreeview: {
16076
16076
  mandatory: boolean;
16077
16077
  modelValue: unknown[];
16078
16078
  rounded: string | number | boolean;
16079
- openOnClick: boolean;
16080
16079
  tile: boolean;
16081
16080
  density: Density;
16082
16081
  slim: boolean;
@@ -16095,6 +16094,7 @@ declare const VTreeview: {
16095
16094
  itemValue: SelectItemKey;
16096
16095
  itemChildren: SelectItemKey;
16097
16096
  itemProps: SelectItemKey;
16097
+ openOnClick: boolean;
16098
16098
  loadingIcon: string;
16099
16099
  openAll: boolean;
16100
16100
  }>;
@@ -16145,7 +16145,6 @@ declare const VTreeview: {
16145
16145
  selected?: any;
16146
16146
  elevation?: string | number | undefined;
16147
16147
  rounded?: string | number | boolean | undefined;
16148
- openOnClick?: boolean | undefined;
16149
16148
  baseColor?: string | undefined;
16150
16149
  bgColor?: string | undefined;
16151
16150
  activeColor?: string | undefined;
@@ -16167,6 +16166,7 @@ declare const VTreeview: {
16167
16166
  value: boolean;
16168
16167
  path: unknown[];
16169
16168
  }) => void) | undefined;
16169
+ openOnClick?: boolean | undefined;
16170
16170
  selectedColor?: string | undefined;
16171
16171
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
16172
16172
  } & {
@@ -16208,7 +16208,6 @@ declare const VTreeview: {
16208
16208
  mandatory: boolean;
16209
16209
  modelValue: unknown[];
16210
16210
  rounded: string | number | boolean;
16211
- openOnClick: boolean;
16212
16211
  tile: boolean;
16213
16212
  density: Density;
16214
16213
  slim: boolean;
@@ -16227,6 +16226,7 @@ declare const VTreeview: {
16227
16226
  itemValue: SelectItemKey;
16228
16227
  itemChildren: SelectItemKey;
16229
16228
  itemProps: SelectItemKey;
16229
+ openOnClick: boolean;
16230
16230
  loadingIcon: string;
16231
16231
  openAll: boolean;
16232
16232
  }, {}, string, vue.SlotsType<Partial<{