@vuetify/nightly 3.7.0-master.2024-08-21 → 3.7.0-master.2024-08-26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/json/importMap-labs.json +16 -16
  2. package/dist/json/importMap.json +128 -128
  3. package/dist/json/web-types.json +12 -1
  4. package/dist/vuetify-labs.css +2915 -2915
  5. package/dist/vuetify-labs.d.ts +1845 -36
  6. package/dist/vuetify-labs.esm.js +7 -3
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +7 -3
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +704 -704
  11. package/dist/vuetify.d.ts +400 -70
  12. package/dist/vuetify.esm.js +7 -3
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +7 -3
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +5 -5
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/index.d.mts +45 -3
  20. package/lib/components/VCombobox/index.d.mts +45 -3
  21. package/lib/components/VDialog/VDialog.mjs +2 -0
  22. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  23. package/lib/components/VDialog/index.d.mts +42 -3
  24. package/lib/components/VFileInput/index.d.mts +27 -3
  25. package/lib/components/VForm/index.d.mts +96 -3
  26. package/lib/components/VMenu/index.d.mts +45 -3
  27. package/lib/components/VSelect/index.d.mts +45 -3
  28. package/lib/components/VSnackbar/index.d.mts +36 -3
  29. package/lib/components/VTabs/index.d.mts +15 -3
  30. package/lib/components/VTextField/index.d.mts +33 -3
  31. package/lib/components/VTextarea/index.d.mts +27 -3
  32. package/lib/components/VTooltip/index.d.mts +36 -3
  33. package/lib/components/index.d.mts +357 -27
  34. package/lib/components/index.mjs +1 -1
  35. package/lib/components/index.mjs.map +1 -1
  36. package/lib/composables/forwardRefs.mjs +2 -0
  37. package/lib/composables/forwardRefs.mjs.map +1 -1
  38. package/lib/entry-bundler.mjs +1 -1
  39. package/lib/framework.mjs +1 -1
  40. package/lib/index.d.mts +43 -43
  41. package/lib/labs/VNumberInput/index.d.mts +2273 -794
  42. package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
  43. package/lib/labs/components.d.mts +2293 -781
  44. package/package.json +1 -1
  45. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  46. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  47. package/lib/components/VTreeview/VTreeview.sass +0 -128
  48. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  49. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  50. package/lib/components/VTreeview/_mixins.sass +0 -18
  51. package/lib/components/VTreeview/_variables.scss +0 -10
  52. package/lib/components/VTreeview/index.mjs +0 -10
  53. package/lib/components/VTreeview/index.mjs.map +0 -1
  54. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  55. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
package/dist/vuetify.d.ts CHANGED
@@ -6850,7 +6850,21 @@ declare const VMenu: {
6850
6850
  globalTop: Readonly<vue.Ref<boolean>>;
6851
6851
  localTop: vue.ComputedRef<boolean>;
6852
6852
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
6853
- }> & {} & 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, {
6853
+ }> & {} & 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}`> & {
6854
+ _allExposed: {
6855
+ activatorEl: vue.Ref<HTMLElement | undefined>;
6856
+ scrimEl: vue.Ref<HTMLElement | undefined>;
6857
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
6858
+ animateClick: () => void;
6859
+ contentEl: vue.Ref<HTMLElement | undefined>;
6860
+ globalTop: Readonly<vue.Ref<boolean>>;
6861
+ localTop: vue.ComputedRef<boolean>;
6862
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
6863
+ } | {
6864
+ id: vue.ComputedRef<string>;
6865
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
6866
+ };
6867
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6854
6868
  'update:modelValue': (value: boolean) => true;
6855
6869
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6856
6870
  location: Anchor | undefined;
@@ -7517,7 +7531,21 @@ declare const VMenu: {
7517
7531
  globalTop: Readonly<vue.Ref<boolean>>;
7518
7532
  localTop: vue.ComputedRef<boolean>;
7519
7533
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7520
- }> & {} & 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}`>, {}, {}, {}, {
7534
+ }> & {} & 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}`> & {
7535
+ _allExposed: {
7536
+ activatorEl: vue.Ref<HTMLElement | undefined>;
7537
+ scrimEl: vue.Ref<HTMLElement | undefined>;
7538
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
7539
+ animateClick: () => void;
7540
+ contentEl: vue.Ref<HTMLElement | undefined>;
7541
+ globalTop: Readonly<vue.Ref<boolean>>;
7542
+ localTop: vue.ComputedRef<boolean>;
7543
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7544
+ } | {
7545
+ id: vue.ComputedRef<string>;
7546
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
7547
+ };
7548
+ }, {}, {}, {}, {
7521
7549
  location: Anchor | undefined;
7522
7550
  origin: "auto" | Anchor | "overlap";
7523
7551
  transition: string | boolean | (vue.TransitionProps & {
@@ -8089,7 +8117,21 @@ declare const VMenu: {
8089
8117
  globalTop: Readonly<vue.Ref<boolean>>;
8090
8118
  localTop: vue.ComputedRef<boolean>;
8091
8119
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
8092
- }> & {} & 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, {
8120
+ }> & {} & 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}`> & {
8121
+ _allExposed: {
8122
+ activatorEl: vue.Ref<HTMLElement | undefined>;
8123
+ scrimEl: vue.Ref<HTMLElement | undefined>;
8124
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
8125
+ animateClick: () => void;
8126
+ contentEl: vue.Ref<HTMLElement | undefined>;
8127
+ globalTop: Readonly<vue.Ref<boolean>>;
8128
+ localTop: vue.ComputedRef<boolean>;
8129
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
8130
+ } | {
8131
+ id: vue.ComputedRef<string>;
8132
+ ΨopenChildren: vue.ShallowRef<Set<number>>;
8133
+ };
8134
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
8093
8135
  'update:modelValue': (value: boolean) => true;
8094
8136
  }, string, {
8095
8137
  location: Anchor | undefined;
@@ -29631,6 +29673,7 @@ declare const VDialog: {
29631
29673
  targetRef: TemplateRef;
29632
29674
  }) => vue.VNodeChild) | undefined;
