vuetify 3.7.0 → 3.7.1

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 (114) hide show
  1. package/dist/json/attributes.json +169 -169
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +166 -166
  4. package/dist/json/web-types.json +227 -216
  5. package/dist/vuetify-labs.css +3529 -3517
  6. package/dist/vuetify-labs.d.ts +1850 -38
  7. package/dist/vuetify-labs.esm.js +27 -15
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +27 -15
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2464 -2452
  12. package/dist/vuetify.d.ts +444 -120
  13. package/dist/vuetify.esm.js +20 -14
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +20 -14
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +1058 -1057
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +4 -1
  21. package/lib/blueprints/md1.d.mts +4 -1
  22. package/lib/blueprints/md2.d.mts +4 -1
  23. package/lib/blueprints/md3.d.mts +4 -1
  24. package/lib/components/VAlert/index.d.mts +4 -1
  25. package/lib/components/VAppBar/index.d.mts +4 -1
  26. package/lib/components/VAutocomplete/index.d.mts +49 -4
  27. package/lib/components/VAvatar/VAvatar.css +1 -1
  28. package/lib/components/VAvatar/_variables.scss +1 -1
  29. package/lib/components/VAvatar/index.d.mts +4 -1
  30. package/lib/components/VBadge/index.d.mts +4 -1
  31. package/lib/components/VBanner/index.d.mts +4 -1
  32. package/lib/components/VBreadcrumbs/index.d.mts +4 -1
  33. package/lib/components/VBtn/index.d.mts +4 -1
  34. package/lib/components/VCard/index.d.mts +4 -1
  35. package/lib/components/VCarousel/index.d.mts +4 -1
  36. package/lib/components/VCheckbox/index.d.mts +4 -1
  37. package/lib/components/VChip/index.d.mts +4 -1
  38. package/lib/components/VChipGroup/index.d.mts +4 -1
  39. package/lib/components/VCombobox/index.d.mts +49 -4
  40. package/lib/components/VDataTable/index.d.mts +4 -1
  41. package/lib/components/VDatePicker/index.d.mts +4 -1
  42. package/lib/components/VDialog/VDialog.mjs +2 -0
  43. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  44. package/lib/components/VDialog/index.d.mts +42 -3
  45. package/lib/components/VEmptyState/index.d.mts +4 -1
  46. package/lib/components/VExpansionPanel/index.d.mts +4 -1
  47. package/lib/components/VFab/index.d.mts +4 -1
  48. package/lib/components/VField/index.d.mts +4 -1
  49. package/lib/components/VFileInput/index.d.mts +31 -4
  50. package/lib/components/VForm/index.d.mts +96 -3
  51. package/lib/components/VIcon/index.d.mts +4 -1
  52. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
  53. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
  54. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  55. package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
  56. package/lib/components/VInput/index.d.mts +4 -1
  57. package/lib/components/VList/index.d.mts +4 -1
  58. package/lib/components/VMenu/index.d.mts +45 -3
  59. package/lib/components/VPagination/index.d.mts +4 -1
  60. package/lib/components/VRadio/index.d.mts +4 -1
  61. package/lib/components/VRadioGroup/index.d.mts +4 -1
  62. package/lib/components/VRangeSlider/index.d.mts +4 -1
  63. package/lib/components/VRating/index.d.mts +4 -1
  64. package/lib/components/VSelect/index.d.mts +49 -4
  65. package/lib/components/VSelectionControl/index.d.mts +4 -1
  66. package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
  67. package/lib/components/VSlideGroup/index.d.mts +4 -1
  68. package/lib/components/VSlider/index.d.mts +4 -1
  69. package/lib/components/VSnackbar/index.d.mts +36 -3
  70. package/lib/components/VSwitch/index.d.mts +4 -1
  71. package/lib/components/VTabs/index.d.mts +19 -4
  72. package/lib/components/VTextField/index.d.mts +37 -4
  73. package/lib/components/VTextarea/index.d.mts +31 -4
  74. package/lib/components/VTimeline/index.d.mts +4 -1
  75. package/lib/components/VTooltip/index.d.mts +36 -3
  76. package/lib/components/VWindow/index.d.mts +4 -1
  77. package/lib/components/index.d.mts +361 -28
  78. package/lib/components/index.mjs +1 -1
  79. package/lib/components/index.mjs.map +1 -1
  80. package/lib/composables/forwardRefs.mjs +2 -0
  81. package/lib/composables/forwardRefs.mjs.map +1 -1
  82. package/lib/composables/icons.mjs.map +1 -1
  83. package/lib/composables/index.mjs.map +1 -1
  84. package/lib/entry-bundler.mjs +1 -1
  85. package/lib/framework.mjs +1 -1
  86. package/lib/iconsets/fa-svg.d.mts +4 -1
  87. package/lib/iconsets/fa.d.mts +4 -1
  88. package/lib/iconsets/fa4.d.mts +4 -1
  89. package/lib/iconsets/md.d.mts +4 -1
  90. package/lib/iconsets/mdi-svg.d.mts +4 -1
  91. package/lib/iconsets/mdi.d.mts +4 -1
  92. package/lib/index.d.mts +87 -93
  93. package/lib/labs/VDateInput/index.d.mts +4 -1
  94. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
  95. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  96. package/lib/labs/VNumberInput/index.d.mts +2277 -795
  97. package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
  98. package/lib/labs/VStepperVertical/index.d.mts +4 -1
  99. package/lib/labs/VTreeview/index.d.mts +4 -1
  100. package/lib/labs/components.d.mts +2297 -782
  101. package/lib/util/helpers.mjs +7 -3
  102. package/lib/util/helpers.mjs.map +1 -1
  103. package/package.json +2 -6
  104. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  105. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  106. package/lib/components/VTreeview/VTreeview.sass +0 -128
  107. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  108. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  109. package/lib/components/VTreeview/_mixins.sass +0 -18
  110. package/lib/components/VTreeview/_variables.scss +0 -10
  111. package/lib/components/VTreeview/index.mjs +0 -10
  112. package/lib/components/VTreeview/index.mjs.map +0 -1
  113. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  114. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, DirectiveBinding, JSXComponent, ComponentInternalInstance, ComputedRef, Component, EffectScope, nextTick, CSSProperties, WritableComputedRef, UnwrapRef, Prop, InjectionKey } from 'vue';
