@vuetify/nightly 3.7.2-master.2024-09-22 → 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 (62) hide show
  1. package/dist/json/importMap-labs.json +20 -20
  2. package/dist/json/importMap.json +150 -150
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +3242 -3242
  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 +5620 -5620
  11. package/dist/vuetify.d.ts +210 -210
  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 +53 -53
  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
@@ -3210,13 +3210,13 @@ declare const VMessages: {
3210
3210
  leaveAbsolute: boolean;
3211
3211
  group: boolean;
3212
3212
  }>;
3213
- default: NonNullable<string | boolean | (vue.TransitionProps & {
3214
- component?: Component;
3215
- })> | {
3213
+ default: {
3216
3214
  component: Component;
3217
3215
  leaveAbsolute: boolean;
3218
3216
  group: boolean;
3219
- };
3217
+ } | NonNullable<string | boolean | (vue.TransitionProps & {
3218
+ component?: Component;
3219
+ })>;
3220
3220
  };
3221
3221
  class: PropType<ClassValue>;
3222
3222
  style: {
@@ -3244,13 +3244,13 @@ declare const VMessages: {
3244
3244
  leaveAbsolute: boolean;
3245
3245
  group: boolean;
3246
3246
  }>;
3247
- default: NonNullable<string | boolean | (vue.TransitionProps & {
3248
- component?: Component;
3249
- })> | {
3247
+ default: {
3250
3248
  component: Component;
3251
3249
  leaveAbsolute: boolean;
3252
3250
  group: boolean;
3253
- };
3251
+ } | NonNullable<string | boolean | (vue.TransitionProps & {
3252
+ component?: Component;
3253
+ })>;
3254
3254
  };
3255
3255
  class: PropType<ClassValue>;