29633
29675
  } & {
29676
+ onAfterEnter?: (() => any) | undefined;
29634
29677
  onAfterLeave?: (() => any) | undefined;
29635
29678
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
29636
29679
  }, Omit<Omit<{
@@ -30087,8 +30130,20 @@ declare const VDialog: {
30087
30130
  globalTop: Readonly<vue.Ref<boolean>>;
30088
30131
  localTop: vue.ComputedRef<boolean>;
30089
30132
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30090
- }> & {} & 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, {
30133
+ }> & {} & 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}`> & {
30134
+ _allExposed: {
30135
+ activatorEl: vue.Ref<HTMLElement | undefined>;
30136
+ scrimEl: vue.Ref<HTMLElement | undefined>;
30137
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
30138
+ animateClick: () => void;
30139
+ contentEl: vue.Ref<HTMLElement | undefined>;
30140
+ globalTop: Readonly<vue.Ref<boolean>>;
30141
+ localTop: vue.ComputedRef<boolean>;
30142
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30143
+ } | {};
30144
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30091
30145
  'update:modelValue': (value: boolean) => true;
30146
+ afterEnter: () => true;
30092
30147
  afterLeave: () => true;
30093
30148
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
30094
30149
  absolute: boolean;
@@ -30172,6 +30227,7 @@ declare const VDialog: {
30172
30227
  targetRef: TemplateRef;
30173
30228
  }) => vue.VNodeChild) | undefined;
30174
30229
  } & {
30230
+ onAfterEnter?: (() => any) | undefined;
30175
30231
  onAfterLeave?: (() => any) | undefined;
30176
30232
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30177
30233
  }, {
@@ -30303,6 +30359,7 @@ declare const VDialog: {
30303
30359
  targetRef: TemplateRef;
30304
30360
  }) => vue.VNodeChild) | undefined;
30305
30361
  } & {
30362
+ onAfterEnter?: (() => any) | undefined;
30306
30363
  onAfterLeave?: (() => any) | undefined;
30307
30364
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30308
30365
  }, Omit<Omit<{
@@ -30759,7 +30816,18 @@ declare const VDialog: {
30759
30816
  globalTop: Readonly<vue.Ref<boolean>>;
30760
30817
  localTop: vue.ComputedRef<boolean>;
30761
30818
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30762
- }> & {} & 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}`>, {}, {}, {}, {
30819
+ }> & {} & 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}`> & {
30820
+ _allExposed: {
30821
+ activatorEl: vue.Ref<HTMLElement | undefined>;
30822
+ scrimEl: vue.Ref<HTMLElement | undefined>;
30823
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
30824
+ animateClick: () => void;
30825
+ contentEl: vue.Ref<HTMLElement | undefined>;
30826
+ globalTop: Readonly<vue.Ref<boolean>>;
30827
+ localTop: vue.ComputedRef<boolean>;
30828
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30829
+ } | {};
30830
+ }, {}, {}, {}, {
30763
30831
  absolute: boolean;
30764
30832
  location: Anchor;
30765
30833
  origin: "auto" | Anchor | "overlap";
@@ -30876,6 +30944,7 @@ declare const VDialog: {
30876
30944
  targetRef: TemplateRef;
30877
30945
  }) => vue.VNodeChild) | undefined;
30878
30946
  } & {
30947
+ onAfterEnter?: (() => any) | undefined;
30879
30948
  onAfterLeave?: (() => any) | undefined;
30880
30949
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30881
30950
  }, Omit<Omit<{
@@ -31332,8 +31401,20 @@ declare const VDialog: {
31332
31401
  globalTop: Readonly<vue.Ref<boolean>>;
31333
31402
  localTop: vue.ComputedRef<boolean>;
31334
31403
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31335
- }> & {} & 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, {
31404
+ }> & {} & 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}`> & {
31405
+ _allExposed: {
31406
+ activatorEl: vue.Ref<HTMLElement | undefined>;
31407
+ scrimEl: vue.Ref<HTMLElement | undefined>;
31408
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
31409
+ animateClick: () => void;
31410
+ contentEl: vue.Ref<HTMLElement | undefined>;
31411
+ globalTop: Readonly<vue.Ref<boolean>>;
31412
+ localTop: vue.ComputedRef<boolean>;
31413
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31414
+ } | {};
31415
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
31336
31416
  'update:modelValue': (value: boolean) => true;
31417
+ afterEnter: () => true;
31337
31418
  afterLeave: () => true;
31338
31419
  }, string, {
31339
31420
  absolute: boolean;
@@ -34291,7 +34372,15 @@ declare const VFileInput: {
34291
34372
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
34292
34373
  modelValue?: unknown;
34293
34374
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
34294
- }, 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, {
34375
+ }, 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}`> & {
34376
+ _allExposed: {
34377
+ reset: () => Promise<void>;
34378
+ resetValidation: () => Promise<void>;
34379
+ validate: (silent?: boolean) => Promise<string[]>;
34380
+ isValid: vue.ComputedRef<boolean | null>;
34381
+ errorMessages: vue.ComputedRef<string[]>;
34382
+ } | {};
34383
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
34295
34384
  'click:control': (e: MouseEvent) => true;
34296
34385
  'mousedown:control': (e: MouseEvent) => true;
34297
34386
  'update:focused': (focused: boolean) => true;
@@ -34855,7 +34944,15 @@ declare const VFileInput: {
34855
34944
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
34856
34945
  modelValue?: unknown;
34857
34946
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
34858
- }, 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}`>, {}, {}, {}, {
34947
+ }, 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}`> & {
34948
+ _allExposed: {
34949
+ reset: () => Promise<void>;
34950
+ resetValidation: () => Promise<void>;
34951
+ validate: (silent?: boolean) => Promise<string[]>;
34952
+ isValid: vue.ComputedRef<boolean | null>;
34953
+ errorMessages: vue.ComputedRef<string[]>;
34954
+ } | {};
34955
+ }, {}, {}, {}, {
34859
34956
  flat: boolean;
34860
34957
  reverse: boolean;
34861
34958
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -35254,7 +35351,15 @@ declare const VFileInput: {
35254
35351
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
35255
35352
  modelValue?: unknown;
35256
35353
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
35257
- }, 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, {
35354
+ }, 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}`> & {
35355
+ _allExposed: {
35356
+ reset: () => Promise<void>;
35357
+ resetValidation: () => Promise<void>;
35358
+ validate: (silent?: boolean) => Promise<string[]>;
35359
+ isValid: vue.ComputedRef<boolean | null>;
35360
+ errorMessages: vue.ComputedRef<string[]>;
35361
+ } | {};
35362
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
35258
35363
  'click:control': (e: MouseEvent) => true;
35259
35364
  'mousedown:control': (e: MouseEvent) => true;
35260
35365
  'update:focused': (focused: boolean) => true;
@@ -35952,7 +36057,38 @@ declare const VForm: {
35952
36057
  }>;
35953
36058
  reset: () => void;
35954
36059
  resetValidation: () => void;
35955
- } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36060
+ } & HTMLFormElement & {
36061
+ _allExposed: {
36062
+ errors: vue.Ref<{
36063
+ id: number | string;
36064
+ errorMessages: string[];
36065
+ }[]>;
36066
+ isDisabled: vue.ComputedRef<boolean>;
36067
+ isReadonly: vue.ComputedRef<boolean>;
36068
+ isValidating: vue.ShallowRef<boolean>;
36069
+ isValid: vue.Ref<boolean | null> & {
36070
+ readonly externalValue: boolean | null;
36071
+ };
36072
+ items: vue.Ref<{
36073
+ id: number | string;
36074
+ validate: () => Promise<string[]>;
36075
+ reset: () => Promise<void>;
36076
+ resetValidation: () => Promise<void>;
36077
+ vm: vue.Raw<vue.ComponentInternalInstance>;
36078
+ isValid: boolean | null;
36079
+ errorMessages: string[];
36080
+ }[]>;
36081
+ validate: () => Promise<{
36082
+ valid: boolean;
36083
+ errors: {
36084
+ id: number | string;
36085
+ errorMessages: string[];
36086
+ }[];
36087
+ }>;
36088
+ reset: () => void;
36089
+ resetValidation: () => void;
36090
+ };
36091
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
35956
36092
  'update:modelValue': (val: boolean | null) => true;
35957
36093
  submit: (e: SubmitEventPromise) => true;
35958
36094
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -36303,7 +36439,38 @@ declare const VForm: {
36303
36439
  }>;
36304
36440
  reset: () => void;
36305
36441
  resetValidation: () => void;
36306
- } & HTMLFormElement, {}, {}, {}, {
36442
+ } & HTMLFormElement & {
36443
+ _allExposed: {
36444
+ errors: vue.Ref<{
36445
+ id: number | string;
36446
+ errorMessages: string[];
36447
+ }[]>;
36448
+ isDisabled: vue.ComputedRef<boolean>;
36449
+ isReadonly: vue.ComputedRef<boolean>;
36450
+ isValidating: vue.ShallowRef<boolean>;
36451
+ isValid: vue.Ref<boolean | null> & {
36452
+ readonly externalValue: boolean | null;
36453
+ };
36454
+ items: vue.Ref<{
36455
+ id: number | string;
36456
+ validate: () => Promise<string[]>;
36457
+ reset: () => Promise<void>;
36458
+ resetValidation: () => Promise<void>;
36459
+ vm: vue.Raw<vue.ComponentInternalInstance>;
36460
+ isValid: boolean | null;
36461
+ errorMessages: string[];
36462
+ }[]>;
36463
+ validate: () => Promise<{
36464
+ valid: boolean;
36465
+ errors: {
36466
+ id: number | string;
36467
+ errorMessages: string[];
36468
+ }[];
36469
+ }>;
36470
+ reset: () => void;
36471
+ resetValidation: () => void;
36472
+ };
36473
+ }, {}, {}, {}, {
36307
36474
  style: vue.StyleValue;
36308
36475
  disabled: boolean;
36309
36476
  readonly: boolean;
@@ -36480,7 +36647,38 @@ declare const VForm: {
36480
36647
  }>;
36481
36648
  reset: () => void;
36482
36649
  resetValidation: () => void;
36483
- } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36650
+ } & HTMLFormElement & {
36651
+ _allExposed: {
36652
+ errors: vue.Ref<{
36653
+ id: number | string;
36654
+ errorMessages: string[];
36655
+ }[]>;
36656
+ isDisabled: vue.ComputedRef<boolean>;
36657
+ isReadonly: vue.ComputedRef<boolean>;
36658
+ isValidating: vue.ShallowRef<boolean>;
36659
+ isValid: vue.Ref<boolean | null> & {
36660
+ readonly externalValue: boolean | null;
36661
+ };
36662
+ items: vue.Ref<{
36663
+ id: number | string;
36664
+ validate: () => Promise<string[]>;
36665
+ reset: () => Promise<void>;
36666
+ resetValidation: () => Promise<void>;
36667
+ vm: vue.Raw<vue.ComponentInternalInstance>;
36668
+ isValid: boolean | null;
36669
+ errorMessages: string[];
36670
+ }[]>;
36671
+ validate: () => Promise<{
36672
+ valid: boolean;
36673
+ errors: {
36674
+ id: number | string;
36675
+ errorMessages: string[];
36676
+ }[];
36677
+ }>;
36678
+ reset: () => void;
36679
+ resetValidation: () => void;
36680
+ };
36681
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36484
36682
  'update:modelValue': (val: boolean | null) => true;
36485
36683
  submit: (e: SubmitEventPromise) => true;
36486
36684
  }, string, {
@@ -49412,7 +49610,18 @@ declare const VSnackbar: {
49412
49610
  globalTop: Readonly<Ref<boolean>>;
49413
49611
  localTop: vue.ComputedRef<boolean>;
49414
49612
  updateLocation: Ref<((e: Event) => void) | undefined>;
49415
- }> & {} & 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, {
49613
+ }> & {} & 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}`> & {
49614
+ _allExposed: {
49615
+ activatorEl: Ref<HTMLElement | undefined>;
49616
+ scrimEl: Ref<HTMLElement | undefined>;
49617
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
49618
+ animateClick: () => void;
49619
+ contentEl: Ref<HTMLElement | undefined>;
49620
+ globalTop: Readonly<Ref<boolean>>;
49621
+ localTop: vue.ComputedRef<boolean>;
49622
+ updateLocation: Ref<((e: Event) => void) | undefined>;
49623
+ } | {};
49624
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
49416
49625
  'update:modelValue': (v: boolean) => true;
49417
49626
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
49418
49627
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -50083,7 +50292,18 @@ declare const VSnackbar: {
50083
50292
  globalTop: Readonly<Ref<boolean>>;
50084
50293
  localTop: vue.ComputedRef<boolean>;
50085
50294
  updateLocation: Ref<((e: Event) => void) | undefined>;
50086
- }> & {} & 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}`>, {}, {}, {}, {
50295
+ }> & {} & 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}`> & {
50296
+ _allExposed: {
50297
+ activatorEl: Ref<HTMLElement | undefined>;
50298
+ scrimEl: Ref<HTMLElement | undefined>;
50299
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
50300
+ animateClick: () => void;
50301
+ contentEl: Ref<HTMLElement | undefined>;
50302
+ globalTop: Readonly<Ref<boolean>>;
50303
+ localTop: vue.ComputedRef<boolean>;
50304
+ updateLocation: Ref<((e: Event) => void) | undefined>;
50305
+ } | {};
50306
+ }, {}, {}, {}, {
50087
50307
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
50088
50308
  absolute: boolean;
50089
50309
  location: Anchor;
@@ -50654,7 +50874,18 @@ declare const VSnackbar: {
50654
50874
  globalTop: Readonly<Ref<boolean>>;
50655
50875
  localTop: vue.ComputedRef<boolean>;
50656
50876
  updateLocation: Ref<((e: Event) => void) | undefined>;
50657
- }> & {} & 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, {
50877
+ }> & {} & 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}`> & {
50878
+ _allExposed: {
50879
+ activatorEl: Ref<HTMLElement | undefined>;
50880
+ scrimEl: Ref<HTMLElement | undefined>;
50881
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
50882
+ animateClick: () => void;
50883
+ contentEl: Ref<HTMLElement | undefined>;
50884
+ globalTop: Readonly<Ref<boolean>>;
50885
+ localTop: vue.ComputedRef<boolean>;
50886
+ updateLocation: Ref<((e: Event) => void) | undefined>;
50887
+ } | {};
50888
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50658
50889
  'update:modelValue': (v: boolean) => true;
50659
50890
  }, string, {
50660
50891
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -54841,7 +55072,11 @@ declare const VTab: {
54841
55072
  }) => any) | undefined;