2
+ import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, DirectiveBinding, FunctionalComponent, ComponentInternalInstance, ComputedRef, Component, EffectScope, nextTick, CSSProperties, WritableComputedRef, UnwrapRef, Prop, InjectionKey } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
  // @ts-ignore
@@ -1107,6 +1107,9 @@ interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'v
1107
1107
  };
1108
1108
  }
1109
1109
 
1110
+ type JSXComponent<Props = any> = {
1111
+ new (): ComponentPublicInstance<Props>;
1112
+ } | FunctionalComponent<Props>;
1110
1113
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
1111
1114
  declare const IconValue: PropType<IconValue>;
1112
1115
  declare const VComponentIcon: {
@@ -6492,7 +6495,21 @@ declare const VMenu: {
6492
6495
  globalTop: Readonly<vue.Ref<boolean>>;
6493
6496
  localTop: vue.ComputedRef<boolean>;
6494
6497
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
6495
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6498
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
6499
+ _allExposed: {
6500
+ activatorEl: vue.Ref<HTMLElement | undefined>;
6501
+ scrimEl: vue.Ref<HTMLElement | undefined>;
6502
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
6503
+ animateClick: () => void;
6504
+ contentEl: vue.Ref<HTMLElement | undefined>;
6505
+ globalTop: Readonly<vue.Ref<boolean>>;
6506
+ localTop: vue.ComputedRef<boolean>;
6507
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
6508
+ } | {
6509
+ id: vue.ComputedRef<string>;
6510
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
6511
+ };
6512
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6496
6513
  'update:modelValue': (value: boolean) => true;
6497
6514
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6498
6515
  location: Anchor | undefined;
@@ -7159,7 +7176,21 @@ declare const VMenu: {
7159
7176
  globalTop: Readonly<vue.Ref<boolean>>;
7160
7177
  localTop: vue.ComputedRef<boolean>;
7161
7178
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7162
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
7179
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
7180
+ _allExposed: {
7181
+ activatorEl: vue.Ref<HTMLElement | undefined>;
7182
+ scrimEl: vue.Ref<HTMLElement | undefined>;
7183
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
7184
+ animateClick: () => void;
7185
+ contentEl: vue.Ref<HTMLElement | undefined>;
7186
+ globalTop: Readonly<vue.Ref<boolean>>;
7187
+ localTop: vue.ComputedRef<boolean>;
7188
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7189
+ } | {
7190
+ id: vue.ComputedRef<string>;
7191
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
7192
+ };
7193
+ }, {}, {}, {}, {
7163
7194
  location: Anchor | undefined;
7164
7195
  origin: "auto" | Anchor | "overlap";
7165
7196
  transition: string | boolean | (vue.TransitionProps & {
@@ -7731,7 +7762,21 @@ declare const VMenu: {
7731
7762
  globalTop: Readonly<vue.Ref<boolean>>;
7732
7763
  localTop: vue.ComputedRef<boolean>;
7733
7764
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7734
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
7765
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
7766
+ _allExposed: {
7767
+ activatorEl: vue.Ref<HTMLElement | undefined>;
7768
+ scrimEl: vue.Ref<HTMLElement | undefined>;
7769
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
7770
+ animateClick: () => void;
7771
+ contentEl: vue.Ref<HTMLElement | undefined>;
7772
+ globalTop: Readonly<vue.Ref<boolean>>;
7773
+ localTop: vue.ComputedRef<boolean>;
7774
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7775
+ } | {
7776
+ id: vue.ComputedRef<string>;
7777
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
7778
+ };
7779
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
7735
7780
  'update:modelValue': (value: boolean) => true;
7736
7781
  }, string, {
7737
7782
  location: Anchor | undefined;
@@ -29289,6 +29334,7 @@ declare const VDialog: {
29289
29334
  targetRef: TemplateRef;
29290
29335
  }) => vue.VNodeChild) | undefined;
29291
29336
  } & {
29337
+ onAfterEnter?: (() => any) | undefined;
29292
29338
  onAfterLeave?: (() => any) | undefined;
29293
29339
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
29294
29340
  }, Omit<Omit<{
@@ -29745,8 +29791,20 @@ declare const VDialog: {
29745
29791
  globalTop: Readonly<vue.Ref<boolean>>;
29746
29792
  localTop: vue.ComputedRef<boolean>;
29747
29793
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
29748
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
29794
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
29795
+ _allExposed: {
29796
+ activatorEl: vue.Ref<HTMLElement | undefined>;
29797
+ scrimEl: vue.Ref<HTMLElement | undefined>;
29798
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
29799
+ animateClick: () => void;
29800
+ contentEl: vue.Ref<HTMLElement | undefined>;
29801
+ globalTop: Readonly<vue.Ref<boolean>>;
29802
+ localTop: vue.ComputedRef<boolean>;
29803
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
29804
+ } | {};
29805
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
29749
29806
  'update:modelValue': (value: boolean) => true;
29807
+ afterEnter: () => true;
29750
29808
  afterLeave: () => true;
29751
29809
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
29752
29810
  absolute: boolean;
@@ -29830,6 +29888,7 @@ declare const VDialog: {
29830
29888
  targetRef: TemplateRef;
29831
29889
  }) => vue.VNodeChild) | undefined;
29832
29890
  } & {
29891
+ onAfterEnter?: (() => any) | undefined;
29833
29892
  onAfterLeave?: (() => any) | undefined;
29834
29893
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
29835
29894
  }, {
@@ -29961,6 +30020,7 @@ declare const VDialog: {
29961
30020
  targetRef: TemplateRef;
29962
30021
  }) => vue.VNodeChild) | undefined;
29963
30022
  } & {
30023
+ onAfterEnter?: (() => any) | undefined;
29964
30024
  onAfterLeave?: (() => any) | undefined;
29965
30025
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
29966
30026
  }, Omit<Omit<{
@@ -30417,7 +30477,18 @@ declare const VDialog: {
30417
30477
  globalTop: Readonly<vue.Ref<boolean>>;
30418
30478
  localTop: vue.ComputedRef<boolean>;
30419
30479
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30420
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
30480
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
30481
+ _allExposed: {
30482
+ activatorEl: vue.Ref<HTMLElement | undefined>;
30483
+ scrimEl: vue.Ref<HTMLElement | undefined>;
30484
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
30485
+ animateClick: () => void;
30486
+ contentEl: vue.Ref<HTMLElement | undefined>;
30487
+ globalTop: Readonly<vue.Ref<boolean>>;
30488
+ localTop: vue.ComputedRef<boolean>;
30489
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30490
+ } | {};
30491
+ }, {}, {}, {}, {
30421
30492
  absolute: boolean;
30422
30493
  location: Anchor;
30423
30494
  origin: "auto" | Anchor | "overlap";
@@ -30534,6 +30605,7 @@ declare const VDialog: {
30534
30605
  targetRef: TemplateRef;
30535
30606
  }) => vue.VNodeChild) | undefined;
