vuetify 3.7.2 → 3.7.4

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 (104) hide show
  1. package/dist/json/attributes.json +5843 -5795
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +150 -150
  4. package/dist/json/tags.json +14 -1
  5. package/dist/json/web-types.json +10397 -10309
  6. package/dist/vuetify-labs.css +2362 -2362
  7. package/dist/vuetify-labs.d.ts +196 -195
  8. package/dist/vuetify-labs.esm.js +68 -45
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +68 -45
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2822 -2822
  13. package/dist/vuetify.d.ts +212 -211
  14. package/dist/vuetify.esm.js +38 -17
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +38 -17
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +28 -28
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +22 -22
  22. package/lib/components/VBottomSheet/VBottomSheet.sass +2 -1
  23. package/lib/components/VBottomSheet/index.d.mts +4 -4
  24. package/lib/components/VBtn/VBtn.css +2 -2
  25. package/lib/components/VBtn/VBtn.sass +7 -8
  26. package/lib/components/VBtnToggle/VBtnToggle.css +3 -0
  27. package/lib/components/VBtnToggle/VBtnToggle.sass +3 -0
  28. package/lib/components/VCarousel/index.d.mts +2 -2
  29. package/lib/components/VCheckbox/index.d.mts +2 -2
  30. package/lib/components/VChip/VChip.mjs +2 -1
  31. package/lib/components/VChip/VChip.mjs.map +1 -1
  32. package/lib/components/VCode/index.mjs +1 -1
  33. package/lib/components/VCode/index.mjs.map +1 -1
  34. package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
  35. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  36. package/lib/components/VCombobox/index.d.mts +22 -22
  37. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +87 -0
  38. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -0
  39. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  40. package/lib/components/VDataTable/composables/paginate.mjs +4 -2
  41. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  42. package/lib/components/VDataTable/index.d.mts +7 -6
  43. package/lib/components/VDatePicker/index.d.mts +2 -2
  44. package/lib/components/VDialog/VDialog.css +3 -7
  45. package/lib/components/VDialog/VDialog.mjs +8 -1
  46. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  47. package/lib/components/VDialog/VDialog.sass +6 -7
  48. package/lib/components/VDialog/index.d.mts +22 -22
  49. package/lib/components/VField/_variables.scss +2 -1
  50. package/lib/components/VFileInput/__tests__/text.txt +1 -0
  51. package/lib/components/VFileInput/index.d.mts +3 -3
  52. package/lib/components/VInput/index.d.mts +2 -2
  53. package/lib/components/VKbd/index.mjs +1 -1
  54. package/lib/components/VKbd/index.mjs.map +1 -1
  55. package/lib/components/VList/VListItem.css +8 -7
  56. package/lib/components/VList/VListItem.mjs +1 -0
  57. package/lib/components/VList/VListItem.mjs.map +1 -1
  58. package/lib/components/VList/VListItem.sass +16 -10
  59. package/lib/components/VList/_variables.scss +0 -11
  60. package/lib/components/VMenu/VMenu.mjs +15 -6
  61. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  62. package/lib/components/VMenu/index.d.mts +20 -20
  63. package/lib/components/VMessages/index.d.mts +8 -8
  64. package/lib/components/VNavigationDrawer/index.d.mts +7 -7
  65. package/lib/components/VOverflowBtn/VOverflowBtn.sass +6 -5
  66. package/lib/components/VOverlay/index.d.mts +4 -4
  67. package/lib/components/VProgressLinear/_variables.scss +2 -1
  68. package/lib/components/VRadioGroup/index.d.mts +2 -2
  69. package/lib/components/VSelect/index.d.mts +22 -22
  70. package/lib/components/VSnackbar/index.d.mts +31 -31
  71. package/lib/components/VSpeedDial/index.d.mts +2 -2
  72. package/lib/components/VSwitch/index.d.mts +2 -2
  73. package/lib/components/VTable/_mixins.scss +2 -2
  74. package/lib/components/VTabs/VTabs.sass +1 -1
  75. package/lib/components/VTextField/index.d.mts +3 -3
  76. package/lib/components/VTextarea/index.d.mts +3 -3
  77. package/lib/components/VTooltip/index.d.mts +24 -24
  78. package/lib/components/VWindow/index.d.mts +2 -2
  79. package/lib/components/index.d.mts +158 -157
  80. package/lib/composables/directiveComponent.mjs +4 -3
  81. package/lib/composables/directiveComponent.mjs.map +1 -1
  82. package/lib/composables/nested/nested.mjs +2 -2
  83. package/lib/composables/nested/nested.mjs.map +1 -1
  84. package/lib/directives/ripple/index.mjs.map +1 -1
  85. package/lib/entry-bundler.mjs +1 -1
  86. package/lib/framework.mjs +1 -1
  87. package/lib/index.d.mts +53 -53
  88. package/lib/labs/VNumberInput/index.d.mts +9 -9
  89. package/lib/labs/VSnackbarQueue/index.d.mts +52 -52
  90. package/lib/labs/VTreeview/VTreeview.mjs +2 -1
  91. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  92. package/lib/labs/VTreeview/VTreeviewChildren.mjs +29 -28
  93. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  94. package/lib/labs/VTreeview/index.d.mts +7 -7
  95. package/lib/labs/components.d.mts +68 -68
  96. package/lib/locale/el.mjs +0 -0
  97. package/lib/locale/index.mjs +0 -0
  98. package/lib/styles/settings/_colors.scss +257 -256
  99. package/lib/styles/utilities/_display.sass +2 -1
  100. package/lib/styles/utilities/_elevation.scss +2 -1
  101. package/lib/styles/utilities/_screenreaders.sass +2 -1
  102. package/package.json +23 -16
  103. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -74
  104. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
@@ -2870,13 +2870,13 @@ declare const VMessages: {
2870
2870
  leaveAbsolute: boolean;
2871
2871
  group: boolean;
2872
2872
  }>;
2873
- default: NonNullable<string | boolean | (vue.TransitionProps & {
2874
- component?: Component;
2875
- })> | {
2873
+ default: {
2876
2874
  component: Component;
2877
2875
  leaveAbsolute: boolean;
2878
2876
  group: boolean;
2879
- };
2877
+ } | NonNullable<string | boolean | (vue.TransitionProps & {
2878
+ component?: Component;
2879
+ })>;
2880
2880
  };
2881
2881
  class: PropType<ClassValue>;
2882
2882
  style: {
@@ -2904,13 +2904,13 @@ declare const VMessages: {
2904
2904
  leaveAbsolute: boolean;
2905
2905
  group: boolean;
2906
2906
  }>;
2907
- default: NonNullable<string | boolean | (vue.TransitionProps & {
2908
- component?: Component;
2909
- })> | {
2907
+ default: {
2910
2908
  component: Component;
2911
2909
  leaveAbsolute: boolean;
2912
2910
  group: boolean;
2913
- };
2911
+ } | NonNullable<string | boolean | (vue.TransitionProps & {
2912
+ component?: Component;
2913
+ })>;
2914
2914
  };
2915
2915
  class: PropType<ClassValue>;
2916
2916
  style: {
@@ -2988,7 +2988,7 @@ declare const VInput: {
2988
2988
  errorMessages: ComputedRef<string[]>;
2989
2989
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2990
2990
  'update:modelValue': (value: any) => true;
2991
- }, "$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 & {
2991
+ }, "$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 & {
2992
2992
  error: boolean;
2993
2993
  direction: "horizontal" | "vertical";
2994
2994
  style: vue.StyleValue;