54842
55073
  }, "group"> & vue.ShallowUnwrapRef<{
54843
55074
  group: GroupItemProvide | null;
54844
- }> & {} & 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 & {
55075
+ }> & {} & 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}`> & {
55076
+ _allExposed: {
55077
+ group: GroupItemProvide | null;
55078
+ } | {};
55079
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
54845
55080
  replace: boolean;
54846
55081
  fixed: boolean;
54847
55082
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -55363,7 +55598,11 @@ declare const VTab: {
55363
55598
  }) => any) | undefined;
55364
55599
  }, "group"> & vue.ShallowUnwrapRef<{
55365
55600
  group: GroupItemProvide | null;
55366
- }> & {} & 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}`>, {}, {}, {}, {
55601
+ }> & {} & 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}`> & {
55602
+ _allExposed: {
55603
+ group: GroupItemProvide | null;
55604
+ } | {};
55605
+ }, {}, {}, {}, {
55367
55606
  replace: boolean;
55368
55607
  fixed: boolean;
55369
55608
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -55815,7 +56054,11 @@ declare const VTab: {
55815
56054
  }) => any) | undefined;
55816
56055
  }, "group"> & vue.ShallowUnwrapRef<{
55817
56056
  group: GroupItemProvide | null;
55818
- }> & {} & 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, {
56057
+ }> & {} & 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}`> & {
56058
+ _allExposed: {
56059
+ group: GroupItemProvide | null;
56060
+ } | {};
56061
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
55819
56062
  replace: boolean;
55820
56063
  fixed: boolean;
55821
56064
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -57373,7 +57616,15 @@ declare const VTextarea: {
57373
57616
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
57374
57617
  modelValue?: unknown;
57375
57618
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
57376
- }, 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, {
57619
+ }, 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}`> & {
57620
+ _allExposed: {
57621
+ reset: () => Promise<void>;
57622
+ resetValidation: () => Promise<void>;
57623
+ validate: (silent?: boolean) => Promise<string[]>;
57624
+ isValid: vue.ComputedRef<boolean | null>;
57625
+ errorMessages: vue.ComputedRef<string[]>;
57626
+ } | {};
57627
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
57377
57628
  'click:control': (e: MouseEvent) => true;
57378
57629
  'mousedown:control': (e: MouseEvent) => true;
57379
57630
  'update:focused': (focused: boolean) => true;
@@ -57904,7 +58155,15 @@ declare const VTextarea: {
57904
58155
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
57905
58156
  modelValue?: unknown;
57906
58157
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
57907
- }, 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}`>, {}, {}, {}, {
58158
+ }, 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}`> & {
58159
+ _allExposed: {
58160
+ reset: () => Promise<void>;
58161
+ resetValidation: () => Promise<void>;
58162
+ validate: (silent?: boolean) => Promise<string[]>;
58163
+ isValid: vue.ComputedRef<boolean | null>;
58164
+ errorMessages: vue.ComputedRef<string[]>;
58165
+ } | {};
58166
+ }, {}, {}, {}, {
57908
58167
  flat: boolean;
57909
58168
  reverse: boolean;
57910
58169
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -58288,7 +58547,15 @@ declare const VTextarea: {
58288
58547
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
58289
58548
  modelValue?: unknown;
58290
58549
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
58291
- }, 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, {
58550
+ }, 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}`> & {
58551
+ _allExposed: {
58552
+ reset: () => Promise<void>;
58553
+ resetValidation: () => Promise<void>;
58554
+ validate: (silent?: boolean) => Promise<string[]>;
58555
+ isValid: vue.ComputedRef<boolean | null>;
58556
+ errorMessages: vue.ComputedRef<string[]>;
58557
+ } | {};
58558
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
58292
58559
  'click:control': (e: MouseEvent) => true;
58293
58560
  'mousedown:control': (e: MouseEvent) => true;
58294
58561
  'update:focused': (focused: boolean) => true;
@@ -59160,7 +59427,17 @@ declare const VTextField: {
59160
59427
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59161
59428
  modelValue?: unknown;
59162
59429
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
59163
- }, 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, {
59430
+ }, 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}`> & {
59431
+ _allExposed: {
59432
+ reset: () => Promise<void>;
59433
+ resetValidation: () => Promise<void>;
59434
+ validate: (silent?: boolean) => Promise<string[]>;
59435
+ isValid: vue.ComputedRef<boolean | null>;
59436
+ errorMessages: vue.ComputedRef<string[]>;
59437
+ } | {
59438
+ controlRef: vue.Ref<HTMLElement | undefined>;
59439
+ } | {};
59440
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
59164
59441
  'click:control': (e: MouseEvent) => true;
59165
59442
  'mousedown:control': (e: MouseEvent) => true;
59166
59443
  'update:focused': (focused: boolean) => true;
@@ -59928,7 +60205,17 @@ declare const VTextField: {
59928
60205
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59929
60206
  modelValue?: unknown;
59930
60207
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
59931
- }, 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}`>, {}, {}, {}, {
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}`> & {
60209
+ _allExposed: {
60210
+ reset: () => Promise<void>;
60211
+ resetValidation: () => Promise<void>;
60212
+ validate: (silent?: boolean) => Promise<string[]>;
60213
+ isValid: vue.ComputedRef<boolean | null>;
60214
+ errorMessages: vue.ComputedRef<string[]>;
60215
+ } | {
60216
+ controlRef: vue.Ref<HTMLElement | undefined>;
60217
+ } | {};
60218
+ }, {}, {}, {}, {
59932
60219
  flat: boolean;
59933
60220
  reverse: boolean;
59934
60221
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -60547,7 +60834,17 @@ declare const VTextField: {
60547
60834
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
60548
60835
  modelValue?: unknown;
60549
60836
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
60550
- }, 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, {
60837
+ }, 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}`> & {
60838
+ _allExposed: {
60839
+ reset: () => Promise<void>;
60840
+ resetValidation: () => Promise<void>;
60841
+ validate: (silent?: boolean) => Promise<string[]>;
60842
+ isValid: vue.ComputedRef<boolean | null>;
60843
+ errorMessages: vue.ComputedRef<string[]>;
60844
+ } | {
60845
+ controlRef: vue.Ref<HTMLElement | undefined>;
60846
+ } | {};
60847
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
60551
60848
  'click:control': (e: MouseEvent) => true;
60552
60849
  'mousedown:control': (e: MouseEvent) => true;
60553
60850
  'update:focused': (focused: boolean) => true;
@@ -62261,7 +62558,18 @@ declare const VTooltip: {
62261
62558
  globalTop: Readonly<vue.Ref<boolean>>;
62262
62559
  localTop: vue.ComputedRef<boolean>;
62263
62560
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62264
- }> & {} & 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, {
62561
+ }> & {} & 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}`> & {
62562
+ _allExposed: {
62563
+ activatorEl: vue.Ref<HTMLElement | undefined>;
62564
+ scrimEl: vue.Ref<HTMLElement | undefined>;
62565
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
62566
+ animateClick: () => void;
62567
+ contentEl: vue.Ref<HTMLElement | undefined>;
62568
+ globalTop: Readonly<vue.Ref<boolean>>;
62569
+ localTop: vue.ComputedRef<boolean>;
62570
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62571
+ } | {};
62572
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
62265
62573
  'update:modelValue': (value: boolean) => true;
62266
62574
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
62267
62575
  offset: string | number | number[] | undefined;
@@ -62915,7 +63223,18 @@ declare const VTooltip: {
62915
63223
  globalTop: Readonly<vue.Ref<boolean>>;
62916
63224
  localTop: vue.ComputedRef<boolean>;
62917
63225
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62918
- }> & {} & 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}`>, {}, {}, {}, {
63226
+ }> & {} & 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}`> & {
63227
+ _allExposed: {
63228
+ activatorEl: vue.Ref<HTMLElement | undefined>;
63229
+ scrimEl: vue.Ref<HTMLElement | undefined>;
63230
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
63231
+ animateClick: () => void;
63232
+ contentEl: vue.Ref<HTMLElement | undefined>;
63233
+ globalTop: Readonly<vue.Ref<boolean>>;
63234
+ localTop: vue.ComputedRef<boolean>;
63235
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63236
+ } | {};
63237
+ }, {}, {}, {}, {
62919
63238
  offset: string | number | number[] | undefined;
62920
63239
  location: Anchor;
62921
63240
  origin: "auto" | Anchor | "overlap";
@@ -63477,7 +63796,18 @@ declare const VTooltip: {
63477
63796
  globalTop: Readonly<vue.Ref<boolean>>;
63478
63797
  localTop: vue.ComputedRef<boolean>;
63479
63798
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63480
- }> & {} & 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, {
63799
+ }> & {} & 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}`> & {
63800
+ _allExposed: {
63801
+ activatorEl: vue.Ref<HTMLElement | undefined>;
63802
+ scrimEl: vue.Ref<HTMLElement | undefined>;
63803
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
63804
+ animateClick: () => void;
63805
+ contentEl: vue.Ref<HTMLElement | undefined>;
63806
+ globalTop: Readonly<vue.Ref<boolean>>;
63807
+ localTop: vue.ComputedRef<boolean>;
63808
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63809
+ } | {};
63810
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
63481
63811
  'update:modelValue': (value: boolean) => true;
63482
63812
  }, string, {
63483
63813
  offset: string | number | number[] | undefined;
@@ -66715,42 +67045,41 @@ declare module 'vue' {
66715
67045
  $children?: VNodeChild
66716
67046
  }
66717
67047
  export interface GlobalComponents {
67048
+ VApp: typeof import('vuetify/components')['VApp']
67049
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67050
+ VAlert: typeof import('vuetify/components')['VAlert']
67051
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
66718
67052
  VAppBar: typeof import('vuetify/components')['VAppBar']
66719
67053
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66720
67054
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
66721
- VAlert: typeof import('vuetify/components')['VAlert']
66722
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67055
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67056
+ VBadge: typeof import('vuetify/components')['VBadge']
67057
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67058
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66723
67059
  VBanner: typeof import('vuetify/components')['VBanner']
66724
67060
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
66725
67061
  VBannerText: typeof import('vuetify/components')['VBannerText']
66726
- VApp: typeof import('vuetify/components')['VApp']
66727
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66728
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66729
- VAvatar: typeof import('vuetify/components')['VAvatar']
66730
- VBadge: typeof import('vuetify/components')['VBadge']
66731
67062
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
66732
67063
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
66733
67064
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
66734
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66735
- VBtn: typeof import('vuetify/components')['VBtn']
66736
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66737
67065
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66738
- VChip: typeof import('vuetify/components')['VChip']
67066
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67067
+ VBtn: typeof import('vuetify/components')['VBtn']
67068
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
66739
67069
  VCard: typeof import('vuetify/components')['VCard']
66740
67070
  VCardActions: typeof import('vuetify/components')['VCardActions']
66741
67071
  VCardItem: typeof import('vuetify/components')['VCardItem']
66742
67072
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
66743
67073
  VCardText: typeof import('vuetify/components')['VCardText']
66744
67074
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
66745
- VCarousel: typeof import('vuetify/components')['VCarousel']
66746
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
66747
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
66748
67075
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
66749
67076
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67077
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67078
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67079
+ VChip: typeof import('vuetify/components')['VChip']
67080
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
66750
67081
  VCode: typeof import('vuetify/components')['VCode']
66751
- VCounter: typeof import('vuetify/components')['VCounter']
66752
67082
  VCombobox: typeof import('vuetify/components')['VCombobox']
66753
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
66754
67083
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
66755
67084
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
66756
67085
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -66764,28 +67093,29 @@ declare module 'vue' {
66764
67093
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
66765
67094
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
66766
67095
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67096
+ VCounter: typeof import('vuetify/components')['VCounter']
67097
+ VDialog: typeof import('vuetify/components')['VDialog']
66767
67098
  VDivider: typeof import('vuetify/components')['VDivider']
66768
67099
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
66769
67100
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
66770
67101
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
66771
67102
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
66772
67103
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
66773
- VDialog: typeof import('vuetify/components')['VDialog']
66774
- VFileInput: typeof import('vuetify/components')['VFileInput']
66775
67104
  VField: typeof import('vuetify/components')['VField']
66776
67105
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67106
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67107
+ VFab: typeof import('vuetify/components')['VFab']
67108
+ VImg: typeof import('vuetify/components')['VImg']
66777
67109
  VIcon: typeof import('vuetify/components')['VIcon']
66778
67110
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
66779
67111
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
66780
67112
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
66781
67113
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
66782
- VFooter: typeof import('vuetify/components')['VFooter']
66783
- VFab: typeof import('vuetify/components')['VFab']
66784
67114
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67115
+ VFooter: typeof import('vuetify/components')['VFooter']
67116
+ VInput: typeof import('vuetify/components')['VInput']
66785
67117
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
66786
67118
  VItem: typeof import('vuetify/components')['VItem']
66787
- VInput: typeof import('vuetify/components')['VInput']
66788
- VImg: typeof import('vuetify/components')['VImg']
66789
67119
  VList: typeof import('vuetify/components')['VList']
66790
67120
  VListGroup: typeof import('vuetify/components')['VListGroup']
66791
67121
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -66795,65 +67125,65 @@ declare module 'vue' {
66795
67125
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
66796
67126
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
66797
67127
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
66798
- VMain: typeof import('vuetify/components')['VMain']
66799
67128
  VKbd: typeof import('vuetify/components')['VKbd']
66800
67129
  VLabel: typeof import('vuetify/components')['VLabel']
66801
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
66802
67130
  VMenu: typeof import('vuetify/components')['VMenu']
67131
+ VMain: typeof import('vuetify/components')['VMain']
66803
67132
  VOverlay: typeof import('vuetify/components')['VOverlay']
67133
+ VMessages: typeof import('vuetify/components')['VMessages']
66804
67134
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67135
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
66805
67136
  VPagination: typeof import('vuetify/components')['VPagination']
66806
- VMessages: typeof import('vuetify/components')['VMessages']
66807
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67137
+ VSelect: typeof import('vuetify/components')['VSelect']
66808
67138
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
66809
67139
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67140
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67141
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
66810
67142
  VRating: typeof import('vuetify/components')['VRating']
66811
67143
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
66812
- VSelect: typeof import('vuetify/components')['VSelect']
66813
67144
  VSheet: typeof import('vuetify/components')['VSheet']
67145
+ VSlider: typeof import('vuetify/components')['VSlider']
66814
67146
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
66815
67147
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
66816
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
66817
67148
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
66818
67149
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
66819
- VSlider: typeof import('vuetify/components')['VSlider']
66820
67150
  VStepper: typeof import('vuetify/components')['VStepper']
66821
67151
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
66822
67152
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
66823
67153
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
66824
67154
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
66825
67155
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
66826
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
66827
- VTextarea: typeof import('vuetify/components')['VTextarea']
66828
- VSwitch: typeof import('vuetify/components')['VSwitch']
66829
- VTable: typeof import('vuetify/components')['VTable']
66830
- VTextField: typeof import('vuetify/components')['VTextField']
66831
67156
  VTab: typeof import('vuetify/components')['VTab']
66832
67157
  VTabs: typeof import('vuetify/components')['VTabs']
66833
67158
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
66834
67159
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67160
+ VTextField: typeof import('vuetify/components')['VTextField']
67161
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67162
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67163
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67164
+ VTable: typeof import('vuetify/components')['VTable']
66835
67165
  VToolbar: typeof import('vuetify/components')['VToolbar']
66836
67166
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
66837
67167
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
66838
67168
  VTooltip: typeof import('vuetify/components')['VTooltip']
66839
- VTimeline: typeof import('vuetify/components')['VTimeline']
66840
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
66841
67169
  VWindow: typeof import('vuetify/components')['VWindow']
66842
67170
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
66843
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67171
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67172
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
66844
67173
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67174
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
66845
67175
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
66846
67176
  VForm: typeof import('vuetify/components')['VForm']
67177
+ VHover: typeof import('vuetify/components')['VHover']
66847
67178
  VContainer: typeof import('vuetify/components')['VContainer']
66848
67179
  VCol: typeof import('vuetify/components')['VCol']
66849
67180
  VRow: typeof import('vuetify/components')['VRow']
66850
67181
  VSpacer: typeof import('vuetify/components')['VSpacer']
66851
- VHover: typeof import('vuetify/components')['VHover']
66852
67182
  VLazy: typeof import('vuetify/components')['VLazy']
66853
67183
  VLayout: typeof import('vuetify/components')['VLayout']
66854
67184
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
66855
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
66856
67185
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67186
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
66857
67187
  VParallax: typeof import('vuetify/components')['VParallax']
66858
67188
  VRadio: typeof import('vuetify/components')['VRadio']
66859
67189
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
@@ -66881,22 +67211,22 @@ declare module 'vue' {
66881
67211
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
66882
67212
  VPicker: typeof import('vuetify/labs/components')['VPicker']
66883
67213
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67214
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
66884
67215
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
66885
67216
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
66886
67217
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
66887
67218
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
66888
67219
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
66889
67220
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
66890
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
66891
67221
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
66892
67222
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
66893
67223
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
66894
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
66895
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
66896
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
66897
67224
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
66898
67225
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
66899
67226
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67227
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67228
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67229
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
66900
67230
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
66901
67231
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
66902
67232
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']