30536
30607
  } & {
30608
+ onAfterEnter?: (() => any) | undefined;
30537
30609
  onAfterLeave?: (() => any) | undefined;
30538
30610
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30539
30611
  }, Omit<Omit<{
@@ -30990,8 +31062,20 @@ declare const VDialog: {
30990
31062
  globalTop: Readonly<vue.Ref<boolean>>;
30991
31063
  localTop: vue.ComputedRef<boolean>;
30992
31064
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30993
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
31065
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
31066
+ _allExposed: {
31067
+ activatorEl: vue.Ref<HTMLElement | undefined>;
31068
+ scrimEl: vue.Ref<HTMLElement | undefined>;
31069
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
31070
+ animateClick: () => void;
31071
+ contentEl: vue.Ref<HTMLElement | undefined>;
31072
+ globalTop: Readonly<vue.Ref<boolean>>;
31073
+ localTop: vue.ComputedRef<boolean>;
31074
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31075
+ } | {};
31076
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30994
31077
  'update:modelValue': (value: boolean) => true;
31078
+ afterEnter: () => true;
30995
31079
  afterLeave: () => true;
30996
31080
  }, string, {
30997
31081
  absolute: boolean;
@@ -33949,7 +34033,15 @@ declare const VFileInput: {
33949
34033
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
33950
34034
  modelValue?: unknown;
33951
34035
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
33952
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
34036
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
34037
+ _allExposed: {
34038
+ reset: () => Promise<void>;
34039
+ resetValidation: () => Promise<void>;
34040
+ validate: (silent?: boolean) => Promise<string[]>;
34041
+ isValid: vue.ComputedRef<boolean | null>;
34042
+ errorMessages: vue.ComputedRef<string[]>;
34043
+ } | {};
34044
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
33953
34045
  'click:control': (e: MouseEvent) => true;
33954
34046
  'mousedown:control': (e: MouseEvent) => true;
33955
34047
  'update:focused': (focused: boolean) => true;
@@ -34513,7 +34605,15 @@ declare const VFileInput: {
34513
34605
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
34514
34606
  modelValue?: unknown;
34515
34607
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
34516
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
34608
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
34609
+ _allExposed: {
34610
+ reset: () => Promise<void>;
34611
+ resetValidation: () => Promise<void>;
34612
+ validate: (silent?: boolean) => Promise<string[]>;
34613
+ isValid: vue.ComputedRef<boolean | null>;
34614
+ errorMessages: vue.ComputedRef<string[]>;
34615
+ } | {};
34616
+ }, {}, {}, {}, {
34517
34617
  flat: boolean;
34518
34618
  reverse: boolean;
34519
34619
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -34912,7 +35012,15 @@ declare const VFileInput: {
34912
35012
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
34913
35013
  modelValue?: unknown;
34914
35014
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
34915
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
35015
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
35016
+ _allExposed: {
35017
+ reset: () => Promise<void>;
35018
+ resetValidation: () => Promise<void>;
35019
+ validate: (silent?: boolean) => Promise<string[]>;
35020
+ isValid: vue.ComputedRef<boolean | null>;
35021
+ errorMessages: vue.ComputedRef<string[]>;
35022
+ } | {};
35023
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
34916
35024
  'click:control': (e: MouseEvent) => true;
34917
35025
  'mousedown:control': (e: MouseEvent) => true;
34918
35026
  'update:focused': (focused: boolean) => true;
@@ -35610,7 +35718,38 @@ declare const VForm: {
35610
35718
  }>;
35611
35719
  reset: () => void;
35612
35720
  resetValidation: () => void;
35613
- } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
35721
+ } & HTMLFormElement & {
35722
+ _allExposed: {
35723
+ errors: vue.Ref<{
35724
+ id: number | string;
35725
+ errorMessages: string[];
35726
+ }[]>;
35727
+ isDisabled: vue.ComputedRef<boolean>;
35728
+ isReadonly: vue.ComputedRef<boolean>;
35729
+ isValidating: vue.ShallowRef<boolean>;
35730
+ isValid: vue.Ref<boolean | null> & {
35731
+ readonly externalValue: boolean | null;
35732
+ };
35733
+ items: vue.Ref<{
35734
+ id: number | string;
35735
+ validate: () => Promise<string[]>;
35736
+ reset: () => Promise<void>;
35737
+ resetValidation: () => Promise<void>;
35738
+ vm: vue.Raw<vue.ComponentInternalInstance>;
35739
+ isValid: boolean | null;
35740
+ errorMessages: string[];
35741
+ }[]>;
35742
+ validate: () => Promise<{
35743
+ valid: boolean;
35744
+ errors: {
35745
+ id: number | string;
35746
+ errorMessages: string[];
35747
+ }[];
35748
+ }>;
35749
+ reset: () => void;
35750
+ resetValidation: () => void;
35751
+ };
35752
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
35614
35753
  'update:modelValue': (val: boolean | null) => true;
35615
35754
  submit: (e: SubmitEventPromise) => true;
35616
35755
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -35961,7 +36100,38 @@ declare const VForm: {
35961
36100
  }>;
35962
36101
  reset: () => void;
35963
36102
  resetValidation: () => void;
35964
- } & HTMLFormElement, {}, {}, {}, {
36103
+ } & HTMLFormElement & {
36104
+ _allExposed: {
36105
+ errors: vue.Ref<{
36106
+ id: number | string;
36107
+ errorMessages: string[];
36108
+ }[]>;
36109
+ isDisabled: vue.ComputedRef<boolean>;
36110
+ isReadonly: vue.ComputedRef<boolean>;
36111
+ isValidating: vue.ShallowRef<boolean>;
36112
+ isValid: vue.Ref<boolean | null> & {
36113
+ readonly externalValue: boolean | null;
36114
+ };
36115
+ items: vue.Ref<{
36116
+ id: number | string;
36117
+ validate: () => Promise<string[]>;
36118
+ reset: () => Promise<void>;
36119
+ resetValidation: () => Promise<void>;
36120
+ vm: vue.Raw<vue.ComponentInternalInstance>;
36121
+ isValid: boolean | null;
36122
+ errorMessages: string[];
36123
+ }[]>;
36124
+ validate: () => Promise<{
36125
+ valid: boolean;
36126
+ errors: {
36127
+ id: number | string;
36128
+ errorMessages: string[];
36129
+ }[];
36130
+ }>;
36131
+ reset: () => void;
36132
+ resetValidation: () => void;
36133
+ };
36134
+ }, {}, {}, {}, {
35965
36135
  style: vue.StyleValue;
35966
36136
  disabled: boolean;
35967
36137
  readonly: boolean;
@@ -36138,7 +36308,38 @@ declare const VForm: {
36138
36308
  }>;
36139
36309
  reset: () => void;
36140
36310
  resetValidation: () => void;
36141
- } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36311
+ } & HTMLFormElement & {
36312
+ _allExposed: {
36313
+ errors: vue.Ref<{
36314
+ id: number | string;
36315
+ errorMessages: string[];
36316
+ }[]>;
36317
+ isDisabled: vue.ComputedRef<boolean>;
36318
+ isReadonly: vue.ComputedRef<boolean>;
36319
+ isValidating: vue.ShallowRef<boolean>;
36320
+ isValid: vue.Ref<boolean | null> & {
36321
+ readonly externalValue: boolean | null;
36322
+ };
36323
+ items: vue.Ref<{
36324
+ id: number | string;
36325
+ validate: () => Promise<string[]>;
36326
+ reset: () => Promise<void>;
36327
+ resetValidation: () => Promise<void>;
36328
+ vm: vue.Raw<vue.ComponentInternalInstance>;
36329
+ isValid: boolean | null;
36330
+ errorMessages: string[];
36331
+ }[]>;
36332
+ validate: () => Promise<{
36333
+ valid: boolean;
36334
+ errors: {
36335
+ id: number | string;
36336
+ errorMessages: string[];
36337
+ }[];
36338
+ }>;
36339
+ reset: () => void;
36340
+ resetValidation: () => void;
36341
+ };
36342
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36142
36343
  'update:modelValue': (val: boolean | null) => true;
36143
36344
  submit: (e: SubmitEventPromise) => true;
36144
36345
  }, string, {
@@ -49070,7 +49271,18 @@ declare const VSnackbar: {
49070
49271
  globalTop: Readonly<Ref<boolean>>;
49071
49272
  localTop: vue.ComputedRef<boolean>;
49072
49273
  updateLocation: Ref<((e: Event) => void) | undefined>;
49073
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
49274
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
49275
+ _allExposed: {
49276
+ activatorEl: Ref<HTMLElement | undefined>;
49277
+ scrimEl: Ref<HTMLElement | undefined>;
49278
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
49279
+ animateClick: () => void;
49280
+ contentEl: Ref<HTMLElement | undefined>;
49281
+ globalTop: Readonly<Ref<boolean>>;
49282
+ localTop: vue.ComputedRef<boolean>;
49283
+ updateLocation: Ref<((e: Event) => void) | undefined>;
49284
+ } | {};
49285
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
49074
49286
  'update:modelValue': (v: boolean) => true;
49075
49287
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
49076
49288
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -49741,7 +49953,18 @@ declare const VSnackbar: {
49741
49953
  globalTop: Readonly<Ref<boolean>>;
49742
49954
  localTop: vue.ComputedRef<boolean>;
49743
49955
  updateLocation: Ref<((e: Event) => void) | undefined>;
49744
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
49956
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
49957
+ _allExposed: {
49958
+ activatorEl: Ref<HTMLElement | undefined>;
49959
+ scrimEl: Ref<HTMLElement | undefined>;
49960
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
49961
+ animateClick: () => void;
49962
+ contentEl: Ref<HTMLElement | undefined>;
49963
+ globalTop: Readonly<Ref<boolean>>;
49964
+ localTop: vue.ComputedRef<boolean>;
49965
+ updateLocation: Ref<((e: Event) => void) | undefined>;
49966
+ } | {};
49967
+ }, {}, {}, {}, {
49745
49968
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
49746
49969
  absolute: boolean;
49747
49970
  location: Anchor;
@@ -50312,7 +50535,18 @@ declare const VSnackbar: {
50312
50535
  globalTop: Readonly<Ref<boolean>>;
50313
50536
  localTop: vue.ComputedRef<boolean>;
50314
50537
  updateLocation: Ref<((e: Event) => void) | undefined>;
50315
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50538
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
50539
+ _allExposed: {
50540
+ activatorEl: Ref<HTMLElement | undefined>;
50541
+ scrimEl: Ref<HTMLElement | undefined>;
50542
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
50543
+ animateClick: () => void;
50544
+ contentEl: Ref<HTMLElement | undefined>;
50545
+ globalTop: Readonly<Ref<boolean>>;
50546
+ localTop: vue.ComputedRef<boolean>;
50547
+ updateLocation: Ref<((e: Event) => void) | undefined>;
50548
+ } | {};
50549
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50316
50550
  'update:modelValue': (v: boolean) => true;
50317
50551
  }, string, {
50318
50552
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -54499,7 +54733,11 @@ declare const VTab: {
54499
54733
  }) => any) | undefined;
54500
54734
  }, "group"> & vue.ShallowUnwrapRef<{
54501
54735
  group: GroupItemProvide | null;
54502
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
54736
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
54737
+ _allExposed: {
54738
+ group: GroupItemProvide | null;
54739
+ } | {};
54740
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
54503
54741
  replace: boolean;
54504
54742
  fixed: boolean;
54505
54743
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -55021,7 +55259,11 @@ declare const VTab: {
55021
55259
  }) => any) | undefined;
55022
55260
  }, "group"> & vue.ShallowUnwrapRef<{
55023
55261
  group: GroupItemProvide | null;
55024
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
55262
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
55263
+ _allExposed: {
55264
+ group: GroupItemProvide | null;
55265
+ } | {};
55266
+ }, {}, {}, {}, {
55025
55267
  replace: boolean;
55026
55268
  fixed: boolean;
55027
55269
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -55473,7 +55715,11 @@ declare const VTab: {
55473
55715
  }) => any) | undefined;
