@vuetify/nightly 3.7.0-master.2024-08-22 → 3.7.0-master.2024-08-27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/json/importMap-labs.json +16 -16
  2. package/dist/json/importMap.json +140 -140
  3. package/dist/json/web-types.json +7 -7
  4. package/dist/vuetify-labs.css +2335 -2335
  5. package/dist/vuetify-labs.d.ts +1839 -36
  6. package/dist/vuetify-labs.esm.js +12 -6
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +12 -6
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +4054 -4054
  11. package/dist/vuetify.d.ts +394 -70
  12. package/dist/vuetify.esm.js +12 -6
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +12 -6
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +1058 -1057
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/index.d.mts +45 -3
  20. package/lib/components/VAvatar/VAvatar.css +1 -1
  21. package/lib/components/VAvatar/_variables.scss +1 -1
  22. package/lib/components/VCombobox/index.d.mts +45 -3
  23. package/lib/components/VDialog/index.d.mts +36 -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 +351 -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/lib/util/helpers.mjs +7 -3
  45. package/lib/util/helpers.mjs.map +1 -1
  46. package/package.json +1 -1
  47. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  48. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  49. package/lib/components/VTreeview/VTreeview.sass +0 -128
  50. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  51. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  52. package/lib/components/VTreeview/_mixins.sass +0 -18
  53. package/lib/components/VTreeview/_variables.scss +0 -10
  54. package/lib/components/VTreeview/index.mjs +0 -10
  55. package/lib/components/VTreeview/index.mjs.map +0 -1
  56. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  57. 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;