3256
3256
  style: {
@@ -3328,7 +3328,7 @@ declare const VInput: {
3328
3328
  errorMessages: ComputedRef<string[]>;
3329
3329
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3330
3330
  'update:modelValue': (value: any) => true;
3331
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3331
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3332
3332
  error: boolean;
3333
3333
  direction: "horizontal" | "vertical";
3334
3334
  style: vue.StyleValue;
@@ -3488,7 +3488,7 @@ declare const VInput: {
3488
3488
  errorMessages: ComputedRef<string[]>;
3489
3489
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3490
3490
  'update:modelValue': (value: any) => true;
3491
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
3491
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
3492
3492
  error: boolean;
3493
3493
  direction: "horizontal" | "vertical";
3494
3494
  style: vue.StyleValue;
@@ -6505,9 +6505,9 @@ declare const VMenu: {
6505
6505
  class?: any;
6506
6506
  theme?: string | undefined;
6507
6507
  contentClass?: any;
6508
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6508
6509
  closeDelay?: string | number | undefined;
6509
6510
  openDelay?: string | number | undefined;
6510
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6511
6511
  openOnClick?: boolean | undefined;
6512
6512
  openOnFocus?: boolean | undefined;
6513
6513
  contentProps?: any;
@@ -6584,9 +6584,9 @@ declare const VMenu: {
6584
6584
  class?: any;
6585
6585
  theme?: string | undefined;
6586
6586
  contentClass?: any;
6587
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6587
6588
  closeDelay?: string | number | undefined;
6588
6589
  openDelay?: string | number | undefined;
6589
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6590
6590
  openOnClick?: boolean | undefined;
6591
6591
  openOnFocus?: boolean | undefined;
6592
6592
  contentProps?: any;
@@ -6647,7 +6647,7 @@ declare const VMenu: {
6647
6647
  }>;
6648
6648
  $root: vue.ComponentPublicInstance | null;
6649
6649
  $parent: vue.ComponentPublicInstance | null;
6650
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
6650
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
6651
6651
  $el: any;
6652
6652
  $options: vue.ComponentOptionsBase<{
6653
6653
  absolute: boolean;
@@ -6687,9 +6687,9 @@ declare const VMenu: {
6687
6687
  class?: any;
6688
6688
  theme?: string | undefined;
6689
6689
  contentClass?: any;
6690
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6690
6691
  closeDelay?: string | number | undefined;
6691
6692
  openDelay?: string | number | undefined;
6692
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6693
6693
  openOnClick?: boolean | undefined;
6694
6694
  openOnFocus?: boolean | undefined;
6695
6695
  contentProps?: any;
@@ -6839,9 +6839,9 @@ declare const VMenu: {
6839
6839
  class?: any;
6840
6840
  theme?: string | undefined;
6841
6841
  contentClass?: any;
6842
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6842
6843
  closeDelay?: string | number | undefined;
6843
6844
  openDelay?: string | number | undefined;
6844
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6845
6845
  openOnClick?: boolean | undefined;
6846
6846
  openOnFocus?: boolean | undefined;
6847
6847
  contentProps?: any;
@@ -6892,7 +6892,7 @@ declare const VMenu: {
6892
6892
  globalTop: Readonly<vue.Ref<boolean>>;
6893
6893
  localTop: vue.ComputedRef<boolean>;
6894
6894
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
6895
- }> & {} & 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}`> & {
6895
+ }> & {} & 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}`> & {
6896
6896
  _allExposed: {
6897
6897
  activatorEl: vue.Ref<HTMLElement | undefined>;
6898
6898
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -7186,9 +7186,9 @@ declare const VMenu: {
7186
7186
  class?: any;
7187
7187
  theme?: string | undefined;
7188
7188
  contentClass?: any;
7189
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7189
7190
  closeDelay?: string | number | undefined;
7190
7191
  openDelay?: string | number | undefined;
7191
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7192
7192
  openOnClick?: boolean | undefined;
7193
7193
  openOnFocus?: boolean | undefined;
7194
7194
  contentProps?: any;
@@ -7265,9 +7265,9 @@ declare const VMenu: {
7265
7265
  class?: any;
7266
7266
  theme?: string | undefined;
7267
7267
  contentClass?: any;
7268
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7268
7269
  closeDelay?: string | number | undefined;
7269
7270
  openDelay?: string | number | undefined;
7270
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7271
7271
  openOnClick?: boolean | undefined;
7272
7272
  openOnFocus?: boolean | undefined;
7273
7273
  contentProps?: any;
@@ -7328,7 +7328,7 @@ declare const VMenu: {
7328
7328
  }>;
7329
7329
  $root: vue.ComponentPublicInstance | null;
7330
7330
  $parent: vue.ComponentPublicInstance | null;
7331
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
7331
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
7332
7332
  $el: any;
7333
7333
  $options: vue.ComponentOptionsBase<{
7334
7334
  absolute: boolean;
@@ -7368,9 +7368,9 @@ declare const VMenu: {
7368
7368
  class?: any;
7369
7369
  theme?: string | undefined;
7370
7370
  contentClass?: any;
7371
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7371
7372
  closeDelay?: string | number | undefined;
7372
7373
  openDelay?: string | number | undefined;
7373
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7374
7374
  openOnClick?: boolean | undefined;
7375
7375
  openOnFocus?: boolean | undefined;
7376
7376
  contentProps?: any;
@@ -7520,9 +7520,9 @@ declare const VMenu: {
7520
7520
  class?: any;
7521
7521
  theme?: string | undefined;
7522
7522
  contentClass?: any;
7523
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7523
7524
  closeDelay?: string | number | undefined;
7524
7525
  openDelay?: string | number | undefined;
7525
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7526
7526
  openOnClick?: boolean | undefined;
7527
7527
  openOnFocus?: boolean | undefined;
7528
7528
  contentProps?: any;
@@ -7573,7 +7573,7 @@ declare const VMenu: {
7573
7573
  globalTop: Readonly<vue.Ref<boolean>>;
7574
7574
  localTop: vue.ComputedRef<boolean>;
7575
7575
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7576
- }> & {} & 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}`> & {
7576
+ }> & {} & 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}`> & {
7577
7577
  _allExposed: {
7578
7578
  activatorEl: vue.Ref<HTMLElement | undefined>;
7579
7579
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -7772,9 +7772,9 @@ declare const VMenu: {
7772
7772
  class?: any;
7773
7773
  theme?: string | undefined;
7774
7774
  contentClass?: any;
7775
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7775
7776
  closeDelay?: string | number | undefined;
7776
7777
  openDelay?: string | number | undefined;
7777
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7778
7778
  openOnClick?: boolean | undefined;
7779
7779
  openOnFocus?: boolean | undefined;
7780
7780
  contentProps?: any;
@@ -7851,9 +7851,9 @@ declare const VMenu: {
7851
7851
  class?: any;
7852
7852
  theme?: string | undefined;
7853
7853
  contentClass?: any;
7854
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7854
7855
  closeDelay?: string | number | undefined;
7855
7856
  openDelay?: string | number | undefined;
7856
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7857
7857
  openOnClick?: boolean | undefined;
7858
7858
  openOnFocus?: boolean | undefined;
7859
7859
  contentProps?: any;
@@ -7914,7 +7914,7 @@ declare const VMenu: {
7914
7914
  }>;
7915
7915
  $root: vue.ComponentPublicInstance | null;
7916
7916
  $parent: vue.ComponentPublicInstance | null;
7917
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
7917
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
7918
7918
  $el: any;
7919
7919
  $options: vue.ComponentOptionsBase<{
7920
7920
  absolute: boolean;
@@ -7954,9 +7954,9 @@ declare const VMenu: {
7954
7954
  class?: any;
7955
7955
  theme?: string | undefined;
7956
7956
  contentClass?: any;
7957
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7957
7958
  closeDelay?: string | number | undefined;
7958
7959
  openDelay?: string | number | undefined;
7959
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7960
7960
  openOnClick?: boolean | undefined;
7961
7961
  openOnFocus?: boolean | undefined;
7962
7962
  contentProps?: any;
@@ -8106,9 +8106,9 @@ declare const VMenu: {
8106
8106
  class?: any;
8107
8107
  theme?: string | undefined;
8108
8108
  contentClass?: any;
8109
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
8109
8110
  closeDelay?: string | number | undefined;
8110
8111
  openDelay?: string | number | undefined;
8111
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
8112
8112
  openOnClick?: boolean | undefined;
8113
8113
  openOnFocus?: boolean | undefined;
8114
8114
  contentProps?: any;
@@ -8159,7 +8159,7 @@ declare const VMenu: {
8159
8159
  globalTop: Readonly<vue.Ref<boolean>>;
8160
8160
  localTop: vue.ComputedRef<boolean>;
8161
8161
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
8162
- }> & {} & 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}`> & {
8162
+ }> & {} & 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}`> & {
8163
8163
  _allExposed: {
8164
8164
  activatorEl: vue.Ref<HTMLElement | undefined>;
8165
8165
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -8268,6 +8268,7 @@ declare const VMenu: {
8268
8268
  persistent: BooleanConstructor;
8269
8269
  modelValue: BooleanConstructor;
8270
8270
  contentClass: null;
8271
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
8271
8272
  locationStrategy: Omit<{
8272
8273
  type: vue.PropType<StrategyProps["locationStrategy"]>;
8273
8274
  default: string;
@@ -8296,7 +8297,6 @@ declare const VMenu: {
8296
8297
  type: vue.PropType<string | number>;
8297
8298
  default: NonNullable<string | number>;
8298
8299
  };
8299
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
8300
8300
  activatorProps: {
8301
8301
  type: vue.PropType<Record<string, any>>;
8302
8302
  default: () => {};
@@ -8385,6 +8385,7 @@ declare const VMenu: {
8385
8385
  persistent: BooleanConstructor;
8386
8386
  modelValue: BooleanConstructor;
8387
8387
  contentClass: null;
8388
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
8388
8389
  locationStrategy: Omit<{
8389
8390
  type: vue.PropType<StrategyProps["locationStrategy"]>;
8390
8391
  default: string;
@@ -8413,7 +8414,6 @@ declare const VMenu: {
8413
8414
  type: vue.PropType<string | number>;
8414
8415
  default: NonNullable<string | number>;
8415
8416
  };
8416
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
8417
8417
  activatorProps: {
8418
8418
  type: vue.PropType<Record<string, any>>;
8419
8419
  default: () => {};
@@ -8951,7 +8951,7 @@ declare const VAutocomplete: {
8951
8951
  'update:search': (value: any) => true;
8952
8952
  'update:modelValue': (value: any) => true;
8953
8953
  'update:menu': (value: boolean) => true;
8954
- }, "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 & {
8954
+ }, "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 & {
8955
8955
  flat: boolean;
8956
8956
  reverse: boolean;
8957
8957
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -10569,7 +10569,7 @@ declare const VAutocomplete: {
10569
10569
  'update:search': (value: any) => true;
10570
10570
  'update:modelValue': (value: any) => true;
10571
10571
  'update:menu': (value: boolean) => true;
10572
- }, "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, {
10572
+ }, "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, {
10573
10573
  flat: boolean;
10574
10574
  reverse: boolean;
10575
10575
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -12564,9 +12564,9 @@ declare const VBottomSheet: {
12564
12564
  class?: any;
12565
12565
  theme?: string | undefined;
12566
12566
  contentClass?: any;
12567
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12567
12568
  closeDelay?: string | number | undefined;
12568
12569
  openDelay?: string | number | undefined;
12569
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12570
12570
  openOnClick?: boolean | undefined;
12571
12571
  openOnFocus?: boolean | undefined;
12572
12572
  contentProps?: any;
@@ -12650,9 +12650,9 @@ declare const VBottomSheet: {
12650
12650
  class?: any;
12651
12651
  theme?: string | undefined;
12652
12652
  contentClass?: any;
12653
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12653
12654
  closeDelay?: string | number | undefined;
12654
12655
  openDelay?: string | number | undefined;
12655
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12656
12656
  openOnClick?: boolean | undefined;
12657
12657
  openOnFocus?: boolean | undefined;
12658
12658
  contentProps?: any;
@@ -12782,9 +12782,9 @@ declare const VBottomSheet: {
12782
12782
  class?: any;
12783
12783
  theme?: string | undefined;
12784
12784
  contentClass?: any;
12785
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12785
12786
  closeDelay?: string | number | undefined;
12786
12787
  openDelay?: string | number | undefined;
12787
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12788
12788
  openOnClick?: boolean | undefined;
12789
12789
  openOnFocus?: boolean | undefined;
12790
12790
  contentProps?: any;
@@ -12902,9 +12902,9 @@ declare const VBottomSheet: {
12902
12902
  class?: any;
12903
12903
  theme?: string | undefined;
12904
12904
  contentClass?: any;
12905
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12905
12906
  closeDelay?: string | number | undefined;
12906
12907
  openDelay?: string | number | undefined;
12907
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12908
12908
  openOnClick?: boolean | undefined;
12909
12909
  openOnFocus?: boolean | undefined;
12910
12910
  contentProps?: any;
@@ -15953,7 +15953,7 @@ declare const VWindow: {
15953
15953
  group: GroupProvide;
15954
15954
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
15955
15955
  'update:modelValue': (value: any) => true;
15956
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
15956
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
15957
15957
  reverse: boolean;
15958
15958
  direction: "horizontal" | "vertical";
15959
15959
  style: vue.StyleValue;
@@ -16055,7 +16055,7 @@ declare const VWindow: {
16055
16055
  group: GroupProvide;
16056
16056
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
16057
16057
  'update:modelValue': (value: any) => true;
16058
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, string, {
16058
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
16059
16059
  reverse: boolean;
16060
16060
  direction: "horizontal" | "vertical";
16061
16061
  style: vue.StyleValue;
@@ -16210,7 +16210,7 @@ declare const VCarousel: {
16210
16210
  verticalDelimiters?: boolean | "left" | "right" | undefined;
16211
16211
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
16212
16212
  'update:modelValue': (value: any) => true;
16213
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
16213
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
16214
16214
  reverse: boolean;
16215
16215
  interval: string | number;
16216
16216
  height: string | number;
@@ -16367,7 +16367,7 @@ declare const VCarousel: {
16367
16367
  verticalDelimiters?: boolean | "left" | "right" | undefined;
16368
16368
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
16369
16369
  'update:modelValue': (value: any) => true;
16370
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, string, {
16370
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, string, {
16371
16371
  reverse: boolean;
16372
16372
  interval: string | number;
16373
16373
  height: string | number;
@@ -18006,7 +18006,7 @@ declare const VCheckbox: {
18006
18006
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
18007
18007
  'update:modelValue': (value: any) => true;
18008
18008
  'update:focused': (focused: boolean) => true;
18009
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
18009
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
18010
18010
  error: boolean;
18011
18011
  direction: "horizontal" | "vertical";
18012
18012
  style: vue.StyleValue;
@@ -18235,7 +18235,7 @@ declare const VCheckbox: {
18235
18235
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
18236
18236
  'update:modelValue': (value: any) => true;
18237
18237
  'update:focused': (focused: boolean) => true;
18238
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
18238
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
18239
18239
  error: boolean;
18240
18240
  direction: "horizontal" | "vertical";
18241
18241
  style: vue.StyleValue;
@@ -20938,7 +20938,7 @@ declare const VCombobox: {
20938
20938
  'update:modelValue': (value: any) => true;
20939
20939
  'update:search': (value: string) => true;
20940
20940
  'update:menu': (value: boolean) => true;
20941
- }, "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 & {
20941
+ }, "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 & {
20942
20942
  flat: boolean;
20943
20943
  reverse: boolean;
20944
20944
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -22556,7 +22556,7 @@ declare const VCombobox: {
22556
22556
  'update:modelValue': (value: any) => true;
22557
22557
  'update:search': (value: string) => true;
22558
22558
  'update:menu': (value: boolean) => true;
22559
- }, "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, {
22559
+ }, "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, {
22560
22560
  flat: boolean;
22561
22561
  reverse: boolean;
22562
22562
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -24797,7 +24797,7 @@ declare const VDataTable: {
24797
24797
  'update:groupBy': (value: any) => true;
24798
24798
  'update:expanded': (value: any) => true;
24799
24799
  'update:currentItems': (value: any) => true;
24800
- }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
24800
+ }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
24801
24801
  page: string | number;
24802
24802
  expanded: readonly string[];
24803
24803
  style: vue.StyleValue;
@@ -25168,7 +25168,7 @@ declare const VDataTable: {
25168
25168
  'update:groupBy': (value: any) => true;
25169
25169
  'update:expanded': (value: any) => true;
25170
25170
  'update:currentItems': (value: any) => true;
25171
- }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
25171
+ }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
25172
25172
  page: string | number;
25173
25173
  expanded: readonly string[];
25174
25174
  style: vue.StyleValue;
@@ -25993,7 +25993,7 @@ declare const VDataTableVirtual: {
25993
25993
  'update:options': (value: any) => true;
25994
25994
  'update:groupBy': (value: any) => true;
25995
25995
  'update:expanded': (value: any) => true;
25996
- }, "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
25996
+ }, "$children" | "v-slots" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
25997
25997
  expanded: readonly string[];
25998
25998
  style: vue.StyleValue;
25999
25999
  mobile: boolean | null;
@@ -26403,7 +26403,7 @@ declare const VDataTableVirtual: {
26403
26403
  'update:options': (value: any) => true;
26404
26404
  'update:groupBy': (value: any) => true;
26405
26405
  'update:expanded': (value: any) => true;
26406
- }, "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, string, {
26406
+ }, "$children" | "v-slots" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, string, {
26407
26407
  expanded: readonly string[];
26408
26408
  style: vue.StyleValue;
26409
26409
  mobile: boolean | null;
@@ -26831,7 +26831,7 @@ declare const VDataTableServer: {
26831
26831
  'update:options': (options: any) => true;
26832
26832
  'update:expanded': (options: any) => true;
26833
26833
  'update:groupBy': (value: any) => true;
26834
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
26834
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
26835
26835
  page: string | number;
26836
26836
  expanded: readonly string[];
26837
26837
  style: vue.StyleValue;
@@ -27317,7 +27317,7 @@ declare const VDataTableServer: {
27317
27317
  'update:options': (options: any) => true;
27318
27318
  'update:expanded': (options: any) => true;
27319
27319
  'update:groupBy': (value: any) => true;
27320
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "items" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
27320
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
27321
27321
  page: string | number;
27322
27322
  expanded: readonly string[];
27323
27323
  style: vue.StyleValue;
@@ -28096,7 +28096,7 @@ declare const VDatePicker: {
28096
28096
  'update:month': (date: any) => true;
28097
28097
  'update:year': (date: any) => true;
28098
28098
  'update:viewMode': (date: any) => true;
28099
- }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:title" | "v-slot:header" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
28099
+ }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:header" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
28100
28100
  transition: string;
28101
28101
  header: string;
28102
28102
  style: vue.StyleValue;
@@ -28311,7 +28311,7 @@ declare const VDatePicker: {
28311
28311
  'update:month': (date: any) => true;
28312
28312
  'update:year': (date: any) => true;
28313
28313
  'update:viewMode': (date: any) => true;
28314
- }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:title" | "v-slot:header" | "v-slot:actions">, string, {
28314
+ }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:header" | "v-slot:actions">, string, {
28315
28315
  active: string | string[];
28316
28316
  transition: string;
28317
28317
  header: string;
@@ -29958,9 +29958,9 @@ declare const VDialog: {
29958
29958
  class?: any;
29959
29959
  theme?: string | undefined;
29960
29960
  contentClass?: any;
29961
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29961
29962
  closeDelay?: string | number | undefined;
29962
29963
  openDelay?: string | number | undefined;
29963
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29964
29964
  openOnClick?: boolean | undefined;
29965
29965
  openOnFocus?: boolean | undefined;
29966
29966
  contentProps?: any;
@@ -30068,9 +30068,9 @@ declare const VDialog: {
30068
30068
  class?: any;
30069
30069
  theme?: string | undefined;
30070
30070
  contentClass?: any;
30071
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30071
30072
  closeDelay?: string | number | undefined;
30072
30073
  openDelay?: string | number | undefined;
30073
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30074
30074
  openOnClick?: boolean | undefined;
30075
30075
  openOnFocus?: boolean | undefined;
30076
30076
  contentProps?: any;
@@ -30147,9 +30147,9 @@ declare const VDialog: {
30147
30147
  class?: any;
30148
30148
  theme?: string | undefined;
30149
30149
  contentClass?: any;
30150
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30150
30151
  closeDelay?: string | number | undefined;
30151
30152
  openDelay?: string | number | undefined;
30152
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30153
30153
  openOnClick?: boolean | undefined;
30154
30154
  openOnFocus?: boolean | undefined;
30155
30155
  contentProps?: any;
@@ -30210,7 +30210,7 @@ declare const VDialog: {
30210
30210
  }>;
30211
30211
  $root: vue.ComponentPublicInstance | null;
30212
30212
  $parent: vue.ComponentPublicInstance | null;
30213
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30213
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30214
30214
  $el: any;
30215
30215
  $options: vue.ComponentOptionsBase<{
30216
30216
  absolute: boolean;
@@ -30250,9 +30250,9 @@ declare const VDialog: {
30250
30250
  class?: any;
30251
30251
  theme?: string | undefined;
30252
30252
  contentClass?: any;
30253
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30253
30254
  closeDelay?: string | number | undefined;
30254
30255
  openDelay?: string | number | undefined;
30255
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30256
30256
  openOnClick?: boolean | undefined;
30257
30257
  openOnFocus?: boolean | undefined;
30258
30258
  contentProps?: any;
@@ -30402,9 +30402,9 @@ declare const VDialog: {
30402
30402
  class?: any;
30403
30403
  theme?: string | undefined;
30404
30404
  contentClass?: any;
30405
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30405
30406
  closeDelay?: string | number | undefined;
30406
30407
  openDelay?: string | number | undefined;
30407
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30408
30408
  openOnClick?: boolean | undefined;
30409
30409
  openOnFocus?: boolean | undefined;
30410
30410
  contentProps?: any;
@@ -30455,7 +30455,7 @@ declare const VDialog: {
30455
30455
  globalTop: Readonly<vue.Ref<boolean>>;
30456
30456
  localTop: vue.ComputedRef<boolean>;
30457
30457
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30458
- }> & {} & 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}`> & {
30458
+ }> & {} & 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}`> & {
30459
30459
  _allExposed: {
30460
30460
  activatorEl: vue.Ref<HTMLElement | undefined>;
30461
30461
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -30512,9 +30512,9 @@ declare const VDialog: {
30512
30512
  class?: any;
30513
30513
  theme?: string | undefined;
30514
30514
  contentClass?: any;
30515
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30515
30516
  closeDelay?: string | number | undefined;
30516
30517
  openDelay?: string | number | undefined;
30517
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30518
30518
  openOnClick?: boolean | undefined;
30519
30519
  openOnFocus?: boolean | undefined;
30520
30520
  contentProps?: any;
@@ -30644,9 +30644,9 @@ declare const VDialog: {
30644
30644
  class?: any;
30645
30645
  theme?: string | undefined;
30646
30646
  contentClass?: any;
30647
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30647
30648
  closeDelay?: string | number | undefined;
30648
30649
  openDelay?: string | number | undefined;
30649
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30650
30650
  openOnClick?: boolean | undefined;
30651
30651
  openOnFocus?: boolean | undefined;
30652
30652
  contentProps?: any;
@@ -30754,9 +30754,9 @@ declare const VDialog: {
30754
30754
  class?: any;
30755
30755
  theme?: string | undefined;
30756
30756
  contentClass?: any;
30757
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30757
30758
  closeDelay?: string | number | undefined;
30758
30759
  openDelay?: string | number | undefined;
30759
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30760
30760
  openOnClick?: boolean | undefined;
30761
30761
  openOnFocus?: boolean | undefined;
30762
30762
  contentProps?: any;
@@ -30833,9 +30833,9 @@ declare const VDialog: {
30833
30833
  class?: any;
30834
30834
  theme?: string | undefined;
30835
30835
  contentClass?: any;
30836
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30836
30837
  closeDelay?: string | number | undefined;
30837
30838
  openDelay?: string | number | undefined;
30838
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30839
30839
  openOnClick?: boolean | undefined;
30840
30840
  openOnFocus?: boolean | undefined;
30841
30841
  contentProps?: any;
@@ -30896,7 +30896,7 @@ declare const VDialog: {
30896
30896
  }>;
30897
30897
  $root: vue.ComponentPublicInstance | null;
30898
30898
  $parent: vue.ComponentPublicInstance | null;
30899
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30899
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30900
30900
  $el: any;
30901
30901
  $options: vue.ComponentOptionsBase<{
30902
30902
  absolute: boolean;
@@ -30936,9 +30936,9 @@ declare const VDialog: {
30936
30936
  class?: any;
30937
30937
  theme?: string | undefined;
30938
30938
  contentClass?: any;
30939
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30939
30940
  closeDelay?: string | number | undefined;
30940
30941
  openDelay?: string | number | undefined;
30941
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30942
30942
  openOnClick?: boolean | undefined;
30943
30943
  openOnFocus?: boolean | undefined;
30944
30944
  contentProps?: any;
@@ -31088,9 +31088,9 @@ declare const VDialog: {
31088
31088
  class?: any;
31089
31089
  theme?: string | undefined;
31090
31090
  contentClass?: any;
31091
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31091
31092
  closeDelay?: string | number | undefined;
31092
31093
  openDelay?: string | number | undefined;
31093
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31094
31094
  openOnClick?: boolean | undefined;
31095
31095
  openOnFocus?: boolean | undefined;
31096
31096
  contentProps?: any;
@@ -31141,7 +31141,7 @@ declare const VDialog: {
31141
31141
  globalTop: Readonly<vue.Ref<boolean>>;
31142
31142
  localTop: vue.ComputedRef<boolean>;
31143
31143
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31144
- }> & {} & 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}`> & {
31144
+ }> & {} & 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}`> & {
31145
31145
  _allExposed: {
31146
31146
  activatorEl: vue.Ref<HTMLElement | undefined>;
31147
31147
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -31229,9 +31229,9 @@ declare const VDialog: {
31229
31229
  class?: any;
31230
31230
  theme?: string | undefined;
31231
31231
  contentClass?: any;
31232
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31232
31233
  closeDelay?: string | number | undefined;
31233
31234
  openDelay?: string | number | undefined;
31234
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31235
31235
  openOnClick?: boolean | undefined;
31236
31236
  openOnFocus?: boolean | undefined;
31237
31237
  contentProps?: any;
@@ -31339,9 +31339,9 @@ declare const VDialog: {
31339
31339
  class?: any;
31340
31340
  theme?: string | undefined;
31341
31341
  contentClass?: any;
31342
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31342
31343
  closeDelay?: string | number | undefined;
31343
31344
  openDelay?: string | number | undefined;
31344
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31345
31345
  openOnClick?: boolean | undefined;
31346
31346
  openOnFocus?: boolean | undefined;
31347
31347
  contentProps?: any;
@@ -31418,9 +31418,9 @@ declare const VDialog: {
31418
31418
  class?: any;
31419
31419
  theme?: string | undefined;
31420
31420
  contentClass?: any;
31421
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31421
31422
  closeDelay?: string | number | undefined;
31422
31423
  openDelay?: string | number | undefined;
31423
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31424
31424
  openOnClick?: boolean | undefined;
31425
31425
  openOnFocus?: boolean | undefined;
31426
31426
  contentProps?: any;
@@ -31481,7 +31481,7 @@ declare const VDialog: {
31481
31481
  }>;
31482
31482
  $root: vue.ComponentPublicInstance | null;
31483
31483
  $parent: vue.ComponentPublicInstance | null;
31484
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
31484
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
31485
31485
  $el: any;
31486
31486
  $options: vue.ComponentOptionsBase<{
31487
31487
  absolute: boolean;
@@ -31521,9 +31521,9 @@ declare const VDialog: {
31521
31521
  class?: any;
31522
31522
  theme?: string | undefined;
31523
31523
  contentClass?: any;
31524
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31524
31525
  closeDelay?: string | number | undefined;
31525
31526
  openDelay?: string | number | undefined;
31526
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31527
31527
  openOnClick?: boolean | undefined;
31528
31528
  openOnFocus?: boolean | undefined;
31529
31529
  contentProps?: any;
@@ -31673,9 +31673,9 @@ declare const VDialog: {
31673
31673
  class?: any;
31674
31674
  theme?: string | undefined;
31675
31675
  contentClass?: any;
31676
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31676
31677
  closeDelay?: string | number | undefined;
31677
31678
  openDelay?: string | number | undefined;
31678
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31679
31679
  openOnClick?: boolean | undefined;
31680
31680
  openOnFocus?: boolean | undefined;
31681
31681
  contentProps?: any;
@@ -31726,7 +31726,7 @@ declare const VDialog: {
31726
31726
  globalTop: Readonly<vue.Ref<boolean>>;
31727
31727
  localTop: vue.ComputedRef<boolean>;
31728
31728
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31729
- }> & {} & 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}`> & {
31729
+ }> & {} & 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}`> & {
31730
31730
  _allExposed: {
31731
31731
  activatorEl: vue.Ref<HTMLElement | undefined>;
31732
31732
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -34614,7 +34614,7 @@ declare const VFileInput: {
34614
34614
  errorMessages: vue.ComputedRef<string[]>;
34615
34615
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
34616
34616
  'update:modelValue': (value: any) => true;
34617
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
34617
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
34618
34618
  error: boolean;
34619
34619
  direction: "horizontal" | "vertical";
34620
34620
  style: vue.StyleValue;
@@ -35186,7 +35186,7 @@ declare const VFileInput: {
35186
35186
  errorMessages: vue.ComputedRef<string[]>;
35187
35187
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
35188
35188
  'update:modelValue': (value: any) => true;
35189
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
35189
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
35190
35190
  error: boolean;
35191
35191
  direction: "horizontal" | "vertical";
35192
35192
  style: vue.StyleValue;
@@ -35593,7 +35593,7 @@ declare const VFileInput: {
35593
35593
  errorMessages: vue.ComputedRef<string[]>;
35594
35594
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
35595
35595
  'update:modelValue': (value: any) => true;
35596
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
35596
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
35597
35597
  error: boolean;
35598
35598
  direction: "horizontal" | "vertical";
35599
35599
  style: vue.StyleValue;
@@ -40030,9 +40030,9 @@ declare const VNavigationDrawer: {
40030
40030
  tag: string;
40031
40031
  sticky: boolean;
40032
40032
  modelValue: boolean | null;
40033
- scrim: string | boolean;
40034
40033
  tile: boolean;
40035
40034
  floating: boolean;
40035
+ scrim: string | boolean;
40036
40036
  touchless: boolean;
40037
40037
  disableResizeWatcher: boolean;
40038
40038
  disableRouteWatcher: boolean;
@@ -40090,9 +40090,9 @@ declare const VNavigationDrawer: {
40090
40090
  tag: string;
40091
40091
  sticky: boolean;
40092
40092
  modelValue: boolean | null;
40093
- scrim: string | boolean;
40094
40093
  tile: boolean;
40095
40094
  floating: boolean;
40095
+ scrim: string | boolean;
40096
40096
  touchless: boolean;
40097
40097
  disableResizeWatcher: boolean;
40098
40098
  disableRouteWatcher: boolean;
@@ -40146,9 +40146,9 @@ declare const VNavigationDrawer: {
40146
40146
  sticky: boolean;
40147
40147
  modelValue: boolean | null;
40148
40148
  rounded: string | number | boolean;
40149
- scrim: string | boolean;
40150
40149
  tile: boolean;
40151
40150
  floating: boolean;
40151
+ scrim: string | boolean;
40152
40152
  touchless: boolean;
40153
40153
  disableResizeWatcher: boolean;
40154
40154
  disableRouteWatcher: boolean;
@@ -40180,9 +40180,9 @@ declare const VNavigationDrawer: {
40180
40180
  tag: string;
40181
40181
  sticky: boolean;
40182
40182
  modelValue: boolean | null;
40183
- scrim: string | boolean;
40184
40183
  tile: boolean;
40185
40184
  floating: boolean;
40185
+ scrim: string | boolean;
40186
40186
  touchless: boolean;
40187
40187
  disableResizeWatcher: boolean;
40188
40188
  disableRouteWatcher: boolean;
@@ -40238,9 +40238,9 @@ declare const VNavigationDrawer: {
40238
40238
  sticky: boolean;
40239
40239
  modelValue: boolean | null;
40240
40240
  rounded: string | number | boolean;
40241
- scrim: string | boolean;
40242
40241
  tile: boolean;
40243
40242
  floating: boolean;
40243
+ scrim: string | boolean;
40244
40244
  touchless: boolean;
40245
40245
  disableResizeWatcher: boolean;
40246
40246
  disableRouteWatcher: boolean;
@@ -40264,9 +40264,9 @@ declare const VNavigationDrawer: {
40264
40264
  tag: string;
40265
40265
  sticky: boolean;
40266
40266
  modelValue: boolean | null;
40267
- scrim: string | boolean;
40268
40267
  tile: boolean;
40269
40268
  floating: boolean;
40269
+ scrim: string | boolean;
40270
40270
  touchless: boolean;
40271
40271
  disableResizeWatcher: boolean;
40272
40272
  disableRouteWatcher: boolean;
@@ -40325,9 +40325,9 @@ declare const VNavigationDrawer: {
40325
40325
  sticky: boolean;
40326
40326
  modelValue: boolean | null;
40327
40327
  rounded: string | number | boolean;
40328
- scrim: string | boolean;
40329
40328
  tile: boolean;
40330
40329
  floating: boolean;
40330
+ scrim: string | boolean;
40331
40331
  touchless: boolean;
40332
40332
  disableResizeWatcher: boolean;
40333
40333
  disableRouteWatcher: boolean;
@@ -40924,9 +40924,9 @@ declare const VOverlay: {
40924
40924
  class?: any;
40925
40925
  theme?: string | undefined;
40926
40926
  contentClass?: any;
40927
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
40927
40928
  closeDelay?: string | number | undefined;
40928
40929
  openDelay?: string | number | undefined;
40929
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
40930
40930
  openOnClick?: boolean | undefined;
40931
40931
  openOnFocus?: boolean | undefined;
40932
40932
  contentProps?: any;
@@ -41020,9 +41020,9 @@ declare const VOverlay: {
41020
41020
  class?: any;
41021
41021
  theme?: string | undefined;
41022
41022
  contentClass?: any;
41023
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
41023
41024
  closeDelay?: string | number | undefined;
41024
41025
  openDelay?: string | number | undefined;
41025
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
41026
41026
  openOnClick?: boolean | undefined;
41027
41027
  openOnFocus?: boolean | undefined;
41028
41028
  contentProps?: any;
@@ -41145,9 +41145,9 @@ declare const VOverlay: {
41145
41145
  class?: any;
41146
41146
  theme?: string | undefined;
41147
41147
  contentClass?: any;
41148
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
41148
41149
  closeDelay?: string | number | undefined;
41149
41150
  openDelay?: string | number | undefined;
41150
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
41151
41151
  openOnClick?: boolean | undefined;
41152
41152
  openOnFocus?: boolean | undefined;
41153
41153
  contentProps?: any;
@@ -41267,9 +41267,9 @@ declare const VOverlay: {
41267
41267
  class?: any;
41268
41268
  theme?: string | undefined;
41269
41269
  contentClass?: any;
41270
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
41270
41271
  closeDelay?: string | number | undefined;
41271
41272
  openDelay?: string | number | undefined;
41272
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
41273
41273
  openOnClick?: boolean | undefined;
41274
41274
  openOnFocus?: boolean | undefined;
41275
41275
  contentProps?: any;
@@ -43365,7 +43365,7 @@ declare const VRadioGroup: {
43365
43365
  hideDetails?: boolean | "auto" | undefined;
43366
43366
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
43367
43367
  'update:modelValue': (value: any) => true;
43368
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
43368
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
43369
43369
  type: string;
43370
43370
  inline: boolean;
43371
43371
  error: boolean;
@@ -43568,7 +43568,7 @@ declare const VRadioGroup: {
43568
43568
  hideDetails?: boolean | "auto" | undefined;
43569
43569
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
43570
43570
  'update:modelValue': (value: any) => true;
43571
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
43571
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
43572
43572
  type: string;
43573
43573
  inline: boolean;
43574
43574
  error: boolean;
@@ -45612,7 +45612,7 @@ declare const VSelect: {
45612
45612
  'update:focused': (focused: boolean) => true;
45613
45613
  'update:modelValue': (value: any) => true;
45614
45614
  'update:menu': (ue: boolean) => true;
45615
- }, "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 & {
45615
+ }, "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 & {
45616
45616
  flat: boolean;
45617
45617
  reverse: boolean;
45618
45618
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -47204,7 +47204,7 @@ declare const VSelect: {
47204
47204
  'update:focused': (focused: boolean) => true;
47205
47205
  'update:modelValue': (value: any) => true;
47206
47206
  'update:menu': (ue: boolean) => true;
47207
- }, "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, {
47207
+ }, "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, {
47208
47208
  flat: boolean;
47209
47209
  reverse: boolean;
47210
47210
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -49411,6 +49411,7 @@ declare const VSnackbar: {
49411
49411
  timeout: string | number;
49412
49412
  vertical: boolean;
49413
49413
  modelValue: boolean;
49414
+ tile: boolean;
49414
49415
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
49415
49416
  updateLocation: (e?: Event) => void;
49416
49417
  });
@@ -49419,7 +49420,6 @@ declare const VSnackbar: {
49419
49420
  closeOnContentClick: boolean;
49420
49421
  closeOnBack: boolean;
49421
49422
  contained: boolean;
49422
- tile: boolean;
49423
49423
  multiLine: boolean;
49424
49424
  } & {
49425
49425
  offset?: string | number | number[] | undefined;
@@ -49439,9 +49439,9 @@ declare const VSnackbar: {
49439
49439
  timer?: string | boolean | undefined;
49440
49440
  rounded?: string | number | boolean | undefined;
49441
49441
  contentClass?: any;
49442
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49442
49443
  closeDelay?: string | number | undefined;
49443
49444
  openDelay?: string | number | undefined;
49444
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49445
49445
  openOnClick?: boolean | undefined;
49446
49446
  openOnFocus?: boolean | undefined;
49447
49447
  contentProps?: any;
@@ -49548,9 +49548,9 @@ declare const VSnackbar: {
49548
49548
  class?: any;
49549
49549
  theme?: string | undefined;
49550
49550
  contentClass?: any;
49551
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49551
49552
  closeDelay?: string | number | undefined;
49552
49553
  openDelay?: string | number | undefined;
49553
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49554
49554
  openOnClick?: boolean | undefined;
49555
49555
  openOnFocus?: boolean | undefined;
49556
49556
  contentProps?: any;
@@ -49627,9 +49627,9 @@ declare const VSnackbar: {
49627
49627
  class?: any;
49628
49628
  theme?: string | undefined;
49629
49629
  contentClass?: any;
49630
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49630
49631
  closeDelay?: string | number | undefined;
49631
49632
  openDelay?: string | number | undefined;
49632
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49633
49633
  openOnClick?: boolean | undefined;
49634
49634
  openOnFocus?: boolean | undefined;
49635
49635
  contentProps?: any;
@@ -49690,7 +49690,7 @@ declare const VSnackbar: {
49690
49690
  }>;
49691
49691
  $root: vue.ComponentPublicInstance | null;
49692
49692
  $parent: vue.ComponentPublicInstance | null;
49693
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
49693
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
49694
49694
  $el: any;
49695
49695
  $options: vue.ComponentOptionsBase<{
49696
49696
  absolute: boolean;
@@ -49730,9 +49730,9 @@ declare const VSnackbar: {
49730
49730
  class?: any;
49731
49731
  theme?: string | undefined;
49732
49732
  contentClass?: any;
49733
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49733
49734
  closeDelay?: string | number | undefined;
49734
49735
  openDelay?: string | number | undefined;
49735
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49736
49736
  openOnClick?: boolean | undefined;
49737
49737
  openOnFocus?: boolean | undefined;
49738
49738
  contentProps?: any;
@@ -49882,9 +49882,9 @@ declare const VSnackbar: {
49882
49882
  class?: any;
49883
49883
  theme?: string | undefined;
49884
49884
  contentClass?: any;
49885
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49885
49886
  closeDelay?: string | number | undefined;
49886
49887
  openDelay?: string | number | undefined;
49887
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49888
49888
  openOnClick?: boolean | undefined;
49889
49889
  openOnFocus?: boolean | undefined;
49890
49890
  contentProps?: any;
@@ -49935,7 +49935,7 @@ declare const VSnackbar: {
49935
49935
  globalTop: Readonly<Ref<boolean>>;
49936
49936
  localTop: vue.ComputedRef<boolean>;
49937
49937
  updateLocation: Ref<((e: Event) => void) | undefined>;
49938
- }> & {} & 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}`> & {
49938
+ }> & {} & 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}`> & {
49939
49939
  _allExposed: {
49940
49940
  activatorEl: Ref<HTMLElement | undefined>;
49941
49941
  scrimEl: Ref<HTMLElement | undefined>;
@@ -49963,6 +49963,7 @@ declare const VSnackbar: {
49963
49963
  timeout: string | number;
49964
49964
  vertical: boolean;
49965
49965
  modelValue: boolean;
49966
+ tile: boolean;
49966
49967
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
49967
49968
  updateLocation: (e?: Event) => void;
49968
49969
  });
@@ -49971,7 +49972,6 @@ declare const VSnackbar: {
49971
49972
  closeOnContentClick: boolean;
49972
49973
  closeOnBack: boolean;
49973
49974
  contained: boolean;
49974
- tile: boolean;
49975
49975
  multiLine: boolean;
49976
49976
  } & {
49977
49977
  offset?: string | number | number[] | undefined;
@@ -49991,9 +49991,9 @@ declare const VSnackbar: {
49991
49991
  timer?: string | boolean | undefined;
49992
49992
  rounded?: string | number | boolean | undefined;
49993
49993
  contentClass?: any;
49994
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49994
49995
  closeDelay?: string | number | undefined;
49995
49996
  openDelay?: string | number | undefined;
49996
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49997
49997
  openOnClick?: boolean | undefined;
49998
49998
  openOnFocus?: boolean | undefined;
49999
49999
  contentProps?: any;
@@ -50049,6 +50049,7 @@ declare const VSnackbar: {
50049
50049
  vertical: boolean;
50050
50050
  modelValue: boolean;
50051
50051
  rounded: string | number | boolean;
50052
+ tile: boolean;
50052
50053
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
50053
50054
  updateLocation: (e?: Event) => void;
50054
50055
  });
@@ -50059,7 +50060,6 @@ declare const VSnackbar: {
50059
50060
  closeOnContentClick: boolean;
50060
50061
  closeOnBack: boolean;
50061
50062
  contained: boolean;
50062
- tile: boolean;
50063
50063
  multiLine: boolean;
50064
50064
  }, true, {}, vue.SlotsType<Partial<{
50065
50065
  activator: (arg: {
@@ -50093,6 +50093,7 @@ declare const VSnackbar: {
50093
50093
  timeout: string | number;
50094
50094
  vertical: boolean;
50095
50095
  modelValue: boolean;
50096
+ tile: boolean;
50096
50097
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
50097
50098
  updateLocation: (e?: Event) => void;
50098
50099
  });
@@ -50101,7 +50102,6 @@ declare const VSnackbar: {
50101
50102
  closeOnContentClick: boolean;
50102
50103
  closeOnBack: boolean;
50103
50104
  contained: boolean;
50104
- tile: boolean;
50105
50105
  multiLine: boolean;
50106
50106
  } & {
50107
50107
  offset?: string | number | number[] | undefined;
@@ -50121,9 +50121,9 @@ declare const VSnackbar: {
50121
50121
  timer?: string | boolean | undefined;
50122
50122
  rounded?: string | number | boolean | undefined;
50123
50123
  contentClass?: any;
50124
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50124
50125
  closeDelay?: string | number | undefined;
50125
50126
  openDelay?: string | number | undefined;
50126
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50127
50127
  openOnClick?: boolean | undefined;
50128
50128
  openOnFocus?: boolean | undefined;
50129
50129
  contentProps?: any;
@@ -50230,9 +50230,9 @@ declare const VSnackbar: {
50230
50230
  class?: any;
50231
50231
  theme?: string | undefined;
50232
50232
  contentClass?: any;
50233
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50233
50234
  closeDelay?: string | number | undefined;
50234
50235
  openDelay?: string | number | undefined;
50235
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50236
50236
  openOnClick?: boolean | undefined;
50237
50237
  openOnFocus?: boolean | undefined;
50238
50238
  contentProps?: any;
@@ -50309,9 +50309,9 @@ declare const VSnackbar: {
50309
50309
  class?: any;
50310
50310
  theme?: string | undefined;
50311
50311
  contentClass?: any;
50312
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50312
50313
  closeDelay?: string | number | undefined;
50313
50314
  openDelay?: string | number | undefined;
50314
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50315
50315
  openOnClick?: boolean | undefined;
50316
50316
  openOnFocus?: boolean | undefined;
50317
50317
  contentProps?: any;
@@ -50372,7 +50372,7 @@ declare const VSnackbar: {
50372
50372
  }>;
50373
50373
  $root: vue.ComponentPublicInstance | null;
50374
50374
  $parent: vue.ComponentPublicInstance | null;
50375
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
50375
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
50376
50376
  $el: any;
50377
50377
  $options: vue.ComponentOptionsBase<{
50378
50378
  absolute: boolean;
@@ -50412,9 +50412,9 @@ declare const VSnackbar: {
50412
50412
  class?: any;
50413
50413
  theme?: string | undefined;
50414
50414
  contentClass?: any;
50415
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50415
50416
  closeDelay?: string | number | undefined;
50416
50417
  openDelay?: string | number | undefined;
50417
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50418
50418
  openOnClick?: boolean | undefined;
50419
50419
  openOnFocus?: boolean | undefined;
50420
50420
  contentProps?: any;
@@ -50564,9 +50564,9 @@ declare const VSnackbar: {
50564
50564
  class?: any;
50565
50565
  theme?: string | undefined;
50566
50566
  contentClass?: any;
50567
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50567
50568
  closeDelay?: string | number | undefined;
50568
50569
  openDelay?: string | number | undefined;
50569
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50570
50570
  openOnClick?: boolean | undefined;
50571
50571
  openOnFocus?: boolean | undefined;
50572
50572
  contentProps?: any;
@@ -50617,7 +50617,7 @@ declare const VSnackbar: {
50617
50617
  globalTop: Readonly<Ref<boolean>>;
50618
50618
  localTop: vue.ComputedRef<boolean>;
50619
50619
  updateLocation: Ref<((e: Event) => void) | undefined>;
50620
- }> & {} & 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}`> & {
50620
+ }> & {} & 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}`> & {
50621
50621
  _allExposed: {
50622
50622
  activatorEl: Ref<HTMLElement | undefined>;
50623
50623
  scrimEl: Ref<HTMLElement | undefined>;
@@ -50644,6 +50644,7 @@ declare const VSnackbar: {
50644
50644
  vertical: boolean;
50645
50645
  modelValue: boolean;
50646
50646
  rounded: string | number | boolean;
50647
+ tile: boolean;
50647
50648
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
50648
50649
  updateLocation: (e?: Event) => void;
50649
50650
  });
@@ -50654,7 +50655,6 @@ declare const VSnackbar: {
50654
50655
  closeOnContentClick: boolean;
50655
50656
  closeOnBack: boolean;
50656
50657
  contained: boolean;
50657
- tile: boolean;
50658
50658
  multiLine: boolean;
50659
50659
  }>;
50660
50660
  __isFragment?: never;
@@ -50675,6 +50675,7 @@ declare const VSnackbar: {
50675
50675
  timeout: string | number;
50676
50676
  vertical: boolean;
50677
50677
  modelValue: boolean;
50678
+ tile: boolean;
50678
50679
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
50679
50680
  updateLocation: (e?: Event) => void;
50680
50681
  });
@@ -50683,7 +50684,6 @@ declare const VSnackbar: {
50683
50684
  closeOnContentClick: boolean;
50684
50685
  closeOnBack: boolean;
50685
50686
  contained: boolean;
50686
- tile: boolean;
50687
50687
  multiLine: boolean;
50688
50688
  } & {
50689
50689
  offset?: string | number | number[] | undefined;
@@ -50703,9 +50703,9 @@ declare const VSnackbar: {
50703
50703
  timer?: string | boolean | undefined;
50704
50704
  rounded?: string | number | boolean | undefined;
50705
50705
  contentClass?: any;
50706
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50706
50707
  closeDelay?: string | number | undefined;
50707
50708
  openDelay?: string | number | undefined;
50708
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50709
50709
  openOnClick?: boolean | undefined;
50710
50710
  openOnFocus?: boolean | undefined;
50711
50711
  contentProps?: any;
@@ -50812,9 +50812,9 @@ declare const VSnackbar: {
50812
50812
  class?: any;
50813
50813
  theme?: string | undefined;
50814
50814
  contentClass?: any;
50815
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50815
50816
  closeDelay?: string | number | undefined;
50816
50817
  openDelay?: string | number | undefined;
50817
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50818
50818
  openOnClick?: boolean | undefined;
50819
50819
  openOnFocus?: boolean | undefined;
50820
50820
  contentProps?: any;
@@ -50891,9 +50891,9 @@ declare const VSnackbar: {
50891
50891
  class?: any;
50892
50892
  theme?: string | undefined;
50893
50893
  contentClass?: any;
50894
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50894
50895
  closeDelay?: string | number | undefined;
50895
50896
  openDelay?: string | number | undefined;
50896
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50897
50897
  openOnClick?: boolean | undefined;
50898
50898
  openOnFocus?: boolean | undefined;
50899
50899
  contentProps?: any;
@@ -50954,7 +50954,7 @@ declare const VSnackbar: {
50954
50954
  }>;
50955
50955
  $root: vue.ComponentPublicInstance | null;
50956
50956
  $parent: vue.ComponentPublicInstance | null;
50957
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
50957
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
50958
50958
  $el: any;
50959
50959
  $options: vue.ComponentOptionsBase<{
50960
50960
  absolute: boolean;
@@ -50994,9 +50994,9 @@ declare const VSnackbar: {
50994
50994
  class?: any;
50995
50995
  theme?: string | undefined;
50996
50996
  contentClass?: any;
50997
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50997
50998
  closeDelay?: string | number | undefined;
50998
50999
  openDelay?: string | number | undefined;
50999
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
51000
51000
  openOnClick?: boolean | undefined;
51001
51001
  openOnFocus?: boolean | undefined;
51002
51002
  contentProps?: any;
@@ -51146,9 +51146,9 @@ declare const VSnackbar: {
51146
51146
  class?: any;
51147
51147
  theme?: string | undefined;
51148
51148
  contentClass?: any;
51149
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
51149
51150
  closeDelay?: string | number | undefined;
51150
51151
  openDelay?: string | number | undefined;
51151
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
51152
51152
  openOnClick?: boolean | undefined;
51153
51153
  openOnFocus?: boolean | undefined;
51154
51154
  contentProps?: any;
@@ -51199,7 +51199,7 @@ declare const VSnackbar: {
51199
51199
  globalTop: Readonly<Ref<boolean>>;
51200
51200
  localTop: vue.ComputedRef<boolean>;
51201
51201
  updateLocation: Ref<((e: Event) => void) | undefined>;
51202
- }> & {} & 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}`> & {
51202
+ }> & {} & 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}`> & {
51203
51203
  _allExposed: {
51204
51204
  activatorEl: Ref<HTMLElement | undefined>;
51205
51205
  scrimEl: Ref<HTMLElement | undefined>;
@@ -51228,6 +51228,7 @@ declare const VSnackbar: {
51228
51228
  vertical: boolean;
51229
51229
  modelValue: boolean;
51230
51230
  rounded: string | number | boolean;
51231
+ tile: boolean;
51231
51232
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
51232
51233
  updateLocation: (e?: Event) => void;
51233
51234
  });
@@ -51238,7 +51239,6 @@ declare const VSnackbar: {
51238
51239
  closeOnContentClick: boolean;
51239
51240
  closeOnBack: boolean;
51240
51241
  contained: boolean;
51241
- tile: boolean;
51242
51242
  multiLine: boolean;
51243
51243
  }, {}, string, vue.SlotsType<Partial<{
51244
51244
  activator: (arg: {
@@ -51297,6 +51297,7 @@ declare const VSnackbar: {
51297
51297
  theme: StringConstructor;
51298
51298
  modelValue: BooleanConstructor;
51299
51299
  contentClass: null;
51300
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
51300
51301
  locationStrategy: {
51301
51302
  type: vue.PropType<StrategyProps["locationStrategy"]>;
51302
51303
  default: string;
@@ -51304,7 +51305,6 @@ declare const VSnackbar: {
51304
51305
  };
51305
51306
  closeDelay: (StringConstructor | NumberConstructor)[];
51306
51307
  openDelay: (StringConstructor | NumberConstructor)[];
51307
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
51308
51308
  activatorProps: {
51309
51309
  type: vue.PropType<Record<string, any>>;
51310
51310
  default: () => {};
@@ -51396,6 +51396,7 @@ declare const VSnackbar: {
51396
51396
  theme: StringConstructor;
51397
51397
  modelValue: BooleanConstructor;
51398
51398
  contentClass: null;
51399
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
51399
51400
  locationStrategy: {
51400
51401
  type: vue.PropType<StrategyProps["locationStrategy"]>;
51401
51402
  default: string;
@@ -51403,7 +51404,6 @@ declare const VSnackbar: {
51403
51404
  };
51404
51405
  closeDelay: (StringConstructor | NumberConstructor)[];
51405
51406
  openDelay: (StringConstructor | NumberConstructor)[];
51406
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
51407
51407
  activatorProps: {
51408
51408
  type: vue.PropType<Record<string, any>>;
51409
51409
  default: () => {};
@@ -52364,6 +52364,7 @@ declare const VSpeedDial: {
52364
52364
  persistent: BooleanConstructor;
52365
52365
  modelValue: BooleanConstructor;
52366
52366
  contentClass: null;
52367
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
52367
52368
  locationStrategy: Omit<{
52368
52369
  type: vue.PropType<StrategyProps["locationStrategy"]>;
52369
52370
  default: string;
@@ -52398,7 +52399,6 @@ declare const VSpeedDial: {
52398
52399
  type: vue.PropType<string | number>;
52399
52400
  default: NonNullable<string | number>;
52400
52401
  };
52401
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
52402
52402
  activatorProps: {
52403
52403
  type: vue.PropType<Record<string, any>>;
52404
52404
  default: () => {};
@@ -52507,6 +52507,7 @@ declare const VSpeedDial: {
52507
52507
  persistent: BooleanConstructor;
52508
52508
  modelValue: BooleanConstructor;
52509
52509
  contentClass: null;
52510
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
52510
52511
  locationStrategy: Omit<{
52511
52512
  type: vue.PropType<StrategyProps["locationStrategy"]>;
52512
52513
  default: string;
@@ -52541,7 +52542,6 @@ declare const VSpeedDial: {
52541
52542
  type: vue.PropType<string | number>;
52542
52543
  default: NonNullable<string | number>;
52543
52544
  };
52544
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
52545
52545
  activatorProps: {
52546
52546
  type: vue.PropType<Record<string, any>>;
52547
52547
  default: () => {};
@@ -54279,7 +54279,7 @@ declare const VSwitch: {
54279
54279
  'update:focused': (focused: boolean) => true;
54280
54280
  'update:modelValue': (value: any) => true;
54281
54281
  'update:indeterminate': (value: boolean) => true;
54282
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
54282
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
54283
54283
  flat: boolean;
54284
54284
  inline: boolean;
54285
54285
  error: boolean;
@@ -54529,7 +54529,7 @@ declare const VSwitch: {
54529
54529
  'update:focused': (focused: boolean) => true;
54530
54530
  'update:modelValue': (value: any) => true;
54531
54531
  'update:indeterminate': (value: boolean) => true;
54532
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
54532
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
54533
54533
  flat: boolean;
54534
54534
  inline: boolean;
54535
54535
  error: boolean;
@@ -57858,7 +57858,7 @@ declare const VTextarea: {
57858
57858
  errorMessages: vue.ComputedRef<string[]>;
57859
57859
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
57860
57860
  'update:modelValue': (value: any) => true;
57861
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
57861
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
57862
57862
  error: boolean;
57863
57863
  direction: "horizontal" | "vertical";
57864
57864
  style: vue.StyleValue;
@@ -58397,7 +58397,7 @@ declare const VTextarea: {
58397
58397
  errorMessages: vue.ComputedRef<string[]>;
58398
58398
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
58399
58399
  'update:modelValue': (value: any) => true;
58400
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
58400
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
58401
58401
  error: boolean;
58402
58402
  direction: "horizontal" | "vertical";
58403
58403
  style: vue.StyleValue;
@@ -58789,7 +58789,7 @@ declare const VTextarea: {
58789
58789
  errorMessages: vue.ComputedRef<string[]>;
58790
58790
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
58791
58791
  'update:modelValue': (value: any) => true;
58792
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
58792
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
58793
58793
  error: boolean;
58794
58794
  direction: "horizontal" | "vertical";
58795
58795
  style: vue.StyleValue;
@@ -59433,7 +59433,7 @@ declare const VTextField: {
59433
59433
  errorMessages: vue.ComputedRef<string[]>;
59434
59434
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
59435
59435
  'update:modelValue': (value: any) => true;
59436
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
59436
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
59437
59437
  error: boolean;
59438
59438
  direction: "horizontal" | "vertical";
59439
59439
  style: vue.StyleValue;
@@ -60211,7 +60211,7 @@ declare const VTextField: {
60211
60211
  errorMessages: vue.ComputedRef<string[]>;
60212
60212
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
60213
60213
  'update:modelValue': (value: any) => true;
60214
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
60214
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
60215
60215
  error: boolean;
60216
60216
  direction: "horizontal" | "vertical";
60217
60217
  style: vue.StyleValue;
@@ -60840,7 +60840,7 @@ declare const VTextField: {
60840
60840
  errorMessages: vue.ComputedRef<string[]>;
60841
60841
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
60842
60842
  'update:modelValue': (value: any) => true;
60843
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
60843
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
60844
60844
  error: boolean;
60845
60845
  direction: "horizontal" | "vertical";
60846
60846
  style: vue.StyleValue;
@@ -62389,9 +62389,9 @@ declare const VTooltip: {
62389
62389
  class?: any;
62390
62390
  theme?: string | undefined;
62391
62391
  contentClass?: any;
62392
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62392
62393
  closeDelay?: string | number | undefined;
62393
62394
  openDelay?: string | number | undefined;
62394
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62395
62395
  openOnFocus?: boolean | undefined;
62396
62396
  contentProps?: any;
62397
62397
  attach?: string | boolean | Element | undefined;
@@ -62496,9 +62496,9 @@ declare const VTooltip: {
62496
62496
  class?: any;
62497
62497
  theme?: string | undefined;
62498
62498
  contentClass?: any;
62499
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62499
62500
  closeDelay?: string | number | undefined;
62500
62501
  openDelay?: string | number | undefined;
62501
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62502
62502
  openOnClick?: boolean | undefined;
62503
62503
  openOnFocus?: boolean | undefined;
62504
62504
  contentProps?: any;
@@ -62575,9 +62575,9 @@ declare const VTooltip: {
62575
62575
  class?: any;
62576
62576
  theme?: string | undefined;
62577
62577
  contentClass?: any;
62578
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62578
62579
  closeDelay?: string | number | undefined;
62579
62580
  openDelay?: string | number | undefined;
62580
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62581
62581
  openOnClick?: boolean | undefined;
62582
62582
  openOnFocus?: boolean | undefined;
62583
62583
  contentProps?: any;
@@ -62638,7 +62638,7 @@ declare const VTooltip: {
62638
62638
  }>;
62639
62639
  $root: vue.ComponentPublicInstance | null;
62640
62640
  $parent: vue.ComponentPublicInstance | null;
62641
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
62641
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
62642
62642
  $el: any;
62643
62643
  $options: vue.ComponentOptionsBase<{
62644
62644
  absolute: boolean;
@@ -62678,9 +62678,9 @@ declare const VTooltip: {
62678
62678
  class?: any;
62679
62679
  theme?: string | undefined;
62680
62680
  contentClass?: any;
62681
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62681
62682
  closeDelay?: string | number | undefined;
62682
62683
  openDelay?: string | number | undefined;
62683
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62684
62684
  openOnClick?: boolean | undefined;
62685
62685
  openOnFocus?: boolean | undefined;
62686
62686
  contentProps?: any;
@@ -62830,9 +62830,9 @@ declare const VTooltip: {
62830
62830
  class?: any;
62831
62831
  theme?: string | undefined;
62832
62832
  contentClass?: any;
62833
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62833
62834
  closeDelay?: string | number | undefined;
62834
62835
  openDelay?: string | number | undefined;
62835
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62836
62836
  openOnClick?: boolean | undefined;
62837
62837
  openOnFocus?: boolean | undefined;
62838
62838
  contentProps?: any;
@@ -62883,7 +62883,7 @@ declare const VTooltip: {
62883
62883
  globalTop: Readonly<vue.Ref<boolean>>;
62884
62884
  localTop: vue.ComputedRef<boolean>;
62885
62885
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62886
- }> & {} & 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}`> & {
62886
+ }> & {} & 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}`> & {
62887
62887
  _allExposed: {
62888
62888
  activatorEl: vue.Ref<HTMLElement | undefined>;
62889
62889
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -62934,9 +62934,9 @@ declare const VTooltip: {
62934
62934
  class?: any;
62935
62935
  theme?: string | undefined;
62936
62936
  contentClass?: any;
62937
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62937
62938
  closeDelay?: string | number | undefined;
62938
62939
  openDelay?: string | number | undefined;
62939
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62940
62940
  openOnFocus?: boolean | undefined;
62941
62941
  contentProps?: any;
62942
62942
  attach?: string | boolean | Element | undefined;
@@ -63054,9 +63054,9 @@ declare const VTooltip: {
63054
63054
  class?: any;
63055
63055
  theme?: string | undefined;
63056
63056
  contentClass?: any;
63057
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63057
63058
  closeDelay?: string | number | undefined;
63058
63059
  openDelay?: string | number | undefined;
63059
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63060
63060
  openOnFocus?: boolean | undefined;
63061
63061
  contentProps?: any;
63062
63062
  attach?: string | boolean | Element | undefined;
@@ -63161,9 +63161,9 @@ declare const VTooltip: {
63161
63161
  class?: any;
63162
63162
  theme?: string | undefined;
63163
63163
  contentClass?: any;
63164
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63164
63165
  closeDelay?: string | number | undefined;
63165
63166
  openDelay?: string | number | undefined;
63166
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63167
63167
  openOnClick?: boolean | undefined;
63168
63168
  openOnFocus?: boolean | undefined;
63169
63169
  contentProps?: any;
@@ -63240,9 +63240,9 @@ declare const VTooltip: {
63240
63240
  class?: any;
63241
63241
  theme?: string | undefined;
63242
63242
  contentClass?: any;
63243
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63243
63244
  closeDelay?: string | number | undefined;
63244
63245
  openDelay?: string | number | undefined;
63245
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63246
63246
  openOnClick?: boolean | undefined;
63247
63247
  openOnFocus?: boolean | undefined;
63248
63248
  contentProps?: any;
@@ -63303,7 +63303,7 @@ declare const VTooltip: {
63303
63303
  }>;
63304
63304
  $root: vue.ComponentPublicInstance | null;
63305
63305
  $parent: vue.ComponentPublicInstance | null;
63306
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
63306
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
63307
63307
  $el: any;
63308
63308
  $options: vue.ComponentOptionsBase<{
63309
63309
  absolute: boolean;
@@ -63343,9 +63343,9 @@ declare const VTooltip: {
63343
63343
  class?: any;
63344
63344
  theme?: string | undefined;
63345
63345
  contentClass?: any;
63346
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63346
63347
  closeDelay?: string | number | undefined;
63347
63348
  openDelay?: string | number | undefined;
63348
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63349
63349
  openOnClick?: boolean | undefined;
63350
63350
  openOnFocus?: boolean | undefined;
63351
63351
  contentProps?: any;
@@ -63495,9 +63495,9 @@ declare const VTooltip: {
63495
63495
  class?: any;
63496
63496
  theme?: string | undefined;
63497
63497
  contentClass?: any;
63498
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63498
63499
  closeDelay?: string | number | undefined;
63499
63500
  openDelay?: string | number | undefined;
63500
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63501
63501
  openOnClick?: boolean | undefined;
63502
63502
  openOnFocus?: boolean | undefined;
63503
63503
  contentProps?: any;
@@ -63548,7 +63548,7 @@ declare const VTooltip: {
63548
63548
  globalTop: Readonly<vue.Ref<boolean>>;
63549
63549
  localTop: vue.ComputedRef<boolean>;
63550
63550
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63551
- }> & {} & 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}`> & {
63551
+ }> & {} & 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}`> & {
63552
63552
  _allExposed: {
63553
63553
  activatorEl: vue.Ref<HTMLElement | undefined>;
63554
63554
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -63627,9 +63627,9 @@ declare const VTooltip: {
63627
63627
  class?: any;
63628
63628
  theme?: string | undefined;
63629
63629
  contentClass?: any;
63630
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63630
63631
  closeDelay?: string | number | undefined;
63631
63632
  openDelay?: string | number | undefined;
63632
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63633
63633
  openOnFocus?: boolean | undefined;
63634
63634
  contentProps?: any;
63635
63635
  attach?: string | boolean | Element | undefined;
@@ -63734,9 +63734,9 @@ declare const VTooltip: {
63734
63734
  class?: any;
63735
63735
  theme?: string | undefined;
63736
63736
  contentClass?: any;
63737
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63737
63738
  closeDelay?: string | number | undefined;
63738
63739
  openDelay?: string | number | undefined;
63739
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63740
63740
  openOnClick?: boolean | undefined;
63741
63741
  openOnFocus?: boolean | undefined;
63742
63742
  contentProps?: any;
@@ -63813,9 +63813,9 @@ declare const VTooltip: {
63813
63813
  class?: any;
63814
63814
  theme?: string | undefined;
63815
63815
  contentClass?: any;
63816
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63816
63817
  closeDelay?: string | number | undefined;
63817
63818
  openDelay?: string | number | undefined;
63818
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63819
63819
  openOnClick?: boolean | undefined;
63820
63820
  openOnFocus?: boolean | undefined;
63821
63821
  contentProps?: any;
@@ -63876,7 +63876,7 @@ declare const VTooltip: {
63876
63876
  }>;
63877
63877
  $root: vue.ComponentPublicInstance | null;
63878
63878
  $parent: vue.ComponentPublicInstance | null;
63879
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
63879
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
63880
63880
  $el: any;
63881
63881
  $options: vue.ComponentOptionsBase<{
63882
63882
  absolute: boolean;
@@ -63916,9 +63916,9 @@ declare const VTooltip: {
63916
63916
  class?: any;
63917
63917
  theme?: string | undefined;
63918
63918
  contentClass?: any;
63919
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63919
63920
  closeDelay?: string | number | undefined;
63920
63921
  openDelay?: string | number | undefined;
63921
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63922
63922
  openOnClick?: boolean | undefined;
63923
63923
  openOnFocus?: boolean | undefined;
63924
63924
  contentProps?: any;
@@ -64068,9 +64068,9 @@ declare const VTooltip: {
64068
64068
  class?: any;
64069
64069
  theme?: string | undefined;
64070
64070
  contentClass?: any;
64071
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
64071
64072
  closeDelay?: string | number | undefined;
64072
64073
  openDelay?: string | number | undefined;
64073
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
64074
64074
  openOnClick?: boolean | undefined;
64075
64075
  openOnFocus?: boolean | undefined;
64076
64076
  contentProps?: any;
@@ -64121,7 +64121,7 @@ declare const VTooltip: {
64121
64121
  globalTop: Readonly<vue.Ref<boolean>>;
64122
64122
  localTop: vue.ComputedRef<boolean>;
64123
64123
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
64124
- }> & {} & 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}`> & {
64124
+ }> & {} & 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}`> & {
64125
64125
  _allExposed: {
64126
64126
  activatorEl: vue.Ref<HTMLElement | undefined>;
64127
64127
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -64230,6 +64230,7 @@ declare const VTooltip: {
64230
64230
  theme: StringConstructor;
64231
64231
  modelValue: BooleanConstructor;
64232
64232
  contentClass: null;
64233
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
64233
64234
  locationStrategy: Omit<{
64234
64235
  type: vue.PropType<StrategyProps["locationStrategy"]>;
64235
64236
  default: string;
@@ -64252,7 +64253,6 @@ declare const VTooltip: {
64252
64253
  };
64253
64254
  closeDelay: (StringConstructor | NumberConstructor)[];
64254
64255
  openDelay: (StringConstructor | NumberConstructor)[];
64255
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
64256
64256
  activatorProps: {
64257
64257
  type: vue.PropType<Record<string, any>>;
64258
64258
  default: () => {};
@@ -64354,6 +64354,7 @@ declare const VTooltip: {
64354
64354
  theme: StringConstructor;
64355
64355
  modelValue: BooleanConstructor;
64356
64356
  contentClass: null;
64357
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
64357
64358
  locationStrategy: Omit<{
64358
64359
  type: vue.PropType<StrategyProps["locationStrategy"]>;
64359
64360
  default: string;
@@ -64376,7 +64377,6 @@ declare const VTooltip: {
64376
64377
  };
64377
64378
  closeDelay: (StringConstructor | NumberConstructor)[];
64378
64379
  openDelay: (StringConstructor | NumberConstructor)[];
64379
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
64380
64380
  activatorProps: {
64381
64381
  type: vue.PropType<Record<string, any>>;
64382
64382
  default: () => {};
@@ -70454,7 +70454,7 @@ declare const VNumberInput: {
70454
70454
  errorMessages: vue.ComputedRef<string[]>;
70455
70455
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
70456
70456
  'update:modelValue': (value: any) => true;
70457
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
70457
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
70458
70458
  error: boolean;
70459
70459
  direction: "horizontal" | "vertical";
70460
70460
  style: vue.StyleValue;
@@ -71121,7 +71121,7 @@ declare const VNumberInput: {
71121
71121
  errorMessages: vue.ComputedRef<string[]>;
71122
71122
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
71123
71123
  'update:modelValue': (value: any) => true;
71124
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
71124
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
71125
71125
  error: boolean;
71126
71126
  direction: "horizontal" | "vertical";
71127
71127
  style: vue.StyleValue;
@@ -71593,7 +71593,7 @@ declare const VNumberInput: {
71593
71593
  errorMessages: vue.ComputedRef<string[]>;
71594
71594
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
71595
71595
  'update:modelValue': (value: any) => true;
71596
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
71596
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
71597
71597
  error: boolean;
71598
71598
  direction: "horizontal" | "vertical";
71599
71599
  style: vue.StyleValue;
@@ -72814,7 +72814,7 @@ declare const VNumberInput: {
72814
72814
  errorMessages: vue.ComputedRef<string[]>;
72815
72815
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
72816
72816
  'update:modelValue': (value: any) => true;
72817
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
72817
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
72818
72818
  error: boolean;
72819
72819
  direction: "horizontal" | "vertical";
72820
72820
  style: vue.StyleValue;
@@ -73481,7 +73481,7 @@ declare const VNumberInput: {
73481
73481
  errorMessages: vue.ComputedRef<string[]>;
73482
73482
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
73483
73483
  'update:modelValue': (value: any) => true;
73484
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
73484
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
73485
73485
  error: boolean;
73486
73486
  direction: "horizontal" | "vertical";
73487
73487
  style: vue.StyleValue;
@@ -73953,7 +73953,7 @@ declare const VNumberInput: {
73953
73953
  errorMessages: vue.ComputedRef<string[]>;
73954
73954
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
73955
73955
  'update:modelValue': (value: any) => true;
73956
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
73956
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
73957
73957
  error: boolean;
73958
73958
  direction: "horizontal" | "vertical";
73959
73959
  style: vue.StyleValue;
@@ -75023,7 +75023,7 @@ declare const VNumberInput: {
75023
75023
  errorMessages: vue.ComputedRef<string[]>;
75024
75024
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
75025
75025
  'update:modelValue': (value: any) => true;
75026
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
75026
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
75027
75027
  error: boolean;
75028
75028
  direction: "horizontal" | "vertical";
75029
75029
  style: vue.StyleValue;
@@ -75690,7 +75690,7 @@ declare const VNumberInput: {
75690
75690
  errorMessages: vue.ComputedRef<string[]>;
75691
75691
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
75692
75692
  'update:modelValue': (value: any) => true;
75693
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
75693
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
75694
75694
  error: boolean;
75695
75695
  direction: "horizontal" | "vertical";
75696
75696
  style: vue.StyleValue;
@@ -76162,7 +76162,7 @@ declare const VNumberInput: {
76162
76162
  errorMessages: vue.ComputedRef<string[]>;
76163
76163
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
76164
76164
  'update:modelValue': (value: any) => true;
76165
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
76165
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
76166
76166
  error: boolean;
76167
76167
  direction: "horizontal" | "vertical";
76168
76168
  style: vue.StyleValue;
@@ -78653,6 +78653,7 @@ declare const VSnackbarQueue: {
78653
78653
  disabled: boolean;
78654
78654
  timeout: string | number;
78655
78655
  vertical: boolean;
78656
+ tile: boolean;
78656
78657
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
78657
78658
  updateLocation: (e?: Event) => void;
78658
78659
  });
@@ -78661,7 +78662,6 @@ declare const VSnackbarQueue: {
78661
78662
  closeOnContentClick: boolean;
78662
78663
  closeOnBack: boolean;
78663
78664
  contained: boolean;
78664
- tile: boolean;
78665
78665
  closeText: string;
78666
78666
  multiLine: boolean;
78667
78667
  } & {
@@ -78682,17 +78682,17 @@ declare const VSnackbarQueue: {
78682
78682
  timer?: string | boolean | undefined;
78683
78683
  rounded?: string | number | boolean | undefined;
78684
78684
  contentClass?: any;
78685
+ closable?: string | boolean | undefined;
78686
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
78685
78687
  closeDelay?: string | number | undefined;
78686
78688
  openDelay?: string | number | undefined;
78687
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
78688
78689
  openOnClick?: boolean | undefined;
78689
78690
  openOnFocus?: boolean | undefined;
78690
78691
  contentProps?: any;
78691
78692
  attach?: string | boolean | Element | undefined;
78692
- closable?: string | boolean | undefined;
78693
78693
  } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
78694
78694
  'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
78695
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:text" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
78695
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
78696
78696
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
78697
78697
  absolute: boolean;
78698
78698
  location: Anchor;
@@ -78706,6 +78706,7 @@ declare const VSnackbarQueue: {
78706
78706
  disabled: boolean;
78707
78707
  timeout: string | number;
78708
78708
  vertical: boolean;
78709
+ tile: boolean;
78709
78710
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
78710
78711
  updateLocation: (e?: Event) => void;
78711
78712
  });
@@ -78714,7 +78715,6 @@ declare const VSnackbarQueue: {
78714
78715
  closeOnContentClick: boolean;
78715
78716
  closeOnBack: boolean;
78716
78717
  contained: boolean;
78717
- tile: boolean;
78718
78718
  closeText: string;
78719
78719
  multiLine: boolean;
78720
78720
  } & {
@@ -78735,14 +78735,14 @@ declare const VSnackbarQueue: {
78735
78735
  timer?: string | boolean | undefined;
78736
78736
  rounded?: string | number | boolean | undefined;
78737
78737
  contentClass?: any;
78738
+ closable?: string | boolean | undefined;
78739
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
78738
78740
  closeDelay?: string | number | undefined;
78739
78741
  openDelay?: string | number | undefined;
78740
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
78741
78742
  openOnClick?: boolean | undefined;
78742
78743
  openOnFocus?: boolean | undefined;
78743
78744
  contentProps?: any;
78744
78745
  attach?: string | boolean | Element | undefined;
78745
- closable?: string | boolean | undefined;
78746
78746
  } & {}, {
78747
78747
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
78748
78748
  absolute: boolean;
@@ -78758,6 +78758,7 @@ declare const VSnackbarQueue: {
78758
78758
  timeout: string | number;
78759
78759
  vertical: boolean;
78760
78760
  rounded: string | number | boolean;
78761
+ tile: boolean;
78761
78762
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
78762
78763
  updateLocation: (e?: Event) => void;
78763
78764
  });
@@ -78768,7 +78769,6 @@ declare const VSnackbarQueue: {
78768
78769
  closeOnContentClick: boolean;
78769
78770
  closeOnBack: boolean;
78770
78771
  contained: boolean;
78771
- tile: boolean;
78772
78772
  closeText: string;
78773
78773
  multiLine: boolean;
78774
78774
  }, true, {}, vue.SlotsType<Partial<{
@@ -78805,6 +78805,7 @@ declare const VSnackbarQueue: {
78805
78805
  disabled: boolean;
78806
78806
  timeout: string | number;
78807
78807
  vertical: boolean;
78808
+ tile: boolean;
78808
78809
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
78809
78810
  updateLocation: (e?: Event) => void;
78810
78811
  });
@@ -78813,7 +78814,6 @@ declare const VSnackbarQueue: {
78813
78814
  closeOnContentClick: boolean;
78814
78815
  closeOnBack: boolean;
78815
78816
  contained: boolean;
78816
- tile: boolean;
78817
78817
  closeText: string;
78818
78818
  multiLine: boolean;
78819
78819
  } & {
@@ -78834,14 +78834,14 @@ declare const VSnackbarQueue: {
78834
78834
  timer?: string | boolean | undefined;
78835
78835
  rounded?: string | number | boolean | undefined;
78836
78836
  contentClass?: any;
78837
+ closable?: string | boolean | undefined;
78838
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
78837
78839
  closeDelay?: string | number | undefined;
78838
78840
  openDelay?: string | number | undefined;
78839
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
78840
78841
  openOnClick?: boolean | undefined;
78841
78842
  openOnFocus?: boolean | undefined;
78842
78843
  contentProps?: any;
78843
78844
  attach?: string | boolean | Element | undefined;
78844
- closable?: string | boolean | undefined;
78845
78845
  } & {}, {}, {}, {}, {}, {
78846
78846
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
78847
78847
  absolute: boolean;
@@ -78857,6 +78857,7 @@ declare const VSnackbarQueue: {
78857
78857
  timeout: string | number;
78858
78858
  vertical: boolean;
78859
78859
  rounded: string | number | boolean;
78860
+ tile: boolean;
78860
78861
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
78861
78862
  updateLocation: (e?: Event) => void;
78862
78863
  });
@@ -78867,7 +78868,6 @@ declare const VSnackbarQueue: {
78867
78868
  closeOnContentClick: boolean;
78868
78869
  closeOnBack: boolean;
78869
78870
  contained: boolean;
78870
- tile: boolean;
78871
78871
  closeText: string;
78872
78872
  multiLine: boolean;
78873
78873
  }>;
@@ -78888,6 +78888,7 @@ declare const VSnackbarQueue: {
78888
78888
  disabled: boolean;
78889
78889
  timeout: string | number;
78890
78890
  vertical: boolean;
78891
+ tile: boolean;
78891
78892
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
78892
78893
  updateLocation: (e?: Event) => void;
78893
78894
  });
@@ -78896,7 +78897,6 @@ declare const VSnackbarQueue: {
78896
78897
  closeOnContentClick: boolean;
78897
78898
  closeOnBack: boolean;
78898
78899
  contained: boolean;
78899
- tile: boolean;
78900
78900
  closeText: string;
78901
78901
  multiLine: boolean;
78902
78902
  } & {
@@ -78917,17 +78917,17 @@ declare const VSnackbarQueue: {
78917
78917
  timer?: string | boolean | undefined;
78918
78918
  rounded?: string | number | boolean | undefined;
78919
78919
  contentClass?: any;
78920
+ closable?: string | boolean | undefined;
78921
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
78920
78922
  closeDelay?: string | number | undefined;
78921
78923
  openDelay?: string | number | undefined;
78922
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
78923
78924
  openOnClick?: boolean | undefined;
78924
78925
  openOnFocus?: boolean | undefined;
78925
78926
  contentProps?: any;
78926
78927
  attach?: string | boolean | Element | undefined;
78927
- closable?: string | boolean | undefined;
78928
78928
  } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
78929
78929
  'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
78930
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:text" | "v-slot:actions">, string, {
78930
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, string, {
78931
78931
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
78932
78932
  absolute: boolean;
78933
78933
  location: Anchor;
@@ -78942,6 +78942,7 @@ declare const VSnackbarQueue: {
78942
78942
  timeout: string | number;
78943
78943
  vertical: boolean;
78944
78944
  rounded: string | number | boolean;
78945
+ tile: boolean;
78945
78946
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
78946
78947
  updateLocation: (e?: Event) => void;
78947
78948
  });
@@ -78952,7 +78953,6 @@ declare const VSnackbarQueue: {
78952
78953
  closeOnContentClick: boolean;
78953
78954
  closeOnBack: boolean;
78954
78955
  contained: boolean;
78955
- tile: boolean;
78956
78956
  closeText: string;
78957
78957
  multiLine: boolean;
78958
78958
  }, {}, string, vue.SlotsType<Partial<{
@@ -79038,6 +79038,8 @@ declare const VSnackbarQueue: {
79038
79038
  default: undefined;
79039
79039
  };
79040
79040
  contentClass: null;
79041
+ tile: BooleanConstructor;
79042
+ activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
79041
79043
  locationStrategy: {
79042
79044
  type: PropType<StrategyProps["locationStrategy"]>;
79043
79045
  default: string;
@@ -79045,7 +79047,6 @@ declare const VSnackbarQueue: {
79045
79047
  };
79046
79048
  closeDelay: (StringConstructor | NumberConstructor)[];
79047
79049
  openDelay: (StringConstructor | NumberConstructor)[];
79048
- activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
79049
79050
  activatorProps: {
79050
79051
  type: PropType<Record<string, any>>;
79051
79052
  default: () => {};
@@ -79067,7 +79068,6 @@ declare const VSnackbarQueue: {
79067
79068
  contained: BooleanConstructor;
79068
79069
  contentProps: null;
79069
79070
  attach: PropType<boolean | string | Element>;
79070
- tile: BooleanConstructor;
79071
79071
  multiLine: BooleanConstructor;
79072
79072
  closable: (StringConstructor | BooleanConstructor)[];
79073
79073
  closeText: {
@@ -79145,6 +79145,8 @@ declare const VSnackbarQueue: {
79145
79145
  default: undefined;
79146
79146
  };
79147
79147
  contentClass: null;
79148
+ tile: BooleanConstructor;
79149
+ activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
79148
79150
  locationStrategy: {
79149
79151
  type: PropType<StrategyProps["locationStrategy"]>;
79150
79152
  default: string;
@@ -79152,7 +79154,6 @@ declare const VSnackbarQueue: {
79152
79154
  };
79153
79155
  closeDelay: (StringConstructor | NumberConstructor)[];
79154
79156
  openDelay: (StringConstructor | NumberConstructor)[];
79155
- activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
79156
79157
  activatorProps: {
79157
79158
  type: PropType<Record<string, any>>;
79158
79159
  default: () => {};
@@ -79174,7 +79175,6 @@ declare const VSnackbarQueue: {
79174
79175
  contained: BooleanConstructor;
79175
79176
  contentProps: null;
79176
79177
  attach: PropType<boolean | string | Element>;
79177
- tile: BooleanConstructor;
79178
79178
  multiLine: BooleanConstructor;
79179
79179
  closable: (StringConstructor | BooleanConstructor)[];
79180
79180
  closeText: {
@@ -80049,7 +80049,6 @@ declare const VTreeview: {
80049
80049
  selected?: any;
80050
80050
  elevation?: string | number | undefined;
80051
80051
  rounded?: string | number | boolean | undefined;
80052
- openOnClick?: boolean | undefined;
80053
80052
  baseColor?: string | undefined;
80054
80053
  bgColor?: string | undefined;
80055
80054
  activeColor?: string | undefined;
@@ -80071,6 +80070,7 @@ declare const VTreeview: {
80071
80070
  value: boolean;
80072
80071
  path: unknown[];
80073
80072
  }) => void) | undefined;
80073
+ openOnClick?: boolean | undefined;
80074
80074
  selectedColor?: string | undefined;
80075
80075
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
80076
80076
  } & {
@@ -80147,7 +80147,6 @@ declare const VTreeview: {
80147
80147
  selected?: any;
80148
80148
  elevation?: string | number | undefined;
80149
80149
  rounded?: string | number | boolean | undefined;
80150
- openOnClick?: boolean | undefined;
80151
80150
  baseColor?: string | undefined;
80152
80151
  bgColor?: string | undefined;
80153
80152
  activeColor?: string | undefined;
@@ -80169,6 +80168,7 @@ declare const VTreeview: {
80169
80168
  value: boolean;
80170
80169
  path: unknown[];
80171
80170
  }) => void) | undefined;
80171
+ openOnClick?: boolean | undefined;
80172
80172
  selectedColor?: string | undefined;
80173
80173
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
80174
80174
  } & {
@@ -80195,7 +80195,6 @@ declare const VTreeview: {
80195
80195
  mandatory: boolean;
80196
80196
  modelValue: unknown[];
80197
80197
  rounded: string | number | boolean;
80198
- openOnClick: boolean;
80199
80198
  tile: boolean;
80200
80199
  density: Density;
80201
80200
  slim: boolean;
@@ -80214,6 +80213,7 @@ declare const VTreeview: {
80214
80213
  itemValue: SelectItemKey;
80215
80214
  itemChildren: SelectItemKey;
80216
80215
  itemProps: SelectItemKey;
80216
+ openOnClick: boolean;
80217
80217
  loadingIcon: string;
80218
80218
  openAll: boolean;
80219
80219
  }, true, {}, vue.SlotsType<Partial<{
@@ -80293,7 +80293,6 @@ declare const VTreeview: {
80293
80293
  selected?: any;
80294
80294
  elevation?: string | number | undefined;
80295
80295
  rounded?: string | number | boolean | undefined;
80296
- openOnClick?: boolean | undefined;
80297
80296
  baseColor?: string | undefined;
80298
80297
  bgColor?: string | undefined;
80299
80298
  activeColor?: string | undefined;
@@ -80315,6 +80314,7 @@ declare const VTreeview: {
80315
80314
  value: boolean;
80316
80315
  path: unknown[];
80317
80316
  }) => void) | undefined;
80317
+ openOnClick?: boolean | undefined;
80318
80318
  selectedColor?: string | undefined;
80319
80319
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
80320
80320
  } & {
@@ -80341,7 +80341,6 @@ declare const VTreeview: {
80341
80341
  mandatory: boolean;
80342
80342
  modelValue: unknown[];
80343
80343
  rounded: string | number | boolean;
80344
- openOnClick: boolean;
80345
80344
  tile: boolean;
80346
80345
  density: Density;
80347
80346
  slim: boolean;
@@ -80360,6 +80359,7 @@ declare const VTreeview: {
80360
80359
  itemValue: SelectItemKey;
80361
80360
  itemChildren: SelectItemKey;
80362
80361
  itemProps: SelectItemKey;
80362
+ openOnClick: boolean;
80363
80363
  loadingIcon: string;
80364
80364
  openAll: boolean;
80365
80365
  }>;
@@ -80410,7 +80410,6 @@ declare const VTreeview: {
80410
80410
  selected?: any;
80411
80411
  elevation?: string | number | undefined;
80412
80412
  rounded?: string | number | boolean | undefined;
80413
- openOnClick?: boolean | undefined;
80414
80413
  baseColor?: string | undefined;
80415
80414
  bgColor?: string | undefined;
80416
80415
  activeColor?: string | undefined;
@@ -80432,6 +80431,7 @@ declare const VTreeview: {
80432
80431
  value: boolean;
80433
80432
  path: unknown[];
80434
80433
  }) => void) | undefined;
80434
+ openOnClick?: boolean | undefined;
80435
80435
  selectedColor?: string | undefined;
80436
80436
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
80437
80437
  } & {
@@ -80473,7 +80473,6 @@ declare const VTreeview: {
80473
80473
  mandatory: boolean;
80474
80474
  modelValue: unknown[];
80475
80475
  rounded: string | number | boolean;
80476
- openOnClick: boolean;
80477
80476
  tile: boolean;
80478
80477
  density: Density;
80479
80478
  slim: boolean;
@@ -80492,6 +80491,7 @@ declare const VTreeview: {
80492
80491
  itemValue: SelectItemKey;
80493
80492
  itemChildren: SelectItemKey;
80494
80493
  itemProps: SelectItemKey;
80494
+ openOnClick: boolean;
80495
80495
  loadingIcon: string;
80496
80496
  openAll: boolean;
80497
80497
  }, {}, string, vue.SlotsType<Partial<{