55474
55716
  }, "group"> & vue.ShallowUnwrapRef<{
55475
55717
  group: GroupItemProvide | null;
55476
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
55718
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
55719
+ _allExposed: {
55720
+ group: GroupItemProvide | null;
55721
+ } | {};
55722
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
55477
55723
  replace: boolean;
55478
55724
  fixed: boolean;
55479
55725
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -57031,7 +57277,15 @@ declare const VTextarea: {
57031
57277
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
57032
57278
  modelValue?: unknown;
57033
57279
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
57034
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
57280
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
57281
+ _allExposed: {
57282
+ reset: () => Promise<void>;
57283
+ resetValidation: () => Promise<void>;
57284
+ validate: (silent?: boolean) => Promise<string[]>;
57285
+ isValid: vue.ComputedRef<boolean | null>;
57286
+ errorMessages: vue.ComputedRef<string[]>;
57287
+ } | {};
57288
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
57035
57289
  'click:control': (e: MouseEvent) => true;
57036
57290
  'mousedown:control': (e: MouseEvent) => true;
57037
57291
  'update:focused': (focused: boolean) => true;
@@ -57562,7 +57816,15 @@ declare const VTextarea: {
57562
57816
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
57563
57817
  modelValue?: unknown;
57564
57818
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
57565
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
57819
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
57820
+ _allExposed: {
57821
+ reset: () => Promise<void>;
57822
+ resetValidation: () => Promise<void>;
57823
+ validate: (silent?: boolean) => Promise<string[]>;
57824
+ isValid: vue.ComputedRef<boolean | null>;
57825
+ errorMessages: vue.ComputedRef<string[]>;
57826
+ } | {};
57827
+ }, {}, {}, {}, {
57566
57828
  flat: boolean;
57567
57829
  reverse: boolean;
57568
57830
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -57946,7 +58208,15 @@ declare const VTextarea: {
57946
58208
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
57947
58209
  modelValue?: unknown;
57948
58210
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
57949
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
58211
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
58212
+ _allExposed: {
58213
+ reset: () => Promise<void>;
58214
+ resetValidation: () => Promise<void>;
58215
+ validate: (silent?: boolean) => Promise<string[]>;
58216
+ isValid: vue.ComputedRef<boolean | null>;
58217
+ errorMessages: vue.ComputedRef<string[]>;
58218
+ } | {};
58219
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
57950
58220
  'click:control': (e: MouseEvent) => true;
57951
58221
  'mousedown:control': (e: MouseEvent) => true;
57952
58222
  'update:focused': (focused: boolean) => true;
@@ -58818,7 +59088,17 @@ declare const VTextField: {
58818
59088
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
58819
59089
  modelValue?: unknown;
58820
59090
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
58821
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
59091
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
59092
+ _allExposed: {
59093
+ reset: () => Promise<void>;
59094
+ resetValidation: () => Promise<void>;
59095
+ validate: (silent?: boolean) => Promise<string[]>;
59096
+ isValid: vue.ComputedRef<boolean | null>;
59097
+ errorMessages: vue.ComputedRef<string[]>;
59098
+ } | {
59099
+ controlRef: vue.Ref<HTMLElement | undefined>;
59100
+ } | {};
59101
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
58822
59102
  'click:control': (e: MouseEvent) => true;
58823
59103
  'mousedown:control': (e: MouseEvent) => true;
58824
59104
  'update:focused': (focused: boolean) => true;
@@ -59586,7 +59866,17 @@ declare const VTextField: {
59586
59866
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59587
59867
  modelValue?: unknown;
59588
59868
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
59589
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, {}, {}, {}, {
59869
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
59870
+ _allExposed: {
59871
+ reset: () => Promise<void>;
59872
+ resetValidation: () => Promise<void>;
59873
+ validate: (silent?: boolean) => Promise<string[]>;
59874
+ isValid: vue.ComputedRef<boolean | null>;
59875
+ errorMessages: vue.ComputedRef<string[]>;
59876
+ } | {
59877
+ controlRef: vue.Ref<HTMLElement | undefined>;
59878
+ } | {};
59879
+ }, {}, {}, {}, {
59590
59880
  flat: boolean;
59591
59881
  reverse: boolean;
59592
59882
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -60205,7 +60495,17 @@ declare const VTextField: {
60205
60495
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
60206
60496
  modelValue?: unknown;
60207
60497
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
60208
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
60498
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
60499
+ _allExposed: {
60500
+ reset: () => Promise<void>;
60501
+ resetValidation: () => Promise<void>;
60502
+ validate: (silent?: boolean) => Promise<string[]>;
60503
+ isValid: vue.ComputedRef<boolean | null>;
60504
+ errorMessages: vue.ComputedRef<string[]>;
60505
+ } | {
60506
+ controlRef: vue.Ref<HTMLElement | undefined>;
60507
+ } | {};
60508
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
60209
60509
  'click:control': (e: MouseEvent) => true;
60210
60510
  'mousedown:control': (e: MouseEvent) => true;
60211
60511
  'update:focused': (focused: boolean) => true;
@@ -61919,7 +62219,18 @@ declare const VTooltip: {
61919
62219
  globalTop: Readonly<vue.Ref<boolean>>;
61920
62220
  localTop: vue.ComputedRef<boolean>;
61921
62221
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
61922
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
62222
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
62223
+ _allExposed: {
62224
+ activatorEl: vue.Ref<HTMLElement | undefined>;
62225
+ scrimEl: vue.Ref<HTMLElement | undefined>;
62226
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
62227
+ animateClick: () => void;
62228
+ contentEl: vue.Ref<HTMLElement | undefined>;
62229
+ globalTop: Readonly<vue.Ref<boolean>>;
62230
+ localTop: vue.ComputedRef<boolean>;
62231
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62232
+ } | {};
62233
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
61923
62234
  'update:modelValue': (value: boolean) => true;
61924
62235
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
61925
62236
  offset: string | number | number[] | undefined;
@@ -62573,7 +62884,18 @@ declare const VTooltip: {
62573
62884
  globalTop: Readonly<vue.Ref<boolean>>;
62574
62885
  localTop: vue.ComputedRef<boolean>;
62575
62886
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62576
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
62887
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
62888
+ _allExposed: {
62889
+ activatorEl: vue.Ref<HTMLElement | undefined>;
62890
+ scrimEl: vue.Ref<HTMLElement | undefined>;
62891
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
62892
+ animateClick: () => void;
62893
+ contentEl: vue.Ref<HTMLElement | undefined>;
62894
+ globalTop: Readonly<vue.Ref<boolean>>;
62895
+ localTop: vue.ComputedRef<boolean>;
62896
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62897
+ } | {};
62898
+ }, {}, {}, {}, {
62577
62899
  offset: string | number | number[] | undefined;
62578
62900
  location: Anchor;
62579
62901
  origin: "auto" | Anchor | "overlap";
@@ -63135,7 +63457,18 @@ declare const VTooltip: {
63135
63457
  globalTop: Readonly<vue.Ref<boolean>>;
63136
63458
  localTop: vue.ComputedRef<boolean>;
63137
63459
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63138
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
63460
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
63461
+ _allExposed: {
63462
+ activatorEl: vue.Ref<HTMLElement | undefined>;
63463
+ scrimEl: vue.Ref<HTMLElement | undefined>;
63464
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
63465
+ animateClick: () => void;
63466
+ contentEl: vue.Ref<HTMLElement | undefined>;
63467
+ globalTop: Readonly<vue.Ref<boolean>>;
63468
+ localTop: vue.ComputedRef<boolean>;
63469
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63470
+ } | {};
63471
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
63139
63472
  'update:modelValue': (value: boolean) => true;
63140
63473
  }, string, {
63141
63474
  offset: string | number | number[] | undefined;