@@ -30088,7 +30130,18 @@ declare const VDialog: {
30088
30130
  globalTop: Readonly<vue.Ref<boolean>>;
30089
30131
  localTop: vue.ComputedRef<boolean>;
30090
30132
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30091
- }> & {} & 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, {
30092
30145
  'update:modelValue': (value: boolean) => true;
30093
30146
  afterEnter: () => true;
30094
30147
  afterLeave: () => true;
@@ -30763,7 +30816,18 @@ declare const VDialog: {
30763
30816
  globalTop: Readonly<vue.Ref<boolean>>;
30764
30817
  localTop: vue.ComputedRef<boolean>;
30765
30818
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30766
- }> & {} & 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
+ }, {}, {}, {}, {
30767
30831
  absolute: boolean;
30768
30832
  location: Anchor;
30769
30833
  origin: "auto" | Anchor | "overlap";
@@ -31337,7 +31401,18 @@ declare const VDialog: {
31337
31401
  globalTop: Readonly<vue.Ref<boolean>>;
31338
31402
  localTop: vue.ComputedRef<boolean>;
31339
31403
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31340
- }> & {} & 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, {
31341
31416
  'update:modelValue': (value: boolean) => true;
31342
31417
  afterEnter: () => true;
31343
31418
  afterLeave: () => true;
@@ -34297,7 +34372,15 @@ declare const VFileInput: {
34297
34372
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
34298
34373
  modelValue?: unknown;
34299
34374
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
34300
- }, 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, {
34301
34384
  'click:control': (e: MouseEvent) => true;
34302
34385
  'mousedown:control': (e: MouseEvent) => true;
34303
34386
  'update:focused': (focused: boolean) => true;
@@ -34861,7 +34944,15 @@ declare const VFileInput: {
34861
34944
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
34862
34945
  modelValue?: unknown;
34863
34946
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
34864
- }, 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
+ }, {}, {}, {}, {
34865
34956
  flat: boolean;
34866
34957
  reverse: boolean;
34867
34958
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -35260,7 +35351,15 @@ declare const VFileInput: {
35260
35351
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
35261
35352
  modelValue?: unknown;
35262
35353
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
35263
- }, 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, {
35264
35363
  'click:control': (e: MouseEvent) => true;
35265
35364
  'mousedown:control': (e: MouseEvent) => true;
35266
35365
  'update:focused': (focused: boolean) => true;
@@ -35958,7 +36057,38 @@ declare const VForm: {
35958
36057
  }>;
35959
36058
  reset: () => void;
35960
36059
  resetValidation: () => void;
35961
- } & 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, {
35962
36092
  'update:modelValue': (val: boolean | null) => true;
35963
36093
  submit: (e: SubmitEventPromise) => true;
35964
36094
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -36309,7 +36439,38 @@ declare const VForm: {
36309
36439
  }>;
36310
36440
  reset: () => void;
36311
36441
  resetValidation: () => void;
36312
- } & 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
+ }, {}, {}, {}, {
36313
36474
  style: vue.StyleValue;
36314
36475
  disabled: boolean;
36315
36476
  readonly: boolean;
@@ -36486,7 +36647,38 @@ declare const VForm: {
36486
36647
  }>;
36487
36648
  reset: () => void;
36488
36649
  resetValidation: () => void;
36489
- } & 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, {
36490
36682
  'update:modelValue': (val: boolean | null) => true;
36491
36683
  submit: (e: SubmitEventPromise) => true;
36492
36684
  }, string, {
@@ -49418,7 +49610,18 @@ declare const VSnackbar: {
49418
49610
  globalTop: Readonly<Ref<boolean>>;
49419
49611
  localTop: vue.ComputedRef<boolean>;
49420
49612
  updateLocation: Ref<((e: Event) => void) | undefined>;
49421
- }> & {} & 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, {
49422
49625
  'update:modelValue': (v: boolean) => true;
49423
49626
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
49424
49627
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -50089,7 +50292,18 @@ declare const VSnackbar: {
50089
50292
  globalTop: Readonly<Ref<boolean>>;
50090
50293
  localTop: vue.ComputedRef<boolean>;
50091
50294
  updateLocation: Ref<((e: Event) => void) | undefined>;
50092
- }> & {} & 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
+ }, {}, {}, {}, {
50093
50307
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
50094
50308
  absolute: boolean;
50095
50309
  location: Anchor;
@@ -50660,7 +50874,18 @@ declare const VSnackbar: {
50660
50874
  globalTop: Readonly<Ref<boolean>>;
50661
50875
  localTop: vue.ComputedRef<boolean>;
50662
50876
  updateLocation: Ref<((e: Event) => void) | undefined>;
50663
- }> & {} & 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, {
50664
50889
  'update:modelValue': (v: boolean) => true;
50665
50890
  }, string, {
50666
50891
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -54847,7 +55072,11 @@ declare const VTab: {
54847
55072
  }) => any) | undefined;
54848
55073
  }, "group"> & vue.ShallowUnwrapRef<{
54849
55074
  group: GroupItemProvide | null;
54850
- }> & {} & 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 & {
54851
55080
  replace: boolean;
54852
55081
  fixed: boolean;
54853
55082
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -55369,7 +55598,11 @@ declare const VTab: {
55369
55598
  }) => any) | undefined;
55370
55599
  }, "group"> & vue.ShallowUnwrapRef<{
55371
55600
  group: GroupItemProvide | null;
55372
- }> & {} & 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
+ }, {}, {}, {}, {
55373
55606
  replace: boolean;
55374
55607
  fixed: boolean;
55375
55608
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -55821,7 +56054,11 @@ declare const VTab: {
55821
56054
  }) => any) | undefined;