@@ -3148,7 +3148,7 @@ declare const VInput: {
3148
3148
  errorMessages: ComputedRef<string[]>;
3149
3149
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3150
3150
  'update:modelValue': (value: any) => true;
3151
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
3151
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
3152
3152
  error: boolean;
3153
3153
  direction: "horizontal" | "vertical";
3154
3154
  style: vue.StyleValue;
@@ -6165,9 +6165,9 @@ declare const VMenu: {
6165
6165
  class?: any;
6166
6166
  theme?: string | undefined;
6167
6167
  contentClass?: any;
6168
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6168
6169
  closeDelay?: string | number | undefined;
6169
6170
  openDelay?: string | number | undefined;
6170
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6171
6171
  openOnClick?: boolean | undefined;
6172
6172
  openOnFocus?: boolean | undefined;
6173
6173
  contentProps?: any;
@@ -6244,9 +6244,9 @@ declare const VMenu: {
6244
6244
  class?: any;
6245
6245
  theme?: string | undefined;
6246
6246
  contentClass?: any;
6247
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6247
6248
  closeDelay?: string | number | undefined;
6248
6249
  openDelay?: string | number | undefined;
6249
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6250
6250
  openOnClick?: boolean | undefined;
6251
6251
  openOnFocus?: boolean | undefined;
6252
6252
  contentProps?: any;
@@ -6307,7 +6307,7 @@ declare const VMenu: {
6307
6307
  }>;
6308
6308
  $root: vue.ComponentPublicInstance | null;
6309
6309
  $parent: vue.ComponentPublicInstance | null;
6310
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
6310
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
6311
6311
  $el: any;
6312
6312
  $options: vue.ComponentOptionsBase<{
6313
6313
  absolute: boolean;
@@ -6347,9 +6347,9 @@ declare const VMenu: {
6347
6347
  class?: any;
6348
6348
  theme?: string | undefined;
6349
6349
  contentClass?: any;
6350
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6350
6351
  closeDelay?: string | number | undefined;
6351
6352
  openDelay?: string | number | undefined;
6352
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6353
6353
  openOnClick?: boolean | undefined;
6354
6354
  openOnFocus?: boolean | undefined;
6355
6355
  contentProps?: any;
@@ -6499,9 +6499,9 @@ declare const VMenu: {
6499
6499
  class?: any;
6500
6500
  theme?: string | undefined;
6501
6501
  contentClass?: any;
6502
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6502
6503
  closeDelay?: string | number | undefined;
6503
6504
  openDelay?: string | number | undefined;
6504
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6505
6505
  openOnClick?: boolean | undefined;
6506
6506
  openOnFocus?: boolean | undefined;
6507
6507
  contentProps?: any;
@@ -6552,7 +6552,7 @@ declare const VMenu: {
6552
6552
  globalTop: Readonly<vue.Ref<boolean>>;
6553
6553
  localTop: vue.ComputedRef<boolean>;
6554
6554
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
6555
- }> & {} & 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}`> & {
6555
+ }> & {} & 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}`> & {
6556
6556
  _allExposed: {
6557
6557
  activatorEl: vue.Ref<HTMLElement | undefined>;
6558
6558
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -6846,9 +6846,9 @@ declare const VMenu: {
6846
6846
  class?: any;
6847
6847
  theme?: string | undefined;
6848
6848
  contentClass?: any;
6849
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6849
6850
  closeDelay?: string | number | undefined;
6850
6851
  openDelay?: string | number | undefined;
6851
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6852
6852
  openOnClick?: boolean | undefined;
6853
6853
  openOnFocus?: boolean | undefined;
6854
6854
  contentProps?: any;
@@ -6925,9 +6925,9 @@ declare const VMenu: {
6925
6925
  class?: any;
6926
6926
  theme?: string | undefined;
6927
6927
  contentClass?: any;
6928
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6928
6929
  closeDelay?: string | number | undefined;
6929
6930
  openDelay?: string | number | undefined;
6930
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
6931
6931
  openOnClick?: boolean | undefined;
6932
6932
  openOnFocus?: boolean | undefined;
6933
6933
  contentProps?: any;
@@ -6988,7 +6988,7 @@ declare const VMenu: {
6988
6988
  }>;
6989
6989
  $root: vue.ComponentPublicInstance | null;
6990
6990
  $parent: vue.ComponentPublicInstance | null;
6991
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
6991
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
6992
6992
  $el: any;
6993
6993
  $options: vue.ComponentOptionsBase<{
6994
6994
  absolute: boolean;
@@ -7028,9 +7028,9 @@ declare const VMenu: {
7028
7028
  class?: any;
7029
7029
  theme?: string | undefined;
7030
7030
  contentClass?: any;
7031
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7031
7032
  closeDelay?: string | number | undefined;
7032
7033
  openDelay?: string | number | undefined;
7033
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7034
7034
  openOnClick?: boolean | undefined;
7035
7035
  openOnFocus?: boolean | undefined;
7036
7036
  contentProps?: any;
@@ -7180,9 +7180,9 @@ declare const VMenu: {
7180
7180
  class?: any;
7181
7181
  theme?: string | undefined;
7182
7182
  contentClass?: any;
7183
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7183
7184
  closeDelay?: string | number | undefined;
7184
7185
  openDelay?: string | number | undefined;
7185
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7186
7186
  openOnClick?: boolean | undefined;
7187
7187
  openOnFocus?: boolean | undefined;
7188
7188
  contentProps?: any;
@@ -7233,7 +7233,7 @@ declare const VMenu: {
7233
7233
  globalTop: Readonly<vue.Ref<boolean>>;
7234
7234
  localTop: vue.ComputedRef<boolean>;
7235
7235
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7236
- }> & {} & 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}`> & {
7236
+ }> & {} & 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}`> & {
7237
7237
  _allExposed: {
7238
7238
  activatorEl: vue.Ref<HTMLElement | undefined>;
7239
7239
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -7432,9 +7432,9 @@ declare const VMenu: {
7432
7432
  class?: any;
7433
7433
  theme?: string | undefined;
7434
7434
  contentClass?: any;
7435
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7435
7436
  closeDelay?: string | number | undefined;
7436
7437
  openDelay?: string | number | undefined;
7437
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7438
7438
  openOnClick?: boolean | undefined;
7439
7439
  openOnFocus?: boolean | undefined;
7440
7440
  contentProps?: any;
@@ -7511,9 +7511,9 @@ declare const VMenu: {
7511
7511
  class?: any;
7512
7512
  theme?: string | undefined;
7513
7513
  contentClass?: any;
7514
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7514
7515
  closeDelay?: string | number | undefined;
7515
7516
  openDelay?: string | number | undefined;
7516
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7517
7517
  openOnClick?: boolean | undefined;
7518
7518
  openOnFocus?: boolean | undefined;
7519
7519
  contentProps?: any;
@@ -7574,7 +7574,7 @@ declare const VMenu: {
7574
7574
  }>;
7575
7575
  $root: vue.ComponentPublicInstance | null;
7576
7576
  $parent: vue.ComponentPublicInstance | null;
7577
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
7577
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
7578
7578
  $el: any;
7579
7579
  $options: vue.ComponentOptionsBase<{
7580
7580
  absolute: boolean;
@@ -7614,9 +7614,9 @@ declare const VMenu: {
7614
7614
  class?: any;
7615
7615
  theme?: string | undefined;
7616
7616
  contentClass?: any;
7617
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7617
7618
  closeDelay?: string | number | undefined;
7618
7619
  openDelay?: string | number | undefined;
7619
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7620
7620
  openOnClick?: boolean | undefined;
7621
7621
  openOnFocus?: boolean | undefined;
7622
7622
  contentProps?: any;
@@ -7766,9 +7766,9 @@ declare const VMenu: {
7766
7766
  class?: any;
7767
7767
  theme?: string | undefined;
7768
7768
  contentClass?: any;
7769
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7769
7770
  closeDelay?: string | number | undefined;
7770
7771
  openDelay?: string | number | undefined;
7771
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
7772
7772
  openOnClick?: boolean | undefined;
7773
7773
  openOnFocus?: boolean | undefined;
7774
7774
  contentProps?: any;
@@ -7819,7 +7819,7 @@ declare const VMenu: {
7819
7819
  globalTop: Readonly<vue.Ref<boolean>>;
7820
7820
  localTop: vue.ComputedRef<boolean>;
7821
7821
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7822
- }> & {} & 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}`> & {
7822
+ }> & {} & 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}`> & {
7823
7823
  _allExposed: {
7824
7824
  activatorEl: vue.Ref<HTMLElement | undefined>;
7825
7825
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -7928,6 +7928,7 @@ declare const VMenu: {
7928
7928
  persistent: BooleanConstructor;
7929
7929
  modelValue: BooleanConstructor;
7930
7930
  contentClass: null;
7931
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
7931
7932
  locationStrategy: Omit<{
7932
7933
  type: vue.PropType<StrategyProps["locationStrategy"]>;
7933
7934
  default: string;
@@ -7956,7 +7957,6 @@ declare const VMenu: {
7956
7957
  type: vue.PropType<string | number>;
7957
7958
  default: NonNullable<string | number>;
7958
7959
  };
7959
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
7960
7960
  activatorProps: {
7961
7961
  type: vue.PropType<Record<string, any>>;
7962
7962
  default: () => {};
@@ -8045,6 +8045,7 @@ declare const VMenu: {
8045
8045
  persistent: BooleanConstructor;
8046
8046
  modelValue: BooleanConstructor;
8047
8047
  contentClass: null;
8048
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
8048
8049
  locationStrategy: Omit<{
8049
8050
  type: vue.PropType<StrategyProps["locationStrategy"]>;
8050
8051
  default: string;
@@ -8073,7 +8074,6 @@ declare const VMenu: {
8073
8074
  type: vue.PropType<string | number>;
8074
8075
  default: NonNullable<string | number>;
8075
8076
  };
8076
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
8077
8077
  activatorProps: {
8078
8078
  type: vue.PropType<Record<string, any>>;
8079
8079
  default: () => {};
@@ -8611,7 +8611,7 @@ declare const VAutocomplete: {
8611
8611
  'update:search': (value: any) => true;
8612
8612
  'update:modelValue': (value: any) => true;
8613
8613
  'update:menu': (value: boolean) => true;
8614
- }, "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 & {
8614
+ }, "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 & {
8615
8615
  flat: boolean;
8616
8616
  reverse: boolean;
8617
8617
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -10229,7 +10229,7 @@ declare const VAutocomplete: {
10229
10229
  'update:search': (value: any) => true;
10230
10230
  'update:modelValue': (value: any) => true;
10231
10231
  'update:menu': (value: boolean) => true;
10232
- }, "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, {
10232
+ }, "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, {
10233
10233
  flat: boolean;
10234
10234
  reverse: boolean;
10235
10235
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -12228,9 +12228,9 @@ declare const VBottomSheet: {
12228
12228
  class?: any;
12229
12229
  theme?: string | undefined;
12230
12230
  contentClass?: any;
12231
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12231
12232
  closeDelay?: string | number | undefined;
12232
12233
  openDelay?: string | number | undefined;
12233
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12234
12234
  openOnClick?: boolean | undefined;
12235
12235
  openOnFocus?: boolean | undefined;
12236
12236
  contentProps?: any;
@@ -12314,9 +12314,9 @@ declare const VBottomSheet: {
12314
12314
  class?: any;
12315
12315
  theme?: string | undefined;
12316
12316
  contentClass?: any;
12317
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12317
12318
  closeDelay?: string | number | undefined;
12318
12319
  openDelay?: string | number | undefined;
12319
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12320
12320
  openOnClick?: boolean | undefined;
12321
12321
  openOnFocus?: boolean | undefined;
12322
12322
  contentProps?: any;
@@ -12446,9 +12446,9 @@ declare const VBottomSheet: {
12446
12446
  class?: any;
12447
12447
  theme?: string | undefined;
12448
12448
  contentClass?: any;
12449
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12449
12450
  closeDelay?: string | number | undefined;
12450
12451
  openDelay?: string | number | undefined;
12451
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12452
12452
  openOnClick?: boolean | undefined;
12453
12453
  openOnFocus?: boolean | undefined;
12454
12454
  contentProps?: any;
@@ -12566,9 +12566,9 @@ declare const VBottomSheet: {
12566
12566
  class?: any;
12567
12567
  theme?: string | undefined;
12568
12568
  contentClass?: any;
12569
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12569
12570
  closeDelay?: string | number | undefined;
12570
12571
  openDelay?: string | number | undefined;
12571
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
12572
12572
  openOnClick?: boolean | undefined;
12573
12573
  openOnFocus?: boolean | undefined;
12574
12574
  contentProps?: any;
@@ -15604,7 +15604,7 @@ declare const VWindow: {
15604
15604
  group: GroupProvide;
15605
15605
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
15606
15606
  'update:modelValue': (value: any) => true;
15607
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
15607
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
15608
15608
  reverse: boolean;
15609
15609
  direction: "horizontal" | "vertical";
15610
15610
  style: vue.StyleValue;
@@ -15706,7 +15706,7 @@ declare const VWindow: {
15706
15706
  group: GroupProvide;
15707
15707
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
15708
15708
  'update:modelValue': (value: any) => true;
15709
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, string, {
15709
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
15710
15710
  reverse: boolean;
15711
15711
  direction: "horizontal" | "vertical";
15712
15712
  style: vue.StyleValue;
@@ -15861,7 +15861,7 @@ declare const VCarousel: {
15861
15861
  verticalDelimiters?: boolean | "left" | "right" | undefined;
15862
15862
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
15863
15863
  'update:modelValue': (value: any) => true;
15864
- }, "$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 & {
15864
+ }, "$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 & {
15865
15865
  reverse: boolean;
15866
15866
  interval: string | number;
15867
15867
  height: string | number;
@@ -16018,7 +16018,7 @@ declare const VCarousel: {
16018
16018
  verticalDelimiters?: boolean | "left" | "right" | undefined;
16019
16019
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
16020
16020
  'update:modelValue': (value: any) => true;
16021
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, string, {
16021
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, string, {
16022
16022
  reverse: boolean;
16023
16023
  interval: string | number;
16024
16024
  height: string | number;
@@ -17657,7 +17657,7 @@ declare const VCheckbox: {
17657
17657
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
17658
17658
  'update:modelValue': (value: any) => true;
17659
17659
  'update:focused': (focused: boolean) => true;
17660
- }, "$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 & {
17660
+ }, "$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 & {
17661
17661
  error: boolean;
17662
17662
  direction: "horizontal" | "vertical";
17663
17663
  style: vue.StyleValue;
@@ -17886,7 +17886,7 @@ declare const VCheckbox: {
17886
17886
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
17887
17887
  'update:modelValue': (value: any) => true;
17888
17888
  'update:focused': (focused: boolean) => true;
17889
- }, "$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, {
17889
+ }, "$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, {
17890
17890
  error: boolean;
17891
17891
  direction: "horizontal" | "vertical";
17892
17892
  style: vue.StyleValue;
@@ -20614,7 +20614,7 @@ declare const VCombobox: {
20614
20614
  'update:modelValue': (value: any) => true;
20615
20615
  'update:search': (value: string) => true;
20616
20616
  'update:menu': (value: boolean) => true;
20617
- }, "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 & {
20617
+ }, "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 & {
20618
20618
  flat: boolean;
20619
20619
  reverse: boolean;
20620
20620
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -22232,7 +22232,7 @@ declare const VCombobox: {
22232
22232
  'update:modelValue': (value: any) => true;
22233
22233
  'update:search': (value: string) => true;
22234
22234
  'update:menu': (value: boolean) => true;
22235
- }, "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, {
22235
+ }, "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, {
22236
22236
  flat: boolean;
22237
22237
  reverse: boolean;
22238
22238
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -24473,7 +24473,7 @@ declare const VDataTable: {
24473
24473
  'update:groupBy': (value: any) => true;
24474
24474
  'update:expanded': (value: any) => true;
24475
24475
  'update:currentItems': (value: any) => true;
24476
- }, "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 & {
24476
+ }, "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 & {
24477
24477
  page: string | number;
24478
24478
  expanded: readonly string[];
24479
24479
  style: vue.StyleValue;
@@ -24844,7 +24844,7 @@ declare const VDataTable: {
24844
24844
  'update:groupBy': (value: any) => true;
24845
24845
  'update:expanded': (value: any) => true;
24846
24846
  'update:currentItems': (value: any) => true;
24847
- }, "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, {
24847
+ }, "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, {
24848
24848
  page: string | number;
24849
24849
  expanded: readonly string[];
24850
24850
  style: vue.StyleValue;
@@ -25552,6 +25552,7 @@ declare const VDataTableFooter: {
25552
25552
  };
25553
25553
  showCurrentPage: BooleanConstructor;
25554
25554
  }>>;
25555
+ type VDataTableFooter = InstanceType<typeof VDataTableFooter>;
25555
25556
 
25556
25557
  type VDataTableVirtualSlotProps<T> = Omit<VDataTableSlotProps<T>, 'setItemsPerPage' | 'page' | 'pageCount' | 'itemsPerPage'>;
25557
25558
  type VDataTableVirtualSlots<T> = VDataTableRowsSlots<T> & VDataTableHeadersSlots & {
@@ -25669,7 +25670,7 @@ declare const VDataTableVirtual: {
25669
25670
  'update:options': (value: any) => true;
25670
25671
  'update:groupBy': (value: any) => true;
25671
25672
  'update:expanded': (value: any) => true;
25672
- }, "$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 & {
25673
+ }, "$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 & {
25673
25674
  expanded: readonly string[];
25674
25675
  style: vue.StyleValue;
25675
25676
  mobile: boolean | null;
@@ -26079,7 +26080,7 @@ declare const VDataTableVirtual: {
26079
26080
  'update:options': (value: any) => true;
26080
26081
  'update:groupBy': (value: any) => true;
26081
26082
  'update:expanded': (value: any) => true;
26082
- }, "$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, {
26083
+ }, "$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, {
26083
26084
  expanded: readonly string[];
26084
26085
  style: vue.StyleValue;
26085
26086
  mobile: boolean | null;
@@ -26507,7 +26508,7 @@ declare const VDataTableServer: {
26507
26508
  'update:options': (options: any) => true;
26508
26509
  'update:expanded': (options: any) => true;
26509
26510
  'update:groupBy': (value: any) => true;
26510
- }, "$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 & {
26511
+ }, "$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 & {
26511
26512
  page: string | number;
26512
26513
  expanded: readonly string[];
26513
26514
  style: vue.StyleValue;
@@ -26993,7 +26994,7 @@ declare const VDataTableServer: {
26993
26994
  'update:options': (options: any) => true;
26994
26995
  'update:expanded': (options: any) => true;
26995
26996
  'update:groupBy': (value: any) => true;
26996
- }, "$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, {
26997
+ }, "$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, {
26997
26998
  page: string | number;
26998
26999
  expanded: readonly string[];
26999
27000
  style: vue.StyleValue;
@@ -27489,7 +27490,7 @@ declare const VDatePicker: {
27489
27490
  'update:month': (date: any) => true;
27490
27491
  'update:year': (date: any) => true;
27491
27492
  'update:viewMode': (date: any) => true;
27492
- }, "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 & {
27493
+ }, "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 & {
27493
27494
  transition: string;
27494
27495
  header: string;
27495
27496
  style: vue.StyleValue;
@@ -27704,7 +27705,7 @@ declare const VDatePicker: {
27704
27705
  'update:month': (date: any) => true;
27705
27706
  'update:year': (date: any) => true;
27706
27707
  'update:viewMode': (date: any) => true;
27707
- }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:title" | "v-slot:header" | "v-slot:actions">, string, {
27708
+ }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:header" | "v-slot:actions">, string, {
27708
27709
  active: string | string[];
27709
27710
  transition: string;
27710
27711
  header: string;
@@ -29351,9 +29352,9 @@ declare const VDialog: {
29351
29352
  class?: any;
29352
29353
  theme?: string | undefined;
29353
29354
  contentClass?: any;
29355
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29354
29356
  closeDelay?: string | number | undefined;
29355
29357
  openDelay?: string | number | undefined;
29356
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29357
29358
  openOnClick?: boolean | undefined;
29358
29359
  openOnFocus?: boolean | undefined;
29359
29360
  contentProps?: any;
@@ -29461,9 +29462,9 @@ declare const VDialog: {
29461
29462
  class?: any;
29462
29463
  theme?: string | undefined;
29463
29464
  contentClass?: any;
29465
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29464
29466
  closeDelay?: string | number | undefined;
29465
29467
  openDelay?: string | number | undefined;
29466
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29467
29468
  openOnClick?: boolean | undefined;
29468
29469
  openOnFocus?: boolean | undefined;
29469
29470
  contentProps?: any;
@@ -29540,9 +29541,9 @@ declare const VDialog: {
29540
29541
  class?: any;
29541
29542
  theme?: string | undefined;
29542
29543
  contentClass?: any;
29544
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29543
29545
  closeDelay?: string | number | undefined;
29544
29546
  openDelay?: string | number | undefined;
29545
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29546
29547
  openOnClick?: boolean | undefined;
29547
29548
  openOnFocus?: boolean | undefined;
29548
29549
  contentProps?: any;
@@ -29603,7 +29604,7 @@ declare const VDialog: {
29603
29604
  }>;
29604
29605
  $root: vue.ComponentPublicInstance | null;
29605
29606
  $parent: vue.ComponentPublicInstance | null;
29606
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
29607
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
29607
29608
  $el: any;
29608
29609
  $options: vue.ComponentOptionsBase<{
29609
29610
  absolute: boolean;
@@ -29643,9 +29644,9 @@ declare const VDialog: {
29643
29644
  class?: any;
29644
29645
  theme?: string | undefined;
29645
29646
  contentClass?: any;
29647
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29646
29648
  closeDelay?: string | number | undefined;
29647
29649
  openDelay?: string | number | undefined;
29648
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29649
29650
  openOnClick?: boolean | undefined;
29650
29651
  openOnFocus?: boolean | undefined;
29651
29652
  contentProps?: any;
@@ -29795,9 +29796,9 @@ declare const VDialog: {
29795
29796
  class?: any;
29796
29797
  theme?: string | undefined;
29797
29798
  contentClass?: any;
29799
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29798
29800
  closeDelay?: string | number | undefined;
29799
29801
  openDelay?: string | number | undefined;
29800
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29801
29802
  openOnClick?: boolean | undefined;
29802
29803
  openOnFocus?: boolean | undefined;
29803
29804
  contentProps?: any;
@@ -29848,7 +29849,7 @@ declare const VDialog: {
29848
29849
  globalTop: Readonly<vue.Ref<boolean>>;
29849
29850
  localTop: vue.ComputedRef<boolean>;
29850
29851
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
29851
- }> & {} & 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}`> & {
29852
+ }> & {} & 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}`> & {
29852
29853
  _allExposed: {
29853
29854
  activatorEl: vue.Ref<HTMLElement | undefined>;
29854
29855
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -29905,9 +29906,9 @@ declare const VDialog: {
29905
29906
  class?: any;
29906
29907
  theme?: string | undefined;
29907
29908
  contentClass?: any;
29909
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29908
29910
  closeDelay?: string | number | undefined;
29909
29911
  openDelay?: string | number | undefined;
29910
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
29911
29912
  openOnClick?: boolean | undefined;
29912
29913
  openOnFocus?: boolean | undefined;
29913
29914
  contentProps?: any;
@@ -30037,9 +30038,9 @@ declare const VDialog: {
30037
30038
  class?: any;
30038
30039
  theme?: string | undefined;
30039
30040
  contentClass?: any;
30041
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30040
30042
  closeDelay?: string | number | undefined;
30041
30043
  openDelay?: string | number | undefined;
30042
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30043
30044
  openOnClick?: boolean | undefined;
30044
30045
  openOnFocus?: boolean | undefined;
30045
30046
  contentProps?: any;
@@ -30147,9 +30148,9 @@ declare const VDialog: {
30147
30148
  class?: any;
30148
30149
  theme?: string | undefined;
30149
30150
  contentClass?: any;
30151
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30150
30152
  closeDelay?: string | number | undefined;
30151
30153
  openDelay?: string | number | undefined;
30152
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30153
30154
  openOnClick?: boolean | undefined;
30154
30155
  openOnFocus?: boolean | undefined;
30155
30156
  contentProps?: any;
@@ -30226,9 +30227,9 @@ declare const VDialog: {
30226
30227
  class?: any;
30227
30228
  theme?: string | undefined;
30228
30229
  contentClass?: any;
30230
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30229
30231
  closeDelay?: string | number | undefined;
30230
30232
  openDelay?: string | number | undefined;
30231
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30232
30233
  openOnClick?: boolean | undefined;
30233
30234
  openOnFocus?: boolean | undefined;
30234
30235
  contentProps?: any;
@@ -30289,7 +30290,7 @@ declare const VDialog: {
30289
30290
  }>;
30290
30291
  $root: vue.ComponentPublicInstance | null;
30291
30292
  $parent: vue.ComponentPublicInstance | null;
30292
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30293
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30293
30294
  $el: any;
30294
30295
  $options: vue.ComponentOptionsBase<{
30295
30296
  absolute: boolean;
@@ -30329,9 +30330,9 @@ declare const VDialog: {
30329
30330
  class?: any;
30330
30331
  theme?: string | undefined;
30331
30332
  contentClass?: any;
30333
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30332
30334
  closeDelay?: string | number | undefined;
30333
30335
  openDelay?: string | number | undefined;
30334
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30335
30336
  openOnClick?: boolean | undefined;
30336
30337
  openOnFocus?: boolean | undefined;
30337
30338
  contentProps?: any;
@@ -30481,9 +30482,9 @@ declare const VDialog: {
30481
30482
  class?: any;
30482
30483
  theme?: string | undefined;
30483
30484
  contentClass?: any;
30485
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30484
30486
  closeDelay?: string | number | undefined;
30485
30487
  openDelay?: string | number | undefined;
30486
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30487
30488
  openOnClick?: boolean | undefined;
30488
30489
  openOnFocus?: boolean | undefined;
30489
30490
  contentProps?: any;
@@ -30534,7 +30535,7 @@ declare const VDialog: {
30534
30535
  globalTop: Readonly<vue.Ref<boolean>>;
30535
30536
  localTop: vue.ComputedRef<boolean>;
30536
30537
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30537
- }> & {} & 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}`> & {
30538
+ }> & {} & 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}`> & {
30538
30539
  _allExposed: {
30539
30540
  activatorEl: vue.Ref<HTMLElement | undefined>;
30540
30541
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -30622,9 +30623,9 @@ declare const VDialog: {
30622
30623
  class?: any;
30623
30624
  theme?: string | undefined;
30624
30625
  contentClass?: any;
30626
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30625
30627
  closeDelay?: string | number | undefined;
30626
30628
  openDelay?: string | number | undefined;
30627
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30628
30629
  openOnClick?: boolean | undefined;
30629
30630
  openOnFocus?: boolean | undefined;
30630
30631
  contentProps?: any;
@@ -30732,9 +30733,9 @@ declare const VDialog: {
30732
30733
  class?: any;
30733
30734
  theme?: string | undefined;
30734
30735
  contentClass?: any;
30736
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30735
30737
  closeDelay?: string | number | undefined;
30736
30738
  openDelay?: string | number | undefined;
30737
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30738
30739
  openOnClick?: boolean | undefined;
30739
30740
  openOnFocus?: boolean | undefined;
30740
30741
  contentProps?: any;
@@ -30811,9 +30812,9 @@ declare const VDialog: {
30811
30812
  class?: any;
30812
30813
  theme?: string | undefined;
30813
30814
  contentClass?: any;
30815
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30814
30816
  closeDelay?: string | number | undefined;
30815
30817
  openDelay?: string | number | undefined;
30816
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30817
30818
  openOnClick?: boolean | undefined;
30818
30819
  openOnFocus?: boolean | undefined;
30819
30820
  contentProps?: any;
@@ -30874,7 +30875,7 @@ declare const VDialog: {
30874
30875
  }>;
30875
30876
  $root: vue.ComponentPublicInstance | null;
30876
30877
  $parent: vue.ComponentPublicInstance | null;
30877
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30878
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30878
30879
  $el: any;
30879
30880
  $options: vue.ComponentOptionsBase<{
30880
30881
  absolute: boolean;
@@ -30914,9 +30915,9 @@ declare const VDialog: {
30914
30915
  class?: any;
30915
30916
  theme?: string | undefined;
30916
30917
  contentClass?: any;
30918
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30917
30919
  closeDelay?: string | number | undefined;
30918
30920
  openDelay?: string | number | undefined;
30919
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
30920
30921
  openOnClick?: boolean | undefined;
30921
30922
  openOnFocus?: boolean | undefined;
30922
30923
  contentProps?: any;
@@ -31066,9 +31067,9 @@ declare const VDialog: {
31066
31067
  class?: any;
31067
31068
  theme?: string | undefined;
31068
31069
  contentClass?: any;
31070
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31069
31071
  closeDelay?: string | number | undefined;
31070
31072
  openDelay?: string | number | undefined;
31071
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
31072
31073
  openOnClick?: boolean | undefined;
31073
31074
  openOnFocus?: boolean | undefined;
31074
31075
  contentProps?: any;
@@ -31119,7 +31120,7 @@ declare const VDialog: {
31119
31120
  globalTop: Readonly<vue.Ref<boolean>>;
31120
31121
  localTop: vue.ComputedRef<boolean>;
31121
31122
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31122
- }> & {} & 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}`> & {
31123
+ }> & {} & 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}`> & {
31123
31124
  _allExposed: {
31124
31125
  activatorEl: vue.Ref<HTMLElement | undefined>;
31125
31126
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -34007,7 +34008,7 @@ declare const VFileInput: {
34007
34008
  errorMessages: vue.ComputedRef<string[]>;
34008
34009
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
34009
34010
  'update:modelValue': (value: any) => true;
34010
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
34011
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
34011
34012
  error: boolean;
34012
34013
  direction: "horizontal" | "vertical";
34013
34014
  style: vue.StyleValue;
@@ -34579,7 +34580,7 @@ declare const VFileInput: {
34579
34580
  errorMessages: vue.ComputedRef<string[]>;
34580
34581
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
34581
34582
  'update:modelValue': (value: any) => true;
34582
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
34583
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
34583
34584
  error: boolean;
34584
34585
  direction: "horizontal" | "vertical";
34585
34586
  style: vue.StyleValue;
@@ -34986,7 +34987,7 @@ declare const VFileInput: {
34986
34987
  errorMessages: vue.ComputedRef<string[]>;
34987
34988
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
34988
34989
  'update:modelValue': (value: any) => true;
34989
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
34990
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
34990
34991
  error: boolean;
34991
34992
  direction: "horizontal" | "vertical";
34992
34993
  style: vue.StyleValue;
@@ -39423,9 +39424,9 @@ declare const VNavigationDrawer: {
39423
39424
  tag: string;
39424
39425
  sticky: boolean;
39425
39426
  modelValue: boolean | null;
39426
- scrim: string | boolean;
39427
39427
  tile: boolean;
39428
39428
  floating: boolean;
39429
+ scrim: string | boolean;
39429
39430
  touchless: boolean;
39430
39431
  disableResizeWatcher: boolean;
39431
39432
  disableRouteWatcher: boolean;
@@ -39483,9 +39484,9 @@ declare const VNavigationDrawer: {
39483
39484
  tag: string;
39484
39485
  sticky: boolean;
39485
39486
  modelValue: boolean | null;
39486
- scrim: string | boolean;
39487
39487
  tile: boolean;
39488
39488
  floating: boolean;
39489
+ scrim: string | boolean;
39489
39490
  touchless: boolean;
39490
39491
  disableResizeWatcher: boolean;
39491
39492
  disableRouteWatcher: boolean;
@@ -39539,9 +39540,9 @@ declare const VNavigationDrawer: {
39539
39540
  sticky: boolean;
39540
39541
  modelValue: boolean | null;
39541
39542
  rounded: string | number | boolean;
39542
- scrim: string | boolean;
39543
39543
  tile: boolean;
39544
39544
  floating: boolean;
39545
+ scrim: string | boolean;
39545
39546
  touchless: boolean;
39546
39547
  disableResizeWatcher: boolean;
39547
39548
  disableRouteWatcher: boolean;
@@ -39573,9 +39574,9 @@ declare const VNavigationDrawer: {
39573
39574
  tag: string;
39574
39575
  sticky: boolean;
39575
39576
  modelValue: boolean | null;
39576
- scrim: string | boolean;
39577
39577
  tile: boolean;
39578
39578
  floating: boolean;
39579
+ scrim: string | boolean;
39579
39580
  touchless: boolean;
39580
39581
  disableResizeWatcher: boolean;
39581
39582
  disableRouteWatcher: boolean;
@@ -39631,9 +39632,9 @@ declare const VNavigationDrawer: {
39631
39632
  sticky: boolean;
39632
39633
  modelValue: boolean | null;
39633
39634
  rounded: string | number | boolean;
39634
- scrim: string | boolean;
39635
39635
  tile: boolean;
39636
39636
  floating: boolean;
39637
+ scrim: string | boolean;
39637
39638
  touchless: boolean;
39638
39639
  disableResizeWatcher: boolean;
39639
39640
  disableRouteWatcher: boolean;
@@ -39657,9 +39658,9 @@ declare const VNavigationDrawer: {
39657
39658
  tag: string;
39658
39659
  sticky: boolean;
39659
39660
  modelValue: boolean | null;
39660
- scrim: string | boolean;
39661
39661
  tile: boolean;
39662
39662
  floating: boolean;
39663
+ scrim: string | boolean;
39663
39664
  touchless: boolean;
39664
39665
  disableResizeWatcher: boolean;
39665
39666
  disableRouteWatcher: boolean;
@@ -39718,9 +39719,9 @@ declare const VNavigationDrawer: {
39718
39719
  sticky: boolean;
39719
39720
  modelValue: boolean | null;
39720
39721
  rounded: string | number | boolean;
39721
- scrim: string | boolean;
39722
39722
  tile: boolean;
39723
39723
  floating: boolean;
39724
+ scrim: string | boolean;
39724
39725
  touchless: boolean;
39725
39726
  disableResizeWatcher: boolean;
39726
39727
  disableRouteWatcher: boolean;
@@ -40317,9 +40318,9 @@ declare const VOverlay: {
40317
40318
  class?: any;
40318
40319
  theme?: string | undefined;
40319
40320
  contentClass?: any;
40321
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
40320
40322
  closeDelay?: string | number | undefined;
40321
40323
  openDelay?: string | number | undefined;
40322
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
40323
40324
  openOnClick?: boolean | undefined;
40324
40325
  openOnFocus?: boolean | undefined;
40325
40326
  contentProps?: any;
@@ -40413,9 +40414,9 @@ declare const VOverlay: {
40413
40414
  class?: any;
40414
40415
  theme?: string | undefined;
40415
40416
  contentClass?: any;
40417
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
40416
40418
  closeDelay?: string | number | undefined;
40417
40419
  openDelay?: string | number | undefined;
40418
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
40419
40420
  openOnClick?: boolean | undefined;
40420
40421
  openOnFocus?: boolean | undefined;
40421
40422
  contentProps?: any;
@@ -40538,9 +40539,9 @@ declare const VOverlay: {
40538
40539
  class?: any;
40539
40540
  theme?: string | undefined;
40540
40541
  contentClass?: any;
40542
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
40541
40543
  closeDelay?: string | number | undefined;
40542
40544
  openDelay?: string | number | undefined;
40543
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
40544
40545
  openOnClick?: boolean | undefined;
40545
40546
  openOnFocus?: boolean | undefined;
40546
40547
  contentProps?: any;
@@ -40660,9 +40661,9 @@ declare const VOverlay: {
40660
40661
  class?: any;
40661
40662
  theme?: string | undefined;
40662
40663
  contentClass?: any;
40664
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
40663
40665
  closeDelay?: string | number | undefined;
40664
40666
  openDelay?: string | number | undefined;
40665
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
40666
40667
  openOnClick?: boolean | undefined;
40667
40668
  openOnFocus?: boolean | undefined;
40668
40669
  contentProps?: any;
@@ -42758,7 +42759,7 @@ declare const VRadioGroup: {
42758
42759
  hideDetails?: boolean | "auto" | undefined;
42759
42760
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
42760
42761
  'update:modelValue': (value: any) => true;
42761
- }, "$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 & {
42762
+ }, "$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 & {
42762
42763
  type: string;
42763
42764
  inline: boolean;
42764
42765
  error: boolean;
@@ -42961,7 +42962,7 @@ declare const VRadioGroup: {
42961
42962
  hideDetails?: boolean | "auto" | undefined;
42962
42963
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
42963
42964
  'update:modelValue': (value: any) => true;
42964
- }, "$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, {
42965
+ }, "$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, {
42965
42966
  type: string;
42966
42967
  inline: boolean;
42967
42968
  error: boolean;
@@ -45005,7 +45006,7 @@ declare const VSelect: {
45005
45006
  'update:focused': (focused: boolean) => true;
45006
45007
  'update:modelValue': (value: any) => true;
45007
45008
  'update:menu': (ue: boolean) => true;
45008
- }, "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 & {
45009
+ }, "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 & {
45009
45010
  flat: boolean;
45010
45011
  reverse: boolean;
45011
45012
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -46597,7 +46598,7 @@ declare const VSelect: {
46597
46598
  'update:focused': (focused: boolean) => true;
46598
46599
  'update:modelValue': (value: any) => true;
46599
46600
  'update:menu': (ue: boolean) => true;
46600
- }, "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, {
46601
+ }, "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, {
46601
46602
  flat: boolean;
46602
46603
  reverse: boolean;
46603
46604
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -48804,6 +48805,7 @@ declare const VSnackbar: {
48804
48805
  timeout: string | number;
48805
48806
  vertical: boolean;
48806
48807
  modelValue: boolean;
48808
+ tile: boolean;
48807
48809
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
48808
48810
  updateLocation: (e?: Event) => void;
48809
48811
  });
@@ -48812,7 +48814,6 @@ declare const VSnackbar: {
48812
48814
  closeOnContentClick: boolean;
48813
48815
  closeOnBack: boolean;
48814
48816
  contained: boolean;
48815
- tile: boolean;
48816
48817
  multiLine: boolean;
48817
48818
  } & {
48818
48819
  offset?: string | number | number[] | undefined;
@@ -48832,9 +48833,9 @@ declare const VSnackbar: {
48832
48833
  timer?: string | boolean | undefined;
48833
48834
  rounded?: string | number | boolean | undefined;
48834
48835
  contentClass?: any;
48836
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
48835
48837
  closeDelay?: string | number | undefined;
48836
48838
  openDelay?: string | number | undefined;
48837
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
48838
48839
  openOnClick?: boolean | undefined;
48839
48840
  openOnFocus?: boolean | undefined;
48840
48841
  contentProps?: any;
@@ -48941,9 +48942,9 @@ declare const VSnackbar: {
48941
48942
  class?: any;
48942
48943
  theme?: string | undefined;
48943
48944
  contentClass?: any;
48945
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
48944
48946
  closeDelay?: string | number | undefined;
48945
48947
  openDelay?: string | number | undefined;
48946
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
48947
48948
  openOnClick?: boolean | undefined;
48948
48949
  openOnFocus?: boolean | undefined;
48949
48950
  contentProps?: any;
@@ -49020,9 +49021,9 @@ declare const VSnackbar: {
49020
49021
  class?: any;
49021
49022
  theme?: string | undefined;
49022
49023
  contentClass?: any;
49024
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49023
49025
  closeDelay?: string | number | undefined;
49024
49026
  openDelay?: string | number | undefined;
49025
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49026
49027
  openOnClick?: boolean | undefined;
49027
49028
  openOnFocus?: boolean | undefined;
49028
49029
  contentProps?: any;
@@ -49083,7 +49084,7 @@ declare const VSnackbar: {
49083
49084
  }>;
49084
49085
  $root: vue.ComponentPublicInstance | null;
49085
49086
  $parent: vue.ComponentPublicInstance | null;
49086
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
49087
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
49087
49088
  $el: any;
49088
49089
  $options: vue.ComponentOptionsBase<{
49089
49090
  absolute: boolean;
@@ -49123,9 +49124,9 @@ declare const VSnackbar: {
49123
49124
  class?: any;
49124
49125
  theme?: string | undefined;
49125
49126
  contentClass?: any;
49127
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49126
49128
  closeDelay?: string | number | undefined;
49127
49129
  openDelay?: string | number | undefined;
49128
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49129
49130
  openOnClick?: boolean | undefined;
49130
49131
  openOnFocus?: boolean | undefined;
49131
49132
  contentProps?: any;
@@ -49275,9 +49276,9 @@ declare const VSnackbar: {
49275
49276
  class?: any;
49276
49277
  theme?: string | undefined;
49277
49278
  contentClass?: any;
49279
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49278
49280
  closeDelay?: string | number | undefined;
49279
49281
  openDelay?: string | number | undefined;
49280
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49281
49282
  openOnClick?: boolean | undefined;
49282
49283
  openOnFocus?: boolean | undefined;
49283
49284
  contentProps?: any;
@@ -49328,7 +49329,7 @@ declare const VSnackbar: {
49328
49329
  globalTop: Readonly<Ref<boolean>>;
49329
49330
  localTop: vue.ComputedRef<boolean>;
49330
49331
  updateLocation: Ref<((e: Event) => void) | undefined>;
49331
- }> & {} & 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}`> & {
49332
+ }> & {} & 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}`> & {
49332
49333
  _allExposed: {
49333
49334
  activatorEl: Ref<HTMLElement | undefined>;
49334
49335
  scrimEl: Ref<HTMLElement | undefined>;
@@ -49356,6 +49357,7 @@ declare const VSnackbar: {
49356
49357
  timeout: string | number;
49357
49358
  vertical: boolean;
49358
49359
  modelValue: boolean;
49360
+ tile: boolean;
49359
49361
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
49360
49362
  updateLocation: (e?: Event) => void;
49361
49363
  });
@@ -49364,7 +49366,6 @@ declare const VSnackbar: {
49364
49366
  closeOnContentClick: boolean;
49365
49367
  closeOnBack: boolean;
49366
49368
  contained: boolean;
49367
- tile: boolean;
49368
49369
  multiLine: boolean;
49369
49370
  } & {
49370
49371
  offset?: string | number | number[] | undefined;
@@ -49384,9 +49385,9 @@ declare const VSnackbar: {
49384
49385
  timer?: string | boolean | undefined;
49385
49386
  rounded?: string | number | boolean | undefined;
49386
49387
  contentClass?: any;
49388
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49387
49389
  closeDelay?: string | number | undefined;
49388
49390
  openDelay?: string | number | undefined;
49389
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49390
49391
  openOnClick?: boolean | undefined;
49391
49392
  openOnFocus?: boolean | undefined;
49392
49393
  contentProps?: any;
@@ -49442,6 +49443,7 @@ declare const VSnackbar: {
49442
49443
  vertical: boolean;
49443
49444
  modelValue: boolean;
49444
49445
  rounded: string | number | boolean;
49446
+ tile: boolean;
49445
49447
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
49446
49448
  updateLocation: (e?: Event) => void;
49447
49449
  });
@@ -49452,7 +49454,6 @@ declare const VSnackbar: {
49452
49454
  closeOnContentClick: boolean;
49453
49455
  closeOnBack: boolean;
49454
49456
  contained: boolean;
49455
- tile: boolean;
49456
49457
  multiLine: boolean;
49457
49458
  }, true, {}, vue.SlotsType<Partial<{
49458
49459
  activator: (arg: {
@@ -49486,6 +49487,7 @@ declare const VSnackbar: {
49486
49487
  timeout: string | number;
49487
49488
  vertical: boolean;
49488
49489
  modelValue: boolean;
49490
+ tile: boolean;
49489
49491
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
49490
49492
  updateLocation: (e?: Event) => void;
49491
49493
  });
@@ -49494,7 +49496,6 @@ declare const VSnackbar: {
49494
49496
  closeOnContentClick: boolean;
49495
49497
  closeOnBack: boolean;
49496
49498
  contained: boolean;
49497
- tile: boolean;
49498
49499
  multiLine: boolean;
49499
49500
  } & {
49500
49501
  offset?: string | number | number[] | undefined;
@@ -49514,9 +49515,9 @@ declare const VSnackbar: {
49514
49515
  timer?: string | boolean | undefined;
49515
49516
  rounded?: string | number | boolean | undefined;
49516
49517
  contentClass?: any;
49518
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49517
49519
  closeDelay?: string | number | undefined;
49518
49520
  openDelay?: string | number | undefined;
49519
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49520
49521
  openOnClick?: boolean | undefined;
49521
49522
  openOnFocus?: boolean | undefined;
49522
49523
  contentProps?: any;
@@ -49623,9 +49624,9 @@ declare const VSnackbar: {
49623
49624
  class?: any;
49624
49625
  theme?: string | undefined;
49625
49626
  contentClass?: any;
49627
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49626
49628
  closeDelay?: string | number | undefined;
49627
49629
  openDelay?: string | number | undefined;
49628
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49629
49630
  openOnClick?: boolean | undefined;
49630
49631
  openOnFocus?: boolean | undefined;
49631
49632
  contentProps?: any;
@@ -49702,9 +49703,9 @@ declare const VSnackbar: {
49702
49703
  class?: any;
49703
49704
  theme?: string | undefined;
49704
49705
  contentClass?: any;
49706
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49705
49707
  closeDelay?: string | number | undefined;
49706
49708
  openDelay?: string | number | undefined;
49707
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49708
49709
  openOnClick?: boolean | undefined;
49709
49710
  openOnFocus?: boolean | undefined;
49710
49711
  contentProps?: any;
@@ -49765,7 +49766,7 @@ declare const VSnackbar: {
49765
49766
  }>;
49766
49767
  $root: vue.ComponentPublicInstance | null;
49767
49768
  $parent: vue.ComponentPublicInstance | null;
49768
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
49769
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
49769
49770
  $el: any;
49770
49771
  $options: vue.ComponentOptionsBase<{
49771
49772
  absolute: boolean;
@@ -49805,9 +49806,9 @@ declare const VSnackbar: {
49805
49806
  class?: any;
49806
49807
  theme?: string | undefined;
49807
49808
  contentClass?: any;
49809
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49808
49810
  closeDelay?: string | number | undefined;
49809
49811
  openDelay?: string | number | undefined;
49810
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49811
49812
  openOnClick?: boolean | undefined;
49812
49813
  openOnFocus?: boolean | undefined;
49813
49814
  contentProps?: any;
@@ -49957,9 +49958,9 @@ declare const VSnackbar: {
49957
49958
  class?: any;
49958
49959
  theme?: string | undefined;
49959
49960
  contentClass?: any;
49961
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49960
49962
  closeDelay?: string | number | undefined;
49961
49963
  openDelay?: string | number | undefined;
49962
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
49963
49964
  openOnClick?: boolean | undefined;
49964
49965
  openOnFocus?: boolean | undefined;
49965
49966
  contentProps?: any;
@@ -50010,7 +50011,7 @@ declare const VSnackbar: {
50010
50011
  globalTop: Readonly<Ref<boolean>>;
50011
50012
  localTop: vue.ComputedRef<boolean>;
50012
50013
  updateLocation: Ref<((e: Event) => void) | undefined>;
50013
- }> & {} & 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}`> & {
50014
+ }> & {} & 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}`> & {
50014
50015
  _allExposed: {
50015
50016
  activatorEl: Ref<HTMLElement | undefined>;
50016
50017
  scrimEl: Ref<HTMLElement | undefined>;
@@ -50037,6 +50038,7 @@ declare const VSnackbar: {
50037
50038
  vertical: boolean;
50038
50039
  modelValue: boolean;
50039
50040
  rounded: string | number | boolean;
50041
+ tile: boolean;
50040
50042
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
50041
50043
  updateLocation: (e?: Event) => void;
50042
50044
  });
@@ -50047,7 +50049,6 @@ declare const VSnackbar: {
50047
50049
  closeOnContentClick: boolean;
50048
50050
  closeOnBack: boolean;
50049
50051
  contained: boolean;
50050
- tile: boolean;
50051
50052
  multiLine: boolean;
50052
50053
  }>;
50053
50054
  __isFragment?: never;
@@ -50068,6 +50069,7 @@ declare const VSnackbar: {
50068
50069
  timeout: string | number;
50069
50070
  vertical: boolean;
50070
50071
  modelValue: boolean;
50072
+ tile: boolean;
50071
50073
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
50072
50074
  updateLocation: (e?: Event) => void;
50073
50075
  });
@@ -50076,7 +50078,6 @@ declare const VSnackbar: {
50076
50078
  closeOnContentClick: boolean;
50077
50079
  closeOnBack: boolean;
50078
50080
  contained: boolean;
50079
- tile: boolean;
50080
50081
  multiLine: boolean;
50081
50082
  } & {
50082
50083
  offset?: string | number | number[] | undefined;
@@ -50096,9 +50097,9 @@ declare const VSnackbar: {
50096
50097
  timer?: string | boolean | undefined;
50097
50098
  rounded?: string | number | boolean | undefined;
50098
50099
  contentClass?: any;
50100
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50099
50101
  closeDelay?: string | number | undefined;
50100
50102
  openDelay?: string | number | undefined;
50101
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50102
50103
  openOnClick?: boolean | undefined;
50103
50104
  openOnFocus?: boolean | undefined;
50104
50105
  contentProps?: any;
@@ -50205,9 +50206,9 @@ declare const VSnackbar: {
50205
50206
  class?: any;
50206
50207
  theme?: string | undefined;
50207
50208
  contentClass?: any;
50209
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50208
50210
  closeDelay?: string | number | undefined;
50209
50211
  openDelay?: string | number | undefined;
50210
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50211
50212
  openOnClick?: boolean | undefined;
50212
50213
  openOnFocus?: boolean | undefined;
50213
50214
  contentProps?: any;
@@ -50284,9 +50285,9 @@ declare const VSnackbar: {
50284
50285
  class?: any;
50285
50286
  theme?: string | undefined;
50286
50287
  contentClass?: any;
50288
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50287
50289
  closeDelay?: string | number | undefined;
50288
50290
  openDelay?: string | number | undefined;
50289
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50290
50291
  openOnClick?: boolean | undefined;
50291
50292
  openOnFocus?: boolean | undefined;
50292
50293
  contentProps?: any;
@@ -50347,7 +50348,7 @@ declare const VSnackbar: {
50347
50348
  }>;
50348
50349
  $root: vue.ComponentPublicInstance | null;
50349
50350
  $parent: vue.ComponentPublicInstance | null;
50350
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
50351
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
50351
50352
  $el: any;
50352
50353
  $options: vue.ComponentOptionsBase<{
50353
50354
  absolute: boolean;
@@ -50387,9 +50388,9 @@ declare const VSnackbar: {
50387
50388
  class?: any;
50388
50389
  theme?: string | undefined;
50389
50390
  contentClass?: any;
50391
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50390
50392
  closeDelay?: string | number | undefined;
50391
50393
  openDelay?: string | number | undefined;
50392
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50393
50394
  openOnClick?: boolean | undefined;
50394
50395
  openOnFocus?: boolean | undefined;
50395
50396
  contentProps?: any;
@@ -50539,9 +50540,9 @@ declare const VSnackbar: {
50539
50540
  class?: any;
50540
50541
  theme?: string | undefined;
50541
50542
  contentClass?: any;
50543
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50542
50544
  closeDelay?: string | number | undefined;
50543
50545
  openDelay?: string | number | undefined;
50544
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
50545
50546
  openOnClick?: boolean | undefined;
50546
50547
  openOnFocus?: boolean | undefined;
50547
50548
  contentProps?: any;
@@ -50592,7 +50593,7 @@ declare const VSnackbar: {
50592
50593
  globalTop: Readonly<Ref<boolean>>;
50593
50594
  localTop: vue.ComputedRef<boolean>;
50594
50595
  updateLocation: Ref<((e: Event) => void) | undefined>;
50595
- }> & {} & 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}`> & {
50596
+ }> & {} & 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}`> & {
50596
50597
  _allExposed: {
50597
50598
  activatorEl: Ref<HTMLElement | undefined>;
50598
50599
  scrimEl: Ref<HTMLElement | undefined>;
@@ -50621,6 +50622,7 @@ declare const VSnackbar: {
50621
50622
  vertical: boolean;
50622
50623
  modelValue: boolean;
50623
50624
  rounded: string | number | boolean;
50625
+ tile: boolean;
50624
50626
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
50625
50627
  updateLocation: (e?: Event) => void;
50626
50628
  });
@@ -50631,7 +50633,6 @@ declare const VSnackbar: {
50631
50633
  closeOnContentClick: boolean;
50632
50634
  closeOnBack: boolean;
50633
50635
  contained: boolean;
50634
- tile: boolean;
50635
50636
  multiLine: boolean;
50636
50637
  }, {}, string, vue.SlotsType<Partial<{
50637
50638
  activator: (arg: {
@@ -50690,6 +50691,7 @@ declare const VSnackbar: {
50690
50691
  theme: StringConstructor;
50691
50692
  modelValue: BooleanConstructor;
50692
50693
  contentClass: null;
50694
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
50693
50695
  locationStrategy: {
50694
50696
  type: vue.PropType<StrategyProps["locationStrategy"]>;
50695
50697
  default: string;
@@ -50697,7 +50699,6 @@ declare const VSnackbar: {
50697
50699
  };
50698
50700
  closeDelay: (StringConstructor | NumberConstructor)[];
50699
50701
  openDelay: (StringConstructor | NumberConstructor)[];
50700
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
50701
50702
  activatorProps: {
50702
50703
  type: vue.PropType<Record<string, any>>;
50703
50704
  default: () => {};
@@ -50789,6 +50790,7 @@ declare const VSnackbar: {
50789
50790
  theme: StringConstructor;
50790
50791
  modelValue: BooleanConstructor;
50791
50792
  contentClass: null;
50793
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
50792
50794
  locationStrategy: {
50793
50795
  type: vue.PropType<StrategyProps["locationStrategy"]>;
50794
50796
  default: string;
@@ -50796,7 +50798,6 @@ declare const VSnackbar: {
50796
50798
  };
50797
50799
  closeDelay: (StringConstructor | NumberConstructor)[];
50798
50800
  openDelay: (StringConstructor | NumberConstructor)[];
50799
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
50800
50801
  activatorProps: {
50801
50802
  type: vue.PropType<Record<string, any>>;
50802
50803
  default: () => {};
@@ -51757,6 +51758,7 @@ declare const VSpeedDial: {
51757
51758
  persistent: BooleanConstructor;
51758
51759
  modelValue: BooleanConstructor;
51759
51760
  contentClass: null;
51761
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
51760
51762
  locationStrategy: Omit<{
51761
51763
  type: vue.PropType<StrategyProps["locationStrategy"]>;
51762
51764
  default: string;
@@ -51791,7 +51793,6 @@ declare const VSpeedDial: {
51791
51793
  type: vue.PropType<string | number>;
51792
51794
  default: NonNullable<string | number>;
51793
51795
  };
51794
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
51795
51796
  activatorProps: {
51796
51797
  type: vue.PropType<Record<string, any>>;
51797
51798
  default: () => {};
@@ -51900,6 +51901,7 @@ declare const VSpeedDial: {
51900
51901
  persistent: BooleanConstructor;
51901
51902
  modelValue: BooleanConstructor;
51902
51903
  contentClass: null;
51904
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
51903
51905
  locationStrategy: Omit<{
51904
51906
  type: vue.PropType<StrategyProps["locationStrategy"]>;
51905
51907
  default: string;
@@ -51934,7 +51936,6 @@ declare const VSpeedDial: {
51934
51936
  type: vue.PropType<string | number>;
51935
51937
  default: NonNullable<string | number>;
51936
51938
  };
51937
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
51938
51939
  activatorProps: {
51939
51940
  type: vue.PropType<Record<string, any>>;
51940
51941
  default: () => {};
@@ -53672,7 +53673,7 @@ declare const VSwitch: {
53672
53673
  'update:focused': (focused: boolean) => true;
53673
53674
  'update:modelValue': (value: any) => true;
53674
53675
  'update:indeterminate': (value: boolean) => true;
53675
- }, "$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 & {
53676
+ }, "$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 & {
53676
53677
  flat: boolean;
53677
53678
  inline: boolean;
53678
53679
  error: boolean;
@@ -53922,7 +53923,7 @@ declare const VSwitch: {
53922
53923
  'update:focused': (focused: boolean) => true;
53923
53924
  'update:modelValue': (value: any) => true;
53924
53925
  'update:indeterminate': (value: boolean) => true;
53925
- }, "$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, {
53926
+ }, "$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, {
53926
53927
  flat: boolean;
53927
53928
  inline: boolean;
53928
53929
  error: boolean;
@@ -57251,7 +57252,7 @@ declare const VTextarea: {
57251
57252
  errorMessages: vue.ComputedRef<string[]>;
57252
57253
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
57253
57254
  'update:modelValue': (value: any) => true;
57254
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
57255
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
57255
57256
  error: boolean;
57256
57257
  direction: "horizontal" | "vertical";
57257
57258
  style: vue.StyleValue;
@@ -57790,7 +57791,7 @@ declare const VTextarea: {
57790
57791
  errorMessages: vue.ComputedRef<string[]>;
57791
57792
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
57792
57793
  'update:modelValue': (value: any) => true;
57793
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
57794
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
57794
57795
  error: boolean;
57795
57796
  direction: "horizontal" | "vertical";
57796
57797
  style: vue.StyleValue;
@@ -58182,7 +58183,7 @@ declare const VTextarea: {
58182
58183
  errorMessages: vue.ComputedRef<string[]>;
58183
58184
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
58184
58185
  'update:modelValue': (value: any) => true;
58185
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
58186
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
58186
58187
  error: boolean;
58187
58188
  direction: "horizontal" | "vertical";
58188
58189
  style: vue.StyleValue;
@@ -58826,7 +58827,7 @@ declare const VTextField: {
58826
58827
  errorMessages: vue.ComputedRef<string[]>;
58827
58828
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
58828
58829
  'update:modelValue': (value: any) => true;
58829
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
58830
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
58830
58831
  error: boolean;
58831
58832
  direction: "horizontal" | "vertical";
58832
58833
  style: vue.StyleValue;
@@ -59604,7 +59605,7 @@ declare const VTextField: {
59604
59605
  errorMessages: vue.ComputedRef<string[]>;
59605
59606
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
59606
59607
  'update:modelValue': (value: any) => true;
59607
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
59608
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
59608
59609
  error: boolean;
59609
59610
  direction: "horizontal" | "vertical";
59610
59611
  style: vue.StyleValue;
@@ -60233,7 +60234,7 @@ declare const VTextField: {
60233
60234
  errorMessages: vue.ComputedRef<string[]>;
60234
60235
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
60235
60236
  'update:modelValue': (value: any) => true;
60236
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
60237
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
60237
60238
  error: boolean;
60238
60239
  direction: "horizontal" | "vertical";
60239
60240
  style: vue.StyleValue;
@@ -61782,9 +61783,9 @@ declare const VTooltip: {
61782
61783
  class?: any;
61783
61784
  theme?: string | undefined;
61784
61785
  contentClass?: any;
61786
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
61785
61787
  closeDelay?: string | number | undefined;
61786
61788
  openDelay?: string | number | undefined;
61787
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
61788
61789
  openOnFocus?: boolean | undefined;
61789
61790
  contentProps?: any;
61790
61791
  attach?: string | boolean | Element | undefined;
@@ -61889,9 +61890,9 @@ declare const VTooltip: {
61889
61890
  class?: any;
61890
61891
  theme?: string | undefined;
61891
61892
  contentClass?: any;
61893
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
61892
61894
  closeDelay?: string | number | undefined;
61893
61895
  openDelay?: string | number | undefined;
61894
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
61895
61896
  openOnClick?: boolean | undefined;
61896
61897
  openOnFocus?: boolean | undefined;
61897
61898
  contentProps?: any;
@@ -61968,9 +61969,9 @@ declare const VTooltip: {
61968
61969
  class?: any;
61969
61970
  theme?: string | undefined;
61970
61971
  contentClass?: any;
61972
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
61971
61973
  closeDelay?: string | number | undefined;
61972
61974
  openDelay?: string | number | undefined;
61973
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
61974
61975
  openOnClick?: boolean | undefined;
61975
61976
  openOnFocus?: boolean | undefined;
61976
61977
  contentProps?: any;
@@ -62031,7 +62032,7 @@ declare const VTooltip: {
62031
62032
  }>;
62032
62033
  $root: vue.ComponentPublicInstance | null;
62033
62034
  $parent: vue.ComponentPublicInstance | null;
62034
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
62035
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
62035
62036
  $el: any;
62036
62037
  $options: vue.ComponentOptionsBase<{
62037
62038
  absolute: boolean;
@@ -62071,9 +62072,9 @@ declare const VTooltip: {
62071
62072
  class?: any;
62072
62073
  theme?: string | undefined;
62073
62074
  contentClass?: any;
62075
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62074
62076
  closeDelay?: string | number | undefined;
62075
62077
  openDelay?: string | number | undefined;
62076
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62077
62078
  openOnClick?: boolean | undefined;
62078
62079
  openOnFocus?: boolean | undefined;
62079
62080
  contentProps?: any;
@@ -62223,9 +62224,9 @@ declare const VTooltip: {
62223
62224
  class?: any;
62224
62225
  theme?: string | undefined;
62225
62226
  contentClass?: any;
62227
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62226
62228
  closeDelay?: string | number | undefined;
62227
62229
  openDelay?: string | number | undefined;
62228
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62229
62230
  openOnClick?: boolean | undefined;
62230
62231
  openOnFocus?: boolean | undefined;
62231
62232
  contentProps?: any;
@@ -62276,7 +62277,7 @@ declare const VTooltip: {
62276
62277
  globalTop: Readonly<vue.Ref<boolean>>;
62277
62278
  localTop: vue.ComputedRef<boolean>;
62278
62279
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62279
- }> & {} & 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}`> & {
62280
+ }> & {} & 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}`> & {
62280
62281
  _allExposed: {
62281
62282
  activatorEl: vue.Ref<HTMLElement | undefined>;
62282
62283
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -62327,9 +62328,9 @@ declare const VTooltip: {
62327
62328
  class?: any;
62328
62329
  theme?: string | undefined;
62329
62330
  contentClass?: any;
62331
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62330
62332
  closeDelay?: string | number | undefined;
62331
62333
  openDelay?: string | number | undefined;
62332
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62333
62334
  openOnFocus?: boolean | undefined;
62334
62335
  contentProps?: any;
62335
62336
  attach?: string | boolean | Element | undefined;
@@ -62447,9 +62448,9 @@ declare const VTooltip: {
62447
62448
  class?: any;
62448
62449
  theme?: string | undefined;
62449
62450
  contentClass?: any;
62451
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62450
62452
  closeDelay?: string | number | undefined;
62451
62453
  openDelay?: string | number | undefined;
62452
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62453
62454
  openOnFocus?: boolean | undefined;
62454
62455
  contentProps?: any;
62455
62456
  attach?: string | boolean | Element | undefined;
@@ -62554,9 +62555,9 @@ declare const VTooltip: {
62554
62555
  class?: any;
62555
62556
  theme?: string | undefined;
62556
62557
  contentClass?: any;
62558
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62557
62559
  closeDelay?: string | number | undefined;
62558
62560
  openDelay?: string | number | undefined;
62559
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62560
62561
  openOnClick?: boolean | undefined;
62561
62562
  openOnFocus?: boolean | undefined;
62562
62563
  contentProps?: any;
@@ -62633,9 +62634,9 @@ declare const VTooltip: {
62633
62634
  class?: any;
62634
62635
  theme?: string | undefined;
62635
62636
  contentClass?: any;
62637
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62636
62638
  closeDelay?: string | number | undefined;
62637
62639
  openDelay?: string | number | undefined;
62638
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62639
62640
  openOnClick?: boolean | undefined;
62640
62641
  openOnFocus?: boolean | undefined;
62641
62642
  contentProps?: any;
@@ -62696,7 +62697,7 @@ declare const VTooltip: {
62696
62697
  }>;
62697
62698
  $root: vue.ComponentPublicInstance | null;
62698
62699
  $parent: vue.ComponentPublicInstance | null;
62699
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
62700
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
62700
62701
  $el: any;
62701
62702
  $options: vue.ComponentOptionsBase<{
62702
62703
  absolute: boolean;
@@ -62736,9 +62737,9 @@ declare const VTooltip: {
62736
62737
  class?: any;
62737
62738
  theme?: string | undefined;
62738
62739
  contentClass?: any;
62740
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62739
62741
  closeDelay?: string | number | undefined;
62740
62742
  openDelay?: string | number | undefined;
62741
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62742
62743
  openOnClick?: boolean | undefined;
62743
62744
  openOnFocus?: boolean | undefined;
62744
62745
  contentProps?: any;
@@ -62888,9 +62889,9 @@ declare const VTooltip: {
62888
62889
  class?: any;
62889
62890
  theme?: string | undefined;
62890
62891
  contentClass?: any;
62892
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62891
62893
  closeDelay?: string | number | undefined;
62892
62894
  openDelay?: string | number | undefined;
62893
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
62894
62895
  openOnClick?: boolean | undefined;
62895
62896
  openOnFocus?: boolean | undefined;
62896
62897
  contentProps?: any;
@@ -62941,7 +62942,7 @@ declare const VTooltip: {
62941
62942
  globalTop: Readonly<vue.Ref<boolean>>;
62942
62943
  localTop: vue.ComputedRef<boolean>;
62943
62944
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62944
- }> & {} & 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}`> & {
62945
+ }> & {} & 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}`> & {
62945
62946
  _allExposed: {
62946
62947
  activatorEl: vue.Ref<HTMLElement | undefined>;
62947
62948
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -63020,9 +63021,9 @@ declare const VTooltip: {
63020
63021
  class?: any;
63021
63022
  theme?: string | undefined;
63022
63023
  contentClass?: any;
63024
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63023
63025
  closeDelay?: string | number | undefined;
63024
63026
  openDelay?: string | number | undefined;
63025
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63026
63027
  openOnFocus?: boolean | undefined;
63027
63028
  contentProps?: any;
63028
63029
  attach?: string | boolean | Element | undefined;
@@ -63127,9 +63128,9 @@ declare const VTooltip: {
63127
63128
  class?: any;
63128
63129
  theme?: string | undefined;
63129
63130
  contentClass?: any;
63131
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63130
63132
  closeDelay?: string | number | undefined;
63131
63133
  openDelay?: string | number | undefined;
63132
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63133
63134
  openOnClick?: boolean | undefined;
63134
63135
  openOnFocus?: boolean | undefined;
63135
63136
  contentProps?: any;
@@ -63206,9 +63207,9 @@ declare const VTooltip: {
63206
63207
  class?: any;
63207
63208
  theme?: string | undefined;
63208
63209
  contentClass?: any;
63210
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63209
63211
  closeDelay?: string | number | undefined;
63210
63212
  openDelay?: string | number | undefined;
63211
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63212
63213
  openOnClick?: boolean | undefined;
63213
63214
  openOnFocus?: boolean | undefined;
63214
63215
  contentProps?: any;
@@ -63269,7 +63270,7 @@ declare const VTooltip: {
63269
63270
  }>;
63270
63271
  $root: vue.ComponentPublicInstance | null;
63271
63272
  $parent: vue.ComponentPublicInstance | null;
63272
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
63273
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
63273
63274
  $el: any;
63274
63275
  $options: vue.ComponentOptionsBase<{
63275
63276
  absolute: boolean;
@@ -63309,9 +63310,9 @@ declare const VTooltip: {
63309
63310
  class?: any;
63310
63311
  theme?: string | undefined;
63311
63312
  contentClass?: any;
63313
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63312
63314
  closeDelay?: string | number | undefined;
63313
63315
  openDelay?: string | number | undefined;
63314
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63315
63316
  openOnClick?: boolean | undefined;
63316
63317
  openOnFocus?: boolean | undefined;
63317
63318
  contentProps?: any;
@@ -63461,9 +63462,9 @@ declare const VTooltip: {
63461
63462
  class?: any;
63462
63463
  theme?: string | undefined;
63463
63464
  contentClass?: any;
63465
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63464
63466
  closeDelay?: string | number | undefined;
63465
63467
  openDelay?: string | number | undefined;
63466
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
63467
63468
  openOnClick?: boolean | undefined;
63468
63469
  openOnFocus?: boolean | undefined;
63469
63470
  contentProps?: any;
@@ -63514,7 +63515,7 @@ declare const VTooltip: {
63514
63515
  globalTop: Readonly<vue.Ref<boolean>>;
63515
63516
  localTop: vue.ComputedRef<boolean>;
63516
63517
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63517
- }> & {} & 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}`> & {
63518
+ }> & {} & 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}`> & {
63518
63519
  _allExposed: {
63519
63520
  activatorEl: vue.Ref<HTMLElement | undefined>;
63520
63521
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -63623,6 +63624,7 @@ declare const VTooltip: {
63623
63624
  theme: StringConstructor;
63624
63625
  modelValue: BooleanConstructor;
63625
63626
  contentClass: null;
63627
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
63626
63628
  locationStrategy: Omit<{
63627
63629
  type: vue.PropType<StrategyProps["locationStrategy"]>;
63628
63630
  default: string;
@@ -63645,7 +63647,6 @@ declare const VTooltip: {
63645
63647
  };
63646
63648
  closeDelay: (StringConstructor | NumberConstructor)[];
63647
63649
  openDelay: (StringConstructor | NumberConstructor)[];
63648
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
63649
63650
  activatorProps: {
63650
63651
  type: vue.PropType<Record<string, any>>;
63651
63652
  default: () => {};
@@ -63747,6 +63748,7 @@ declare const VTooltip: {
63747
63748
  theme: StringConstructor;
63748
63749
  modelValue: BooleanConstructor;
63749
63750
  contentClass: null;
63751
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
63750
63752
  locationStrategy: Omit<{
63751
63753
  type: vue.PropType<StrategyProps["locationStrategy"]>;
63752
63754
  default: string;
@@ -63769,7 +63771,6 @@ declare const VTooltip: {
63769
63771
  };
63770
63772
  closeDelay: (StringConstructor | NumberConstructor)[];
63771
63773
  openDelay: (StringConstructor | NumberConstructor)[];
63772
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
63773
63774
  activatorProps: {
63774
63775
  type: vue.PropType<Record<string, any>>;
63775
63776
  default: () => {};