55822
56055
  }, "group"> & vue.ShallowUnwrapRef<{
55823
56056
  group: GroupItemProvide | null;
55824
- }> & {} & 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, {
55825
56062
  replace: boolean;
55826
56063
  fixed: boolean;
55827
56064
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -57379,7 +57616,15 @@ declare const VTextarea: {
57379
57616
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
57380
57617
  modelValue?: unknown;
57381
57618
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
57382
- }, 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, {
57383
57628
  'click:control': (e: MouseEvent) => true;
57384
57629
  'mousedown:control': (e: MouseEvent) => true;
57385
57630
  'update:focused': (focused: boolean) => true;
@@ -57910,7 +58155,15 @@ declare const VTextarea: {
57910
58155
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
57911
58156
  modelValue?: unknown;
57912
58157
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
57913
- }, 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
+ }, {}, {}, {}, {
57914
58167
  flat: boolean;
57915
58168
  reverse: boolean;
57916
58169
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -58294,7 +58547,15 @@ declare const VTextarea: {
58294
58547
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
58295
58548
  modelValue?: unknown;
58296
58549
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
58297
- }, 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, {
58298
58559
  'click:control': (e: MouseEvent) => true;
58299
58560
  'mousedown:control': (e: MouseEvent) => true;
58300
58561
  'update:focused': (focused: boolean) => true;
@@ -59166,7 +59427,17 @@ declare const VTextField: {
59166
59427
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59167
59428
  modelValue?: unknown;
59168
59429
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
59169
- }, 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, {
59170
59441
  'click:control': (e: MouseEvent) => true;
59171
59442
  'mousedown:control': (e: MouseEvent) => true;
59172
59443
  'update:focused': (focused: boolean) => true;
@@ -59934,7 +60205,17 @@ declare const VTextField: {
59934
60205
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59935
60206
  modelValue?: unknown;
59936
60207
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
59937
- }, 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
+ }, {}, {}, {}, {
59938
60219
  flat: boolean;
59939
60220
  reverse: boolean;
59940
60221
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -60553,7 +60834,17 @@ declare const VTextField: {
60553
60834
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
60554
60835
  modelValue?: unknown;
60555
60836
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
60556
- }, 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, {
60557
60848
  'click:control': (e: MouseEvent) => true;
60558
60849
  'mousedown:control': (e: MouseEvent) => true;
60559
60850
  'update:focused': (focused: boolean) => true;
@@ -62267,7 +62558,18 @@ declare const VTooltip: {
62267
62558
  globalTop: Readonly<vue.Ref<boolean>>;
62268
62559
  localTop: vue.ComputedRef<boolean>;
62269
62560
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62270
- }> & {} & 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, {
62271
62573
  'update:modelValue': (value: boolean) => true;
62272
62574
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
62273
62575
  offset: string | number | number[] | undefined;
@@ -62921,7 +63223,18 @@ declare const VTooltip: {
62921
63223
  globalTop: Readonly<vue.Ref<boolean>>;
62922
63224
  localTop: vue.ComputedRef<boolean>;
62923
63225
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62924
- }> & {} & 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
+ }, {}, {}, {}, {
62925
63238
  offset: string | number | number[] | undefined;
62926
63239
  location: Anchor;
62927
63240
  origin: "auto" | Anchor | "overlap";
@@ -63483,7 +63796,18 @@ declare const VTooltip: {
63483
63796
  globalTop: Readonly<vue.Ref<boolean>>;
63484
63797
  localTop: vue.ComputedRef<boolean>;
63485
63798
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63486
- }> & {} & 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, {
63487
63811
  'update:modelValue': (value: boolean) => true;
63488
63812
  }, string, {
63489
63813
  offset: string | number | number[] | undefined;
@@ -66721,42 +67045,40 @@ declare module 'vue' {
66721
67045
  $children?: VNodeChild
66722
67046
  }
66723
67047
  export interface GlobalComponents {
66724
- VApp: typeof import('vuetify/components')['VApp']
66725
67048
  VAlert: typeof import('vuetify/components')['VAlert']
66726
67049
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67050
+ VApp: typeof import('vuetify/components')['VApp']
67051
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66727
67052
  VAppBar: typeof import('vuetify/components')['VAppBar']
66728
67053
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66729
67054
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67055
+ VAvatar: typeof import('vuetify/components')['VAvatar']
66730
67056
  VBanner: typeof import('vuetify/components')['VBanner']
66731
67057
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
66732
67058
  VBannerText: typeof import('vuetify/components')['VBannerText']
66733
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66734
- VBadge: typeof import('vuetify/components')['VBadge']
66735
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66736
- VAvatar: typeof import('vuetify/components')['VAvatar']
66737
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66738
- VBtn: typeof import('vuetify/components')['VBtn']
66739
67059
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
66740
67060
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
66741
67061
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67062
+ VBadge: typeof import('vuetify/components')['VBadge']
66742
67063
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67064
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67065
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67066
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66743
67067
  VCard: typeof import('vuetify/components')['VCard']
66744
67068
  VCardActions: typeof import('vuetify/components')['VCardActions']
66745
67069
  VCardItem: typeof import('vuetify/components')['VCardItem']
66746
67070
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
66747
67071
  VCardText: typeof import('vuetify/components')['VCardText']
66748
67072
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
66749
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66750
- VChip: typeof import('vuetify/components')['VChip']
67073
+ VBtn: typeof import('vuetify/components')['VBtn']
66751
67074
  VCarousel: typeof import('vuetify/components')['VCarousel']
66752
67075
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
66753
- VCode: typeof import('vuetify/components')['VCode']
66754
67076
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
66755
67077
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
66756
67078
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
66757
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
66758
67079
  VCombobox: typeof import('vuetify/components')['VCombobox']
66759
- VCounter: typeof import('vuetify/components')['VCounter']
67080
+ VChip: typeof import('vuetify/components')['VChip']
67081
+ VCode: typeof import('vuetify/components')['VCode']
66760
67082
  VDataTable: typeof import('vuetify/components')['VDataTable']
66761
67083
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
66762
67084
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -66765,6 +67087,10 @@ declare module 'vue' {
66765
67087
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
66766
67088
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
66767
67089
  VDialog: typeof import('vuetify/components')['VDialog']
67090
+ VCounter: typeof import('vuetify/components')['VCounter']
67091
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
67092
+ VDivider: typeof import('vuetify/components')['VDivider']
67093
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
66768
67094
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
66769
67095
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
66770
67096
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -66775,25 +67101,25 @@ declare module 'vue' {
66775
67101
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
66776
67102
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
66777
67103
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
66778
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
66779
- VDivider: typeof import('vuetify/components')['VDivider']
67104
+ VFileInput: typeof import('vuetify/components')['VFileInput']
66780
67105
  VFooter: typeof import('vuetify/components')['VFooter']
66781
- VFab: typeof import('vuetify/components')['VFab']
66782
67106
  VField: typeof import('vuetify/components')['VField']
66783
67107
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
66784
- VImg: typeof import('vuetify/components')['VImg']
66785
- VFileInput: typeof import('vuetify/components')['VFileInput']
66786
67108
  VIcon: typeof import('vuetify/components')['VIcon']
66787
67109
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
66788
67110
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
66789
67111
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
66790
67112
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
66791
- VInput: typeof import('vuetify/components')['VInput']
67113
+ VFab: typeof import('vuetify/components')['VFab']
66792
67114
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67115
+ VImg: typeof import('vuetify/components')['VImg']
66793
67116
  VLabel: typeof import('vuetify/components')['VLabel']
66794
- VKbd: typeof import('vuetify/components')['VKbd']
66795
67117
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
66796
67118
  VItem: typeof import('vuetify/components')['VItem']
67119
+ VInput: typeof import('vuetify/components')['VInput']
67120
+ VKbd: typeof import('vuetify/components')['VKbd']
67121
+ VMessages: typeof import('vuetify/components')['VMessages']
67122
+ VMenu: typeof import('vuetify/components')['VMenu']
66797
67123
  VList: typeof import('vuetify/components')['VList']
66798
67124
  VListGroup: typeof import('vuetify/components')['VListGroup']
66799
67125
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -66804,24 +67130,22 @@ declare module 'vue' {
66804
67130
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
66805
67131
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
66806
67132
  VMain: typeof import('vuetify/components')['VMain']
66807
- VMessages: typeof import('vuetify/components')['VMessages']
66808
- VMenu: typeof import('vuetify/components')['VMenu']
66809
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
66810
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
66811
- VOverlay: typeof import('vuetify/components')['VOverlay']
66812
67133
  VPagination: typeof import('vuetify/components')['VPagination']
67134
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
66813
67135
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67136
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67137
+ VOverlay: typeof import('vuetify/components')['VOverlay']
66814
67138
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
66815
67139
  VRating: typeof import('vuetify/components')['VRating']
66816
67140
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
66817
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
66818
67141
  VSelect: typeof import('vuetify/components')['VSelect']
66819
67142
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
66820
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
66821
67143
  VSheet: typeof import('vuetify/components')['VSheet']
67144
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
66822
67145
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
66823
67146
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
66824
67147
  VSlider: typeof import('vuetify/components')['VSlider']
67148
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
66825
67149
  VStepper: typeof import('vuetify/components')['VStepper']
66826
67150
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
66827
67151
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
@@ -66829,25 +67153,27 @@ declare module 'vue' {
66829
67153
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
66830
67154
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
66831
67155
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
67156
+ VTable: typeof import('vuetify/components')['VTable']
67157
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67158
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67159
+ VTextField: typeof import('vuetify/components')['VTextField']
67160
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67161
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67162
+ VTextarea: typeof import('vuetify/components')['VTextarea']
66832
67163
  VTab: typeof import('vuetify/components')['VTab']
66833
67164
  VTabs: typeof import('vuetify/components')['VTabs']
66834
67165
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
66835
67166
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
66836
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
66837
- VTextField: typeof import('vuetify/components')['VTextField']
67167
+ VTooltip: typeof import('vuetify/components')['VTooltip']
66838
67168
  VToolbar: typeof import('vuetify/components')['VToolbar']
66839
67169
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
66840
67170
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
66841
- VTextarea: typeof import('vuetify/components')['VTextarea']
66842
- VTimeline: typeof import('vuetify/components')['VTimeline']
66843
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
66844
- VTooltip: typeof import('vuetify/components')['VTooltip']
66845
67171
  VWindow: typeof import('vuetify/components')['VWindow']
66846
67172
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
66847
67173
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
66848
67174
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
66849
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
66850
67175
  VForm: typeof import('vuetify/components')['VForm']
67176
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
66851
67177
  VContainer: typeof import('vuetify/components')['VContainer']
66852
67178
  VCol: typeof import('vuetify/components')['VCol']
66853
67179
  VRow: typeof import('vuetify/components')['VRow']
@@ -66858,13 +67184,14 @@ declare module 'vue' {
66858
67184
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
66859
67185
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
66860
67186
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67187
+ VParallax: typeof import('vuetify/components')['VParallax']
66861
67188
  VRadio: typeof import('vuetify/components')['VRadio']
66862
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
66863
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
66864
67189
  VResponsive: typeof import('vuetify/components')['VResponsive']
67190
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
66865
67191
  VSparkline: typeof import('vuetify/components')['VSparkline']
66866
- VValidation: typeof import('vuetify/components')['VValidation']
67192
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
66867
67193
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67194
+ VValidation: typeof import('vuetify/components')['VValidation']
66868
67195
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
66869
67196
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
66870
67197
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -66882,24 +67209,21 @@ declare module 'vue' {
66882
67209
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
66883
67210
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
66884
67211
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
66885
- VSwitch: typeof import('vuetify/components')['VSwitch']
66886
- VParallax: typeof import('vuetify/components')['VParallax']
66887
- VTable: typeof import('vuetify/components')['VTable']
66888
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
66889
67212
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
66890
67213
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
66891
67214
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
66892
67215
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
66893
67216
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
66894
67217
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
66895
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
66896
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
66897
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
66898
67218
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
66899
67219
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
66900
67220
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67221
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
66901
67222
  VPicker: typeof import('vuetify/labs/components')['VPicker']
66902
67223
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67224
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67225
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67226
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
66903
67227
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
66904
67228
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
66905
67229
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']